@charset "UTF-8";
/*!
   * Bootstrap  v5.3.0-alpha3 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@import url(https://d1f92lrsd41duk.cloudfront.net/assets/owl.carousel.min-00b42eed42e70d1be5177a763ad0d193192bbca5162cede57c28a490ba3e8f14.css);
@import url(https://d1f92lrsd41duk.cloudfront.net/assets/owl.theme.default.min-7911864c066d7701e11cf642154b4b395938460f07924e5285c8872714f208b9.css);
/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color, inherit);
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

/* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

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

/* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

/* line 229, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 237, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 238, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 243, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 247, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

/* line 269, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 281, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 290, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 297, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 303, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 308, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 315, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 327, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 334, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 344, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 349, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 360, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 366, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 382, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 389, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 399, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

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

/* line 417, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 424, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 428, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 434, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 442, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

/* line 466, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 473, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 484, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 496, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 496, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 505, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 513, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 523, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 533, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 554, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 560, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 568, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 575, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 581, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 589, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 599, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 608, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

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

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

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

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

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

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

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

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

@media (min-width: 1400px) {
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

/* line 162, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 86, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 136, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 151, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 155, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 162, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  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 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 86, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label {
  color: #6c757d;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

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

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 161, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 185, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 189, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 205, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

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

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

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .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 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .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 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

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

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

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

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

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

/* line 133, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 138, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 154, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

/* line 192, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

/* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

/* line 225, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

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

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 146, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 162, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 186, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 200, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 207, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 215, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 222, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 225, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 230, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 105, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 139, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_accordion.scss */
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

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

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

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

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

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

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

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

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

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

/* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 164, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/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 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 141, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 157, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  /* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 190, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 196, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 214, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 226, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 231, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 214, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 214, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 214, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 214, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 214, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  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: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  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: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 146, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 155, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 169, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 169, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 189, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 222, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, .carousel[data-bs-theme="dark"] .carousel-control-prev-icon,
.carousel[data-bs-theme="dark"] .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], .carousel[data-bs-theme="dark"] .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 222, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-caption, .carousel[data-bs-theme="dark"] .carousel-caption {
  color: #000;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--bs-primary-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1));
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1));
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--bs-success-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1));
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--bs-info-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1));
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--bs-warning-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1));
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--bs-danger-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1));
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--bs-light-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1));
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--bs-dark-rgb, var(--bs-link-opacity, 1)));
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1));
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1));
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75));
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75));
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_focus-ring.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.3.0.alpha3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 7, app/assets/stylesheets/core.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 11, app/assets/stylesheets/core.scss */
.align-top {
  vertical-align: top !important;
}

/* line 15, app/assets/stylesheets/core.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 19, app/assets/stylesheets/core.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 23, app/assets/stylesheets/core.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 27, app/assets/stylesheets/core.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 31, app/assets/stylesheets/core.scss */
.float-start {
  float: left !important;
}

/* line 35, app/assets/stylesheets/core.scss */
.float-end {
  float: right !important;
}

/* line 39, app/assets/stylesheets/core.scss */
.float-none {
  float: none !important;
}

/* line 43, app/assets/stylesheets/core.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

/* line 48, app/assets/stylesheets/core.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

/* line 53, app/assets/stylesheets/core.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

/* line 58, app/assets/stylesheets/core.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

/* line 63, app/assets/stylesheets/core.scss */
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

/* line 68, app/assets/stylesheets/core.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 72, app/assets/stylesheets/core.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 76, app/assets/stylesheets/core.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 80, app/assets/stylesheets/core.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 84, app/assets/stylesheets/core.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 88, app/assets/stylesheets/core.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 92, app/assets/stylesheets/core.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 96, app/assets/stylesheets/core.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 100, app/assets/stylesheets/core.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 104, app/assets/stylesheets/core.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 108, app/assets/stylesheets/core.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 112, app/assets/stylesheets/core.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 116, app/assets/stylesheets/core.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 120, app/assets/stylesheets/core.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 124, app/assets/stylesheets/core.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 128, app/assets/stylesheets/core.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 132, app/assets/stylesheets/core.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 136, app/assets/stylesheets/core.scss */
.d-inline {
  display: inline !important;
}

/* line 140, app/assets/stylesheets/core.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 144, app/assets/stylesheets/core.scss */
.d-block {
  display: block !important;
}

/* line 148, app/assets/stylesheets/core.scss */
.d-grid {
  display: grid !important;
}

/* line 152, app/assets/stylesheets/core.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 156, app/assets/stylesheets/core.scss */
.d-table {
  display: table !important;
}

/* line 160, app/assets/stylesheets/core.scss */
.d-table-row {
  display: table-row !important;
}

/* line 164, app/assets/stylesheets/core.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 168, app/assets/stylesheets/core.scss */
.d-flex {
  display: flex !important;
}

/* line 172, app/assets/stylesheets/core.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 176, app/assets/stylesheets/core.scss */
.d-none {
  display: none !important;
}

/* line 180, app/assets/stylesheets/core.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(38, 31, 68, 0.15) !important;
}

/* line 184, app/assets/stylesheets/core.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(38, 31, 68, 0.075) !important;
}

/* line 188, app/assets/stylesheets/core.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(38, 31, 68, 0.175) !important;
}

/* line 192, app/assets/stylesheets/core.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 196, app/assets/stylesheets/core.scss */
.focus-ring-primary {
  --focus-ring-color: rgba(var(--primary-rgb), var(--focus-ring-opacity));
}

/* line 200, app/assets/stylesheets/core.scss */
.focus-ring-secondary {
  --focus-ring-color: rgba(var(--secondary-rgb), var(--focus-ring-opacity));
}

/* line 204, app/assets/stylesheets/core.scss */
.focus-ring-success {
  --focus-ring-color: rgba(var(--success-rgb), var(--focus-ring-opacity));
}

/* line 208, app/assets/stylesheets/core.scss */
.focus-ring-info {
  --focus-ring-color: rgba(var(--info-rgb), var(--focus-ring-opacity));
}

/* line 212, app/assets/stylesheets/core.scss */
.focus-ring-warning {
  --focus-ring-color: rgba(var(--warning-rgb), var(--focus-ring-opacity));
}

/* line 216, app/assets/stylesheets/core.scss */
.focus-ring-danger {
  --focus-ring-color: rgba(var(--danger-rgb), var(--focus-ring-opacity));
}

/* line 220, app/assets/stylesheets/core.scss */
.focus-ring-light {
  --focus-ring-color: rgba(var(--light-rgb), var(--focus-ring-opacity));
}

/* line 224, app/assets/stylesheets/core.scss */
.focus-ring-dark {
  --focus-ring-color: rgba(var(--dark-rgb), var(--focus-ring-opacity));
}

/* line 228, app/assets/stylesheets/core.scss */
.focus-ring-white {
  --focus-ring-color: rgba(var(--white-rgb), var(--focus-ring-opacity));
}

/* line 232, app/assets/stylesheets/core.scss */
.focus-ring-light-primary {
  --focus-ring-color: rgba(var(--light-primary-rgb), var(--focus-ring-opacity));
}

/* line 236, app/assets/stylesheets/core.scss */
.focus-ring-light-danger {
  --focus-ring-color: rgba(var(--light-danger-rgb), var(--focus-ring-opacity));
}

/* line 240, app/assets/stylesheets/core.scss */
.focus-ring-light-info {
  --focus-ring-color: rgba(var(--light-info-rgb), var(--focus-ring-opacity));
}

/* line 244, app/assets/stylesheets/core.scss */
.focus-ring-light-warning {
  --focus-ring-color: rgba(var(--light-warning-rgb), var(--focus-ring-opacity));
}

/* line 248, app/assets/stylesheets/core.scss */
.focus-ring-light-secondary {
  --focus-ring-color: rgba(var(--light-secondary-rgb), var(--focus-ring-opacity));
}

/* line 252, app/assets/stylesheets/core.scss */
.focus-ring-light-success {
  --focus-ring-color: rgba(var(--light-success-rgb), var(--focus-ring-opacity));
}

/* line 256, app/assets/stylesheets/core.scss */
.position-static {
  position: static !important;
}

/* line 260, app/assets/stylesheets/core.scss */
.position-relative {
  position: relative !important;
}

/* line 264, app/assets/stylesheets/core.scss */
.position-absolute {
  position: absolute !important;
}

/* line 268, app/assets/stylesheets/core.scss */
.position-fixed {
  position: fixed !important;
}

/* line 272, app/assets/stylesheets/core.scss */
.position-sticky {
  position: sticky !important;
}

/* line 276, app/assets/stylesheets/core.scss */
.top-0 {
  top: 0 !important;
}

/* line 280, app/assets/stylesheets/core.scss */
.top-50 {
  top: 50% !important;
}

/* line 284, app/assets/stylesheets/core.scss */
.top-100 {
  top: 100% !important;
}

/* line 288, app/assets/stylesheets/core.scss */
.top-auto {
  top: auto !important;
}

/* line 292, app/assets/stylesheets/core.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 296, app/assets/stylesheets/core.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 300, app/assets/stylesheets/core.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 304, app/assets/stylesheets/core.scss */
.bottom-auto {
  bottom: auto !important;
}

/* line 308, app/assets/stylesheets/core.scss */
.start-0 {
  left: 0 !important;
}

/* line 312, app/assets/stylesheets/core.scss */
.start-50 {
  left: 50% !important;
}

/* line 316, app/assets/stylesheets/core.scss */
.start-100 {
  left: 100% !important;
}

/* line 320, app/assets/stylesheets/core.scss */
.start-auto {
  left: auto !important;
}

/* line 324, app/assets/stylesheets/core.scss */
.end-0 {
  right: 0 !important;
}

/* line 328, app/assets/stylesheets/core.scss */
.end-50 {
  right: 50% !important;
}

/* line 332, app/assets/stylesheets/core.scss */
.end-100 {
  right: 100% !important;
}

/* line 336, app/assets/stylesheets/core.scss */
.end-auto {
  right: auto !important;
}

/* line 340, app/assets/stylesheets/core.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 344, app/assets/stylesheets/core.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 348, app/assets/stylesheets/core.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 352, app/assets/stylesheets/core.scss */
.border {
  border: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 356, app/assets/stylesheets/core.scss */
.border-0 {
  border: 0 !important;
}

/* line 360, app/assets/stylesheets/core.scss */
.border-top {
  border-top: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 364, app/assets/stylesheets/core.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 368, app/assets/stylesheets/core.scss */
.border-end {
  border-right: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 372, app/assets/stylesheets/core.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 376, app/assets/stylesheets/core.scss */
.border-bottom {
  border-bottom: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 380, app/assets/stylesheets/core.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 384, app/assets/stylesheets/core.scss */
.border-start {
  border-left: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 388, app/assets/stylesheets/core.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 392, app/assets/stylesheets/core.scss */
.border-primary {
  --border-opacity: 1;
  border-color: rgba(var(--primary-rgb), var(--border-opacity)) !important;
}

/* line 397, app/assets/stylesheets/core.scss */
.border-secondary {
  --border-opacity: 1;
  border-color: rgba(var(--secondary-rgb), var(--border-opacity)) !important;
}

/* line 402, app/assets/stylesheets/core.scss */
.border-success {
  --border-opacity: 1;
  border-color: rgba(var(--success-rgb), var(--border-opacity)) !important;
}

/* line 407, app/assets/stylesheets/core.scss */
.border-info {
  --border-opacity: 1;
  border-color: rgba(var(--info-rgb), var(--border-opacity)) !important;
}

/* line 412, app/assets/stylesheets/core.scss */
.border-warning {
  --border-opacity: 1;
  border-color: rgba(var(--warning-rgb), var(--border-opacity)) !important;
}

/* line 417, app/assets/stylesheets/core.scss */
.border-danger {
  --border-opacity: 1;
  border-color: rgba(var(--danger-rgb), var(--border-opacity)) !important;
}

/* line 422, app/assets/stylesheets/core.scss */
.border-light {
  --border-opacity: 1;
  border-color: rgba(var(--light-rgb), var(--border-opacity)) !important;
}

/* line 427, app/assets/stylesheets/core.scss */
.border-dark {
  --border-opacity: 1;
  border-color: rgba(var(--dark-rgb), var(--border-opacity)) !important;
}

/* line 432, app/assets/stylesheets/core.scss */
.border-white {
  --border-opacity: 1;
  border-color: rgba(var(--white-rgb), var(--border-opacity)) !important;
}

/* line 437, app/assets/stylesheets/core.scss */
.border-light-primary {
  --border-opacity: 1;
  border-color: rgba(var(--light-primary-rgb), var(--border-opacity)) !important;
}

/* line 442, app/assets/stylesheets/core.scss */
.border-light-danger {
  --border-opacity: 1;
  border-color: rgba(var(--light-danger-rgb), var(--border-opacity)) !important;
}

/* line 447, app/assets/stylesheets/core.scss */
.border-light-info {
  --border-opacity: 1;
  border-color: rgba(var(--light-info-rgb), var(--border-opacity)) !important;
}

/* line 452, app/assets/stylesheets/core.scss */
.border-light-warning {
  --border-opacity: 1;
  border-color: rgba(var(--light-warning-rgb), var(--border-opacity)) !important;
}

/* line 457, app/assets/stylesheets/core.scss */
.border-light-secondary {
  --border-opacity: 1;
  border-color: rgba(var(--light-secondary-rgb), var(--border-opacity)) !important;
}

/* line 462, app/assets/stylesheets/core.scss */
.border-light-success {
  --border-opacity: 1;
  border-color: rgba(var(--light-success-rgb), var(--border-opacity)) !important;
}

/* line 467, app/assets/stylesheets/core.scss */
.border-black {
  --border-opacity: 1;
  border-color: rgba(var(--black-rgb), var(--border-opacity)) !important;
}

/* line 472, app/assets/stylesheets/core.scss */
.border-primary-subtle {
  border-color: var(--primary-border-subtle) !important;
}

/* line 476, app/assets/stylesheets/core.scss */
.border-secondary-subtle {
  border-color: var(--secondary-border-subtle) !important;
}

/* line 480, app/assets/stylesheets/core.scss */
.border-success-subtle {
  border-color: var(--success-border-subtle) !important;
}

/* line 484, app/assets/stylesheets/core.scss */
.border-info-subtle {
  border-color: var(--info-border-subtle) !important;
}

/* line 488, app/assets/stylesheets/core.scss */
.border-warning-subtle {
  border-color: var(--warning-border-subtle) !important;
}

/* line 492, app/assets/stylesheets/core.scss */
.border-danger-subtle {
  border-color: var(--danger-border-subtle) !important;
}

/* line 496, app/assets/stylesheets/core.scss */
.border-light-subtle {
  border-color: var(--light-border-subtle) !important;
}

/* line 500, app/assets/stylesheets/core.scss */
.border-dark-subtle {
  border-color: var(--dark-border-subtle) !important;
}

/* line 504, app/assets/stylesheets/core.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 508, app/assets/stylesheets/core.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 512, app/assets/stylesheets/core.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 516, app/assets/stylesheets/core.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 520, app/assets/stylesheets/core.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 524, app/assets/stylesheets/core.scss */
.border-opacity-10 {
  --border-opacity: 0.1;
}

/* line 528, app/assets/stylesheets/core.scss */
.border-opacity-25 {
  --border-opacity: 0.25;
}

/* line 532, app/assets/stylesheets/core.scss */
.border-opacity-50 {
  --border-opacity: 0.5;
}

/* line 536, app/assets/stylesheets/core.scss */
.border-opacity-75 {
  --border-opacity: 0.75;
}

/* line 540, app/assets/stylesheets/core.scss */
.border-opacity-100 {
  --border-opacity: 1;
}

/* line 544, app/assets/stylesheets/core.scss */
.w-25 {
  width: 25% !important;
}

/* line 548, app/assets/stylesheets/core.scss */
.w-30 {
  width: 30% !important;
}

/* line 552, app/assets/stylesheets/core.scss */
.w-40 {
  width: 40% !important;
}

/* line 556, app/assets/stylesheets/core.scss */
.w-50 {
  width: 50% !important;
}

/* line 560, app/assets/stylesheets/core.scss */
.w-65 {
  width: 65% !important;
}

/* line 564, app/assets/stylesheets/core.scss */
.w-75 {
  width: 75% !important;
}

/* line 568, app/assets/stylesheets/core.scss */
.w-100 {
  width: 100% !important;
}

/* line 572, app/assets/stylesheets/core.scss */
.w-auto {
  width: auto !important;
}

/* line 576, app/assets/stylesheets/core.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 580, app/assets/stylesheets/core.scss */
.mw-80 {
  max-width: 80% !important;
}

/* line 584, app/assets/stylesheets/core.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 588, app/assets/stylesheets/core.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 592, app/assets/stylesheets/core.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 596, app/assets/stylesheets/core.scss */
.h-25 {
  height: 25% !important;
}

/* line 600, app/assets/stylesheets/core.scss */
.h-50 {
  height: 50% !important;
}

/* line 604, app/assets/stylesheets/core.scss */
.h-75 {
  height: 75% !important;
}

/* line 608, app/assets/stylesheets/core.scss */
.h-100 {
  height: 100% !important;
}

/* line 612, app/assets/stylesheets/core.scss */
.h-auto {
  height: auto !important;
}

/* line 616, app/assets/stylesheets/core.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 620, app/assets/stylesheets/core.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 624, app/assets/stylesheets/core.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 628, app/assets/stylesheets/core.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 632, app/assets/stylesheets/core.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 636, app/assets/stylesheets/core.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 640, app/assets/stylesheets/core.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 644, app/assets/stylesheets/core.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 648, app/assets/stylesheets/core.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 652, app/assets/stylesheets/core.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 656, app/assets/stylesheets/core.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 660, app/assets/stylesheets/core.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 664, app/assets/stylesheets/core.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 668, app/assets/stylesheets/core.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 672, app/assets/stylesheets/core.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 676, app/assets/stylesheets/core.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 680, app/assets/stylesheets/core.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 684, app/assets/stylesheets/core.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 688, app/assets/stylesheets/core.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 692, app/assets/stylesheets/core.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 696, app/assets/stylesheets/core.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 700, app/assets/stylesheets/core.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 704, app/assets/stylesheets/core.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 708, app/assets/stylesheets/core.scss */
.align-items-center {
  align-items: center !important;
}

/* line 712, app/assets/stylesheets/core.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 716, app/assets/stylesheets/core.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 720, app/assets/stylesheets/core.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 724, app/assets/stylesheets/core.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 728, app/assets/stylesheets/core.scss */
.align-content-center {
  align-content: center !important;
}

/* line 732, app/assets/stylesheets/core.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 736, app/assets/stylesheets/core.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 740, app/assets/stylesheets/core.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 744, app/assets/stylesheets/core.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 748, app/assets/stylesheets/core.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 752, app/assets/stylesheets/core.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 756, app/assets/stylesheets/core.scss */
.align-self-center {
  align-self: center !important;
}

/* line 760, app/assets/stylesheets/core.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 764, app/assets/stylesheets/core.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 768, app/assets/stylesheets/core.scss */
.order-first {
  order: -1 !important;
}

/* line 772, app/assets/stylesheets/core.scss */
.order-0 {
  order: 0 !important;
}

/* line 776, app/assets/stylesheets/core.scss */
.order-1 {
  order: 1 !important;
}

/* line 780, app/assets/stylesheets/core.scss */
.order-2 {
  order: 2 !important;
}

/* line 784, app/assets/stylesheets/core.scss */
.order-3 {
  order: 3 !important;
}

/* line 788, app/assets/stylesheets/core.scss */
.order-4 {
  order: 4 !important;
}

/* line 792, app/assets/stylesheets/core.scss */
.order-5 {
  order: 5 !important;
}

/* line 796, app/assets/stylesheets/core.scss */
.order-last {
  order: 6 !important;
}

/* line 800, app/assets/stylesheets/core.scss */
.m-0 {
  margin: 0 !important;
}

/* line 804, app/assets/stylesheets/core.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 808, app/assets/stylesheets/core.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 812, app/assets/stylesheets/core.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 816, app/assets/stylesheets/core.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 820, app/assets/stylesheets/core.scss */
.m-5 {
  margin: 2rem !important;
}

/* line 824, app/assets/stylesheets/core.scss */
.m-6 {
  margin: 2.5rem !important;
}

/* line 828, app/assets/stylesheets/core.scss */
.m-7 {
  margin: 3rem !important;
}

/* line 832, app/assets/stylesheets/core.scss */
.m-8 {
  margin: 3.5rem !important;
}

/* line 836, app/assets/stylesheets/core.scss */
.m-9 {
  margin: 4rem !important;
}

/* line 840, app/assets/stylesheets/core.scss */
.m-10 {
  margin: 4.5rem !important;
}

/* line 844, app/assets/stylesheets/core.scss */
.m-11 {
  margin: 5rem !important;
}

/* line 848, app/assets/stylesheets/core.scss */
.m-12 {
  margin: 5.5rem !important;
}

/* line 852, app/assets/stylesheets/core.scss */
.m-13 {
  margin: 6rem !important;
}

/* line 856, app/assets/stylesheets/core.scss */
.m-14 {
  margin: 6.5rem !important;
}

/* line 860, app/assets/stylesheets/core.scss */
.m-15 {
  margin: 7rem !important;
}

/* line 864, app/assets/stylesheets/core.scss */
.m-16 {
  margin: 7.5rem !important;
}

/* line 868, app/assets/stylesheets/core.scss */
.m-17 {
  margin: 8rem !important;
}

/* line 872, app/assets/stylesheets/core.scss */
.m-18 {
  margin: 10rem !important;
}

/* line 876, app/assets/stylesheets/core.scss */
.m-19 {
  margin: 12rem !important;
}

/* line 880, app/assets/stylesheets/core.scss */
.m-20 {
  margin: 14rem !important;
}

/* line 884, app/assets/stylesheets/core.scss */
.m-21 {
  margin: 18.5rem !important;
}

/* line 888, app/assets/stylesheets/core.scss */
.m-22 {
  margin: 22rem !important;
}

/* line 892, app/assets/stylesheets/core.scss */
.m-23 {
  margin: 35rem !important;
}

/* line 896, app/assets/stylesheets/core.scss */
.m-24 {
  margin: 40rem !important;
}

/* line 900, app/assets/stylesheets/core.scss */
.m-auto {
  margin: auto !important;
}

/* line 904, app/assets/stylesheets/core.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 909, app/assets/stylesheets/core.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 914, app/assets/stylesheets/core.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 919, app/assets/stylesheets/core.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 924, app/assets/stylesheets/core.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 929, app/assets/stylesheets/core.scss */
.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 934, app/assets/stylesheets/core.scss */
.mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

/* line 939, app/assets/stylesheets/core.scss */
.mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 944, app/assets/stylesheets/core.scss */
.mx-8 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

/* line 949, app/assets/stylesheets/core.scss */
.mx-9 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 954, app/assets/stylesheets/core.scss */
.mx-10 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

/* line 959, app/assets/stylesheets/core.scss */
.mx-11 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

/* line 964, app/assets/stylesheets/core.scss */
.mx-12 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

/* line 969, app/assets/stylesheets/core.scss */
.mx-13 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* line 974, app/assets/stylesheets/core.scss */
.mx-14 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

/* line 979, app/assets/stylesheets/core.scss */
.mx-15 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

/* line 984, app/assets/stylesheets/core.scss */
.mx-16 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

/* line 989, app/assets/stylesheets/core.scss */
.mx-17 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

/* line 994, app/assets/stylesheets/core.scss */
.mx-18 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

/* line 999, app/assets/stylesheets/core.scss */
.mx-19 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

/* line 1004, app/assets/stylesheets/core.scss */
.mx-20 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

/* line 1009, app/assets/stylesheets/core.scss */
.mx-21 {
  margin-right: 18.5rem !important;
  margin-left: 18.5rem !important;
}

/* line 1014, app/assets/stylesheets/core.scss */
.mx-22 {
  margin-right: 22rem !important;
  margin-left: 22rem !important;
}

/* line 1019, app/assets/stylesheets/core.scss */
.mx-23 {
  margin-right: 35rem !important;
  margin-left: 35rem !important;
}

/* line 1024, app/assets/stylesheets/core.scss */
.mx-24 {
  margin-right: 40rem !important;
  margin-left: 40rem !important;
}

/* line 1029, app/assets/stylesheets/core.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 1034, app/assets/stylesheets/core.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1039, app/assets/stylesheets/core.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 1044, app/assets/stylesheets/core.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 1049, app/assets/stylesheets/core.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 1054, app/assets/stylesheets/core.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 1059, app/assets/stylesheets/core.scss */
.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 1064, app/assets/stylesheets/core.scss */
.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 1069, app/assets/stylesheets/core.scss */
.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 1074, app/assets/stylesheets/core.scss */
.my-8 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 1079, app/assets/stylesheets/core.scss */
.my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 1084, app/assets/stylesheets/core.scss */
.my-10 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 1089, app/assets/stylesheets/core.scss */
.my-11 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 1094, app/assets/stylesheets/core.scss */
.my-12 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

/* line 1099, app/assets/stylesheets/core.scss */
.my-13 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 1104, app/assets/stylesheets/core.scss */
.my-14 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

/* line 1109, app/assets/stylesheets/core.scss */
.my-15 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* line 1114, app/assets/stylesheets/core.scss */
.my-16 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

/* line 1119, app/assets/stylesheets/core.scss */
.my-17 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* line 1124, app/assets/stylesheets/core.scss */
.my-18 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 1129, app/assets/stylesheets/core.scss */
.my-19 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

/* line 1134, app/assets/stylesheets/core.scss */
.my-20 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

/* line 1139, app/assets/stylesheets/core.scss */
.my-21 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important;
}

/* line 1144, app/assets/stylesheets/core.scss */
.my-22 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}

/* line 1149, app/assets/stylesheets/core.scss */
.my-23 {
  margin-top: 35rem !important;
  margin-bottom: 35rem !important;
}

/* line 1154, app/assets/stylesheets/core.scss */
.my-24 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important;
}

/* line 1159, app/assets/stylesheets/core.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 1164, app/assets/stylesheets/core.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 1168, app/assets/stylesheets/core.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 1172, app/assets/stylesheets/core.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 1176, app/assets/stylesheets/core.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 1180, app/assets/stylesheets/core.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 1184, app/assets/stylesheets/core.scss */
.mt-5 {
  margin-top: 2rem !important;
}

/* line 1188, app/assets/stylesheets/core.scss */
.mt-6 {
  margin-top: 2.5rem !important;
}

/* line 1192, app/assets/stylesheets/core.scss */
.mt-7 {
  margin-top: 3rem !important;
}

/* line 1196, app/assets/stylesheets/core.scss */
.mt-8 {
  margin-top: 3.5rem !important;
}

/* line 1200, app/assets/stylesheets/core.scss */
.mt-9 {
  margin-top: 4rem !important;
}

/* line 1204, app/assets/stylesheets/core.scss */
.mt-10 {
  margin-top: 4.5rem !important;
}

/* line 1208, app/assets/stylesheets/core.scss */
.mt-11 {
  margin-top: 5rem !important;
}

/* line 1212, app/assets/stylesheets/core.scss */
.mt-12 {
  margin-top: 5.5rem !important;
}

/* line 1216, app/assets/stylesheets/core.scss */
.mt-13 {
  margin-top: 6rem !important;
}

/* line 1220, app/assets/stylesheets/core.scss */
.mt-14 {
  margin-top: 6.5rem !important;
}

/* line 1224, app/assets/stylesheets/core.scss */
.mt-15 {
  margin-top: 7rem !important;
}

/* line 1228, app/assets/stylesheets/core.scss */
.mt-16 {
  margin-top: 7.5rem !important;
}

/* line 1232, app/assets/stylesheets/core.scss */
.mt-17 {
  margin-top: 8rem !important;
}

/* line 1236, app/assets/stylesheets/core.scss */
.mt-18 {
  margin-top: 10rem !important;
}

/* line 1240, app/assets/stylesheets/core.scss */
.mt-19 {
  margin-top: 12rem !important;
}

/* line 1244, app/assets/stylesheets/core.scss */
.mt-20 {
  margin-top: 14rem !important;
}

/* line 1248, app/assets/stylesheets/core.scss */
.mt-21 {
  margin-top: 18.5rem !important;
}

/* line 1252, app/assets/stylesheets/core.scss */
.mt-22 {
  margin-top: 22rem !important;
}

/* line 1256, app/assets/stylesheets/core.scss */
.mt-23 {
  margin-top: 35rem !important;
}

/* line 1260, app/assets/stylesheets/core.scss */
.mt-24 {
  margin-top: 40rem !important;
}

/* line 1264, app/assets/stylesheets/core.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 1268, app/assets/stylesheets/core.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 1272, app/assets/stylesheets/core.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 1276, app/assets/stylesheets/core.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 1280, app/assets/stylesheets/core.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 1284, app/assets/stylesheets/core.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 1288, app/assets/stylesheets/core.scss */
.me-5 {
  margin-right: 2rem !important;
}

/* line 1292, app/assets/stylesheets/core.scss */
.me-6 {
  margin-right: 2.5rem !important;
}

/* line 1296, app/assets/stylesheets/core.scss */
.me-7 {
  margin-right: 3rem !important;
}

/* line 1300, app/assets/stylesheets/core.scss */
.me-8 {
  margin-right: 3.5rem !important;
}

/* line 1304, app/assets/stylesheets/core.scss */
.me-9 {
  margin-right: 4rem !important;
}

/* line 1308, app/assets/stylesheets/core.scss */
.me-10 {
  margin-right: 4.5rem !important;
}

/* line 1312, app/assets/stylesheets/core.scss */
.me-11 {
  margin-right: 5rem !important;
}

/* line 1316, app/assets/stylesheets/core.scss */
.me-12 {
  margin-right: 5.5rem !important;
}

/* line 1320, app/assets/stylesheets/core.scss */
.me-13 {
  margin-right: 6rem !important;
}

/* line 1324, app/assets/stylesheets/core.scss */
.me-14 {
  margin-right: 6.5rem !important;
}

/* line 1328, app/assets/stylesheets/core.scss */
.me-15 {
  margin-right: 7rem !important;
}

/* line 1332, app/assets/stylesheets/core.scss */
.me-16 {
  margin-right: 7.5rem !important;
}

/* line 1336, app/assets/stylesheets/core.scss */
.me-17 {
  margin-right: 8rem !important;
}

/* line 1340, app/assets/stylesheets/core.scss */
.me-18 {
  margin-right: 10rem !important;
}

/* line 1344, app/assets/stylesheets/core.scss */
.me-19 {
  margin-right: 12rem !important;
}

/* line 1348, app/assets/stylesheets/core.scss */
.me-20 {
  margin-right: 14rem !important;
}

/* line 1352, app/assets/stylesheets/core.scss */
.me-21 {
  margin-right: 18.5rem !important;
}

/* line 1356, app/assets/stylesheets/core.scss */
.me-22 {
  margin-right: 22rem !important;
}

/* line 1360, app/assets/stylesheets/core.scss */
.me-23 {
  margin-right: 35rem !important;
}

/* line 1364, app/assets/stylesheets/core.scss */
.me-24 {
  margin-right: 40rem !important;
}

/* line 1368, app/assets/stylesheets/core.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 1372, app/assets/stylesheets/core.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 1376, app/assets/stylesheets/core.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 1380, app/assets/stylesheets/core.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 1384, app/assets/stylesheets/core.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 1388, app/assets/stylesheets/core.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 1392, app/assets/stylesheets/core.scss */
.mb-5 {
  margin-bottom: 2rem !important;
}

/* line 1396, app/assets/stylesheets/core.scss */
.mb-6 {
  margin-bottom: 2.5rem !important;
}

/* line 1400, app/assets/stylesheets/core.scss */
.mb-7 {
  margin-bottom: 3rem !important;
}

/* line 1404, app/assets/stylesheets/core.scss */
.mb-8 {
  margin-bottom: 3.5rem !important;
}

/* line 1408, app/assets/stylesheets/core.scss */
.mb-9 {
  margin-bottom: 4rem !important;
}

/* line 1412, app/assets/stylesheets/core.scss */
.mb-10 {
  margin-bottom: 4.5rem !important;
}

/* line 1416, app/assets/stylesheets/core.scss */
.mb-11 {
  margin-bottom: 5rem !important;
}

/* line 1420, app/assets/stylesheets/core.scss */
.mb-12 {
  margin-bottom: 5.5rem !important;
}

/* line 1424, app/assets/stylesheets/core.scss */
.mb-13 {
  margin-bottom: 6rem !important;
}

/* line 1428, app/assets/stylesheets/core.scss */
.mb-14 {
  margin-bottom: 6.5rem !important;
}

/* line 1432, app/assets/stylesheets/core.scss */
.mb-15 {
  margin-bottom: 7rem !important;
}

/* line 1436, app/assets/stylesheets/core.scss */
.mb-16 {
  margin-bottom: 7.5rem !important;
}

/* line 1440, app/assets/stylesheets/core.scss */
.mb-17 {
  margin-bottom: 8rem !important;
}

/* line 1444, app/assets/stylesheets/core.scss */
.mb-18 {
  margin-bottom: 10rem !important;
}

/* line 1448, app/assets/stylesheets/core.scss */
.mb-19 {
  margin-bottom: 12rem !important;
}

/* line 1452, app/assets/stylesheets/core.scss */
.mb-20 {
  margin-bottom: 14rem !important;
}

/* line 1456, app/assets/stylesheets/core.scss */
.mb-21 {
  margin-bottom: 18.5rem !important;
}

/* line 1460, app/assets/stylesheets/core.scss */
.mb-22 {
  margin-bottom: 22rem !important;
}

/* line 1464, app/assets/stylesheets/core.scss */
.mb-23 {
  margin-bottom: 35rem !important;
}

/* line 1468, app/assets/stylesheets/core.scss */
.mb-24 {
  margin-bottom: 40rem !important;
}

/* line 1472, app/assets/stylesheets/core.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 1476, app/assets/stylesheets/core.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 1480, app/assets/stylesheets/core.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 1484, app/assets/stylesheets/core.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 1488, app/assets/stylesheets/core.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 1492, app/assets/stylesheets/core.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 1496, app/assets/stylesheets/core.scss */
.ms-5 {
  margin-left: 2rem !important;
}

/* line 1500, app/assets/stylesheets/core.scss */
.ms-6 {
  margin-left: 2.5rem !important;
}

/* line 1504, app/assets/stylesheets/core.scss */
.ms-7 {
  margin-left: 3rem !important;
}

/* line 1508, app/assets/stylesheets/core.scss */
.ms-8 {
  margin-left: 3.5rem !important;
}

/* line 1512, app/assets/stylesheets/core.scss */
.ms-9 {
  margin-left: 4rem !important;
}

/* line 1516, app/assets/stylesheets/core.scss */
.ms-10 {
  margin-left: 4.5rem !important;
}

/* line 1520, app/assets/stylesheets/core.scss */
.ms-11 {
  margin-left: 5rem !important;
}

/* line 1524, app/assets/stylesheets/core.scss */
.ms-12 {
  margin-left: 5.5rem !important;
}

/* line 1528, app/assets/stylesheets/core.scss */
.ms-13 {
  margin-left: 6rem !important;
}

/* line 1532, app/assets/stylesheets/core.scss */
.ms-14 {
  margin-left: 6.5rem !important;
}

/* line 1536, app/assets/stylesheets/core.scss */
.ms-15 {
  margin-left: 7rem !important;
}

/* line 1540, app/assets/stylesheets/core.scss */
.ms-16 {
  margin-left: 7.5rem !important;
}

/* line 1544, app/assets/stylesheets/core.scss */
.ms-17 {
  margin-left: 8rem !important;
}

/* line 1548, app/assets/stylesheets/core.scss */
.ms-18 {
  margin-left: 10rem !important;
}

/* line 1552, app/assets/stylesheets/core.scss */
.ms-19 {
  margin-left: 12rem !important;
}

/* line 1556, app/assets/stylesheets/core.scss */
.ms-20 {
  margin-left: 14rem !important;
}

/* line 1560, app/assets/stylesheets/core.scss */
.ms-21 {
  margin-left: 18.5rem !important;
}

/* line 1564, app/assets/stylesheets/core.scss */
.ms-22 {
  margin-left: 22rem !important;
}

/* line 1568, app/assets/stylesheets/core.scss */
.ms-23 {
  margin-left: 35rem !important;
}

/* line 1572, app/assets/stylesheets/core.scss */
.ms-24 {
  margin-left: 40rem !important;
}

/* line 1576, app/assets/stylesheets/core.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 1580, app/assets/stylesheets/core.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 1584, app/assets/stylesheets/core.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 1588, app/assets/stylesheets/core.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 1592, app/assets/stylesheets/core.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 1596, app/assets/stylesheets/core.scss */
.m-n5 {
  margin: -2rem !important;
}

/* line 1600, app/assets/stylesheets/core.scss */
.m-n6 {
  margin: -2.5rem !important;
}

/* line 1604, app/assets/stylesheets/core.scss */
.m-n7 {
  margin: -3rem !important;
}

/* line 1608, app/assets/stylesheets/core.scss */
.m-n8 {
  margin: -3.5rem !important;
}

/* line 1612, app/assets/stylesheets/core.scss */
.m-n9 {
  margin: -4rem !important;
}

/* line 1616, app/assets/stylesheets/core.scss */
.m-n10 {
  margin: -4.5rem !important;
}

/* line 1620, app/assets/stylesheets/core.scss */
.m-n11 {
  margin: -5rem !important;
}

/* line 1624, app/assets/stylesheets/core.scss */
.m-n12 {
  margin: -5.5rem !important;
}

/* line 1628, app/assets/stylesheets/core.scss */
.m-n13 {
  margin: -6rem !important;
}

/* line 1632, app/assets/stylesheets/core.scss */
.m-n14 {
  margin: -6.5rem !important;
}

/* line 1636, app/assets/stylesheets/core.scss */
.m-n15 {
  margin: -7rem !important;
}

/* line 1640, app/assets/stylesheets/core.scss */
.m-n16 {
  margin: -7.5rem !important;
}

/* line 1644, app/assets/stylesheets/core.scss */
.m-n17 {
  margin: -8rem !important;
}

/* line 1648, app/assets/stylesheets/core.scss */
.m-n18 {
  margin: -10rem !important;
}

/* line 1652, app/assets/stylesheets/core.scss */
.m-n19 {
  margin: -12rem !important;
}

/* line 1656, app/assets/stylesheets/core.scss */
.m-n20 {
  margin: -14rem !important;
}

/* line 1660, app/assets/stylesheets/core.scss */
.m-n21 {
  margin: -18.5rem !important;
}

/* line 1664, app/assets/stylesheets/core.scss */
.m-n22 {
  margin: -22rem !important;
}

/* line 1668, app/assets/stylesheets/core.scss */
.m-n23 {
  margin: -35rem !important;
}

/* line 1672, app/assets/stylesheets/core.scss */
.m-n24 {
  margin: -40rem !important;
}

/* line 1676, app/assets/stylesheets/core.scss */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 1681, app/assets/stylesheets/core.scss */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 1686, app/assets/stylesheets/core.scss */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 1691, app/assets/stylesheets/core.scss */
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 1696, app/assets/stylesheets/core.scss */
.mx-n5 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

/* line 1701, app/assets/stylesheets/core.scss */
.mx-n6 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

/* line 1706, app/assets/stylesheets/core.scss */
.mx-n7 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 1711, app/assets/stylesheets/core.scss */
.mx-n8 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

/* line 1716, app/assets/stylesheets/core.scss */
.mx-n9 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

/* line 1721, app/assets/stylesheets/core.scss */
.mx-n10 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

/* line 1726, app/assets/stylesheets/core.scss */
.mx-n11 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

/* line 1731, app/assets/stylesheets/core.scss */
.mx-n12 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

/* line 1736, app/assets/stylesheets/core.scss */
.mx-n13 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

/* line 1741, app/assets/stylesheets/core.scss */
.mx-n14 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

/* line 1746, app/assets/stylesheets/core.scss */
.mx-n15 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

/* line 1751, app/assets/stylesheets/core.scss */
.mx-n16 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

/* line 1756, app/assets/stylesheets/core.scss */
.mx-n17 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

/* line 1761, app/assets/stylesheets/core.scss */
.mx-n18 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

/* line 1766, app/assets/stylesheets/core.scss */
.mx-n19 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

/* line 1771, app/assets/stylesheets/core.scss */
.mx-n20 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

/* line 1776, app/assets/stylesheets/core.scss */
.mx-n21 {
  margin-right: -18.5rem !important;
  margin-left: -18.5rem !important;
}

/* line 1781, app/assets/stylesheets/core.scss */
.mx-n22 {
  margin-right: -22rem !important;
  margin-left: -22rem !important;
}

/* line 1786, app/assets/stylesheets/core.scss */
.mx-n23 {
  margin-right: -35rem !important;
  margin-left: -35rem !important;
}

/* line 1791, app/assets/stylesheets/core.scss */
.mx-n24 {
  margin-right: -40rem !important;
  margin-left: -40rem !important;
}

/* line 1796, app/assets/stylesheets/core.scss */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 1801, app/assets/stylesheets/core.scss */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 1806, app/assets/stylesheets/core.scss */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 1811, app/assets/stylesheets/core.scss */
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 1816, app/assets/stylesheets/core.scss */
.my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

/* line 1821, app/assets/stylesheets/core.scss */
.my-n6 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

/* line 1826, app/assets/stylesheets/core.scss */
.my-n7 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 1831, app/assets/stylesheets/core.scss */
.my-n8 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

/* line 1836, app/assets/stylesheets/core.scss */
.my-n9 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

/* line 1841, app/assets/stylesheets/core.scss */
.my-n10 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

/* line 1846, app/assets/stylesheets/core.scss */
.my-n11 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

/* line 1851, app/assets/stylesheets/core.scss */
.my-n12 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

/* line 1856, app/assets/stylesheets/core.scss */
.my-n13 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

/* line 1861, app/assets/stylesheets/core.scss */
.my-n14 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

/* line 1866, app/assets/stylesheets/core.scss */
.my-n15 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

/* line 1871, app/assets/stylesheets/core.scss */
.my-n16 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

/* line 1876, app/assets/stylesheets/core.scss */
.my-n17 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

/* line 1881, app/assets/stylesheets/core.scss */
.my-n18 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

/* line 1886, app/assets/stylesheets/core.scss */
.my-n19 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

/* line 1891, app/assets/stylesheets/core.scss */
.my-n20 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

/* line 1896, app/assets/stylesheets/core.scss */
.my-n21 {
  margin-top: -18.5rem !important;
  margin-bottom: -18.5rem !important;
}

/* line 1901, app/assets/stylesheets/core.scss */
.my-n22 {
  margin-top: -22rem !important;
  margin-bottom: -22rem !important;
}

/* line 1906, app/assets/stylesheets/core.scss */
.my-n23 {
  margin-top: -35rem !important;
  margin-bottom: -35rem !important;
}

/* line 1911, app/assets/stylesheets/core.scss */
.my-n24 {
  margin-top: -40rem !important;
  margin-bottom: -40rem !important;
}

/* line 1916, app/assets/stylesheets/core.scss */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 1920, app/assets/stylesheets/core.scss */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 1924, app/assets/stylesheets/core.scss */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 1928, app/assets/stylesheets/core.scss */
.mt-n4 {
  margin-top: -1.5rem !important;
}

/* line 1932, app/assets/stylesheets/core.scss */
.mt-n5 {
  margin-top: -2rem !important;
}

/* line 1936, app/assets/stylesheets/core.scss */
.mt-n6 {
  margin-top: -2.5rem !important;
}

/* line 1940, app/assets/stylesheets/core.scss */
.mt-n7 {
  margin-top: -3rem !important;
}

/* line 1944, app/assets/stylesheets/core.scss */
.mt-n8 {
  margin-top: -3.5rem !important;
}

/* line 1948, app/assets/stylesheets/core.scss */
.mt-n9 {
  margin-top: -4rem !important;
}

/* line 1952, app/assets/stylesheets/core.scss */
.mt-n10 {
  margin-top: -4.5rem !important;
}

/* line 1956, app/assets/stylesheets/core.scss */
.mt-n11 {
  margin-top: -5rem !important;
}

/* line 1960, app/assets/stylesheets/core.scss */
.mt-n12 {
  margin-top: -5.5rem !important;
}

/* line 1964, app/assets/stylesheets/core.scss */
.mt-n13 {
  margin-top: -6rem !important;
}

/* line 1968, app/assets/stylesheets/core.scss */
.mt-n14 {
  margin-top: -6.5rem !important;
}

/* line 1972, app/assets/stylesheets/core.scss */
.mt-n15 {
  margin-top: -7rem !important;
}

/* line 1976, app/assets/stylesheets/core.scss */
.mt-n16 {
  margin-top: -7.5rem !important;
}

/* line 1980, app/assets/stylesheets/core.scss */
.mt-n17 {
  margin-top: -8rem !important;
}

/* line 1984, app/assets/stylesheets/core.scss */
.mt-n18 {
  margin-top: -10rem !important;
}

/* line 1988, app/assets/stylesheets/core.scss */
.mt-n19 {
  margin-top: -12rem !important;
}

/* line 1992, app/assets/stylesheets/core.scss */
.mt-n20 {
  margin-top: -14rem !important;
}

/* line 1996, app/assets/stylesheets/core.scss */
.mt-n21 {
  margin-top: -18.5rem !important;
}

/* line 2000, app/assets/stylesheets/core.scss */
.mt-n22 {
  margin-top: -22rem !important;
}

/* line 2004, app/assets/stylesheets/core.scss */
.mt-n23 {
  margin-top: -35rem !important;
}

/* line 2008, app/assets/stylesheets/core.scss */
.mt-n24 {
  margin-top: -40rem !important;
}

/* line 2012, app/assets/stylesheets/core.scss */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 2016, app/assets/stylesheets/core.scss */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 2020, app/assets/stylesheets/core.scss */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 2024, app/assets/stylesheets/core.scss */
.me-n4 {
  margin-right: -1.5rem !important;
}

/* line 2028, app/assets/stylesheets/core.scss */
.me-n5 {
  margin-right: -2rem !important;
}

/* line 2032, app/assets/stylesheets/core.scss */
.me-n6 {
  margin-right: -2.5rem !important;
}

/* line 2036, app/assets/stylesheets/core.scss */
.me-n7 {
  margin-right: -3rem !important;
}

/* line 2040, app/assets/stylesheets/core.scss */
.me-n8 {
  margin-right: -3.5rem !important;
}

/* line 2044, app/assets/stylesheets/core.scss */
.me-n9 {
  margin-right: -4rem !important;
}

/* line 2048, app/assets/stylesheets/core.scss */
.me-n10 {
  margin-right: -4.5rem !important;
}

/* line 2052, app/assets/stylesheets/core.scss */
.me-n11 {
  margin-right: -5rem !important;
}

/* line 2056, app/assets/stylesheets/core.scss */
.me-n12 {
  margin-right: -5.5rem !important;
}

/* line 2060, app/assets/stylesheets/core.scss */
.me-n13 {
  margin-right: -6rem !important;
}

/* line 2064, app/assets/stylesheets/core.scss */
.me-n14 {
  margin-right: -6.5rem !important;
}

/* line 2068, app/assets/stylesheets/core.scss */
.me-n15 {
  margin-right: -7rem !important;
}

/* line 2072, app/assets/stylesheets/core.scss */
.me-n16 {
  margin-right: -7.5rem !important;
}

/* line 2076, app/assets/stylesheets/core.scss */
.me-n17 {
  margin-right: -8rem !important;
}

/* line 2080, app/assets/stylesheets/core.scss */
.me-n18 {
  margin-right: -10rem !important;
}

/* line 2084, app/assets/stylesheets/core.scss */
.me-n19 {
  margin-right: -12rem !important;
}

/* line 2088, app/assets/stylesheets/core.scss */
.me-n20 {
  margin-right: -14rem !important;
}

/* line 2092, app/assets/stylesheets/core.scss */
.me-n21 {
  margin-right: -18.5rem !important;
}

/* line 2096, app/assets/stylesheets/core.scss */
.me-n22 {
  margin-right: -22rem !important;
}

/* line 2100, app/assets/stylesheets/core.scss */
.me-n23 {
  margin-right: -35rem !important;
}

/* line 2104, app/assets/stylesheets/core.scss */
.me-n24 {
  margin-right: -40rem !important;
}

/* line 2108, app/assets/stylesheets/core.scss */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 2112, app/assets/stylesheets/core.scss */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 2116, app/assets/stylesheets/core.scss */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 2120, app/assets/stylesheets/core.scss */
.mb-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 2124, app/assets/stylesheets/core.scss */
.mb-n5 {
  margin-bottom: -2rem !important;
}

/* line 2128, app/assets/stylesheets/core.scss */
.mb-n6 {
  margin-bottom: -2.5rem !important;
}

/* line 2132, app/assets/stylesheets/core.scss */
.mb-n7 {
  margin-bottom: -3rem !important;
}

/* line 2136, app/assets/stylesheets/core.scss */
.mb-n8 {
  margin-bottom: -3.5rem !important;
}

/* line 2140, app/assets/stylesheets/core.scss */
.mb-n9 {
  margin-bottom: -4rem !important;
}

/* line 2144, app/assets/stylesheets/core.scss */
.mb-n10 {
  margin-bottom: -4.5rem !important;
}

/* line 2148, app/assets/stylesheets/core.scss */
.mb-n11 {
  margin-bottom: -5rem !important;
}

/* line 2152, app/assets/stylesheets/core.scss */
.mb-n12 {
  margin-bottom: -5.5rem !important;
}

/* line 2156, app/assets/stylesheets/core.scss */
.mb-n13 {
  margin-bottom: -6rem !important;
}

/* line 2160, app/assets/stylesheets/core.scss */
.mb-n14 {
  margin-bottom: -6.5rem !important;
}

/* line 2164, app/assets/stylesheets/core.scss */
.mb-n15 {
  margin-bottom: -7rem !important;
}

/* line 2168, app/assets/stylesheets/core.scss */
.mb-n16 {
  margin-bottom: -7.5rem !important;
}

/* line 2172, app/assets/stylesheets/core.scss */
.mb-n17 {
  margin-bottom: -8rem !important;
}

/* line 2176, app/assets/stylesheets/core.scss */
.mb-n18 {
  margin-bottom: -10rem !important;
}

/* line 2180, app/assets/stylesheets/core.scss */
.mb-n19 {
  margin-bottom: -12rem !important;
}

/* line 2184, app/assets/stylesheets/core.scss */
.mb-n20 {
  margin-bottom: -14rem !important;
}

/* line 2188, app/assets/stylesheets/core.scss */
.mb-n21 {
  margin-bottom: -18.5rem !important;
}

/* line 2192, app/assets/stylesheets/core.scss */
.mb-n22 {
  margin-bottom: -22rem !important;
}

/* line 2196, app/assets/stylesheets/core.scss */
.mb-n23 {
  margin-bottom: -35rem !important;
}

/* line 2200, app/assets/stylesheets/core.scss */
.mb-n24 {
  margin-bottom: -40rem !important;
}

/* line 2204, app/assets/stylesheets/core.scss */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 2208, app/assets/stylesheets/core.scss */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 2212, app/assets/stylesheets/core.scss */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 2216, app/assets/stylesheets/core.scss */
.ms-n4 {
  margin-left: -1.5rem !important;
}

/* line 2220, app/assets/stylesheets/core.scss */
.ms-n5 {
  margin-left: -2rem !important;
}

/* line 2224, app/assets/stylesheets/core.scss */
.ms-n6 {
  margin-left: -2.5rem !important;
}

/* line 2228, app/assets/stylesheets/core.scss */
.ms-n7 {
  margin-left: -3rem !important;
}

/* line 2232, app/assets/stylesheets/core.scss */
.ms-n8 {
  margin-left: -3.5rem !important;
}

/* line 2236, app/assets/stylesheets/core.scss */
.ms-n9 {
  margin-left: -4rem !important;
}

/* line 2240, app/assets/stylesheets/core.scss */
.ms-n10 {
  margin-left: -4.5rem !important;
}

/* line 2244, app/assets/stylesheets/core.scss */
.ms-n11 {
  margin-left: -5rem !important;
}

/* line 2248, app/assets/stylesheets/core.scss */
.ms-n12 {
  margin-left: -5.5rem !important;
}

/* line 2252, app/assets/stylesheets/core.scss */
.ms-n13 {
  margin-left: -6rem !important;
}

/* line 2256, app/assets/stylesheets/core.scss */
.ms-n14 {
  margin-left: -6.5rem !important;
}

/* line 2260, app/assets/stylesheets/core.scss */
.ms-n15 {
  margin-left: -7rem !important;
}

/* line 2264, app/assets/stylesheets/core.scss */
.ms-n16 {
  margin-left: -7.5rem !important;
}

/* line 2268, app/assets/stylesheets/core.scss */
.ms-n17 {
  margin-left: -8rem !important;
}

/* line 2272, app/assets/stylesheets/core.scss */
.ms-n18 {
  margin-left: -10rem !important;
}

/* line 2276, app/assets/stylesheets/core.scss */
.ms-n19 {
  margin-left: -12rem !important;
}

/* line 2280, app/assets/stylesheets/core.scss */
.ms-n20 {
  margin-left: -14rem !important;
}

/* line 2284, app/assets/stylesheets/core.scss */
.ms-n21 {
  margin-left: -18.5rem !important;
}

/* line 2288, app/assets/stylesheets/core.scss */
.ms-n22 {
  margin-left: -22rem !important;
}

/* line 2292, app/assets/stylesheets/core.scss */
.ms-n23 {
  margin-left: -35rem !important;
}

/* line 2296, app/assets/stylesheets/core.scss */
.ms-n24 {
  margin-left: -40rem !important;
}

/* line 2300, app/assets/stylesheets/core.scss */
.p-0 {
  padding: 0 !important;
}

/* line 2304, app/assets/stylesheets/core.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 2308, app/assets/stylesheets/core.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 2312, app/assets/stylesheets/core.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 2316, app/assets/stylesheets/core.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 2320, app/assets/stylesheets/core.scss */
.p-5 {
  padding: 2rem !important;
}

/* line 2324, app/assets/stylesheets/core.scss */
.p-6 {
  padding: 2.5rem !important;
}

/* line 2328, app/assets/stylesheets/core.scss */
.p-7 {
  padding: 3rem !important;
}

/* line 2332, app/assets/stylesheets/core.scss */
.p-8 {
  padding: 3.5rem !important;
}

/* line 2336, app/assets/stylesheets/core.scss */
.p-9 {
  padding: 4rem !important;
}

/* line 2340, app/assets/stylesheets/core.scss */
.p-10 {
  padding: 4.5rem !important;
}

/* line 2344, app/assets/stylesheets/core.scss */
.p-11 {
  padding: 5rem !important;
}

/* line 2348, app/assets/stylesheets/core.scss */
.p-12 {
  padding: 5.5rem !important;
}

/* line 2352, app/assets/stylesheets/core.scss */
.p-13 {
  padding: 6rem !important;
}

/* line 2356, app/assets/stylesheets/core.scss */
.p-14 {
  padding: 6.5rem !important;
}

/* line 2360, app/assets/stylesheets/core.scss */
.p-15 {
  padding: 7rem !important;
}

/* line 2364, app/assets/stylesheets/core.scss */
.p-16 {
  padding: 7.5rem !important;
}

/* line 2368, app/assets/stylesheets/core.scss */
.p-17 {
  padding: 8rem !important;
}

/* line 2372, app/assets/stylesheets/core.scss */
.p-18 {
  padding: 10rem !important;
}

/* line 2376, app/assets/stylesheets/core.scss */
.p-19 {
  padding: 12rem !important;
}

/* line 2380, app/assets/stylesheets/core.scss */
.p-20 {
  padding: 14rem !important;
}

/* line 2384, app/assets/stylesheets/core.scss */
.p-21 {
  padding: 18.5rem !important;
}

/* line 2388, app/assets/stylesheets/core.scss */
.p-22 {
  padding: 22rem !important;
}

/* line 2392, app/assets/stylesheets/core.scss */
.p-23 {
  padding: 35rem !important;
}

/* line 2396, app/assets/stylesheets/core.scss */
.p-24 {
  padding: 40rem !important;
}

/* line 2400, app/assets/stylesheets/core.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 2405, app/assets/stylesheets/core.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 2410, app/assets/stylesheets/core.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 2415, app/assets/stylesheets/core.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 2420, app/assets/stylesheets/core.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 2425, app/assets/stylesheets/core.scss */
.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 2430, app/assets/stylesheets/core.scss */
.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

/* line 2435, app/assets/stylesheets/core.scss */
.px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 2440, app/assets/stylesheets/core.scss */
.px-8 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

/* line 2445, app/assets/stylesheets/core.scss */
.px-9 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 2450, app/assets/stylesheets/core.scss */
.px-10 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

/* line 2455, app/assets/stylesheets/core.scss */
.px-11 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 2460, app/assets/stylesheets/core.scss */
.px-12 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

/* line 2465, app/assets/stylesheets/core.scss */
.px-13 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/* line 2470, app/assets/stylesheets/core.scss */
.px-14 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

/* line 2475, app/assets/stylesheets/core.scss */
.px-15 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

/* line 2480, app/assets/stylesheets/core.scss */
.px-16 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

/* line 2485, app/assets/stylesheets/core.scss */
.px-17 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

/* line 2490, app/assets/stylesheets/core.scss */
.px-18 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

/* line 2495, app/assets/stylesheets/core.scss */
.px-19 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

/* line 2500, app/assets/stylesheets/core.scss */
.px-20 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

/* line 2505, app/assets/stylesheets/core.scss */
.px-21 {
  padding-right: 18.5rem !important;
  padding-left: 18.5rem !important;
}

/* line 2510, app/assets/stylesheets/core.scss */
.px-22 {
  padding-right: 22rem !important;
  padding-left: 22rem !important;
}

/* line 2515, app/assets/stylesheets/core.scss */
.px-23 {
  padding-right: 35rem !important;
  padding-left: 35rem !important;
}

/* line 2520, app/assets/stylesheets/core.scss */
.px-24 {
  padding-right: 40rem !important;
  padding-left: 40rem !important;
}

/* line 2525, app/assets/stylesheets/core.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 2530, app/assets/stylesheets/core.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 2535, app/assets/stylesheets/core.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 2540, app/assets/stylesheets/core.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 2545, app/assets/stylesheets/core.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 2550, app/assets/stylesheets/core.scss */
.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 2555, app/assets/stylesheets/core.scss */
.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 2560, app/assets/stylesheets/core.scss */
.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 2565, app/assets/stylesheets/core.scss */
.py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 2570, app/assets/stylesheets/core.scss */
.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 2575, app/assets/stylesheets/core.scss */
.py-10 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 2580, app/assets/stylesheets/core.scss */
.py-11 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 2585, app/assets/stylesheets/core.scss */
.py-12 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

/* line 2590, app/assets/stylesheets/core.scss */
.py-13 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 2595, app/assets/stylesheets/core.scss */
.py-14 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

/* line 2600, app/assets/stylesheets/core.scss */
.py-15 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* line 2605, app/assets/stylesheets/core.scss */
.py-16 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 2610, app/assets/stylesheets/core.scss */
.py-17 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 2615, app/assets/stylesheets/core.scss */
.py-18 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 2620, app/assets/stylesheets/core.scss */
.py-19 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/* line 2625, app/assets/stylesheets/core.scss */
.py-20 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

/* line 2630, app/assets/stylesheets/core.scss */
.py-21 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

/* line 2635, app/assets/stylesheets/core.scss */
.py-22 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}

/* line 2640, app/assets/stylesheets/core.scss */
.py-23 {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important;
}

/* line 2645, app/assets/stylesheets/core.scss */
.py-24 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important;
}

/* line 2650, app/assets/stylesheets/core.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 2654, app/assets/stylesheets/core.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 2658, app/assets/stylesheets/core.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 2662, app/assets/stylesheets/core.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 2666, app/assets/stylesheets/core.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 2670, app/assets/stylesheets/core.scss */
.pt-5 {
  padding-top: 2rem !important;
}

/* line 2674, app/assets/stylesheets/core.scss */
.pt-6 {
  padding-top: 2.5rem !important;
}

/* line 2678, app/assets/stylesheets/core.scss */
.pt-7 {
  padding-top: 3rem !important;
}

/* line 2682, app/assets/stylesheets/core.scss */
.pt-8 {
  padding-top: 3.5rem !important;
}

/* line 2686, app/assets/stylesheets/core.scss */
.pt-9 {
  padding-top: 4rem !important;
}

/* line 2690, app/assets/stylesheets/core.scss */
.pt-10 {
  padding-top: 4.5rem !important;
}

/* line 2694, app/assets/stylesheets/core.scss */
.pt-11 {
  padding-top: 5rem !important;
}

/* line 2698, app/assets/stylesheets/core.scss */
.pt-12 {
  padding-top: 5.5rem !important;
}

/* line 2702, app/assets/stylesheets/core.scss */
.pt-13 {
  padding-top: 6rem !important;
}

/* line 2706, app/assets/stylesheets/core.scss */
.pt-14 {
  padding-top: 6.5rem !important;
}

/* line 2710, app/assets/stylesheets/core.scss */
.pt-15 {
  padding-top: 7rem !important;
}

/* line 2714, app/assets/stylesheets/core.scss */
.pt-16 {
  padding-top: 7.5rem !important;
}

/* line 2718, app/assets/stylesheets/core.scss */
.pt-17 {
  padding-top: 8rem !important;
}

/* line 2722, app/assets/stylesheets/core.scss */
.pt-18 {
  padding-top: 10rem !important;
}

/* line 2726, app/assets/stylesheets/core.scss */
.pt-19 {
  padding-top: 12rem !important;
}

/* line 2730, app/assets/stylesheets/core.scss */
.pt-20 {
  padding-top: 14rem !important;
}

/* line 2734, app/assets/stylesheets/core.scss */
.pt-21 {
  padding-top: 18.5rem !important;
}

/* line 2738, app/assets/stylesheets/core.scss */
.pt-22 {
  padding-top: 22rem !important;
}

/* line 2742, app/assets/stylesheets/core.scss */
.pt-23 {
  padding-top: 35rem !important;
}

/* line 2746, app/assets/stylesheets/core.scss */
.pt-24 {
  padding-top: 40rem !important;
}

/* line 2750, app/assets/stylesheets/core.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 2754, app/assets/stylesheets/core.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 2758, app/assets/stylesheets/core.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 2762, app/assets/stylesheets/core.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 2766, app/assets/stylesheets/core.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 2770, app/assets/stylesheets/core.scss */
.pe-5 {
  padding-right: 2rem !important;
}

/* line 2774, app/assets/stylesheets/core.scss */
.pe-6 {
  padding-right: 2.5rem !important;
}

/* line 2778, app/assets/stylesheets/core.scss */
.pe-7 {
  padding-right: 3rem !important;
}

/* line 2782, app/assets/stylesheets/core.scss */
.pe-8 {
  padding-right: 3.5rem !important;
}

/* line 2786, app/assets/stylesheets/core.scss */
.pe-9 {
  padding-right: 4rem !important;
}

/* line 2790, app/assets/stylesheets/core.scss */
.pe-10 {
  padding-right: 4.5rem !important;
}

/* line 2794, app/assets/stylesheets/core.scss */
.pe-11 {
  padding-right: 5rem !important;
}

/* line 2798, app/assets/stylesheets/core.scss */
.pe-12 {
  padding-right: 5.5rem !important;
}

/* line 2802, app/assets/stylesheets/core.scss */
.pe-13 {
  padding-right: 6rem !important;
}

/* line 2806, app/assets/stylesheets/core.scss */
.pe-14 {
  padding-right: 6.5rem !important;
}

/* line 2810, app/assets/stylesheets/core.scss */
.pe-15 {
  padding-right: 7rem !important;
}

/* line 2814, app/assets/stylesheets/core.scss */
.pe-16 {
  padding-right: 7.5rem !important;
}

/* line 2818, app/assets/stylesheets/core.scss */
.pe-17 {
  padding-right: 8rem !important;
}

/* line 2822, app/assets/stylesheets/core.scss */
.pe-18 {
  padding-right: 10rem !important;
}

/* line 2826, app/assets/stylesheets/core.scss */
.pe-19 {
  padding-right: 12rem !important;
}

/* line 2830, app/assets/stylesheets/core.scss */
.pe-20 {
  padding-right: 14rem !important;
}

/* line 2834, app/assets/stylesheets/core.scss */
.pe-21 {
  padding-right: 18.5rem !important;
}

/* line 2838, app/assets/stylesheets/core.scss */
.pe-22 {
  padding-right: 22rem !important;
}

/* line 2842, app/assets/stylesheets/core.scss */
.pe-23 {
  padding-right: 35rem !important;
}

/* line 2846, app/assets/stylesheets/core.scss */
.pe-24 {
  padding-right: 40rem !important;
}

/* line 2850, app/assets/stylesheets/core.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 2854, app/assets/stylesheets/core.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 2858, app/assets/stylesheets/core.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 2862, app/assets/stylesheets/core.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 2866, app/assets/stylesheets/core.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 2870, app/assets/stylesheets/core.scss */
.pb-5 {
  padding-bottom: 2rem !important;
}

/* line 2874, app/assets/stylesheets/core.scss */
.pb-6 {
  padding-bottom: 2.5rem !important;
}

/* line 2878, app/assets/stylesheets/core.scss */
.pb-7 {
  padding-bottom: 3rem !important;
}

/* line 2882, app/assets/stylesheets/core.scss */
.pb-8 {
  padding-bottom: 3.5rem !important;
}

/* line 2886, app/assets/stylesheets/core.scss */
.pb-9 {
  padding-bottom: 4rem !important;
}

/* line 2890, app/assets/stylesheets/core.scss */
.pb-10 {
  padding-bottom: 4.5rem !important;
}

/* line 2894, app/assets/stylesheets/core.scss */
.pb-11 {
  padding-bottom: 5rem !important;
}

/* line 2898, app/assets/stylesheets/core.scss */
.pb-12 {
  padding-bottom: 5.5rem !important;
}

/* line 2902, app/assets/stylesheets/core.scss */
.pb-13 {
  padding-bottom: 6rem !important;
}

/* line 2906, app/assets/stylesheets/core.scss */
.pb-14 {
  padding-bottom: 6.5rem !important;
}

/* line 2910, app/assets/stylesheets/core.scss */
.pb-15 {
  padding-bottom: 7rem !important;
}

/* line 2914, app/assets/stylesheets/core.scss */
.pb-16 {
  padding-bottom: 7.5rem !important;
}

/* line 2918, app/assets/stylesheets/core.scss */
.pb-17 {
  padding-bottom: 8rem !important;
}

/* line 2922, app/assets/stylesheets/core.scss */
.pb-18 {
  padding-bottom: 10rem !important;
}

/* line 2926, app/assets/stylesheets/core.scss */
.pb-19 {
  padding-bottom: 12rem !important;
}

/* line 2930, app/assets/stylesheets/core.scss */
.pb-20 {
  padding-bottom: 14rem !important;
}

/* line 2934, app/assets/stylesheets/core.scss */
.pb-21 {
  padding-bottom: 18.5rem !important;
}

/* line 2938, app/assets/stylesheets/core.scss */
.pb-22 {
  padding-bottom: 22rem !important;
}

/* line 2942, app/assets/stylesheets/core.scss */
.pb-23 {
  padding-bottom: 35rem !important;
}

/* line 2946, app/assets/stylesheets/core.scss */
.pb-24 {
  padding-bottom: 40rem !important;
}

/* line 2950, app/assets/stylesheets/core.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 2954, app/assets/stylesheets/core.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 2958, app/assets/stylesheets/core.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 2962, app/assets/stylesheets/core.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 2966, app/assets/stylesheets/core.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 2970, app/assets/stylesheets/core.scss */
.ps-5 {
  padding-left: 2rem !important;
}

/* line 2974, app/assets/stylesheets/core.scss */
.ps-6 {
  padding-left: 2.5rem !important;
}

/* line 2978, app/assets/stylesheets/core.scss */
.ps-7 {
  padding-left: 3rem !important;
}

/* line 2982, app/assets/stylesheets/core.scss */
.ps-8 {
  padding-left: 3.5rem !important;
}

/* line 2986, app/assets/stylesheets/core.scss */
.ps-9 {
  padding-left: 4rem !important;
}

/* line 2990, app/assets/stylesheets/core.scss */
.ps-10 {
  padding-left: 4.5rem !important;
}

/* line 2994, app/assets/stylesheets/core.scss */
.ps-11 {
  padding-left: 5rem !important;
}

/* line 2998, app/assets/stylesheets/core.scss */
.ps-12 {
  padding-left: 5.5rem !important;
}

/* line 3002, app/assets/stylesheets/core.scss */
.ps-13 {
  padding-left: 6rem !important;
}

/* line 3006, app/assets/stylesheets/core.scss */
.ps-14 {
  padding-left: 6.5rem !important;
}

/* line 3010, app/assets/stylesheets/core.scss */
.ps-15 {
  padding-left: 7rem !important;
}

/* line 3014, app/assets/stylesheets/core.scss */
.ps-16 {
  padding-left: 7.5rem !important;
}

/* line 3018, app/assets/stylesheets/core.scss */
.ps-17 {
  padding-left: 8rem !important;
}

/* line 3022, app/assets/stylesheets/core.scss */
.ps-18 {
  padding-left: 10rem !important;
}

/* line 3026, app/assets/stylesheets/core.scss */
.ps-19 {
  padding-left: 12rem !important;
}

/* line 3030, app/assets/stylesheets/core.scss */
.ps-20 {
  padding-left: 14rem !important;
}

/* line 3034, app/assets/stylesheets/core.scss */
.ps-21 {
  padding-left: 18.5rem !important;
}

/* line 3038, app/assets/stylesheets/core.scss */
.ps-22 {
  padding-left: 22rem !important;
}

/* line 3042, app/assets/stylesheets/core.scss */
.ps-23 {
  padding-left: 35rem !important;
}

/* line 3046, app/assets/stylesheets/core.scss */
.ps-24 {
  padding-left: 40rem !important;
}

/* line 3050, app/assets/stylesheets/core.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 3054, app/assets/stylesheets/core.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 3058, app/assets/stylesheets/core.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 3062, app/assets/stylesheets/core.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 3066, app/assets/stylesheets/core.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 3070, app/assets/stylesheets/core.scss */
.gap-5 {
  gap: 2rem !important;
}

/* line 3074, app/assets/stylesheets/core.scss */
.gap-6 {
  gap: 2.5rem !important;
}

/* line 3078, app/assets/stylesheets/core.scss */
.gap-7 {
  gap: 3rem !important;
}

/* line 3082, app/assets/stylesheets/core.scss */
.gap-8 {
  gap: 3.5rem !important;
}

/* line 3086, app/assets/stylesheets/core.scss */
.gap-9 {
  gap: 4rem !important;
}

/* line 3090, app/assets/stylesheets/core.scss */
.gap-10 {
  gap: 4.5rem !important;
}

/* line 3094, app/assets/stylesheets/core.scss */
.gap-11 {
  gap: 5rem !important;
}

/* line 3098, app/assets/stylesheets/core.scss */
.gap-12 {
  gap: 5.5rem !important;
}

/* line 3102, app/assets/stylesheets/core.scss */
.gap-13 {
  gap: 6rem !important;
}

/* line 3106, app/assets/stylesheets/core.scss */
.gap-14 {
  gap: 6.5rem !important;
}

/* line 3110, app/assets/stylesheets/core.scss */
.gap-15 {
  gap: 7rem !important;
}

/* line 3114, app/assets/stylesheets/core.scss */
.gap-16 {
  gap: 7.5rem !important;
}

/* line 3118, app/assets/stylesheets/core.scss */
.gap-17 {
  gap: 8rem !important;
}

/* line 3122, app/assets/stylesheets/core.scss */
.gap-18 {
  gap: 10rem !important;
}

/* line 3126, app/assets/stylesheets/core.scss */
.gap-19 {
  gap: 12rem !important;
}

/* line 3130, app/assets/stylesheets/core.scss */
.gap-20 {
  gap: 14rem !important;
}

/* line 3134, app/assets/stylesheets/core.scss */
.gap-21 {
  gap: 18.5rem !important;
}

/* line 3138, app/assets/stylesheets/core.scss */
.gap-22 {
  gap: 22rem !important;
}

/* line 3142, app/assets/stylesheets/core.scss */
.gap-23 {
  gap: 35rem !important;
}

/* line 3146, app/assets/stylesheets/core.scss */
.gap-24 {
  gap: 40rem !important;
}

/* line 3150, app/assets/stylesheets/core.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 3154, app/assets/stylesheets/core.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 3158, app/assets/stylesheets/core.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 3162, app/assets/stylesheets/core.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 3166, app/assets/stylesheets/core.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 3170, app/assets/stylesheets/core.scss */
.row-gap-5 {
  row-gap: 2rem !important;
}

/* line 3174, app/assets/stylesheets/core.scss */
.row-gap-6 {
  row-gap: 2.5rem !important;
}

/* line 3178, app/assets/stylesheets/core.scss */
.row-gap-7 {
  row-gap: 3rem !important;
}

/* line 3182, app/assets/stylesheets/core.scss */
.row-gap-8 {
  row-gap: 3.5rem !important;
}

/* line 3186, app/assets/stylesheets/core.scss */
.row-gap-9 {
  row-gap: 4rem !important;
}

/* line 3190, app/assets/stylesheets/core.scss */
.row-gap-10 {
  row-gap: 4.5rem !important;
}

/* line 3194, app/assets/stylesheets/core.scss */
.row-gap-11 {
  row-gap: 5rem !important;
}

/* line 3198, app/assets/stylesheets/core.scss */
.row-gap-12 {
  row-gap: 5.5rem !important;
}

/* line 3202, app/assets/stylesheets/core.scss */
.row-gap-13 {
  row-gap: 6rem !important;
}

/* line 3206, app/assets/stylesheets/core.scss */
.row-gap-14 {
  row-gap: 6.5rem !important;
}

/* line 3210, app/assets/stylesheets/core.scss */
.row-gap-15 {
  row-gap: 7rem !important;
}

/* line 3214, app/assets/stylesheets/core.scss */
.row-gap-16 {
  row-gap: 7.5rem !important;
}

/* line 3218, app/assets/stylesheets/core.scss */
.row-gap-17 {
  row-gap: 8rem !important;
}

/* line 3222, app/assets/stylesheets/core.scss */
.row-gap-18 {
  row-gap: 10rem !important;
}

/* line 3226, app/assets/stylesheets/core.scss */
.row-gap-19 {
  row-gap: 12rem !important;
}

/* line 3230, app/assets/stylesheets/core.scss */
.row-gap-20 {
  row-gap: 14rem !important;
}

/* line 3234, app/assets/stylesheets/core.scss */
.row-gap-21 {
  row-gap: 18.5rem !important;
}

/* line 3238, app/assets/stylesheets/core.scss */
.row-gap-22 {
  row-gap: 22rem !important;
}

/* line 3242, app/assets/stylesheets/core.scss */
.row-gap-23 {
  row-gap: 35rem !important;
}

/* line 3246, app/assets/stylesheets/core.scss */
.row-gap-24 {
  row-gap: 40rem !important;
}

/* line 3250, app/assets/stylesheets/core.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

/* line 3255, app/assets/stylesheets/core.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

/* line 3260, app/assets/stylesheets/core.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

/* line 3265, app/assets/stylesheets/core.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

/* line 3270, app/assets/stylesheets/core.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

/* line 3275, app/assets/stylesheets/core.scss */
.column-gap-5 {
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

/* line 3280, app/assets/stylesheets/core.scss */
.column-gap-6 {
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

/* line 3285, app/assets/stylesheets/core.scss */
.column-gap-7 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

/* line 3290, app/assets/stylesheets/core.scss */
.column-gap-8 {
  -moz-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

/* line 3295, app/assets/stylesheets/core.scss */
.column-gap-9 {
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

/* line 3300, app/assets/stylesheets/core.scss */
.column-gap-10 {
  -moz-column-gap: 4.5rem !important;
  column-gap: 4.5rem !important;
}

/* line 3305, app/assets/stylesheets/core.scss */
.column-gap-11 {
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

/* line 3310, app/assets/stylesheets/core.scss */
.column-gap-12 {
  -moz-column-gap: 5.5rem !important;
  column-gap: 5.5rem !important;
}

/* line 3315, app/assets/stylesheets/core.scss */
.column-gap-13 {
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

/* line 3320, app/assets/stylesheets/core.scss */
.column-gap-14 {
  -moz-column-gap: 6.5rem !important;
  column-gap: 6.5rem !important;
}

/* line 3325, app/assets/stylesheets/core.scss */
.column-gap-15 {
  -moz-column-gap: 7rem !important;
  column-gap: 7rem !important;
}

/* line 3330, app/assets/stylesheets/core.scss */
.column-gap-16 {
  -moz-column-gap: 7.5rem !important;
  column-gap: 7.5rem !important;
}

/* line 3335, app/assets/stylesheets/core.scss */
.column-gap-17 {
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

/* line 3340, app/assets/stylesheets/core.scss */
.column-gap-18 {
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

/* line 3345, app/assets/stylesheets/core.scss */
.column-gap-19 {
  -moz-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

/* line 3350, app/assets/stylesheets/core.scss */
.column-gap-20 {
  -moz-column-gap: 14rem !important;
  column-gap: 14rem !important;
}

/* line 3355, app/assets/stylesheets/core.scss */
.column-gap-21 {
  -moz-column-gap: 18.5rem !important;
  column-gap: 18.5rem !important;
}

/* line 3360, app/assets/stylesheets/core.scss */
.column-gap-22 {
  -moz-column-gap: 22rem !important;
  column-gap: 22rem !important;
}

/* line 3365, app/assets/stylesheets/core.scss */
.column-gap-23 {
  -moz-column-gap: 35rem !important;
  column-gap: 35rem !important;
}

/* line 3370, app/assets/stylesheets/core.scss */
.column-gap-24 {
  -moz-column-gap: 40rem !important;
  column-gap: 40rem !important;
}

/* line 3375, app/assets/stylesheets/core.scss */
.font-monospace {
  font-family: var(--font-monospace) !important;
}

/* line 3379, app/assets/stylesheets/core.scss */
.font-juniper-bay {
  font-family: "JuniperBay" !important;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 3386, app/assets/stylesheets/core.scss */
.font-test-national-2-compressed {
  font-family: "National 2 Compressed Regular" !important;
  line-height: normal;
  font-weight: normal;
}

/* line 3392, app/assets/stylesheets/core.scss */
.font-test-national-2-compressed-bold {
  font-family: "National 2 Compressed Bold" !important;
  line-height: normal;
  font-weight: normal;
}

/* line 3398, app/assets/stylesheets/core.scss */
.font-inter {
  font-family: "Inter" !important;
  line-height: normal;
  font-weight: normal;
}

/* line 3404, app/assets/stylesheets/core.scss */
.font-favorit-mono-std {
  font-family: "Favorit Mono Std" !important;
}

/* line 3408, app/assets/stylesheets/core.scss */
.fs-1 {
  font-size: calc(1.3875rem + 1.65vw) !important;
}

/* line 3412, app/assets/stylesheets/core.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 3416, app/assets/stylesheets/core.scss */
.fs-3 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

/* line 3420, app/assets/stylesheets/core.scss */
.fs-4 {
  font-size: 1.25rem !important;
}

/* line 3424, app/assets/stylesheets/core.scss */
.fs-5 {
  font-size: 1rem !important;
}

/* line 3428, app/assets/stylesheets/core.scss */
.fs-6 {
  font-size: 0.875rem !important;
}

/* line 3432, app/assets/stylesheets/core.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 3436, app/assets/stylesheets/core.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 3440, app/assets/stylesheets/core.scss */
.fw-lighter {
  font-weight: 200 !important;
}

/* line 3444, app/assets/stylesheets/core.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 3448, app/assets/stylesheets/core.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 3452, app/assets/stylesheets/core.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 3456, app/assets/stylesheets/core.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 3460, app/assets/stylesheets/core.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 3464, app/assets/stylesheets/core.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 3468, app/assets/stylesheets/core.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 3472, app/assets/stylesheets/core.scss */
.lh-2 {
  line-height: 1.5 !important;
}

/* line 3476, app/assets/stylesheets/core.scss */
.lh-3 {
  line-height: 1.8 !important;
}

/* line 3480, app/assets/stylesheets/core.scss */
.lh-sm {
  line-height: 1.08 !important;
}

/* line 3484, app/assets/stylesheets/core.scss */
.lh-base {
  line-height: 1.6 !important;
}

/* line 3488, app/assets/stylesheets/core.scss */
.lh-md {
  line-height: 1.4 !important;
}

/* line 3492, app/assets/stylesheets/core.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 3496, app/assets/stylesheets/core.scss */
.text-start {
  text-align: left !important;
}

/* line 3500, app/assets/stylesheets/core.scss */
.text-end {
  text-align: right !important;
}

/* line 3504, app/assets/stylesheets/core.scss */
.text-center {
  text-align: center !important;
}

/* line 3508, app/assets/stylesheets/core.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 3512, app/assets/stylesheets/core.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 3516, app/assets/stylesheets/core.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 3520, app/assets/stylesheets/core.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 3524, app/assets/stylesheets/core.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 3528, app/assets/stylesheets/core.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 3532, app/assets/stylesheets/core.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 3536, app/assets/stylesheets/core.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 3541, app/assets/stylesheets/core.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 3547, app/assets/stylesheets/core.scss */
.text-primary {
  --text-opacity: 1;
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}

/* line 3552, app/assets/stylesheets/core.scss */
.text-dark {
  --text-opacity: 1;
  color: #0a0a27 !important;
}

/* line 3557, app/assets/stylesheets/core.scss */
.text-puppies-online {
  --text-opacity: 1;
  color: #2563f6 !important;
}

/* line 3562, app/assets/stylesheets/core.scss */
.text-doggo-bone {
  --text-opacity: 1;
  color: #fff2db !important;
}

/* line 3567, app/assets/stylesheets/core.scss */
.text-doggo-light-blue {
  --text-opacity: 1;
  color: #a4c9ff !important;
}

/* line 3572, app/assets/stylesheets/core.scss */
.text-doggo-yellow {
  --text-opacity: 1;
  color: #fecc83 !important;
}

/* line 3577, app/assets/stylesheets/core.scss */
.text-link {
  color: #2563f6;
}

/* line 3581, app/assets/stylesheets/core.scss */
.text-link:hover {
  color: #2563f6 !important;
}

/* line 3585, app/assets/stylesheets/core.scss */
.text-secondary {
  --text-opacity: 1;
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
}

/* line 3590, app/assets/stylesheets/core.scss */
.text-success {
  --text-opacity: 1;
  color: rgba(var(--success-rgb), var(--text-opacity)) !important;
}

/* line 3595, app/assets/stylesheets/core.scss */
.text-info {
  --text-opacity: 1;
  color: rgba(var(--info-rgb), var(--text-opacity)) !important;
}

/* line 3600, app/assets/stylesheets/core.scss */
.text-warning {
  --text-opacity: 1;
  color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
}

/* line 3605, app/assets/stylesheets/core.scss */
.text-danger {
  --text-opacity: 1;
  color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
}

/* line 3610, app/assets/stylesheets/core.scss */
.text-light {
  --text-opacity: 1;
  color: rgba(var(--light-rgb), var(--text-opacity)) !important;
}

/* line 3615, app/assets/stylesheets/core.scss */
.text-dark {
  --text-opacity: 1;
  color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
}

/* line 3620, app/assets/stylesheets/core.scss */
.text-white {
  --text-opacity: 1;
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}

/* line 3625, app/assets/stylesheets/core.scss */
.text-light-primary {
  --text-opacity: 1;
  color: rgba(var(--light-primary-rgb), var(--text-opacity)) !important;
}

/* line 3630, app/assets/stylesheets/core.scss */
.text-light-danger {
  --text-opacity: 1;
  color: rgba(var(--light-danger-rgb), var(--text-opacity)) !important;
}

/* line 3635, app/assets/stylesheets/core.scss */
.text-light-info {
  --text-opacity: 1;
  color: rgba(var(--light-info-rgb), var(--text-opacity)) !important;
}

/* line 3640, app/assets/stylesheets/core.scss */
.text-light-warning {
  --text-opacity: 1;
  color: rgba(var(--light-warning-rgb), var(--text-opacity)) !important;
}

/* line 3645, app/assets/stylesheets/core.scss */
.text-light-secondary {
  --text-opacity: 1;
  color: rgba(var(--light-secondary-rgb), var(--text-opacity)) !important;
}

/* line 3650, app/assets/stylesheets/core.scss */
.text-light-success {
  --text-opacity: 1;
  color: rgba(var(--light-success-rgb), var(--text-opacity)) !important;
}

/* line 3655, app/assets/stylesheets/core.scss */
.text-black {
  --text-opacity: 1;
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}

/* line 3660, app/assets/stylesheets/core.scss */
.text-body {
  --text-opacity: 1;
  color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}

/* line 3665, app/assets/stylesheets/core.scss */
.text-muted {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}

/* line 3670, app/assets/stylesheets/core.scss */
.text-black-50 {
  --text-opacity: 1;
  color: rgba(38, 31, 68, 0.5) !important;
}

/* line 3675, app/assets/stylesheets/core.scss */
.text-white-50 {
  --text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 3680, app/assets/stylesheets/core.scss */
.text-body-secondary {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}

/* line 3685, app/assets/stylesheets/core.scss */
.text-body-tertiary {
  --text-opacity: 1;
  color: var(--tertiary-color) !important;
}

/* line 3690, app/assets/stylesheets/core.scss */
.text-body-emphasis {
  --text-opacity: 1;
  color: var(--emphasis-color) !important;
}

/* line 3695, app/assets/stylesheets/core.scss */
.text-reset {
  --text-opacity: 1;
  color: inherit !important;
}

/* line 3700, app/assets/stylesheets/core.scss */
.text-opacity-25 {
  --text-opacity: 0.25;
}

/* line 3704, app/assets/stylesheets/core.scss */
.text-opacity-50 {
  --text-opacity: 0.5;
}

/* line 3708, app/assets/stylesheets/core.scss */
.text-opacity-75 {
  --text-opacity: 0.75;
}

/* line 3712, app/assets/stylesheets/core.scss */
.text-opacity-100 {
  --text-opacity: 1;
}

/* line 3716, app/assets/stylesheets/core.scss */
.text-primary-emphasis {
  color: var(--primary-text-emphasis) !important;
}

/* line 3720, app/assets/stylesheets/core.scss */
.text-secondary-emphasis {
  color: var(--secondary-text-emphasis) !important;
}

/* line 3724, app/assets/stylesheets/core.scss */
.text-success-emphasis {
  color: var(--success-text-emphasis) !important;
}

/* line 3728, app/assets/stylesheets/core.scss */
.text-info-emphasis {
  color: var(--info-text-emphasis) !important;
}

/* line 3732, app/assets/stylesheets/core.scss */
.text-warning-emphasis {
  color: var(--warning-text-emphasis) !important;
}

/* line 3736, app/assets/stylesheets/core.scss */
.text-danger-emphasis {
  color: var(--danger-text-emphasis) !important;
}

/* line 3740, app/assets/stylesheets/core.scss */
.text-light-emphasis {
  color: var(--light-text-emphasis) !important;
}

/* line 3744, app/assets/stylesheets/core.scss */
.text-dark-emphasis {
  color: var(--dark-text-emphasis) !important;
}

/* line 3748, app/assets/stylesheets/core.scss */
.link-opacity-10 {
  --link-opacity: 0.1;
}

/* line 3752, app/assets/stylesheets/core.scss */
.link-opacity-10-hover:hover {
  --link-opacity: 0.1;
}

/* line 3756, app/assets/stylesheets/core.scss */
.link-opacity-25 {
  --link-opacity: 0.25;
}

/* line 3760, app/assets/stylesheets/core.scss */
.link-opacity-25-hover:hover {
  --link-opacity: 0.25;
}

/* line 3764, app/assets/stylesheets/core.scss */
.link-opacity-50 {
  --link-opacity: 0.5;
}

/* line 3768, app/assets/stylesheets/core.scss */
.link-opacity-50-hover:hover {
  --link-opacity: 0.5;
}

/* line 3772, app/assets/stylesheets/core.scss */
.link-opacity-75 {
  --link-opacity: 0.75;
}

/* line 3776, app/assets/stylesheets/core.scss */
.link-opacity-75-hover:hover {
  --link-opacity: 0.75;
}

/* line 3780, app/assets/stylesheets/core.scss */
.link-opacity-100 {
  --link-opacity: 1;
}

/* line 3784, app/assets/stylesheets/core.scss */
.link-opacity-100-hover:hover {
  --link-opacity: 1;
}

/* line 3788, app/assets/stylesheets/core.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 3792, app/assets/stylesheets/core.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 3796, app/assets/stylesheets/core.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 3800, app/assets/stylesheets/core.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 3804, app/assets/stylesheets/core.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 3808, app/assets/stylesheets/core.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 3812, app/assets/stylesheets/core.scss */
.link-underline-primary {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--primary-rgb), var(--link-underline-opacity)) !important;
}

/* line 3817, app/assets/stylesheets/core.scss */
.link-underline-secondary {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--secondary-rgb), var(--link-underline-opacity)) !important;
}

/* line 3822, app/assets/stylesheets/core.scss */
.link-underline-success {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--success-rgb), var(--link-underline-opacity)) !important;
}

/* line 3827, app/assets/stylesheets/core.scss */
.link-underline-info {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--info-rgb), var(--link-underline-opacity)) !important;
}

/* line 3832, app/assets/stylesheets/core.scss */
.link-underline-warning {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--warning-rgb), var(--link-underline-opacity)) !important;
}

/* line 3837, app/assets/stylesheets/core.scss */
.link-underline-danger {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--danger-rgb), var(--link-underline-opacity)) !important;
}

/* line 3842, app/assets/stylesheets/core.scss */
.link-underline-light {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-rgb), var(--link-underline-opacity)) !important;
}

/* line 3847, app/assets/stylesheets/core.scss */
.link-underline-dark {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dark-rgb), var(--link-underline-opacity)) !important;
}

/* line 3852, app/assets/stylesheets/core.scss */
.link-underline-white {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--white-rgb), var(--link-underline-opacity)) !important;
}

/* line 3857, app/assets/stylesheets/core.scss */
.link-underline-light-primary {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-primary-rgb), var(--link-underline-opacity)) !important;
}

/* line 3862, app/assets/stylesheets/core.scss */
.link-underline-light-danger {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-danger-rgb), var(--link-underline-opacity)) !important;
}

/* line 3867, app/assets/stylesheets/core.scss */
.link-underline-light-info {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-info-rgb), var(--link-underline-opacity)) !important;
}

/* line 3872, app/assets/stylesheets/core.scss */
.link-underline-light-warning {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-warning-rgb), var(--link-underline-opacity)) !important;
}

/* line 3877, app/assets/stylesheets/core.scss */
.link-underline-light-secondary {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-secondary-rgb), var(--link-underline-opacity)) !important;
}

/* line 3882, app/assets/stylesheets/core.scss */
.link-underline-light-success {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-success-rgb), var(--link-underline-opacity)) !important;
}

/* line 3887, app/assets/stylesheets/core.scss */
.link-underline {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--link-color-rgb), var(--link-underline-opacity, 1)) !important;
}

/* line 3892, app/assets/stylesheets/core.scss */
.link-underline-opacity-0 {
  --link-underline-opacity: 0;
}

/* line 3896, app/assets/stylesheets/core.scss */
.link-underline-opacity-0-hover:hover {
  --link-underline-opacity: 0;
}

/* line 3900, app/assets/stylesheets/core.scss */
.link-underline-opacity-10 {
  --link-underline-opacity: 0.1;
}

/* line 3904, app/assets/stylesheets/core.scss */
.link-underline-opacity-10-hover:hover {
  --link-underline-opacity: 0.1;
}

/* line 3908, app/assets/stylesheets/core.scss */
.link-underline-opacity-25 {
  --link-underline-opacity: 0.25;
}

/* line 3912, app/assets/stylesheets/core.scss */
.link-underline-opacity-25-hover:hover {
  --link-underline-opacity: 0.25;
}

/* line 3916, app/assets/stylesheets/core.scss */
.link-underline-opacity-50 {
  --link-underline-opacity: 0.5;
}

/* line 3920, app/assets/stylesheets/core.scss */
.link-underline-opacity-50-hover:hover {
  --link-underline-opacity: 0.5;
}

/* line 3924, app/assets/stylesheets/core.scss */
.link-underline-opacity-75 {
  --link-underline-opacity: 0.75;
}

/* line 3928, app/assets/stylesheets/core.scss */
.link-underline-opacity-75-hover:hover {
  --link-underline-opacity: 0.75;
}

/* line 3932, app/assets/stylesheets/core.scss */
.link-underline-opacity-100 {
  --link-underline-opacity: 1;
}

/* line 3936, app/assets/stylesheets/core.scss */
.link-underline-opacity-100-hover:hover {
  --link-underline-opacity: 1;
}

/* line 3940, app/assets/stylesheets/core.scss */
.bg-puppies-online {
  --bg-opacity: 1;
  background-color: #2563f6 !important;
}

/* line 3945, app/assets/stylesheets/core.scss */
.bg-puppies-online-light {
  --bg-opacity: 1;
  background-color: #a4c9ff !important;
}

/* line 3950, app/assets/stylesheets/core.scss */
.bg-puppies-online-medium {
  --bg-opacity: 1;
  background-color: #fecc83 !important;
}

/* line 3955, app/assets/stylesheets/core.scss */
.bg-puppies-online-blue {
  --bg-opacity: 1;
  background-color: #1c2232 !important;
}

/* line 3960, app/assets/stylesheets/core.scss */
.bg-doggo-yellow {
  --bg-opacity: 1;
  background-color: #fecc83 !important;
}

/* line 3965, app/assets/stylesheets/core.scss */
.bg-doggo-blue {
  --bg-opacity: 1;
  background-color: #2563f6 !important;
}

/* line 3970, app/assets/stylesheets/core.scss */
.bg-doggo-blue-light {
  --bg-opacity: 1;
  background-color: #a4c9ff !important;
}

/* line 3975, app/assets/stylesheets/core.scss */
.bg-doggo-blue-lighter {
  --bg-opacity: 1;
  background-color: #CDE3FC !important;
}

/* line 3980, app/assets/stylesheets/core.scss */
.bg-doggo-bone {
  --bg-opacity: 1;
  background-color: #fff2db !important;
}

/* line 3985, app/assets/stylesheets/core.scss */
.bg-doggo-red {
  --bg-opacity: 1;
  background-color: #ff8383 !important;
}

/* line 3990, app/assets/stylesheets/core.scss */
.bg-doggo-purple {
  --bg-opacity: 1;
  background-color: #bf9cf6 !important;
}

/* line 3995, app/assets/stylesheets/core.scss */
.bg-doggo-green {
  --bg-opacity: 1;
  background-color: #b3e1e1 !important;
}

/* line 4000, app/assets/stylesheets/core.scss */
.bg-primary {
  --bg-opacity: 1;
  background-color: #2563f6 !important;
}

/* line 4005, app/assets/stylesheets/core.scss */
.bg-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-rgb), var(--bg-opacity)) !important;
}

/* line 4010, app/assets/stylesheets/core.scss */
.bg-success {
  --bg-opacity: 1;
  background-color: rgba(var(--success-rgb), var(--bg-opacity)) !important;
}

/* line 4015, app/assets/stylesheets/core.scss */
.bg-info {
  --bg-opacity: 1;
  background-color: rgba(var(--info-rgb), var(--bg-opacity)) !important;
}

/* line 4020, app/assets/stylesheets/core.scss */
.bg-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--warning-rgb), var(--bg-opacity)) !important;
}

/* line 4025, app/assets/stylesheets/core.scss */
.bg-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--danger-rgb), var(--bg-opacity)) !important;
}

/* line 4030, app/assets/stylesheets/core.scss */
.bg-light {
  --bg-opacity: 1;
  background-color: rgba(var(--light-rgb), var(--bg-opacity)) !important;
}

/* line 4035, app/assets/stylesheets/core.scss */
.bg-dark {
  --bg-opacity: 1;
  background-color: #0A0A27 !important;
}

/* line 4040, app/assets/stylesheets/core.scss */
.bg-white {
  --bg-opacity: 1;
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}

/* line 4045, app/assets/stylesheets/core.scss */
.bg-light-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--light-primary-rgb), var(--bg-opacity)) !important;
}

/* line 4050, app/assets/stylesheets/core.scss */
.bg-light-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--light-danger-rgb), var(--bg-opacity)) !important;
}

/* line 4055, app/assets/stylesheets/core.scss */
.bg-light-info {
  --bg-opacity: 1;
  background-color: rgba(var(--light-info-rgb), var(--bg-opacity)) !important;
}

/* line 4060, app/assets/stylesheets/core.scss */
.bg-light-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--light-warning-rgb), var(--bg-opacity)) !important;
}

/* line 4065, app/assets/stylesheets/core.scss */
.bg-light-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--light-secondary-rgb), var(--bg-opacity)) !important;
}

/* line 4070, app/assets/stylesheets/core.scss */
.bg-light-success {
  --bg-opacity: 1;
  background-color: rgba(var(--light-success-rgb), var(--bg-opacity)) !important;
}

/* line 4075, app/assets/stylesheets/core.scss */
.bg-black {
  --bg-opacity: 1;
  background-color: rgba(var(--black-rgb), var(--bg-opacity)) !important;
}

/* line 4080, app/assets/stylesheets/core.scss */
.bg-body {
  --bg-opacity: 1;
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}

/* line 4085, app/assets/stylesheets/core.scss */
.bg-transparent {
  --bg-opacity: 1;
  background-color: transparent !important;
}

/* line 4090, app/assets/stylesheets/core.scss */
.bg-body-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-bg-rgb), var(--bg-opacity)) !important;
}

/* line 4095, app/assets/stylesheets/core.scss */
.bg-body-tertiary {
  --bg-opacity: 1;
  background-color: rgba(var(--tertiary-bg-rgb), var(--bg-opacity)) !important;
}

/* line 4100, app/assets/stylesheets/core.scss */
.bg-opacity-10 {
  --bg-opacity: 0.1;
}

/* line 4104, app/assets/stylesheets/core.scss */
.bg-opacity-25 {
  --bg-opacity: 0.25;
}

/* line 4108, app/assets/stylesheets/core.scss */
.bg-opacity-50 {
  --bg-opacity: 0.5;
}

/* line 4112, app/assets/stylesheets/core.scss */
.bg-opacity-75 {
  --bg-opacity: 0.75;
}

/* line 4116, app/assets/stylesheets/core.scss */
.bg-opacity-100 {
  --bg-opacity: 1;
}

/* line 4120, app/assets/stylesheets/core.scss */
.bg-primary-subtle {
  background-color: var(--primary-bg-subtle) !important;
}

/* line 4124, app/assets/stylesheets/core.scss */
.bg-secondary-subtle {
  background-color: var(--secondary-bg-subtle) !important;
}

/* line 4128, app/assets/stylesheets/core.scss */
.bg-success-subtle {
  background-color: var(--success-bg-subtle) !important;
}

/* line 4132, app/assets/stylesheets/core.scss */
.bg-info-subtle {
  background-color: var(--info-bg-subtle) !important;
}

/* line 4136, app/assets/stylesheets/core.scss */
.bg-warning-subtle {
  background-color: var(--warning-bg-subtle) !important;
}

/* line 4140, app/assets/stylesheets/core.scss */
.bg-danger-subtle {
  background-color: var(--danger-bg-subtle) !important;
}

/* line 4144, app/assets/stylesheets/core.scss */
.bg-light-subtle {
  background-color: var(--light-bg-subtle) !important;
}

/* line 4148, app/assets/stylesheets/core.scss */
.bg-dark-subtle {
  background-color: var(--dark-bg-subtle) !important;
}

/* line 4152, app/assets/stylesheets/core.scss */
.bg-gradient {
  background-image: var(--gradient) !important;
}

/* line 4156, app/assets/stylesheets/core.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 4162, app/assets/stylesheets/core.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 4168, app/assets/stylesheets/core.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 4174, app/assets/stylesheets/core.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 4178, app/assets/stylesheets/core.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 4182, app/assets/stylesheets/core.scss */
.rounded {
  border-radius: var(--border-radius) !important;
}

/* line 4186, app/assets/stylesheets/core.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 4190, app/assets/stylesheets/core.scss */
.rounded-1 {
  border-radius: var(--border-radius-sm) !important;
}

/* line 4194, app/assets/stylesheets/core.scss */
.rounded-2 {
  border-radius: var(--border-radius) !important;
}

/* line 4198, app/assets/stylesheets/core.scss */
.rounded-3 {
  border-radius: var(--border-radius-lg) !important;
}

/* line 4202, app/assets/stylesheets/core.scss */
.rounded-4 {
  border-radius: var(--border-radius-xl) !important;
}

/* line 4206, app/assets/stylesheets/core.scss */
.rounded-5 {
  border-radius: var(--border-radius-xxl) !important;
}

/* line 4210, app/assets/stylesheets/core.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 4214, app/assets/stylesheets/core.scss */
.rounded-pill {
  border-radius: var(--border-radius-pill) !important;
}

/* line 4218, app/assets/stylesheets/core.scss */
.rounded-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}

/* line 4223, app/assets/stylesheets/core.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 4228, app/assets/stylesheets/core.scss */
.rounded-top-1 {
  border-top-left-radius: var(--border-radius-sm) !important;
  border-top-right-radius: var(--border-radius-sm) !important;
}

/* line 4233, app/assets/stylesheets/core.scss */
.rounded-top-2 {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}

/* line 4238, app/assets/stylesheets/core.scss */
.rounded-top-3 {
  border-top-left-radius: var(--border-radius-lg) !important;
  border-top-right-radius: var(--border-radius-lg) !important;
}

/* line 4243, app/assets/stylesheets/core.scss */
.rounded-top-4 {
  border-top-left-radius: var(--border-radius-xl) !important;
  border-top-right-radius: var(--border-radius-xl) !important;
}

/* line 4248, app/assets/stylesheets/core.scss */
.rounded-top-5 {
  border-top-left-radius: var(--border-radius-xxl) !important;
  border-top-right-radius: var(--border-radius-xxl) !important;
}

/* line 4253, app/assets/stylesheets/core.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 4258, app/assets/stylesheets/core.scss */
.rounded-top-pill {
  border-top-left-radius: var(--border-radius-pill) !important;
  border-top-right-radius: var(--border-radius-pill) !important;
}

/* line 4263, app/assets/stylesheets/core.scss */
.rounded-end {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

/* line 4268, app/assets/stylesheets/core.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 4273, app/assets/stylesheets/core.scss */
.rounded-end-1 {
  border-top-right-radius: var(--border-radius-sm) !important;
  border-bottom-right-radius: var(--border-radius-sm) !important;
}

/* line 4278, app/assets/stylesheets/core.scss */
.rounded-end-2 {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

/* line 4283, app/assets/stylesheets/core.scss */
.rounded-end-3 {
  border-top-right-radius: var(--border-radius-lg) !important;
  border-bottom-right-radius: var(--border-radius-lg) !important;
}

/* line 4288, app/assets/stylesheets/core.scss */
.rounded-end-4 {
  border-top-right-radius: var(--border-radius-xl) !important;
  border-bottom-right-radius: var(--border-radius-xl) !important;
}

/* line 4293, app/assets/stylesheets/core.scss */
.rounded-end-5 {
  border-top-right-radius: var(--border-radius-xxl) !important;
  border-bottom-right-radius: var(--border-radius-xxl) !important;
}

/* line 4298, app/assets/stylesheets/core.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 4303, app/assets/stylesheets/core.scss */
.rounded-end-pill {
  border-top-right-radius: var(--border-radius-pill) !important;
  border-bottom-right-radius: var(--border-radius-pill) !important;
}

/* line 4308, app/assets/stylesheets/core.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

/* line 4313, app/assets/stylesheets/core.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 4318, app/assets/stylesheets/core.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--border-radius-sm) !important;
  border-bottom-left-radius: var(--border-radius-sm) !important;
}

/* line 4323, app/assets/stylesheets/core.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

/* line 4328, app/assets/stylesheets/core.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--border-radius-lg) !important;
  border-bottom-left-radius: var(--border-radius-lg) !important;
}

/* line 4333, app/assets/stylesheets/core.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--border-radius-xl) !important;
  border-bottom-left-radius: var(--border-radius-xl) !important;
}

/* line 4338, app/assets/stylesheets/core.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--border-radius-xxl) !important;
  border-bottom-left-radius: var(--border-radius-xxl) !important;
}

/* line 4343, app/assets/stylesheets/core.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 4348, app/assets/stylesheets/core.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--border-radius-pill) !important;
  border-bottom-left-radius: var(--border-radius-pill) !important;
}

/* line 4353, app/assets/stylesheets/core.scss */
.rounded-start {
  border-bottom-left-radius: var(--border-radius) !important;
  border-top-left-radius: var(--border-radius) !important;
}

/* line 4358, app/assets/stylesheets/core.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 4363, app/assets/stylesheets/core.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--border-radius-sm) !important;
  border-top-left-radius: var(--border-radius-sm) !important;
}

/* line 4368, app/assets/stylesheets/core.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--border-radius) !important;
  border-top-left-radius: var(--border-radius) !important;
}

/* line 4373, app/assets/stylesheets/core.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--border-radius-lg) !important;
  border-top-left-radius: var(--border-radius-lg) !important;
}

/* line 4378, app/assets/stylesheets/core.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--border-radius-xl) !important;
  border-top-left-radius: var(--border-radius-xl) !important;
}

/* line 4383, app/assets/stylesheets/core.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--border-radius-xxl) !important;
  border-top-left-radius: var(--border-radius-xxl) !important;
}

/* line 4388, app/assets/stylesheets/core.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 4393, app/assets/stylesheets/core.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--border-radius-pill) !important;
  border-top-left-radius: var(--border-radius-pill) !important;
}

/* line 4398, app/assets/stylesheets/core.scss */
.visible {
  visibility: visible !important;
}

/* line 4402, app/assets/stylesheets/core.scss */
.invisible {
  visibility: hidden !important;
}

/* line 4406, app/assets/stylesheets/core.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 4410, app/assets/stylesheets/core.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 4414, app/assets/stylesheets/core.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 4418, app/assets/stylesheets/core.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 4422, app/assets/stylesheets/core.scss */
.z-4 {
  z-index: 4 !important;
}

/* line 4426, app/assets/stylesheets/core.scss */
.z-5 {
  z-index: 5 !important;
}

@media (min-width: 576px) {
  /* line 4431, app/assets/stylesheets/core.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 4434, app/assets/stylesheets/core.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 4437, app/assets/stylesheets/core.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 4440, app/assets/stylesheets/core.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 4444, app/assets/stylesheets/core.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 4448, app/assets/stylesheets/core.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 4452, app/assets/stylesheets/core.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 4456, app/assets/stylesheets/core.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 4460, app/assets/stylesheets/core.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 4463, app/assets/stylesheets/core.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 4466, app/assets/stylesheets/core.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 4469, app/assets/stylesheets/core.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 4472, app/assets/stylesheets/core.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 4475, app/assets/stylesheets/core.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 4478, app/assets/stylesheets/core.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 4481, app/assets/stylesheets/core.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 4484, app/assets/stylesheets/core.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 4487, app/assets/stylesheets/core.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 4490, app/assets/stylesheets/core.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 4493, app/assets/stylesheets/core.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 4496, app/assets/stylesheets/core.scss */
  .w-sm-30 {
    width: 30% !important;
  }
  /* line 4499, app/assets/stylesheets/core.scss */
  .w-sm-40 {
    width: 40% !important;
  }
  /* line 4502, app/assets/stylesheets/core.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 4505, app/assets/stylesheets/core.scss */
  .w-sm-65 {
    width: 65% !important;
  }
  /* line 4508, app/assets/stylesheets/core.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 4511, app/assets/stylesheets/core.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 4514, app/assets/stylesheets/core.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 4517, app/assets/stylesheets/core.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 4520, app/assets/stylesheets/core.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 4523, app/assets/stylesheets/core.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 4526, app/assets/stylesheets/core.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4529, app/assets/stylesheets/core.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4532, app/assets/stylesheets/core.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 4535, app/assets/stylesheets/core.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 4538, app/assets/stylesheets/core.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 4541, app/assets/stylesheets/core.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 4544, app/assets/stylesheets/core.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4547, app/assets/stylesheets/core.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4550, app/assets/stylesheets/core.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4553, app/assets/stylesheets/core.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 4556, app/assets/stylesheets/core.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 4559, app/assets/stylesheets/core.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 4562, app/assets/stylesheets/core.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 4565, app/assets/stylesheets/core.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 4568, app/assets/stylesheets/core.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 4571, app/assets/stylesheets/core.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 4574, app/assets/stylesheets/core.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 4577, app/assets/stylesheets/core.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 4580, app/assets/stylesheets/core.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 4583, app/assets/stylesheets/core.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 4586, app/assets/stylesheets/core.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 4589, app/assets/stylesheets/core.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 4592, app/assets/stylesheets/core.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 4595, app/assets/stylesheets/core.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 4598, app/assets/stylesheets/core.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 4601, app/assets/stylesheets/core.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 4604, app/assets/stylesheets/core.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 4607, app/assets/stylesheets/core.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 4610, app/assets/stylesheets/core.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 4613, app/assets/stylesheets/core.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 4616, app/assets/stylesheets/core.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 4619, app/assets/stylesheets/core.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 4622, app/assets/stylesheets/core.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 4625, app/assets/stylesheets/core.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 4628, app/assets/stylesheets/core.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 4631, app/assets/stylesheets/core.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 4634, app/assets/stylesheets/core.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 4637, app/assets/stylesheets/core.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 4640, app/assets/stylesheets/core.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 4643, app/assets/stylesheets/core.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 4646, app/assets/stylesheets/core.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 4649, app/assets/stylesheets/core.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 4652, app/assets/stylesheets/core.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 4655, app/assets/stylesheets/core.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 4658, app/assets/stylesheets/core.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 4661, app/assets/stylesheets/core.scss */
  .m-sm-5 {
    margin: 2rem !important;
  }
  /* line 4664, app/assets/stylesheets/core.scss */
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  /* line 4667, app/assets/stylesheets/core.scss */
  .m-sm-7 {
    margin: 3rem !important;
  }
  /* line 4670, app/assets/stylesheets/core.scss */
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  /* line 4673, app/assets/stylesheets/core.scss */
  .m-sm-9 {
    margin: 4rem !important;
  }
  /* line 4676, app/assets/stylesheets/core.scss */
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  /* line 4679, app/assets/stylesheets/core.scss */
  .m-sm-11 {
    margin: 5rem !important;
  }
  /* line 4682, app/assets/stylesheets/core.scss */
  .m-sm-12 {
    margin: 5.5rem !important;
  }
  /* line 4685, app/assets/stylesheets/core.scss */
  .m-sm-13 {
    margin: 6rem !important;
  }
  /* line 4688, app/assets/stylesheets/core.scss */
  .m-sm-14 {
    margin: 6.5rem !important;
  }
  /* line 4691, app/assets/stylesheets/core.scss */
  .m-sm-15 {
    margin: 7rem !important;
  }
  /* line 4694, app/assets/stylesheets/core.scss */
  .m-sm-16 {
    margin: 7.5rem !important;
  }
  /* line 4697, app/assets/stylesheets/core.scss */
  .m-sm-17 {
    margin: 8rem !important;
  }
  /* line 4700, app/assets/stylesheets/core.scss */
  .m-sm-18 {
    margin: 10rem !important;
  }
  /* line 4703, app/assets/stylesheets/core.scss */
  .m-sm-19 {
    margin: 12rem !important;
  }
  /* line 4706, app/assets/stylesheets/core.scss */
  .m-sm-20 {
    margin: 14rem !important;
  }
  /* line 4709, app/assets/stylesheets/core.scss */
  .m-sm-21 {
    margin: 18.5rem !important;
  }
  /* line 4712, app/assets/stylesheets/core.scss */
  .m-sm-22 {
    margin: 22rem !important;
  }
  /* line 4715, app/assets/stylesheets/core.scss */
  .m-sm-23 {
    margin: 35rem !important;
  }
  /* line 4718, app/assets/stylesheets/core.scss */
  .m-sm-24 {
    margin: 40rem !important;
  }
  /* line 4721, app/assets/stylesheets/core.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 4724, app/assets/stylesheets/core.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 4728, app/assets/stylesheets/core.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 4732, app/assets/stylesheets/core.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 4736, app/assets/stylesheets/core.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 4740, app/assets/stylesheets/core.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 4744, app/assets/stylesheets/core.scss */
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 4748, app/assets/stylesheets/core.scss */
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 4752, app/assets/stylesheets/core.scss */
  .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 4756, app/assets/stylesheets/core.scss */
  .mx-sm-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 4760, app/assets/stylesheets/core.scss */
  .mx-sm-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 4764, app/assets/stylesheets/core.scss */
  .mx-sm-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 4768, app/assets/stylesheets/core.scss */
  .mx-sm-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 4772, app/assets/stylesheets/core.scss */
  .mx-sm-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 4776, app/assets/stylesheets/core.scss */
  .mx-sm-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 4780, app/assets/stylesheets/core.scss */
  .mx-sm-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 4784, app/assets/stylesheets/core.scss */
  .mx-sm-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 4788, app/assets/stylesheets/core.scss */
  .mx-sm-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 4792, app/assets/stylesheets/core.scss */
  .mx-sm-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 4796, app/assets/stylesheets/core.scss */
  .mx-sm-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 4800, app/assets/stylesheets/core.scss */
  .mx-sm-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 4804, app/assets/stylesheets/core.scss */
  .mx-sm-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 4808, app/assets/stylesheets/core.scss */
  .mx-sm-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 4812, app/assets/stylesheets/core.scss */
  .mx-sm-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 4816, app/assets/stylesheets/core.scss */
  .mx-sm-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 4820, app/assets/stylesheets/core.scss */
  .mx-sm-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 4824, app/assets/stylesheets/core.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 4828, app/assets/stylesheets/core.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 4832, app/assets/stylesheets/core.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 4836, app/assets/stylesheets/core.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 4840, app/assets/stylesheets/core.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 4844, app/assets/stylesheets/core.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 4848, app/assets/stylesheets/core.scss */
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 4852, app/assets/stylesheets/core.scss */
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 4856, app/assets/stylesheets/core.scss */
  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 4860, app/assets/stylesheets/core.scss */
  .my-sm-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 4864, app/assets/stylesheets/core.scss */
  .my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 4868, app/assets/stylesheets/core.scss */
  .my-sm-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 4872, app/assets/stylesheets/core.scss */
  .my-sm-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 4876, app/assets/stylesheets/core.scss */
  .my-sm-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 4880, app/assets/stylesheets/core.scss */
  .my-sm-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 4884, app/assets/stylesheets/core.scss */
  .my-sm-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 4888, app/assets/stylesheets/core.scss */
  .my-sm-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 4892, app/assets/stylesheets/core.scss */
  .my-sm-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 4896, app/assets/stylesheets/core.scss */
  .my-sm-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 4900, app/assets/stylesheets/core.scss */
  .my-sm-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 4904, app/assets/stylesheets/core.scss */
  .my-sm-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 4908, app/assets/stylesheets/core.scss */
  .my-sm-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 4912, app/assets/stylesheets/core.scss */
  .my-sm-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 4916, app/assets/stylesheets/core.scss */
  .my-sm-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 4920, app/assets/stylesheets/core.scss */
  .my-sm-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 4924, app/assets/stylesheets/core.scss */
  .my-sm-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 4928, app/assets/stylesheets/core.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 4932, app/assets/stylesheets/core.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 4935, app/assets/stylesheets/core.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 4938, app/assets/stylesheets/core.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 4941, app/assets/stylesheets/core.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 4944, app/assets/stylesheets/core.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 4947, app/assets/stylesheets/core.scss */
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  /* line 4950, app/assets/stylesheets/core.scss */
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  /* line 4953, app/assets/stylesheets/core.scss */
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  /* line 4956, app/assets/stylesheets/core.scss */
  .mt-sm-8 {
    margin-top: 3.5rem !important;
  }
  /* line 4959, app/assets/stylesheets/core.scss */
  .mt-sm-9 {
    margin-top: 4rem !important;
  }
  /* line 4962, app/assets/stylesheets/core.scss */
  .mt-sm-10 {
    margin-top: 4.5rem !important;
  }
  /* line 4965, app/assets/stylesheets/core.scss */
  .mt-sm-11 {
    margin-top: 5rem !important;
  }
  /* line 4968, app/assets/stylesheets/core.scss */
  .mt-sm-12 {
    margin-top: 5.5rem !important;
  }
  /* line 4971, app/assets/stylesheets/core.scss */
  .mt-sm-13 {
    margin-top: 6rem !important;
  }
  /* line 4974, app/assets/stylesheets/core.scss */
  .mt-sm-14 {
    margin-top: 6.5rem !important;
  }
  /* line 4977, app/assets/stylesheets/core.scss */
  .mt-sm-15 {
    margin-top: 7rem !important;
  }
  /* line 4980, app/assets/stylesheets/core.scss */
  .mt-sm-16 {
    margin-top: 7.5rem !important;
  }
  /* line 4983, app/assets/stylesheets/core.scss */
  .mt-sm-17 {
    margin-top: 8rem !important;
  }
  /* line 4986, app/assets/stylesheets/core.scss */
  .mt-sm-18 {
    margin-top: 10rem !important;
  }
  /* line 4989, app/assets/stylesheets/core.scss */
  .mt-sm-19 {
    margin-top: 12rem !important;
  }
  /* line 4992, app/assets/stylesheets/core.scss */
  .mt-sm-20 {
    margin-top: 14rem !important;
  }
  /* line 4995, app/assets/stylesheets/core.scss */
  .mt-sm-21 {
    margin-top: 18.5rem !important;
  }
  /* line 4998, app/assets/stylesheets/core.scss */
  .mt-sm-22 {
    margin-top: 22rem !important;
  }
  /* line 5001, app/assets/stylesheets/core.scss */
  .mt-sm-23 {
    margin-top: 35rem !important;
  }
  /* line 5004, app/assets/stylesheets/core.scss */
  .mt-sm-24 {
    margin-top: 40rem !important;
  }
  /* line 5007, app/assets/stylesheets/core.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 5010, app/assets/stylesheets/core.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 5013, app/assets/stylesheets/core.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 5016, app/assets/stylesheets/core.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 5019, app/assets/stylesheets/core.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 5022, app/assets/stylesheets/core.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 5025, app/assets/stylesheets/core.scss */
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  /* line 5028, app/assets/stylesheets/core.scss */
  .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  /* line 5031, app/assets/stylesheets/core.scss */
  .me-sm-7 {
    margin-right: 3rem !important;
  }
  /* line 5034, app/assets/stylesheets/core.scss */
  .me-sm-8 {
    margin-right: 3.5rem !important;
  }
  /* line 5037, app/assets/stylesheets/core.scss */
  .me-sm-9 {
    margin-right: 4rem !important;
  }
  /* line 5040, app/assets/stylesheets/core.scss */
  .me-sm-10 {
    margin-right: 4.5rem !important;
  }
  /* line 5043, app/assets/stylesheets/core.scss */
  .me-sm-11 {
    margin-right: 5rem !important;
  }
  /* line 5046, app/assets/stylesheets/core.scss */
  .me-sm-12 {
    margin-right: 5.5rem !important;
  }
  /* line 5049, app/assets/stylesheets/core.scss */
  .me-sm-13 {
    margin-right: 6rem !important;
  }
  /* line 5052, app/assets/stylesheets/core.scss */
  .me-sm-14 {
    margin-right: 6.5rem !important;
  }
  /* line 5055, app/assets/stylesheets/core.scss */
  .me-sm-15 {
    margin-right: 7rem !important;
  }
  /* line 5058, app/assets/stylesheets/core.scss */
  .me-sm-16 {
    margin-right: 7.5rem !important;
  }
  /* line 5061, app/assets/stylesheets/core.scss */
  .me-sm-17 {
    margin-right: 8rem !important;
  }
  /* line 5064, app/assets/stylesheets/core.scss */
  .me-sm-18 {
    margin-right: 10rem !important;
  }
  /* line 5067, app/assets/stylesheets/core.scss */
  .me-sm-19 {
    margin-right: 12rem !important;
  }
  /* line 5070, app/assets/stylesheets/core.scss */
  .me-sm-20 {
    margin-right: 14rem !important;
  }
  /* line 5073, app/assets/stylesheets/core.scss */
  .me-sm-21 {
    margin-right: 18.5rem !important;
  }
  /* line 5076, app/assets/stylesheets/core.scss */
  .me-sm-22 {
    margin-right: 22rem !important;
  }
  /* line 5079, app/assets/stylesheets/core.scss */
  .me-sm-23 {
    margin-right: 35rem !important;
  }
  /* line 5082, app/assets/stylesheets/core.scss */
  .me-sm-24 {
    margin-right: 40rem !important;
  }
  /* line 5085, app/assets/stylesheets/core.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 5088, app/assets/stylesheets/core.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 5091, app/assets/stylesheets/core.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 5094, app/assets/stylesheets/core.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 5097, app/assets/stylesheets/core.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 5100, app/assets/stylesheets/core.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 5103, app/assets/stylesheets/core.scss */
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  /* line 5106, app/assets/stylesheets/core.scss */
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 5109, app/assets/stylesheets/core.scss */
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  /* line 5112, app/assets/stylesheets/core.scss */
  .mb-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 5115, app/assets/stylesheets/core.scss */
  .mb-sm-9 {
    margin-bottom: 4rem !important;
  }
  /* line 5118, app/assets/stylesheets/core.scss */
  .mb-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 5121, app/assets/stylesheets/core.scss */
  .mb-sm-11 {
    margin-bottom: 5rem !important;
  }
  /* line 5124, app/assets/stylesheets/core.scss */
  .mb-sm-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 5127, app/assets/stylesheets/core.scss */
  .mb-sm-13 {
    margin-bottom: 6rem !important;
  }
  /* line 5130, app/assets/stylesheets/core.scss */
  .mb-sm-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 5133, app/assets/stylesheets/core.scss */
  .mb-sm-15 {
    margin-bottom: 7rem !important;
  }
  /* line 5136, app/assets/stylesheets/core.scss */
  .mb-sm-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 5139, app/assets/stylesheets/core.scss */
  .mb-sm-17 {
    margin-bottom: 8rem !important;
  }
  /* line 5142, app/assets/stylesheets/core.scss */
  .mb-sm-18 {
    margin-bottom: 10rem !important;
  }
  /* line 5145, app/assets/stylesheets/core.scss */
  .mb-sm-19 {
    margin-bottom: 12rem !important;
  }
  /* line 5148, app/assets/stylesheets/core.scss */
  .mb-sm-20 {
    margin-bottom: 14rem !important;
  }
  /* line 5151, app/assets/stylesheets/core.scss */
  .mb-sm-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 5154, app/assets/stylesheets/core.scss */
  .mb-sm-22 {
    margin-bottom: 22rem !important;
  }
  /* line 5157, app/assets/stylesheets/core.scss */
  .mb-sm-23 {
    margin-bottom: 35rem !important;
  }
  /* line 5160, app/assets/stylesheets/core.scss */
  .mb-sm-24 {
    margin-bottom: 40rem !important;
  }
  /* line 5163, app/assets/stylesheets/core.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 5166, app/assets/stylesheets/core.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 5169, app/assets/stylesheets/core.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 5172, app/assets/stylesheets/core.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 5175, app/assets/stylesheets/core.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 5178, app/assets/stylesheets/core.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 5181, app/assets/stylesheets/core.scss */
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  /* line 5184, app/assets/stylesheets/core.scss */
  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  /* line 5187, app/assets/stylesheets/core.scss */
  .ms-sm-7 {
    margin-left: 3rem !important;
  }
  /* line 5190, app/assets/stylesheets/core.scss */
  .ms-sm-8 {
    margin-left: 3.5rem !important;
  }
  /* line 5193, app/assets/stylesheets/core.scss */
  .ms-sm-9 {
    margin-left: 4rem !important;
  }
  /* line 5196, app/assets/stylesheets/core.scss */
  .ms-sm-10 {
    margin-left: 4.5rem !important;
  }
  /* line 5199, app/assets/stylesheets/core.scss */
  .ms-sm-11 {
    margin-left: 5rem !important;
  }
  /* line 5202, app/assets/stylesheets/core.scss */
  .ms-sm-12 {
    margin-left: 5.5rem !important;
  }
  /* line 5205, app/assets/stylesheets/core.scss */
  .ms-sm-13 {
    margin-left: 6rem !important;
  }
  /* line 5208, app/assets/stylesheets/core.scss */
  .ms-sm-14 {
    margin-left: 6.5rem !important;
  }
  /* line 5211, app/assets/stylesheets/core.scss */
  .ms-sm-15 {
    margin-left: 7rem !important;
  }
  /* line 5214, app/assets/stylesheets/core.scss */
  .ms-sm-16 {
    margin-left: 7.5rem !important;
  }
  /* line 5217, app/assets/stylesheets/core.scss */
  .ms-sm-17 {
    margin-left: 8rem !important;
  }
  /* line 5220, app/assets/stylesheets/core.scss */
  .ms-sm-18 {
    margin-left: 10rem !important;
  }
  /* line 5223, app/assets/stylesheets/core.scss */
  .ms-sm-19 {
    margin-left: 12rem !important;
  }
  /* line 5226, app/assets/stylesheets/core.scss */
  .ms-sm-20 {
    margin-left: 14rem !important;
  }
  /* line 5229, app/assets/stylesheets/core.scss */
  .ms-sm-21 {
    margin-left: 18.5rem !important;
  }
  /* line 5232, app/assets/stylesheets/core.scss */
  .ms-sm-22 {
    margin-left: 22rem !important;
  }
  /* line 5235, app/assets/stylesheets/core.scss */
  .ms-sm-23 {
    margin-left: 35rem !important;
  }
  /* line 5238, app/assets/stylesheets/core.scss */
  .ms-sm-24 {
    margin-left: 40rem !important;
  }
  /* line 5241, app/assets/stylesheets/core.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 5244, app/assets/stylesheets/core.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 5247, app/assets/stylesheets/core.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 5250, app/assets/stylesheets/core.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 5253, app/assets/stylesheets/core.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 5256, app/assets/stylesheets/core.scss */
  .m-sm-n5 {
    margin: -2rem !important;
  }
  /* line 5259, app/assets/stylesheets/core.scss */
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  /* line 5262, app/assets/stylesheets/core.scss */
  .m-sm-n7 {
    margin: -3rem !important;
  }
  /* line 5265, app/assets/stylesheets/core.scss */
  .m-sm-n8 {
    margin: -3.5rem !important;
  }
  /* line 5268, app/assets/stylesheets/core.scss */
  .m-sm-n9 {
    margin: -4rem !important;
  }
  /* line 5271, app/assets/stylesheets/core.scss */
  .m-sm-n10 {
    margin: -4.5rem !important;
  }
  /* line 5274, app/assets/stylesheets/core.scss */
  .m-sm-n11 {
    margin: -5rem !important;
  }
  /* line 5277, app/assets/stylesheets/core.scss */
  .m-sm-n12 {
    margin: -5.5rem !important;
  }
  /* line 5280, app/assets/stylesheets/core.scss */
  .m-sm-n13 {
    margin: -6rem !important;
  }
  /* line 5283, app/assets/stylesheets/core.scss */
  .m-sm-n14 {
    margin: -6.5rem !important;
  }
  /* line 5286, app/assets/stylesheets/core.scss */
  .m-sm-n15 {
    margin: -7rem !important;
  }
  /* line 5289, app/assets/stylesheets/core.scss */
  .m-sm-n16 {
    margin: -7.5rem !important;
  }
  /* line 5292, app/assets/stylesheets/core.scss */
  .m-sm-n17 {
    margin: -8rem !important;
  }
  /* line 5295, app/assets/stylesheets/core.scss */
  .m-sm-n18 {
    margin: -10rem !important;
  }
  /* line 5298, app/assets/stylesheets/core.scss */
  .m-sm-n19 {
    margin: -12rem !important;
  }
  /* line 5301, app/assets/stylesheets/core.scss */
  .m-sm-n20 {
    margin: -14rem !important;
  }
  /* line 5304, app/assets/stylesheets/core.scss */
  .m-sm-n21 {
    margin: -18.5rem !important;
  }
  /* line 5307, app/assets/stylesheets/core.scss */
  .m-sm-n22 {
    margin: -22rem !important;
  }
  /* line 5310, app/assets/stylesheets/core.scss */
  .m-sm-n23 {
    margin: -35rem !important;
  }
  /* line 5313, app/assets/stylesheets/core.scss */
  .m-sm-n24 {
    margin: -40rem !important;
  }
  /* line 5316, app/assets/stylesheets/core.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 5320, app/assets/stylesheets/core.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 5324, app/assets/stylesheets/core.scss */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 5328, app/assets/stylesheets/core.scss */
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 5332, app/assets/stylesheets/core.scss */
  .mx-sm-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 5336, app/assets/stylesheets/core.scss */
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 5340, app/assets/stylesheets/core.scss */
  .mx-sm-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 5344, app/assets/stylesheets/core.scss */
  .mx-sm-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 5348, app/assets/stylesheets/core.scss */
  .mx-sm-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 5352, app/assets/stylesheets/core.scss */
  .mx-sm-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 5356, app/assets/stylesheets/core.scss */
  .mx-sm-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 5360, app/assets/stylesheets/core.scss */
  .mx-sm-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 5364, app/assets/stylesheets/core.scss */
  .mx-sm-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 5368, app/assets/stylesheets/core.scss */
  .mx-sm-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 5372, app/assets/stylesheets/core.scss */
  .mx-sm-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 5376, app/assets/stylesheets/core.scss */
  .mx-sm-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 5380, app/assets/stylesheets/core.scss */
  .mx-sm-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 5384, app/assets/stylesheets/core.scss */
  .mx-sm-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 5388, app/assets/stylesheets/core.scss */
  .mx-sm-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 5392, app/assets/stylesheets/core.scss */
  .mx-sm-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 5396, app/assets/stylesheets/core.scss */
  .mx-sm-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 5400, app/assets/stylesheets/core.scss */
  .mx-sm-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 5404, app/assets/stylesheets/core.scss */
  .mx-sm-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 5408, app/assets/stylesheets/core.scss */
  .mx-sm-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 5412, app/assets/stylesheets/core.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5416, app/assets/stylesheets/core.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5420, app/assets/stylesheets/core.scss */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5424, app/assets/stylesheets/core.scss */
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5428, app/assets/stylesheets/core.scss */
  .my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 5432, app/assets/stylesheets/core.scss */
  .my-sm-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 5436, app/assets/stylesheets/core.scss */
  .my-sm-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5440, app/assets/stylesheets/core.scss */
  .my-sm-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 5444, app/assets/stylesheets/core.scss */
  .my-sm-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 5448, app/assets/stylesheets/core.scss */
  .my-sm-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 5452, app/assets/stylesheets/core.scss */
  .my-sm-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 5456, app/assets/stylesheets/core.scss */
  .my-sm-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 5460, app/assets/stylesheets/core.scss */
  .my-sm-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 5464, app/assets/stylesheets/core.scss */
  .my-sm-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 5468, app/assets/stylesheets/core.scss */
  .my-sm-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 5472, app/assets/stylesheets/core.scss */
  .my-sm-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 5476, app/assets/stylesheets/core.scss */
  .my-sm-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 5480, app/assets/stylesheets/core.scss */
  .my-sm-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 5484, app/assets/stylesheets/core.scss */
  .my-sm-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 5488, app/assets/stylesheets/core.scss */
  .my-sm-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 5492, app/assets/stylesheets/core.scss */
  .my-sm-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 5496, app/assets/stylesheets/core.scss */
  .my-sm-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 5500, app/assets/stylesheets/core.scss */
  .my-sm-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 5504, app/assets/stylesheets/core.scss */
  .my-sm-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 5508, app/assets/stylesheets/core.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 5511, app/assets/stylesheets/core.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 5514, app/assets/stylesheets/core.scss */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 5517, app/assets/stylesheets/core.scss */
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 5520, app/assets/stylesheets/core.scss */
  .mt-sm-n5 {
    margin-top: -2rem !important;
  }
  /* line 5523, app/assets/stylesheets/core.scss */
  .mt-sm-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 5526, app/assets/stylesheets/core.scss */
  .mt-sm-n7 {
    margin-top: -3rem !important;
  }
  /* line 5529, app/assets/stylesheets/core.scss */
  .mt-sm-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 5532, app/assets/stylesheets/core.scss */
  .mt-sm-n9 {
    margin-top: -4rem !important;
  }
  /* line 5535, app/assets/stylesheets/core.scss */
  .mt-sm-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 5538, app/assets/stylesheets/core.scss */
  .mt-sm-n11 {
    margin-top: -5rem !important;
  }
  /* line 5541, app/assets/stylesheets/core.scss */
  .mt-sm-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 5544, app/assets/stylesheets/core.scss */
  .mt-sm-n13 {
    margin-top: -6rem !important;
  }
  /* line 5547, app/assets/stylesheets/core.scss */
  .mt-sm-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 5550, app/assets/stylesheets/core.scss */
  .mt-sm-n15 {
    margin-top: -7rem !important;
  }
  /* line 5553, app/assets/stylesheets/core.scss */
  .mt-sm-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 5556, app/assets/stylesheets/core.scss */
  .mt-sm-n17 {
    margin-top: -8rem !important;
  }
  /* line 5559, app/assets/stylesheets/core.scss */
  .mt-sm-n18 {
    margin-top: -10rem !important;
  }
  /* line 5562, app/assets/stylesheets/core.scss */
  .mt-sm-n19 {
    margin-top: -12rem !important;
  }
  /* line 5565, app/assets/stylesheets/core.scss */
  .mt-sm-n20 {
    margin-top: -14rem !important;
  }
  /* line 5568, app/assets/stylesheets/core.scss */
  .mt-sm-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 5571, app/assets/stylesheets/core.scss */
  .mt-sm-n22 {
    margin-top: -22rem !important;
  }
  /* line 5574, app/assets/stylesheets/core.scss */
  .mt-sm-n23 {
    margin-top: -35rem !important;
  }
  /* line 5577, app/assets/stylesheets/core.scss */
  .mt-sm-n24 {
    margin-top: -40rem !important;
  }
  /* line 5580, app/assets/stylesheets/core.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 5583, app/assets/stylesheets/core.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 5586, app/assets/stylesheets/core.scss */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 5589, app/assets/stylesheets/core.scss */
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 5592, app/assets/stylesheets/core.scss */
  .me-sm-n5 {
    margin-right: -2rem !important;
  }
  /* line 5595, app/assets/stylesheets/core.scss */
  .me-sm-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 5598, app/assets/stylesheets/core.scss */
  .me-sm-n7 {
    margin-right: -3rem !important;
  }
  /* line 5601, app/assets/stylesheets/core.scss */
  .me-sm-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 5604, app/assets/stylesheets/core.scss */
  .me-sm-n9 {
    margin-right: -4rem !important;
  }
  /* line 5607, app/assets/stylesheets/core.scss */
  .me-sm-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 5610, app/assets/stylesheets/core.scss */
  .me-sm-n11 {
    margin-right: -5rem !important;
  }
  /* line 5613, app/assets/stylesheets/core.scss */
  .me-sm-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 5616, app/assets/stylesheets/core.scss */
  .me-sm-n13 {
    margin-right: -6rem !important;
  }
  /* line 5619, app/assets/stylesheets/core.scss */
  .me-sm-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 5622, app/assets/stylesheets/core.scss */
  .me-sm-n15 {
    margin-right: -7rem !important;
  }
  /* line 5625, app/assets/stylesheets/core.scss */
  .me-sm-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 5628, app/assets/stylesheets/core.scss */
  .me-sm-n17 {
    margin-right: -8rem !important;
  }
  /* line 5631, app/assets/stylesheets/core.scss */
  .me-sm-n18 {
    margin-right: -10rem !important;
  }
  /* line 5634, app/assets/stylesheets/core.scss */
  .me-sm-n19 {
    margin-right: -12rem !important;
  }
  /* line 5637, app/assets/stylesheets/core.scss */
  .me-sm-n20 {
    margin-right: -14rem !important;
  }
  /* line 5640, app/assets/stylesheets/core.scss */
  .me-sm-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 5643, app/assets/stylesheets/core.scss */
  .me-sm-n22 {
    margin-right: -22rem !important;
  }
  /* line 5646, app/assets/stylesheets/core.scss */
  .me-sm-n23 {
    margin-right: -35rem !important;
  }
  /* line 5649, app/assets/stylesheets/core.scss */
  .me-sm-n24 {
    margin-right: -40rem !important;
  }
  /* line 5652, app/assets/stylesheets/core.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 5655, app/assets/stylesheets/core.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 5658, app/assets/stylesheets/core.scss */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 5661, app/assets/stylesheets/core.scss */
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 5664, app/assets/stylesheets/core.scss */
  .mb-sm-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 5667, app/assets/stylesheets/core.scss */
  .mb-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 5670, app/assets/stylesheets/core.scss */
  .mb-sm-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 5673, app/assets/stylesheets/core.scss */
  .mb-sm-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 5676, app/assets/stylesheets/core.scss */
  .mb-sm-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 5679, app/assets/stylesheets/core.scss */
  .mb-sm-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 5682, app/assets/stylesheets/core.scss */
  .mb-sm-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 5685, app/assets/stylesheets/core.scss */
  .mb-sm-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 5688, app/assets/stylesheets/core.scss */
  .mb-sm-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 5691, app/assets/stylesheets/core.scss */
  .mb-sm-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 5694, app/assets/stylesheets/core.scss */
  .mb-sm-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 5697, app/assets/stylesheets/core.scss */
  .mb-sm-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 5700, app/assets/stylesheets/core.scss */
  .mb-sm-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 5703, app/assets/stylesheets/core.scss */
  .mb-sm-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 5706, app/assets/stylesheets/core.scss */
  .mb-sm-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 5709, app/assets/stylesheets/core.scss */
  .mb-sm-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 5712, app/assets/stylesheets/core.scss */
  .mb-sm-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 5715, app/assets/stylesheets/core.scss */
  .mb-sm-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 5718, app/assets/stylesheets/core.scss */
  .mb-sm-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 5721, app/assets/stylesheets/core.scss */
  .mb-sm-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 5724, app/assets/stylesheets/core.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 5727, app/assets/stylesheets/core.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 5730, app/assets/stylesheets/core.scss */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 5733, app/assets/stylesheets/core.scss */
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 5736, app/assets/stylesheets/core.scss */
  .ms-sm-n5 {
    margin-left: -2rem !important;
  }
  /* line 5739, app/assets/stylesheets/core.scss */
  .ms-sm-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 5742, app/assets/stylesheets/core.scss */
  .ms-sm-n7 {
    margin-left: -3rem !important;
  }
  /* line 5745, app/assets/stylesheets/core.scss */
  .ms-sm-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 5748, app/assets/stylesheets/core.scss */
  .ms-sm-n9 {
    margin-left: -4rem !important;
  }
  /* line 5751, app/assets/stylesheets/core.scss */
  .ms-sm-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 5754, app/assets/stylesheets/core.scss */
  .ms-sm-n11 {
    margin-left: -5rem !important;
  }
  /* line 5757, app/assets/stylesheets/core.scss */
  .ms-sm-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 5760, app/assets/stylesheets/core.scss */
  .ms-sm-n13 {
    margin-left: -6rem !important;
  }
  /* line 5763, app/assets/stylesheets/core.scss */
  .ms-sm-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 5766, app/assets/stylesheets/core.scss */
  .ms-sm-n15 {
    margin-left: -7rem !important;
  }
  /* line 5769, app/assets/stylesheets/core.scss */
  .ms-sm-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 5772, app/assets/stylesheets/core.scss */
  .ms-sm-n17 {
    margin-left: -8rem !important;
  }
  /* line 5775, app/assets/stylesheets/core.scss */
  .ms-sm-n18 {
    margin-left: -10rem !important;
  }
  /* line 5778, app/assets/stylesheets/core.scss */
  .ms-sm-n19 {
    margin-left: -12rem !important;
  }
  /* line 5781, app/assets/stylesheets/core.scss */
  .ms-sm-n20 {
    margin-left: -14rem !important;
  }
  /* line 5784, app/assets/stylesheets/core.scss */
  .ms-sm-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 5787, app/assets/stylesheets/core.scss */
  .ms-sm-n22 {
    margin-left: -22rem !important;
  }
  /* line 5790, app/assets/stylesheets/core.scss */
  .ms-sm-n23 {
    margin-left: -35rem !important;
  }
  /* line 5793, app/assets/stylesheets/core.scss */
  .ms-sm-n24 {
    margin-left: -40rem !important;
  }
  /* line 5796, app/assets/stylesheets/core.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 5799, app/assets/stylesheets/core.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 5802, app/assets/stylesheets/core.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 5805, app/assets/stylesheets/core.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 5808, app/assets/stylesheets/core.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 5811, app/assets/stylesheets/core.scss */
  .p-sm-5 {
    padding: 2rem !important;
  }
  /* line 5814, app/assets/stylesheets/core.scss */
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  /* line 5817, app/assets/stylesheets/core.scss */
  .p-sm-7 {
    padding: 3rem !important;
  }
  /* line 5820, app/assets/stylesheets/core.scss */
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  /* line 5823, app/assets/stylesheets/core.scss */
  .p-sm-9 {
    padding: 4rem !important;
  }
  /* line 5826, app/assets/stylesheets/core.scss */
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  /* line 5829, app/assets/stylesheets/core.scss */
  .p-sm-11 {
    padding: 5rem !important;
  }
  /* line 5832, app/assets/stylesheets/core.scss */
  .p-sm-12 {
    padding: 5.5rem !important;
  }
  /* line 5835, app/assets/stylesheets/core.scss */
  .p-sm-13 {
    padding: 6rem !important;
  }
  /* line 5838, app/assets/stylesheets/core.scss */
  .p-sm-14 {
    padding: 6.5rem !important;
  }
  /* line 5841, app/assets/stylesheets/core.scss */
  .p-sm-15 {
    padding: 7rem !important;
  }
  /* line 5844, app/assets/stylesheets/core.scss */
  .p-sm-16 {
    padding: 7.5rem !important;
  }
  /* line 5847, app/assets/stylesheets/core.scss */
  .p-sm-17 {
    padding: 8rem !important;
  }
  /* line 5850, app/assets/stylesheets/core.scss */
  .p-sm-18 {
    padding: 10rem !important;
  }
  /* line 5853, app/assets/stylesheets/core.scss */
  .p-sm-19 {
    padding: 12rem !important;
  }
  /* line 5856, app/assets/stylesheets/core.scss */
  .p-sm-20 {
    padding: 14rem !important;
  }
  /* line 5859, app/assets/stylesheets/core.scss */
  .p-sm-21 {
    padding: 18.5rem !important;
  }
  /* line 5862, app/assets/stylesheets/core.scss */
  .p-sm-22 {
    padding: 22rem !important;
  }
  /* line 5865, app/assets/stylesheets/core.scss */
  .p-sm-23 {
    padding: 35rem !important;
  }
  /* line 5868, app/assets/stylesheets/core.scss */
  .p-sm-24 {
    padding: 40rem !important;
  }
  /* line 5871, app/assets/stylesheets/core.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 5875, app/assets/stylesheets/core.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 5879, app/assets/stylesheets/core.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 5883, app/assets/stylesheets/core.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 5887, app/assets/stylesheets/core.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 5891, app/assets/stylesheets/core.scss */
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 5895, app/assets/stylesheets/core.scss */
  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 5899, app/assets/stylesheets/core.scss */
  .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 5903, app/assets/stylesheets/core.scss */
  .px-sm-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 5907, app/assets/stylesheets/core.scss */
  .px-sm-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 5911, app/assets/stylesheets/core.scss */
  .px-sm-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 5915, app/assets/stylesheets/core.scss */
  .px-sm-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 5919, app/assets/stylesheets/core.scss */
  .px-sm-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 5923, app/assets/stylesheets/core.scss */
  .px-sm-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 5927, app/assets/stylesheets/core.scss */
  .px-sm-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 5931, app/assets/stylesheets/core.scss */
  .px-sm-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 5935, app/assets/stylesheets/core.scss */
  .px-sm-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 5939, app/assets/stylesheets/core.scss */
  .px-sm-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 5943, app/assets/stylesheets/core.scss */
  .px-sm-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 5947, app/assets/stylesheets/core.scss */
  .px-sm-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 5951, app/assets/stylesheets/core.scss */
  .px-sm-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 5955, app/assets/stylesheets/core.scss */
  .px-sm-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 5959, app/assets/stylesheets/core.scss */
  .px-sm-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 5963, app/assets/stylesheets/core.scss */
  .px-sm-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 5967, app/assets/stylesheets/core.scss */
  .px-sm-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 5971, app/assets/stylesheets/core.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5975, app/assets/stylesheets/core.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 5979, app/assets/stylesheets/core.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 5983, app/assets/stylesheets/core.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5987, app/assets/stylesheets/core.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5991, app/assets/stylesheets/core.scss */
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 5995, app/assets/stylesheets/core.scss */
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 5999, app/assets/stylesheets/core.scss */
  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6003, app/assets/stylesheets/core.scss */
  .py-sm-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 6007, app/assets/stylesheets/core.scss */
  .py-sm-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 6011, app/assets/stylesheets/core.scss */
  .py-sm-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 6015, app/assets/stylesheets/core.scss */
  .py-sm-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 6019, app/assets/stylesheets/core.scss */
  .py-sm-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 6023, app/assets/stylesheets/core.scss */
  .py-sm-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 6027, app/assets/stylesheets/core.scss */
  .py-sm-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 6031, app/assets/stylesheets/core.scss */
  .py-sm-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 6035, app/assets/stylesheets/core.scss */
  .py-sm-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 6039, app/assets/stylesheets/core.scss */
  .py-sm-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 6043, app/assets/stylesheets/core.scss */
  .py-sm-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 6047, app/assets/stylesheets/core.scss */
  .py-sm-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 6051, app/assets/stylesheets/core.scss */
  .py-sm-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 6055, app/assets/stylesheets/core.scss */
  .py-sm-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 6059, app/assets/stylesheets/core.scss */
  .py-sm-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 6063, app/assets/stylesheets/core.scss */
  .py-sm-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 6067, app/assets/stylesheets/core.scss */
  .py-sm-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 6071, app/assets/stylesheets/core.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6074, app/assets/stylesheets/core.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6077, app/assets/stylesheets/core.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6080, app/assets/stylesheets/core.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 6083, app/assets/stylesheets/core.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6086, app/assets/stylesheets/core.scss */
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  /* line 6089, app/assets/stylesheets/core.scss */
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  /* line 6092, app/assets/stylesheets/core.scss */
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  /* line 6095, app/assets/stylesheets/core.scss */
  .pt-sm-8 {
    padding-top: 3.5rem !important;
  }
  /* line 6098, app/assets/stylesheets/core.scss */
  .pt-sm-9 {
    padding-top: 4rem !important;
  }
  /* line 6101, app/assets/stylesheets/core.scss */
  .pt-sm-10 {
    padding-top: 4.5rem !important;
  }
  /* line 6104, app/assets/stylesheets/core.scss */
  .pt-sm-11 {
    padding-top: 5rem !important;
  }
  /* line 6107, app/assets/stylesheets/core.scss */
  .pt-sm-12 {
    padding-top: 5.5rem !important;
  }
  /* line 6110, app/assets/stylesheets/core.scss */
  .pt-sm-13 {
    padding-top: 6rem !important;
  }
  /* line 6113, app/assets/stylesheets/core.scss */
  .pt-sm-14 {
    padding-top: 6.5rem !important;
  }
  /* line 6116, app/assets/stylesheets/core.scss */
  .pt-sm-15 {
    padding-top: 7rem !important;
  }
  /* line 6119, app/assets/stylesheets/core.scss */
  .pt-sm-16 {
    padding-top: 7.5rem !important;
  }
  /* line 6122, app/assets/stylesheets/core.scss */
  .pt-sm-17 {
    padding-top: 8rem !important;
  }
  /* line 6125, app/assets/stylesheets/core.scss */
  .pt-sm-18 {
    padding-top: 10rem !important;
  }
  /* line 6128, app/assets/stylesheets/core.scss */
  .pt-sm-19 {
    padding-top: 12rem !important;
  }
  /* line 6131, app/assets/stylesheets/core.scss */
  .pt-sm-20 {
    padding-top: 14rem !important;
  }
  /* line 6134, app/assets/stylesheets/core.scss */
  .pt-sm-21 {
    padding-top: 18.5rem !important;
  }
  /* line 6137, app/assets/stylesheets/core.scss */
  .pt-sm-22 {
    padding-top: 22rem !important;
  }
  /* line 6140, app/assets/stylesheets/core.scss */
  .pt-sm-23 {
    padding-top: 35rem !important;
  }
  /* line 6143, app/assets/stylesheets/core.scss */
  .pt-sm-24 {
    padding-top: 40rem !important;
  }
  /* line 6146, app/assets/stylesheets/core.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6149, app/assets/stylesheets/core.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6152, app/assets/stylesheets/core.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6155, app/assets/stylesheets/core.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 6158, app/assets/stylesheets/core.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6161, app/assets/stylesheets/core.scss */
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  /* line 6164, app/assets/stylesheets/core.scss */
  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  /* line 6167, app/assets/stylesheets/core.scss */
  .pe-sm-7 {
    padding-right: 3rem !important;
  }
  /* line 6170, app/assets/stylesheets/core.scss */
  .pe-sm-8 {
    padding-right: 3.5rem !important;
  }
  /* line 6173, app/assets/stylesheets/core.scss */
  .pe-sm-9 {
    padding-right: 4rem !important;
  }
  /* line 6176, app/assets/stylesheets/core.scss */
  .pe-sm-10 {
    padding-right: 4.5rem !important;
  }
  /* line 6179, app/assets/stylesheets/core.scss */
  .pe-sm-11 {
    padding-right: 5rem !important;
  }
  /* line 6182, app/assets/stylesheets/core.scss */
  .pe-sm-12 {
    padding-right: 5.5rem !important;
  }
  /* line 6185, app/assets/stylesheets/core.scss */
  .pe-sm-13 {
    padding-right: 6rem !important;
  }
  /* line 6188, app/assets/stylesheets/core.scss */
  .pe-sm-14 {
    padding-right: 6.5rem !important;
  }
  /* line 6191, app/assets/stylesheets/core.scss */
  .pe-sm-15 {
    padding-right: 7rem !important;
  }
  /* line 6194, app/assets/stylesheets/core.scss */
  .pe-sm-16 {
    padding-right: 7.5rem !important;
  }
  /* line 6197, app/assets/stylesheets/core.scss */
  .pe-sm-17 {
    padding-right: 8rem !important;
  }
  /* line 6200, app/assets/stylesheets/core.scss */
  .pe-sm-18 {
    padding-right: 10rem !important;
  }
  /* line 6203, app/assets/stylesheets/core.scss */
  .pe-sm-19 {
    padding-right: 12rem !important;
  }
  /* line 6206, app/assets/stylesheets/core.scss */
  .pe-sm-20 {
    padding-right: 14rem !important;
  }
  /* line 6209, app/assets/stylesheets/core.scss */
  .pe-sm-21 {
    padding-right: 18.5rem !important;
  }
  /* line 6212, app/assets/stylesheets/core.scss */
  .pe-sm-22 {
    padding-right: 22rem !important;
  }
  /* line 6215, app/assets/stylesheets/core.scss */
  .pe-sm-23 {
    padding-right: 35rem !important;
  }
  /* line 6218, app/assets/stylesheets/core.scss */
  .pe-sm-24 {
    padding-right: 40rem !important;
  }
  /* line 6221, app/assets/stylesheets/core.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6224, app/assets/stylesheets/core.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6227, app/assets/stylesheets/core.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6230, app/assets/stylesheets/core.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6233, app/assets/stylesheets/core.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6236, app/assets/stylesheets/core.scss */
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  /* line 6239, app/assets/stylesheets/core.scss */
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 6242, app/assets/stylesheets/core.scss */
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  /* line 6245, app/assets/stylesheets/core.scss */
  .pb-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 6248, app/assets/stylesheets/core.scss */
  .pb-sm-9 {
    padding-bottom: 4rem !important;
  }
  /* line 6251, app/assets/stylesheets/core.scss */
  .pb-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 6254, app/assets/stylesheets/core.scss */
  .pb-sm-11 {
    padding-bottom: 5rem !important;
  }
  /* line 6257, app/assets/stylesheets/core.scss */
  .pb-sm-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 6260, app/assets/stylesheets/core.scss */
  .pb-sm-13 {
    padding-bottom: 6rem !important;
  }
  /* line 6263, app/assets/stylesheets/core.scss */
  .pb-sm-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 6266, app/assets/stylesheets/core.scss */
  .pb-sm-15 {
    padding-bottom: 7rem !important;
  }
  /* line 6269, app/assets/stylesheets/core.scss */
  .pb-sm-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 6272, app/assets/stylesheets/core.scss */
  .pb-sm-17 {
    padding-bottom: 8rem !important;
  }
  /* line 6275, app/assets/stylesheets/core.scss */
  .pb-sm-18 {
    padding-bottom: 10rem !important;
  }
  /* line 6278, app/assets/stylesheets/core.scss */
  .pb-sm-19 {
    padding-bottom: 12rem !important;
  }
  /* line 6281, app/assets/stylesheets/core.scss */
  .pb-sm-20 {
    padding-bottom: 14rem !important;
  }
  /* line 6284, app/assets/stylesheets/core.scss */
  .pb-sm-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 6287, app/assets/stylesheets/core.scss */
  .pb-sm-22 {
    padding-bottom: 22rem !important;
  }
  /* line 6290, app/assets/stylesheets/core.scss */
  .pb-sm-23 {
    padding-bottom: 35rem !important;
  }
  /* line 6293, app/assets/stylesheets/core.scss */
  .pb-sm-24 {
    padding-bottom: 40rem !important;
  }
  /* line 6296, app/assets/stylesheets/core.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6299, app/assets/stylesheets/core.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6302, app/assets/stylesheets/core.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6305, app/assets/stylesheets/core.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 6308, app/assets/stylesheets/core.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6311, app/assets/stylesheets/core.scss */
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  /* line 6314, app/assets/stylesheets/core.scss */
  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  /* line 6317, app/assets/stylesheets/core.scss */
  .ps-sm-7 {
    padding-left: 3rem !important;
  }
  /* line 6320, app/assets/stylesheets/core.scss */
  .ps-sm-8 {
    padding-left: 3.5rem !important;
  }
  /* line 6323, app/assets/stylesheets/core.scss */
  .ps-sm-9 {
    padding-left: 4rem !important;
  }
  /* line 6326, app/assets/stylesheets/core.scss */
  .ps-sm-10 {
    padding-left: 4.5rem !important;
  }
  /* line 6329, app/assets/stylesheets/core.scss */
  .ps-sm-11 {
    padding-left: 5rem !important;
  }
  /* line 6332, app/assets/stylesheets/core.scss */
  .ps-sm-12 {
    padding-left: 5.5rem !important;
  }
  /* line 6335, app/assets/stylesheets/core.scss */
  .ps-sm-13 {
    padding-left: 6rem !important;
  }
  /* line 6338, app/assets/stylesheets/core.scss */
  .ps-sm-14 {
    padding-left: 6.5rem !important;
  }
  /* line 6341, app/assets/stylesheets/core.scss */
  .ps-sm-15 {
    padding-left: 7rem !important;
  }
  /* line 6344, app/assets/stylesheets/core.scss */
  .ps-sm-16 {
    padding-left: 7.5rem !important;
  }
  /* line 6347, app/assets/stylesheets/core.scss */
  .ps-sm-17 {
    padding-left: 8rem !important;
  }
  /* line 6350, app/assets/stylesheets/core.scss */
  .ps-sm-18 {
    padding-left: 10rem !important;
  }
  /* line 6353, app/assets/stylesheets/core.scss */
  .ps-sm-19 {
    padding-left: 12rem !important;
  }
  /* line 6356, app/assets/stylesheets/core.scss */
  .ps-sm-20 {
    padding-left: 14rem !important;
  }
  /* line 6359, app/assets/stylesheets/core.scss */
  .ps-sm-21 {
    padding-left: 18.5rem !important;
  }
  /* line 6362, app/assets/stylesheets/core.scss */
  .ps-sm-22 {
    padding-left: 22rem !important;
  }
  /* line 6365, app/assets/stylesheets/core.scss */
  .ps-sm-23 {
    padding-left: 35rem !important;
  }
  /* line 6368, app/assets/stylesheets/core.scss */
  .ps-sm-24 {
    padding-left: 40rem !important;
  }
  /* line 6371, app/assets/stylesheets/core.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 6374, app/assets/stylesheets/core.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 6377, app/assets/stylesheets/core.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 6380, app/assets/stylesheets/core.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 6383, app/assets/stylesheets/core.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 6386, app/assets/stylesheets/core.scss */
  .gap-sm-5 {
    gap: 2rem !important;
  }
  /* line 6389, app/assets/stylesheets/core.scss */
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  /* line 6392, app/assets/stylesheets/core.scss */
  .gap-sm-7 {
    gap: 3rem !important;
  }
  /* line 6395, app/assets/stylesheets/core.scss */
  .gap-sm-8 {
    gap: 3.5rem !important;
  }
  /* line 6398, app/assets/stylesheets/core.scss */
  .gap-sm-9 {
    gap: 4rem !important;
  }
  /* line 6401, app/assets/stylesheets/core.scss */
  .gap-sm-10 {
    gap: 4.5rem !important;
  }
  /* line 6404, app/assets/stylesheets/core.scss */
  .gap-sm-11 {
    gap: 5rem !important;
  }
  /* line 6407, app/assets/stylesheets/core.scss */
  .gap-sm-12 {
    gap: 5.5rem !important;
  }
  /* line 6410, app/assets/stylesheets/core.scss */
  .gap-sm-13 {
    gap: 6rem !important;
  }
  /* line 6413, app/assets/stylesheets/core.scss */
  .gap-sm-14 {
    gap: 6.5rem !important;
  }
  /* line 6416, app/assets/stylesheets/core.scss */
  .gap-sm-15 {
    gap: 7rem !important;
  }
  /* line 6419, app/assets/stylesheets/core.scss */
  .gap-sm-16 {
    gap: 7.5rem !important;
  }
  /* line 6422, app/assets/stylesheets/core.scss */
  .gap-sm-17 {
    gap: 8rem !important;
  }
  /* line 6425, app/assets/stylesheets/core.scss */
  .gap-sm-18 {
    gap: 10rem !important;
  }
  /* line 6428, app/assets/stylesheets/core.scss */
  .gap-sm-19 {
    gap: 12rem !important;
  }
  /* line 6431, app/assets/stylesheets/core.scss */
  .gap-sm-20 {
    gap: 14rem !important;
  }
  /* line 6434, app/assets/stylesheets/core.scss */
  .gap-sm-21 {
    gap: 18.5rem !important;
  }
  /* line 6437, app/assets/stylesheets/core.scss */
  .gap-sm-22 {
    gap: 22rem !important;
  }
  /* line 6440, app/assets/stylesheets/core.scss */
  .gap-sm-23 {
    gap: 35rem !important;
  }
  /* line 6443, app/assets/stylesheets/core.scss */
  .gap-sm-24 {
    gap: 40rem !important;
  }
  /* line 6446, app/assets/stylesheets/core.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 6449, app/assets/stylesheets/core.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 6452, app/assets/stylesheets/core.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 6455, app/assets/stylesheets/core.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 6458, app/assets/stylesheets/core.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 6461, app/assets/stylesheets/core.scss */
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  /* line 6464, app/assets/stylesheets/core.scss */
  .row-gap-sm-6 {
    row-gap: 2.5rem !important;
  }
  /* line 6467, app/assets/stylesheets/core.scss */
  .row-gap-sm-7 {
    row-gap: 3rem !important;
  }
  /* line 6470, app/assets/stylesheets/core.scss */
  .row-gap-sm-8 {
    row-gap: 3.5rem !important;
  }
  /* line 6473, app/assets/stylesheets/core.scss */
  .row-gap-sm-9 {
    row-gap: 4rem !important;
  }
  /* line 6476, app/assets/stylesheets/core.scss */
  .row-gap-sm-10 {
    row-gap: 4.5rem !important;
  }
  /* line 6479, app/assets/stylesheets/core.scss */
  .row-gap-sm-11 {
    row-gap: 5rem !important;
  }
  /* line 6482, app/assets/stylesheets/core.scss */
  .row-gap-sm-12 {
    row-gap: 5.5rem !important;
  }
  /* line 6485, app/assets/stylesheets/core.scss */
  .row-gap-sm-13 {
    row-gap: 6rem !important;
  }
  /* line 6488, app/assets/stylesheets/core.scss */
  .row-gap-sm-14 {
    row-gap: 6.5rem !important;
  }
  /* line 6491, app/assets/stylesheets/core.scss */
  .row-gap-sm-15 {
    row-gap: 7rem !important;
  }
  /* line 6494, app/assets/stylesheets/core.scss */
  .row-gap-sm-16 {
    row-gap: 7.5rem !important;
  }
  /* line 6497, app/assets/stylesheets/core.scss */
  .row-gap-sm-17 {
    row-gap: 8rem !important;
  }
  /* line 6500, app/assets/stylesheets/core.scss */
  .row-gap-sm-18 {
    row-gap: 10rem !important;
  }
  /* line 6503, app/assets/stylesheets/core.scss */
  .row-gap-sm-19 {
    row-gap: 12rem !important;
  }
  /* line 6506, app/assets/stylesheets/core.scss */
  .row-gap-sm-20 {
    row-gap: 14rem !important;
  }
  /* line 6509, app/assets/stylesheets/core.scss */
  .row-gap-sm-21 {
    row-gap: 18.5rem !important;
  }
  /* line 6512, app/assets/stylesheets/core.scss */
  .row-gap-sm-22 {
    row-gap: 22rem !important;
  }
  /* line 6515, app/assets/stylesheets/core.scss */
  .row-gap-sm-23 {
    row-gap: 35rem !important;
  }
  /* line 6518, app/assets/stylesheets/core.scss */
  .row-gap-sm-24 {
    row-gap: 40rem !important;
  }
  /* line 6521, app/assets/stylesheets/core.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 6525, app/assets/stylesheets/core.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 6529, app/assets/stylesheets/core.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 6533, app/assets/stylesheets/core.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 6537, app/assets/stylesheets/core.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 6541, app/assets/stylesheets/core.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 6545, app/assets/stylesheets/core.scss */
  .column-gap-sm-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 6549, app/assets/stylesheets/core.scss */
  .column-gap-sm-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 6553, app/assets/stylesheets/core.scss */
  .column-gap-sm-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 6557, app/assets/stylesheets/core.scss */
  .column-gap-sm-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 6561, app/assets/stylesheets/core.scss */
  .column-gap-sm-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 6565, app/assets/stylesheets/core.scss */
  .column-gap-sm-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 6569, app/assets/stylesheets/core.scss */
  .column-gap-sm-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 6573, app/assets/stylesheets/core.scss */
  .column-gap-sm-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 6577, app/assets/stylesheets/core.scss */
  .column-gap-sm-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 6581, app/assets/stylesheets/core.scss */
  .column-gap-sm-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 6585, app/assets/stylesheets/core.scss */
  .column-gap-sm-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 6589, app/assets/stylesheets/core.scss */
  .column-gap-sm-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 6593, app/assets/stylesheets/core.scss */
  .column-gap-sm-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 6597, app/assets/stylesheets/core.scss */
  .column-gap-sm-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 6601, app/assets/stylesheets/core.scss */
  .column-gap-sm-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 6605, app/assets/stylesheets/core.scss */
  .column-gap-sm-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 6609, app/assets/stylesheets/core.scss */
  .column-gap-sm-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 6613, app/assets/stylesheets/core.scss */
  .column-gap-sm-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 6617, app/assets/stylesheets/core.scss */
  .column-gap-sm-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 6621, app/assets/stylesheets/core.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 6624, app/assets/stylesheets/core.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 6627, app/assets/stylesheets/core.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 6632, app/assets/stylesheets/core.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 6635, app/assets/stylesheets/core.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 6638, app/assets/stylesheets/core.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 6641, app/assets/stylesheets/core.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 6645, app/assets/stylesheets/core.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 6649, app/assets/stylesheets/core.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 6653, app/assets/stylesheets/core.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 6657, app/assets/stylesheets/core.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 6661, app/assets/stylesheets/core.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6664, app/assets/stylesheets/core.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6667, app/assets/stylesheets/core.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6670, app/assets/stylesheets/core.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 6673, app/assets/stylesheets/core.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 6676, app/assets/stylesheets/core.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6679, app/assets/stylesheets/core.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6682, app/assets/stylesheets/core.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6685, app/assets/stylesheets/core.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6688, app/assets/stylesheets/core.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 6691, app/assets/stylesheets/core.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6694, app/assets/stylesheets/core.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 6697, app/assets/stylesheets/core.scss */
  .w-md-30 {
    width: 30% !important;
  }
  /* line 6700, app/assets/stylesheets/core.scss */
  .w-md-40 {
    width: 40% !important;
  }
  /* line 6703, app/assets/stylesheets/core.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 6706, app/assets/stylesheets/core.scss */
  .w-md-65 {
    width: 65% !important;
  }
  /* line 6709, app/assets/stylesheets/core.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 6712, app/assets/stylesheets/core.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 6715, app/assets/stylesheets/core.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 6718, app/assets/stylesheets/core.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6721, app/assets/stylesheets/core.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6724, app/assets/stylesheets/core.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6727, app/assets/stylesheets/core.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6730, app/assets/stylesheets/core.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6733, app/assets/stylesheets/core.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6736, app/assets/stylesheets/core.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6739, app/assets/stylesheets/core.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6742, app/assets/stylesheets/core.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6745, app/assets/stylesheets/core.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6748, app/assets/stylesheets/core.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6751, app/assets/stylesheets/core.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6754, app/assets/stylesheets/core.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6757, app/assets/stylesheets/core.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6760, app/assets/stylesheets/core.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6763, app/assets/stylesheets/core.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6766, app/assets/stylesheets/core.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6769, app/assets/stylesheets/core.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6772, app/assets/stylesheets/core.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6775, app/assets/stylesheets/core.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6778, app/assets/stylesheets/core.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6781, app/assets/stylesheets/core.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6784, app/assets/stylesheets/core.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6787, app/assets/stylesheets/core.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6790, app/assets/stylesheets/core.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6793, app/assets/stylesheets/core.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6796, app/assets/stylesheets/core.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6799, app/assets/stylesheets/core.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6802, app/assets/stylesheets/core.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6805, app/assets/stylesheets/core.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6808, app/assets/stylesheets/core.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6811, app/assets/stylesheets/core.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6814, app/assets/stylesheets/core.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6817, app/assets/stylesheets/core.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6820, app/assets/stylesheets/core.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 6823, app/assets/stylesheets/core.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 6826, app/assets/stylesheets/core.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 6829, app/assets/stylesheets/core.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 6832, app/assets/stylesheets/core.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 6835, app/assets/stylesheets/core.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 6838, app/assets/stylesheets/core.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 6841, app/assets/stylesheets/core.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 6844, app/assets/stylesheets/core.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 6847, app/assets/stylesheets/core.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6850, app/assets/stylesheets/core.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 6853, app/assets/stylesheets/core.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 6856, app/assets/stylesheets/core.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 6859, app/assets/stylesheets/core.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 6862, app/assets/stylesheets/core.scss */
  .m-md-5 {
    margin: 2rem !important;
  }
  /* line 6865, app/assets/stylesheets/core.scss */
  .m-md-6 {
    margin: 2.5rem !important;
  }
  /* line 6868, app/assets/stylesheets/core.scss */
  .m-md-7 {
    margin: 3rem !important;
  }
  /* line 6871, app/assets/stylesheets/core.scss */
  .m-md-8 {
    margin: 3.5rem !important;
  }
  /* line 6874, app/assets/stylesheets/core.scss */
  .m-md-9 {
    margin: 4rem !important;
  }
  /* line 6877, app/assets/stylesheets/core.scss */
  .m-md-10 {
    margin: 4.5rem !important;
  }
  /* line 6880, app/assets/stylesheets/core.scss */
  .m-md-11 {
    margin: 5rem !important;
  }
  /* line 6883, app/assets/stylesheets/core.scss */
  .m-md-12 {
    margin: 5.5rem !important;
  }
  /* line 6886, app/assets/stylesheets/core.scss */
  .m-md-13 {
    margin: 6rem !important;
  }
  /* line 6889, app/assets/stylesheets/core.scss */
  .m-md-14 {
    margin: 6.5rem !important;
  }
  /* line 6892, app/assets/stylesheets/core.scss */
  .m-md-15 {
    margin: 7rem !important;
  }
  /* line 6895, app/assets/stylesheets/core.scss */
  .m-md-16 {
    margin: 7.5rem !important;
  }
  /* line 6898, app/assets/stylesheets/core.scss */
  .m-md-17 {
    margin: 8rem !important;
  }
  /* line 6901, app/assets/stylesheets/core.scss */
  .m-md-18 {
    margin: 10rem !important;
  }
  /* line 6904, app/assets/stylesheets/core.scss */
  .m-md-19 {
    margin: 12rem !important;
  }
  /* line 6907, app/assets/stylesheets/core.scss */
  .m-md-20 {
    margin: 14rem !important;
  }
  /* line 6910, app/assets/stylesheets/core.scss */
  .m-md-21 {
    margin: 18.5rem !important;
  }
  /* line 6913, app/assets/stylesheets/core.scss */
  .m-md-22 {
    margin: 22rem !important;
  }
  /* line 6916, app/assets/stylesheets/core.scss */
  .m-md-23 {
    margin: 35rem !important;
  }
  /* line 6919, app/assets/stylesheets/core.scss */
  .m-md-24 {
    margin: 40rem !important;
  }
  /* line 6922, app/assets/stylesheets/core.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6925, app/assets/stylesheets/core.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6929, app/assets/stylesheets/core.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6933, app/assets/stylesheets/core.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6937, app/assets/stylesheets/core.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6941, app/assets/stylesheets/core.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6945, app/assets/stylesheets/core.scss */
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 6949, app/assets/stylesheets/core.scss */
  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 6953, app/assets/stylesheets/core.scss */
  .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6957, app/assets/stylesheets/core.scss */
  .mx-md-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 6961, app/assets/stylesheets/core.scss */
  .mx-md-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 6965, app/assets/stylesheets/core.scss */
  .mx-md-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 6969, app/assets/stylesheets/core.scss */
  .mx-md-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 6973, app/assets/stylesheets/core.scss */
  .mx-md-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 6977, app/assets/stylesheets/core.scss */
  .mx-md-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 6981, app/assets/stylesheets/core.scss */
  .mx-md-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 6985, app/assets/stylesheets/core.scss */
  .mx-md-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 6989, app/assets/stylesheets/core.scss */
  .mx-md-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 6993, app/assets/stylesheets/core.scss */
  .mx-md-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 6997, app/assets/stylesheets/core.scss */
  .mx-md-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 7001, app/assets/stylesheets/core.scss */
  .mx-md-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 7005, app/assets/stylesheets/core.scss */
  .mx-md-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 7009, app/assets/stylesheets/core.scss */
  .mx-md-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 7013, app/assets/stylesheets/core.scss */
  .mx-md-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 7017, app/assets/stylesheets/core.scss */
  .mx-md-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 7021, app/assets/stylesheets/core.scss */
  .mx-md-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 7025, app/assets/stylesheets/core.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 7029, app/assets/stylesheets/core.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 7033, app/assets/stylesheets/core.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 7037, app/assets/stylesheets/core.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 7041, app/assets/stylesheets/core.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 7045, app/assets/stylesheets/core.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 7049, app/assets/stylesheets/core.scss */
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 7053, app/assets/stylesheets/core.scss */
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 7057, app/assets/stylesheets/core.scss */
  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 7061, app/assets/stylesheets/core.scss */
  .my-md-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 7065, app/assets/stylesheets/core.scss */
  .my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 7069, app/assets/stylesheets/core.scss */
  .my-md-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 7073, app/assets/stylesheets/core.scss */
  .my-md-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 7077, app/assets/stylesheets/core.scss */
  .my-md-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 7081, app/assets/stylesheets/core.scss */
  .my-md-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 7085, app/assets/stylesheets/core.scss */
  .my-md-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 7089, app/assets/stylesheets/core.scss */
  .my-md-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 7093, app/assets/stylesheets/core.scss */
  .my-md-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 7097, app/assets/stylesheets/core.scss */
  .my-md-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 7101, app/assets/stylesheets/core.scss */
  .my-md-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 7105, app/assets/stylesheets/core.scss */
  .my-md-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 7109, app/assets/stylesheets/core.scss */
  .my-md-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 7113, app/assets/stylesheets/core.scss */
  .my-md-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 7117, app/assets/stylesheets/core.scss */
  .my-md-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 7121, app/assets/stylesheets/core.scss */
  .my-md-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 7125, app/assets/stylesheets/core.scss */
  .my-md-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 7129, app/assets/stylesheets/core.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 7133, app/assets/stylesheets/core.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 7136, app/assets/stylesheets/core.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7139, app/assets/stylesheets/core.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7142, app/assets/stylesheets/core.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 7145, app/assets/stylesheets/core.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7148, app/assets/stylesheets/core.scss */
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  /* line 7151, app/assets/stylesheets/core.scss */
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  /* line 7154, app/assets/stylesheets/core.scss */
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  /* line 7157, app/assets/stylesheets/core.scss */
  .mt-md-8 {
    margin-top: 3.5rem !important;
  }
  /* line 7160, app/assets/stylesheets/core.scss */
  .mt-md-9 {
    margin-top: 4rem !important;
  }
  /* line 7163, app/assets/stylesheets/core.scss */
  .mt-md-10 {
    margin-top: 4.5rem !important;
  }
  /* line 7166, app/assets/stylesheets/core.scss */
  .mt-md-11 {
    margin-top: 5rem !important;
  }
  /* line 7169, app/assets/stylesheets/core.scss */
  .mt-md-12 {
    margin-top: 5.5rem !important;
  }
  /* line 7172, app/assets/stylesheets/core.scss */
  .mt-md-13 {
    margin-top: 6rem !important;
  }
  /* line 7175, app/assets/stylesheets/core.scss */
  .mt-md-14 {
    margin-top: 6.5rem !important;
  }
  /* line 7178, app/assets/stylesheets/core.scss */
  .mt-md-15 {
    margin-top: 7rem !important;
  }
  /* line 7181, app/assets/stylesheets/core.scss */
  .mt-md-16 {
    margin-top: 7.5rem !important;
  }
  /* line 7184, app/assets/stylesheets/core.scss */
  .mt-md-17 {
    margin-top: 8rem !important;
  }
  /* line 7187, app/assets/stylesheets/core.scss */
  .mt-md-18 {
    margin-top: 10rem !important;
  }
  /* line 7190, app/assets/stylesheets/core.scss */
  .mt-md-19 {
    margin-top: 12rem !important;
  }
  /* line 7193, app/assets/stylesheets/core.scss */
  .mt-md-20 {
    margin-top: 14rem !important;
  }
  /* line 7196, app/assets/stylesheets/core.scss */
  .mt-md-21 {
    margin-top: 18.5rem !important;
  }
  /* line 7199, app/assets/stylesheets/core.scss */
  .mt-md-22 {
    margin-top: 22rem !important;
  }
  /* line 7202, app/assets/stylesheets/core.scss */
  .mt-md-23 {
    margin-top: 35rem !important;
  }
  /* line 7205, app/assets/stylesheets/core.scss */
  .mt-md-24 {
    margin-top: 40rem !important;
  }
  /* line 7208, app/assets/stylesheets/core.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 7211, app/assets/stylesheets/core.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 7214, app/assets/stylesheets/core.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7217, app/assets/stylesheets/core.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7220, app/assets/stylesheets/core.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 7223, app/assets/stylesheets/core.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7226, app/assets/stylesheets/core.scss */
  .me-md-5 {
    margin-right: 2rem !important;
  }
  /* line 7229, app/assets/stylesheets/core.scss */
  .me-md-6 {
    margin-right: 2.5rem !important;
  }
  /* line 7232, app/assets/stylesheets/core.scss */
  .me-md-7 {
    margin-right: 3rem !important;
  }
  /* line 7235, app/assets/stylesheets/core.scss */
  .me-md-8 {
    margin-right: 3.5rem !important;
  }
  /* line 7238, app/assets/stylesheets/core.scss */
  .me-md-9 {
    margin-right: 4rem !important;
  }
  /* line 7241, app/assets/stylesheets/core.scss */
  .me-md-10 {
    margin-right: 4.5rem !important;
  }
  /* line 7244, app/assets/stylesheets/core.scss */
  .me-md-11 {
    margin-right: 5rem !important;
  }
  /* line 7247, app/assets/stylesheets/core.scss */
  .me-md-12 {
    margin-right: 5.5rem !important;
  }
  /* line 7250, app/assets/stylesheets/core.scss */
  .me-md-13 {
    margin-right: 6rem !important;
  }
  /* line 7253, app/assets/stylesheets/core.scss */
  .me-md-14 {
    margin-right: 6.5rem !important;
  }
  /* line 7256, app/assets/stylesheets/core.scss */
  .me-md-15 {
    margin-right: 7rem !important;
  }
  /* line 7259, app/assets/stylesheets/core.scss */
  .me-md-16 {
    margin-right: 7.5rem !important;
  }
  /* line 7262, app/assets/stylesheets/core.scss */
  .me-md-17 {
    margin-right: 8rem !important;
  }
  /* line 7265, app/assets/stylesheets/core.scss */
  .me-md-18 {
    margin-right: 10rem !important;
  }
  /* line 7268, app/assets/stylesheets/core.scss */
  .me-md-19 {
    margin-right: 12rem !important;
  }
  /* line 7271, app/assets/stylesheets/core.scss */
  .me-md-20 {
    margin-right: 14rem !important;
  }
  /* line 7274, app/assets/stylesheets/core.scss */
  .me-md-21 {
    margin-right: 18.5rem !important;
  }
  /* line 7277, app/assets/stylesheets/core.scss */
  .me-md-22 {
    margin-right: 22rem !important;
  }
  /* line 7280, app/assets/stylesheets/core.scss */
  .me-md-23 {
    margin-right: 35rem !important;
  }
  /* line 7283, app/assets/stylesheets/core.scss */
  .me-md-24 {
    margin-right: 40rem !important;
  }
  /* line 7286, app/assets/stylesheets/core.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 7289, app/assets/stylesheets/core.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 7292, app/assets/stylesheets/core.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7295, app/assets/stylesheets/core.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7298, app/assets/stylesheets/core.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7301, app/assets/stylesheets/core.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7304, app/assets/stylesheets/core.scss */
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  /* line 7307, app/assets/stylesheets/core.scss */
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 7310, app/assets/stylesheets/core.scss */
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  /* line 7313, app/assets/stylesheets/core.scss */
  .mb-md-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 7316, app/assets/stylesheets/core.scss */
  .mb-md-9 {
    margin-bottom: 4rem !important;
  }
  /* line 7319, app/assets/stylesheets/core.scss */
  .mb-md-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 7322, app/assets/stylesheets/core.scss */
  .mb-md-11 {
    margin-bottom: 5rem !important;
  }
  /* line 7325, app/assets/stylesheets/core.scss */
  .mb-md-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 7328, app/assets/stylesheets/core.scss */
  .mb-md-13 {
    margin-bottom: 6rem !important;
  }
  /* line 7331, app/assets/stylesheets/core.scss */
  .mb-md-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 7334, app/assets/stylesheets/core.scss */
  .mb-md-15 {
    margin-bottom: 7rem !important;
  }
  /* line 7337, app/assets/stylesheets/core.scss */
  .mb-md-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 7340, app/assets/stylesheets/core.scss */
  .mb-md-17 {
    margin-bottom: 8rem !important;
  }
  /* line 7343, app/assets/stylesheets/core.scss */
  .mb-md-18 {
    margin-bottom: 10rem !important;
  }
  /* line 7346, app/assets/stylesheets/core.scss */
  .mb-md-19 {
    margin-bottom: 12rem !important;
  }
  /* line 7349, app/assets/stylesheets/core.scss */
  .mb-md-20 {
    margin-bottom: 14rem !important;
  }
  /* line 7352, app/assets/stylesheets/core.scss */
  .mb-md-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 7355, app/assets/stylesheets/core.scss */
  .mb-md-22 {
    margin-bottom: 22rem !important;
  }
  /* line 7358, app/assets/stylesheets/core.scss */
  .mb-md-23 {
    margin-bottom: 35rem !important;
  }
  /* line 7361, app/assets/stylesheets/core.scss */
  .mb-md-24 {
    margin-bottom: 40rem !important;
  }
  /* line 7364, app/assets/stylesheets/core.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 7367, app/assets/stylesheets/core.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 7370, app/assets/stylesheets/core.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7373, app/assets/stylesheets/core.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7376, app/assets/stylesheets/core.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 7379, app/assets/stylesheets/core.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7382, app/assets/stylesheets/core.scss */
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  /* line 7385, app/assets/stylesheets/core.scss */
  .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  /* line 7388, app/assets/stylesheets/core.scss */
  .ms-md-7 {
    margin-left: 3rem !important;
  }
  /* line 7391, app/assets/stylesheets/core.scss */
  .ms-md-8 {
    margin-left: 3.5rem !important;
  }
  /* line 7394, app/assets/stylesheets/core.scss */
  .ms-md-9 {
    margin-left: 4rem !important;
  }
  /* line 7397, app/assets/stylesheets/core.scss */
  .ms-md-10 {
    margin-left: 4.5rem !important;
  }
  /* line 7400, app/assets/stylesheets/core.scss */
  .ms-md-11 {
    margin-left: 5rem !important;
  }
  /* line 7403, app/assets/stylesheets/core.scss */
  .ms-md-12 {
    margin-left: 5.5rem !important;
  }
  /* line 7406, app/assets/stylesheets/core.scss */
  .ms-md-13 {
    margin-left: 6rem !important;
  }
  /* line 7409, app/assets/stylesheets/core.scss */
  .ms-md-14 {
    margin-left: 6.5rem !important;
  }
  /* line 7412, app/assets/stylesheets/core.scss */
  .ms-md-15 {
    margin-left: 7rem !important;
  }
  /* line 7415, app/assets/stylesheets/core.scss */
  .ms-md-16 {
    margin-left: 7.5rem !important;
  }
  /* line 7418, app/assets/stylesheets/core.scss */
  .ms-md-17 {
    margin-left: 8rem !important;
  }
  /* line 7421, app/assets/stylesheets/core.scss */
  .ms-md-18 {
    margin-left: 10rem !important;
  }
  /* line 7424, app/assets/stylesheets/core.scss */
  .ms-md-19 {
    margin-left: 12rem !important;
  }
  /* line 7427, app/assets/stylesheets/core.scss */
  .ms-md-20 {
    margin-left: 14rem !important;
  }
  /* line 7430, app/assets/stylesheets/core.scss */
  .ms-md-21 {
    margin-left: 18.5rem !important;
  }
  /* line 7433, app/assets/stylesheets/core.scss */
  .ms-md-22 {
    margin-left: 22rem !important;
  }
  /* line 7436, app/assets/stylesheets/core.scss */
  .ms-md-23 {
    margin-left: 35rem !important;
  }
  /* line 7439, app/assets/stylesheets/core.scss */
  .ms-md-24 {
    margin-left: 40rem !important;
  }
  /* line 7442, app/assets/stylesheets/core.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 7445, app/assets/stylesheets/core.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 7448, app/assets/stylesheets/core.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 7451, app/assets/stylesheets/core.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 7454, app/assets/stylesheets/core.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 7457, app/assets/stylesheets/core.scss */
  .m-md-n5 {
    margin: -2rem !important;
  }
  /* line 7460, app/assets/stylesheets/core.scss */
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  /* line 7463, app/assets/stylesheets/core.scss */
  .m-md-n7 {
    margin: -3rem !important;
  }
  /* line 7466, app/assets/stylesheets/core.scss */
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  /* line 7469, app/assets/stylesheets/core.scss */
  .m-md-n9 {
    margin: -4rem !important;
  }
  /* line 7472, app/assets/stylesheets/core.scss */
  .m-md-n10 {
    margin: -4.5rem !important;
  }
  /* line 7475, app/assets/stylesheets/core.scss */
  .m-md-n11 {
    margin: -5rem !important;
  }
  /* line 7478, app/assets/stylesheets/core.scss */
  .m-md-n12 {
    margin: -5.5rem !important;
  }
  /* line 7481, app/assets/stylesheets/core.scss */
  .m-md-n13 {
    margin: -6rem !important;
  }
  /* line 7484, app/assets/stylesheets/core.scss */
  .m-md-n14 {
    margin: -6.5rem !important;
  }
  /* line 7487, app/assets/stylesheets/core.scss */
  .m-md-n15 {
    margin: -7rem !important;
  }
  /* line 7490, app/assets/stylesheets/core.scss */
  .m-md-n16 {
    margin: -7.5rem !important;
  }
  /* line 7493, app/assets/stylesheets/core.scss */
  .m-md-n17 {
    margin: -8rem !important;
  }
  /* line 7496, app/assets/stylesheets/core.scss */
  .m-md-n18 {
    margin: -10rem !important;
  }
  /* line 7499, app/assets/stylesheets/core.scss */
  .m-md-n19 {
    margin: -12rem !important;
  }
  /* line 7502, app/assets/stylesheets/core.scss */
  .m-md-n20 {
    margin: -14rem !important;
  }
  /* line 7505, app/assets/stylesheets/core.scss */
  .m-md-n21 {
    margin: -18.5rem !important;
  }
  /* line 7508, app/assets/stylesheets/core.scss */
  .m-md-n22 {
    margin: -22rem !important;
  }
  /* line 7511, app/assets/stylesheets/core.scss */
  .m-md-n23 {
    margin: -35rem !important;
  }
  /* line 7514, app/assets/stylesheets/core.scss */
  .m-md-n24 {
    margin: -40rem !important;
  }
  /* line 7517, app/assets/stylesheets/core.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 7521, app/assets/stylesheets/core.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 7525, app/assets/stylesheets/core.scss */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 7529, app/assets/stylesheets/core.scss */
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 7533, app/assets/stylesheets/core.scss */
  .mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 7537, app/assets/stylesheets/core.scss */
  .mx-md-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 7541, app/assets/stylesheets/core.scss */
  .mx-md-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 7545, app/assets/stylesheets/core.scss */
  .mx-md-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 7549, app/assets/stylesheets/core.scss */
  .mx-md-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 7553, app/assets/stylesheets/core.scss */
  .mx-md-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 7557, app/assets/stylesheets/core.scss */
  .mx-md-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 7561, app/assets/stylesheets/core.scss */
  .mx-md-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 7565, app/assets/stylesheets/core.scss */
  .mx-md-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 7569, app/assets/stylesheets/core.scss */
  .mx-md-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 7573, app/assets/stylesheets/core.scss */
  .mx-md-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 7577, app/assets/stylesheets/core.scss */
  .mx-md-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 7581, app/assets/stylesheets/core.scss */
  .mx-md-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 7585, app/assets/stylesheets/core.scss */
  .mx-md-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 7589, app/assets/stylesheets/core.scss */
  .mx-md-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 7593, app/assets/stylesheets/core.scss */
  .mx-md-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 7597, app/assets/stylesheets/core.scss */
  .mx-md-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 7601, app/assets/stylesheets/core.scss */
  .mx-md-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 7605, app/assets/stylesheets/core.scss */
  .mx-md-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 7609, app/assets/stylesheets/core.scss */
  .mx-md-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 7613, app/assets/stylesheets/core.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 7617, app/assets/stylesheets/core.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 7621, app/assets/stylesheets/core.scss */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 7625, app/assets/stylesheets/core.scss */
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 7629, app/assets/stylesheets/core.scss */
  .my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 7633, app/assets/stylesheets/core.scss */
  .my-md-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 7637, app/assets/stylesheets/core.scss */
  .my-md-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 7641, app/assets/stylesheets/core.scss */
  .my-md-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 7645, app/assets/stylesheets/core.scss */
  .my-md-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 7649, app/assets/stylesheets/core.scss */
  .my-md-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 7653, app/assets/stylesheets/core.scss */
  .my-md-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 7657, app/assets/stylesheets/core.scss */
  .my-md-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 7661, app/assets/stylesheets/core.scss */
  .my-md-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 7665, app/assets/stylesheets/core.scss */
  .my-md-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 7669, app/assets/stylesheets/core.scss */
  .my-md-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 7673, app/assets/stylesheets/core.scss */
  .my-md-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 7677, app/assets/stylesheets/core.scss */
  .my-md-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 7681, app/assets/stylesheets/core.scss */
  .my-md-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 7685, app/assets/stylesheets/core.scss */
  .my-md-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 7689, app/assets/stylesheets/core.scss */
  .my-md-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 7693, app/assets/stylesheets/core.scss */
  .my-md-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 7697, app/assets/stylesheets/core.scss */
  .my-md-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 7701, app/assets/stylesheets/core.scss */
  .my-md-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 7705, app/assets/stylesheets/core.scss */
  .my-md-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 7709, app/assets/stylesheets/core.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7712, app/assets/stylesheets/core.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7715, app/assets/stylesheets/core.scss */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 7718, app/assets/stylesheets/core.scss */
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7721, app/assets/stylesheets/core.scss */
  .mt-md-n5 {
    margin-top: -2rem !important;
  }
  /* line 7724, app/assets/stylesheets/core.scss */
  .mt-md-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 7727, app/assets/stylesheets/core.scss */
  .mt-md-n7 {
    margin-top: -3rem !important;
  }
  /* line 7730, app/assets/stylesheets/core.scss */
  .mt-md-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 7733, app/assets/stylesheets/core.scss */
  .mt-md-n9 {
    margin-top: -4rem !important;
  }
  /* line 7736, app/assets/stylesheets/core.scss */
  .mt-md-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 7739, app/assets/stylesheets/core.scss */
  .mt-md-n11 {
    margin-top: -5rem !important;
  }
  /* line 7742, app/assets/stylesheets/core.scss */
  .mt-md-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 7745, app/assets/stylesheets/core.scss */
  .mt-md-n13 {
    margin-top: -6rem !important;
  }
  /* line 7748, app/assets/stylesheets/core.scss */
  .mt-md-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 7751, app/assets/stylesheets/core.scss */
  .mt-md-n15 {
    margin-top: -7rem !important;
  }
  /* line 7754, app/assets/stylesheets/core.scss */
  .mt-md-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 7757, app/assets/stylesheets/core.scss */
  .mt-md-n17 {
    margin-top: -8rem !important;
  }
  /* line 7760, app/assets/stylesheets/core.scss */
  .mt-md-n18 {
    margin-top: -10rem !important;
  }
  /* line 7763, app/assets/stylesheets/core.scss */
  .mt-md-n19 {
    margin-top: -12rem !important;
  }
  /* line 7766, app/assets/stylesheets/core.scss */
  .mt-md-n20 {
    margin-top: -14rem !important;
  }
  /* line 7769, app/assets/stylesheets/core.scss */
  .mt-md-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 7772, app/assets/stylesheets/core.scss */
  .mt-md-n22 {
    margin-top: -22rem !important;
  }
  /* line 7775, app/assets/stylesheets/core.scss */
  .mt-md-n23 {
    margin-top: -35rem !important;
  }
  /* line 7778, app/assets/stylesheets/core.scss */
  .mt-md-n24 {
    margin-top: -40rem !important;
  }
  /* line 7781, app/assets/stylesheets/core.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7784, app/assets/stylesheets/core.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7787, app/assets/stylesheets/core.scss */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 7790, app/assets/stylesheets/core.scss */
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7793, app/assets/stylesheets/core.scss */
  .me-md-n5 {
    margin-right: -2rem !important;
  }
  /* line 7796, app/assets/stylesheets/core.scss */
  .me-md-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 7799, app/assets/stylesheets/core.scss */
  .me-md-n7 {
    margin-right: -3rem !important;
  }
  /* line 7802, app/assets/stylesheets/core.scss */
  .me-md-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 7805, app/assets/stylesheets/core.scss */
  .me-md-n9 {
    margin-right: -4rem !important;
  }
  /* line 7808, app/assets/stylesheets/core.scss */
  .me-md-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 7811, app/assets/stylesheets/core.scss */
  .me-md-n11 {
    margin-right: -5rem !important;
  }
  /* line 7814, app/assets/stylesheets/core.scss */
  .me-md-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 7817, app/assets/stylesheets/core.scss */
  .me-md-n13 {
    margin-right: -6rem !important;
  }
  /* line 7820, app/assets/stylesheets/core.scss */
  .me-md-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 7823, app/assets/stylesheets/core.scss */
  .me-md-n15 {
    margin-right: -7rem !important;
  }
  /* line 7826, app/assets/stylesheets/core.scss */
  .me-md-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 7829, app/assets/stylesheets/core.scss */
  .me-md-n17 {
    margin-right: -8rem !important;
  }
  /* line 7832, app/assets/stylesheets/core.scss */
  .me-md-n18 {
    margin-right: -10rem !important;
  }
  /* line 7835, app/assets/stylesheets/core.scss */
  .me-md-n19 {
    margin-right: -12rem !important;
  }
  /* line 7838, app/assets/stylesheets/core.scss */
  .me-md-n20 {
    margin-right: -14rem !important;
  }
  /* line 7841, app/assets/stylesheets/core.scss */
  .me-md-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 7844, app/assets/stylesheets/core.scss */
  .me-md-n22 {
    margin-right: -22rem !important;
  }
  /* line 7847, app/assets/stylesheets/core.scss */
  .me-md-n23 {
    margin-right: -35rem !important;
  }
  /* line 7850, app/assets/stylesheets/core.scss */
  .me-md-n24 {
    margin-right: -40rem !important;
  }
  /* line 7853, app/assets/stylesheets/core.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7856, app/assets/stylesheets/core.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7859, app/assets/stylesheets/core.scss */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7862, app/assets/stylesheets/core.scss */
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7865, app/assets/stylesheets/core.scss */
  .mb-md-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 7868, app/assets/stylesheets/core.scss */
  .mb-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 7871, app/assets/stylesheets/core.scss */
  .mb-md-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 7874, app/assets/stylesheets/core.scss */
  .mb-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 7877, app/assets/stylesheets/core.scss */
  .mb-md-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 7880, app/assets/stylesheets/core.scss */
  .mb-md-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 7883, app/assets/stylesheets/core.scss */
  .mb-md-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 7886, app/assets/stylesheets/core.scss */
  .mb-md-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 7889, app/assets/stylesheets/core.scss */
  .mb-md-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 7892, app/assets/stylesheets/core.scss */
  .mb-md-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 7895, app/assets/stylesheets/core.scss */
  .mb-md-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 7898, app/assets/stylesheets/core.scss */
  .mb-md-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 7901, app/assets/stylesheets/core.scss */
  .mb-md-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 7904, app/assets/stylesheets/core.scss */
  .mb-md-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 7907, app/assets/stylesheets/core.scss */
  .mb-md-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 7910, app/assets/stylesheets/core.scss */
  .mb-md-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 7913, app/assets/stylesheets/core.scss */
  .mb-md-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 7916, app/assets/stylesheets/core.scss */
  .mb-md-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 7919, app/assets/stylesheets/core.scss */
  .mb-md-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 7922, app/assets/stylesheets/core.scss */
  .mb-md-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 7925, app/assets/stylesheets/core.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7928, app/assets/stylesheets/core.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7931, app/assets/stylesheets/core.scss */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 7934, app/assets/stylesheets/core.scss */
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7937, app/assets/stylesheets/core.scss */
  .ms-md-n5 {
    margin-left: -2rem !important;
  }
  /* line 7940, app/assets/stylesheets/core.scss */
  .ms-md-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 7943, app/assets/stylesheets/core.scss */
  .ms-md-n7 {
    margin-left: -3rem !important;
  }
  /* line 7946, app/assets/stylesheets/core.scss */
  .ms-md-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 7949, app/assets/stylesheets/core.scss */
  .ms-md-n9 {
    margin-left: -4rem !important;
  }
  /* line 7952, app/assets/stylesheets/core.scss */
  .ms-md-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 7955, app/assets/stylesheets/core.scss */
  .ms-md-n11 {
    margin-left: -5rem !important;
  }
  /* line 7958, app/assets/stylesheets/core.scss */
  .ms-md-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 7961, app/assets/stylesheets/core.scss */
  .ms-md-n13 {
    margin-left: -6rem !important;
  }
  /* line 7964, app/assets/stylesheets/core.scss */
  .ms-md-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 7967, app/assets/stylesheets/core.scss */
  .ms-md-n15 {
    margin-left: -7rem !important;
  }
  /* line 7970, app/assets/stylesheets/core.scss */
  .ms-md-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 7973, app/assets/stylesheets/core.scss */
  .ms-md-n17 {
    margin-left: -8rem !important;
  }
  /* line 7976, app/assets/stylesheets/core.scss */
  .ms-md-n18 {
    margin-left: -10rem !important;
  }
  /* line 7979, app/assets/stylesheets/core.scss */
  .ms-md-n19 {
    margin-left: -12rem !important;
  }
  /* line 7982, app/assets/stylesheets/core.scss */
  .ms-md-n20 {
    margin-left: -14rem !important;
  }
  /* line 7985, app/assets/stylesheets/core.scss */
  .ms-md-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 7988, app/assets/stylesheets/core.scss */
  .ms-md-n22 {
    margin-left: -22rem !important;
  }
  /* line 7991, app/assets/stylesheets/core.scss */
  .ms-md-n23 {
    margin-left: -35rem !important;
  }
  /* line 7994, app/assets/stylesheets/core.scss */
  .ms-md-n24 {
    margin-left: -40rem !important;
  }
  /* line 7997, app/assets/stylesheets/core.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8000, app/assets/stylesheets/core.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8003, app/assets/stylesheets/core.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8006, app/assets/stylesheets/core.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8009, app/assets/stylesheets/core.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8012, app/assets/stylesheets/core.scss */
  .p-md-5 {
    padding: 2rem !important;
  }
  /* line 8015, app/assets/stylesheets/core.scss */
  .p-md-6 {
    padding: 2.5rem !important;
  }
  /* line 8018, app/assets/stylesheets/core.scss */
  .p-md-7 {
    padding: 3rem !important;
  }
  /* line 8021, app/assets/stylesheets/core.scss */
  .p-md-8 {
    padding: 3.5rem !important;
  }
  /* line 8024, app/assets/stylesheets/core.scss */
  .p-md-9 {
    padding: 4rem !important;
  }
  /* line 8027, app/assets/stylesheets/core.scss */
  .p-md-10 {
    padding: 4.5rem !important;
  }
  /* line 8030, app/assets/stylesheets/core.scss */
  .p-md-11 {
    padding: 5rem !important;
  }
  /* line 8033, app/assets/stylesheets/core.scss */
  .p-md-12 {
    padding: 5.5rem !important;
  }
  /* line 8036, app/assets/stylesheets/core.scss */
  .p-md-13 {
    padding: 6rem !important;
  }
  /* line 8039, app/assets/stylesheets/core.scss */
  .p-md-14 {
    padding: 6.5rem !important;
  }
  /* line 8042, app/assets/stylesheets/core.scss */
  .p-md-15 {
    padding: 7rem !important;
  }
  /* line 8045, app/assets/stylesheets/core.scss */
  .p-md-16 {
    padding: 7.5rem !important;
  }
  /* line 8048, app/assets/stylesheets/core.scss */
  .p-md-17 {
    padding: 8rem !important;
  }
  /* line 8051, app/assets/stylesheets/core.scss */
  .p-md-18 {
    padding: 10rem !important;
  }
  /* line 8054, app/assets/stylesheets/core.scss */
  .p-md-19 {
    padding: 12rem !important;
  }
  /* line 8057, app/assets/stylesheets/core.scss */
  .p-md-20 {
    padding: 14rem !important;
  }
  /* line 8060, app/assets/stylesheets/core.scss */
  .p-md-21 {
    padding: 18.5rem !important;
  }
  /* line 8063, app/assets/stylesheets/core.scss */
  .p-md-22 {
    padding: 22rem !important;
  }
  /* line 8066, app/assets/stylesheets/core.scss */
  .p-md-23 {
    padding: 35rem !important;
  }
  /* line 8069, app/assets/stylesheets/core.scss */
  .p-md-24 {
    padding: 40rem !important;
  }
  /* line 8072, app/assets/stylesheets/core.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 8076, app/assets/stylesheets/core.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 8080, app/assets/stylesheets/core.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 8084, app/assets/stylesheets/core.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 8088, app/assets/stylesheets/core.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 8092, app/assets/stylesheets/core.scss */
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 8096, app/assets/stylesheets/core.scss */
  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 8100, app/assets/stylesheets/core.scss */
  .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 8104, app/assets/stylesheets/core.scss */
  .px-md-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 8108, app/assets/stylesheets/core.scss */
  .px-md-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 8112, app/assets/stylesheets/core.scss */
  .px-md-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 8116, app/assets/stylesheets/core.scss */
  .px-md-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 8120, app/assets/stylesheets/core.scss */
  .px-md-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 8124, app/assets/stylesheets/core.scss */
  .px-md-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 8128, app/assets/stylesheets/core.scss */
  .px-md-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 8132, app/assets/stylesheets/core.scss */
  .px-md-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 8136, app/assets/stylesheets/core.scss */
  .px-md-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 8140, app/assets/stylesheets/core.scss */
  .px-md-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 8144, app/assets/stylesheets/core.scss */
  .px-md-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 8148, app/assets/stylesheets/core.scss */
  .px-md-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 8152, app/assets/stylesheets/core.scss */
  .px-md-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 8156, app/assets/stylesheets/core.scss */
  .px-md-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 8160, app/assets/stylesheets/core.scss */
  .px-md-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 8164, app/assets/stylesheets/core.scss */
  .px-md-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 8168, app/assets/stylesheets/core.scss */
  .px-md-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 8172, app/assets/stylesheets/core.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 8176, app/assets/stylesheets/core.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 8180, app/assets/stylesheets/core.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 8184, app/assets/stylesheets/core.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 8188, app/assets/stylesheets/core.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 8192, app/assets/stylesheets/core.scss */
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 8196, app/assets/stylesheets/core.scss */
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 8200, app/assets/stylesheets/core.scss */
  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 8204, app/assets/stylesheets/core.scss */
  .py-md-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 8208, app/assets/stylesheets/core.scss */
  .py-md-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 8212, app/assets/stylesheets/core.scss */
  .py-md-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 8216, app/assets/stylesheets/core.scss */
  .py-md-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 8220, app/assets/stylesheets/core.scss */
  .py-md-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 8224, app/assets/stylesheets/core.scss */
  .py-md-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 8228, app/assets/stylesheets/core.scss */
  .py-md-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 8232, app/assets/stylesheets/core.scss */
  .py-md-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 8236, app/assets/stylesheets/core.scss */
  .py-md-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 8240, app/assets/stylesheets/core.scss */
  .py-md-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 8244, app/assets/stylesheets/core.scss */
  .py-md-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 8248, app/assets/stylesheets/core.scss */
  .py-md-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 8252, app/assets/stylesheets/core.scss */
  .py-md-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 8256, app/assets/stylesheets/core.scss */
  .py-md-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 8260, app/assets/stylesheets/core.scss */
  .py-md-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 8264, app/assets/stylesheets/core.scss */
  .py-md-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 8268, app/assets/stylesheets/core.scss */
  .py-md-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 8272, app/assets/stylesheets/core.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 8275, app/assets/stylesheets/core.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8278, app/assets/stylesheets/core.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8281, app/assets/stylesheets/core.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8284, app/assets/stylesheets/core.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8287, app/assets/stylesheets/core.scss */
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  /* line 8290, app/assets/stylesheets/core.scss */
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  /* line 8293, app/assets/stylesheets/core.scss */
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  /* line 8296, app/assets/stylesheets/core.scss */
  .pt-md-8 {
    padding-top: 3.5rem !important;
  }
  /* line 8299, app/assets/stylesheets/core.scss */
  .pt-md-9 {
    padding-top: 4rem !important;
  }
  /* line 8302, app/assets/stylesheets/core.scss */
  .pt-md-10 {
    padding-top: 4.5rem !important;
  }
  /* line 8305, app/assets/stylesheets/core.scss */
  .pt-md-11 {
    padding-top: 5rem !important;
  }
  /* line 8308, app/assets/stylesheets/core.scss */
  .pt-md-12 {
    padding-top: 5.5rem !important;
  }
  /* line 8311, app/assets/stylesheets/core.scss */
  .pt-md-13 {
    padding-top: 6rem !important;
  }
  /* line 8314, app/assets/stylesheets/core.scss */
  .pt-md-14 {
    padding-top: 6.5rem !important;
  }
  /* line 8317, app/assets/stylesheets/core.scss */
  .pt-md-15 {
    padding-top: 7rem !important;
  }
  /* line 8320, app/assets/stylesheets/core.scss */
  .pt-md-16 {
    padding-top: 7.5rem !important;
  }
  /* line 8323, app/assets/stylesheets/core.scss */
  .pt-md-17 {
    padding-top: 8rem !important;
  }
  /* line 8326, app/assets/stylesheets/core.scss */
  .pt-md-18 {
    padding-top: 10rem !important;
  }
  /* line 8329, app/assets/stylesheets/core.scss */
  .pt-md-19 {
    padding-top: 12rem !important;
  }
  /* line 8332, app/assets/stylesheets/core.scss */
  .pt-md-20 {
    padding-top: 14rem !important;
  }
  /* line 8335, app/assets/stylesheets/core.scss */
  .pt-md-21 {
    padding-top: 18.5rem !important;
  }
  /* line 8338, app/assets/stylesheets/core.scss */
  .pt-md-22 {
    padding-top: 22rem !important;
  }
  /* line 8341, app/assets/stylesheets/core.scss */
  .pt-md-23 {
    padding-top: 35rem !important;
  }
  /* line 8344, app/assets/stylesheets/core.scss */
  .pt-md-24 {
    padding-top: 40rem !important;
  }
  /* line 8347, app/assets/stylesheets/core.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 8350, app/assets/stylesheets/core.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8353, app/assets/stylesheets/core.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8356, app/assets/stylesheets/core.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8359, app/assets/stylesheets/core.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8362, app/assets/stylesheets/core.scss */
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  /* line 8365, app/assets/stylesheets/core.scss */
  .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  /* line 8368, app/assets/stylesheets/core.scss */
  .pe-md-7 {
    padding-right: 3rem !important;
  }
  /* line 8371, app/assets/stylesheets/core.scss */
  .pe-md-8 {
    padding-right: 3.5rem !important;
  }
  /* line 8374, app/assets/stylesheets/core.scss */
  .pe-md-9 {
    padding-right: 4rem !important;
  }
  /* line 8377, app/assets/stylesheets/core.scss */
  .pe-md-10 {
    padding-right: 4.5rem !important;
  }
  /* line 8380, app/assets/stylesheets/core.scss */
  .pe-md-11 {
    padding-right: 5rem !important;
  }
  /* line 8383, app/assets/stylesheets/core.scss */
  .pe-md-12 {
    padding-right: 5.5rem !important;
  }
  /* line 8386, app/assets/stylesheets/core.scss */
  .pe-md-13 {
    padding-right: 6rem !important;
  }
  /* line 8389, app/assets/stylesheets/core.scss */
  .pe-md-14 {
    padding-right: 6.5rem !important;
  }
  /* line 8392, app/assets/stylesheets/core.scss */
  .pe-md-15 {
    padding-right: 7rem !important;
  }
  /* line 8395, app/assets/stylesheets/core.scss */
  .pe-md-16 {
    padding-right: 7.5rem !important;
  }
  /* line 8398, app/assets/stylesheets/core.scss */
  .pe-md-17 {
    padding-right: 8rem !important;
  }
  /* line 8401, app/assets/stylesheets/core.scss */
  .pe-md-18 {
    padding-right: 10rem !important;
  }
  /* line 8404, app/assets/stylesheets/core.scss */
  .pe-md-19 {
    padding-right: 12rem !important;
  }
  /* line 8407, app/assets/stylesheets/core.scss */
  .pe-md-20 {
    padding-right: 14rem !important;
  }
  /* line 8410, app/assets/stylesheets/core.scss */
  .pe-md-21 {
    padding-right: 18.5rem !important;
  }
  /* line 8413, app/assets/stylesheets/core.scss */
  .pe-md-22 {
    padding-right: 22rem !important;
  }
  /* line 8416, app/assets/stylesheets/core.scss */
  .pe-md-23 {
    padding-right: 35rem !important;
  }
  /* line 8419, app/assets/stylesheets/core.scss */
  .pe-md-24 {
    padding-right: 40rem !important;
  }
  /* line 8422, app/assets/stylesheets/core.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8425, app/assets/stylesheets/core.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8428, app/assets/stylesheets/core.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8431, app/assets/stylesheets/core.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8434, app/assets/stylesheets/core.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8437, app/assets/stylesheets/core.scss */
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  /* line 8440, app/assets/stylesheets/core.scss */
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 8443, app/assets/stylesheets/core.scss */
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  /* line 8446, app/assets/stylesheets/core.scss */
  .pb-md-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 8449, app/assets/stylesheets/core.scss */
  .pb-md-9 {
    padding-bottom: 4rem !important;
  }
  /* line 8452, app/assets/stylesheets/core.scss */
  .pb-md-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 8455, app/assets/stylesheets/core.scss */
  .pb-md-11 {
    padding-bottom: 5rem !important;
  }
  /* line 8458, app/assets/stylesheets/core.scss */
  .pb-md-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 8461, app/assets/stylesheets/core.scss */
  .pb-md-13 {
    padding-bottom: 6rem !important;
  }
  /* line 8464, app/assets/stylesheets/core.scss */
  .pb-md-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 8467, app/assets/stylesheets/core.scss */
  .pb-md-15 {
    padding-bottom: 7rem !important;
  }
  /* line 8470, app/assets/stylesheets/core.scss */
  .pb-md-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 8473, app/assets/stylesheets/core.scss */
  .pb-md-17 {
    padding-bottom: 8rem !important;
  }
  /* line 8476, app/assets/stylesheets/core.scss */
  .pb-md-18 {
    padding-bottom: 10rem !important;
  }
  /* line 8479, app/assets/stylesheets/core.scss */
  .pb-md-19 {
    padding-bottom: 12rem !important;
  }
  /* line 8482, app/assets/stylesheets/core.scss */
  .pb-md-20 {
    padding-bottom: 14rem !important;
  }
  /* line 8485, app/assets/stylesheets/core.scss */
  .pb-md-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 8488, app/assets/stylesheets/core.scss */
  .pb-md-22 {
    padding-bottom: 22rem !important;
  }
  /* line 8491, app/assets/stylesheets/core.scss */
  .pb-md-23 {
    padding-bottom: 35rem !important;
  }
  /* line 8494, app/assets/stylesheets/core.scss */
  .pb-md-24 {
    padding-bottom: 40rem !important;
  }
  /* line 8497, app/assets/stylesheets/core.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 8500, app/assets/stylesheets/core.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8503, app/assets/stylesheets/core.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8506, app/assets/stylesheets/core.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8509, app/assets/stylesheets/core.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8512, app/assets/stylesheets/core.scss */
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  /* line 8515, app/assets/stylesheets/core.scss */
  .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  /* line 8518, app/assets/stylesheets/core.scss */
  .ps-md-7 {
    padding-left: 3rem !important;
  }
  /* line 8521, app/assets/stylesheets/core.scss */
  .ps-md-8 {
    padding-left: 3.5rem !important;
  }
  /* line 8524, app/assets/stylesheets/core.scss */
  .ps-md-9 {
    padding-left: 4rem !important;
  }
  /* line 8527, app/assets/stylesheets/core.scss */
  .ps-md-10 {
    padding-left: 4.5rem !important;
  }
  /* line 8530, app/assets/stylesheets/core.scss */
  .ps-md-11 {
    padding-left: 5rem !important;
  }
  /* line 8533, app/assets/stylesheets/core.scss */
  .ps-md-12 {
    padding-left: 5.5rem !important;
  }
  /* line 8536, app/assets/stylesheets/core.scss */
  .ps-md-13 {
    padding-left: 6rem !important;
  }
  /* line 8539, app/assets/stylesheets/core.scss */
  .ps-md-14 {
    padding-left: 6.5rem !important;
  }
  /* line 8542, app/assets/stylesheets/core.scss */
  .ps-md-15 {
    padding-left: 7rem !important;
  }
  /* line 8545, app/assets/stylesheets/core.scss */
  .ps-md-16 {
    padding-left: 7.5rem !important;
  }
  /* line 8548, app/assets/stylesheets/core.scss */
  .ps-md-17 {
    padding-left: 8rem !important;
  }
  /* line 8551, app/assets/stylesheets/core.scss */
  .ps-md-18 {
    padding-left: 10rem !important;
  }
  /* line 8554, app/assets/stylesheets/core.scss */
  .ps-md-19 {
    padding-left: 12rem !important;
  }
  /* line 8557, app/assets/stylesheets/core.scss */
  .ps-md-20 {
    padding-left: 14rem !important;
  }
  /* line 8560, app/assets/stylesheets/core.scss */
  .ps-md-21 {
    padding-left: 18.5rem !important;
  }
  /* line 8563, app/assets/stylesheets/core.scss */
  .ps-md-22 {
    padding-left: 22rem !important;
  }
  /* line 8566, app/assets/stylesheets/core.scss */
  .ps-md-23 {
    padding-left: 35rem !important;
  }
  /* line 8569, app/assets/stylesheets/core.scss */
  .ps-md-24 {
    padding-left: 40rem !important;
  }
  /* line 8572, app/assets/stylesheets/core.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 8575, app/assets/stylesheets/core.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 8578, app/assets/stylesheets/core.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 8581, app/assets/stylesheets/core.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 8584, app/assets/stylesheets/core.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 8587, app/assets/stylesheets/core.scss */
  .gap-md-5 {
    gap: 2rem !important;
  }
  /* line 8590, app/assets/stylesheets/core.scss */
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  /* line 8593, app/assets/stylesheets/core.scss */
  .gap-md-7 {
    gap: 3rem !important;
  }
  /* line 8596, app/assets/stylesheets/core.scss */
  .gap-md-8 {
    gap: 3.5rem !important;
  }
  /* line 8599, app/assets/stylesheets/core.scss */
  .gap-md-9 {
    gap: 4rem !important;
  }
  /* line 8602, app/assets/stylesheets/core.scss */
  .gap-md-10 {
    gap: 4.5rem !important;
  }
  /* line 8605, app/assets/stylesheets/core.scss */
  .gap-md-11 {
    gap: 5rem !important;
  }
  /* line 8608, app/assets/stylesheets/core.scss */
  .gap-md-12 {
    gap: 5.5rem !important;
  }
  /* line 8611, app/assets/stylesheets/core.scss */
  .gap-md-13 {
    gap: 6rem !important;
  }
  /* line 8614, app/assets/stylesheets/core.scss */
  .gap-md-14 {
    gap: 6.5rem !important;
  }
  /* line 8617, app/assets/stylesheets/core.scss */
  .gap-md-15 {
    gap: 7rem !important;
  }
  /* line 8620, app/assets/stylesheets/core.scss */
  .gap-md-16 {
    gap: 7.5rem !important;
  }
  /* line 8623, app/assets/stylesheets/core.scss */
  .gap-md-17 {
    gap: 8rem !important;
  }
  /* line 8626, app/assets/stylesheets/core.scss */
  .gap-md-18 {
    gap: 10rem !important;
  }
  /* line 8629, app/assets/stylesheets/core.scss */
  .gap-md-19 {
    gap: 12rem !important;
  }
  /* line 8632, app/assets/stylesheets/core.scss */
  .gap-md-20 {
    gap: 14rem !important;
  }
  /* line 8635, app/assets/stylesheets/core.scss */
  .gap-md-21 {
    gap: 18.5rem !important;
  }
  /* line 8638, app/assets/stylesheets/core.scss */
  .gap-md-22 {
    gap: 22rem !important;
  }
  /* line 8641, app/assets/stylesheets/core.scss */
  .gap-md-23 {
    gap: 35rem !important;
  }
  /* line 8644, app/assets/stylesheets/core.scss */
  .gap-md-24 {
    gap: 40rem !important;
  }
  /* line 8647, app/assets/stylesheets/core.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 8650, app/assets/stylesheets/core.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 8653, app/assets/stylesheets/core.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 8656, app/assets/stylesheets/core.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 8659, app/assets/stylesheets/core.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 8662, app/assets/stylesheets/core.scss */
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  /* line 8665, app/assets/stylesheets/core.scss */
  .row-gap-md-6 {
    row-gap: 2.5rem !important;
  }
  /* line 8668, app/assets/stylesheets/core.scss */
  .row-gap-md-7 {
    row-gap: 3rem !important;
  }
  /* line 8671, app/assets/stylesheets/core.scss */
  .row-gap-md-8 {
    row-gap: 3.5rem !important;
  }
  /* line 8674, app/assets/stylesheets/core.scss */
  .row-gap-md-9 {
    row-gap: 4rem !important;
  }
  /* line 8677, app/assets/stylesheets/core.scss */
  .row-gap-md-10 {
    row-gap: 4.5rem !important;
  }
  /* line 8680, app/assets/stylesheets/core.scss */
  .row-gap-md-11 {
    row-gap: 5rem !important;
  }
  /* line 8683, app/assets/stylesheets/core.scss */
  .row-gap-md-12 {
    row-gap: 5.5rem !important;
  }
  /* line 8686, app/assets/stylesheets/core.scss */
  .row-gap-md-13 {
    row-gap: 6rem !important;
  }
  /* line 8689, app/assets/stylesheets/core.scss */
  .row-gap-md-14 {
    row-gap: 6.5rem !important;
  }
  /* line 8692, app/assets/stylesheets/core.scss */
  .row-gap-md-15 {
    row-gap: 7rem !important;
  }
  /* line 8695, app/assets/stylesheets/core.scss */
  .row-gap-md-16 {
    row-gap: 7.5rem !important;
  }
  /* line 8698, app/assets/stylesheets/core.scss */
  .row-gap-md-17 {
    row-gap: 8rem !important;
  }
  /* line 8701, app/assets/stylesheets/core.scss */
  .row-gap-md-18 {
    row-gap: 10rem !important;
  }
  /* line 8704, app/assets/stylesheets/core.scss */
  .row-gap-md-19 {
    row-gap: 12rem !important;
  }
  /* line 8707, app/assets/stylesheets/core.scss */
  .row-gap-md-20 {
    row-gap: 14rem !important;
  }
  /* line 8710, app/assets/stylesheets/core.scss */
  .row-gap-md-21 {
    row-gap: 18.5rem !important;
  }
  /* line 8713, app/assets/stylesheets/core.scss */
  .row-gap-md-22 {
    row-gap: 22rem !important;
  }
  /* line 8716, app/assets/stylesheets/core.scss */
  .row-gap-md-23 {
    row-gap: 35rem !important;
  }
  /* line 8719, app/assets/stylesheets/core.scss */
  .row-gap-md-24 {
    row-gap: 40rem !important;
  }
  /* line 8722, app/assets/stylesheets/core.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 8726, app/assets/stylesheets/core.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 8730, app/assets/stylesheets/core.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 8734, app/assets/stylesheets/core.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 8738, app/assets/stylesheets/core.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 8742, app/assets/stylesheets/core.scss */
  .column-gap-md-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 8746, app/assets/stylesheets/core.scss */
  .column-gap-md-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 8750, app/assets/stylesheets/core.scss */
  .column-gap-md-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 8754, app/assets/stylesheets/core.scss */
  .column-gap-md-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 8758, app/assets/stylesheets/core.scss */
  .column-gap-md-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 8762, app/assets/stylesheets/core.scss */
  .column-gap-md-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 8766, app/assets/stylesheets/core.scss */
  .column-gap-md-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 8770, app/assets/stylesheets/core.scss */
  .column-gap-md-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 8774, app/assets/stylesheets/core.scss */
  .column-gap-md-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 8778, app/assets/stylesheets/core.scss */
  .column-gap-md-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 8782, app/assets/stylesheets/core.scss */
  .column-gap-md-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 8786, app/assets/stylesheets/core.scss */
  .column-gap-md-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 8790, app/assets/stylesheets/core.scss */
  .column-gap-md-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 8794, app/assets/stylesheets/core.scss */
  .column-gap-md-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 8798, app/assets/stylesheets/core.scss */
  .column-gap-md-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 8802, app/assets/stylesheets/core.scss */
  .column-gap-md-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 8806, app/assets/stylesheets/core.scss */
  .column-gap-md-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 8810, app/assets/stylesheets/core.scss */
  .column-gap-md-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 8814, app/assets/stylesheets/core.scss */
  .column-gap-md-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 8818, app/assets/stylesheets/core.scss */
  .column-gap-md-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 8822, app/assets/stylesheets/core.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 8825, app/assets/stylesheets/core.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 8828, app/assets/stylesheets/core.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 8833, app/assets/stylesheets/core.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 8836, app/assets/stylesheets/core.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 8839, app/assets/stylesheets/core.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 8842, app/assets/stylesheets/core.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 8846, app/assets/stylesheets/core.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 8850, app/assets/stylesheets/core.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 8854, app/assets/stylesheets/core.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 8858, app/assets/stylesheets/core.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 8862, app/assets/stylesheets/core.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 8865, app/assets/stylesheets/core.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 8868, app/assets/stylesheets/core.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 8871, app/assets/stylesheets/core.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 8874, app/assets/stylesheets/core.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 8877, app/assets/stylesheets/core.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 8880, app/assets/stylesheets/core.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 8883, app/assets/stylesheets/core.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 8886, app/assets/stylesheets/core.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 8889, app/assets/stylesheets/core.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 8892, app/assets/stylesheets/core.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 8895, app/assets/stylesheets/core.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 8898, app/assets/stylesheets/core.scss */
  .w-lg-30 {
    width: 30% !important;
  }
  /* line 8901, app/assets/stylesheets/core.scss */
  .w-lg-40 {
    width: 40% !important;
  }
  /* line 8904, app/assets/stylesheets/core.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 8907, app/assets/stylesheets/core.scss */
  .w-lg-65 {
    width: 65% !important;
  }
  /* line 8910, app/assets/stylesheets/core.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 8913, app/assets/stylesheets/core.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 8916, app/assets/stylesheets/core.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 8919, app/assets/stylesheets/core.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 8922, app/assets/stylesheets/core.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 8925, app/assets/stylesheets/core.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 8928, app/assets/stylesheets/core.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8931, app/assets/stylesheets/core.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8934, app/assets/stylesheets/core.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8937, app/assets/stylesheets/core.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8940, app/assets/stylesheets/core.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8943, app/assets/stylesheets/core.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8946, app/assets/stylesheets/core.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8949, app/assets/stylesheets/core.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8952, app/assets/stylesheets/core.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8955, app/assets/stylesheets/core.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 8958, app/assets/stylesheets/core.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 8961, app/assets/stylesheets/core.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 8964, app/assets/stylesheets/core.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 8967, app/assets/stylesheets/core.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 8970, app/assets/stylesheets/core.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 8973, app/assets/stylesheets/core.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 8976, app/assets/stylesheets/core.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 8979, app/assets/stylesheets/core.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 8982, app/assets/stylesheets/core.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 8985, app/assets/stylesheets/core.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 8988, app/assets/stylesheets/core.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 8991, app/assets/stylesheets/core.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 8994, app/assets/stylesheets/core.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 8997, app/assets/stylesheets/core.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 9000, app/assets/stylesheets/core.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 9003, app/assets/stylesheets/core.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 9006, app/assets/stylesheets/core.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 9009, app/assets/stylesheets/core.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 9012, app/assets/stylesheets/core.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 9015, app/assets/stylesheets/core.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 9018, app/assets/stylesheets/core.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 9021, app/assets/stylesheets/core.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 9024, app/assets/stylesheets/core.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 9027, app/assets/stylesheets/core.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 9030, app/assets/stylesheets/core.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 9033, app/assets/stylesheets/core.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 9036, app/assets/stylesheets/core.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 9039, app/assets/stylesheets/core.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 9042, app/assets/stylesheets/core.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 9045, app/assets/stylesheets/core.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 9048, app/assets/stylesheets/core.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9051, app/assets/stylesheets/core.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9054, app/assets/stylesheets/core.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9057, app/assets/stylesheets/core.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9060, app/assets/stylesheets/core.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9063, app/assets/stylesheets/core.scss */
  .m-lg-5 {
    margin: 2rem !important;
  }
  /* line 9066, app/assets/stylesheets/core.scss */
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  /* line 9069, app/assets/stylesheets/core.scss */
  .m-lg-7 {
    margin: 3rem !important;
  }
  /* line 9072, app/assets/stylesheets/core.scss */
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  /* line 9075, app/assets/stylesheets/core.scss */
  .m-lg-9 {
    margin: 4rem !important;
  }
  /* line 9078, app/assets/stylesheets/core.scss */
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  /* line 9081, app/assets/stylesheets/core.scss */
  .m-lg-11 {
    margin: 5rem !important;
  }
  /* line 9084, app/assets/stylesheets/core.scss */
  .m-lg-12 {
    margin: 5.5rem !important;
  }
  /* line 9087, app/assets/stylesheets/core.scss */
  .m-lg-13 {
    margin: 6rem !important;
  }
  /* line 9090, app/assets/stylesheets/core.scss */
  .m-lg-14 {
    margin: 6.5rem !important;
  }
  /* line 9093, app/assets/stylesheets/core.scss */
  .m-lg-15 {
    margin: 7rem !important;
  }
  /* line 9096, app/assets/stylesheets/core.scss */
  .m-lg-16 {
    margin: 7.5rem !important;
  }
  /* line 9099, app/assets/stylesheets/core.scss */
  .m-lg-17 {
    margin: 8rem !important;
  }
  /* line 9102, app/assets/stylesheets/core.scss */
  .m-lg-18 {
    margin: 10rem !important;
  }
  /* line 9105, app/assets/stylesheets/core.scss */
  .m-lg-19 {
    margin: 12rem !important;
  }
  /* line 9108, app/assets/stylesheets/core.scss */
  .m-lg-20 {
    margin: 14rem !important;
  }
  /* line 9111, app/assets/stylesheets/core.scss */
  .m-lg-21 {
    margin: 18.5rem !important;
  }
  /* line 9114, app/assets/stylesheets/core.scss */
  .m-lg-22 {
    margin: 22rem !important;
  }
  /* line 9117, app/assets/stylesheets/core.scss */
  .m-lg-23 {
    margin: 35rem !important;
  }
  /* line 9120, app/assets/stylesheets/core.scss */
  .m-lg-24 {
    margin: 40rem !important;
  }
  /* line 9123, app/assets/stylesheets/core.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9126, app/assets/stylesheets/core.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 9130, app/assets/stylesheets/core.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 9134, app/assets/stylesheets/core.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 9138, app/assets/stylesheets/core.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 9142, app/assets/stylesheets/core.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 9146, app/assets/stylesheets/core.scss */
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 9150, app/assets/stylesheets/core.scss */
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 9154, app/assets/stylesheets/core.scss */
  .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 9158, app/assets/stylesheets/core.scss */
  .mx-lg-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 9162, app/assets/stylesheets/core.scss */
  .mx-lg-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 9166, app/assets/stylesheets/core.scss */
  .mx-lg-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 9170, app/assets/stylesheets/core.scss */
  .mx-lg-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 9174, app/assets/stylesheets/core.scss */
  .mx-lg-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 9178, app/assets/stylesheets/core.scss */
  .mx-lg-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 9182, app/assets/stylesheets/core.scss */
  .mx-lg-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 9186, app/assets/stylesheets/core.scss */
  .mx-lg-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 9190, app/assets/stylesheets/core.scss */
  .mx-lg-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 9194, app/assets/stylesheets/core.scss */
  .mx-lg-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 9198, app/assets/stylesheets/core.scss */
  .mx-lg-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 9202, app/assets/stylesheets/core.scss */
  .mx-lg-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 9206, app/assets/stylesheets/core.scss */
  .mx-lg-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 9210, app/assets/stylesheets/core.scss */
  .mx-lg-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 9214, app/assets/stylesheets/core.scss */
  .mx-lg-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 9218, app/assets/stylesheets/core.scss */
  .mx-lg-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 9222, app/assets/stylesheets/core.scss */
  .mx-lg-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 9226, app/assets/stylesheets/core.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 9230, app/assets/stylesheets/core.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9234, app/assets/stylesheets/core.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 9238, app/assets/stylesheets/core.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 9242, app/assets/stylesheets/core.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9246, app/assets/stylesheets/core.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9250, app/assets/stylesheets/core.scss */
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 9254, app/assets/stylesheets/core.scss */
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 9258, app/assets/stylesheets/core.scss */
  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9262, app/assets/stylesheets/core.scss */
  .my-lg-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 9266, app/assets/stylesheets/core.scss */
  .my-lg-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 9270, app/assets/stylesheets/core.scss */
  .my-lg-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 9274, app/assets/stylesheets/core.scss */
  .my-lg-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 9278, app/assets/stylesheets/core.scss */
  .my-lg-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 9282, app/assets/stylesheets/core.scss */
  .my-lg-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 9286, app/assets/stylesheets/core.scss */
  .my-lg-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 9290, app/assets/stylesheets/core.scss */
  .my-lg-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 9294, app/assets/stylesheets/core.scss */
  .my-lg-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 9298, app/assets/stylesheets/core.scss */
  .my-lg-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 9302, app/assets/stylesheets/core.scss */
  .my-lg-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 9306, app/assets/stylesheets/core.scss */
  .my-lg-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 9310, app/assets/stylesheets/core.scss */
  .my-lg-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 9314, app/assets/stylesheets/core.scss */
  .my-lg-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 9318, app/assets/stylesheets/core.scss */
  .my-lg-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 9322, app/assets/stylesheets/core.scss */
  .my-lg-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 9326, app/assets/stylesheets/core.scss */
  .my-lg-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 9330, app/assets/stylesheets/core.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 9334, app/assets/stylesheets/core.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9337, app/assets/stylesheets/core.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9340, app/assets/stylesheets/core.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9343, app/assets/stylesheets/core.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9346, app/assets/stylesheets/core.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9349, app/assets/stylesheets/core.scss */
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  /* line 9352, app/assets/stylesheets/core.scss */
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  /* line 9355, app/assets/stylesheets/core.scss */
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  /* line 9358, app/assets/stylesheets/core.scss */
  .mt-lg-8 {
    margin-top: 3.5rem !important;
  }
  /* line 9361, app/assets/stylesheets/core.scss */
  .mt-lg-9 {
    margin-top: 4rem !important;
  }
  /* line 9364, app/assets/stylesheets/core.scss */
  .mt-lg-10 {
    margin-top: 4.5rem !important;
  }
  /* line 9367, app/assets/stylesheets/core.scss */
  .mt-lg-11 {
    margin-top: 5rem !important;
  }
  /* line 9370, app/assets/stylesheets/core.scss */
  .mt-lg-12 {
    margin-top: 5.5rem !important;
  }
  /* line 9373, app/assets/stylesheets/core.scss */
  .mt-lg-13 {
    margin-top: 6rem !important;
  }
  /* line 9376, app/assets/stylesheets/core.scss */
  .mt-lg-14 {
    margin-top: 6.5rem !important;
  }
  /* line 9379, app/assets/stylesheets/core.scss */
  .mt-lg-15 {
    margin-top: 7rem !important;
  }
  /* line 9382, app/assets/stylesheets/core.scss */
  .mt-lg-16 {
    margin-top: 7.5rem !important;
  }
  /* line 9385, app/assets/stylesheets/core.scss */
  .mt-lg-17 {
    margin-top: 8rem !important;
  }
  /* line 9388, app/assets/stylesheets/core.scss */
  .mt-lg-18 {
    margin-top: 10rem !important;
  }
  /* line 9391, app/assets/stylesheets/core.scss */
  .mt-lg-19 {
    margin-top: 12rem !important;
  }
  /* line 9394, app/assets/stylesheets/core.scss */
  .mt-lg-20 {
    margin-top: 14rem !important;
  }
  /* line 9397, app/assets/stylesheets/core.scss */
  .mt-lg-21 {
    margin-top: 18.5rem !important;
  }
  /* line 9400, app/assets/stylesheets/core.scss */
  .mt-lg-22 {
    margin-top: 22rem !important;
  }
  /* line 9403, app/assets/stylesheets/core.scss */
  .mt-lg-23 {
    margin-top: 35rem !important;
  }
  /* line 9406, app/assets/stylesheets/core.scss */
  .mt-lg-24 {
    margin-top: 40rem !important;
  }
  /* line 9409, app/assets/stylesheets/core.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 9412, app/assets/stylesheets/core.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9415, app/assets/stylesheets/core.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9418, app/assets/stylesheets/core.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9421, app/assets/stylesheets/core.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9424, app/assets/stylesheets/core.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9427, app/assets/stylesheets/core.scss */
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  /* line 9430, app/assets/stylesheets/core.scss */
  .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  /* line 9433, app/assets/stylesheets/core.scss */
  .me-lg-7 {
    margin-right: 3rem !important;
  }
  /* line 9436, app/assets/stylesheets/core.scss */
  .me-lg-8 {
    margin-right: 3.5rem !important;
  }
  /* line 9439, app/assets/stylesheets/core.scss */
  .me-lg-9 {
    margin-right: 4rem !important;
  }
  /* line 9442, app/assets/stylesheets/core.scss */
  .me-lg-10 {
    margin-right: 4.5rem !important;
  }
  /* line 9445, app/assets/stylesheets/core.scss */
  .me-lg-11 {
    margin-right: 5rem !important;
  }
  /* line 9448, app/assets/stylesheets/core.scss */
  .me-lg-12 {
    margin-right: 5.5rem !important;
  }
  /* line 9451, app/assets/stylesheets/core.scss */
  .me-lg-13 {
    margin-right: 6rem !important;
  }
  /* line 9454, app/assets/stylesheets/core.scss */
  .me-lg-14 {
    margin-right: 6.5rem !important;
  }
  /* line 9457, app/assets/stylesheets/core.scss */
  .me-lg-15 {
    margin-right: 7rem !important;
  }
  /* line 9460, app/assets/stylesheets/core.scss */
  .me-lg-16 {
    margin-right: 7.5rem !important;
  }
  /* line 9463, app/assets/stylesheets/core.scss */
  .me-lg-17 {
    margin-right: 8rem !important;
  }
  /* line 9466, app/assets/stylesheets/core.scss */
  .me-lg-18 {
    margin-right: 10rem !important;
  }
  /* line 9469, app/assets/stylesheets/core.scss */
  .me-lg-19 {
    margin-right: 12rem !important;
  }
  /* line 9472, app/assets/stylesheets/core.scss */
  .me-lg-20 {
    margin-right: 14rem !important;
  }
  /* line 9475, app/assets/stylesheets/core.scss */
  .me-lg-21 {
    margin-right: 18.5rem !important;
  }
  /* line 9478, app/assets/stylesheets/core.scss */
  .me-lg-22 {
    margin-right: 22rem !important;
  }
  /* line 9481, app/assets/stylesheets/core.scss */
  .me-lg-23 {
    margin-right: 35rem !important;
  }
  /* line 9484, app/assets/stylesheets/core.scss */
  .me-lg-24 {
    margin-right: 40rem !important;
  }
  /* line 9487, app/assets/stylesheets/core.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 9490, app/assets/stylesheets/core.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9493, app/assets/stylesheets/core.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9496, app/assets/stylesheets/core.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9499, app/assets/stylesheets/core.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9502, app/assets/stylesheets/core.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9505, app/assets/stylesheets/core.scss */
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  /* line 9508, app/assets/stylesheets/core.scss */
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 9511, app/assets/stylesheets/core.scss */
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  /* line 9514, app/assets/stylesheets/core.scss */
  .mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 9517, app/assets/stylesheets/core.scss */
  .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  /* line 9520, app/assets/stylesheets/core.scss */
  .mb-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 9523, app/assets/stylesheets/core.scss */
  .mb-lg-11 {
    margin-bottom: 5rem !important;
  }
  /* line 9526, app/assets/stylesheets/core.scss */
  .mb-lg-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 9529, app/assets/stylesheets/core.scss */
  .mb-lg-13 {
    margin-bottom: 6rem !important;
  }
  /* line 9532, app/assets/stylesheets/core.scss */
  .mb-lg-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 9535, app/assets/stylesheets/core.scss */
  .mb-lg-15 {
    margin-bottom: 7rem !important;
  }
  /* line 9538, app/assets/stylesheets/core.scss */
  .mb-lg-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 9541, app/assets/stylesheets/core.scss */
  .mb-lg-17 {
    margin-bottom: 8rem !important;
  }
  /* line 9544, app/assets/stylesheets/core.scss */
  .mb-lg-18 {
    margin-bottom: 10rem !important;
  }
  /* line 9547, app/assets/stylesheets/core.scss */
  .mb-lg-19 {
    margin-bottom: 12rem !important;
  }
  /* line 9550, app/assets/stylesheets/core.scss */
  .mb-lg-20 {
    margin-bottom: 14rem !important;
  }
  /* line 9553, app/assets/stylesheets/core.scss */
  .mb-lg-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 9556, app/assets/stylesheets/core.scss */
  .mb-lg-22 {
    margin-bottom: 22rem !important;
  }
  /* line 9559, app/assets/stylesheets/core.scss */
  .mb-lg-23 {
    margin-bottom: 35rem !important;
  }
  /* line 9562, app/assets/stylesheets/core.scss */
  .mb-lg-24 {
    margin-bottom: 40rem !important;
  }
  /* line 9565, app/assets/stylesheets/core.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9568, app/assets/stylesheets/core.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9571, app/assets/stylesheets/core.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9574, app/assets/stylesheets/core.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9577, app/assets/stylesheets/core.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9580, app/assets/stylesheets/core.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9583, app/assets/stylesheets/core.scss */
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  /* line 9586, app/assets/stylesheets/core.scss */
  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  /* line 9589, app/assets/stylesheets/core.scss */
  .ms-lg-7 {
    margin-left: 3rem !important;
  }
  /* line 9592, app/assets/stylesheets/core.scss */
  .ms-lg-8 {
    margin-left: 3.5rem !important;
  }
  /* line 9595, app/assets/stylesheets/core.scss */
  .ms-lg-9 {
    margin-left: 4rem !important;
  }
  /* line 9598, app/assets/stylesheets/core.scss */
  .ms-lg-10 {
    margin-left: 4.5rem !important;
  }
  /* line 9601, app/assets/stylesheets/core.scss */
  .ms-lg-11 {
    margin-left: 5rem !important;
  }
  /* line 9604, app/assets/stylesheets/core.scss */
  .ms-lg-12 {
    margin-left: 5.5rem !important;
  }
  /* line 9607, app/assets/stylesheets/core.scss */
  .ms-lg-13 {
    margin-left: 6rem !important;
  }
  /* line 9610, app/assets/stylesheets/core.scss */
  .ms-lg-14 {
    margin-left: 6.5rem !important;
  }
  /* line 9613, app/assets/stylesheets/core.scss */
  .ms-lg-15 {
    margin-left: 7rem !important;
  }
  /* line 9616, app/assets/stylesheets/core.scss */
  .ms-lg-16 {
    margin-left: 7.5rem !important;
  }
  /* line 9619, app/assets/stylesheets/core.scss */
  .ms-lg-17 {
    margin-left: 8rem !important;
  }
  /* line 9622, app/assets/stylesheets/core.scss */
  .ms-lg-18 {
    margin-left: 10rem !important;
  }
  /* line 9625, app/assets/stylesheets/core.scss */
  .ms-lg-19 {
    margin-left: 12rem !important;
  }
  /* line 9628, app/assets/stylesheets/core.scss */
  .ms-lg-20 {
    margin-left: 14rem !important;
  }
  /* line 9631, app/assets/stylesheets/core.scss */
  .ms-lg-21 {
    margin-left: 18.5rem !important;
  }
  /* line 9634, app/assets/stylesheets/core.scss */
  .ms-lg-22 {
    margin-left: 22rem !important;
  }
  /* line 9637, app/assets/stylesheets/core.scss */
  .ms-lg-23 {
    margin-left: 35rem !important;
  }
  /* line 9640, app/assets/stylesheets/core.scss */
  .ms-lg-24 {
    margin-left: 40rem !important;
  }
  /* line 9643, app/assets/stylesheets/core.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 9646, app/assets/stylesheets/core.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9649, app/assets/stylesheets/core.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9652, app/assets/stylesheets/core.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9655, app/assets/stylesheets/core.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9658, app/assets/stylesheets/core.scss */
  .m-lg-n5 {
    margin: -2rem !important;
  }
  /* line 9661, app/assets/stylesheets/core.scss */
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  /* line 9664, app/assets/stylesheets/core.scss */
  .m-lg-n7 {
    margin: -3rem !important;
  }
  /* line 9667, app/assets/stylesheets/core.scss */
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  /* line 9670, app/assets/stylesheets/core.scss */
  .m-lg-n9 {
    margin: -4rem !important;
  }
  /* line 9673, app/assets/stylesheets/core.scss */
  .m-lg-n10 {
    margin: -4.5rem !important;
  }
  /* line 9676, app/assets/stylesheets/core.scss */
  .m-lg-n11 {
    margin: -5rem !important;
  }
  /* line 9679, app/assets/stylesheets/core.scss */
  .m-lg-n12 {
    margin: -5.5rem !important;
  }
  /* line 9682, app/assets/stylesheets/core.scss */
  .m-lg-n13 {
    margin: -6rem !important;
  }
  /* line 9685, app/assets/stylesheets/core.scss */
  .m-lg-n14 {
    margin: -6.5rem !important;
  }
  /* line 9688, app/assets/stylesheets/core.scss */
  .m-lg-n15 {
    margin: -7rem !important;
  }
  /* line 9691, app/assets/stylesheets/core.scss */
  .m-lg-n16 {
    margin: -7.5rem !important;
  }
  /* line 9694, app/assets/stylesheets/core.scss */
  .m-lg-n17 {
    margin: -8rem !important;
  }
  /* line 9697, app/assets/stylesheets/core.scss */
  .m-lg-n18 {
    margin: -10rem !important;
  }
  /* line 9700, app/assets/stylesheets/core.scss */
  .m-lg-n19 {
    margin: -12rem !important;
  }
  /* line 9703, app/assets/stylesheets/core.scss */
  .m-lg-n20 {
    margin: -14rem !important;
  }
  /* line 9706, app/assets/stylesheets/core.scss */
  .m-lg-n21 {
    margin: -18.5rem !important;
  }
  /* line 9709, app/assets/stylesheets/core.scss */
  .m-lg-n22 {
    margin: -22rem !important;
  }
  /* line 9712, app/assets/stylesheets/core.scss */
  .m-lg-n23 {
    margin: -35rem !important;
  }
  /* line 9715, app/assets/stylesheets/core.scss */
  .m-lg-n24 {
    margin: -40rem !important;
  }
  /* line 9718, app/assets/stylesheets/core.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 9722, app/assets/stylesheets/core.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 9726, app/assets/stylesheets/core.scss */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 9730, app/assets/stylesheets/core.scss */
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 9734, app/assets/stylesheets/core.scss */
  .mx-lg-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 9738, app/assets/stylesheets/core.scss */
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 9742, app/assets/stylesheets/core.scss */
  .mx-lg-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 9746, app/assets/stylesheets/core.scss */
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 9750, app/assets/stylesheets/core.scss */
  .mx-lg-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 9754, app/assets/stylesheets/core.scss */
  .mx-lg-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 9758, app/assets/stylesheets/core.scss */
  .mx-lg-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 9762, app/assets/stylesheets/core.scss */
  .mx-lg-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 9766, app/assets/stylesheets/core.scss */
  .mx-lg-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 9770, app/assets/stylesheets/core.scss */
  .mx-lg-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 9774, app/assets/stylesheets/core.scss */
  .mx-lg-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 9778, app/assets/stylesheets/core.scss */
  .mx-lg-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 9782, app/assets/stylesheets/core.scss */
  .mx-lg-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 9786, app/assets/stylesheets/core.scss */
  .mx-lg-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 9790, app/assets/stylesheets/core.scss */
  .mx-lg-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 9794, app/assets/stylesheets/core.scss */
  .mx-lg-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 9798, app/assets/stylesheets/core.scss */
  .mx-lg-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 9802, app/assets/stylesheets/core.scss */
  .mx-lg-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 9806, app/assets/stylesheets/core.scss */
  .mx-lg-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 9810, app/assets/stylesheets/core.scss */
  .mx-lg-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 9814, app/assets/stylesheets/core.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 9818, app/assets/stylesheets/core.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 9822, app/assets/stylesheets/core.scss */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 9826, app/assets/stylesheets/core.scss */
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 9830, app/assets/stylesheets/core.scss */
  .my-lg-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 9834, app/assets/stylesheets/core.scss */
  .my-lg-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 9838, app/assets/stylesheets/core.scss */
  .my-lg-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 9842, app/assets/stylesheets/core.scss */
  .my-lg-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 9846, app/assets/stylesheets/core.scss */
  .my-lg-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 9850, app/assets/stylesheets/core.scss */
  .my-lg-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 9854, app/assets/stylesheets/core.scss */
  .my-lg-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 9858, app/assets/stylesheets/core.scss */
  .my-lg-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 9862, app/assets/stylesheets/core.scss */
  .my-lg-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 9866, app/assets/stylesheets/core.scss */
  .my-lg-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 9870, app/assets/stylesheets/core.scss */
  .my-lg-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 9874, app/assets/stylesheets/core.scss */
  .my-lg-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 9878, app/assets/stylesheets/core.scss */
  .my-lg-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 9882, app/assets/stylesheets/core.scss */
  .my-lg-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 9886, app/assets/stylesheets/core.scss */
  .my-lg-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 9890, app/assets/stylesheets/core.scss */
  .my-lg-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 9894, app/assets/stylesheets/core.scss */
  .my-lg-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 9898, app/assets/stylesheets/core.scss */
  .my-lg-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 9902, app/assets/stylesheets/core.scss */
  .my-lg-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 9906, app/assets/stylesheets/core.scss */
  .my-lg-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 9910, app/assets/stylesheets/core.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9913, app/assets/stylesheets/core.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9916, app/assets/stylesheets/core.scss */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9919, app/assets/stylesheets/core.scss */
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9922, app/assets/stylesheets/core.scss */
  .mt-lg-n5 {
    margin-top: -2rem !important;
  }
  /* line 9925, app/assets/stylesheets/core.scss */
  .mt-lg-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 9928, app/assets/stylesheets/core.scss */
  .mt-lg-n7 {
    margin-top: -3rem !important;
  }
  /* line 9931, app/assets/stylesheets/core.scss */
  .mt-lg-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 9934, app/assets/stylesheets/core.scss */
  .mt-lg-n9 {
    margin-top: -4rem !important;
  }
  /* line 9937, app/assets/stylesheets/core.scss */
  .mt-lg-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 9940, app/assets/stylesheets/core.scss */
  .mt-lg-n11 {
    margin-top: -5rem !important;
  }
  /* line 9943, app/assets/stylesheets/core.scss */
  .mt-lg-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 9946, app/assets/stylesheets/core.scss */
  .mt-lg-n13 {
    margin-top: -6rem !important;
  }
  /* line 9949, app/assets/stylesheets/core.scss */
  .mt-lg-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 9952, app/assets/stylesheets/core.scss */
  .mt-lg-n15 {
    margin-top: -7rem !important;
  }
  /* line 9955, app/assets/stylesheets/core.scss */
  .mt-lg-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 9958, app/assets/stylesheets/core.scss */
  .mt-lg-n17 {
    margin-top: -8rem !important;
  }
  /* line 9961, app/assets/stylesheets/core.scss */
  .mt-lg-n18 {
    margin-top: -10rem !important;
  }
  /* line 9964, app/assets/stylesheets/core.scss */
  .mt-lg-n19 {
    margin-top: -12rem !important;
  }
  /* line 9967, app/assets/stylesheets/core.scss */
  .mt-lg-n20 {
    margin-top: -14rem !important;
  }
  /* line 9970, app/assets/stylesheets/core.scss */
  .mt-lg-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 9973, app/assets/stylesheets/core.scss */
  .mt-lg-n22 {
    margin-top: -22rem !important;
  }
  /* line 9976, app/assets/stylesheets/core.scss */
  .mt-lg-n23 {
    margin-top: -35rem !important;
  }
  /* line 9979, app/assets/stylesheets/core.scss */
  .mt-lg-n24 {
    margin-top: -40rem !important;
  }
  /* line 9982, app/assets/stylesheets/core.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9985, app/assets/stylesheets/core.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9988, app/assets/stylesheets/core.scss */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9991, app/assets/stylesheets/core.scss */
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9994, app/assets/stylesheets/core.scss */
  .me-lg-n5 {
    margin-right: -2rem !important;
  }
  /* line 9997, app/assets/stylesheets/core.scss */
  .me-lg-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 10000, app/assets/stylesheets/core.scss */
  .me-lg-n7 {
    margin-right: -3rem !important;
  }
  /* line 10003, app/assets/stylesheets/core.scss */
  .me-lg-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 10006, app/assets/stylesheets/core.scss */
  .me-lg-n9 {
    margin-right: -4rem !important;
  }
  /* line 10009, app/assets/stylesheets/core.scss */
  .me-lg-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 10012, app/assets/stylesheets/core.scss */
  .me-lg-n11 {
    margin-right: -5rem !important;
  }
  /* line 10015, app/assets/stylesheets/core.scss */
  .me-lg-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 10018, app/assets/stylesheets/core.scss */
  .me-lg-n13 {
    margin-right: -6rem !important;
  }
  /* line 10021, app/assets/stylesheets/core.scss */
  .me-lg-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 10024, app/assets/stylesheets/core.scss */
  .me-lg-n15 {
    margin-right: -7rem !important;
  }
  /* line 10027, app/assets/stylesheets/core.scss */
  .me-lg-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 10030, app/assets/stylesheets/core.scss */
  .me-lg-n17 {
    margin-right: -8rem !important;
  }
  /* line 10033, app/assets/stylesheets/core.scss */
  .me-lg-n18 {
    margin-right: -10rem !important;
  }
  /* line 10036, app/assets/stylesheets/core.scss */
  .me-lg-n19 {
    margin-right: -12rem !important;
  }
  /* line 10039, app/assets/stylesheets/core.scss */
  .me-lg-n20 {
    margin-right: -14rem !important;
  }
  /* line 10042, app/assets/stylesheets/core.scss */
  .me-lg-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 10045, app/assets/stylesheets/core.scss */
  .me-lg-n22 {
    margin-right: -22rem !important;
  }
  /* line 10048, app/assets/stylesheets/core.scss */
  .me-lg-n23 {
    margin-right: -35rem !important;
  }
  /* line 10051, app/assets/stylesheets/core.scss */
  .me-lg-n24 {
    margin-right: -40rem !important;
  }
  /* line 10054, app/assets/stylesheets/core.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 10057, app/assets/stylesheets/core.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 10060, app/assets/stylesheets/core.scss */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 10063, app/assets/stylesheets/core.scss */
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10066, app/assets/stylesheets/core.scss */
  .mb-lg-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 10069, app/assets/stylesheets/core.scss */
  .mb-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 10072, app/assets/stylesheets/core.scss */
  .mb-lg-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 10075, app/assets/stylesheets/core.scss */
  .mb-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 10078, app/assets/stylesheets/core.scss */
  .mb-lg-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 10081, app/assets/stylesheets/core.scss */
  .mb-lg-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 10084, app/assets/stylesheets/core.scss */
  .mb-lg-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 10087, app/assets/stylesheets/core.scss */
  .mb-lg-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 10090, app/assets/stylesheets/core.scss */
  .mb-lg-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 10093, app/assets/stylesheets/core.scss */
  .mb-lg-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 10096, app/assets/stylesheets/core.scss */
  .mb-lg-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 10099, app/assets/stylesheets/core.scss */
  .mb-lg-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 10102, app/assets/stylesheets/core.scss */
  .mb-lg-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 10105, app/assets/stylesheets/core.scss */
  .mb-lg-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 10108, app/assets/stylesheets/core.scss */
  .mb-lg-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 10111, app/assets/stylesheets/core.scss */
  .mb-lg-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 10114, app/assets/stylesheets/core.scss */
  .mb-lg-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 10117, app/assets/stylesheets/core.scss */
  .mb-lg-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 10120, app/assets/stylesheets/core.scss */
  .mb-lg-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 10123, app/assets/stylesheets/core.scss */
  .mb-lg-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 10126, app/assets/stylesheets/core.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 10129, app/assets/stylesheets/core.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 10132, app/assets/stylesheets/core.scss */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 10135, app/assets/stylesheets/core.scss */
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10138, app/assets/stylesheets/core.scss */
  .ms-lg-n5 {
    margin-left: -2rem !important;
  }
  /* line 10141, app/assets/stylesheets/core.scss */
  .ms-lg-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 10144, app/assets/stylesheets/core.scss */
  .ms-lg-n7 {
    margin-left: -3rem !important;
  }
  /* line 10147, app/assets/stylesheets/core.scss */
  .ms-lg-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 10150, app/assets/stylesheets/core.scss */
  .ms-lg-n9 {
    margin-left: -4rem !important;
  }
  /* line 10153, app/assets/stylesheets/core.scss */
  .ms-lg-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 10156, app/assets/stylesheets/core.scss */
  .ms-lg-n11 {
    margin-left: -5rem !important;
  }
  /* line 10159, app/assets/stylesheets/core.scss */
  .ms-lg-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 10162, app/assets/stylesheets/core.scss */
  .ms-lg-n13 {
    margin-left: -6rem !important;
  }
  /* line 10165, app/assets/stylesheets/core.scss */
  .ms-lg-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 10168, app/assets/stylesheets/core.scss */
  .ms-lg-n15 {
    margin-left: -7rem !important;
  }
  /* line 10171, app/assets/stylesheets/core.scss */
  .ms-lg-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 10174, app/assets/stylesheets/core.scss */
  .ms-lg-n17 {
    margin-left: -8rem !important;
  }
  /* line 10177, app/assets/stylesheets/core.scss */
  .ms-lg-n18 {
    margin-left: -10rem !important;
  }
  /* line 10180, app/assets/stylesheets/core.scss */
  .ms-lg-n19 {
    margin-left: -12rem !important;
  }
  /* line 10183, app/assets/stylesheets/core.scss */
  .ms-lg-n20 {
    margin-left: -14rem !important;
  }
  /* line 10186, app/assets/stylesheets/core.scss */
  .ms-lg-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 10189, app/assets/stylesheets/core.scss */
  .ms-lg-n22 {
    margin-left: -22rem !important;
  }
  /* line 10192, app/assets/stylesheets/core.scss */
  .ms-lg-n23 {
    margin-left: -35rem !important;
  }
  /* line 10195, app/assets/stylesheets/core.scss */
  .ms-lg-n24 {
    margin-left: -40rem !important;
  }
  /* line 10198, app/assets/stylesheets/core.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 10201, app/assets/stylesheets/core.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 10204, app/assets/stylesheets/core.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 10207, app/assets/stylesheets/core.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 10210, app/assets/stylesheets/core.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 10213, app/assets/stylesheets/core.scss */
  .p-lg-5 {
    padding: 2rem !important;
  }
  /* line 10216, app/assets/stylesheets/core.scss */
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  /* line 10219, app/assets/stylesheets/core.scss */
  .p-lg-7 {
    padding: 3rem !important;
  }
  /* line 10222, app/assets/stylesheets/core.scss */
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  /* line 10225, app/assets/stylesheets/core.scss */
  .p-lg-9 {
    padding: 4rem !important;
  }
  /* line 10228, app/assets/stylesheets/core.scss */
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  /* line 10231, app/assets/stylesheets/core.scss */
  .p-lg-11 {
    padding: 5rem !important;
  }
  /* line 10234, app/assets/stylesheets/core.scss */
  .p-lg-12 {
    padding: 5.5rem !important;
  }
  /* line 10237, app/assets/stylesheets/core.scss */
  .p-lg-13 {
    padding: 6rem !important;
  }
  /* line 10240, app/assets/stylesheets/core.scss */
  .p-lg-14 {
    padding: 6.5rem !important;
  }
  /* line 10243, app/assets/stylesheets/core.scss */
  .p-lg-15 {
    padding: 7rem !important;
  }
  /* line 10246, app/assets/stylesheets/core.scss */
  .p-lg-16 {
    padding: 7.5rem !important;
  }
  /* line 10249, app/assets/stylesheets/core.scss */
  .p-lg-17 {
    padding: 8rem !important;
  }
  /* line 10252, app/assets/stylesheets/core.scss */
  .p-lg-18 {
    padding: 10rem !important;
  }
  /* line 10255, app/assets/stylesheets/core.scss */
  .p-lg-19 {
    padding: 12rem !important;
  }
  /* line 10258, app/assets/stylesheets/core.scss */
  .p-lg-20 {
    padding: 14rem !important;
  }
  /* line 10261, app/assets/stylesheets/core.scss */
  .p-lg-21 {
    padding: 18.5rem !important;
  }
  /* line 10264, app/assets/stylesheets/core.scss */
  .p-lg-22 {
    padding: 22rem !important;
  }
  /* line 10267, app/assets/stylesheets/core.scss */
  .p-lg-23 {
    padding: 35rem !important;
  }
  /* line 10270, app/assets/stylesheets/core.scss */
  .p-lg-24 {
    padding: 40rem !important;
  }
  /* line 10273, app/assets/stylesheets/core.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 10277, app/assets/stylesheets/core.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 10281, app/assets/stylesheets/core.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 10285, app/assets/stylesheets/core.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 10289, app/assets/stylesheets/core.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 10293, app/assets/stylesheets/core.scss */
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 10297, app/assets/stylesheets/core.scss */
  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 10301, app/assets/stylesheets/core.scss */
  .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 10305, app/assets/stylesheets/core.scss */
  .px-lg-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 10309, app/assets/stylesheets/core.scss */
  .px-lg-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 10313, app/assets/stylesheets/core.scss */
  .px-lg-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 10317, app/assets/stylesheets/core.scss */
  .px-lg-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 10321, app/assets/stylesheets/core.scss */
  .px-lg-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 10325, app/assets/stylesheets/core.scss */
  .px-lg-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 10329, app/assets/stylesheets/core.scss */
  .px-lg-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 10333, app/assets/stylesheets/core.scss */
  .px-lg-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 10337, app/assets/stylesheets/core.scss */
  .px-lg-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 10341, app/assets/stylesheets/core.scss */
  .px-lg-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 10345, app/assets/stylesheets/core.scss */
  .px-lg-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 10349, app/assets/stylesheets/core.scss */
  .px-lg-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 10353, app/assets/stylesheets/core.scss */
  .px-lg-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 10357, app/assets/stylesheets/core.scss */
  .px-lg-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 10361, app/assets/stylesheets/core.scss */
  .px-lg-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 10365, app/assets/stylesheets/core.scss */
  .px-lg-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 10369, app/assets/stylesheets/core.scss */
  .px-lg-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 10373, app/assets/stylesheets/core.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 10377, app/assets/stylesheets/core.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 10381, app/assets/stylesheets/core.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 10385, app/assets/stylesheets/core.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 10389, app/assets/stylesheets/core.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 10393, app/assets/stylesheets/core.scss */
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 10397, app/assets/stylesheets/core.scss */
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 10401, app/assets/stylesheets/core.scss */
  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 10405, app/assets/stylesheets/core.scss */
  .py-lg-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 10409, app/assets/stylesheets/core.scss */
  .py-lg-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 10413, app/assets/stylesheets/core.scss */
  .py-lg-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 10417, app/assets/stylesheets/core.scss */
  .py-lg-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 10421, app/assets/stylesheets/core.scss */
  .py-lg-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 10425, app/assets/stylesheets/core.scss */
  .py-lg-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 10429, app/assets/stylesheets/core.scss */
  .py-lg-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 10433, app/assets/stylesheets/core.scss */
  .py-lg-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 10437, app/assets/stylesheets/core.scss */
  .py-lg-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 10441, app/assets/stylesheets/core.scss */
  .py-lg-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 10445, app/assets/stylesheets/core.scss */
  .py-lg-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 10449, app/assets/stylesheets/core.scss */
  .py-lg-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 10453, app/assets/stylesheets/core.scss */
  .py-lg-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 10457, app/assets/stylesheets/core.scss */
  .py-lg-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 10461, app/assets/stylesheets/core.scss */
  .py-lg-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 10465, app/assets/stylesheets/core.scss */
  .py-lg-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 10469, app/assets/stylesheets/core.scss */
  .py-lg-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 10473, app/assets/stylesheets/core.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 10476, app/assets/stylesheets/core.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10479, app/assets/stylesheets/core.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10482, app/assets/stylesheets/core.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 10485, app/assets/stylesheets/core.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10488, app/assets/stylesheets/core.scss */
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  /* line 10491, app/assets/stylesheets/core.scss */
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  /* line 10494, app/assets/stylesheets/core.scss */
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  /* line 10497, app/assets/stylesheets/core.scss */
  .pt-lg-8 {
    padding-top: 3.5rem !important;
  }
  /* line 10500, app/assets/stylesheets/core.scss */
  .pt-lg-9 {
    padding-top: 4rem !important;
  }
  /* line 10503, app/assets/stylesheets/core.scss */
  .pt-lg-10 {
    padding-top: 4.5rem !important;
  }
  /* line 10506, app/assets/stylesheets/core.scss */
  .pt-lg-11 {
    padding-top: 5rem !important;
  }
  /* line 10509, app/assets/stylesheets/core.scss */
  .pt-lg-12 {
    padding-top: 5.5rem !important;
  }
  /* line 10512, app/assets/stylesheets/core.scss */
  .pt-lg-13 {
    padding-top: 6rem !important;
  }
  /* line 10515, app/assets/stylesheets/core.scss */
  .pt-lg-14 {
    padding-top: 6.5rem !important;
  }
  /* line 10518, app/assets/stylesheets/core.scss */
  .pt-lg-15 {
    padding-top: 7rem !important;
  }
  /* line 10521, app/assets/stylesheets/core.scss */
  .pt-lg-16 {
    padding-top: 7.5rem !important;
  }
  /* line 10524, app/assets/stylesheets/core.scss */
  .pt-lg-17 {
    padding-top: 8rem !important;
  }
  /* line 10527, app/assets/stylesheets/core.scss */
  .pt-lg-18 {
    padding-top: 10rem !important;
  }
  /* line 10530, app/assets/stylesheets/core.scss */
  .pt-lg-19 {
    padding-top: 12rem !important;
  }
  /* line 10533, app/assets/stylesheets/core.scss */
  .pt-lg-20 {
    padding-top: 14rem !important;
  }
  /* line 10536, app/assets/stylesheets/core.scss */
  .pt-lg-21 {
    padding-top: 18.5rem !important;
  }
  /* line 10539, app/assets/stylesheets/core.scss */
  .pt-lg-22 {
    padding-top: 22rem !important;
  }
  /* line 10542, app/assets/stylesheets/core.scss */
  .pt-lg-23 {
    padding-top: 35rem !important;
  }
  /* line 10545, app/assets/stylesheets/core.scss */
  .pt-lg-24 {
    padding-top: 40rem !important;
  }
  /* line 10548, app/assets/stylesheets/core.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 10551, app/assets/stylesheets/core.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10554, app/assets/stylesheets/core.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10557, app/assets/stylesheets/core.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 10560, app/assets/stylesheets/core.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10563, app/assets/stylesheets/core.scss */
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  /* line 10566, app/assets/stylesheets/core.scss */
  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  /* line 10569, app/assets/stylesheets/core.scss */
  .pe-lg-7 {
    padding-right: 3rem !important;
  }
  /* line 10572, app/assets/stylesheets/core.scss */
  .pe-lg-8 {
    padding-right: 3.5rem !important;
  }
  /* line 10575, app/assets/stylesheets/core.scss */
  .pe-lg-9 {
    padding-right: 4rem !important;
  }
  /* line 10578, app/assets/stylesheets/core.scss */
  .pe-lg-10 {
    padding-right: 4.5rem !important;
  }
  /* line 10581, app/assets/stylesheets/core.scss */
  .pe-lg-11 {
    padding-right: 5rem !important;
  }
  /* line 10584, app/assets/stylesheets/core.scss */
  .pe-lg-12 {
    padding-right: 5.5rem !important;
  }
  /* line 10587, app/assets/stylesheets/core.scss */
  .pe-lg-13 {
    padding-right: 6rem !important;
  }
  /* line 10590, app/assets/stylesheets/core.scss */
  .pe-lg-14 {
    padding-right: 6.5rem !important;
  }
  /* line 10593, app/assets/stylesheets/core.scss */
  .pe-lg-15 {
    padding-right: 7rem !important;
  }
  /* line 10596, app/assets/stylesheets/core.scss */
  .pe-lg-16 {
    padding-right: 7.5rem !important;
  }
  /* line 10599, app/assets/stylesheets/core.scss */
  .pe-lg-17 {
    padding-right: 8rem !important;
  }
  /* line 10602, app/assets/stylesheets/core.scss */
  .pe-lg-18 {
    padding-right: 10rem !important;
  }
  /* line 10605, app/assets/stylesheets/core.scss */
  .pe-lg-19 {
    padding-right: 12rem !important;
  }
  /* line 10608, app/assets/stylesheets/core.scss */
  .pe-lg-20 {
    padding-right: 14rem !important;
  }
  /* line 10611, app/assets/stylesheets/core.scss */
  .pe-lg-21 {
    padding-right: 18.5rem !important;
  }
  /* line 10614, app/assets/stylesheets/core.scss */
  .pe-lg-22 {
    padding-right: 22rem !important;
  }
  /* line 10617, app/assets/stylesheets/core.scss */
  .pe-lg-23 {
    padding-right: 35rem !important;
  }
  /* line 10620, app/assets/stylesheets/core.scss */
  .pe-lg-24 {
    padding-right: 40rem !important;
  }
  /* line 10623, app/assets/stylesheets/core.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 10626, app/assets/stylesheets/core.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10629, app/assets/stylesheets/core.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10632, app/assets/stylesheets/core.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10635, app/assets/stylesheets/core.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10638, app/assets/stylesheets/core.scss */
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  /* line 10641, app/assets/stylesheets/core.scss */
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 10644, app/assets/stylesheets/core.scss */
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  /* line 10647, app/assets/stylesheets/core.scss */
  .pb-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 10650, app/assets/stylesheets/core.scss */
  .pb-lg-9 {
    padding-bottom: 4rem !important;
  }
  /* line 10653, app/assets/stylesheets/core.scss */
  .pb-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 10656, app/assets/stylesheets/core.scss */
  .pb-lg-11 {
    padding-bottom: 5rem !important;
  }
  /* line 10659, app/assets/stylesheets/core.scss */
  .pb-lg-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 10662, app/assets/stylesheets/core.scss */
  .pb-lg-13 {
    padding-bottom: 6rem !important;
  }
  /* line 10665, app/assets/stylesheets/core.scss */
  .pb-lg-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 10668, app/assets/stylesheets/core.scss */
  .pb-lg-15 {
    padding-bottom: 7rem !important;
  }
  /* line 10671, app/assets/stylesheets/core.scss */
  .pb-lg-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 10674, app/assets/stylesheets/core.scss */
  .pb-lg-17 {
    padding-bottom: 8rem !important;
  }
  /* line 10677, app/assets/stylesheets/core.scss */
  .pb-lg-18 {
    padding-bottom: 10rem !important;
  }
  /* line 10680, app/assets/stylesheets/core.scss */
  .pb-lg-19 {
    padding-bottom: 12rem !important;
  }
  /* line 10683, app/assets/stylesheets/core.scss */
  .pb-lg-20 {
    padding-bottom: 14rem !important;
  }
  /* line 10686, app/assets/stylesheets/core.scss */
  .pb-lg-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 10689, app/assets/stylesheets/core.scss */
  .pb-lg-22 {
    padding-bottom: 22rem !important;
  }
  /* line 10692, app/assets/stylesheets/core.scss */
  .pb-lg-23 {
    padding-bottom: 35rem !important;
  }
  /* line 10695, app/assets/stylesheets/core.scss */
  .pb-lg-24 {
    padding-bottom: 40rem !important;
  }
  /* line 10698, app/assets/stylesheets/core.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 10701, app/assets/stylesheets/core.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10704, app/assets/stylesheets/core.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10707, app/assets/stylesheets/core.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 10710, app/assets/stylesheets/core.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10713, app/assets/stylesheets/core.scss */
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  /* line 10716, app/assets/stylesheets/core.scss */
  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  /* line 10719, app/assets/stylesheets/core.scss */
  .ps-lg-7 {
    padding-left: 3rem !important;
  }
  /* line 10722, app/assets/stylesheets/core.scss */
  .ps-lg-8 {
    padding-left: 3.5rem !important;
  }
  /* line 10725, app/assets/stylesheets/core.scss */
  .ps-lg-9 {
    padding-left: 4rem !important;
  }
  /* line 10728, app/assets/stylesheets/core.scss */
  .ps-lg-10 {
    padding-left: 4.5rem !important;
  }
  /* line 10731, app/assets/stylesheets/core.scss */
  .ps-lg-11 {
    padding-left: 5rem !important;
  }
  /* line 10734, app/assets/stylesheets/core.scss */
  .ps-lg-12 {
    padding-left: 5.5rem !important;
  }
  /* line 10737, app/assets/stylesheets/core.scss */
  .ps-lg-13 {
    padding-left: 6rem !important;
  }
  /* line 10740, app/assets/stylesheets/core.scss */
  .ps-lg-14 {
    padding-left: 6.5rem !important;
  }
  /* line 10743, app/assets/stylesheets/core.scss */
  .ps-lg-15 {
    padding-left: 7rem !important;
  }
  /* line 10746, app/assets/stylesheets/core.scss */
  .ps-lg-16 {
    padding-left: 7.5rem !important;
  }
  /* line 10749, app/assets/stylesheets/core.scss */
  .ps-lg-17 {
    padding-left: 8rem !important;
  }
  /* line 10752, app/assets/stylesheets/core.scss */
  .ps-lg-18 {
    padding-left: 10rem !important;
  }
  /* line 10755, app/assets/stylesheets/core.scss */
  .ps-lg-19 {
    padding-left: 12rem !important;
  }
  /* line 10758, app/assets/stylesheets/core.scss */
  .ps-lg-20 {
    padding-left: 14rem !important;
  }
  /* line 10761, app/assets/stylesheets/core.scss */
  .ps-lg-21 {
    padding-left: 18.5rem !important;
  }
  /* line 10764, app/assets/stylesheets/core.scss */
  .ps-lg-22 {
    padding-left: 22rem !important;
  }
  /* line 10767, app/assets/stylesheets/core.scss */
  .ps-lg-23 {
    padding-left: 35rem !important;
  }
  /* line 10770, app/assets/stylesheets/core.scss */
  .ps-lg-24 {
    padding-left: 40rem !important;
  }
  /* line 10773, app/assets/stylesheets/core.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 10776, app/assets/stylesheets/core.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 10779, app/assets/stylesheets/core.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 10782, app/assets/stylesheets/core.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 10785, app/assets/stylesheets/core.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 10788, app/assets/stylesheets/core.scss */
  .gap-lg-5 {
    gap: 2rem !important;
  }
  /* line 10791, app/assets/stylesheets/core.scss */
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  /* line 10794, app/assets/stylesheets/core.scss */
  .gap-lg-7 {
    gap: 3rem !important;
  }
  /* line 10797, app/assets/stylesheets/core.scss */
  .gap-lg-8 {
    gap: 3.5rem !important;
  }
  /* line 10800, app/assets/stylesheets/core.scss */
  .gap-lg-9 {
    gap: 4rem !important;
  }
  /* line 10803, app/assets/stylesheets/core.scss */
  .gap-lg-10 {
    gap: 4.5rem !important;
  }
  /* line 10806, app/assets/stylesheets/core.scss */
  .gap-lg-11 {
    gap: 5rem !important;
  }
  /* line 10809, app/assets/stylesheets/core.scss */
  .gap-lg-12 {
    gap: 5.5rem !important;
  }
  /* line 10812, app/assets/stylesheets/core.scss */
  .gap-lg-13 {
    gap: 6rem !important;
  }
  /* line 10815, app/assets/stylesheets/core.scss */
  .gap-lg-14 {
    gap: 6.5rem !important;
  }
  /* line 10818, app/assets/stylesheets/core.scss */
  .gap-lg-15 {
    gap: 7rem !important;
  }
  /* line 10821, app/assets/stylesheets/core.scss */
  .gap-lg-16 {
    gap: 7.5rem !important;
  }
  /* line 10824, app/assets/stylesheets/core.scss */
  .gap-lg-17 {
    gap: 8rem !important;
  }
  /* line 10827, app/assets/stylesheets/core.scss */
  .gap-lg-18 {
    gap: 10rem !important;
  }
  /* line 10830, app/assets/stylesheets/core.scss */
  .gap-lg-19 {
    gap: 12rem !important;
  }
  /* line 10833, app/assets/stylesheets/core.scss */
  .gap-lg-20 {
    gap: 14rem !important;
  }
  /* line 10836, app/assets/stylesheets/core.scss */
  .gap-lg-21 {
    gap: 18.5rem !important;
  }
  /* line 10839, app/assets/stylesheets/core.scss */
  .gap-lg-22 {
    gap: 22rem !important;
  }
  /* line 10842, app/assets/stylesheets/core.scss */
  .gap-lg-23 {
    gap: 35rem !important;
  }
  /* line 10845, app/assets/stylesheets/core.scss */
  .gap-lg-24 {
    gap: 40rem !important;
  }
  /* line 10848, app/assets/stylesheets/core.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 10851, app/assets/stylesheets/core.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 10854, app/assets/stylesheets/core.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 10857, app/assets/stylesheets/core.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 10860, app/assets/stylesheets/core.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 10863, app/assets/stylesheets/core.scss */
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  /* line 10866, app/assets/stylesheets/core.scss */
  .row-gap-lg-6 {
    row-gap: 2.5rem !important;
  }
  /* line 10869, app/assets/stylesheets/core.scss */
  .row-gap-lg-7 {
    row-gap: 3rem !important;
  }
  /* line 10872, app/assets/stylesheets/core.scss */
  .row-gap-lg-8 {
    row-gap: 3.5rem !important;
  }
  /* line 10875, app/assets/stylesheets/core.scss */
  .row-gap-lg-9 {
    row-gap: 4rem !important;
  }
  /* line 10878, app/assets/stylesheets/core.scss */
  .row-gap-lg-10 {
    row-gap: 4.5rem !important;
  }
  /* line 10881, app/assets/stylesheets/core.scss */
  .row-gap-lg-11 {
    row-gap: 5rem !important;
  }
  /* line 10884, app/assets/stylesheets/core.scss */
  .row-gap-lg-12 {
    row-gap: 5.5rem !important;
  }
  /* line 10887, app/assets/stylesheets/core.scss */
  .row-gap-lg-13 {
    row-gap: 6rem !important;
  }
  /* line 10890, app/assets/stylesheets/core.scss */
  .row-gap-lg-14 {
    row-gap: 6.5rem !important;
  }
  /* line 10893, app/assets/stylesheets/core.scss */
  .row-gap-lg-15 {
    row-gap: 7rem !important;
  }
  /* line 10896, app/assets/stylesheets/core.scss */
  .row-gap-lg-16 {
    row-gap: 7.5rem !important;
  }
  /* line 10899, app/assets/stylesheets/core.scss */
  .row-gap-lg-17 {
    row-gap: 8rem !important;
  }
  /* line 10902, app/assets/stylesheets/core.scss */
  .row-gap-lg-18 {
    row-gap: 10rem !important;
  }
  /* line 10905, app/assets/stylesheets/core.scss */
  .row-gap-lg-19 {
    row-gap: 12rem !important;
  }
  /* line 10908, app/assets/stylesheets/core.scss */
  .row-gap-lg-20 {
    row-gap: 14rem !important;
  }
  /* line 10911, app/assets/stylesheets/core.scss */
  .row-gap-lg-21 {
    row-gap: 18.5rem !important;
  }
  /* line 10914, app/assets/stylesheets/core.scss */
  .row-gap-lg-22 {
    row-gap: 22rem !important;
  }
  /* line 10917, app/assets/stylesheets/core.scss */
  .row-gap-lg-23 {
    row-gap: 35rem !important;
  }
  /* line 10920, app/assets/stylesheets/core.scss */
  .row-gap-lg-24 {
    row-gap: 40rem !important;
  }
  /* line 10923, app/assets/stylesheets/core.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 10927, app/assets/stylesheets/core.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 10931, app/assets/stylesheets/core.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 10935, app/assets/stylesheets/core.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 10939, app/assets/stylesheets/core.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 10943, app/assets/stylesheets/core.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 10947, app/assets/stylesheets/core.scss */
  .column-gap-lg-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 10951, app/assets/stylesheets/core.scss */
  .column-gap-lg-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 10955, app/assets/stylesheets/core.scss */
  .column-gap-lg-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 10959, app/assets/stylesheets/core.scss */
  .column-gap-lg-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 10963, app/assets/stylesheets/core.scss */
  .column-gap-lg-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 10967, app/assets/stylesheets/core.scss */
  .column-gap-lg-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 10971, app/assets/stylesheets/core.scss */
  .column-gap-lg-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 10975, app/assets/stylesheets/core.scss */
  .column-gap-lg-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 10979, app/assets/stylesheets/core.scss */
  .column-gap-lg-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 10983, app/assets/stylesheets/core.scss */
  .column-gap-lg-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 10987, app/assets/stylesheets/core.scss */
  .column-gap-lg-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 10991, app/assets/stylesheets/core.scss */
  .column-gap-lg-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 10995, app/assets/stylesheets/core.scss */
  .column-gap-lg-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 10999, app/assets/stylesheets/core.scss */
  .column-gap-lg-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 11003, app/assets/stylesheets/core.scss */
  .column-gap-lg-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 11007, app/assets/stylesheets/core.scss */
  .column-gap-lg-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 11011, app/assets/stylesheets/core.scss */
  .column-gap-lg-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 11015, app/assets/stylesheets/core.scss */
  .column-gap-lg-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 11019, app/assets/stylesheets/core.scss */
  .column-gap-lg-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 11023, app/assets/stylesheets/core.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 11026, app/assets/stylesheets/core.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 11029, app/assets/stylesheets/core.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 11034, app/assets/stylesheets/core.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 11037, app/assets/stylesheets/core.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 11040, app/assets/stylesheets/core.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 11043, app/assets/stylesheets/core.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 11047, app/assets/stylesheets/core.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 11051, app/assets/stylesheets/core.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 11055, app/assets/stylesheets/core.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 11059, app/assets/stylesheets/core.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 11063, app/assets/stylesheets/core.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 11066, app/assets/stylesheets/core.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 11069, app/assets/stylesheets/core.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 11072, app/assets/stylesheets/core.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 11075, app/assets/stylesheets/core.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 11078, app/assets/stylesheets/core.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 11081, app/assets/stylesheets/core.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 11084, app/assets/stylesheets/core.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 11087, app/assets/stylesheets/core.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 11090, app/assets/stylesheets/core.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 11093, app/assets/stylesheets/core.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 11096, app/assets/stylesheets/core.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 11099, app/assets/stylesheets/core.scss */
  .w-xl-30 {
    width: 30% !important;
  }
  /* line 11102, app/assets/stylesheets/core.scss */
  .w-xl-40 {
    width: 40% !important;
  }
  /* line 11105, app/assets/stylesheets/core.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 11108, app/assets/stylesheets/core.scss */
  .w-xl-65 {
    width: 65% !important;
  }
  /* line 11111, app/assets/stylesheets/core.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 11114, app/assets/stylesheets/core.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 11117, app/assets/stylesheets/core.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 11120, app/assets/stylesheets/core.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 11123, app/assets/stylesheets/core.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 11126, app/assets/stylesheets/core.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 11129, app/assets/stylesheets/core.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 11132, app/assets/stylesheets/core.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 11135, app/assets/stylesheets/core.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 11138, app/assets/stylesheets/core.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 11141, app/assets/stylesheets/core.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 11144, app/assets/stylesheets/core.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 11147, app/assets/stylesheets/core.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 11150, app/assets/stylesheets/core.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 11153, app/assets/stylesheets/core.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 11156, app/assets/stylesheets/core.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 11159, app/assets/stylesheets/core.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 11162, app/assets/stylesheets/core.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 11165, app/assets/stylesheets/core.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 11168, app/assets/stylesheets/core.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 11171, app/assets/stylesheets/core.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 11174, app/assets/stylesheets/core.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 11177, app/assets/stylesheets/core.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 11180, app/assets/stylesheets/core.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 11183, app/assets/stylesheets/core.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 11186, app/assets/stylesheets/core.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 11189, app/assets/stylesheets/core.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 11192, app/assets/stylesheets/core.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 11195, app/assets/stylesheets/core.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 11198, app/assets/stylesheets/core.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 11201, app/assets/stylesheets/core.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 11204, app/assets/stylesheets/core.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 11207, app/assets/stylesheets/core.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 11210, app/assets/stylesheets/core.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 11213, app/assets/stylesheets/core.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 11216, app/assets/stylesheets/core.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 11219, app/assets/stylesheets/core.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 11222, app/assets/stylesheets/core.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 11225, app/assets/stylesheets/core.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 11228, app/assets/stylesheets/core.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 11231, app/assets/stylesheets/core.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 11234, app/assets/stylesheets/core.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 11237, app/assets/stylesheets/core.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 11240, app/assets/stylesheets/core.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 11243, app/assets/stylesheets/core.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 11246, app/assets/stylesheets/core.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 11249, app/assets/stylesheets/core.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 11252, app/assets/stylesheets/core.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 11255, app/assets/stylesheets/core.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 11258, app/assets/stylesheets/core.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 11261, app/assets/stylesheets/core.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 11264, app/assets/stylesheets/core.scss */
  .m-xl-5 {
    margin: 2rem !important;
  }
  /* line 11267, app/assets/stylesheets/core.scss */
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  /* line 11270, app/assets/stylesheets/core.scss */
  .m-xl-7 {
    margin: 3rem !important;
  }
  /* line 11273, app/assets/stylesheets/core.scss */
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  /* line 11276, app/assets/stylesheets/core.scss */
  .m-xl-9 {
    margin: 4rem !important;
  }
  /* line 11279, app/assets/stylesheets/core.scss */
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  /* line 11282, app/assets/stylesheets/core.scss */
  .m-xl-11 {
    margin: 5rem !important;
  }
  /* line 11285, app/assets/stylesheets/core.scss */
  .m-xl-12 {
    margin: 5.5rem !important;
  }
  /* line 11288, app/assets/stylesheets/core.scss */
  .m-xl-13 {
    margin: 6rem !important;
  }
  /* line 11291, app/assets/stylesheets/core.scss */
  .m-xl-14 {
    margin: 6.5rem !important;
  }
  /* line 11294, app/assets/stylesheets/core.scss */
  .m-xl-15 {
    margin: 7rem !important;
  }
  /* line 11297, app/assets/stylesheets/core.scss */
  .m-xl-16 {
    margin: 7.5rem !important;
  }
  /* line 11300, app/assets/stylesheets/core.scss */
  .m-xl-17 {
    margin: 8rem !important;
  }
  /* line 11303, app/assets/stylesheets/core.scss */
  .m-xl-18 {
    margin: 10rem !important;
  }
  /* line 11306, app/assets/stylesheets/core.scss */
  .m-xl-19 {
    margin: 12rem !important;
  }
  /* line 11309, app/assets/stylesheets/core.scss */
  .m-xl-20 {
    margin: 14rem !important;
  }
  /* line 11312, app/assets/stylesheets/core.scss */
  .m-xl-21 {
    margin: 18.5rem !important;
  }
  /* line 11315, app/assets/stylesheets/core.scss */
  .m-xl-22 {
    margin: 22rem !important;
  }
  /* line 11318, app/assets/stylesheets/core.scss */
  .m-xl-23 {
    margin: 35rem !important;
  }
  /* line 11321, app/assets/stylesheets/core.scss */
  .m-xl-24 {
    margin: 40rem !important;
  }
  /* line 11324, app/assets/stylesheets/core.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 11327, app/assets/stylesheets/core.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 11331, app/assets/stylesheets/core.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 11335, app/assets/stylesheets/core.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 11339, app/assets/stylesheets/core.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 11343, app/assets/stylesheets/core.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 11347, app/assets/stylesheets/core.scss */
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 11351, app/assets/stylesheets/core.scss */
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 11355, app/assets/stylesheets/core.scss */
  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 11359, app/assets/stylesheets/core.scss */
  .mx-xl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 11363, app/assets/stylesheets/core.scss */
  .mx-xl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 11367, app/assets/stylesheets/core.scss */
  .mx-xl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 11371, app/assets/stylesheets/core.scss */
  .mx-xl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 11375, app/assets/stylesheets/core.scss */
  .mx-xl-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 11379, app/assets/stylesheets/core.scss */
  .mx-xl-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 11383, app/assets/stylesheets/core.scss */
  .mx-xl-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 11387, app/assets/stylesheets/core.scss */
  .mx-xl-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 11391, app/assets/stylesheets/core.scss */
  .mx-xl-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 11395, app/assets/stylesheets/core.scss */
  .mx-xl-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 11399, app/assets/stylesheets/core.scss */
  .mx-xl-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 11403, app/assets/stylesheets/core.scss */
  .mx-xl-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 11407, app/assets/stylesheets/core.scss */
  .mx-xl-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 11411, app/assets/stylesheets/core.scss */
  .mx-xl-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 11415, app/assets/stylesheets/core.scss */
  .mx-xl-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 11419, app/assets/stylesheets/core.scss */
  .mx-xl-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 11423, app/assets/stylesheets/core.scss */
  .mx-xl-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 11427, app/assets/stylesheets/core.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 11431, app/assets/stylesheets/core.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 11435, app/assets/stylesheets/core.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 11439, app/assets/stylesheets/core.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 11443, app/assets/stylesheets/core.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 11447, app/assets/stylesheets/core.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 11451, app/assets/stylesheets/core.scss */
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 11455, app/assets/stylesheets/core.scss */
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 11459, app/assets/stylesheets/core.scss */
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 11463, app/assets/stylesheets/core.scss */
  .my-xl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 11467, app/assets/stylesheets/core.scss */
  .my-xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 11471, app/assets/stylesheets/core.scss */
  .my-xl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 11475, app/assets/stylesheets/core.scss */
  .my-xl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 11479, app/assets/stylesheets/core.scss */
  .my-xl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 11483, app/assets/stylesheets/core.scss */
  .my-xl-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 11487, app/assets/stylesheets/core.scss */
  .my-xl-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 11491, app/assets/stylesheets/core.scss */
  .my-xl-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 11495, app/assets/stylesheets/core.scss */
  .my-xl-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 11499, app/assets/stylesheets/core.scss */
  .my-xl-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 11503, app/assets/stylesheets/core.scss */
  .my-xl-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 11507, app/assets/stylesheets/core.scss */
  .my-xl-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 11511, app/assets/stylesheets/core.scss */
  .my-xl-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 11515, app/assets/stylesheets/core.scss */
  .my-xl-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 11519, app/assets/stylesheets/core.scss */
  .my-xl-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 11523, app/assets/stylesheets/core.scss */
  .my-xl-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 11527, app/assets/stylesheets/core.scss */
  .my-xl-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 11531, app/assets/stylesheets/core.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 11535, app/assets/stylesheets/core.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 11538, app/assets/stylesheets/core.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 11541, app/assets/stylesheets/core.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 11544, app/assets/stylesheets/core.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 11547, app/assets/stylesheets/core.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 11550, app/assets/stylesheets/core.scss */
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  /* line 11553, app/assets/stylesheets/core.scss */
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 11556, app/assets/stylesheets/core.scss */
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  /* line 11559, app/assets/stylesheets/core.scss */
  .mt-xl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 11562, app/assets/stylesheets/core.scss */
  .mt-xl-9 {
    margin-top: 4rem !important;
  }
  /* line 11565, app/assets/stylesheets/core.scss */
  .mt-xl-10 {
    margin-top: 4.5rem !important;
  }
  /* line 11568, app/assets/stylesheets/core.scss */
  .mt-xl-11 {
    margin-top: 5rem !important;
  }
  /* line 11571, app/assets/stylesheets/core.scss */
  .mt-xl-12 {
    margin-top: 5.5rem !important;
  }
  /* line 11574, app/assets/stylesheets/core.scss */
  .mt-xl-13 {
    margin-top: 6rem !important;
  }
  /* line 11577, app/assets/stylesheets/core.scss */
  .mt-xl-14 {
    margin-top: 6.5rem !important;
  }
  /* line 11580, app/assets/stylesheets/core.scss */
  .mt-xl-15 {
    margin-top: 7rem !important;
  }
  /* line 11583, app/assets/stylesheets/core.scss */
  .mt-xl-16 {
    margin-top: 7.5rem !important;
  }
  /* line 11586, app/assets/stylesheets/core.scss */
  .mt-xl-17 {
    margin-top: 8rem !important;
  }
  /* line 11589, app/assets/stylesheets/core.scss */
  .mt-xl-18 {
    margin-top: 10rem !important;
  }
  /* line 11592, app/assets/stylesheets/core.scss */
  .mt-xl-19 {
    margin-top: 12rem !important;
  }
  /* line 11595, app/assets/stylesheets/core.scss */
  .mt-xl-20 {
    margin-top: 14rem !important;
  }
  /* line 11598, app/assets/stylesheets/core.scss */
  .mt-xl-21 {
    margin-top: 18.5rem !important;
  }
  /* line 11601, app/assets/stylesheets/core.scss */
  .mt-xl-22 {
    margin-top: 22rem !important;
  }
  /* line 11604, app/assets/stylesheets/core.scss */
  .mt-xl-23 {
    margin-top: 35rem !important;
  }
  /* line 11607, app/assets/stylesheets/core.scss */
  .mt-xl-24 {
    margin-top: 40rem !important;
  }
  /* line 11610, app/assets/stylesheets/core.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 11613, app/assets/stylesheets/core.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 11616, app/assets/stylesheets/core.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 11619, app/assets/stylesheets/core.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 11622, app/assets/stylesheets/core.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 11625, app/assets/stylesheets/core.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 11628, app/assets/stylesheets/core.scss */
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  /* line 11631, app/assets/stylesheets/core.scss */
  .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 11634, app/assets/stylesheets/core.scss */
  .me-xl-7 {
    margin-right: 3rem !important;
  }
  /* line 11637, app/assets/stylesheets/core.scss */
  .me-xl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 11640, app/assets/stylesheets/core.scss */
  .me-xl-9 {
    margin-right: 4rem !important;
  }
  /* line 11643, app/assets/stylesheets/core.scss */
  .me-xl-10 {
    margin-right: 4.5rem !important;
  }
  /* line 11646, app/assets/stylesheets/core.scss */
  .me-xl-11 {
    margin-right: 5rem !important;
  }
  /* line 11649, app/assets/stylesheets/core.scss */
  .me-xl-12 {
    margin-right: 5.5rem !important;
  }
  /* line 11652, app/assets/stylesheets/core.scss */
  .me-xl-13 {
    margin-right: 6rem !important;
  }
  /* line 11655, app/assets/stylesheets/core.scss */
  .me-xl-14 {
    margin-right: 6.5rem !important;
  }
  /* line 11658, app/assets/stylesheets/core.scss */
  .me-xl-15 {
    margin-right: 7rem !important;
  }
  /* line 11661, app/assets/stylesheets/core.scss */
  .me-xl-16 {
    margin-right: 7.5rem !important;
  }
  /* line 11664, app/assets/stylesheets/core.scss */
  .me-xl-17 {
    margin-right: 8rem !important;
  }
  /* line 11667, app/assets/stylesheets/core.scss */
  .me-xl-18 {
    margin-right: 10rem !important;
  }
  /* line 11670, app/assets/stylesheets/core.scss */
  .me-xl-19 {
    margin-right: 12rem !important;
  }
  /* line 11673, app/assets/stylesheets/core.scss */
  .me-xl-20 {
    margin-right: 14rem !important;
  }
  /* line 11676, app/assets/stylesheets/core.scss */
  .me-xl-21 {
    margin-right: 18.5rem !important;
  }
  /* line 11679, app/assets/stylesheets/core.scss */
  .me-xl-22 {
    margin-right: 22rem !important;
  }
  /* line 11682, app/assets/stylesheets/core.scss */
  .me-xl-23 {
    margin-right: 35rem !important;
  }
  /* line 11685, app/assets/stylesheets/core.scss */
  .me-xl-24 {
    margin-right: 40rem !important;
  }
  /* line 11688, app/assets/stylesheets/core.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 11691, app/assets/stylesheets/core.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 11694, app/assets/stylesheets/core.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 11697, app/assets/stylesheets/core.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 11700, app/assets/stylesheets/core.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 11703, app/assets/stylesheets/core.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11706, app/assets/stylesheets/core.scss */
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 11709, app/assets/stylesheets/core.scss */
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 11712, app/assets/stylesheets/core.scss */
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 11715, app/assets/stylesheets/core.scss */
  .mb-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 11718, app/assets/stylesheets/core.scss */
  .mb-xl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 11721, app/assets/stylesheets/core.scss */
  .mb-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 11724, app/assets/stylesheets/core.scss */
  .mb-xl-11 {
    margin-bottom: 5rem !important;
  }
  /* line 11727, app/assets/stylesheets/core.scss */
  .mb-xl-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 11730, app/assets/stylesheets/core.scss */
  .mb-xl-13 {
    margin-bottom: 6rem !important;
  }
  /* line 11733, app/assets/stylesheets/core.scss */
  .mb-xl-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 11736, app/assets/stylesheets/core.scss */
  .mb-xl-15 {
    margin-bottom: 7rem !important;
  }
  /* line 11739, app/assets/stylesheets/core.scss */
  .mb-xl-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 11742, app/assets/stylesheets/core.scss */
  .mb-xl-17 {
    margin-bottom: 8rem !important;
  }
  /* line 11745, app/assets/stylesheets/core.scss */
  .mb-xl-18 {
    margin-bottom: 10rem !important;
  }
  /* line 11748, app/assets/stylesheets/core.scss */
  .mb-xl-19 {
    margin-bottom: 12rem !important;
  }
  /* line 11751, app/assets/stylesheets/core.scss */
  .mb-xl-20 {
    margin-bottom: 14rem !important;
  }
  /* line 11754, app/assets/stylesheets/core.scss */
  .mb-xl-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 11757, app/assets/stylesheets/core.scss */
  .mb-xl-22 {
    margin-bottom: 22rem !important;
  }
  /* line 11760, app/assets/stylesheets/core.scss */
  .mb-xl-23 {
    margin-bottom: 35rem !important;
  }
  /* line 11763, app/assets/stylesheets/core.scss */
  .mb-xl-24 {
    margin-bottom: 40rem !important;
  }
  /* line 11766, app/assets/stylesheets/core.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 11769, app/assets/stylesheets/core.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11772, app/assets/stylesheets/core.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11775, app/assets/stylesheets/core.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11778, app/assets/stylesheets/core.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11781, app/assets/stylesheets/core.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11784, app/assets/stylesheets/core.scss */
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  /* line 11787, app/assets/stylesheets/core.scss */
  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 11790, app/assets/stylesheets/core.scss */
  .ms-xl-7 {
    margin-left: 3rem !important;
  }
  /* line 11793, app/assets/stylesheets/core.scss */
  .ms-xl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 11796, app/assets/stylesheets/core.scss */
  .ms-xl-9 {
    margin-left: 4rem !important;
  }
  /* line 11799, app/assets/stylesheets/core.scss */
  .ms-xl-10 {
    margin-left: 4.5rem !important;
  }
  /* line 11802, app/assets/stylesheets/core.scss */
  .ms-xl-11 {
    margin-left: 5rem !important;
  }
  /* line 11805, app/assets/stylesheets/core.scss */
  .ms-xl-12 {
    margin-left: 5.5rem !important;
  }
  /* line 11808, app/assets/stylesheets/core.scss */
  .ms-xl-13 {
    margin-left: 6rem !important;
  }
  /* line 11811, app/assets/stylesheets/core.scss */
  .ms-xl-14 {
    margin-left: 6.5rem !important;
  }
  /* line 11814, app/assets/stylesheets/core.scss */
  .ms-xl-15 {
    margin-left: 7rem !important;
  }
  /* line 11817, app/assets/stylesheets/core.scss */
  .ms-xl-16 {
    margin-left: 7.5rem !important;
  }
  /* line 11820, app/assets/stylesheets/core.scss */
  .ms-xl-17 {
    margin-left: 8rem !important;
  }
  /* line 11823, app/assets/stylesheets/core.scss */
  .ms-xl-18 {
    margin-left: 10rem !important;
  }
  /* line 11826, app/assets/stylesheets/core.scss */
  .ms-xl-19 {
    margin-left: 12rem !important;
  }
  /* line 11829, app/assets/stylesheets/core.scss */
  .ms-xl-20 {
    margin-left: 14rem !important;
  }
  /* line 11832, app/assets/stylesheets/core.scss */
  .ms-xl-21 {
    margin-left: 18.5rem !important;
  }
  /* line 11835, app/assets/stylesheets/core.scss */
  .ms-xl-22 {
    margin-left: 22rem !important;
  }
  /* line 11838, app/assets/stylesheets/core.scss */
  .ms-xl-23 {
    margin-left: 35rem !important;
  }
  /* line 11841, app/assets/stylesheets/core.scss */
  .ms-xl-24 {
    margin-left: 40rem !important;
  }
  /* line 11844, app/assets/stylesheets/core.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 11847, app/assets/stylesheets/core.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 11850, app/assets/stylesheets/core.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 11853, app/assets/stylesheets/core.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 11856, app/assets/stylesheets/core.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 11859, app/assets/stylesheets/core.scss */
  .m-xl-n5 {
    margin: -2rem !important;
  }
  /* line 11862, app/assets/stylesheets/core.scss */
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  /* line 11865, app/assets/stylesheets/core.scss */
  .m-xl-n7 {
    margin: -3rem !important;
  }
  /* line 11868, app/assets/stylesheets/core.scss */
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  /* line 11871, app/assets/stylesheets/core.scss */
  .m-xl-n9 {
    margin: -4rem !important;
  }
  /* line 11874, app/assets/stylesheets/core.scss */
  .m-xl-n10 {
    margin: -4.5rem !important;
  }
  /* line 11877, app/assets/stylesheets/core.scss */
  .m-xl-n11 {
    margin: -5rem !important;
  }
  /* line 11880, app/assets/stylesheets/core.scss */
  .m-xl-n12 {
    margin: -5.5rem !important;
  }
  /* line 11883, app/assets/stylesheets/core.scss */
  .m-xl-n13 {
    margin: -6rem !important;
  }
  /* line 11886, app/assets/stylesheets/core.scss */
  .m-xl-n14 {
    margin: -6.5rem !important;
  }
  /* line 11889, app/assets/stylesheets/core.scss */
  .m-xl-n15 {
    margin: -7rem !important;
  }
  /* line 11892, app/assets/stylesheets/core.scss */
  .m-xl-n16 {
    margin: -7.5rem !important;
  }
  /* line 11895, app/assets/stylesheets/core.scss */
  .m-xl-n17 {
    margin: -8rem !important;
  }
  /* line 11898, app/assets/stylesheets/core.scss */
  .m-xl-n18 {
    margin: -10rem !important;
  }
  /* line 11901, app/assets/stylesheets/core.scss */
  .m-xl-n19 {
    margin: -12rem !important;
  }
  /* line 11904, app/assets/stylesheets/core.scss */
  .m-xl-n20 {
    margin: -14rem !important;
  }
  /* line 11907, app/assets/stylesheets/core.scss */
  .m-xl-n21 {
    margin: -18.5rem !important;
  }
  /* line 11910, app/assets/stylesheets/core.scss */
  .m-xl-n22 {
    margin: -22rem !important;
  }
  /* line 11913, app/assets/stylesheets/core.scss */
  .m-xl-n23 {
    margin: -35rem !important;
  }
  /* line 11916, app/assets/stylesheets/core.scss */
  .m-xl-n24 {
    margin: -40rem !important;
  }
  /* line 11919, app/assets/stylesheets/core.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 11923, app/assets/stylesheets/core.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 11927, app/assets/stylesheets/core.scss */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 11931, app/assets/stylesheets/core.scss */
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 11935, app/assets/stylesheets/core.scss */
  .mx-xl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 11939, app/assets/stylesheets/core.scss */
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 11943, app/assets/stylesheets/core.scss */
  .mx-xl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 11947, app/assets/stylesheets/core.scss */
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 11951, app/assets/stylesheets/core.scss */
  .mx-xl-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 11955, app/assets/stylesheets/core.scss */
  .mx-xl-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 11959, app/assets/stylesheets/core.scss */
  .mx-xl-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 11963, app/assets/stylesheets/core.scss */
  .mx-xl-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 11967, app/assets/stylesheets/core.scss */
  .mx-xl-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 11971, app/assets/stylesheets/core.scss */
  .mx-xl-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 11975, app/assets/stylesheets/core.scss */
  .mx-xl-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 11979, app/assets/stylesheets/core.scss */
  .mx-xl-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 11983, app/assets/stylesheets/core.scss */
  .mx-xl-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 11987, app/assets/stylesheets/core.scss */
  .mx-xl-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 11991, app/assets/stylesheets/core.scss */
  .mx-xl-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 11995, app/assets/stylesheets/core.scss */
  .mx-xl-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 11999, app/assets/stylesheets/core.scss */
  .mx-xl-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 12003, app/assets/stylesheets/core.scss */
  .mx-xl-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 12007, app/assets/stylesheets/core.scss */
  .mx-xl-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 12011, app/assets/stylesheets/core.scss */
  .mx-xl-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 12015, app/assets/stylesheets/core.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 12019, app/assets/stylesheets/core.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 12023, app/assets/stylesheets/core.scss */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 12027, app/assets/stylesheets/core.scss */
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 12031, app/assets/stylesheets/core.scss */
  .my-xl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 12035, app/assets/stylesheets/core.scss */
  .my-xl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 12039, app/assets/stylesheets/core.scss */
  .my-xl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 12043, app/assets/stylesheets/core.scss */
  .my-xl-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 12047, app/assets/stylesheets/core.scss */
  .my-xl-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 12051, app/assets/stylesheets/core.scss */
  .my-xl-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 12055, app/assets/stylesheets/core.scss */
  .my-xl-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 12059, app/assets/stylesheets/core.scss */
  .my-xl-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 12063, app/assets/stylesheets/core.scss */
  .my-xl-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 12067, app/assets/stylesheets/core.scss */
  .my-xl-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 12071, app/assets/stylesheets/core.scss */
  .my-xl-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 12075, app/assets/stylesheets/core.scss */
  .my-xl-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 12079, app/assets/stylesheets/core.scss */
  .my-xl-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 12083, app/assets/stylesheets/core.scss */
  .my-xl-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 12087, app/assets/stylesheets/core.scss */
  .my-xl-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 12091, app/assets/stylesheets/core.scss */
  .my-xl-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 12095, app/assets/stylesheets/core.scss */
  .my-xl-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 12099, app/assets/stylesheets/core.scss */
  .my-xl-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 12103, app/assets/stylesheets/core.scss */
  .my-xl-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 12107, app/assets/stylesheets/core.scss */
  .my-xl-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 12111, app/assets/stylesheets/core.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 12114, app/assets/stylesheets/core.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 12117, app/assets/stylesheets/core.scss */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 12120, app/assets/stylesheets/core.scss */
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 12123, app/assets/stylesheets/core.scss */
  .mt-xl-n5 {
    margin-top: -2rem !important;
  }
  /* line 12126, app/assets/stylesheets/core.scss */
  .mt-xl-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 12129, app/assets/stylesheets/core.scss */
  .mt-xl-n7 {
    margin-top: -3rem !important;
  }
  /* line 12132, app/assets/stylesheets/core.scss */
  .mt-xl-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 12135, app/assets/stylesheets/core.scss */
  .mt-xl-n9 {
    margin-top: -4rem !important;
  }
  /* line 12138, app/assets/stylesheets/core.scss */
  .mt-xl-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 12141, app/assets/stylesheets/core.scss */
  .mt-xl-n11 {
    margin-top: -5rem !important;
  }
  /* line 12144, app/assets/stylesheets/core.scss */
  .mt-xl-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 12147, app/assets/stylesheets/core.scss */
  .mt-xl-n13 {
    margin-top: -6rem !important;
  }
  /* line 12150, app/assets/stylesheets/core.scss */
  .mt-xl-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 12153, app/assets/stylesheets/core.scss */
  .mt-xl-n15 {
    margin-top: -7rem !important;
  }
  /* line 12156, app/assets/stylesheets/core.scss */
  .mt-xl-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 12159, app/assets/stylesheets/core.scss */
  .mt-xl-n17 {
    margin-top: -8rem !important;
  }
  /* line 12162, app/assets/stylesheets/core.scss */
  .mt-xl-n18 {
    margin-top: -10rem !important;
  }
  /* line 12165, app/assets/stylesheets/core.scss */
  .mt-xl-n19 {
    margin-top: -12rem !important;
  }
  /* line 12168, app/assets/stylesheets/core.scss */
  .mt-xl-n20 {
    margin-top: -14rem !important;
  }
  /* line 12171, app/assets/stylesheets/core.scss */
  .mt-xl-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 12174, app/assets/stylesheets/core.scss */
  .mt-xl-n22 {
    margin-top: -22rem !important;
  }
  /* line 12177, app/assets/stylesheets/core.scss */
  .mt-xl-n23 {
    margin-top: -35rem !important;
  }
  /* line 12180, app/assets/stylesheets/core.scss */
  .mt-xl-n24 {
    margin-top: -40rem !important;
  }
  /* line 12183, app/assets/stylesheets/core.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 12186, app/assets/stylesheets/core.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 12189, app/assets/stylesheets/core.scss */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 12192, app/assets/stylesheets/core.scss */
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 12195, app/assets/stylesheets/core.scss */
  .me-xl-n5 {
    margin-right: -2rem !important;
  }
  /* line 12198, app/assets/stylesheets/core.scss */
  .me-xl-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 12201, app/assets/stylesheets/core.scss */
  .me-xl-n7 {
    margin-right: -3rem !important;
  }
  /* line 12204, app/assets/stylesheets/core.scss */
  .me-xl-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 12207, app/assets/stylesheets/core.scss */
  .me-xl-n9 {
    margin-right: -4rem !important;
  }
  /* line 12210, app/assets/stylesheets/core.scss */
  .me-xl-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 12213, app/assets/stylesheets/core.scss */
  .me-xl-n11 {
    margin-right: -5rem !important;
  }
  /* line 12216, app/assets/stylesheets/core.scss */
  .me-xl-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 12219, app/assets/stylesheets/core.scss */
  .me-xl-n13 {
    margin-right: -6rem !important;
  }
  /* line 12222, app/assets/stylesheets/core.scss */
  .me-xl-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 12225, app/assets/stylesheets/core.scss */
  .me-xl-n15 {
    margin-right: -7rem !important;
  }
  /* line 12228, app/assets/stylesheets/core.scss */
  .me-xl-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 12231, app/assets/stylesheets/core.scss */
  .me-xl-n17 {
    margin-right: -8rem !important;
  }
  /* line 12234, app/assets/stylesheets/core.scss */
  .me-xl-n18 {
    margin-right: -10rem !important;
  }
  /* line 12237, app/assets/stylesheets/core.scss */
  .me-xl-n19 {
    margin-right: -12rem !important;
  }
  /* line 12240, app/assets/stylesheets/core.scss */
  .me-xl-n20 {
    margin-right: -14rem !important;
  }
  /* line 12243, app/assets/stylesheets/core.scss */
  .me-xl-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 12246, app/assets/stylesheets/core.scss */
  .me-xl-n22 {
    margin-right: -22rem !important;
  }
  /* line 12249, app/assets/stylesheets/core.scss */
  .me-xl-n23 {
    margin-right: -35rem !important;
  }
  /* line 12252, app/assets/stylesheets/core.scss */
  .me-xl-n24 {
    margin-right: -40rem !important;
  }
  /* line 12255, app/assets/stylesheets/core.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 12258, app/assets/stylesheets/core.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 12261, app/assets/stylesheets/core.scss */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 12264, app/assets/stylesheets/core.scss */
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 12267, app/assets/stylesheets/core.scss */
  .mb-xl-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 12270, app/assets/stylesheets/core.scss */
  .mb-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 12273, app/assets/stylesheets/core.scss */
  .mb-xl-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 12276, app/assets/stylesheets/core.scss */
  .mb-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 12279, app/assets/stylesheets/core.scss */
  .mb-xl-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 12282, app/assets/stylesheets/core.scss */
  .mb-xl-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 12285, app/assets/stylesheets/core.scss */
  .mb-xl-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 12288, app/assets/stylesheets/core.scss */
  .mb-xl-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 12291, app/assets/stylesheets/core.scss */
  .mb-xl-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 12294, app/assets/stylesheets/core.scss */
  .mb-xl-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 12297, app/assets/stylesheets/core.scss */
  .mb-xl-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 12300, app/assets/stylesheets/core.scss */
  .mb-xl-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 12303, app/assets/stylesheets/core.scss */
  .mb-xl-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 12306, app/assets/stylesheets/core.scss */
  .mb-xl-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 12309, app/assets/stylesheets/core.scss */
  .mb-xl-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 12312, app/assets/stylesheets/core.scss */
  .mb-xl-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 12315, app/assets/stylesheets/core.scss */
  .mb-xl-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 12318, app/assets/stylesheets/core.scss */
  .mb-xl-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 12321, app/assets/stylesheets/core.scss */
  .mb-xl-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 12324, app/assets/stylesheets/core.scss */
  .mb-xl-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 12327, app/assets/stylesheets/core.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 12330, app/assets/stylesheets/core.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 12333, app/assets/stylesheets/core.scss */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 12336, app/assets/stylesheets/core.scss */
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 12339, app/assets/stylesheets/core.scss */
  .ms-xl-n5 {
    margin-left: -2rem !important;
  }
  /* line 12342, app/assets/stylesheets/core.scss */
  .ms-xl-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 12345, app/assets/stylesheets/core.scss */
  .ms-xl-n7 {
    margin-left: -3rem !important;
  }
  /* line 12348, app/assets/stylesheets/core.scss */
  .ms-xl-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 12351, app/assets/stylesheets/core.scss */
  .ms-xl-n9 {
    margin-left: -4rem !important;
  }
  /* line 12354, app/assets/stylesheets/core.scss */
  .ms-xl-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 12357, app/assets/stylesheets/core.scss */
  .ms-xl-n11 {
    margin-left: -5rem !important;
  }
  /* line 12360, app/assets/stylesheets/core.scss */
  .ms-xl-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 12363, app/assets/stylesheets/core.scss */
  .ms-xl-n13 {
    margin-left: -6rem !important;
  }
  /* line 12366, app/assets/stylesheets/core.scss */
  .ms-xl-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 12369, app/assets/stylesheets/core.scss */
  .ms-xl-n15 {
    margin-left: -7rem !important;
  }
  /* line 12372, app/assets/stylesheets/core.scss */
  .ms-xl-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 12375, app/assets/stylesheets/core.scss */
  .ms-xl-n17 {
    margin-left: -8rem !important;
  }
  /* line 12378, app/assets/stylesheets/core.scss */
  .ms-xl-n18 {
    margin-left: -10rem !important;
  }
  /* line 12381, app/assets/stylesheets/core.scss */
  .ms-xl-n19 {
    margin-left: -12rem !important;
  }
  /* line 12384, app/assets/stylesheets/core.scss */
  .ms-xl-n20 {
    margin-left: -14rem !important;
  }
  /* line 12387, app/assets/stylesheets/core.scss */
  .ms-xl-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 12390, app/assets/stylesheets/core.scss */
  .ms-xl-n22 {
    margin-left: -22rem !important;
  }
  /* line 12393, app/assets/stylesheets/core.scss */
  .ms-xl-n23 {
    margin-left: -35rem !important;
  }
  /* line 12396, app/assets/stylesheets/core.scss */
  .ms-xl-n24 {
    margin-left: -40rem !important;
  }
  /* line 12399, app/assets/stylesheets/core.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12402, app/assets/stylesheets/core.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12405, app/assets/stylesheets/core.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12408, app/assets/stylesheets/core.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12411, app/assets/stylesheets/core.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12414, app/assets/stylesheets/core.scss */
  .p-xl-5 {
    padding: 2rem !important;
  }
  /* line 12417, app/assets/stylesheets/core.scss */
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  /* line 12420, app/assets/stylesheets/core.scss */
  .p-xl-7 {
    padding: 3rem !important;
  }
  /* line 12423, app/assets/stylesheets/core.scss */
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  /* line 12426, app/assets/stylesheets/core.scss */
  .p-xl-9 {
    padding: 4rem !important;
  }
  /* line 12429, app/assets/stylesheets/core.scss */
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  /* line 12432, app/assets/stylesheets/core.scss */
  .p-xl-11 {
    padding: 5rem !important;
  }
  /* line 12435, app/assets/stylesheets/core.scss */
  .p-xl-12 {
    padding: 5.5rem !important;
  }
  /* line 12438, app/assets/stylesheets/core.scss */
  .p-xl-13 {
    padding: 6rem !important;
  }
  /* line 12441, app/assets/stylesheets/core.scss */
  .p-xl-14 {
    padding: 6.5rem !important;
  }
  /* line 12444, app/assets/stylesheets/core.scss */
  .p-xl-15 {
    padding: 7rem !important;
  }
  /* line 12447, app/assets/stylesheets/core.scss */
  .p-xl-16 {
    padding: 7.5rem !important;
  }
  /* line 12450, app/assets/stylesheets/core.scss */
  .p-xl-17 {
    padding: 8rem !important;
  }
  /* line 12453, app/assets/stylesheets/core.scss */
  .p-xl-18 {
    padding: 10rem !important;
  }
  /* line 12456, app/assets/stylesheets/core.scss */
  .p-xl-19 {
    padding: 12rem !important;
  }
  /* line 12459, app/assets/stylesheets/core.scss */
  .p-xl-20 {
    padding: 14rem !important;
  }
  /* line 12462, app/assets/stylesheets/core.scss */
  .p-xl-21 {
    padding: 18.5rem !important;
  }
  /* line 12465, app/assets/stylesheets/core.scss */
  .p-xl-22 {
    padding: 22rem !important;
  }
  /* line 12468, app/assets/stylesheets/core.scss */
  .p-xl-23 {
    padding: 35rem !important;
  }
  /* line 12471, app/assets/stylesheets/core.scss */
  .p-xl-24 {
    padding: 40rem !important;
  }
  /* line 12474, app/assets/stylesheets/core.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 12478, app/assets/stylesheets/core.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 12482, app/assets/stylesheets/core.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 12486, app/assets/stylesheets/core.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 12490, app/assets/stylesheets/core.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 12494, app/assets/stylesheets/core.scss */
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 12498, app/assets/stylesheets/core.scss */
  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 12502, app/assets/stylesheets/core.scss */
  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 12506, app/assets/stylesheets/core.scss */
  .px-xl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 12510, app/assets/stylesheets/core.scss */
  .px-xl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 12514, app/assets/stylesheets/core.scss */
  .px-xl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 12518, app/assets/stylesheets/core.scss */
  .px-xl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 12522, app/assets/stylesheets/core.scss */
  .px-xl-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 12526, app/assets/stylesheets/core.scss */
  .px-xl-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 12530, app/assets/stylesheets/core.scss */
  .px-xl-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 12534, app/assets/stylesheets/core.scss */
  .px-xl-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 12538, app/assets/stylesheets/core.scss */
  .px-xl-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 12542, app/assets/stylesheets/core.scss */
  .px-xl-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 12546, app/assets/stylesheets/core.scss */
  .px-xl-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 12550, app/assets/stylesheets/core.scss */
  .px-xl-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 12554, app/assets/stylesheets/core.scss */
  .px-xl-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 12558, app/assets/stylesheets/core.scss */
  .px-xl-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 12562, app/assets/stylesheets/core.scss */
  .px-xl-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 12566, app/assets/stylesheets/core.scss */
  .px-xl-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 12570, app/assets/stylesheets/core.scss */
  .px-xl-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 12574, app/assets/stylesheets/core.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12578, app/assets/stylesheets/core.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12582, app/assets/stylesheets/core.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12586, app/assets/stylesheets/core.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12590, app/assets/stylesheets/core.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12594, app/assets/stylesheets/core.scss */
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 12598, app/assets/stylesheets/core.scss */
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 12602, app/assets/stylesheets/core.scss */
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 12606, app/assets/stylesheets/core.scss */
  .py-xl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 12610, app/assets/stylesheets/core.scss */
  .py-xl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 12614, app/assets/stylesheets/core.scss */
  .py-xl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 12618, app/assets/stylesheets/core.scss */
  .py-xl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 12622, app/assets/stylesheets/core.scss */
  .py-xl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 12626, app/assets/stylesheets/core.scss */
  .py-xl-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 12630, app/assets/stylesheets/core.scss */
  .py-xl-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 12634, app/assets/stylesheets/core.scss */
  .py-xl-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 12638, app/assets/stylesheets/core.scss */
  .py-xl-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 12642, app/assets/stylesheets/core.scss */
  .py-xl-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 12646, app/assets/stylesheets/core.scss */
  .py-xl-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 12650, app/assets/stylesheets/core.scss */
  .py-xl-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 12654, app/assets/stylesheets/core.scss */
  .py-xl-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 12658, app/assets/stylesheets/core.scss */
  .py-xl-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 12662, app/assets/stylesheets/core.scss */
  .py-xl-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 12666, app/assets/stylesheets/core.scss */
  .py-xl-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 12670, app/assets/stylesheets/core.scss */
  .py-xl-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 12674, app/assets/stylesheets/core.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 12677, app/assets/stylesheets/core.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 12680, app/assets/stylesheets/core.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 12683, app/assets/stylesheets/core.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 12686, app/assets/stylesheets/core.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 12689, app/assets/stylesheets/core.scss */
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  /* line 12692, app/assets/stylesheets/core.scss */
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 12695, app/assets/stylesheets/core.scss */
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  /* line 12698, app/assets/stylesheets/core.scss */
  .pt-xl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 12701, app/assets/stylesheets/core.scss */
  .pt-xl-9 {
    padding-top: 4rem !important;
  }
  /* line 12704, app/assets/stylesheets/core.scss */
  .pt-xl-10 {
    padding-top: 4.5rem !important;
  }
  /* line 12707, app/assets/stylesheets/core.scss */
  .pt-xl-11 {
    padding-top: 5rem !important;
  }
  /* line 12710, app/assets/stylesheets/core.scss */
  .pt-xl-12 {
    padding-top: 5.5rem !important;
  }
  /* line 12713, app/assets/stylesheets/core.scss */
  .pt-xl-13 {
    padding-top: 6rem !important;
  }
  /* line 12716, app/assets/stylesheets/core.scss */
  .pt-xl-14 {
    padding-top: 6.5rem !important;
  }
  /* line 12719, app/assets/stylesheets/core.scss */
  .pt-xl-15 {
    padding-top: 7rem !important;
  }
  /* line 12722, app/assets/stylesheets/core.scss */
  .pt-xl-16 {
    padding-top: 7.5rem !important;
  }
  /* line 12725, app/assets/stylesheets/core.scss */
  .pt-xl-17 {
    padding-top: 8rem !important;
  }
  /* line 12728, app/assets/stylesheets/core.scss */
  .pt-xl-18 {
    padding-top: 10rem !important;
  }
  /* line 12731, app/assets/stylesheets/core.scss */
  .pt-xl-19 {
    padding-top: 12rem !important;
  }
  /* line 12734, app/assets/stylesheets/core.scss */
  .pt-xl-20 {
    padding-top: 14rem !important;
  }
  /* line 12737, app/assets/stylesheets/core.scss */
  .pt-xl-21 {
    padding-top: 18.5rem !important;
  }
  /* line 12740, app/assets/stylesheets/core.scss */
  .pt-xl-22 {
    padding-top: 22rem !important;
  }
  /* line 12743, app/assets/stylesheets/core.scss */
  .pt-xl-23 {
    padding-top: 35rem !important;
  }
  /* line 12746, app/assets/stylesheets/core.scss */
  .pt-xl-24 {
    padding-top: 40rem !important;
  }
  /* line 12749, app/assets/stylesheets/core.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 12752, app/assets/stylesheets/core.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 12755, app/assets/stylesheets/core.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 12758, app/assets/stylesheets/core.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 12761, app/assets/stylesheets/core.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 12764, app/assets/stylesheets/core.scss */
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  /* line 12767, app/assets/stylesheets/core.scss */
  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 12770, app/assets/stylesheets/core.scss */
  .pe-xl-7 {
    padding-right: 3rem !important;
  }
  /* line 12773, app/assets/stylesheets/core.scss */
  .pe-xl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 12776, app/assets/stylesheets/core.scss */
  .pe-xl-9 {
    padding-right: 4rem !important;
  }
  /* line 12779, app/assets/stylesheets/core.scss */
  .pe-xl-10 {
    padding-right: 4.5rem !important;
  }
  /* line 12782, app/assets/stylesheets/core.scss */
  .pe-xl-11 {
    padding-right: 5rem !important;
  }
  /* line 12785, app/assets/stylesheets/core.scss */
  .pe-xl-12 {
    padding-right: 5.5rem !important;
  }
  /* line 12788, app/assets/stylesheets/core.scss */
  .pe-xl-13 {
    padding-right: 6rem !important;
  }
  /* line 12791, app/assets/stylesheets/core.scss */
  .pe-xl-14 {
    padding-right: 6.5rem !important;
  }
  /* line 12794, app/assets/stylesheets/core.scss */
  .pe-xl-15 {
    padding-right: 7rem !important;
  }
  /* line 12797, app/assets/stylesheets/core.scss */
  .pe-xl-16 {
    padding-right: 7.5rem !important;
  }
  /* line 12800, app/assets/stylesheets/core.scss */
  .pe-xl-17 {
    padding-right: 8rem !important;
  }
  /* line 12803, app/assets/stylesheets/core.scss */
  .pe-xl-18 {
    padding-right: 10rem !important;
  }
  /* line 12806, app/assets/stylesheets/core.scss */
  .pe-xl-19 {
    padding-right: 12rem !important;
  }
  /* line 12809, app/assets/stylesheets/core.scss */
  .pe-xl-20 {
    padding-right: 14rem !important;
  }
  /* line 12812, app/assets/stylesheets/core.scss */
  .pe-xl-21 {
    padding-right: 18.5rem !important;
  }
  /* line 12815, app/assets/stylesheets/core.scss */
  .pe-xl-22 {
    padding-right: 22rem !important;
  }
  /* line 12818, app/assets/stylesheets/core.scss */
  .pe-xl-23 {
    padding-right: 35rem !important;
  }
  /* line 12821, app/assets/stylesheets/core.scss */
  .pe-xl-24 {
    padding-right: 40rem !important;
  }
  /* line 12824, app/assets/stylesheets/core.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 12827, app/assets/stylesheets/core.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 12830, app/assets/stylesheets/core.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 12833, app/assets/stylesheets/core.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 12836, app/assets/stylesheets/core.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 12839, app/assets/stylesheets/core.scss */
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 12842, app/assets/stylesheets/core.scss */
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 12845, app/assets/stylesheets/core.scss */
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 12848, app/assets/stylesheets/core.scss */
  .pb-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 12851, app/assets/stylesheets/core.scss */
  .pb-xl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 12854, app/assets/stylesheets/core.scss */
  .pb-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 12857, app/assets/stylesheets/core.scss */
  .pb-xl-11 {
    padding-bottom: 5rem !important;
  }
  /* line 12860, app/assets/stylesheets/core.scss */
  .pb-xl-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 12863, app/assets/stylesheets/core.scss */
  .pb-xl-13 {
    padding-bottom: 6rem !important;
  }
  /* line 12866, app/assets/stylesheets/core.scss */
  .pb-xl-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 12869, app/assets/stylesheets/core.scss */
  .pb-xl-15 {
    padding-bottom: 7rem !important;
  }
  /* line 12872, app/assets/stylesheets/core.scss */
  .pb-xl-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 12875, app/assets/stylesheets/core.scss */
  .pb-xl-17 {
    padding-bottom: 8rem !important;
  }
  /* line 12878, app/assets/stylesheets/core.scss */
  .pb-xl-18 {
    padding-bottom: 10rem !important;
  }
  /* line 12881, app/assets/stylesheets/core.scss */
  .pb-xl-19 {
    padding-bottom: 12rem !important;
  }
  /* line 12884, app/assets/stylesheets/core.scss */
  .pb-xl-20 {
    padding-bottom: 14rem !important;
  }
  /* line 12887, app/assets/stylesheets/core.scss */
  .pb-xl-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 12890, app/assets/stylesheets/core.scss */
  .pb-xl-22 {
    padding-bottom: 22rem !important;
  }
  /* line 12893, app/assets/stylesheets/core.scss */
  .pb-xl-23 {
    padding-bottom: 35rem !important;
  }
  /* line 12896, app/assets/stylesheets/core.scss */
  .pb-xl-24 {
    padding-bottom: 40rem !important;
  }
  /* line 12899, app/assets/stylesheets/core.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12902, app/assets/stylesheets/core.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12905, app/assets/stylesheets/core.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12908, app/assets/stylesheets/core.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 12911, app/assets/stylesheets/core.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12914, app/assets/stylesheets/core.scss */
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  /* line 12917, app/assets/stylesheets/core.scss */
  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 12920, app/assets/stylesheets/core.scss */
  .ps-xl-7 {
    padding-left: 3rem !important;
  }
  /* line 12923, app/assets/stylesheets/core.scss */
  .ps-xl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 12926, app/assets/stylesheets/core.scss */
  .ps-xl-9 {
    padding-left: 4rem !important;
  }
  /* line 12929, app/assets/stylesheets/core.scss */
  .ps-xl-10 {
    padding-left: 4.5rem !important;
  }
  /* line 12932, app/assets/stylesheets/core.scss */
  .ps-xl-11 {
    padding-left: 5rem !important;
  }
  /* line 12935, app/assets/stylesheets/core.scss */
  .ps-xl-12 {
    padding-left: 5.5rem !important;
  }
  /* line 12938, app/assets/stylesheets/core.scss */
  .ps-xl-13 {
    padding-left: 6rem !important;
  }
  /* line 12941, app/assets/stylesheets/core.scss */
  .ps-xl-14 {
    padding-left: 6.5rem !important;
  }
  /* line 12944, app/assets/stylesheets/core.scss */
  .ps-xl-15 {
    padding-left: 7rem !important;
  }
  /* line 12947, app/assets/stylesheets/core.scss */
  .ps-xl-16 {
    padding-left: 7.5rem !important;
  }
  /* line 12950, app/assets/stylesheets/core.scss */
  .ps-xl-17 {
    padding-left: 8rem !important;
  }
  /* line 12953, app/assets/stylesheets/core.scss */
  .ps-xl-18 {
    padding-left: 10rem !important;
  }
  /* line 12956, app/assets/stylesheets/core.scss */
  .ps-xl-19 {
    padding-left: 12rem !important;
  }
  /* line 12959, app/assets/stylesheets/core.scss */
  .ps-xl-20 {
    padding-left: 14rem !important;
  }
  /* line 12962, app/assets/stylesheets/core.scss */
  .ps-xl-21 {
    padding-left: 18.5rem !important;
  }
  /* line 12965, app/assets/stylesheets/core.scss */
  .ps-xl-22 {
    padding-left: 22rem !important;
  }
  /* line 12968, app/assets/stylesheets/core.scss */
  .ps-xl-23 {
    padding-left: 35rem !important;
  }
  /* line 12971, app/assets/stylesheets/core.scss */
  .ps-xl-24 {
    padding-left: 40rem !important;
  }
  /* line 12974, app/assets/stylesheets/core.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 12977, app/assets/stylesheets/core.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 12980, app/assets/stylesheets/core.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 12983, app/assets/stylesheets/core.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 12986, app/assets/stylesheets/core.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 12989, app/assets/stylesheets/core.scss */
  .gap-xl-5 {
    gap: 2rem !important;
  }
  /* line 12992, app/assets/stylesheets/core.scss */
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  /* line 12995, app/assets/stylesheets/core.scss */
  .gap-xl-7 {
    gap: 3rem !important;
  }
  /* line 12998, app/assets/stylesheets/core.scss */
  .gap-xl-8 {
    gap: 3.5rem !important;
  }
  /* line 13001, app/assets/stylesheets/core.scss */
  .gap-xl-9 {
    gap: 4rem !important;
  }
  /* line 13004, app/assets/stylesheets/core.scss */
  .gap-xl-10 {
    gap: 4.5rem !important;
  }
  /* line 13007, app/assets/stylesheets/core.scss */
  .gap-xl-11 {
    gap: 5rem !important;
  }
  /* line 13010, app/assets/stylesheets/core.scss */
  .gap-xl-12 {
    gap: 5.5rem !important;
  }
  /* line 13013, app/assets/stylesheets/core.scss */
  .gap-xl-13 {
    gap: 6rem !important;
  }
  /* line 13016, app/assets/stylesheets/core.scss */
  .gap-xl-14 {
    gap: 6.5rem !important;
  }
  /* line 13019, app/assets/stylesheets/core.scss */
  .gap-xl-15 {
    gap: 7rem !important;
  }
  /* line 13022, app/assets/stylesheets/core.scss */
  .gap-xl-16 {
    gap: 7.5rem !important;
  }
  /* line 13025, app/assets/stylesheets/core.scss */
  .gap-xl-17 {
    gap: 8rem !important;
  }
  /* line 13028, app/assets/stylesheets/core.scss */
  .gap-xl-18 {
    gap: 10rem !important;
  }
  /* line 13031, app/assets/stylesheets/core.scss */
  .gap-xl-19 {
    gap: 12rem !important;
  }
  /* line 13034, app/assets/stylesheets/core.scss */
  .gap-xl-20 {
    gap: 14rem !important;
  }
  /* line 13037, app/assets/stylesheets/core.scss */
  .gap-xl-21 {
    gap: 18.5rem !important;
  }
  /* line 13040, app/assets/stylesheets/core.scss */
  .gap-xl-22 {
    gap: 22rem !important;
  }
  /* line 13043, app/assets/stylesheets/core.scss */
  .gap-xl-23 {
    gap: 35rem !important;
  }
  /* line 13046, app/assets/stylesheets/core.scss */
  .gap-xl-24 {
    gap: 40rem !important;
  }
  /* line 13049, app/assets/stylesheets/core.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 13052, app/assets/stylesheets/core.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 13055, app/assets/stylesheets/core.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 13058, app/assets/stylesheets/core.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 13061, app/assets/stylesheets/core.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 13064, app/assets/stylesheets/core.scss */
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  /* line 13067, app/assets/stylesheets/core.scss */
  .row-gap-xl-6 {
    row-gap: 2.5rem !important;
  }
  /* line 13070, app/assets/stylesheets/core.scss */
  .row-gap-xl-7 {
    row-gap: 3rem !important;
  }
  /* line 13073, app/assets/stylesheets/core.scss */
  .row-gap-xl-8 {
    row-gap: 3.5rem !important;
  }
  /* line 13076, app/assets/stylesheets/core.scss */
  .row-gap-xl-9 {
    row-gap: 4rem !important;
  }
  /* line 13079, app/assets/stylesheets/core.scss */
  .row-gap-xl-10 {
    row-gap: 4.5rem !important;
  }
  /* line 13082, app/assets/stylesheets/core.scss */
  .row-gap-xl-11 {
    row-gap: 5rem !important;
  }
  /* line 13085, app/assets/stylesheets/core.scss */
  .row-gap-xl-12 {
    row-gap: 5.5rem !important;
  }
  /* line 13088, app/assets/stylesheets/core.scss */
  .row-gap-xl-13 {
    row-gap: 6rem !important;
  }
  /* line 13091, app/assets/stylesheets/core.scss */
  .row-gap-xl-14 {
    row-gap: 6.5rem !important;
  }
  /* line 13094, app/assets/stylesheets/core.scss */
  .row-gap-xl-15 {
    row-gap: 7rem !important;
  }
  /* line 13097, app/assets/stylesheets/core.scss */
  .row-gap-xl-16 {
    row-gap: 7.5rem !important;
  }
  /* line 13100, app/assets/stylesheets/core.scss */
  .row-gap-xl-17 {
    row-gap: 8rem !important;
  }
  /* line 13103, app/assets/stylesheets/core.scss */
  .row-gap-xl-18 {
    row-gap: 10rem !important;
  }
  /* line 13106, app/assets/stylesheets/core.scss */
  .row-gap-xl-19 {
    row-gap: 12rem !important;
  }
  /* line 13109, app/assets/stylesheets/core.scss */
  .row-gap-xl-20 {
    row-gap: 14rem !important;
  }
  /* line 13112, app/assets/stylesheets/core.scss */
  .row-gap-xl-21 {
    row-gap: 18.5rem !important;
  }
  /* line 13115, app/assets/stylesheets/core.scss */
  .row-gap-xl-22 {
    row-gap: 22rem !important;
  }
  /* line 13118, app/assets/stylesheets/core.scss */
  .row-gap-xl-23 {
    row-gap: 35rem !important;
  }
  /* line 13121, app/assets/stylesheets/core.scss */
  .row-gap-xl-24 {
    row-gap: 40rem !important;
  }
  /* line 13124, app/assets/stylesheets/core.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 13128, app/assets/stylesheets/core.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 13132, app/assets/stylesheets/core.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 13136, app/assets/stylesheets/core.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 13140, app/assets/stylesheets/core.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 13144, app/assets/stylesheets/core.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 13148, app/assets/stylesheets/core.scss */
  .column-gap-xl-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 13152, app/assets/stylesheets/core.scss */
  .column-gap-xl-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 13156, app/assets/stylesheets/core.scss */
  .column-gap-xl-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 13160, app/assets/stylesheets/core.scss */
  .column-gap-xl-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 13164, app/assets/stylesheets/core.scss */
  .column-gap-xl-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 13168, app/assets/stylesheets/core.scss */
  .column-gap-xl-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 13172, app/assets/stylesheets/core.scss */
  .column-gap-xl-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 13176, app/assets/stylesheets/core.scss */
  .column-gap-xl-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 13180, app/assets/stylesheets/core.scss */
  .column-gap-xl-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 13184, app/assets/stylesheets/core.scss */
  .column-gap-xl-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 13188, app/assets/stylesheets/core.scss */
  .column-gap-xl-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 13192, app/assets/stylesheets/core.scss */
  .column-gap-xl-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 13196, app/assets/stylesheets/core.scss */
  .column-gap-xl-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 13200, app/assets/stylesheets/core.scss */
  .column-gap-xl-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 13204, app/assets/stylesheets/core.scss */
  .column-gap-xl-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 13208, app/assets/stylesheets/core.scss */
  .column-gap-xl-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 13212, app/assets/stylesheets/core.scss */
  .column-gap-xl-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 13216, app/assets/stylesheets/core.scss */
  .column-gap-xl-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 13220, app/assets/stylesheets/core.scss */
  .column-gap-xl-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 13224, app/assets/stylesheets/core.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 13227, app/assets/stylesheets/core.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 13230, app/assets/stylesheets/core.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 13235, app/assets/stylesheets/core.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 13238, app/assets/stylesheets/core.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 13241, app/assets/stylesheets/core.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 13244, app/assets/stylesheets/core.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 13248, app/assets/stylesheets/core.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 13252, app/assets/stylesheets/core.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 13256, app/assets/stylesheets/core.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 13260, app/assets/stylesheets/core.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 13264, app/assets/stylesheets/core.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 13267, app/assets/stylesheets/core.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 13270, app/assets/stylesheets/core.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 13273, app/assets/stylesheets/core.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 13276, app/assets/stylesheets/core.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 13279, app/assets/stylesheets/core.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 13282, app/assets/stylesheets/core.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 13285, app/assets/stylesheets/core.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 13288, app/assets/stylesheets/core.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 13291, app/assets/stylesheets/core.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 13294, app/assets/stylesheets/core.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 13297, app/assets/stylesheets/core.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 13300, app/assets/stylesheets/core.scss */
  .w-xxl-30 {
    width: 30% !important;
  }
  /* line 13303, app/assets/stylesheets/core.scss */
  .w-xxl-40 {
    width: 40% !important;
  }
  /* line 13306, app/assets/stylesheets/core.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 13309, app/assets/stylesheets/core.scss */
  .w-xxl-65 {
    width: 65% !important;
  }
  /* line 13312, app/assets/stylesheets/core.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 13315, app/assets/stylesheets/core.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 13318, app/assets/stylesheets/core.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 13321, app/assets/stylesheets/core.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 13324, app/assets/stylesheets/core.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 13327, app/assets/stylesheets/core.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 13330, app/assets/stylesheets/core.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 13333, app/assets/stylesheets/core.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 13336, app/assets/stylesheets/core.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 13339, app/assets/stylesheets/core.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 13342, app/assets/stylesheets/core.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 13345, app/assets/stylesheets/core.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 13348, app/assets/stylesheets/core.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 13351, app/assets/stylesheets/core.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 13354, app/assets/stylesheets/core.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 13357, app/assets/stylesheets/core.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 13360, app/assets/stylesheets/core.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 13363, app/assets/stylesheets/core.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 13366, app/assets/stylesheets/core.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 13369, app/assets/stylesheets/core.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 13372, app/assets/stylesheets/core.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 13375, app/assets/stylesheets/core.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 13378, app/assets/stylesheets/core.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 13381, app/assets/stylesheets/core.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 13384, app/assets/stylesheets/core.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 13387, app/assets/stylesheets/core.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 13390, app/assets/stylesheets/core.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 13393, app/assets/stylesheets/core.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 13396, app/assets/stylesheets/core.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 13399, app/assets/stylesheets/core.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 13402, app/assets/stylesheets/core.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 13405, app/assets/stylesheets/core.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 13408, app/assets/stylesheets/core.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 13411, app/assets/stylesheets/core.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 13414, app/assets/stylesheets/core.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 13417, app/assets/stylesheets/core.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 13420, app/assets/stylesheets/core.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 13423, app/assets/stylesheets/core.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 13426, app/assets/stylesheets/core.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 13429, app/assets/stylesheets/core.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 13432, app/assets/stylesheets/core.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 13435, app/assets/stylesheets/core.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 13438, app/assets/stylesheets/core.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 13441, app/assets/stylesheets/core.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 13444, app/assets/stylesheets/core.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 13447, app/assets/stylesheets/core.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 13450, app/assets/stylesheets/core.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 13453, app/assets/stylesheets/core.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 13456, app/assets/stylesheets/core.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 13459, app/assets/stylesheets/core.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 13462, app/assets/stylesheets/core.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 13465, app/assets/stylesheets/core.scss */
  .m-xxl-5 {
    margin: 2rem !important;
  }
  /* line 13468, app/assets/stylesheets/core.scss */
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  /* line 13471, app/assets/stylesheets/core.scss */
  .m-xxl-7 {
    margin: 3rem !important;
  }
  /* line 13474, app/assets/stylesheets/core.scss */
  .m-xxl-8 {
    margin: 3.5rem !important;
  }
  /* line 13477, app/assets/stylesheets/core.scss */
  .m-xxl-9 {
    margin: 4rem !important;
  }
  /* line 13480, app/assets/stylesheets/core.scss */
  .m-xxl-10 {
    margin: 4.5rem !important;
  }
  /* line 13483, app/assets/stylesheets/core.scss */
  .m-xxl-11 {
    margin: 5rem !important;
  }
  /* line 13486, app/assets/stylesheets/core.scss */
  .m-xxl-12 {
    margin: 5.5rem !important;
  }
  /* line 13489, app/assets/stylesheets/core.scss */
  .m-xxl-13 {
    margin: 6rem !important;
  }
  /* line 13492, app/assets/stylesheets/core.scss */
  .m-xxl-14 {
    margin: 6.5rem !important;
  }
  /* line 13495, app/assets/stylesheets/core.scss */
  .m-xxl-15 {
    margin: 7rem !important;
  }
  /* line 13498, app/assets/stylesheets/core.scss */
  .m-xxl-16 {
    margin: 7.5rem !important;
  }
  /* line 13501, app/assets/stylesheets/core.scss */
  .m-xxl-17 {
    margin: 8rem !important;
  }
  /* line 13504, app/assets/stylesheets/core.scss */
  .m-xxl-18 {
    margin: 10rem !important;
  }
  /* line 13507, app/assets/stylesheets/core.scss */
  .m-xxl-19 {
    margin: 12rem !important;
  }
  /* line 13510, app/assets/stylesheets/core.scss */
  .m-xxl-20 {
    margin: 14rem !important;
  }
  /* line 13513, app/assets/stylesheets/core.scss */
  .m-xxl-21 {
    margin: 18.5rem !important;
  }
  /* line 13516, app/assets/stylesheets/core.scss */
  .m-xxl-22 {
    margin: 22rem !important;
  }
  /* line 13519, app/assets/stylesheets/core.scss */
  .m-xxl-23 {
    margin: 35rem !important;
  }
  /* line 13522, app/assets/stylesheets/core.scss */
  .m-xxl-24 {
    margin: 40rem !important;
  }
  /* line 13525, app/assets/stylesheets/core.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 13528, app/assets/stylesheets/core.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 13532, app/assets/stylesheets/core.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 13536, app/assets/stylesheets/core.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 13540, app/assets/stylesheets/core.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 13544, app/assets/stylesheets/core.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 13548, app/assets/stylesheets/core.scss */
  .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 13552, app/assets/stylesheets/core.scss */
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 13556, app/assets/stylesheets/core.scss */
  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 13560, app/assets/stylesheets/core.scss */
  .mx-xxl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 13564, app/assets/stylesheets/core.scss */
  .mx-xxl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 13568, app/assets/stylesheets/core.scss */
  .mx-xxl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 13572, app/assets/stylesheets/core.scss */
  .mx-xxl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 13576, app/assets/stylesheets/core.scss */
  .mx-xxl-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 13580, app/assets/stylesheets/core.scss */
  .mx-xxl-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 13584, app/assets/stylesheets/core.scss */
  .mx-xxl-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 13588, app/assets/stylesheets/core.scss */
  .mx-xxl-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 13592, app/assets/stylesheets/core.scss */
  .mx-xxl-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 13596, app/assets/stylesheets/core.scss */
  .mx-xxl-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 13600, app/assets/stylesheets/core.scss */
  .mx-xxl-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 13604, app/assets/stylesheets/core.scss */
  .mx-xxl-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 13608, app/assets/stylesheets/core.scss */
  .mx-xxl-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 13612, app/assets/stylesheets/core.scss */
  .mx-xxl-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 13616, app/assets/stylesheets/core.scss */
  .mx-xxl-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 13620, app/assets/stylesheets/core.scss */
  .mx-xxl-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 13624, app/assets/stylesheets/core.scss */
  .mx-xxl-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 13628, app/assets/stylesheets/core.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 13632, app/assets/stylesheets/core.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 13636, app/assets/stylesheets/core.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 13640, app/assets/stylesheets/core.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 13644, app/assets/stylesheets/core.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 13648, app/assets/stylesheets/core.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 13652, app/assets/stylesheets/core.scss */
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 13656, app/assets/stylesheets/core.scss */
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 13660, app/assets/stylesheets/core.scss */
  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 13664, app/assets/stylesheets/core.scss */
  .my-xxl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 13668, app/assets/stylesheets/core.scss */
  .my-xxl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 13672, app/assets/stylesheets/core.scss */
  .my-xxl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 13676, app/assets/stylesheets/core.scss */
  .my-xxl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 13680, app/assets/stylesheets/core.scss */
  .my-xxl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 13684, app/assets/stylesheets/core.scss */
  .my-xxl-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 13688, app/assets/stylesheets/core.scss */
  .my-xxl-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 13692, app/assets/stylesheets/core.scss */
  .my-xxl-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 13696, app/assets/stylesheets/core.scss */
  .my-xxl-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 13700, app/assets/stylesheets/core.scss */
  .my-xxl-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 13704, app/assets/stylesheets/core.scss */
  .my-xxl-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 13708, app/assets/stylesheets/core.scss */
  .my-xxl-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 13712, app/assets/stylesheets/core.scss */
  .my-xxl-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 13716, app/assets/stylesheets/core.scss */
  .my-xxl-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 13720, app/assets/stylesheets/core.scss */
  .my-xxl-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 13724, app/assets/stylesheets/core.scss */
  .my-xxl-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 13728, app/assets/stylesheets/core.scss */
  .my-xxl-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 13732, app/assets/stylesheets/core.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 13736, app/assets/stylesheets/core.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 13739, app/assets/stylesheets/core.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 13742, app/assets/stylesheets/core.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 13745, app/assets/stylesheets/core.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 13748, app/assets/stylesheets/core.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 13751, app/assets/stylesheets/core.scss */
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  /* line 13754, app/assets/stylesheets/core.scss */
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 13757, app/assets/stylesheets/core.scss */
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  /* line 13760, app/assets/stylesheets/core.scss */
  .mt-xxl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 13763, app/assets/stylesheets/core.scss */
  .mt-xxl-9 {
    margin-top: 4rem !important;
  }
  /* line 13766, app/assets/stylesheets/core.scss */
  .mt-xxl-10 {
    margin-top: 4.5rem !important;
  }
  /* line 13769, app/assets/stylesheets/core.scss */
  .mt-xxl-11 {
    margin-top: 5rem !important;
  }
  /* line 13772, app/assets/stylesheets/core.scss */
  .mt-xxl-12 {
    margin-top: 5.5rem !important;
  }
  /* line 13775, app/assets/stylesheets/core.scss */
  .mt-xxl-13 {
    margin-top: 6rem !important;
  }
  /* line 13778, app/assets/stylesheets/core.scss */
  .mt-xxl-14 {
    margin-top: 6.5rem !important;
  }
  /* line 13781, app/assets/stylesheets/core.scss */
  .mt-xxl-15 {
    margin-top: 7rem !important;
  }
  /* line 13784, app/assets/stylesheets/core.scss */
  .mt-xxl-16 {
    margin-top: 7.5rem !important;
  }
  /* line 13787, app/assets/stylesheets/core.scss */
  .mt-xxl-17 {
    margin-top: 8rem !important;
  }
  /* line 13790, app/assets/stylesheets/core.scss */
  .mt-xxl-18 {
    margin-top: 10rem !important;
  }
  /* line 13793, app/assets/stylesheets/core.scss */
  .mt-xxl-19 {
    margin-top: 12rem !important;
  }
  /* line 13796, app/assets/stylesheets/core.scss */
  .mt-xxl-20 {
    margin-top: 14rem !important;
  }
  /* line 13799, app/assets/stylesheets/core.scss */
  .mt-xxl-21 {
    margin-top: 18.5rem !important;
  }
  /* line 13802, app/assets/stylesheets/core.scss */
  .mt-xxl-22 {
    margin-top: 22rem !important;
  }
  /* line 13805, app/assets/stylesheets/core.scss */
  .mt-xxl-23 {
    margin-top: 35rem !important;
  }
  /* line 13808, app/assets/stylesheets/core.scss */
  .mt-xxl-24 {
    margin-top: 40rem !important;
  }
  /* line 13811, app/assets/stylesheets/core.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 13814, app/assets/stylesheets/core.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 13817, app/assets/stylesheets/core.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 13820, app/assets/stylesheets/core.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 13823, app/assets/stylesheets/core.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 13826, app/assets/stylesheets/core.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 13829, app/assets/stylesheets/core.scss */
  .me-xxl-5 {
    margin-right: 2rem !important;
  }
  /* line 13832, app/assets/stylesheets/core.scss */
  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 13835, app/assets/stylesheets/core.scss */
  .me-xxl-7 {
    margin-right: 3rem !important;
  }
  /* line 13838, app/assets/stylesheets/core.scss */
  .me-xxl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 13841, app/assets/stylesheets/core.scss */
  .me-xxl-9 {
    margin-right: 4rem !important;
  }
  /* line 13844, app/assets/stylesheets/core.scss */
  .me-xxl-10 {
    margin-right: 4.5rem !important;
  }
  /* line 13847, app/assets/stylesheets/core.scss */
  .me-xxl-11 {
    margin-right: 5rem !important;
  }
  /* line 13850, app/assets/stylesheets/core.scss */
  .me-xxl-12 {
    margin-right: 5.5rem !important;
  }
  /* line 13853, app/assets/stylesheets/core.scss */
  .me-xxl-13 {
    margin-right: 6rem !important;
  }
  /* line 13856, app/assets/stylesheets/core.scss */
  .me-xxl-14 {
    margin-right: 6.5rem !important;
  }
  /* line 13859, app/assets/stylesheets/core.scss */
  .me-xxl-15 {
    margin-right: 7rem !important;
  }
  /* line 13862, app/assets/stylesheets/core.scss */
  .me-xxl-16 {
    margin-right: 7.5rem !important;
  }
  /* line 13865, app/assets/stylesheets/core.scss */
  .me-xxl-17 {
    margin-right: 8rem !important;
  }
  /* line 13868, app/assets/stylesheets/core.scss */
  .me-xxl-18 {
    margin-right: 10rem !important;
  }
  /* line 13871, app/assets/stylesheets/core.scss */
  .me-xxl-19 {
    margin-right: 12rem !important;
  }
  /* line 13874, app/assets/stylesheets/core.scss */
  .me-xxl-20 {
    margin-right: 14rem !important;
  }
  /* line 13877, app/assets/stylesheets/core.scss */
  .me-xxl-21 {
    margin-right: 18.5rem !important;
  }
  /* line 13880, app/assets/stylesheets/core.scss */
  .me-xxl-22 {
    margin-right: 22rem !important;
  }
  /* line 13883, app/assets/stylesheets/core.scss */
  .me-xxl-23 {
    margin-right: 35rem !important;
  }
  /* line 13886, app/assets/stylesheets/core.scss */
  .me-xxl-24 {
    margin-right: 40rem !important;
  }
  /* line 13889, app/assets/stylesheets/core.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 13892, app/assets/stylesheets/core.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 13895, app/assets/stylesheets/core.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 13898, app/assets/stylesheets/core.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 13901, app/assets/stylesheets/core.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 13904, app/assets/stylesheets/core.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 13907, app/assets/stylesheets/core.scss */
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 13910, app/assets/stylesheets/core.scss */
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 13913, app/assets/stylesheets/core.scss */
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 13916, app/assets/stylesheets/core.scss */
  .mb-xxl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 13919, app/assets/stylesheets/core.scss */
  .mb-xxl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 13922, app/assets/stylesheets/core.scss */
  .mb-xxl-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 13925, app/assets/stylesheets/core.scss */
  .mb-xxl-11 {
    margin-bottom: 5rem !important;
  }
  /* line 13928, app/assets/stylesheets/core.scss */
  .mb-xxl-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 13931, app/assets/stylesheets/core.scss */
  .mb-xxl-13 {
    margin-bottom: 6rem !important;
  }
  /* line 13934, app/assets/stylesheets/core.scss */
  .mb-xxl-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 13937, app/assets/stylesheets/core.scss */
  .mb-xxl-15 {
    margin-bottom: 7rem !important;
  }
  /* line 13940, app/assets/stylesheets/core.scss */
  .mb-xxl-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 13943, app/assets/stylesheets/core.scss */
  .mb-xxl-17 {
    margin-bottom: 8rem !important;
  }
  /* line 13946, app/assets/stylesheets/core.scss */
  .mb-xxl-18 {
    margin-bottom: 10rem !important;
  }
  /* line 13949, app/assets/stylesheets/core.scss */
  .mb-xxl-19 {
    margin-bottom: 12rem !important;
  }
  /* line 13952, app/assets/stylesheets/core.scss */
  .mb-xxl-20 {
    margin-bottom: 14rem !important;
  }
  /* line 13955, app/assets/stylesheets/core.scss */
  .mb-xxl-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 13958, app/assets/stylesheets/core.scss */
  .mb-xxl-22 {
    margin-bottom: 22rem !important;
  }
  /* line 13961, app/assets/stylesheets/core.scss */
  .mb-xxl-23 {
    margin-bottom: 35rem !important;
  }
  /* line 13964, app/assets/stylesheets/core.scss */
  .mb-xxl-24 {
    margin-bottom: 40rem !important;
  }
  /* line 13967, app/assets/stylesheets/core.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 13970, app/assets/stylesheets/core.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 13973, app/assets/stylesheets/core.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 13976, app/assets/stylesheets/core.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 13979, app/assets/stylesheets/core.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 13982, app/assets/stylesheets/core.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 13985, app/assets/stylesheets/core.scss */
  .ms-xxl-5 {
    margin-left: 2rem !important;
  }
  /* line 13988, app/assets/stylesheets/core.scss */
  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 13991, app/assets/stylesheets/core.scss */
  .ms-xxl-7 {
    margin-left: 3rem !important;
  }
  /* line 13994, app/assets/stylesheets/core.scss */
  .ms-xxl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 13997, app/assets/stylesheets/core.scss */
  .ms-xxl-9 {
    margin-left: 4rem !important;
  }
  /* line 14000, app/assets/stylesheets/core.scss */
  .ms-xxl-10 {
    margin-left: 4.5rem !important;
  }
  /* line 14003, app/assets/stylesheets/core.scss */
  .ms-xxl-11 {
    margin-left: 5rem !important;
  }
  /* line 14006, app/assets/stylesheets/core.scss */
  .ms-xxl-12 {
    margin-left: 5.5rem !important;
  }
  /* line 14009, app/assets/stylesheets/core.scss */
  .ms-xxl-13 {
    margin-left: 6rem !important;
  }
  /* line 14012, app/assets/stylesheets/core.scss */
  .ms-xxl-14 {
    margin-left: 6.5rem !important;
  }
  /* line 14015, app/assets/stylesheets/core.scss */
  .ms-xxl-15 {
    margin-left: 7rem !important;
  }
  /* line 14018, app/assets/stylesheets/core.scss */
  .ms-xxl-16 {
    margin-left: 7.5rem !important;
  }
  /* line 14021, app/assets/stylesheets/core.scss */
  .ms-xxl-17 {
    margin-left: 8rem !important;
  }
  /* line 14024, app/assets/stylesheets/core.scss */
  .ms-xxl-18 {
    margin-left: 10rem !important;
  }
  /* line 14027, app/assets/stylesheets/core.scss */
  .ms-xxl-19 {
    margin-left: 12rem !important;
  }
  /* line 14030, app/assets/stylesheets/core.scss */
  .ms-xxl-20 {
    margin-left: 14rem !important;
  }
  /* line 14033, app/assets/stylesheets/core.scss */
  .ms-xxl-21 {
    margin-left: 18.5rem !important;
  }
  /* line 14036, app/assets/stylesheets/core.scss */
  .ms-xxl-22 {
    margin-left: 22rem !important;
  }
  /* line 14039, app/assets/stylesheets/core.scss */
  .ms-xxl-23 {
    margin-left: 35rem !important;
  }
  /* line 14042, app/assets/stylesheets/core.scss */
  .ms-xxl-24 {
    margin-left: 40rem !important;
  }
  /* line 14045, app/assets/stylesheets/core.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 14048, app/assets/stylesheets/core.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 14051, app/assets/stylesheets/core.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 14054, app/assets/stylesheets/core.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 14057, app/assets/stylesheets/core.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 14060, app/assets/stylesheets/core.scss */
  .m-xxl-n5 {
    margin: -2rem !important;
  }
  /* line 14063, app/assets/stylesheets/core.scss */
  .m-xxl-n6 {
    margin: -2.5rem !important;
  }
  /* line 14066, app/assets/stylesheets/core.scss */
  .m-xxl-n7 {
    margin: -3rem !important;
  }
  /* line 14069, app/assets/stylesheets/core.scss */
  .m-xxl-n8 {
    margin: -3.5rem !important;
  }
  /* line 14072, app/assets/stylesheets/core.scss */
  .m-xxl-n9 {
    margin: -4rem !important;
  }
  /* line 14075, app/assets/stylesheets/core.scss */
  .m-xxl-n10 {
    margin: -4.5rem !important;
  }
  /* line 14078, app/assets/stylesheets/core.scss */
  .m-xxl-n11 {
    margin: -5rem !important;
  }
  /* line 14081, app/assets/stylesheets/core.scss */
  .m-xxl-n12 {
    margin: -5.5rem !important;
  }
  /* line 14084, app/assets/stylesheets/core.scss */
  .m-xxl-n13 {
    margin: -6rem !important;
  }
  /* line 14087, app/assets/stylesheets/core.scss */
  .m-xxl-n14 {
    margin: -6.5rem !important;
  }
  /* line 14090, app/assets/stylesheets/core.scss */
  .m-xxl-n15 {
    margin: -7rem !important;
  }
  /* line 14093, app/assets/stylesheets/core.scss */
  .m-xxl-n16 {
    margin: -7.5rem !important;
  }
  /* line 14096, app/assets/stylesheets/core.scss */
  .m-xxl-n17 {
    margin: -8rem !important;
  }
  /* line 14099, app/assets/stylesheets/core.scss */
  .m-xxl-n18 {
    margin: -10rem !important;
  }
  /* line 14102, app/assets/stylesheets/core.scss */
  .m-xxl-n19 {
    margin: -12rem !important;
  }
  /* line 14105, app/assets/stylesheets/core.scss */
  .m-xxl-n20 {
    margin: -14rem !important;
  }
  /* line 14108, app/assets/stylesheets/core.scss */
  .m-xxl-n21 {
    margin: -18.5rem !important;
  }
  /* line 14111, app/assets/stylesheets/core.scss */
  .m-xxl-n22 {
    margin: -22rem !important;
  }
  /* line 14114, app/assets/stylesheets/core.scss */
  .m-xxl-n23 {
    margin: -35rem !important;
  }
  /* line 14117, app/assets/stylesheets/core.scss */
  .m-xxl-n24 {
    margin: -40rem !important;
  }
  /* line 14120, app/assets/stylesheets/core.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 14124, app/assets/stylesheets/core.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 14128, app/assets/stylesheets/core.scss */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 14132, app/assets/stylesheets/core.scss */
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 14136, app/assets/stylesheets/core.scss */
  .mx-xxl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 14140, app/assets/stylesheets/core.scss */
  .mx-xxl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 14144, app/assets/stylesheets/core.scss */
  .mx-xxl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 14148, app/assets/stylesheets/core.scss */
  .mx-xxl-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 14152, app/assets/stylesheets/core.scss */
  .mx-xxl-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 14156, app/assets/stylesheets/core.scss */
  .mx-xxl-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 14160, app/assets/stylesheets/core.scss */
  .mx-xxl-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 14164, app/assets/stylesheets/core.scss */
  .mx-xxl-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 14168, app/assets/stylesheets/core.scss */
  .mx-xxl-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 14172, app/assets/stylesheets/core.scss */
  .mx-xxl-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 14176, app/assets/stylesheets/core.scss */
  .mx-xxl-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 14180, app/assets/stylesheets/core.scss */
  .mx-xxl-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 14184, app/assets/stylesheets/core.scss */
  .mx-xxl-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 14188, app/assets/stylesheets/core.scss */
  .mx-xxl-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 14192, app/assets/stylesheets/core.scss */
  .mx-xxl-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 14196, app/assets/stylesheets/core.scss */
  .mx-xxl-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 14200, app/assets/stylesheets/core.scss */
  .mx-xxl-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 14204, app/assets/stylesheets/core.scss */
  .mx-xxl-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 14208, app/assets/stylesheets/core.scss */
  .mx-xxl-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 14212, app/assets/stylesheets/core.scss */
  .mx-xxl-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 14216, app/assets/stylesheets/core.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 14220, app/assets/stylesheets/core.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 14224, app/assets/stylesheets/core.scss */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 14228, app/assets/stylesheets/core.scss */
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 14232, app/assets/stylesheets/core.scss */
  .my-xxl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 14236, app/assets/stylesheets/core.scss */
  .my-xxl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 14240, app/assets/stylesheets/core.scss */
  .my-xxl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 14244, app/assets/stylesheets/core.scss */
  .my-xxl-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 14248, app/assets/stylesheets/core.scss */
  .my-xxl-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 14252, app/assets/stylesheets/core.scss */
  .my-xxl-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 14256, app/assets/stylesheets/core.scss */
  .my-xxl-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 14260, app/assets/stylesheets/core.scss */
  .my-xxl-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 14264, app/assets/stylesheets/core.scss */
  .my-xxl-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 14268, app/assets/stylesheets/core.scss */
  .my-xxl-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 14272, app/assets/stylesheets/core.scss */
  .my-xxl-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 14276, app/assets/stylesheets/core.scss */
  .my-xxl-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 14280, app/assets/stylesheets/core.scss */
  .my-xxl-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 14284, app/assets/stylesheets/core.scss */
  .my-xxl-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 14288, app/assets/stylesheets/core.scss */
  .my-xxl-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 14292, app/assets/stylesheets/core.scss */
  .my-xxl-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 14296, app/assets/stylesheets/core.scss */
  .my-xxl-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 14300, app/assets/stylesheets/core.scss */
  .my-xxl-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 14304, app/assets/stylesheets/core.scss */
  .my-xxl-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 14308, app/assets/stylesheets/core.scss */
  .my-xxl-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 14312, app/assets/stylesheets/core.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 14315, app/assets/stylesheets/core.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 14318, app/assets/stylesheets/core.scss */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 14321, app/assets/stylesheets/core.scss */
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 14324, app/assets/stylesheets/core.scss */
  .mt-xxl-n5 {
    margin-top: -2rem !important;
  }
  /* line 14327, app/assets/stylesheets/core.scss */
  .mt-xxl-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 14330, app/assets/stylesheets/core.scss */
  .mt-xxl-n7 {
    margin-top: -3rem !important;
  }
  /* line 14333, app/assets/stylesheets/core.scss */
  .mt-xxl-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 14336, app/assets/stylesheets/core.scss */
  .mt-xxl-n9 {
    margin-top: -4rem !important;
  }
  /* line 14339, app/assets/stylesheets/core.scss */
  .mt-xxl-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 14342, app/assets/stylesheets/core.scss */
  .mt-xxl-n11 {
    margin-top: -5rem !important;
  }
  /* line 14345, app/assets/stylesheets/core.scss */
  .mt-xxl-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 14348, app/assets/stylesheets/core.scss */
  .mt-xxl-n13 {
    margin-top: -6rem !important;
  }
  /* line 14351, app/assets/stylesheets/core.scss */
  .mt-xxl-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 14354, app/assets/stylesheets/core.scss */
  .mt-xxl-n15 {
    margin-top: -7rem !important;
  }
  /* line 14357, app/assets/stylesheets/core.scss */
  .mt-xxl-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 14360, app/assets/stylesheets/core.scss */
  .mt-xxl-n17 {
    margin-top: -8rem !important;
  }
  /* line 14363, app/assets/stylesheets/core.scss */
  .mt-xxl-n18 {
    margin-top: -10rem !important;
  }
  /* line 14366, app/assets/stylesheets/core.scss */
  .mt-xxl-n19 {
    margin-top: -12rem !important;
  }
  /* line 14369, app/assets/stylesheets/core.scss */
  .mt-xxl-n20 {
    margin-top: -14rem !important;
  }
  /* line 14372, app/assets/stylesheets/core.scss */
  .mt-xxl-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 14375, app/assets/stylesheets/core.scss */
  .mt-xxl-n22 {
    margin-top: -22rem !important;
  }
  /* line 14378, app/assets/stylesheets/core.scss */
  .mt-xxl-n23 {
    margin-top: -35rem !important;
  }
  /* line 14381, app/assets/stylesheets/core.scss */
  .mt-xxl-n24 {
    margin-top: -40rem !important;
  }
  /* line 14384, app/assets/stylesheets/core.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 14387, app/assets/stylesheets/core.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 14390, app/assets/stylesheets/core.scss */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 14393, app/assets/stylesheets/core.scss */
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 14396, app/assets/stylesheets/core.scss */
  .me-xxl-n5 {
    margin-right: -2rem !important;
  }
  /* line 14399, app/assets/stylesheets/core.scss */
  .me-xxl-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 14402, app/assets/stylesheets/core.scss */
  .me-xxl-n7 {
    margin-right: -3rem !important;
  }
  /* line 14405, app/assets/stylesheets/core.scss */
  .me-xxl-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 14408, app/assets/stylesheets/core.scss */
  .me-xxl-n9 {
    margin-right: -4rem !important;
  }
  /* line 14411, app/assets/stylesheets/core.scss */
  .me-xxl-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 14414, app/assets/stylesheets/core.scss */
  .me-xxl-n11 {
    margin-right: -5rem !important;
  }
  /* line 14417, app/assets/stylesheets/core.scss */
  .me-xxl-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 14420, app/assets/stylesheets/core.scss */
  .me-xxl-n13 {
    margin-right: -6rem !important;
  }
  /* line 14423, app/assets/stylesheets/core.scss */
  .me-xxl-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 14426, app/assets/stylesheets/core.scss */
  .me-xxl-n15 {
    margin-right: -7rem !important;
  }
  /* line 14429, app/assets/stylesheets/core.scss */
  .me-xxl-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 14432, app/assets/stylesheets/core.scss */
  .me-xxl-n17 {
    margin-right: -8rem !important;
  }
  /* line 14435, app/assets/stylesheets/core.scss */
  .me-xxl-n18 {
    margin-right: -10rem !important;
  }
  /* line 14438, app/assets/stylesheets/core.scss */
  .me-xxl-n19 {
    margin-right: -12rem !important;
  }
  /* line 14441, app/assets/stylesheets/core.scss */
  .me-xxl-n20 {
    margin-right: -14rem !important;
  }
  /* line 14444, app/assets/stylesheets/core.scss */
  .me-xxl-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 14447, app/assets/stylesheets/core.scss */
  .me-xxl-n22 {
    margin-right: -22rem !important;
  }
  /* line 14450, app/assets/stylesheets/core.scss */
  .me-xxl-n23 {
    margin-right: -35rem !important;
  }
  /* line 14453, app/assets/stylesheets/core.scss */
  .me-xxl-n24 {
    margin-right: -40rem !important;
  }
  /* line 14456, app/assets/stylesheets/core.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 14459, app/assets/stylesheets/core.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 14462, app/assets/stylesheets/core.scss */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 14465, app/assets/stylesheets/core.scss */
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 14468, app/assets/stylesheets/core.scss */
  .mb-xxl-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 14471, app/assets/stylesheets/core.scss */
  .mb-xxl-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 14474, app/assets/stylesheets/core.scss */
  .mb-xxl-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 14477, app/assets/stylesheets/core.scss */
  .mb-xxl-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 14480, app/assets/stylesheets/core.scss */
  .mb-xxl-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 14483, app/assets/stylesheets/core.scss */
  .mb-xxl-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 14486, app/assets/stylesheets/core.scss */
  .mb-xxl-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 14489, app/assets/stylesheets/core.scss */
  .mb-xxl-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 14492, app/assets/stylesheets/core.scss */
  .mb-xxl-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 14495, app/assets/stylesheets/core.scss */
  .mb-xxl-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 14498, app/assets/stylesheets/core.scss */
  .mb-xxl-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 14501, app/assets/stylesheets/core.scss */
  .mb-xxl-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 14504, app/assets/stylesheets/core.scss */
  .mb-xxl-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 14507, app/assets/stylesheets/core.scss */
  .mb-xxl-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 14510, app/assets/stylesheets/core.scss */
  .mb-xxl-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 14513, app/assets/stylesheets/core.scss */
  .mb-xxl-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 14516, app/assets/stylesheets/core.scss */
  .mb-xxl-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 14519, app/assets/stylesheets/core.scss */
  .mb-xxl-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 14522, app/assets/stylesheets/core.scss */
  .mb-xxl-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 14525, app/assets/stylesheets/core.scss */
  .mb-xxl-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 14528, app/assets/stylesheets/core.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 14531, app/assets/stylesheets/core.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 14534, app/assets/stylesheets/core.scss */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 14537, app/assets/stylesheets/core.scss */
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 14540, app/assets/stylesheets/core.scss */
  .ms-xxl-n5 {
    margin-left: -2rem !important;
  }
  /* line 14543, app/assets/stylesheets/core.scss */
  .ms-xxl-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 14546, app/assets/stylesheets/core.scss */
  .ms-xxl-n7 {
    margin-left: -3rem !important;
  }
  /* line 14549, app/assets/stylesheets/core.scss */
  .ms-xxl-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 14552, app/assets/stylesheets/core.scss */
  .ms-xxl-n9 {
    margin-left: -4rem !important;
  }
  /* line 14555, app/assets/stylesheets/core.scss */
  .ms-xxl-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 14558, app/assets/stylesheets/core.scss */
  .ms-xxl-n11 {
    margin-left: -5rem !important;
  }
  /* line 14561, app/assets/stylesheets/core.scss */
  .ms-xxl-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 14564, app/assets/stylesheets/core.scss */
  .ms-xxl-n13 {
    margin-left: -6rem !important;
  }
  /* line 14567, app/assets/stylesheets/core.scss */
  .ms-xxl-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 14570, app/assets/stylesheets/core.scss */
  .ms-xxl-n15 {
    margin-left: -7rem !important;
  }
  /* line 14573, app/assets/stylesheets/core.scss */
  .ms-xxl-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 14576, app/assets/stylesheets/core.scss */
  .ms-xxl-n17 {
    margin-left: -8rem !important;
  }
  /* line 14579, app/assets/stylesheets/core.scss */
  .ms-xxl-n18 {
    margin-left: -10rem !important;
  }
  /* line 14582, app/assets/stylesheets/core.scss */
  .ms-xxl-n19 {
    margin-left: -12rem !important;
  }
  /* line 14585, app/assets/stylesheets/core.scss */
  .ms-xxl-n20 {
    margin-left: -14rem !important;
  }
  /* line 14588, app/assets/stylesheets/core.scss */
  .ms-xxl-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 14591, app/assets/stylesheets/core.scss */
  .ms-xxl-n22 {
    margin-left: -22rem !important;
  }
  /* line 14594, app/assets/stylesheets/core.scss */
  .ms-xxl-n23 {
    margin-left: -35rem !important;
  }
  /* line 14597, app/assets/stylesheets/core.scss */
  .ms-xxl-n24 {
    margin-left: -40rem !important;
  }
  /* line 14600, app/assets/stylesheets/core.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 14603, app/assets/stylesheets/core.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 14606, app/assets/stylesheets/core.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 14609, app/assets/stylesheets/core.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 14612, app/assets/stylesheets/core.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 14615, app/assets/stylesheets/core.scss */
  .p-xxl-5 {
    padding: 2rem !important;
  }
  /* line 14618, app/assets/stylesheets/core.scss */
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  /* line 14621, app/assets/stylesheets/core.scss */
  .p-xxl-7 {
    padding: 3rem !important;
  }
  /* line 14624, app/assets/stylesheets/core.scss */
  .p-xxl-8 {
    padding: 3.5rem !important;
  }
  /* line 14627, app/assets/stylesheets/core.scss */
  .p-xxl-9 {
    padding: 4rem !important;
  }
  /* line 14630, app/assets/stylesheets/core.scss */
  .p-xxl-10 {
    padding: 4.5rem !important;
  }
  /* line 14633, app/assets/stylesheets/core.scss */
  .p-xxl-11 {
    padding: 5rem !important;
  }
  /* line 14636, app/assets/stylesheets/core.scss */
  .p-xxl-12 {
    padding: 5.5rem !important;
  }
  /* line 14639, app/assets/stylesheets/core.scss */
  .p-xxl-13 {
    padding: 6rem !important;
  }
  /* line 14642, app/assets/stylesheets/core.scss */
  .p-xxl-14 {
    padding: 6.5rem !important;
  }
  /* line 14645, app/assets/stylesheets/core.scss */
  .p-xxl-15 {
    padding: 7rem !important;
  }
  /* line 14648, app/assets/stylesheets/core.scss */
  .p-xxl-16 {
    padding: 7.5rem !important;
  }
  /* line 14651, app/assets/stylesheets/core.scss */
  .p-xxl-17 {
    padding: 8rem !important;
  }
  /* line 14654, app/assets/stylesheets/core.scss */
  .p-xxl-18 {
    padding: 10rem !important;
  }
  /* line 14657, app/assets/stylesheets/core.scss */
  .p-xxl-19 {
    padding: 12rem !important;
  }
  /* line 14660, app/assets/stylesheets/core.scss */
  .p-xxl-20 {
    padding: 14rem !important;
  }
  /* line 14663, app/assets/stylesheets/core.scss */
  .p-xxl-21 {
    padding: 18.5rem !important;
  }
  /* line 14666, app/assets/stylesheets/core.scss */
  .p-xxl-22 {
    padding: 22rem !important;
  }
  /* line 14669, app/assets/stylesheets/core.scss */
  .p-xxl-23 {
    padding: 35rem !important;
  }
  /* line 14672, app/assets/stylesheets/core.scss */
  .p-xxl-24 {
    padding: 40rem !important;
  }
  /* line 14675, app/assets/stylesheets/core.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 14679, app/assets/stylesheets/core.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 14683, app/assets/stylesheets/core.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 14687, app/assets/stylesheets/core.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 14691, app/assets/stylesheets/core.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 14695, app/assets/stylesheets/core.scss */
  .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 14699, app/assets/stylesheets/core.scss */
  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 14703, app/assets/stylesheets/core.scss */
  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 14707, app/assets/stylesheets/core.scss */
  .px-xxl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 14711, app/assets/stylesheets/core.scss */
  .px-xxl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 14715, app/assets/stylesheets/core.scss */
  .px-xxl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 14719, app/assets/stylesheets/core.scss */
  .px-xxl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 14723, app/assets/stylesheets/core.scss */
  .px-xxl-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 14727, app/assets/stylesheets/core.scss */
  .px-xxl-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 14731, app/assets/stylesheets/core.scss */
  .px-xxl-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 14735, app/assets/stylesheets/core.scss */
  .px-xxl-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 14739, app/assets/stylesheets/core.scss */
  .px-xxl-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 14743, app/assets/stylesheets/core.scss */
  .px-xxl-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 14747, app/assets/stylesheets/core.scss */
  .px-xxl-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 14751, app/assets/stylesheets/core.scss */
  .px-xxl-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 14755, app/assets/stylesheets/core.scss */
  .px-xxl-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 14759, app/assets/stylesheets/core.scss */
  .px-xxl-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 14763, app/assets/stylesheets/core.scss */
  .px-xxl-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 14767, app/assets/stylesheets/core.scss */
  .px-xxl-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 14771, app/assets/stylesheets/core.scss */
  .px-xxl-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 14775, app/assets/stylesheets/core.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 14779, app/assets/stylesheets/core.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 14783, app/assets/stylesheets/core.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 14787, app/assets/stylesheets/core.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 14791, app/assets/stylesheets/core.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 14795, app/assets/stylesheets/core.scss */
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 14799, app/assets/stylesheets/core.scss */
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 14803, app/assets/stylesheets/core.scss */
  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 14807, app/assets/stylesheets/core.scss */
  .py-xxl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 14811, app/assets/stylesheets/core.scss */
  .py-xxl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 14815, app/assets/stylesheets/core.scss */
  .py-xxl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 14819, app/assets/stylesheets/core.scss */
  .py-xxl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 14823, app/assets/stylesheets/core.scss */
  .py-xxl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 14827, app/assets/stylesheets/core.scss */
  .py-xxl-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 14831, app/assets/stylesheets/core.scss */
  .py-xxl-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 14835, app/assets/stylesheets/core.scss */
  .py-xxl-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 14839, app/assets/stylesheets/core.scss */
  .py-xxl-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 14843, app/assets/stylesheets/core.scss */
  .py-xxl-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 14847, app/assets/stylesheets/core.scss */
  .py-xxl-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 14851, app/assets/stylesheets/core.scss */
  .py-xxl-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 14855, app/assets/stylesheets/core.scss */
  .py-xxl-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 14859, app/assets/stylesheets/core.scss */
  .py-xxl-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 14863, app/assets/stylesheets/core.scss */
  .py-xxl-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 14867, app/assets/stylesheets/core.scss */
  .py-xxl-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 14871, app/assets/stylesheets/core.scss */
  .py-xxl-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 14875, app/assets/stylesheets/core.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 14878, app/assets/stylesheets/core.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14881, app/assets/stylesheets/core.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14884, app/assets/stylesheets/core.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 14887, app/assets/stylesheets/core.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14890, app/assets/stylesheets/core.scss */
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  /* line 14893, app/assets/stylesheets/core.scss */
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 14896, app/assets/stylesheets/core.scss */
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  /* line 14899, app/assets/stylesheets/core.scss */
  .pt-xxl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 14902, app/assets/stylesheets/core.scss */
  .pt-xxl-9 {
    padding-top: 4rem !important;
  }
  /* line 14905, app/assets/stylesheets/core.scss */
  .pt-xxl-10 {
    padding-top: 4.5rem !important;
  }
  /* line 14908, app/assets/stylesheets/core.scss */
  .pt-xxl-11 {
    padding-top: 5rem !important;
  }
  /* line 14911, app/assets/stylesheets/core.scss */
  .pt-xxl-12 {
    padding-top: 5.5rem !important;
  }
  /* line 14914, app/assets/stylesheets/core.scss */
  .pt-xxl-13 {
    padding-top: 6rem !important;
  }
  /* line 14917, app/assets/stylesheets/core.scss */
  .pt-xxl-14 {
    padding-top: 6.5rem !important;
  }
  /* line 14920, app/assets/stylesheets/core.scss */
  .pt-xxl-15 {
    padding-top: 7rem !important;
  }
  /* line 14923, app/assets/stylesheets/core.scss */
  .pt-xxl-16 {
    padding-top: 7.5rem !important;
  }
  /* line 14926, app/assets/stylesheets/core.scss */
  .pt-xxl-17 {
    padding-top: 8rem !important;
  }
  /* line 14929, app/assets/stylesheets/core.scss */
  .pt-xxl-18 {
    padding-top: 10rem !important;
  }
  /* line 14932, app/assets/stylesheets/core.scss */
  .pt-xxl-19 {
    padding-top: 12rem !important;
  }
  /* line 14935, app/assets/stylesheets/core.scss */
  .pt-xxl-20 {
    padding-top: 14rem !important;
  }
  /* line 14938, app/assets/stylesheets/core.scss */
  .pt-xxl-21 {
    padding-top: 18.5rem !important;
  }
  /* line 14941, app/assets/stylesheets/core.scss */
  .pt-xxl-22 {
    padding-top: 22rem !important;
  }
  /* line 14944, app/assets/stylesheets/core.scss */
  .pt-xxl-23 {
    padding-top: 35rem !important;
  }
  /* line 14947, app/assets/stylesheets/core.scss */
  .pt-xxl-24 {
    padding-top: 40rem !important;
  }
  /* line 14950, app/assets/stylesheets/core.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 14953, app/assets/stylesheets/core.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 14956, app/assets/stylesheets/core.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 14959, app/assets/stylesheets/core.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 14962, app/assets/stylesheets/core.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 14965, app/assets/stylesheets/core.scss */
  .pe-xxl-5 {
    padding-right: 2rem !important;
  }
  /* line 14968, app/assets/stylesheets/core.scss */
  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 14971, app/assets/stylesheets/core.scss */
  .pe-xxl-7 {
    padding-right: 3rem !important;
  }
  /* line 14974, app/assets/stylesheets/core.scss */
  .pe-xxl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 14977, app/assets/stylesheets/core.scss */
  .pe-xxl-9 {
    padding-right: 4rem !important;
  }
  /* line 14980, app/assets/stylesheets/core.scss */
  .pe-xxl-10 {
    padding-right: 4.5rem !important;
  }
  /* line 14983, app/assets/stylesheets/core.scss */
  .pe-xxl-11 {
    padding-right: 5rem !important;
  }
  /* line 14986, app/assets/stylesheets/core.scss */
  .pe-xxl-12 {
    padding-right: 5.5rem !important;
  }
  /* line 14989, app/assets/stylesheets/core.scss */
  .pe-xxl-13 {
    padding-right: 6rem !important;
  }
  /* line 14992, app/assets/stylesheets/core.scss */
  .pe-xxl-14 {
    padding-right: 6.5rem !important;
  }
  /* line 14995, app/assets/stylesheets/core.scss */
  .pe-xxl-15 {
    padding-right: 7rem !important;
  }
  /* line 14998, app/assets/stylesheets/core.scss */
  .pe-xxl-16 {
    padding-right: 7.5rem !important;
  }
  /* line 15001, app/assets/stylesheets/core.scss */
  .pe-xxl-17 {
    padding-right: 8rem !important;
  }
  /* line 15004, app/assets/stylesheets/core.scss */
  .pe-xxl-18 {
    padding-right: 10rem !important;
  }
  /* line 15007, app/assets/stylesheets/core.scss */
  .pe-xxl-19 {
    padding-right: 12rem !important;
  }
  /* line 15010, app/assets/stylesheets/core.scss */
  .pe-xxl-20 {
    padding-right: 14rem !important;
  }
  /* line 15013, app/assets/stylesheets/core.scss */
  .pe-xxl-21 {
    padding-right: 18.5rem !important;
  }
  /* line 15016, app/assets/stylesheets/core.scss */
  .pe-xxl-22 {
    padding-right: 22rem !important;
  }
  /* line 15019, app/assets/stylesheets/core.scss */
  .pe-xxl-23 {
    padding-right: 35rem !important;
  }
  /* line 15022, app/assets/stylesheets/core.scss */
  .pe-xxl-24 {
    padding-right: 40rem !important;
  }
  /* line 15025, app/assets/stylesheets/core.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 15028, app/assets/stylesheets/core.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 15031, app/assets/stylesheets/core.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 15034, app/assets/stylesheets/core.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 15037, app/assets/stylesheets/core.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 15040, app/assets/stylesheets/core.scss */
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 15043, app/assets/stylesheets/core.scss */
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 15046, app/assets/stylesheets/core.scss */
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 15049, app/assets/stylesheets/core.scss */
  .pb-xxl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 15052, app/assets/stylesheets/core.scss */
  .pb-xxl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 15055, app/assets/stylesheets/core.scss */
  .pb-xxl-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 15058, app/assets/stylesheets/core.scss */
  .pb-xxl-11 {
    padding-bottom: 5rem !important;
  }
  /* line 15061, app/assets/stylesheets/core.scss */
  .pb-xxl-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 15064, app/assets/stylesheets/core.scss */
  .pb-xxl-13 {
    padding-bottom: 6rem !important;
  }
  /* line 15067, app/assets/stylesheets/core.scss */
  .pb-xxl-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 15070, app/assets/stylesheets/core.scss */
  .pb-xxl-15 {
    padding-bottom: 7rem !important;
  }
  /* line 15073, app/assets/stylesheets/core.scss */
  .pb-xxl-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 15076, app/assets/stylesheets/core.scss */
  .pb-xxl-17 {
    padding-bottom: 8rem !important;
  }
  /* line 15079, app/assets/stylesheets/core.scss */
  .pb-xxl-18 {
    padding-bottom: 10rem !important;
  }
  /* line 15082, app/assets/stylesheets/core.scss */
  .pb-xxl-19 {
    padding-bottom: 12rem !important;
  }
  /* line 15085, app/assets/stylesheets/core.scss */
  .pb-xxl-20 {
    padding-bottom: 14rem !important;
  }
  /* line 15088, app/assets/stylesheets/core.scss */
  .pb-xxl-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 15091, app/assets/stylesheets/core.scss */
  .pb-xxl-22 {
    padding-bottom: 22rem !important;
  }
  /* line 15094, app/assets/stylesheets/core.scss */
  .pb-xxl-23 {
    padding-bottom: 35rem !important;
  }
  /* line 15097, app/assets/stylesheets/core.scss */
  .pb-xxl-24 {
    padding-bottom: 40rem !important;
  }
  /* line 15100, app/assets/stylesheets/core.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 15103, app/assets/stylesheets/core.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 15106, app/assets/stylesheets/core.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 15109, app/assets/stylesheets/core.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 15112, app/assets/stylesheets/core.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 15115, app/assets/stylesheets/core.scss */
  .ps-xxl-5 {
    padding-left: 2rem !important;
  }
  /* line 15118, app/assets/stylesheets/core.scss */
  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 15121, app/assets/stylesheets/core.scss */
  .ps-xxl-7 {
    padding-left: 3rem !important;
  }
  /* line 15124, app/assets/stylesheets/core.scss */
  .ps-xxl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 15127, app/assets/stylesheets/core.scss */
  .ps-xxl-9 {
    padding-left: 4rem !important;
  }
  /* line 15130, app/assets/stylesheets/core.scss */
  .ps-xxl-10 {
    padding-left: 4.5rem !important;
  }
  /* line 15133, app/assets/stylesheets/core.scss */
  .ps-xxl-11 {
    padding-left: 5rem !important;
  }
  /* line 15136, app/assets/stylesheets/core.scss */
  .ps-xxl-12 {
    padding-left: 5.5rem !important;
  }
  /* line 15139, app/assets/stylesheets/core.scss */
  .ps-xxl-13 {
    padding-left: 6rem !important;
  }
  /* line 15142, app/assets/stylesheets/core.scss */
  .ps-xxl-14 {
    padding-left: 6.5rem !important;
  }
  /* line 15145, app/assets/stylesheets/core.scss */
  .ps-xxl-15 {
    padding-left: 7rem !important;
  }
  /* line 15148, app/assets/stylesheets/core.scss */
  .ps-xxl-16 {
    padding-left: 7.5rem !important;
  }
  /* line 15151, app/assets/stylesheets/core.scss */
  .ps-xxl-17 {
    padding-left: 8rem !important;
  }
  /* line 15154, app/assets/stylesheets/core.scss */
  .ps-xxl-18 {
    padding-left: 10rem !important;
  }
  /* line 15157, app/assets/stylesheets/core.scss */
  .ps-xxl-19 {
    padding-left: 12rem !important;
  }
  /* line 15160, app/assets/stylesheets/core.scss */
  .ps-xxl-20 {
    padding-left: 14rem !important;
  }
  /* line 15163, app/assets/stylesheets/core.scss */
  .ps-xxl-21 {
    padding-left: 18.5rem !important;
  }
  /* line 15166, app/assets/stylesheets/core.scss */
  .ps-xxl-22 {
    padding-left: 22rem !important;
  }
  /* line 15169, app/assets/stylesheets/core.scss */
  .ps-xxl-23 {
    padding-left: 35rem !important;
  }
  /* line 15172, app/assets/stylesheets/core.scss */
  .ps-xxl-24 {
    padding-left: 40rem !important;
  }
  /* line 15175, app/assets/stylesheets/core.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 15178, app/assets/stylesheets/core.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 15181, app/assets/stylesheets/core.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 15184, app/assets/stylesheets/core.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 15187, app/assets/stylesheets/core.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 15190, app/assets/stylesheets/core.scss */
  .gap-xxl-5 {
    gap: 2rem !important;
  }
  /* line 15193, app/assets/stylesheets/core.scss */
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  /* line 15196, app/assets/stylesheets/core.scss */
  .gap-xxl-7 {
    gap: 3rem !important;
  }
  /* line 15199, app/assets/stylesheets/core.scss */
  .gap-xxl-8 {
    gap: 3.5rem !important;
  }
  /* line 15202, app/assets/stylesheets/core.scss */
  .gap-xxl-9 {
    gap: 4rem !important;
  }
  /* line 15205, app/assets/stylesheets/core.scss */
  .gap-xxl-10 {
    gap: 4.5rem !important;
  }
  /* line 15208, app/assets/stylesheets/core.scss */
  .gap-xxl-11 {
    gap: 5rem !important;
  }
  /* line 15211, app/assets/stylesheets/core.scss */
  .gap-xxl-12 {
    gap: 5.5rem !important;
  }
  /* line 15214, app/assets/stylesheets/core.scss */
  .gap-xxl-13 {
    gap: 6rem !important;
  }
  /* line 15217, app/assets/stylesheets/core.scss */
  .gap-xxl-14 {
    gap: 6.5rem !important;
  }
  /* line 15220, app/assets/stylesheets/core.scss */
  .gap-xxl-15 {
    gap: 7rem !important;
  }
  /* line 15223, app/assets/stylesheets/core.scss */
  .gap-xxl-16 {
    gap: 7.5rem !important;
  }
  /* line 15226, app/assets/stylesheets/core.scss */
  .gap-xxl-17 {
    gap: 8rem !important;
  }
  /* line 15229, app/assets/stylesheets/core.scss */
  .gap-xxl-18 {
    gap: 10rem !important;
  }
  /* line 15232, app/assets/stylesheets/core.scss */
  .gap-xxl-19 {
    gap: 12rem !important;
  }
  /* line 15235, app/assets/stylesheets/core.scss */
  .gap-xxl-20 {
    gap: 14rem !important;
  }
  /* line 15238, app/assets/stylesheets/core.scss */
  .gap-xxl-21 {
    gap: 18.5rem !important;
  }
  /* line 15241, app/assets/stylesheets/core.scss */
  .gap-xxl-22 {
    gap: 22rem !important;
  }
  /* line 15244, app/assets/stylesheets/core.scss */
  .gap-xxl-23 {
    gap: 35rem !important;
  }
  /* line 15247, app/assets/stylesheets/core.scss */
  .gap-xxl-24 {
    gap: 40rem !important;
  }
  /* line 15250, app/assets/stylesheets/core.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 15253, app/assets/stylesheets/core.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 15256, app/assets/stylesheets/core.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 15259, app/assets/stylesheets/core.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 15262, app/assets/stylesheets/core.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 15265, app/assets/stylesheets/core.scss */
  .row-gap-xxl-5 {
    row-gap: 2rem !important;
  }
  /* line 15268, app/assets/stylesheets/core.scss */
  .row-gap-xxl-6 {
    row-gap: 2.5rem !important;
  }
  /* line 15271, app/assets/stylesheets/core.scss */
  .row-gap-xxl-7 {
    row-gap: 3rem !important;
  }
  /* line 15274, app/assets/stylesheets/core.scss */
  .row-gap-xxl-8 {
    row-gap: 3.5rem !important;
  }
  /* line 15277, app/assets/stylesheets/core.scss */
  .row-gap-xxl-9 {
    row-gap: 4rem !important;
  }
  /* line 15280, app/assets/stylesheets/core.scss */
  .row-gap-xxl-10 {
    row-gap: 4.5rem !important;
  }
  /* line 15283, app/assets/stylesheets/core.scss */
  .row-gap-xxl-11 {
    row-gap: 5rem !important;
  }
  /* line 15286, app/assets/stylesheets/core.scss */
  .row-gap-xxl-12 {
    row-gap: 5.5rem !important;
  }
  /* line 15289, app/assets/stylesheets/core.scss */
  .row-gap-xxl-13 {
    row-gap: 6rem !important;
  }
  /* line 15292, app/assets/stylesheets/core.scss */
  .row-gap-xxl-14 {
    row-gap: 6.5rem !important;
  }
  /* line 15295, app/assets/stylesheets/core.scss */
  .row-gap-xxl-15 {
    row-gap: 7rem !important;
  }
  /* line 15298, app/assets/stylesheets/core.scss */
  .row-gap-xxl-16 {
    row-gap: 7.5rem !important;
  }
  /* line 15301, app/assets/stylesheets/core.scss */
  .row-gap-xxl-17 {
    row-gap: 8rem !important;
  }
  /* line 15304, app/assets/stylesheets/core.scss */
  .row-gap-xxl-18 {
    row-gap: 10rem !important;
  }
  /* line 15307, app/assets/stylesheets/core.scss */
  .row-gap-xxl-19 {
    row-gap: 12rem !important;
  }
  /* line 15310, app/assets/stylesheets/core.scss */
  .row-gap-xxl-20 {
    row-gap: 14rem !important;
  }
  /* line 15313, app/assets/stylesheets/core.scss */
  .row-gap-xxl-21 {
    row-gap: 18.5rem !important;
  }
  /* line 15316, app/assets/stylesheets/core.scss */
  .row-gap-xxl-22 {
    row-gap: 22rem !important;
  }
  /* line 15319, app/assets/stylesheets/core.scss */
  .row-gap-xxl-23 {
    row-gap: 35rem !important;
  }
  /* line 15322, app/assets/stylesheets/core.scss */
  .row-gap-xxl-24 {
    row-gap: 40rem !important;
  }
  /* line 15325, app/assets/stylesheets/core.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 15329, app/assets/stylesheets/core.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 15333, app/assets/stylesheets/core.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 15337, app/assets/stylesheets/core.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 15341, app/assets/stylesheets/core.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 15345, app/assets/stylesheets/core.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 15349, app/assets/stylesheets/core.scss */
  .column-gap-xxl-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 15353, app/assets/stylesheets/core.scss */
  .column-gap-xxl-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 15357, app/assets/stylesheets/core.scss */
  .column-gap-xxl-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 15361, app/assets/stylesheets/core.scss */
  .column-gap-xxl-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 15365, app/assets/stylesheets/core.scss */
  .column-gap-xxl-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 15369, app/assets/stylesheets/core.scss */
  .column-gap-xxl-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 15373, app/assets/stylesheets/core.scss */
  .column-gap-xxl-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 15377, app/assets/stylesheets/core.scss */
  .column-gap-xxl-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 15381, app/assets/stylesheets/core.scss */
  .column-gap-xxl-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 15385, app/assets/stylesheets/core.scss */
  .column-gap-xxl-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 15389, app/assets/stylesheets/core.scss */
  .column-gap-xxl-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 15393, app/assets/stylesheets/core.scss */
  .column-gap-xxl-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 15397, app/assets/stylesheets/core.scss */
  .column-gap-xxl-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 15401, app/assets/stylesheets/core.scss */
  .column-gap-xxl-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 15405, app/assets/stylesheets/core.scss */
  .column-gap-xxl-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 15409, app/assets/stylesheets/core.scss */
  .column-gap-xxl-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 15413, app/assets/stylesheets/core.scss */
  .column-gap-xxl-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 15417, app/assets/stylesheets/core.scss */
  .column-gap-xxl-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 15421, app/assets/stylesheets/core.scss */
  .column-gap-xxl-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 15425, app/assets/stylesheets/core.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 15428, app/assets/stylesheets/core.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 15431, app/assets/stylesheets/core.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 15436, app/assets/stylesheets/core.scss */
  .fs-1 {
    font-size: 2.625rem !important;
  }
  /* line 15439, app/assets/stylesheets/core.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 15442, app/assets/stylesheets/core.scss */
  .fs-3 {
    font-size: 1.625rem !important;
  }
}

@media print {
  /* line 15447, app/assets/stylesheets/core.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 15450, app/assets/stylesheets/core.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 15453, app/assets/stylesheets/core.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 15456, app/assets/stylesheets/core.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 15459, app/assets/stylesheets/core.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 15462, app/assets/stylesheets/core.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 15465, app/assets/stylesheets/core.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 15468, app/assets/stylesheets/core.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 15471, app/assets/stylesheets/core.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 15474, app/assets/stylesheets/core.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 15477, app/assets/stylesheets/core.scss */
  .d-print-none {
    display: none !important;
  }
}

/* avatar-size start */
/* line 15482, app/assets/stylesheets/core.scss */
.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 3.75rem;
}

/* line 15488, app/assets/stylesheets/core.scss */
.avatar-sm {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 5.625rem;
}

/* line 15494, app/assets/stylesheets/core.scss */
.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 7.5rem;
}

/* line 15500, app/assets/stylesheets/core.scss */
.avatar-lg {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 9.375rem;
}

/* line 15506, app/assets/stylesheets/core.scss */
.avatar-xl {
  width: 4.375rem;
  height: 4.375rem;
  font-size: 13.125rem;
}

/* line 15512, app/assets/stylesheets/core.scss */
.avatar-xxl {
  width: 5.625rem;
  height: 5.625rem;
  font-size: 16.875rem;
}

/* avatar-size end */
/* line 15519, app/assets/stylesheets/core.scss */
.icon-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
}

/* line 15525, app/assets/stylesheets/core.scss */
.icon-sm {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}

/* line 15531, app/assets/stylesheets/core.scss */
.icon-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

/* line 15537, app/assets/stylesheets/core.scss */
.icon-lg {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}

/* line 15543, app/assets/stylesheets/core.scss */
.icon-xl {
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
}

/* line 15549, app/assets/stylesheets/core.scss */
.icon-xxl {
  width: 5.625rem;
  height: 5.625rem;
  line-height: 5.625rem;
}

/* line 15555, app/assets/stylesheets/core.scss */
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

/* line 15563, app/assets/stylesheets/core.scss */
.font-12 {
  font-size: 12px;
}

/* line 15567, app/assets/stylesheets/core.scss */
.font-13 {
  font-size: 13px;
}

/* line 15571, app/assets/stylesheets/core.scss */
.font-14 {
  font-size: 14px;
}

/* line 15575, app/assets/stylesheets/core.scss */
.font-15 {
  font-size: 15px;
}

/* line 15579, app/assets/stylesheets/core.scss */
.font-16 {
  font-size: 16px;
}

/* line 15583, app/assets/stylesheets/core.scss */
.font-17 {
  font-size: 17px;
}

/* line 15587, app/assets/stylesheets/core.scss */
.font-18 {
  font-size: 18px;
}

/* line 15591, app/assets/stylesheets/core.scss */
.font-19 {
  font-size: 19px;
}

/* line 15595, app/assets/stylesheets/core.scss */
.font-20 {
  font-size: 20px;
}

/* line 15599, app/assets/stylesheets/core.scss */
.font-21 {
  font-size: 21px;
}

/* line 15603, app/assets/stylesheets/core.scss */
.font-22 {
  font-size: 22px;
}

/* line 15607, app/assets/stylesheets/core.scss */
.font-23 {
  font-size: 23px;
}

/* line 15611, app/assets/stylesheets/core.scss */
.font-24 {
  font-size: 24px;
}

/* line 15615, app/assets/stylesheets/core.scss */
.font-25 {
  font-size: 25px;
}

/* line 15619, app/assets/stylesheets/core.scss */
.font-26 {
  font-size: 26px;
}

/* line 15623, app/assets/stylesheets/core.scss */
.font-27 {
  font-size: 27px;
}

/* line 15627, app/assets/stylesheets/core.scss */
.font-28 {
  font-size: 28px;
}

/* line 15631, app/assets/stylesheets/core.scss */
.font-29 {
  font-size: 29px;
}

/* line 15635, app/assets/stylesheets/core.scss */
.font-30 {
  font-size: 30px;
}

/* line 15639, app/assets/stylesheets/core.scss */
.font-31 {
  font-size: 31px;
}

/* line 15643, app/assets/stylesheets/core.scss */
.font-32 {
  font-size: 32px;
}

/* line 15647, app/assets/stylesheets/core.scss */
.font-33 {
  font-size: 33px;
}

/* line 15651, app/assets/stylesheets/core.scss */
.font-34 {
  font-size: 34px;
}

/* line 15655, app/assets/stylesheets/core.scss */
.font-35 {
  font-size: 35px;
}

/* line 15659, app/assets/stylesheets/core.scss */
.font-36 {
  font-size: 36px;
}

/* line 15663, app/assets/stylesheets/core.scss */
.font-37 {
  font-size: 37px;
}

/* line 15667, app/assets/stylesheets/core.scss */
.font-38 {
  font-size: 38px;
}

/* line 15671, app/assets/stylesheets/core.scss */
.font-39 {
  font-size: 39px;
}

/* line 15675, app/assets/stylesheets/core.scss */
.font-40 {
  font-size: 40px;
}

/* line 15679, app/assets/stylesheets/core.scss */
.font-41 {
  font-size: 41px;
}

/* line 15683, app/assets/stylesheets/core.scss */
.font-42 {
  font-size: 42px;
}

/* line 15687, app/assets/stylesheets/core.scss */
.font-43 {
  font-size: 43px;
}

/* line 15691, app/assets/stylesheets/core.scss */
.font-44 {
  font-size: 44px;
}

/* line 15695, app/assets/stylesheets/core.scss */
.font-45 {
  font-size: 45px;
}

/* line 15699, app/assets/stylesheets/core.scss */
.font-46 {
  font-size: 46px;
}

/* line 15703, app/assets/stylesheets/core.scss */
.font-47 {
  font-size: 47px;
}

/* line 15707, app/assets/stylesheets/core.scss */
.font-48 {
  font-size: 48px;
}

/* line 15711, app/assets/stylesheets/core.scss */
.font-dm-serif {
  font-family: "DM Serif Display", "sans-serif;";
}

/* line 15715, app/assets/stylesheets/core.scss */
.text-inherit {
  color: inherit;
}

/* line 15718, app/assets/stylesheets/core.scss */
.text-inherit:hover {
  color: #1c2232 !important;
}

/* line 15722, app/assets/stylesheets/core.scss */
.text-reset:hover {
  color: #1c2232 !important;
}

/* line 15726, app/assets/stylesheets/core.scss */
.text-bottom-line {
  position: relative;
}

/* line 15729, app/assets/stylesheets/core.scss */
.text-bottom-line:after {
  position: absolute;
  content: "";
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/../images/yoga/line-shape.svg);
  left: 0;
  right: 0;
  bottom: 0px;
  height: 4px;
  background-repeat: no-repeat;
  width: 191px;
  margin: 0 auto;
}

/* line 15742, app/assets/stylesheets/core.scss */
.grayscale {
  filter: grayscale(100%);
  opacity: 0.5;
}

/* line 15747, app/assets/stylesheets/core.scss */
.color-white-filter {
  filter: brightness(0) invert(1);
}

/* line 15751, app/assets/stylesheets/core.scss */
.color-dark-filter {
  filter: brightness(1) invert(0);
}

/* line 15755, app/assets/stylesheets/core.scss */
.bg-cover {
  background: no-repeat center center/cover;
}

/* line 15759, app/assets/stylesheets/core.scss */
.hidden-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-height: 10%;
  min-height: 260px;
  background-color: var(--white);
}

/* line 15770, app/assets/stylesheets/core.scss */
.img-zoom {
  border-radius: 0.25rem;
  overflow: hidden;
}

/* line 15774, app/assets/stylesheets/core.scss */
.img-zoom img {
  transition: transform 0.5s ease;
}

/* line 15777, app/assets/stylesheets/core.scss */
.img-zoom img:hover {
  transform: scale(1.1);
}

/* line 15781, app/assets/stylesheets/core.scss */
.status {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 10px;
}

/* line 15788, app/assets/stylesheets/core.scss */
.lift {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px 0 transparent;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

/* line 15795, app/assets/stylesheets/core.scss */
.lift:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  transform: translate(0px, -12px);
}

/*!
 * Bootstrap  v5.3.0-alpha3 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 15805, app/assets/stylesheets/core.scss */
:root,
[data-bs-theme=light] {
  --blue: #0d6efd;
  --indigo: #672ebb;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #ea4336;
  --orange: #1c2232;
  --yellow: #f4cc30;
  --green: #24a148;
  --teal: #20c997;
  --cyan: #17a2b8;
  --black: #1c2232;
  --white: #fff;
  --gray: #6f6985;
  --gray-dark: #565266;
  --gray-100: #f4f4f5;
  --gray-200: #eae9ec;
  --gray-300: #d5d4d9;
  --gray-400: #aaa8b3;
  --gray-500: #bbb9cc;
  --gray-600: #6f6985;
  --gray-700: #59536d;
  --gray-800: #565266;
  --gray-900: #1c2232;
  --primary: #1c2232;
  --secondary: #672ebb;
  --success: #24a148;
  --info: #17a2b8;
  --warning: #f4cc30;
  --danger: #ea4336;
  --light: #f4f4f5;
  --dark: #1c2232;
  --white: #fff;
  --light-primary: #ffeae6;
  --light-danger: #ffebea;
  --light-info: #d0ffff;
  --light-warning: #fff6e1;
  --light-secondary: #ebddff;
  --light-success: #e8fff3;
  --primary-rgb: 255, 89, 56;
  --secondary-rgb: 103, 46, 187;
  --success-rgb: 36, 161, 72;
  --info-rgb: 23, 162, 184;
  --warning-rgb: 255, 193, 7;
  --danger-rgb: 234, 67, 54;
  --light-rgb: 244, 244, 245;
  --dark-rgb: 20, 27, 37;
  --white-rgb: 255, 255, 255;
  --light-primary-rgb: 255, 234, 230;
  --light-danger-rgb: 255, 235, 234;
  --light-info-rgb: 208, 255, 255;
  --light-warning-rgb: 255, 246, 225;
  --light-secondary-rgb: 235, 221, 255;
  --light-success-rgb: 232, 255, 243;
  --primary-text-emphasis: #662416;
  --secondary-text-emphasis: #29124b;
  --success-text-emphasis: #0e401d;
  --info-text-emphasis: #09414a;
  --warning-text-emphasis: #664d03;
  --danger-text-emphasis: #5e1b16;
  --light-text-emphasis: #59536d;
  --dark-text-emphasis: #59536d;
  --primary-bg-subtle: #ffded7;
  --secondary-bg-subtle: #e1d5f1;
  --success-bg-subtle: #d3ecda;
  --info-bg-subtle: #d1ecf1;
  --warning-bg-subtle: #fff3cd;
  --danger-bg-subtle: #fbd9d7;
  --light-bg-subtle: #fafafa;
  --dark-bg-subtle: #aaa8b3;
  --primary-border-subtle: #ffbdaf;
  --secondary-border-subtle: #c2abe4;
  --success-border-subtle: #a7d9b6;
  --info-border-subtle: #a2dae3;
  --warning-border-subtle: #ffe69c;
  --danger-border-subtle: #f7b4af;
  --light-border-subtle: #eae9ec;
  --dark-border-subtle: #bbb9cc;
  --white-rgb: 255, 255, 255;
  --black-rgb: 38, 31, 68;
  --font-sans-serif: "Mulish", "sans-serif;";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-color: #6f6985;
  --body-color-rgb: 111, 105, 133;
  --body-bg: #fff;
  --body-bg-rgb: 255, 255, 255;
  --emphasis-color: #1c2232;
  --emphasis-color-rgb: 38, 31, 68;
  --secondary-color: rgba(111, 105, 133, 0.75);
  --secondary-color-rgb: 111, 105, 133;
  --secondary-bg: #eae9ec;
  --secondary-bg-rgb: 234, 233, 236;
  --tertiary-color: rgba(111, 105, 133, 0.5);
  --tertiary-color-rgb: 111, 105, 133;
  --tertiary-bg: #f4f4f5;
  --tertiary-bg-rgb: 244, 244, 245;
  --heading-color: var(--gray-900);
  --link-color: #1c2232;
  --link-color-rgb: 255, 89, 56;
  --link-decoration: none;
  --link-hover-color: #cc472d;
  --link-hover-color-rgb: 204, 71, 45;
  --code-color: #d63384;
  --highlight-bg: #fff3cd;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #eae9ec;
  --border-color-translucent: #eae9ec;
  --border-radius: 0.375rem;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;
  --box-shadow: 0 0.5rem 1rem rgba(38, 31, 68, 0.15);
  --box-shadow-sm: 0 0.125rem 0.25rem rgba(38, 31, 68, 0.075);
  --box-shadow-lg: 0 1rem 3rem rgba(38, 31, 68, 0.175);
  --box-shadow-inset: inset 0 1px 2px rgba(38, 31, 68, 0.075);
  --focus-ring-width: 0.25rem;
  --focus-ring-opacity: 0.25;
  --focus-ring-color: rgba(255, 89, 56, 0.25);
  --form-valid-color: #24a148;
  --form-valid-border-color: #24a148;
  --form-invalid-color: #ea4336;
  --form-invalid-border-color: #ea4336;
}

/* line 15939, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] {
  color-scheme: dark;
  --body-color: #f1f3f4;
  --body-color-rgb: 241, 243, 244;
  --body-bg: #1c2232;
  --body-bg-rgb: 38, 31, 68;
  --emphasis-color: #fff;
  --emphasis-color-rgb: 255, 255, 255;
  --secondary-color: rgba(187, 185, 204, 0.75);
  --secondary-color-rgb: 187, 185, 204;
  --secondary-bg: #565266;
  --secondary-bg-rgb: 86, 82, 102;
  --tertiary-color: rgba(187, 185, 204, 0.5);
  --tertiary-color-rgb: 187, 185, 204;
  --tertiary-bg: #3e3955;
  --tertiary-bg-rgb: 62, 57, 85;
  --primary-text-emphasis: #ff9b88;
  --secondary-text-emphasis: #a482d6;
  --success-text-emphasis: #7cc791;
  --info-text-emphasis: #74c7d4;
  --warning-text-emphasis: #ffda6a;
  --danger-text-emphasis: #f28e86;
  --light-text-emphasis: #f4f4f5;
  --dark-text-emphasis: #d5d4d9;
  --primary-bg-subtle: #33120b;
  --secondary-bg-subtle: #150925;
  --success-bg-subtle: #07200e;
  --info-bg-subtle: #052025;
  --warning-bg-subtle: #332701;
  --danger-bg-subtle: #2f0d0b;
  --light-bg-subtle: #565266;
  --dark-bg-subtle: #3e3955;
  --primary-border-subtle: #993522;
  --secondary-border-subtle: #3e1c70;
  --success-border-subtle: #16612b;
  --info-border-subtle: #0e616e;
  --warning-border-subtle: #997404;
  --danger-border-subtle: #8c2820;
  --light-border-subtle: #59536d;
  --dark-border-subtle: #565266;
  --link-color: #ff9b88;
  --link-hover-color: #ffafa0;
  --link-color-rgb: 255, 155, 136;
  --link-hover-color-rgb: 255, 175, 160;
  --code-color: #e685b5;
  --border-color: #59536d;
  --border-color-translucent: rgba(255, 255, 255, 0.15);
  --form-valid-color: #7cc791;
  --form-valid-border-color: #7cc791;
  --form-invalid-color: #f28e86;
  --form-invalid-border-color: #f28e86;
}

/* line 15992, app/assets/stylesheets/core.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 15999, app/assets/stylesheets/core.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 16004, app/assets/stylesheets/core.scss */
body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(38, 31, 68, 0);
}

/* line 16017, app/assets/stylesheets/core.scss */
hr {
  margin: 1rem 0;
  color: #aaa8b3;
  border: 0;
  border-top: var(--border-width) solid;
  opacity: 0.25;
}

/* line 16025, app/assets/stylesheets/core.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--heading-color, inherit);
}

/* line 16033, app/assets/stylesheets/core.scss */
h1, .h1 {
  font-size: calc(1.3875rem + 1.65vw);
}

@media (min-width: 1200px) {
  /* line 16037, app/assets/stylesheets/core.scss */
  h1, .h1 {
    font-size: 2.625rem;
  }
}

/* line 16042, app/assets/stylesheets/core.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 16046, app/assets/stylesheets/core.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 16051, app/assets/stylesheets/core.scss */
h3, .h3 {
  font-size: calc(1.2875rem + 0.45vw);
}

@media (min-width: 1200px) {
  /* line 16055, app/assets/stylesheets/core.scss */
  h3, .h3 {
    font-size: 1.625rem;
  }
}

/* line 16060, app/assets/stylesheets/core.scss */
h4, .h4 {
  font-size: 1.25rem;
}

/* line 16064, app/assets/stylesheets/core.scss */
h5, .h5 {
  font-size: 1rem;
}

/* line 16068, app/assets/stylesheets/core.scss */
h6, .h6 {
  font-size: 0.875rem;
}

/* line 16072, app/assets/stylesheets/core.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 16077, app/assets/stylesheets/core.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 16085, app/assets/stylesheets/core.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 16091, app/assets/stylesheets/core.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 16096, app/assets/stylesheets/core.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 16103, app/assets/stylesheets/core.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 16110, app/assets/stylesheets/core.scss */
dt {
  font-weight: 700;
}

/* line 16114, app/assets/stylesheets/core.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 16119, app/assets/stylesheets/core.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 16123, app/assets/stylesheets/core.scss */
b,
strong {
  font-weight: bolder;
}

/* line 16128, app/assets/stylesheets/core.scss */
small, .small {
  font-size: 0.875em;
}

/* line 16132, app/assets/stylesheets/core.scss */
mark, .mark {
  padding: 0.1875em;
  background-color: var(--highlight-bg);
}

/* line 16137, app/assets/stylesheets/core.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 16145, app/assets/stylesheets/core.scss */
sub {
  bottom: -0.25em;
}

/* line 16149, app/assets/stylesheets/core.scss */
sup {
  top: -0.5em;
}

/* line 16153, app/assets/stylesheets/core.scss */
a {
  color: rgba(var(--link-color-rgb), var(--link-opacity, 1));
  text-decoration: none;
}

/* line 16157, app/assets/stylesheets/core.scss */
a:hover {
  --link-color-rgb: var(--link-hover-color-rgb);
}

/* line 16161, app/assets/stylesheets/core.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 16166, app/assets/stylesheets/core.scss */
pre,
code,
kbd,
samp {
  font-family: var(--font-monospace);
  font-size: 1em;
}

/* line 16174, app/assets/stylesheets/core.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 16181, app/assets/stylesheets/core.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 16187, app/assets/stylesheets/core.scss */
code {
  font-size: 0.875em;
  color: var(--code-color);
  word-wrap: break-word;
}

/* line 16192, app/assets/stylesheets/core.scss */
a > code {
  color: inherit;
}

/* line 16196, app/assets/stylesheets/core.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--body-bg);
  background-color: var(--body-color);
  border-radius: 0.25rem;
}

/* line 16203, app/assets/stylesheets/core.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 16208, app/assets/stylesheets/core.scss */
figure {
  margin: 0 0 1rem;
}

/* line 16212, app/assets/stylesheets/core.scss */
img,
svg {
  vertical-align: middle;
}

/* line 16217, app/assets/stylesheets/core.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 16222, app/assets/stylesheets/core.scss */
caption {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  color: var(--secondary-color);
  text-align: left;
}

/* line 16229, app/assets/stylesheets/core.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 16234, app/assets/stylesheets/core.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 16245, app/assets/stylesheets/core.scss */
label {
  display: inline-block;
}

/* line 16249, app/assets/stylesheets/core.scss */
button {
  border-radius: 0;
}

/* line 16253, app/assets/stylesheets/core.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 16257, app/assets/stylesheets/core.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 16268, app/assets/stylesheets/core.scss */
button,
select {
  text-transform: none;
}

/* line 16273, app/assets/stylesheets/core.scss */
[role=button] {
  cursor: pointer;
}

/* line 16277, app/assets/stylesheets/core.scss */
select {
  word-wrap: normal;
}

/* line 16280, app/assets/stylesheets/core.scss */
select:disabled {
  opacity: 1;
}

/* line 16284, app/assets/stylesheets/core.scss */
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 16288, app/assets/stylesheets/core.scss */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* line 16294, app/assets/stylesheets/core.scss */
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

/* line 16301, app/assets/stylesheets/core.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 16306, app/assets/stylesheets/core.scss */
textarea {
  resize: vertical;
}

/* line 16310, app/assets/stylesheets/core.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 16317, app/assets/stylesheets/core.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 16326, app/assets/stylesheets/core.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 16330, app/assets/stylesheets/core.scss */
legend + * {
  clear: left;
}

/* line 16334, app/assets/stylesheets/core.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 16344, app/assets/stylesheets/core.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 16348, app/assets/stylesheets/core.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 16361, app/assets/stylesheets/core.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 16365, app/assets/stylesheets/core.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 16369, app/assets/stylesheets/core.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 16374, app/assets/stylesheets/core.scss */
output {
  display: inline-block;
}

/* line 16378, app/assets/stylesheets/core.scss */
iframe {
  border: 0;
}

/* line 16382, app/assets/stylesheets/core.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 16387, app/assets/stylesheets/core.scss */
progress {
  vertical-align: baseline;
}

/* line 16391, app/assets/stylesheets/core.scss */
[hidden] {
  display: none !important;
}

/* line 16395, app/assets/stylesheets/core.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 500;
}

/* line 16400, app/assets/stylesheets/core.scss */
.display-0 {
  font-size: calc(1.625rem + 5vw);
  font-weight: 300;
  line-height: 1.3;
}

/* line 16406, app/assets/stylesheets/core.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.3;
}

/* line 16412, app/assets/stylesheets/core.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  /* line 16418, app/assets/stylesheets/core.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 16423, app/assets/stylesheets/core.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  /* line 16429, app/assets/stylesheets/core.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 16434, app/assets/stylesheets/core.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  /* line 16440, app/assets/stylesheets/core.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 16445, app/assets/stylesheets/core.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  /* line 16451, app/assets/stylesheets/core.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 16456, app/assets/stylesheets/core.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  /* line 16462, app/assets/stylesheets/core.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 16467, app/assets/stylesheets/core.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 16472, app/assets/stylesheets/core.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 16477, app/assets/stylesheets/core.scss */
.list-inline-item {
  display: inline-block;
}

/* line 16480, app/assets/stylesheets/core.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 16484, app/assets/stylesheets/core.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 16489, app/assets/stylesheets/core.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 16493, app/assets/stylesheets/core.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 16497, app/assets/stylesheets/core.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6f6985;
}

/* line 16503, app/assets/stylesheets/core.scss */
.blockquote-footer::before {
  content: "— ";
}

/* line 16507, app/assets/stylesheets/core.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 16512, app/assets/stylesheets/core.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--body-bg);
  border: var(--border-width) solid var(--border-color);
  border-radius: var(--border-radius);
  max-width: 100%;
  height: auto;
}

/* line 16521, app/assets/stylesheets/core.scss */
.figure {
  display: inline-block;
}

/* line 16525, app/assets/stylesheets/core.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 16530, app/assets/stylesheets/core.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--secondary-color);
}

/* line 16535, app/assets/stylesheets/core.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --gutter-x: 2rem;
  --gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 16552, app/assets/stylesheets/core.scss */
  .container-sm, .container {
    max-width: 486px;
  }
}

@media (min-width: 768px) {
  /* line 16557, app/assets/stylesheets/core.scss */
  .container-md, .container-sm, .container {
    max-width: 648px;
  }
}

@media (min-width: 992px) {
  /* line 16562, app/assets/stylesheets/core.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 864px;
  }
}

@media (min-width: 1200px) {
  /* line 16567, app/assets/stylesheets/core.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1026px;
  }
}

@media (min-width: 1400px) {
  /* line 16572, app/assets/stylesheets/core.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1188px;
  }
}

/* line 16576, app/assets/stylesheets/core.scss */
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
}

/* line 16585, app/assets/stylesheets/core.scss */
.row {
  --gutter-x: 2rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}

/* line 16594, app/assets/stylesheets/core.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

/* line 16603, app/assets/stylesheets/core.scss */
.col {
  flex: 1 0 0%;
}

/* line 16607, app/assets/stylesheets/core.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 16612, app/assets/stylesheets/core.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 16617, app/assets/stylesheets/core.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 16622, app/assets/stylesheets/core.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 16627, app/assets/stylesheets/core.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 16632, app/assets/stylesheets/core.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 16637, app/assets/stylesheets/core.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 16642, app/assets/stylesheets/core.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 16647, app/assets/stylesheets/core.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 16652, app/assets/stylesheets/core.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 16657, app/assets/stylesheets/core.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 16662, app/assets/stylesheets/core.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 16667, app/assets/stylesheets/core.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 16672, app/assets/stylesheets/core.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 16677, app/assets/stylesheets/core.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 16682, app/assets/stylesheets/core.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 16687, app/assets/stylesheets/core.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 16692, app/assets/stylesheets/core.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 16697, app/assets/stylesheets/core.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 16702, app/assets/stylesheets/core.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 16707, app/assets/stylesheets/core.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 16711, app/assets/stylesheets/core.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 16715, app/assets/stylesheets/core.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 16719, app/assets/stylesheets/core.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 16723, app/assets/stylesheets/core.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 16727, app/assets/stylesheets/core.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 16731, app/assets/stylesheets/core.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 16735, app/assets/stylesheets/core.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 16739, app/assets/stylesheets/core.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 16743, app/assets/stylesheets/core.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 16747, app/assets/stylesheets/core.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 16751, app/assets/stylesheets/core.scss */
.g-0,
.gx-0 {
  --gutter-x: 0;
}

/* line 16756, app/assets/stylesheets/core.scss */
.g-0,
.gy-0 {
  --gutter-y: 0;
}

/* line 16761, app/assets/stylesheets/core.scss */
.g-1,
.gx-1 {
  --gutter-x: 0.25rem;
}

/* line 16766, app/assets/stylesheets/core.scss */
.g-1,
.gy-1 {
  --gutter-y: 0.25rem;
}

/* line 16771, app/assets/stylesheets/core.scss */
.g-2,
.gx-2 {
  --gutter-x: 0.5rem;
}

/* line 16776, app/assets/stylesheets/core.scss */
.g-2,
.gy-2 {
  --gutter-y: 0.5rem;
}

/* line 16781, app/assets/stylesheets/core.scss */
.g-3,
.gx-3 {
  --gutter-x: 1rem;
}

/* line 16786, app/assets/stylesheets/core.scss */
.g-3,
.gy-3 {
  --gutter-y: 1rem;
}

/* line 16791, app/assets/stylesheets/core.scss */
.g-4,
.gx-4 {
  --gutter-x: 1.5rem;
}

/* line 16796, app/assets/stylesheets/core.scss */
.g-4,
.gy-4 {
  --gutter-y: 1.5rem;
}

/* line 16801, app/assets/stylesheets/core.scss */
.g-5,
.gx-5 {
  --gutter-x: 2rem;
}

/* line 16806, app/assets/stylesheets/core.scss */
.g-5,
.gy-5 {
  --gutter-y: 2rem;
}

/* line 16811, app/assets/stylesheets/core.scss */
.g-6,
.gx-6 {
  --gutter-x: 2.5rem;
}

/* line 16816, app/assets/stylesheets/core.scss */
.g-6,
.gy-6 {
  --gutter-y: 2.5rem;
}

/* line 16821, app/assets/stylesheets/core.scss */
.g-7,
.gx-7 {
  --gutter-x: 3rem;
}

/* line 16826, app/assets/stylesheets/core.scss */
.g-7,
.gy-7 {
  --gutter-y: 3rem;
}

/* line 16831, app/assets/stylesheets/core.scss */
.g-8,
.gx-8 {
  --gutter-x: 3.5rem;
}

/* line 16836, app/assets/stylesheets/core.scss */
.g-8,
.gy-8 {
  --gutter-y: 3.5rem;
}

/* line 16841, app/assets/stylesheets/core.scss */
.g-9,
.gx-9 {
  --gutter-x: 4rem;
}

/* line 16846, app/assets/stylesheets/core.scss */
.g-9,
.gy-9 {
  --gutter-y: 4rem;
}

/* line 16851, app/assets/stylesheets/core.scss */
.g-10,
.gx-10 {
  --gutter-x: 4.5rem;
}

/* line 16856, app/assets/stylesheets/core.scss */
.g-10,
.gy-10 {
  --gutter-y: 4.5rem;
}

/* line 16861, app/assets/stylesheets/core.scss */
.g-11,
.gx-11 {
  --gutter-x: 5rem;
}

/* line 16866, app/assets/stylesheets/core.scss */
.g-11,
.gy-11 {
  --gutter-y: 5rem;
}

/* line 16871, app/assets/stylesheets/core.scss */
.g-12,
.gx-12 {
  --gutter-x: 5.5rem;
}

/* line 16876, app/assets/stylesheets/core.scss */
.g-12,
.gy-12 {
  --gutter-y: 5.5rem;
}

/* line 16881, app/assets/stylesheets/core.scss */
.g-13,
.gx-13 {
  --gutter-x: 6rem;
}

/* line 16886, app/assets/stylesheets/core.scss */
.g-13,
.gy-13 {
  --gutter-y: 6rem;
}

/* line 16891, app/assets/stylesheets/core.scss */
.g-14,
.gx-14 {
  --gutter-x: 6.5rem;
}

/* line 16896, app/assets/stylesheets/core.scss */
.g-14,
.gy-14 {
  --gutter-y: 6.5rem;
}

/* line 16901, app/assets/stylesheets/core.scss */
.g-15,
.gx-15 {
  --gutter-x: 7rem;
}

/* line 16906, app/assets/stylesheets/core.scss */
.g-15,
.gy-15 {
  --gutter-y: 7rem;
}

/* line 16911, app/assets/stylesheets/core.scss */
.g-16,
.gx-16 {
  --gutter-x: 7.5rem;
}

/* line 16916, app/assets/stylesheets/core.scss */
.g-16,
.gy-16 {
  --gutter-y: 7.5rem;
}

/* line 16921, app/assets/stylesheets/core.scss */
.g-17,
.gx-17 {
  --gutter-x: 8rem;
}

/* line 16926, app/assets/stylesheets/core.scss */
.g-17,
.gy-17 {
  --gutter-y: 8rem;
}

/* line 16931, app/assets/stylesheets/core.scss */
.g-18,
.gx-18 {
  --gutter-x: 10rem;
}

/* line 16936, app/assets/stylesheets/core.scss */
.g-18,
.gy-18 {
  --gutter-y: 10rem;
}

/* line 16941, app/assets/stylesheets/core.scss */
.g-19,
.gx-19 {
  --gutter-x: 12rem;
}

/* line 16946, app/assets/stylesheets/core.scss */
.g-19,
.gy-19 {
  --gutter-y: 12rem;
}

/* line 16951, app/assets/stylesheets/core.scss */
.g-20,
.gx-20 {
  --gutter-x: 14rem;
}

/* line 16956, app/assets/stylesheets/core.scss */
.g-20,
.gy-20 {
  --gutter-y: 14rem;
}

/* line 16961, app/assets/stylesheets/core.scss */
.g-21,
.gx-21 {
  --gutter-x: 18.5rem;
}

/* line 16966, app/assets/stylesheets/core.scss */
.g-21,
.gy-21 {
  --gutter-y: 18.5rem;
}

/* line 16971, app/assets/stylesheets/core.scss */
.g-22,
.gx-22 {
  --gutter-x: 22rem;
}

/* line 16976, app/assets/stylesheets/core.scss */
.g-22,
.gy-22 {
  --gutter-y: 22rem;
}

/* line 16981, app/assets/stylesheets/core.scss */
.g-23,
.gx-23 {
  --gutter-x: 35rem;
}

/* line 16986, app/assets/stylesheets/core.scss */
.g-23,
.gy-23 {
  --gutter-y: 35rem;
}

/* line 16991, app/assets/stylesheets/core.scss */
.g-24,
.gx-24 {
  --gutter-x: 40rem;
}

/* line 16996, app/assets/stylesheets/core.scss */
.g-24,
.gy-24 {
  --gutter-y: 40rem;
}

@media (min-width: 576px) {
  /* line 17002, app/assets/stylesheets/core.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 17005, app/assets/stylesheets/core.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17009, app/assets/stylesheets/core.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17013, app/assets/stylesheets/core.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17017, app/assets/stylesheets/core.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 17021, app/assets/stylesheets/core.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17025, app/assets/stylesheets/core.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 17029, app/assets/stylesheets/core.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 17033, app/assets/stylesheets/core.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17037, app/assets/stylesheets/core.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 17041, app/assets/stylesheets/core.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 17045, app/assets/stylesheets/core.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17049, app/assets/stylesheets/core.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 17053, app/assets/stylesheets/core.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 17057, app/assets/stylesheets/core.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17061, app/assets/stylesheets/core.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 17065, app/assets/stylesheets/core.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 17069, app/assets/stylesheets/core.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 17073, app/assets/stylesheets/core.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 17077, app/assets/stylesheets/core.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 17081, app/assets/stylesheets/core.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17085, app/assets/stylesheets/core.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 17088, app/assets/stylesheets/core.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 17091, app/assets/stylesheets/core.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 17094, app/assets/stylesheets/core.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 17097, app/assets/stylesheets/core.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 17100, app/assets/stylesheets/core.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 17103, app/assets/stylesheets/core.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 17106, app/assets/stylesheets/core.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 17109, app/assets/stylesheets/core.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 17112, app/assets/stylesheets/core.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 17115, app/assets/stylesheets/core.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 17118, app/assets/stylesheets/core.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 17121, app/assets/stylesheets/core.scss */
  .g-sm-0,
.gx-sm-0 {
    --gutter-x: 0;
  }
  /* line 17125, app/assets/stylesheets/core.scss */
  .g-sm-0,
.gy-sm-0 {
    --gutter-y: 0;
  }
  /* line 17129, app/assets/stylesheets/core.scss */
  .g-sm-1,
.gx-sm-1 {
    --gutter-x: 0.25rem;
  }
  /* line 17133, app/assets/stylesheets/core.scss */
  .g-sm-1,
.gy-sm-1 {
    --gutter-y: 0.25rem;
  }
  /* line 17137, app/assets/stylesheets/core.scss */
  .g-sm-2,
.gx-sm-2 {
    --gutter-x: 0.5rem;
  }
  /* line 17141, app/assets/stylesheets/core.scss */
  .g-sm-2,
.gy-sm-2 {
    --gutter-y: 0.5rem;
  }
  /* line 17145, app/assets/stylesheets/core.scss */
  .g-sm-3,
.gx-sm-3 {
    --gutter-x: 1rem;
  }
  /* line 17149, app/assets/stylesheets/core.scss */
  .g-sm-3,
.gy-sm-3 {
    --gutter-y: 1rem;
  }
  /* line 17153, app/assets/stylesheets/core.scss */
  .g-sm-4,
.gx-sm-4 {
    --gutter-x: 1.5rem;
  }
  /* line 17157, app/assets/stylesheets/core.scss */
  .g-sm-4,
.gy-sm-4 {
    --gutter-y: 1.5rem;
  }
  /* line 17161, app/assets/stylesheets/core.scss */
  .g-sm-5,
.gx-sm-5 {
    --gutter-x: 2rem;
  }
  /* line 17165, app/assets/stylesheets/core.scss */
  .g-sm-5,
.gy-sm-5 {
    --gutter-y: 2rem;
  }
  /* line 17169, app/assets/stylesheets/core.scss */
  .g-sm-6,
.gx-sm-6 {
    --gutter-x: 2.5rem;
  }
  /* line 17173, app/assets/stylesheets/core.scss */
  .g-sm-6,
.gy-sm-6 {
    --gutter-y: 2.5rem;
  }
  /* line 17177, app/assets/stylesheets/core.scss */
  .g-sm-7,
.gx-sm-7 {
    --gutter-x: 3rem;
  }
  /* line 17181, app/assets/stylesheets/core.scss */
  .g-sm-7,
.gy-sm-7 {
    --gutter-y: 3rem;
  }
  /* line 17185, app/assets/stylesheets/core.scss */
  .g-sm-8,
.gx-sm-8 {
    --gutter-x: 3.5rem;
  }
  /* line 17189, app/assets/stylesheets/core.scss */
  .g-sm-8,
.gy-sm-8 {
    --gutter-y: 3.5rem;
  }
  /* line 17193, app/assets/stylesheets/core.scss */
  .g-sm-9,
.gx-sm-9 {
    --gutter-x: 4rem;
  }
  /* line 17197, app/assets/stylesheets/core.scss */
  .g-sm-9,
.gy-sm-9 {
    --gutter-y: 4rem;
  }
  /* line 17201, app/assets/stylesheets/core.scss */
  .g-sm-10,
.gx-sm-10 {
    --gutter-x: 4.5rem;
  }
  /* line 17205, app/assets/stylesheets/core.scss */
  .g-sm-10,
.gy-sm-10 {
    --gutter-y: 4.5rem;
  }
  /* line 17209, app/assets/stylesheets/core.scss */
  .g-sm-11,
.gx-sm-11 {
    --gutter-x: 5rem;
  }
  /* line 17213, app/assets/stylesheets/core.scss */
  .g-sm-11,
.gy-sm-11 {
    --gutter-y: 5rem;
  }
  /* line 17217, app/assets/stylesheets/core.scss */
  .g-sm-12,
.gx-sm-12 {
    --gutter-x: 5.5rem;
  }
  /* line 17221, app/assets/stylesheets/core.scss */
  .g-sm-12,
.gy-sm-12 {
    --gutter-y: 5.5rem;
  }
  /* line 17225, app/assets/stylesheets/core.scss */
  .g-sm-13,
.gx-sm-13 {
    --gutter-x: 6rem;
  }
  /* line 17229, app/assets/stylesheets/core.scss */
  .g-sm-13,
.gy-sm-13 {
    --gutter-y: 6rem;
  }
  /* line 17233, app/assets/stylesheets/core.scss */
  .g-sm-14,
.gx-sm-14 {
    --gutter-x: 6.5rem;
  }
  /* line 17237, app/assets/stylesheets/core.scss */
  .g-sm-14,
.gy-sm-14 {
    --gutter-y: 6.5rem;
  }
  /* line 17241, app/assets/stylesheets/core.scss */
  .g-sm-15,
.gx-sm-15 {
    --gutter-x: 7rem;
  }
  /* line 17245, app/assets/stylesheets/core.scss */
  .g-sm-15,
.gy-sm-15 {
    --gutter-y: 7rem;
  }
  /* line 17249, app/assets/stylesheets/core.scss */
  .g-sm-16,
.gx-sm-16 {
    --gutter-x: 7.5rem;
  }
  /* line 17253, app/assets/stylesheets/core.scss */
  .g-sm-16,
.gy-sm-16 {
    --gutter-y: 7.5rem;
  }
  /* line 17257, app/assets/stylesheets/core.scss */
  .g-sm-17,
.gx-sm-17 {
    --gutter-x: 8rem;
  }
  /* line 17261, app/assets/stylesheets/core.scss */
  .g-sm-17,
.gy-sm-17 {
    --gutter-y: 8rem;
  }
  /* line 17265, app/assets/stylesheets/core.scss */
  .g-sm-18,
.gx-sm-18 {
    --gutter-x: 10rem;
  }
  /* line 17269, app/assets/stylesheets/core.scss */
  .g-sm-18,
.gy-sm-18 {
    --gutter-y: 10rem;
  }
  /* line 17273, app/assets/stylesheets/core.scss */
  .g-sm-19,
.gx-sm-19 {
    --gutter-x: 12rem;
  }
  /* line 17277, app/assets/stylesheets/core.scss */
  .g-sm-19,
.gy-sm-19 {
    --gutter-y: 12rem;
  }
  /* line 17281, app/assets/stylesheets/core.scss */
  .g-sm-20,
.gx-sm-20 {
    --gutter-x: 14rem;
  }
  /* line 17285, app/assets/stylesheets/core.scss */
  .g-sm-20,
.gy-sm-20 {
    --gutter-y: 14rem;
  }
  /* line 17289, app/assets/stylesheets/core.scss */
  .g-sm-21,
.gx-sm-21 {
    --gutter-x: 18.5rem;
  }
  /* line 17293, app/assets/stylesheets/core.scss */
  .g-sm-21,
.gy-sm-21 {
    --gutter-y: 18.5rem;
  }
  /* line 17297, app/assets/stylesheets/core.scss */
  .g-sm-22,
.gx-sm-22 {
    --gutter-x: 22rem;
  }
  /* line 17301, app/assets/stylesheets/core.scss */
  .g-sm-22,
.gy-sm-22 {
    --gutter-y: 22rem;
  }
  /* line 17305, app/assets/stylesheets/core.scss */
  .g-sm-23,
.gx-sm-23 {
    --gutter-x: 35rem;
  }
  /* line 17309, app/assets/stylesheets/core.scss */
  .g-sm-23,
.gy-sm-23 {
    --gutter-y: 35rem;
  }
  /* line 17313, app/assets/stylesheets/core.scss */
  .g-sm-24,
.gx-sm-24 {
    --gutter-x: 40rem;
  }
  /* line 17317, app/assets/stylesheets/core.scss */
  .g-sm-24,
.gy-sm-24 {
    --gutter-y: 40rem;
  }
}

@media (min-width: 768px) {
  /* line 17323, app/assets/stylesheets/core.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 17326, app/assets/stylesheets/core.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17330, app/assets/stylesheets/core.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17334, app/assets/stylesheets/core.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17338, app/assets/stylesheets/core.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 17342, app/assets/stylesheets/core.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17346, app/assets/stylesheets/core.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 17350, app/assets/stylesheets/core.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 17354, app/assets/stylesheets/core.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17358, app/assets/stylesheets/core.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 17362, app/assets/stylesheets/core.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 17366, app/assets/stylesheets/core.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17370, app/assets/stylesheets/core.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 17374, app/assets/stylesheets/core.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 17378, app/assets/stylesheets/core.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17382, app/assets/stylesheets/core.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 17386, app/assets/stylesheets/core.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 17390, app/assets/stylesheets/core.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 17394, app/assets/stylesheets/core.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 17398, app/assets/stylesheets/core.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 17402, app/assets/stylesheets/core.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17406, app/assets/stylesheets/core.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 17409, app/assets/stylesheets/core.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 17412, app/assets/stylesheets/core.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 17415, app/assets/stylesheets/core.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 17418, app/assets/stylesheets/core.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 17421, app/assets/stylesheets/core.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 17424, app/assets/stylesheets/core.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 17427, app/assets/stylesheets/core.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 17430, app/assets/stylesheets/core.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 17433, app/assets/stylesheets/core.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 17436, app/assets/stylesheets/core.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 17439, app/assets/stylesheets/core.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 17442, app/assets/stylesheets/core.scss */
  .g-md-0,
.gx-md-0 {
    --gutter-x: 0;
  }
  /* line 17446, app/assets/stylesheets/core.scss */
  .g-md-0,
.gy-md-0 {
    --gutter-y: 0;
  }
  /* line 17450, app/assets/stylesheets/core.scss */
  .g-md-1,
.gx-md-1 {
    --gutter-x: 0.25rem;
  }
  /* line 17454, app/assets/stylesheets/core.scss */
  .g-md-1,
.gy-md-1 {
    --gutter-y: 0.25rem;
  }
  /* line 17458, app/assets/stylesheets/core.scss */
  .g-md-2,
.gx-md-2 {
    --gutter-x: 0.5rem;
  }
  /* line 17462, app/assets/stylesheets/core.scss */
  .g-md-2,
.gy-md-2 {
    --gutter-y: 0.5rem;
  }
  /* line 17466, app/assets/stylesheets/core.scss */
  .g-md-3,
.gx-md-3 {
    --gutter-x: 1rem;
  }
  /* line 17470, app/assets/stylesheets/core.scss */
  .g-md-3,
.gy-md-3 {
    --gutter-y: 1rem;
  }
  /* line 17474, app/assets/stylesheets/core.scss */
  .g-md-4,
.gx-md-4 {
    --gutter-x: 1.5rem;
  }
  /* line 17478, app/assets/stylesheets/core.scss */
  .g-md-4,
.gy-md-4 {
    --gutter-y: 1.5rem;
  }
  /* line 17482, app/assets/stylesheets/core.scss */
  .g-md-5,
.gx-md-5 {
    --gutter-x: 2rem;
  }
  /* line 17486, app/assets/stylesheets/core.scss */
  .g-md-5,
.gy-md-5 {
    --gutter-y: 2rem;
  }
  /* line 17490, app/assets/stylesheets/core.scss */
  .g-md-6,
.gx-md-6 {
    --gutter-x: 2.5rem;
  }
  /* line 17494, app/assets/stylesheets/core.scss */
  .g-md-6,
.gy-md-6 {
    --gutter-y: 2.5rem;
  }
  /* line 17498, app/assets/stylesheets/core.scss */
  .g-md-7,
.gx-md-7 {
    --gutter-x: 3rem;
  }
  /* line 17502, app/assets/stylesheets/core.scss */
  .g-md-7,
.gy-md-7 {
    --gutter-y: 3rem;
  }
  /* line 17506, app/assets/stylesheets/core.scss */
  .g-md-8,
.gx-md-8 {
    --gutter-x: 3.5rem;
  }
  /* line 17510, app/assets/stylesheets/core.scss */
  .g-md-8,
.gy-md-8 {
    --gutter-y: 3.5rem;
  }
  /* line 17514, app/assets/stylesheets/core.scss */
  .g-md-9,
.gx-md-9 {
    --gutter-x: 4rem;
  }
  /* line 17518, app/assets/stylesheets/core.scss */
  .g-md-9,
.gy-md-9 {
    --gutter-y: 4rem;
  }
  /* line 17522, app/assets/stylesheets/core.scss */
  .g-md-10,
.gx-md-10 {
    --gutter-x: 4.5rem;
  }
  /* line 17526, app/assets/stylesheets/core.scss */
  .g-md-10,
.gy-md-10 {
    --gutter-y: 4.5rem;
  }
  /* line 17530, app/assets/stylesheets/core.scss */
  .g-md-11,
.gx-md-11 {
    --gutter-x: 5rem;
  }
  /* line 17534, app/assets/stylesheets/core.scss */
  .g-md-11,
.gy-md-11 {
    --gutter-y: 5rem;
  }
  /* line 17538, app/assets/stylesheets/core.scss */
  .g-md-12,
.gx-md-12 {
    --gutter-x: 5.5rem;
  }
  /* line 17542, app/assets/stylesheets/core.scss */
  .g-md-12,
.gy-md-12 {
    --gutter-y: 5.5rem;
  }
  /* line 17546, app/assets/stylesheets/core.scss */
  .g-md-13,
.gx-md-13 {
    --gutter-x: 6rem;
  }
  /* line 17550, app/assets/stylesheets/core.scss */
  .g-md-13,
.gy-md-13 {
    --gutter-y: 6rem;
  }
  /* line 17554, app/assets/stylesheets/core.scss */
  .g-md-14,
.gx-md-14 {
    --gutter-x: 6.5rem;
  }
  /* line 17558, app/assets/stylesheets/core.scss */
  .g-md-14,
.gy-md-14 {
    --gutter-y: 6.5rem;
  }
  /* line 17562, app/assets/stylesheets/core.scss */
  .g-md-15,
.gx-md-15 {
    --gutter-x: 7rem;
  }
  /* line 17566, app/assets/stylesheets/core.scss */
  .g-md-15,
.gy-md-15 {
    --gutter-y: 7rem;
  }
  /* line 17570, app/assets/stylesheets/core.scss */
  .g-md-16,
.gx-md-16 {
    --gutter-x: 7.5rem;
  }
  /* line 17574, app/assets/stylesheets/core.scss */
  .g-md-16,
.gy-md-16 {
    --gutter-y: 7.5rem;
  }
  /* line 17578, app/assets/stylesheets/core.scss */
  .g-md-17,
.gx-md-17 {
    --gutter-x: 8rem;
  }
  /* line 17582, app/assets/stylesheets/core.scss */
  .g-md-17,
.gy-md-17 {
    --gutter-y: 8rem;
  }
  /* line 17586, app/assets/stylesheets/core.scss */
  .g-md-18,
.gx-md-18 {
    --gutter-x: 10rem;
  }
  /* line 17590, app/assets/stylesheets/core.scss */
  .g-md-18,
.gy-md-18 {
    --gutter-y: 10rem;
  }
  /* line 17594, app/assets/stylesheets/core.scss */
  .g-md-19,
.gx-md-19 {
    --gutter-x: 12rem;
  }
  /* line 17598, app/assets/stylesheets/core.scss */
  .g-md-19,
.gy-md-19 {
    --gutter-y: 12rem;
  }
  /* line 17602, app/assets/stylesheets/core.scss */
  .g-md-20,
.gx-md-20 {
    --gutter-x: 14rem;
  }
  /* line 17606, app/assets/stylesheets/core.scss */
  .g-md-20,
.gy-md-20 {
    --gutter-y: 14rem;
  }
  /* line 17610, app/assets/stylesheets/core.scss */
  .g-md-21,
.gx-md-21 {
    --gutter-x: 18.5rem;
  }
  /* line 17614, app/assets/stylesheets/core.scss */
  .g-md-21,
.gy-md-21 {
    --gutter-y: 18.5rem;
  }
  /* line 17618, app/assets/stylesheets/core.scss */
  .g-md-22,
.gx-md-22 {
    --gutter-x: 22rem;
  }
  /* line 17622, app/assets/stylesheets/core.scss */
  .g-md-22,
.gy-md-22 {
    --gutter-y: 22rem;
  }
  /* line 17626, app/assets/stylesheets/core.scss */
  .g-md-23,
.gx-md-23 {
    --gutter-x: 35rem;
  }
  /* line 17630, app/assets/stylesheets/core.scss */
  .g-md-23,
.gy-md-23 {
    --gutter-y: 35rem;
  }
  /* line 17634, app/assets/stylesheets/core.scss */
  .g-md-24,
.gx-md-24 {
    --gutter-x: 40rem;
  }
  /* line 17638, app/assets/stylesheets/core.scss */
  .g-md-24,
.gy-md-24 {
    --gutter-y: 40rem;
  }
}

@media (min-width: 992px) {
  /* line 17644, app/assets/stylesheets/core.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 17647, app/assets/stylesheets/core.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17651, app/assets/stylesheets/core.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17655, app/assets/stylesheets/core.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17659, app/assets/stylesheets/core.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 17663, app/assets/stylesheets/core.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17667, app/assets/stylesheets/core.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 17671, app/assets/stylesheets/core.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 17675, app/assets/stylesheets/core.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17679, app/assets/stylesheets/core.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 17683, app/assets/stylesheets/core.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 17687, app/assets/stylesheets/core.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17691, app/assets/stylesheets/core.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 17695, app/assets/stylesheets/core.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 17699, app/assets/stylesheets/core.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17703, app/assets/stylesheets/core.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 17707, app/assets/stylesheets/core.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 17711, app/assets/stylesheets/core.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 17715, app/assets/stylesheets/core.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 17719, app/assets/stylesheets/core.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 17723, app/assets/stylesheets/core.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17727, app/assets/stylesheets/core.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 17730, app/assets/stylesheets/core.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 17733, app/assets/stylesheets/core.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 17736, app/assets/stylesheets/core.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 17739, app/assets/stylesheets/core.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 17742, app/assets/stylesheets/core.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 17745, app/assets/stylesheets/core.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 17748, app/assets/stylesheets/core.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 17751, app/assets/stylesheets/core.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 17754, app/assets/stylesheets/core.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 17757, app/assets/stylesheets/core.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 17760, app/assets/stylesheets/core.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 17763, app/assets/stylesheets/core.scss */
  .g-lg-0,
.gx-lg-0 {
    --gutter-x: 0;
  }
  /* line 17767, app/assets/stylesheets/core.scss */
  .g-lg-0,
.gy-lg-0 {
    --gutter-y: 0;
  }
  /* line 17771, app/assets/stylesheets/core.scss */
  .g-lg-1,
.gx-lg-1 {
    --gutter-x: 0.25rem;
  }
  /* line 17775, app/assets/stylesheets/core.scss */
  .g-lg-1,
.gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  /* line 17779, app/assets/stylesheets/core.scss */
  .g-lg-2,
.gx-lg-2 {
    --gutter-x: 0.5rem;
  }
  /* line 17783, app/assets/stylesheets/core.scss */
  .g-lg-2,
.gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  /* line 17787, app/assets/stylesheets/core.scss */
  .g-lg-3,
.gx-lg-3 {
    --gutter-x: 1rem;
  }
  /* line 17791, app/assets/stylesheets/core.scss */
  .g-lg-3,
.gy-lg-3 {
    --gutter-y: 1rem;
  }
  /* line 17795, app/assets/stylesheets/core.scss */
  .g-lg-4,
.gx-lg-4 {
    --gutter-x: 1.5rem;
  }
  /* line 17799, app/assets/stylesheets/core.scss */
  .g-lg-4,
.gy-lg-4 {
    --gutter-y: 1.5rem;
  }
  /* line 17803, app/assets/stylesheets/core.scss */
  .g-lg-5,
.gx-lg-5 {
    --gutter-x: 2rem;
  }
  /* line 17807, app/assets/stylesheets/core.scss */
  .g-lg-5,
.gy-lg-5 {
    --gutter-y: 2rem;
  }
  /* line 17811, app/assets/stylesheets/core.scss */
  .g-lg-6,
.gx-lg-6 {
    --gutter-x: 2.5rem;
  }
  /* line 17815, app/assets/stylesheets/core.scss */
  .g-lg-6,
.gy-lg-6 {
    --gutter-y: 2.5rem;
  }
  /* line 17819, app/assets/stylesheets/core.scss */
  .g-lg-7,
.gx-lg-7 {
    --gutter-x: 3rem;
  }
  /* line 17823, app/assets/stylesheets/core.scss */
  .g-lg-7,
.gy-lg-7 {
    --gutter-y: 3rem;
  }
  /* line 17827, app/assets/stylesheets/core.scss */
  .g-lg-8,
.gx-lg-8 {
    --gutter-x: 3.5rem;
  }
  /* line 17831, app/assets/stylesheets/core.scss */
  .g-lg-8,
.gy-lg-8 {
    --gutter-y: 3.5rem;
  }
  /* line 17835, app/assets/stylesheets/core.scss */
  .g-lg-9,
.gx-lg-9 {
    --gutter-x: 4rem;
  }
  /* line 17839, app/assets/stylesheets/core.scss */
  .g-lg-9,
.gy-lg-9 {
    --gutter-y: 4rem;
  }
  /* line 17843, app/assets/stylesheets/core.scss */
  .g-lg-10,
.gx-lg-10 {
    --gutter-x: 4.5rem;
  }
  /* line 17847, app/assets/stylesheets/core.scss */
  .g-lg-10,
.gy-lg-10 {
    --gutter-y: 4.5rem;
  }
  /* line 17851, app/assets/stylesheets/core.scss */
  .g-lg-11,
.gx-lg-11 {
    --gutter-x: 5rem;
  }
  /* line 17855, app/assets/stylesheets/core.scss */
  .g-lg-11,
.gy-lg-11 {
    --gutter-y: 5rem;
  }
  /* line 17859, app/assets/stylesheets/core.scss */
  .g-lg-12,
.gx-lg-12 {
    --gutter-x: 5.5rem;
  }
  /* line 17863, app/assets/stylesheets/core.scss */
  .g-lg-12,
.gy-lg-12 {
    --gutter-y: 5.5rem;
  }
  /* line 17867, app/assets/stylesheets/core.scss */
  .g-lg-13,
.gx-lg-13 {
    --gutter-x: 6rem;
  }
  /* line 17871, app/assets/stylesheets/core.scss */
  .g-lg-13,
.gy-lg-13 {
    --gutter-y: 6rem;
  }
  /* line 17875, app/assets/stylesheets/core.scss */
  .g-lg-14,
.gx-lg-14 {
    --gutter-x: 6.5rem;
  }
  /* line 17879, app/assets/stylesheets/core.scss */
  .g-lg-14,
.gy-lg-14 {
    --gutter-y: 6.5rem;
  }
  /* line 17883, app/assets/stylesheets/core.scss */
  .g-lg-15,
.gx-lg-15 {
    --gutter-x: 7rem;
  }
  /* line 17887, app/assets/stylesheets/core.scss */
  .g-lg-15,
.gy-lg-15 {
    --gutter-y: 7rem;
  }
  /* line 17891, app/assets/stylesheets/core.scss */
  .g-lg-16,
.gx-lg-16 {
    --gutter-x: 7.5rem;
  }
  /* line 17895, app/assets/stylesheets/core.scss */
  .g-lg-16,
.gy-lg-16 {
    --gutter-y: 7.5rem;
  }
  /* line 17899, app/assets/stylesheets/core.scss */
  .g-lg-17,
.gx-lg-17 {
    --gutter-x: 8rem;
  }
  /* line 17903, app/assets/stylesheets/core.scss */
  .g-lg-17,
.gy-lg-17 {
    --gutter-y: 8rem;
  }
  /* line 17907, app/assets/stylesheets/core.scss */
  .g-lg-18,
.gx-lg-18 {
    --gutter-x: 10rem;
  }
  /* line 17911, app/assets/stylesheets/core.scss */
  .g-lg-18,
.gy-lg-18 {
    --gutter-y: 10rem;
  }
  /* line 17915, app/assets/stylesheets/core.scss */
  .g-lg-19,
.gx-lg-19 {
    --gutter-x: 12rem;
  }
  /* line 17919, app/assets/stylesheets/core.scss */
  .g-lg-19,
.gy-lg-19 {
    --gutter-y: 12rem;
  }
  /* line 17923, app/assets/stylesheets/core.scss */
  .g-lg-20,
.gx-lg-20 {
    --gutter-x: 14rem;
  }
  /* line 17927, app/assets/stylesheets/core.scss */
  .g-lg-20,
.gy-lg-20 {
    --gutter-y: 14rem;
  }
  /* line 17931, app/assets/stylesheets/core.scss */
  .g-lg-21,
.gx-lg-21 {
    --gutter-x: 18.5rem;
  }
  /* line 17935, app/assets/stylesheets/core.scss */
  .g-lg-21,
.gy-lg-21 {
    --gutter-y: 18.5rem;
  }
  /* line 17939, app/assets/stylesheets/core.scss */
  .g-lg-22,
.gx-lg-22 {
    --gutter-x: 22rem;
  }
  /* line 17943, app/assets/stylesheets/core.scss */
  .g-lg-22,
.gy-lg-22 {
    --gutter-y: 22rem;
  }
  /* line 17947, app/assets/stylesheets/core.scss */
  .g-lg-23,
.gx-lg-23 {
    --gutter-x: 35rem;
  }
  /* line 17951, app/assets/stylesheets/core.scss */
  .g-lg-23,
.gy-lg-23 {
    --gutter-y: 35rem;
  }
  /* line 17955, app/assets/stylesheets/core.scss */
  .g-lg-24,
.gx-lg-24 {
    --gutter-x: 40rem;
  }
  /* line 17959, app/assets/stylesheets/core.scss */
  .g-lg-24,
.gy-lg-24 {
    --gutter-y: 40rem;
  }
}

@media (min-width: 1200px) {
  /* line 17965, app/assets/stylesheets/core.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 17968, app/assets/stylesheets/core.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17972, app/assets/stylesheets/core.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17976, app/assets/stylesheets/core.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17980, app/assets/stylesheets/core.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 17984, app/assets/stylesheets/core.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17988, app/assets/stylesheets/core.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 17992, app/assets/stylesheets/core.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 17996, app/assets/stylesheets/core.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 18000, app/assets/stylesheets/core.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 18004, app/assets/stylesheets/core.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 18008, app/assets/stylesheets/core.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 18012, app/assets/stylesheets/core.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 18016, app/assets/stylesheets/core.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 18020, app/assets/stylesheets/core.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 18024, app/assets/stylesheets/core.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 18028, app/assets/stylesheets/core.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 18032, app/assets/stylesheets/core.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 18036, app/assets/stylesheets/core.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 18040, app/assets/stylesheets/core.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 18044, app/assets/stylesheets/core.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 18048, app/assets/stylesheets/core.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 18051, app/assets/stylesheets/core.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 18054, app/assets/stylesheets/core.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 18057, app/assets/stylesheets/core.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 18060, app/assets/stylesheets/core.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 18063, app/assets/stylesheets/core.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 18066, app/assets/stylesheets/core.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 18069, app/assets/stylesheets/core.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 18072, app/assets/stylesheets/core.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 18075, app/assets/stylesheets/core.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 18078, app/assets/stylesheets/core.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 18081, app/assets/stylesheets/core.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 18084, app/assets/stylesheets/core.scss */
  .g-xl-0,
.gx-xl-0 {
    --gutter-x: 0;
  }
  /* line 18088, app/assets/stylesheets/core.scss */
  .g-xl-0,
.gy-xl-0 {
    --gutter-y: 0;
  }
  /* line 18092, app/assets/stylesheets/core.scss */
  .g-xl-1,
.gx-xl-1 {
    --gutter-x: 0.25rem;
  }
  /* line 18096, app/assets/stylesheets/core.scss */
  .g-xl-1,
.gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  /* line 18100, app/assets/stylesheets/core.scss */
  .g-xl-2,
.gx-xl-2 {
    --gutter-x: 0.5rem;
  }
  /* line 18104, app/assets/stylesheets/core.scss */
  .g-xl-2,
.gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  /* line 18108, app/assets/stylesheets/core.scss */
  .g-xl-3,
.gx-xl-3 {
    --gutter-x: 1rem;
  }
  /* line 18112, app/assets/stylesheets/core.scss */
  .g-xl-3,
.gy-xl-3 {
    --gutter-y: 1rem;
  }
  /* line 18116, app/assets/stylesheets/core.scss */
  .g-xl-4,
.gx-xl-4 {
    --gutter-x: 1.5rem;
  }
  /* line 18120, app/assets/stylesheets/core.scss */
  .g-xl-4,
.gy-xl-4 {
    --gutter-y: 1.5rem;
  }
  /* line 18124, app/assets/stylesheets/core.scss */
  .g-xl-5,
.gx-xl-5 {
    --gutter-x: 2rem;
  }
  /* line 18128, app/assets/stylesheets/core.scss */
  .g-xl-5,
.gy-xl-5 {
    --gutter-y: 2rem;
  }
  /* line 18132, app/assets/stylesheets/core.scss */
  .g-xl-6,
.gx-xl-6 {
    --gutter-x: 2.5rem;
  }
  /* line 18136, app/assets/stylesheets/core.scss */
  .g-xl-6,
.gy-xl-6 {
    --gutter-y: 2.5rem;
  }
  /* line 18140, app/assets/stylesheets/core.scss */
  .g-xl-7,
.gx-xl-7 {
    --gutter-x: 3rem;
  }
  /* line 18144, app/assets/stylesheets/core.scss */
  .g-xl-7,
.gy-xl-7 {
    --gutter-y: 3rem;
  }
  /* line 18148, app/assets/stylesheets/core.scss */
  .g-xl-8,
.gx-xl-8 {
    --gutter-x: 3.5rem;
  }
  /* line 18152, app/assets/stylesheets/core.scss */
  .g-xl-8,
.gy-xl-8 {
    --gutter-y: 3.5rem;
  }
  /* line 18156, app/assets/stylesheets/core.scss */
  .g-xl-9,
.gx-xl-9 {
    --gutter-x: 4rem;
  }
  /* line 18160, app/assets/stylesheets/core.scss */
  .g-xl-9,
.gy-xl-9 {
    --gutter-y: 4rem;
  }
  /* line 18164, app/assets/stylesheets/core.scss */
  .g-xl-10,
.gx-xl-10 {
    --gutter-x: 4.5rem;
  }
  /* line 18168, app/assets/stylesheets/core.scss */
  .g-xl-10,
.gy-xl-10 {
    --gutter-y: 4.5rem;
  }
  /* line 18172, app/assets/stylesheets/core.scss */
  .g-xl-11,
.gx-xl-11 {
    --gutter-x: 5rem;
  }
  /* line 18176, app/assets/stylesheets/core.scss */
  .g-xl-11,
.gy-xl-11 {
    --gutter-y: 5rem;
  }
  /* line 18180, app/assets/stylesheets/core.scss */
  .g-xl-12,
.gx-xl-12 {
    --gutter-x: 5.5rem;
  }
  /* line 18184, app/assets/stylesheets/core.scss */
  .g-xl-12,
.gy-xl-12 {
    --gutter-y: 5.5rem;
  }
  /* line 18188, app/assets/stylesheets/core.scss */
  .g-xl-13,
.gx-xl-13 {
    --gutter-x: 6rem;
  }
  /* line 18192, app/assets/stylesheets/core.scss */
  .g-xl-13,
.gy-xl-13 {
    --gutter-y: 6rem;
  }
  /* line 18196, app/assets/stylesheets/core.scss */
  .g-xl-14,
.gx-xl-14 {
    --gutter-x: 6.5rem;
  }
  /* line 18200, app/assets/stylesheets/core.scss */
  .g-xl-14,
.gy-xl-14 {
    --gutter-y: 6.5rem;
  }
  /* line 18204, app/assets/stylesheets/core.scss */
  .g-xl-15,
.gx-xl-15 {
    --gutter-x: 7rem;
  }
  /* line 18208, app/assets/stylesheets/core.scss */
  .g-xl-15,
.gy-xl-15 {
    --gutter-y: 7rem;
  }
  /* line 18212, app/assets/stylesheets/core.scss */
  .g-xl-16,
.gx-xl-16 {
    --gutter-x: 7.5rem;
  }
  /* line 18216, app/assets/stylesheets/core.scss */
  .g-xl-16,
.gy-xl-16 {
    --gutter-y: 7.5rem;
  }
  /* line 18220, app/assets/stylesheets/core.scss */
  .g-xl-17,
.gx-xl-17 {
    --gutter-x: 8rem;
  }
  /* line 18224, app/assets/stylesheets/core.scss */
  .g-xl-17,
.gy-xl-17 {
    --gutter-y: 8rem;
  }
  /* line 18228, app/assets/stylesheets/core.scss */
  .g-xl-18,
.gx-xl-18 {
    --gutter-x: 10rem;
  }
  /* line 18232, app/assets/stylesheets/core.scss */
  .g-xl-18,
.gy-xl-18 {
    --gutter-y: 10rem;
  }
  /* line 18236, app/assets/stylesheets/core.scss */
  .g-xl-19,
.gx-xl-19 {
    --gutter-x: 12rem;
  }
  /* line 18240, app/assets/stylesheets/core.scss */
  .g-xl-19,
.gy-xl-19 {
    --gutter-y: 12rem;
  }
  /* line 18244, app/assets/stylesheets/core.scss */
  .g-xl-20,
.gx-xl-20 {
    --gutter-x: 14rem;
  }
  /* line 18248, app/assets/stylesheets/core.scss */
  .g-xl-20,
.gy-xl-20 {
    --gutter-y: 14rem;
  }
  /* line 18252, app/assets/stylesheets/core.scss */
  .g-xl-21,
.gx-xl-21 {
    --gutter-x: 18.5rem;
  }
  /* line 18256, app/assets/stylesheets/core.scss */
  .g-xl-21,
.gy-xl-21 {
    --gutter-y: 18.5rem;
  }
  /* line 18260, app/assets/stylesheets/core.scss */
  .g-xl-22,
.gx-xl-22 {
    --gutter-x: 22rem;
  }
  /* line 18264, app/assets/stylesheets/core.scss */
  .g-xl-22,
.gy-xl-22 {
    --gutter-y: 22rem;
  }
  /* line 18268, app/assets/stylesheets/core.scss */
  .g-xl-23,
.gx-xl-23 {
    --gutter-x: 35rem;
  }
  /* line 18272, app/assets/stylesheets/core.scss */
  .g-xl-23,
.gy-xl-23 {
    --gutter-y: 35rem;
  }
  /* line 18276, app/assets/stylesheets/core.scss */
  .g-xl-24,
.gx-xl-24 {
    --gutter-x: 40rem;
  }
  /* line 18280, app/assets/stylesheets/core.scss */
  .g-xl-24,
.gy-xl-24 {
    --gutter-y: 40rem;
  }
}

@media (min-width: 1400px) {
  /* line 18286, app/assets/stylesheets/core.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 18289, app/assets/stylesheets/core.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 18293, app/assets/stylesheets/core.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 18297, app/assets/stylesheets/core.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 18301, app/assets/stylesheets/core.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 18305, app/assets/stylesheets/core.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 18309, app/assets/stylesheets/core.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 18313, app/assets/stylesheets/core.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 18317, app/assets/stylesheets/core.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 18321, app/assets/stylesheets/core.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 18325, app/assets/stylesheets/core.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 18329, app/assets/stylesheets/core.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 18333, app/assets/stylesheets/core.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 18337, app/assets/stylesheets/core.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 18341, app/assets/stylesheets/core.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 18345, app/assets/stylesheets/core.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 18349, app/assets/stylesheets/core.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 18353, app/assets/stylesheets/core.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 18357, app/assets/stylesheets/core.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 18361, app/assets/stylesheets/core.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 18365, app/assets/stylesheets/core.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 18369, app/assets/stylesheets/core.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 18372, app/assets/stylesheets/core.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 18375, app/assets/stylesheets/core.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 18378, app/assets/stylesheets/core.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 18381, app/assets/stylesheets/core.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 18384, app/assets/stylesheets/core.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 18387, app/assets/stylesheets/core.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 18390, app/assets/stylesheets/core.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 18393, app/assets/stylesheets/core.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 18396, app/assets/stylesheets/core.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 18399, app/assets/stylesheets/core.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 18402, app/assets/stylesheets/core.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 18405, app/assets/stylesheets/core.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --gutter-x: 0;
  }
  /* line 18409, app/assets/stylesheets/core.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --gutter-y: 0;
  }
  /* line 18413, app/assets/stylesheets/core.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --gutter-x: 0.25rem;
  }
  /* line 18417, app/assets/stylesheets/core.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --gutter-y: 0.25rem;
  }
  /* line 18421, app/assets/stylesheets/core.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --gutter-x: 0.5rem;
  }
  /* line 18425, app/assets/stylesheets/core.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --gutter-y: 0.5rem;
  }
  /* line 18429, app/assets/stylesheets/core.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --gutter-x: 1rem;
  }
  /* line 18433, app/assets/stylesheets/core.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --gutter-y: 1rem;
  }
  /* line 18437, app/assets/stylesheets/core.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --gutter-x: 1.5rem;
  }
  /* line 18441, app/assets/stylesheets/core.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --gutter-y: 1.5rem;
  }
  /* line 18445, app/assets/stylesheets/core.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --gutter-x: 2rem;
  }
  /* line 18449, app/assets/stylesheets/core.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --gutter-y: 2rem;
  }
  /* line 18453, app/assets/stylesheets/core.scss */
  .g-xxl-6,
.gx-xxl-6 {
    --gutter-x: 2.5rem;
  }
  /* line 18457, app/assets/stylesheets/core.scss */
  .g-xxl-6,
.gy-xxl-6 {
    --gutter-y: 2.5rem;
  }
  /* line 18461, app/assets/stylesheets/core.scss */
  .g-xxl-7,
.gx-xxl-7 {
    --gutter-x: 3rem;
  }
  /* line 18465, app/assets/stylesheets/core.scss */
  .g-xxl-7,
.gy-xxl-7 {
    --gutter-y: 3rem;
  }
  /* line 18469, app/assets/stylesheets/core.scss */
  .g-xxl-8,
.gx-xxl-8 {
    --gutter-x: 3.5rem;
  }
  /* line 18473, app/assets/stylesheets/core.scss */
  .g-xxl-8,
.gy-xxl-8 {
    --gutter-y: 3.5rem;
  }
  /* line 18477, app/assets/stylesheets/core.scss */
  .g-xxl-9,
.gx-xxl-9 {
    --gutter-x: 4rem;
  }
  /* line 18481, app/assets/stylesheets/core.scss */
  .g-xxl-9,
.gy-xxl-9 {
    --gutter-y: 4rem;
  }
  /* line 18485, app/assets/stylesheets/core.scss */
  .g-xxl-10,
.gx-xxl-10 {
    --gutter-x: 4.5rem;
  }
  /* line 18489, app/assets/stylesheets/core.scss */
  .g-xxl-10,
.gy-xxl-10 {
    --gutter-y: 4.5rem;
  }
  /* line 18493, app/assets/stylesheets/core.scss */
  .g-xxl-11,
.gx-xxl-11 {
    --gutter-x: 5rem;
  }
  /* line 18497, app/assets/stylesheets/core.scss */
  .g-xxl-11,
.gy-xxl-11 {
    --gutter-y: 5rem;
  }
  /* line 18501, app/assets/stylesheets/core.scss */
  .g-xxl-12,
.gx-xxl-12 {
    --gutter-x: 5.5rem;
  }
  /* line 18505, app/assets/stylesheets/core.scss */
  .g-xxl-12,
.gy-xxl-12 {
    --gutter-y: 5.5rem;
  }
  /* line 18509, app/assets/stylesheets/core.scss */
  .g-xxl-13,
.gx-xxl-13 {
    --gutter-x: 6rem;
  }
  /* line 18513, app/assets/stylesheets/core.scss */
  .g-xxl-13,
.gy-xxl-13 {
    --gutter-y: 6rem;
  }
  /* line 18517, app/assets/stylesheets/core.scss */
  .g-xxl-14,
.gx-xxl-14 {
    --gutter-x: 6.5rem;
  }
  /* line 18521, app/assets/stylesheets/core.scss */
  .g-xxl-14,
.gy-xxl-14 {
    --gutter-y: 6.5rem;
  }
  /* line 18525, app/assets/stylesheets/core.scss */
  .g-xxl-15,
.gx-xxl-15 {
    --gutter-x: 7rem;
  }
  /* line 18529, app/assets/stylesheets/core.scss */
  .g-xxl-15,
.gy-xxl-15 {
    --gutter-y: 7rem;
  }
  /* line 18533, app/assets/stylesheets/core.scss */
  .g-xxl-16,
.gx-xxl-16 {
    --gutter-x: 7.5rem;
  }
  /* line 18537, app/assets/stylesheets/core.scss */
  .g-xxl-16,
.gy-xxl-16 {
    --gutter-y: 7.5rem;
  }
  /* line 18541, app/assets/stylesheets/core.scss */
  .g-xxl-17,
.gx-xxl-17 {
    --gutter-x: 8rem;
  }
  /* line 18545, app/assets/stylesheets/core.scss */
  .g-xxl-17,
.gy-xxl-17 {
    --gutter-y: 8rem;
  }
  /* line 18549, app/assets/stylesheets/core.scss */
  .g-xxl-18,
.gx-xxl-18 {
    --gutter-x: 10rem;
  }
  /* line 18553, app/assets/stylesheets/core.scss */
  .g-xxl-18,
.gy-xxl-18 {
    --gutter-y: 10rem;
  }
  /* line 18557, app/assets/stylesheets/core.scss */
  .g-xxl-19,
.gx-xxl-19 {
    --gutter-x: 12rem;
  }
  /* line 18561, app/assets/stylesheets/core.scss */
  .g-xxl-19,
.gy-xxl-19 {
    --gutter-y: 12rem;
  }
  /* line 18565, app/assets/stylesheets/core.scss */
  .g-xxl-20,
.gx-xxl-20 {
    --gutter-x: 14rem;
  }
  /* line 18569, app/assets/stylesheets/core.scss */
  .g-xxl-20,
.gy-xxl-20 {
    --gutter-y: 14rem;
  }
  /* line 18573, app/assets/stylesheets/core.scss */
  .g-xxl-21,
.gx-xxl-21 {
    --gutter-x: 18.5rem;
  }
  /* line 18577, app/assets/stylesheets/core.scss */
  .g-xxl-21,
.gy-xxl-21 {
    --gutter-y: 18.5rem;
  }
  /* line 18581, app/assets/stylesheets/core.scss */
  .g-xxl-22,
.gx-xxl-22 {
    --gutter-x: 22rem;
  }
  /* line 18585, app/assets/stylesheets/core.scss */
  .g-xxl-22,
.gy-xxl-22 {
    --gutter-y: 22rem;
  }
  /* line 18589, app/assets/stylesheets/core.scss */
  .g-xxl-23,
.gx-xxl-23 {
    --gutter-x: 35rem;
  }
  /* line 18593, app/assets/stylesheets/core.scss */
  .g-xxl-23,
.gy-xxl-23 {
    --gutter-y: 35rem;
  }
  /* line 18597, app/assets/stylesheets/core.scss */
  .g-xxl-24,
.gx-xxl-24 {
    --gutter-x: 40rem;
  }
  /* line 18601, app/assets/stylesheets/core.scss */
  .g-xxl-24,
.gy-xxl-24 {
    --gutter-y: 40rem;
  }
}

/* line 18606, app/assets/stylesheets/core.scss */
.table {
  --table-color: var(--body-color);
  --table-bg: transparent;
  --table-border-color: var(--border-color);
  --table-accent-bg: transparent;
  --table-striped-color: var(--body-color);
  --table-striped-bg: rgba(38, 31, 68, 0.05);
  --table-active-color: var(--body-color);
  --table-active-bg: rgba(38, 31, 68, 0.1);
  --table-hover-color: var(--body-color);
  --table-hover-bg: rgba(38, 31, 68, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--table-color);
  vertical-align: top;
  border-color: var(--table-border-color);
}

/* line 18623, app/assets/stylesheets/core.scss */
.table > :not(caption) > * > * {
  padding: 0.9rem 0.8rem;
  background-color: var(--table-bg);
  border-bottom-width: var(--border-width);
  box-shadow: inset 0 0 0 9999px var(--table-accent-bg);
}

/* line 18629, app/assets/stylesheets/core.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 18632, app/assets/stylesheets/core.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 18636, app/assets/stylesheets/core.scss */
.table-group-divider {
  border-top: calc(var(--border-width) * 2) solid currentcolor;
}

/* line 18640, app/assets/stylesheets/core.scss */
.caption-top {
  caption-side: top;
}

/* line 18644, app/assets/stylesheets/core.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 18648, app/assets/stylesheets/core.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--border-width) 0;
}

/* line 18651, app/assets/stylesheets/core.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--border-width);
}

/* line 18655, app/assets/stylesheets/core.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 18658, app/assets/stylesheets/core.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 18662, app/assets/stylesheets/core.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --table-accent-bg: var(--table-striped-bg);
  color: var(--table-striped-color);
}

/* line 18667, app/assets/stylesheets/core.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --table-accent-bg: var(--table-striped-bg);
  color: var(--table-striped-color);
}

/* line 18672, app/assets/stylesheets/core.scss */
.table-active {
  --table-accent-bg: var(--table-active-bg);
  color: var(--table-active-color);
}

/* line 18677, app/assets/stylesheets/core.scss */
.table-hover > tbody > tr:hover > * {
  --table-accent-bg: var(--table-hover-bg);
  color: var(--table-hover-color);
}

/* line 18682, app/assets/stylesheets/core.scss */
.table-primary {
  --table-color: #1c2232;
  --table-bg: #ffded7;
  --table-border-color: #e9cbc8;
  --table-striped-bg: #f4d4d0;
  --table-striped-color: #1c2232;
  --table-active-bg: #e9cbc8;
  --table-active-color: #1c2232;
  --table-hover-bg: #efd0cc;
  --table-hover-color: #1c2232;
  color: var(--table-color);
  border-color: var(--table-border-color);
}

/* line 18696, app/assets/stylesheets/core.scss */
.table-secondary {
  --table-color: #1c2232;
  --table-bg: #e1d5f1;
  --table-border-color: #cec3e0;
  --table-striped-bg: #d8cce8;
  --table-striped-color: #1c2232;
  --table-active-bg: #cec3e0;
  --table-active-color: #1c2232;
  --table-hover-bg: #d3c7e4;
  --table-hover-color: #1c2232;
  color: var(--table-color);
  border-color: var(--table-border-color);
}

/* line 18710, app/assets/stylesheets/core.scss */
.table-success {
  --table-color: #1c2232;
  --table-bg: #d3ecda;
  --table-border-color: #c2d8cb;
  --table-striped-bg: #cae2d3;
  --table-striped-color: #1c2232;
  --table-active-bg: #c2d8cb;
  --table-active-color: #1c2232;
  --table-hover-bg: #c6ddcf;
  --table-hover-color: #1c2232;
  color: var(--table-color);
  border-color: var(--table-border-color);
}

/* line 18724, app/assets/stylesheets/core.scss */
.table-info {
  --table-color: #1c2232;
  --table-bg: #d1ecf1;
  --table-border-color: #c0d8e0;
  --table-striped-bg: #c8e2e8;
  --table-striped-color: #1c2232;
  --table-active-bg: #c0d8e0;
  --table-active-color: #1c2232;
  --table-hover-bg: #c4dde4;
  --table-hover-color: #1c2232;
  color: var(--table-color);
  border-color: var(--table-border-color);
}

/* line 18738, app/assets/stylesheets/core.scss */
.table-warning {
  --table-color: #1c2232;
  --table-bg: #fff3cd;
  --table-border-color: #e9debf;
  --table-striped-bg: #f4e8c6;
  --table-striped-color: #1c2232;
  --table-active-bg: #e9debf;
  --table-active-color: #1c2232;
  --table-hover-bg: #efe3c3;
  --table-hover-color: #1c2232;
  color: var(--table-color);
  border-color: var(--table-border-color);
}

/* line 18752, app/assets/stylesheets/core.scss */
.table-danger {
  --table-color: #1c2232;
  --table-bg: #fbd9d7;
  --table-border-color: #e6c6c8;
  --table-striped-bg: #f0d0d0;
  --table-striped-color: #1c2232;
  --table-active-bg: #e6c6c8;
  --table-active-color: #1c2232;
  --table-hover-bg: #ebcbcc;
  --table-hover-color: #1c2232;
  color: var(--table-color);
  border-color: var(--table-border-color);
}

/* line 18766, app/assets/stylesheets/core.scss */
.table-light {
  --table-color: #1c2232;
  --table-bg: #f4f4f5;
  --table-border-color: #dfdfe3;
  --table-striped-bg: #eae9ec;
  --table-striped-color: #1c2232;
  --table-active-bg: #dfdfe3;
  --table-active-color: #1c2232;
  --table-hover-bg: #e5e4e8;
  --table-hover-color: #1c2232;
  color: var(--table-color);
  border-color: var(--table-border-color);
}

/* line 18780, app/assets/stylesheets/core.scss */
.table-dark {
  --table-color: #fff;
  --table-bg: #1c2232;
  --table-border-color: #3c3557;
  --table-striped-bg: #312a4d;
  --table-striped-color: #fff;
  --table-active-bg: #3c3557;
  --table-active-color: #fff;
  --table-hover-bg: #363052;
  --table-hover-color: #fff;
  color: var(--table-color);
  border-color: var(--table-border-color);
}

/* line 18794, app/assets/stylesheets/core.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 18800, app/assets/stylesheets/core.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 18806, app/assets/stylesheets/core.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 18812, app/assets/stylesheets/core.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 18818, app/assets/stylesheets/core.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 18824, app/assets/stylesheets/core.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 18829, app/assets/stylesheets/core.scss */
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-800);
}

/* line 18836, app/assets/stylesheets/core.scss */
.col-form-label {
  padding-top: calc(0.6rem + var(--border-width));
  padding-bottom: calc(0.6rem + var(--border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.6;
  color: var(--gray-800);
}

/* line 18846, app/assets/stylesheets/core.scss */
.col-form-label-lg {
  padding-top: calc(0.63rem + var(--border-width));
  padding-bottom: calc(0.63rem + var(--border-width));
  font-size: 1.25rem;
}

/* line 18852, app/assets/stylesheets/core.scss */
.col-form-label-sm {
  padding-top: calc(0.48rem + var(--border-width));
  padding-bottom: calc(0.48rem + var(--border-width));
  font-size: 0.875rem;
}

/* line 18858, app/assets/stylesheets/core.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--secondary-color);
}

/* line 18864, app/assets/stylesheets/core.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--body-color);
  background-color: var(--body-bg);
  background-clip: padding-box;
  border: var(--border-width) solid var(--body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18882, app/assets/stylesheets/core.scss */
  .form-control {
    transition: none;
  }
}

/* line 18886, app/assets/stylesheets/core.scss */
.form-control[type=file] {
  overflow: hidden;
}

/* line 18889, app/assets/stylesheets/core.scss */
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 18892, app/assets/stylesheets/core.scss */
.form-control:focus {
  color: var(--body-color);
  background-color: var(--body-bg);
  border-color: #ffac9c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #2563f6;
}

/* line 18899, app/assets/stylesheets/core.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.6em;
  margin: 0;
}

/* line 18904, app/assets/stylesheets/core.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 18908, app/assets/stylesheets/core.scss */
.form-control::-moz-placeholder {
  color: var(--body-color);
  opacity: 1;
}

/* line 18912, app/assets/stylesheets/core.scss */
.form-control::-moz-placeholder {
  color: var(--body-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--body-color);
  opacity: 1;
}

/* line 18916, app/assets/stylesheets/core.scss */
.form-control:disabled {
  background-color: var(--secondary-bg);
  opacity: 1;
}

/* line 18920, app/assets/stylesheets/core.scss */
.form-control::file-selector-button {
  padding: 0.6rem 1rem;
  margin: -0.6rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: var(--body-color);
  background-color: var(--tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--border-width);
  border-radius: 0;
  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 18936, app/assets/stylesheets/core.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 18940, app/assets/stylesheets/core.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--secondary-bg);
}

/* line 18944, app/assets/stylesheets/core.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: var(--body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--border-width) 0;
}

/* line 18955, app/assets/stylesheets/core.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 18958, app/assets/stylesheets/core.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 18963, app/assets/stylesheets/core.scss */
.form-control-sm {
  min-height: calc(1.6em + 0.96rem + calc(var(--border-width) * 2));
  padding: 0.48rem 0.945rem;
  font-size: 0.875rem;
  border-radius: var(--border-radius-sm);
}

/* line 18969, app/assets/stylesheets/core.scss */
.form-control-sm::file-selector-button {
  padding: 0.48rem 0.945rem;
  margin: -0.48rem -0.945rem;
  -webkit-margin-end: 0.945rem;
  margin-inline-end: 0.945rem;
}

/* line 18976, app/assets/stylesheets/core.scss */
.form-control-lg {
  min-height: calc(1.6em + 1.26rem + calc(var(--border-width) * 2));
  padding: 0.63rem 1.56rem;
  font-size: 1.25rem;
  border-radius: var(--border-radius-lg);
}

/* line 18982, app/assets/stylesheets/core.scss */
.form-control-lg::file-selector-button {
  padding: 0.63rem 1.56rem;
  margin: -0.63rem -1.56rem;
  -webkit-margin-end: 1.56rem;
  margin-inline-end: 1.56rem;
}

/* line 18989, app/assets/stylesheets/core.scss */
textarea.form-control {
  min-height: calc(1.6em + 1.2rem + calc(var(--border-width) * 2));
}

/* line 18992, app/assets/stylesheets/core.scss */
textarea.form-control-sm {
  min-height: calc(1.6em + 0.96rem + calc(var(--border-width) * 2));
}

/* line 18995, app/assets/stylesheets/core.scss */
textarea.form-control-lg {
  min-height: calc(1.6em + 1.26rem + calc(var(--border-width) * 2));
}

/* line 18999, app/assets/stylesheets/core.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.6em + 1.2rem + calc(var(--border-width) * 2));
  padding: 0.6rem;
}

/* line 19004, app/assets/stylesheets/core.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 19007, app/assets/stylesheets/core.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--border-radius);
}

/* line 19011, app/assets/stylesheets/core.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--border-radius);
}

/* line 19015, app/assets/stylesheets/core.scss */
.form-control-color.form-control-sm {
  height: calc(1.6em + 0.96rem + calc(var(--border-width) * 2));
}

/* line 19018, app/assets/stylesheets/core.scss */
.form-control-color.form-control-lg {
  height: calc(1.6em + 1.26rem + calc(var(--border-width) * 2));
}

/* line 19022, app/assets/stylesheets/core.scss */
.form-select {
  --form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23565266' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.6rem 3rem 0.6rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--body-color);
  background-color: var(--body-bg);
  background-image: var(--form-select-bg-img), var(--form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: var(--border-width) solid var(--border-color);
  border-radius: var(--border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19044, app/assets/stylesheets/core.scss */
  .form-select {
    transition: none;
  }
}

/* line 19048, app/assets/stylesheets/core.scss */
.form-select:focus {
  border-color: #ffac9c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 89, 56, 0.25);
}

/* line 19053, app/assets/stylesheets/core.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

/* line 19057, app/assets/stylesheets/core.scss */
.form-select:disabled {
  background-color: var(--secondary-bg);
}

/* line 19060, app/assets/stylesheets/core.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--body-color);
}

/* line 19065, app/assets/stylesheets/core.scss */
.form-select-sm {
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
  padding-left: 0.945rem;
  font-size: 0.875rem;
  border-radius: var(--border-radius-sm);
}

/* line 19073, app/assets/stylesheets/core.scss */
.form-select-lg {
  padding-top: 0.63rem;
  padding-bottom: 0.63rem;
  padding-left: 1.56rem;
  font-size: 1.25rem;
  border-radius: var(--border-radius-lg);
}

/* line 19081, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] .form-select {
  --form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bbb9cc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 19085, app/assets/stylesheets/core.scss */
.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 19091, app/assets/stylesheets/core.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 19096, app/assets/stylesheets/core.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 19101, app/assets/stylesheets/core.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 19107, app/assets/stylesheets/core.scss */
.form-check-input {
  --form-check-bg: var(--body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: var(--form-check-bg);
  background-image: var(--form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--border-width) solid var(--border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* line 19125, app/assets/stylesheets/core.scss */
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

/* line 19128, app/assets/stylesheets/core.scss */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 19131, app/assets/stylesheets/core.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 19134, app/assets/stylesheets/core.scss */
.form-check-input:focus {
  border-color: #ffac9c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 89, 56, 0.25);
}

/* line 19139, app/assets/stylesheets/core.scss */
.form-check-input:checked {
  background-color: #1c2232;
  border-color: #1c2232;
}

/* line 19143, app/assets/stylesheets/core.scss */
.form-check-input[type=checkbox]:checked {
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 19146, app/assets/stylesheets/core.scss */
.form-check-input[type=radio]:checked {
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 19149, app/assets/stylesheets/core.scss */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #1c2232;
  border-color: #1c2232;
  --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 19154, app/assets/stylesheets/core.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 19159, app/assets/stylesheets/core.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 19164, app/assets/stylesheets/core.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 19167, app/assets/stylesheets/core.scss */
.form-switch .form-check-input {
  --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2838, 31, 68, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19177, app/assets/stylesheets/core.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 19181, app/assets/stylesheets/core.scss */
.form-switch .form-check-input:focus {
  --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffac9c'/%3e%3c/svg%3e");
}

/* line 19184, app/assets/stylesheets/core.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 19188, app/assets/stylesheets/core.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 19192, app/assets/stylesheets/core.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 19197, app/assets/stylesheets/core.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 19202, app/assets/stylesheets/core.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 19207, app/assets/stylesheets/core.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 19213, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 19217, app/assets/stylesheets/core.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 19226, app/assets/stylesheets/core.scss */
.form-range:focus {
  outline: 0;
}

/* line 19229, app/assets/stylesheets/core.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(255, 89, 56, 0.25);
}

/* line 19232, app/assets/stylesheets/core.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(255, 89, 56, 0.25);
}

/* line 19235, app/assets/stylesheets/core.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 19238, app/assets/stylesheets/core.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1c2232;
  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 19251, app/assets/stylesheets/core.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 19256, app/assets/stylesheets/core.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #ffcdc3;
}

/* line 19259, app/assets/stylesheets/core.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 19268, app/assets/stylesheets/core.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1c2232;
  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 19280, app/assets/stylesheets/core.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 19285, app/assets/stylesheets/core.scss */
.form-range::-moz-range-thumb:active {
  background-color: #ffcdc3;
}

/* line 19288, app/assets/stylesheets/core.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 19297, app/assets/stylesheets/core.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 19300, app/assets/stylesheets/core.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--secondary-color);
}

/* line 19303, app/assets/stylesheets/core.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--secondary-color);
}

/* line 19307, app/assets/stylesheets/core.scss */
.form-floating {
  position: relative;
}

/* line 19310, app/assets/stylesheets/core.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--border-width) * 2));
  line-height: 1.25;
}

/* line 19316, app/assets/stylesheets/core.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19333, app/assets/stylesheets/core.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 19337, app/assets/stylesheets/core.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 1rem;
}

/* line 19341, app/assets/stylesheets/core.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}

/* line 19344, app/assets/stylesheets/core.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 19348, app/assets/stylesheets/core.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 19352, app/assets/stylesheets/core.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 19358, app/assets/stylesheets/core.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 19363, app/assets/stylesheets/core.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 19367, app/assets/stylesheets/core.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 19371, app/assets/stylesheets/core.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 19378, app/assets/stylesheets/core.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--body-bg);
  border-radius: var(--border-radius);
}

/* line 19387, app/assets/stylesheets/core.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--body-bg);
  border-radius: var(--border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--body-bg);
  border-radius: var(--border-radius);
}

/* line 19399, app/assets/stylesheets/core.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 19403, app/assets/stylesheets/core.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--border-width) 0;
}

/* line 19406, app/assets/stylesheets/core.scss */
.form-floating > :disabled ~ label {
  color: #6f6985;
}

/* line 19409, app/assets/stylesheets/core.scss */
.form-floating > :disabled ~ label::after {
  background-color: var(--secondary-bg);
}

/* line 19413, app/assets/stylesheets/core.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 19420, app/assets/stylesheets/core.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 19428, app/assets/stylesheets/core.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 19433, app/assets/stylesheets/core.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 19437, app/assets/stylesheets/core.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 19441, app/assets/stylesheets/core.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--tertiary-bg);
  border: var(--border-width) solid var(--border-color);
  border-radius: var(--border-radius);
}

/* line 19456, app/assets/stylesheets/core.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.63rem 1.56rem;
  font-size: 1.25rem;
  border-radius: var(--border-radius-lg);
}

/* line 19465, app/assets/stylesheets/core.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.48rem 0.945rem;
  font-size: 0.875rem;
  border-radius: var(--border-radius-sm);
}

/* line 19474, app/assets/stylesheets/core.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}

/* line 19479, app/assets/stylesheets/core.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 19486, app/assets/stylesheets/core.scss */
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 19493, app/assets/stylesheets/core.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 19498, app/assets/stylesheets/core.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 19504, app/assets/stylesheets/core.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--form-valid-color);
}

/* line 19512, app/assets/stylesheets/core.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--success);
  border-radius: var(--border-radius);
}

/* line 19526, app/assets/stylesheets/core.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 19533, app/assets/stylesheets/core.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--form-valid-border-color);
  padding-right: calc(1.6em + 1.2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2324a148' d='M2.3 6.73.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.4em + 0.3rem) center;
  background-size: calc(0.8em + 0.6rem) calc(0.8em + 0.6rem);
}

/* line 19541, app/assets/stylesheets/core.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--success-rgb), 0.25);
}

/* line 19546, app/assets/stylesheets/core.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 1.2rem);
  background-position: top calc(0.4em + 0.3rem) right calc(0.4em + 0.3rem);
}

/* line 19551, app/assets/stylesheets/core.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--form-valid-border-color);
}

/* line 19554, app/assets/stylesheets/core.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2324a148' d='M2.3 6.73.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");
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.8em + 0.6rem) calc(0.8em + 0.6rem);
}

/* line 19560, app/assets/stylesheets/core.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--success-rgb), 0.25);
}

/* line 19565, app/assets/stylesheets/core.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.6em + 1.2rem));
}

/* line 19569, app/assets/stylesheets/core.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--form-valid-border-color);
}

/* line 19572, app/assets/stylesheets/core.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--form-valid-color);
}

/* line 19575, app/assets/stylesheets/core.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--success-rgb), 0.25);
}

/* line 19578, app/assets/stylesheets/core.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--form-valid-color);
}

/* line 19582, app/assets/stylesheets/core.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

/* line 19586, app/assets/stylesheets/core.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus),
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus),
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 19594, app/assets/stylesheets/core.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--form-invalid-color);
}

/* line 19602, app/assets/stylesheets/core.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--danger);
  border-radius: var(--border-radius);
}

/* line 19616, app/assets/stylesheets/core.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 19623, app/assets/stylesheets/core.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--form-invalid-border-color);
  padding-right: calc(1.6em + 1.2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ea4336'%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='%23ea4336' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.3rem) center;
  background-size: calc(0.8em + 0.6rem) calc(0.8em + 0.6rem);
}

/* line 19631, app/assets/stylesheets/core.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--danger-rgb), 0.25);
}

/* line 19636, app/assets/stylesheets/core.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 1.2rem);
  background-position: top calc(0.4em + 0.3rem) right calc(0.4em + 0.3rem);
}

/* line 19641, app/assets/stylesheets/core.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--form-invalid-border-color);
}

/* line 19644, app/assets/stylesheets/core.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ea4336'%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='%23ea4336' stroke='none'/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.8em + 0.6rem) calc(0.8em + 0.6rem);
}

/* line 19650, app/assets/stylesheets/core.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--danger-rgb), 0.25);
}

/* line 19655, app/assets/stylesheets/core.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.6em + 1.2rem));
}

/* line 19659, app/assets/stylesheets/core.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--form-invalid-border-color);
}

/* line 19662, app/assets/stylesheets/core.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--form-invalid-color);
}

/* line 19665, app/assets/stylesheets/core.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--danger-rgb), 0.25);
}

/* line 19668, app/assets/stylesheets/core.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--form-invalid-color);
}

/* line 19672, app/assets/stylesheets/core.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

/* line 19676, app/assets/stylesheets/core.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus),
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus),
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 19684, app/assets/stylesheets/core.scss */
.btn {
  --btn-padding-x: 1rem;
  --btn-padding-y: 0.6rem;
  --btn-font-family: ;
  --btn-font-size: 1rem;
  --btn-font-weight: 700;
  --btn-line-height: 1.6;
  --btn-color: var(--body-color);
  --btn-bg: transparent;
  --btn-border-width: var(--border-width);
  --btn-border-color: transparent;
  --btn-border-radius: var(--border-radius);
  --btn-hover-border-color: transparent;
  --btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(38, 31, 68, 0.075);
  --btn-disabled-opacity: 0.65;
  --btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  color: var(--btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-bg);
  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 19719, app/assets/stylesheets/core.scss */
  .btn {
    transition: none;
  }
}

/* line 19723, app/assets/stylesheets/core.scss */
.btn:hover {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
}

/* line 19728, app/assets/stylesheets/core.scss */
.btn-check + .btn:hover {
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-color: var(--btn-border-color);
}

/* line 19733, app/assets/stylesheets/core.scss */
.btn:focus-visible {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--btn-focus-box-shadow);
}

/* line 19740, app/assets/stylesheets/core.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--btn-focus-box-shadow);
}

/* line 19745, app/assets/stylesheets/core.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--btn-active-color);
  background-color: var(--btn-active-bg);
  border-color: var(--btn-active-border-color);
}

/* line 19750, app/assets/stylesheets/core.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--btn-focus-box-shadow);
}

/* line 19753, app/assets/stylesheets/core.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--btn-disabled-color);
  pointer-events: none;
  background-color: var(--btn-disabled-bg);
  border-color: var(--btn-disabled-border-color);
  opacity: var(--btn-disabled-opacity);
}

/* line 19761, app/assets/stylesheets/core.scss */
.btn-primary {
  --btn-color: #fff;
  --btn-bg: #1c2232;
  --btn-border-color: #1c2232;
  --btn-hover-color: #fff;
  --btn-hover-bg: #d94c30;
  --btn-hover-border-color: #cc472d;
  --btn-focus-shadow-rgb: 255, 114, 86;
  --btn-active-color: #fff;
  --btn-active-bg: #cc472d;
  --btn-active-border-color: #bf432a;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #1c2232;
  --btn-disabled-border-color: #1c2232;
}

/* line 19778, app/assets/stylesheets/core.scss */
.btn-secondary {
  --btn-color: #fff;
  --btn-bg: #672ebb;
  --btn-border-color: #672ebb;
  --btn-hover-color: #fff;
  --btn-hover-bg: #58279f;
  --btn-hover-border-color: #522596;
  --btn-focus-shadow-rgb: 126, 77, 197;
  --btn-active-color: #fff;
  --btn-active-bg: #522596;
  --btn-active-border-color: #4d238c;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #672ebb;
  --btn-disabled-border-color: #672ebb;
}

/* line 19795, app/assets/stylesheets/core.scss */
.btn-success {
  --btn-color: #fff;
  --btn-bg: #24a148;
  --btn-border-color: #24a148;
  --btn-hover-color: #fff;
  --btn-hover-bg: #1f893d;
  --btn-hover-border-color: #1d813a;
  --btn-focus-shadow-rgb: 69, 175, 99;
  --btn-active-color: #fff;
  --btn-active-bg: #1d813a;
  --btn-active-border-color: #1b7936;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #24a148;
  --btn-disabled-border-color: #24a148;
}

/* line 19812, app/assets/stylesheets/core.scss */
.btn-info {
  --btn-color: #fff;
  --btn-bg: #17a2b8;
  --btn-border-color: #17a2b8;
  --btn-hover-color: #fff;
  --btn-hover-bg: #148a9c;
  --btn-hover-border-color: #128293;
  --btn-focus-shadow-rgb: 58, 176, 195;
  --btn-active-color: #fff;
  --btn-active-bg: #128293;
  --btn-active-border-color: #117a8a;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #17a2b8;
  --btn-disabled-border-color: #17a2b8;
}

/* line 19829, app/assets/stylesheets/core.scss */
.btn-warning {
  --btn-color: #1c2232;
  --btn-bg: #f4cc30;
  --btn-border-color: #f4cc30;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #ffca2c;
  --btn-hover-border-color: #ffc720;
  --btn-focus-shadow-rgb: 222, 169, 16;
  --btn-active-color: #1c2232;
  --btn-active-bg: #ffcd39;
  --btn-active-border-color: #ffc720;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: #f4cc30;
  --btn-disabled-border-color: #f4cc30;
}

/* line 19846, app/assets/stylesheets/core.scss */
.btn-danger {
  --btn-color: #fff;
  --btn-bg: #ea4336;
  --btn-border-color: #ea4336;
  --btn-hover-color: #fff;
  --btn-hover-bg: #c7392e;
  --btn-hover-border-color: #bb362b;
  --btn-focus-shadow-rgb: 237, 95, 84;
  --btn-active-color: #fff;
  --btn-active-bg: #bb362b;
  --btn-active-border-color: #b03229;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #ea4336;
  --btn-disabled-border-color: #ea4336;
}

/* line 19863, app/assets/stylesheets/core.scss */
.btn-light {
  --btn-color: #1c2232;
  --btn-bg: #f4f4f5;
  --btn-border-color: #f4f4f5;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #cfcfd0;
  --btn-hover-border-color: #c3c3c4;
  --btn-focus-shadow-rgb: 213, 212, 218;
  --btn-active-color: #1c2232;
  --btn-active-bg: #c3c3c4;
  --btn-active-border-color: #b7b7b8;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: #f4f4f5;
  --btn-disabled-border-color: #f4f4f5;
}

/* line 19880, app/assets/stylesheets/core.scss */
.btn-dark {
  --btn-color: #fff;
  --btn-bg: #1c2232;
  --btn-border-color: #1c2232;
  --btn-hover-color: #fff;
  --btn-hover-bg: #474160;
  --btn-hover-border-color: #3c3557;
  --btn-focus-shadow-rgb: 71, 65, 96;
  --btn-active-color: #fff;
  --btn-active-bg: #514c69;
  --btn-active-border-color: #3c3557;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #1c2232;
  --btn-disabled-border-color: #1c2232;
}

/* line 19897, app/assets/stylesheets/core.scss */
.btn-white {
  --btn-color: #1c2232;
  --btn-bg: #fff;
  --btn-border-color: #fff;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: white;
  --btn-hover-border-color: white;
  --btn-focus-shadow-rgb: 222, 221, 227;
  --btn-active-color: #1c2232;
  --btn-active-bg: white;
  --btn-active-border-color: white;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: #fff;
  --btn-disabled-border-color: #fff;
}

/* line 19914, app/assets/stylesheets/core.scss */
.btn-light-primary {
  --btn-color: #1c2232;
  --btn-bg: #ffeae6;
  --btn-border-color: #ffeae6;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #ffedea;
  --btn-hover-border-color: #ffece9;
  --btn-focus-shadow-rgb: 222, 204, 206;
  --btn-active-color: #1c2232;
  --btn-active-bg: #ffeeeb;
  --btn-active-border-color: #ffece9;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: #ffeae6;
  --btn-disabled-border-color: #ffeae6;
}

/* line 19931, app/assets/stylesheets/core.scss */
.btn-light-danger {
  --btn-color: #1c2232;
  --btn-bg: #ffebea;
  --btn-border-color: #ffebea;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #ffeeed;
  --btn-hover-border-color: #ffedec;
  --btn-focus-shadow-rgb: 222, 204, 209;
  --btn-active-color: #1c2232;
  --btn-active-bg: #ffefee;
  --btn-active-border-color: #ffedec;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: #ffebea;
  --btn-disabled-border-color: #ffebea;
}

/* line 19948, app/assets/stylesheets/core.scss */
.btn-light-info {
  --btn-color: #1c2232;
  --btn-bg: #d0ffff;
  --btn-border-color: #d0ffff;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #d7ffff;
  --btn-hover-border-color: #d5ffff;
  --btn-focus-shadow-rgb: 183, 221, 227;
  --btn-active-color: #1c2232;
  --btn-active-bg: #d9ffff;
  --btn-active-border-color: #d5ffff;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: #d0ffff;
  --btn-disabled-border-color: #d0ffff;
}

/* line 19965, app/assets/stylesheets/core.scss */
.btn-light-warning {
  --btn-color: #1c2232;
  --btn-bg: #fff6e1;
  --btn-border-color: #fff6e1;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #fff7e6;
  --btn-hover-border-color: #fff7e4;
  --btn-focus-shadow-rgb: 222, 214, 201;
  --btn-active-color: #1c2232;
  --btn-active-bg: #fff8e7;
  --btn-active-border-color: #fff7e4;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: #fff6e1;
  --btn-disabled-border-color: #fff6e1;
}

/* line 19982, app/assets/stylesheets/core.scss */
.btn-light-secondary {
  --btn-color: #1c2232;
  --btn-bg: #ebddff;
  --btn-border-color: #ebddff;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #eee2ff;
  --btn-hover-border-color: #ede0ff;
  --btn-focus-shadow-rgb: 205, 193, 227;
  --btn-active-color: #1c2232;
  --btn-active-bg: #efe4ff;
  --btn-active-border-color: #ede0ff;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: #ebddff;
  --btn-disabled-border-color: #ebddff;
}

/* line 19999, app/assets/stylesheets/core.scss */
.btn-light-success {
  --btn-color: #1c2232;
  --btn-bg: #e8fff3;
  --btn-border-color: #e8fff3;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #ebfff5;
  --btn-hover-border-color: #eafff4;
  --btn-focus-shadow-rgb: 203, 221, 217;
  --btn-active-color: #1c2232;
  --btn-active-bg: #edfff5;
  --btn-active-border-color: #eafff4;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: #e8fff3;
  --btn-disabled-border-color: #e8fff3;
}

/* line 20016, app/assets/stylesheets/core.scss */
.btn-outline-primary {
  --btn-color: #1c2232;
  --btn-border-color: #1c2232;
  --btn-hover-color: #fff;
  --btn-hover-bg: #1c2232;
  --btn-hover-border-color: #1c2232;
  --btn-focus-shadow-rgb: 255, 89, 56;
  --btn-active-color: #fff;
  --btn-active-bg: #1c2232;
  --btn-active-border-color: #1c2232;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #1c2232;
  --gradient: none;
}

/* line 20033, app/assets/stylesheets/core.scss */
.btn-outline-secondary {
  --btn-color: #672ebb;
  --btn-border-color: #672ebb;
  --btn-hover-color: #fff;
  --btn-hover-bg: #672ebb;
  --btn-hover-border-color: #672ebb;
  --btn-focus-shadow-rgb: 103, 46, 187;
  --btn-active-color: #fff;
  --btn-active-bg: #672ebb;
  --btn-active-border-color: #672ebb;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #672ebb;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #672ebb;
  --gradient: none;
}

/* line 20050, app/assets/stylesheets/core.scss */
.btn-outline-success {
  --btn-color: #24a148;
  --btn-border-color: #24a148;
  --btn-hover-color: #fff;
  --btn-hover-bg: #24a148;
  --btn-hover-border-color: #24a148;
  --btn-focus-shadow-rgb: 36, 161, 72;
  --btn-active-color: #fff;
  --btn-active-bg: #24a148;
  --btn-active-border-color: #24a148;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #24a148;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #24a148;
  --gradient: none;
}

/* line 20067, app/assets/stylesheets/core.scss */
.btn-outline-info {
  --btn-color: #17a2b8;
  --btn-border-color: #17a2b8;
  --btn-hover-color: #fff;
  --btn-hover-bg: #17a2b8;
  --btn-hover-border-color: #17a2b8;
  --btn-focus-shadow-rgb: 23, 162, 184;
  --btn-active-color: #fff;
  --btn-active-bg: #17a2b8;
  --btn-active-border-color: #17a2b8;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #17a2b8;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #17a2b8;
  --gradient: none;
}

/* line 20084, app/assets/stylesheets/core.scss */
.btn-outline-warning {
  --btn-color: #f4cc30;
  --btn-border-color: #f4cc30;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #f4cc30;
  --btn-hover-border-color: #f4cc30;
  --btn-focus-shadow-rgb: 255, 193, 7;
  --btn-active-color: #1c2232;
  --btn-active-bg: #f4cc30;
  --btn-active-border-color: #f4cc30;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #f4cc30;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #f4cc30;
  --gradient: none;
}

/* line 20101, app/assets/stylesheets/core.scss */
.btn-outline-danger {
  --btn-color: #ea4336;
  --btn-border-color: #ea4336;
  --btn-hover-color: #fff;
  --btn-hover-bg: #ea4336;
  --btn-hover-border-color: #ea4336;
  --btn-focus-shadow-rgb: 234, 67, 54;
  --btn-active-color: #fff;
  --btn-active-bg: #ea4336;
  --btn-active-border-color: #ea4336;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #ea4336;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #ea4336;
  --gradient: none;
}

/* line 20118, app/assets/stylesheets/core.scss */
.btn-outline-light {
  --btn-color: #f4f4f5;
  --btn-border-color: #f4f4f5;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #f4f4f5;
  --btn-hover-border-color: #f4f4f5;
  --btn-focus-shadow-rgb: 244, 244, 245;
  --btn-active-color: #1c2232;
  --btn-active-bg: #f4f4f5;
  --btn-active-border-color: #f4f4f5;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #f4f4f5;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #f4f4f5;
  --gradient: none;
}

/* line 20135, app/assets/stylesheets/core.scss */
.btn-outline-dark {
  --btn-color: #1c2232;
  --btn-border-color: #1c2232;
  --btn-hover-color: #fff;
  --btn-hover-bg: #1c2232;
  --btn-hover-border-color: #1c2232;
  --btn-focus-shadow-rgb: 38, 31, 68;
  --btn-active-color: #fff;
  --btn-active-bg: #1c2232;
  --btn-active-border-color: #1c2232;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #1c2232;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #1c2232;
  --gradient: none;
}

/* line 20152, app/assets/stylesheets/core.scss */
.btn-outline-white {
  --btn-color: #fff;
  --btn-border-color: #fff;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #fff;
  --btn-hover-border-color: #fff;
  --btn-focus-shadow-rgb: 255, 255, 255;
  --btn-active-color: #1c2232;
  --btn-active-bg: #fff;
  --btn-active-border-color: #fff;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #fff;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #fff;
  --gradient: none;
}

/* line 20169, app/assets/stylesheets/core.scss */
.btn-outline-light-primary {
  --btn-color: #ffeae6;
  --btn-border-color: #ffeae6;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #ffeae6;
  --btn-hover-border-color: #ffeae6;
  --btn-focus-shadow-rgb: 255, 234, 230;
  --btn-active-color: #1c2232;
  --btn-active-bg: #ffeae6;
  --btn-active-border-color: #ffeae6;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #ffeae6;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #ffeae6;
  --gradient: none;
}

/* line 20186, app/assets/stylesheets/core.scss */
.btn-outline-light-danger {
  --btn-color: #ffebea;
  --btn-border-color: #ffebea;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #ffebea;
  --btn-hover-border-color: #ffebea;
  --btn-focus-shadow-rgb: 255, 235, 234;
  --btn-active-color: #1c2232;
  --btn-active-bg: #ffebea;
  --btn-active-border-color: #ffebea;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #ffebea;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #ffebea;
  --gradient: none;
}

/* line 20203, app/assets/stylesheets/core.scss */
.btn-outline-light-info {
  --btn-color: #d0ffff;
  --btn-border-color: #d0ffff;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #d0ffff;
  --btn-hover-border-color: #d0ffff;
  --btn-focus-shadow-rgb: 208, 255, 255;
  --btn-active-color: #1c2232;
  --btn-active-bg: #d0ffff;
  --btn-active-border-color: #d0ffff;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #d0ffff;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #d0ffff;
  --gradient: none;
}

/* line 20220, app/assets/stylesheets/core.scss */
.btn-outline-light-warning {
  --btn-color: #fff6e1;
  --btn-border-color: #fff6e1;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #fff6e1;
  --btn-hover-border-color: #fff6e1;
  --btn-focus-shadow-rgb: 255, 246, 225;
  --btn-active-color: #1c2232;
  --btn-active-bg: #fff6e1;
  --btn-active-border-color: #fff6e1;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #fff6e1;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #fff6e1;
  --gradient: none;
}

/* line 20237, app/assets/stylesheets/core.scss */
.btn-outline-light-secondary {
  --btn-color: #ebddff;
  --btn-border-color: #ebddff;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #ebddff;
  --btn-hover-border-color: #ebddff;
  --btn-focus-shadow-rgb: 235, 221, 255;
  --btn-active-color: #1c2232;
  --btn-active-bg: #ebddff;
  --btn-active-border-color: #ebddff;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #ebddff;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #ebddff;
  --gradient: none;
}

/* line 20254, app/assets/stylesheets/core.scss */
.btn-outline-light-success {
  --btn-color: #e8fff3;
  --btn-border-color: #e8fff3;
  --btn-hover-color: #1c2232;
  --btn-hover-bg: #e8fff3;
  --btn-hover-border-color: #e8fff3;
  --btn-focus-shadow-rgb: 232, 255, 243;
  --btn-active-color: #1c2232;
  --btn-active-bg: #e8fff3;
  --btn-active-border-color: #e8fff3;
  --btn-active-shadow: inset 0 3px 5px rgba(38, 31, 68, 0.125);
  --btn-disabled-color: #e8fff3;
  --btn-disabled-bg: transparent;
  --btn-disabled-border-color: #e8fff3;
  --gradient: none;
}

/* line 20271, app/assets/stylesheets/core.scss */
.btn-link {
  --btn-font-weight: 400;
  --btn-color: var(--link-color);
  --btn-bg: transparent;
  --btn-border-color: transparent;
  --btn-hover-color: var(--link-hover-color);
  --btn-hover-border-color: transparent;
  --btn-active-color: var(--link-hover-color);
  --btn-active-border-color: transparent;
  --btn-disabled-color: #6f6985;
  --btn-disabled-border-color: transparent;
  --btn-box-shadow: 0 0 0 #000;
  --btn-focus-shadow-rgb: 255, 114, 86;
  text-decoration: none;
}

/* line 20286, app/assets/stylesheets/core.scss */
.btn-link:focus-visible {
  color: var(--btn-color);
}

/* line 20289, app/assets/stylesheets/core.scss */
.btn-link:hover {
  color: var(--btn-hover-color);
}

/* line 20293, app/assets/stylesheets/core.scss */
.btn-lg, .btn-group-lg > .btn {
  --btn-padding-y: 0.63rem;
  --btn-padding-x: 1.56rem;
  --btn-font-size: 1.25rem;
  --btn-border-radius: var(--border-radius-lg);
}

/* line 20300, app/assets/stylesheets/core.scss */
.btn-sm, .btn-group-sm > .btn {
  --btn-padding-y: 0.48rem;
  --btn-padding-x: 0.945rem;
  --btn-font-size: 0.875rem;
  --btn-border-radius: var(--border-radius-sm);
}

/* line 20307, app/assets/stylesheets/core.scss */
.btn-doggo {
  background-color: #2563f6;
  color: #FFF2DB;
  --btn-hover-color: #FFF2DB;
}

/* line 20313, app/assets/stylesheets/core.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20317, app/assets/stylesheets/core.scss */
  .fade {
    transition: none;
  }
}

/* line 20321, app/assets/stylesheets/core.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 20325, app/assets/stylesheets/core.scss */
.collapse:not(.show) {
  display: none;
}

/* line 20329, app/assets/stylesheets/core.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20335, app/assets/stylesheets/core.scss */
  .collapsing {
    transition: none;
  }
}

/* line 20339, app/assets/stylesheets/core.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20345, app/assets/stylesheets/core.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 20350, app/assets/stylesheets/core.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 20359, app/assets/stylesheets/core.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 20362, app/assets/stylesheets/core.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 20372, app/assets/stylesheets/core.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 20376, app/assets/stylesheets/core.scss */
.dropdown-menu {
  --dropdown-zindex: 1000;
  --dropdown-min-width: 10rem;
  --dropdown-padding-x: 0;
  --dropdown-padding-y: 0.5rem;
  --dropdown-spacer: 0.125rem;
  --dropdown-font-size: 1rem;
  --dropdown-color: var(--body-color);
  --dropdown-bg: var(--body-bg);
  --dropdown-border-color: var(--border-color-translucent);
  --dropdown-border-radius: var(--border-radius);
  --dropdown-border-width: var(--border-width);
  --dropdown-inner-border-radius: calc(
    var(--border-radius) - var(--border-width)
  );
  --dropdown-divider-bg: var(--border-color-translucent);
  --dropdown-divider-margin-y: 0.5rem;
  --dropdown-box-shadow: 0 0.5rem 1rem rgba(38, 31, 68, 0.15);
  --dropdown-link-color: var(--gray-900);
  --dropdown-link-hover-color: var(--gray-900);
  --dropdown-link-hover-bg: var(--tertiary-bg);
  --dropdown-link-active-color: #fff;
  --dropdown-link-active-bg: #1c2232;
  --dropdown-link-disabled-color: var(--tertiary-color);
  --dropdown-item-padding-x: 1rem;
  --dropdown-item-padding-y: 0.25rem;
  --dropdown-header-color: #6f6985;
  --dropdown-header-padding-x: 1rem;
  --dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--dropdown-zindex);
  display: none;
  min-width: var(--dropdown-min-width);
  padding: var(--dropdown-padding-y) var(--dropdown-padding-x);
  margin: 0;
  font-size: var(--dropdown-font-size);
  color: var(--dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--dropdown-bg);
  background-clip: padding-box;
  border: var(--dropdown-border-width) solid var(--dropdown-border-color);
  border-radius: var(--dropdown-border-radius);
}

/* line 20420, app/assets/stylesheets/core.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--dropdown-spacer);
}

/* line 20426, app/assets/stylesheets/core.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 20429, app/assets/stylesheets/core.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 20434, app/assets/stylesheets/core.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 20437, app/assets/stylesheets/core.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 20443, app/assets/stylesheets/core.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 20446, app/assets/stylesheets/core.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 20450, app/assets/stylesheets/core.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 20453, app/assets/stylesheets/core.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 20459, app/assets/stylesheets/core.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 20462, app/assets/stylesheets/core.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 20466, app/assets/stylesheets/core.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 20469, app/assets/stylesheets/core.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 20475, app/assets/stylesheets/core.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 20478, app/assets/stylesheets/core.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 20482, app/assets/stylesheets/core.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 20485, app/assets/stylesheets/core.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 20491, app/assets/stylesheets/core.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 20494, app/assets/stylesheets/core.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 20498, app/assets/stylesheets/core.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 20501, app/assets/stylesheets/core.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 20507, app/assets/stylesheets/core.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 20510, app/assets/stylesheets/core.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 20514, app/assets/stylesheets/core.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 20517, app/assets/stylesheets/core.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 20522, app/assets/stylesheets/core.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--dropdown-spacer);
}

/* line 20528, app/assets/stylesheets/core.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 20538, app/assets/stylesheets/core.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 20542, app/assets/stylesheets/core.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--dropdown-spacer);
}

/* line 20549, app/assets/stylesheets/core.scss */
.dropend .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 20559, app/assets/stylesheets/core.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 20562, app/assets/stylesheets/core.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 20566, app/assets/stylesheets/core.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--dropdown-spacer);
}

/* line 20573, app/assets/stylesheets/core.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 20579, app/assets/stylesheets/core.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 20582, app/assets/stylesheets/core.scss */
.dropstart .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 20591, app/assets/stylesheets/core.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 20594, app/assets/stylesheets/core.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 20598, app/assets/stylesheets/core.scss */
.dropdown-divider {
  height: 0;
  margin: var(--dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--dropdown-divider-bg);
  opacity: 1;
}

/* line 20606, app/assets/stylesheets/core.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--dropdown-item-padding-y) var(--dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--dropdown-item-border-radius, 0);
}

/* line 20619, app/assets/stylesheets/core.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--dropdown-link-hover-color);
  background-color: var(--dropdown-link-hover-bg);
}

/* line 20623, app/assets/stylesheets/core.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--dropdown-link-active-bg);
}

/* line 20628, app/assets/stylesheets/core.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 20634, app/assets/stylesheets/core.scss */
.dropdown-menu.show {
  display: block;
}

/* line 20638, app/assets/stylesheets/core.scss */
.dropdown-header {
  display: block;
  padding: var(--dropdown-header-padding-y) var(--dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--dropdown-header-color);
  white-space: nowrap;
}

/* line 20647, app/assets/stylesheets/core.scss */
.dropdown-item-text {
  display: block;
  padding: var(--dropdown-item-padding-y) var(--dropdown-item-padding-x);
  color: var(--dropdown-link-color);
}

/* line 20653, app/assets/stylesheets/core.scss */
.dropdown-menu-dark {
  --dropdown-color: #d5d4d9;
  --dropdown-bg: #565266;
  --dropdown-border-color: var(--border-color-translucent);
  --dropdown-box-shadow: ;
  --dropdown-link-color: #d5d4d9;
  --dropdown-link-hover-color: #fff;
  --dropdown-divider-bg: var(--border-color-translucent);
  --dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --dropdown-link-active-color: #fff;
  --dropdown-link-active-bg: #1c2232;
  --dropdown-link-disabled-color: #bbb9cc;
  --dropdown-header-color: #bbb9cc;
}

/* line 20668, app/assets/stylesheets/core.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 20674, app/assets/stylesheets/core.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 20679, app/assets/stylesheets/core.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 20694, app/assets/stylesheets/core.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 20699, app/assets/stylesheets/core.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 20703, app/assets/stylesheets/core.scss */
.btn-group {
  border-radius: var(--border-radius);
}

/* line 20706, app/assets/stylesheets/core.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--border-width) * -1);
}

/* line 20710, app/assets/stylesheets/core.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 20716, app/assets/stylesheets/core.scss */
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 20723, app/assets/stylesheets/core.scss */
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 20727, app/assets/stylesheets/core.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 20730, app/assets/stylesheets/core.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 20734, app/assets/stylesheets/core.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.70875rem;
  padding-left: 0.70875rem;
}

/* line 20739, app/assets/stylesheets/core.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.17rem;
  padding-left: 1.17rem;
}

/* line 20744, app/assets/stylesheets/core.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 20749, app/assets/stylesheets/core.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 20753, app/assets/stylesheets/core.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--border-width) * -1);
}

/* line 20757, app/assets/stylesheets/core.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 20762, app/assets/stylesheets/core.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 20768, app/assets/stylesheets/core.scss */
.nav {
  --nav-link-padding-x: 0.5rem;
  --nav-link-padding-y: 0.875rem;
  --nav-link-font-size: 0.9375rem;
  --nav-link-font-weight: 700;
  --nav-link-color: var(--gray-800);
  --nav-link-hover-color: var(--link-hover-color);
  --nav-link-disabled-color: var(--secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 20783, app/assets/stylesheets/core.scss */
.nav-link {
  display: block;
  padding: var(--nav-link-padding-y) var(--nav-link-padding-x);
  font-size: var(--nav-link-font-size);
  font-weight: var(--nav-link-font-weight);
  color: var(--nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20794, app/assets/stylesheets/core.scss */
  .nav-link {
    transition: none;
  }
}

/* line 20798, app/assets/stylesheets/core.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--nav-link-hover-color);
}

/* line 20801, app/assets/stylesheets/core.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 89, 56, 0.25);
}

/* line 20805, app/assets/stylesheets/core.scss */
.nav-link.disabled {
  color: var(--nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 20811, app/assets/stylesheets/core.scss */
.nav-tabs {
  --nav-tabs-border-width: var(--border-width);
  --nav-tabs-border-color: var(--border-color);
  --nav-tabs-border-radius: var(--border-radius);
  --nav-tabs-link-hover-border-color: var(--secondary-bg) var(--secondary-bg) var(--border-color);
  --nav-tabs-link-active-color: var(--emphasis-color);
  --nav-tabs-link-active-bg: var(--body-bg);
  --nav-tabs-link-active-border-color: var(--border-color) var(--border-color) var(--body-bg);
  border-bottom: var(--nav-tabs-border-width) solid var(--nav-tabs-border-color);
}

/* line 20821, app/assets/stylesheets/core.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--nav-tabs-border-width));
  border: var(--nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--nav-tabs-border-radius);
  border-top-right-radius: var(--nav-tabs-border-radius);
}

/* line 20827, app/assets/stylesheets/core.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--nav-tabs-link-hover-border-color);
}

/* line 20831, app/assets/stylesheets/core.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 20836, app/assets/stylesheets/core.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--nav-tabs-link-active-color);
  background-color: var(--nav-tabs-link-active-bg);
  border-color: var(--nav-tabs-link-active-border-color);
}

/* line 20842, app/assets/stylesheets/core.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 20848, app/assets/stylesheets/core.scss */
.nav-pills {
  --nav-pills-border-radius: var(--border-radius);
  --nav-pills-link-active-color: #fff;
  --nav-pills-link-active-bg: #1c2232;
}

/* line 20853, app/assets/stylesheets/core.scss */
.nav-pills .nav-link {
  border-radius: var(--nav-pills-border-radius);
}

/* line 20856, app/assets/stylesheets/core.scss */
.nav-pills .nav-link:disabled {
  color: var(--nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 20861, app/assets/stylesheets/core.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--nav-pills-link-active-color);
  background-color: var(--nav-pills-link-active-bg);
}

/* line 20867, app/assets/stylesheets/core.scss */
.nav-underline {
  --nav-underline-gap: 1rem;
  --nav-underline-border-width: 0.125rem;
  --nav-underline-link-active-color: var(--emphasis-color);
  gap: var(--nav-underline-gap);
}

/* line 20873, app/assets/stylesheets/core.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--nav-underline-border-width) solid transparent;
}

/* line 20878, app/assets/stylesheets/core.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 20881, app/assets/stylesheets/core.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 20888, app/assets/stylesheets/core.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 20894, app/assets/stylesheets/core.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 20901, app/assets/stylesheets/core.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 20906, app/assets/stylesheets/core.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 20909, app/assets/stylesheets/core.scss */
.tab-content > .active {
  display: block;
}

/* line 20913, app/assets/stylesheets/core.scss */
.navbar {
  --navbar-padding-x: 0;
  --navbar-padding-y: 1rem;
  --navbar-color: rgba(var(--emphasis-color-rgb), 0.65);
  --navbar-hover-color: rgba(var(--emphasis-color-rgb), 0.8);
  --navbar-disabled-color: rgba(var(--emphasis-color-rgb), 0.3);
  --navbar-active-color: rgba(var(--emphasis-color-rgb), 1);
  --navbar-brand-padding-y: 0rem;
  --navbar-brand-margin-end: 1rem;
  --navbar-brand-font-size: 1rem;
  --navbar-brand-color: rgba(var(--emphasis-color-rgb), 1);
  --navbar-brand-hover-color: rgba(var(--emphasis-color-rgb), 1);
  --navbar-nav-link-padding-x: 0.875rem;
  --navbar-toggler-padding-y: 0.25rem;
  --navbar-toggler-padding-x: 0.75rem;
  --navbar-toggler-font-size: 1.25rem;
  --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28111, 105, 133, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --navbar-toggler-border-color: rgba(var(--emphasis-color-rgb), 0.15);
  --navbar-toggler-border-radius: var(--border-radius);
  --navbar-toggler-focus-width: 0.25rem;
  --navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--navbar-padding-y) var(--navbar-padding-x);
}

/* line 20941, app/assets/stylesheets/core.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 20953, app/assets/stylesheets/core.scss */
.navbar-brand {
  padding-top: var(--navbar-brand-padding-y);
  padding-bottom: var(--navbar-brand-padding-y);
  margin-right: var(--navbar-brand-margin-end);
  font-size: var(--navbar-brand-font-size);
  color: var(--navbar-brand-color);
  white-space: nowrap;
}

/* line 20961, app/assets/stylesheets/core.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--navbar-brand-hover-color);
}

/* line 20965, app/assets/stylesheets/core.scss */
.navbar-nav {
  --nav-link-padding-x: 0;
  --nav-link-padding-y: 0.875rem;
  --nav-link-font-size: 0.9375rem;
  --nav-link-font-weight: 700;
  --nav-link-color: var(--navbar-color);
  --nav-link-hover-color: var(--navbar-hover-color);
  --nav-link-disabled-color: var(--navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 20979, app/assets/stylesheets/core.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--navbar-active-color);
}

/* line 20982, app/assets/stylesheets/core.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 20986, app/assets/stylesheets/core.scss */
.navbar-text {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: var(--navbar-color);
}

/* line 20991, app/assets/stylesheets/core.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--navbar-active-color);
}

/* line 20997, app/assets/stylesheets/core.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 21003, app/assets/stylesheets/core.scss */
.navbar-toggler {
  padding: var(--navbar-toggler-padding-y) var(--navbar-toggler-padding-x);
  font-size: var(--navbar-toggler-font-size);
  line-height: 1;
  color: var(--navbar-color);
  background-color: transparent;
  border: var(--border-width) solid var(--navbar-toggler-border-color);
  border-radius: var(--navbar-toggler-border-radius);
  transition: var(--navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 21014, app/assets/stylesheets/core.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 21018, app/assets/stylesheets/core.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 21021, app/assets/stylesheets/core.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--navbar-toggler-focus-width);
}

/* line 21027, app/assets/stylesheets/core.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 21038, app/assets/stylesheets/core.scss */
.navbar-nav-scroll {
  max-height: var(--scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 21044, app/assets/stylesheets/core.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 21048, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 21051, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 21054, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  /* line 21058, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 21061, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 21065, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 21068, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 21080, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 21083, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 21091, app/assets/stylesheets/core.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 21095, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 21098, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 21101, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  /* line 21105, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 21108, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 21112, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 21115, app/assets/stylesheets/core.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 21127, app/assets/stylesheets/core.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 21130, app/assets/stylesheets/core.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 21138, app/assets/stylesheets/core.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 21142, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 21145, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 21148, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  /* line 21152, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 21155, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 21159, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 21162, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 21174, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 21177, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 21185, app/assets/stylesheets/core.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 21189, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 21192, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 21195, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  /* line 21199, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 21202, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 21206, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 21209, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 21221, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 21224, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 21232, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 21236, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 21239, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 21242, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--navbar-nav-link-padding-x);
    padding-left: var(--navbar-nav-link-padding-x);
  }
  /* line 21246, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 21249, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 21253, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 21256, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 21268, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 21271, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 21278, app/assets/stylesheets/core.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 21282, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 21285, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 21288, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--navbar-nav-link-padding-x);
  padding-left: var(--navbar-nav-link-padding-x);
}

/* line 21292, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 21295, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 21299, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 21302, app/assets/stylesheets/core.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 21314, app/assets/stylesheets/core.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 21317, app/assets/stylesheets/core.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 21324, app/assets/stylesheets/core.scss */
.navbar-dark {
  --navbar-color: rgba(255, 255, 255, 0.85);
  --navbar-hover-color: rgba(255, 255, 255, 0.75);
  --navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --navbar-active-color: #fff;
  --navbar-brand-color: #fff;
  --navbar-brand-hover-color: #fff;
  --navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 21335, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] .navbar-toggler-icon {
  --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 21339, app/assets/stylesheets/core.scss */
.card {
  --card-spacer-y: 1rem;
  --card-spacer-x: 1rem;
  --card-title-spacer-y: 0.5rem;
  --card-title-color: ;
  --card-subtitle-color: ;
  --card-border-width: var(--border-width);
  --card-border-color: var(--border-color-translucent);
  --card-border-radius: var(--border-radius);
  --card-box-shadow: ;
  --card-inner-border-radius: calc(var(--border-radius) - (var(--border-width)));
  --card-cap-padding-y: 0.5rem;
  --card-cap-padding-x: 1rem;
  --card-cap-bg: rgba(var(--body-color-rgb), 0.03);
  --card-cap-color: ;
  --card-height: ;
  --card-color: ;
  --card-bg: var(--body-bg);
  --card-img-overlay-padding: 1rem;
  --card-group-margin: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--card-height);
  color: var(--body-color);
  word-wrap: break-word;
  background-color: var(--card-bg);
  background-clip: border-box;
  border: var(--card-border-width) solid var(--card-border-color);
  border-radius: var(--card-border-radius);
}

/* line 21371, app/assets/stylesheets/core.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 21375, app/assets/stylesheets/core.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 21379, app/assets/stylesheets/core.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--card-inner-border-radius);
  border-top-right-radius: var(--card-inner-border-radius);
}

/* line 21384, app/assets/stylesheets/core.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--card-inner-border-radius);
  border-bottom-left-radius: var(--card-inner-border-radius);
}

/* line 21389, app/assets/stylesheets/core.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 21394, app/assets/stylesheets/core.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--card-spacer-y) var(--card-spacer-x);
  color: var(--card-color);
}

/* line 21400, app/assets/stylesheets/core.scss */
.card-title {
  margin-bottom: var(--card-title-spacer-y);
  color: var(--card-title-color);
}

/* line 21405, app/assets/stylesheets/core.scss */
.card-subtitle {
  margin-top: calc(-0.5 * var(--card-title-spacer-y));
  margin-bottom: 0;
  color: var(--card-subtitle-color);
}

/* line 21411, app/assets/stylesheets/core.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 21415, app/assets/stylesheets/core.scss */
.card-link + .card-link {
  margin-left: var(--card-spacer-x);
}

/* line 21419, app/assets/stylesheets/core.scss */
.card-header {
  padding: var(--card-cap-padding-y) var(--card-cap-padding-x);
  margin-bottom: 0;
  color: var(--card-cap-color);
  background-color: var(--card-cap-bg);
  border-bottom: var(--card-border-width) solid var(--card-border-color);
}

/* line 21426, app/assets/stylesheets/core.scss */
.card-header:first-child {
  border-radius: var(--card-inner-border-radius) var(--card-inner-border-radius) 0 0;
}

/* line 21430, app/assets/stylesheets/core.scss */
.card-footer {
  padding: var(--card-cap-padding-y) var(--card-cap-padding-x);
  color: var(--card-cap-color);
  background-color: var(--card-cap-bg);
  border-top: var(--card-border-width) solid var(--card-border-color);
}

/* line 21436, app/assets/stylesheets/core.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--card-inner-border-radius) var(--card-inner-border-radius);
}

/* line 21440, app/assets/stylesheets/core.scss */
.card-header-tabs {
  margin-right: calc(-0.5 * var(--card-cap-padding-x));
  margin-bottom: calc(-1 * var(--card-cap-padding-y));
  margin-left: calc(-0.5 * var(--card-cap-padding-x));
  border-bottom: 0;
}

/* line 21446, app/assets/stylesheets/core.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--card-bg);
  border-bottom-color: var(--card-bg);
}

/* line 21451, app/assets/stylesheets/core.scss */
.card-header-pills {
  margin-right: calc(-0.5 * var(--card-cap-padding-x));
  margin-left: calc(-0.5 * var(--card-cap-padding-x));
}

/* line 21456, app/assets/stylesheets/core.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--card-img-overlay-padding);
  border-radius: var(--card-inner-border-radius);
}

/* line 21466, app/assets/stylesheets/core.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 21472, app/assets/stylesheets/core.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--card-inner-border-radius);
  border-top-right-radius: var(--card-inner-border-radius);
}

/* line 21478, app/assets/stylesheets/core.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--card-inner-border-radius);
  border-bottom-left-radius: var(--card-inner-border-radius);
}

/* line 21484, app/assets/stylesheets/core.scss */
.card-group > .card {
  margin-bottom: var(--card-group-margin);
}

@media (min-width: 576px) {
  /* line 21488, app/assets/stylesheets/core.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 21492, app/assets/stylesheets/core.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 21496, app/assets/stylesheets/core.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 21500, app/assets/stylesheets/core.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 21504, app/assets/stylesheets/core.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 21508, app/assets/stylesheets/core.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 21512, app/assets/stylesheets/core.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 21516, app/assets/stylesheets/core.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 21520, app/assets/stylesheets/core.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 21526, app/assets/stylesheets/core.scss */
.accordion {
  --accordion-color: var(--body-color);
  --accordion-bg: var(--body-bg);
  --accordion-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, border-radius 0.15s ease;
  --accordion-border-color: var(--border-color);
  --accordion-border-width: var(--border-width);
  --accordion-border-radius: var(--border-radius);
  --accordion-inner-border-radius: calc(var(--border-radius) - (var(--border-width)));
  --accordion-btn-padding-x: 1.25rem;
  --accordion-btn-padding-y: 1rem;
  --accordion-btn-color: var(--body-color);
  --accordion-btn-bg: var(--accordion-bg);
  --accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236f6985'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --accordion-btn-icon-width: 1.25rem;
  --accordion-btn-icon-transform: rotate(-180deg);
  --accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23662416'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --accordion-btn-focus-border-color: #ffac9c;
  --accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 89, 56, 0.25);
  --accordion-body-padding-x: 1.25rem;
  --accordion-body-padding-y: 1rem;
  --accordion-active-color: var(--primary-text-emphasis);
  --accordion-active-bg: var(--primary-bg-subtle);
}

/* line 21551, app/assets/stylesheets/core.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--accordion-btn-padding-y) var(--accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--accordion-btn-color);
  text-align: left;
  background-color: var(--accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 21567, app/assets/stylesheets/core.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 21571, app/assets/stylesheets/core.scss */
.accordion-button:not(.collapsed) {
  color: var(--accordion-active-color);
  background-color: var(--accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--accordion-border-width)) 0 var(--accordion-border-color);
}

/* line 21576, app/assets/stylesheets/core.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--accordion-btn-active-icon);
  transform: var(--accordion-btn-icon-transform);
}

/* line 21580, app/assets/stylesheets/core.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--accordion-btn-icon-width);
  height: var(--accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--accordion-btn-icon-width);
  transition: var(--accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 21592, app/assets/stylesheets/core.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 21596, app/assets/stylesheets/core.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 21599, app/assets/stylesheets/core.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--accordion-btn-focus-box-shadow);
}

/* line 21606, app/assets/stylesheets/core.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 21610, app/assets/stylesheets/core.scss */
.accordion-item {
  color: var(--accordion-color);
  background-color: var(--accordion-bg);
  border: var(--accordion-border-width) solid var(--accordion-border-color);
}

/* line 21615, app/assets/stylesheets/core.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--accordion-border-radius);
  border-top-right-radius: var(--accordion-border-radius);
}

/* line 21619, app/assets/stylesheets/core.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--accordion-inner-border-radius);
  border-top-right-radius: var(--accordion-inner-border-radius);
}

/* line 21623, app/assets/stylesheets/core.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 21626, app/assets/stylesheets/core.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--accordion-border-radius);
  border-bottom-left-radius: var(--accordion-border-radius);
}

/* line 21630, app/assets/stylesheets/core.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--accordion-inner-border-radius);
  border-bottom-left-radius: var(--accordion-inner-border-radius);
}

/* line 21634, app/assets/stylesheets/core.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--accordion-border-radius);
  border-bottom-left-radius: var(--accordion-border-radius);
}

/* line 21639, app/assets/stylesheets/core.scss */
.accordion-body {
  padding: var(--accordion-body-padding-y) var(--accordion-body-padding-x);
}

/* line 21643, app/assets/stylesheets/core.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 21646, app/assets/stylesheets/core.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 21651, app/assets/stylesheets/core.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 21654, app/assets/stylesheets/core.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 21657, app/assets/stylesheets/core.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 21661, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] .accordion-button::after {
  --accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff9b88'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff9b88'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 21666, app/assets/stylesheets/core.scss */
.breadcrumb {
  --breadcrumb-padding-x: 0;
  --breadcrumb-padding-y: 0;
  --breadcrumb-margin-bottom: 0rem;
  --breadcrumb-font-size: 0.875rem;
  --breadcrumb-bg: ;
  --breadcrumb-border-radius: ;
  --breadcrumb-divider-color: var(--white);
  --breadcrumb-item-padding-x: 0.5rem;
  --breadcrumb-item-active-color: var(--white);
  display: flex;
  flex-wrap: wrap;
  padding: var(--breadcrumb-padding-y) var(--breadcrumb-padding-x);
  margin-bottom: var(--breadcrumb-margin-bottom);
  font-size: var(--breadcrumb-font-size);
  list-style: none;
  background-color: var(--breadcrumb-bg);
  border-radius: var(--breadcrumb-border-radius);
}

/* line 21686, app/assets/stylesheets/core.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--breadcrumb-item-padding-x);
}

/* line 21689, app/assets/stylesheets/core.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--breadcrumb-item-padding-x);
  color: var(--breadcrumb-divider-color);
  content: var(--breadcrumb-divider, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3e%3cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%23fff'/%3e%3c/svg%3e"));
}

/* line 21695, app/assets/stylesheets/core.scss */
.breadcrumb-item.active {
  color: var(--breadcrumb-item-active-color);
}

/* line 21699, app/assets/stylesheets/core.scss */
.pagination {
  --pagination-padding-x: 0.78rem;
  --pagination-padding-y: 0.4rem;
  --pagination-font-size: 1rem;
  --pagination-color: var(--link-color);
  --pagination-bg: var(--body-bg);
  --pagination-border-width: var(--border-width);
  --pagination-border-color: var(--border-color);
  --pagination-border-radius: var(--border-radius);
  --pagination-hover-color: var(--link-hover-color);
  --pagination-hover-bg: var(--tertiary-bg);
  --pagination-hover-border-color: var(--border-color);
  --pagination-focus-color: var(--link-hover-color);
  --pagination-focus-bg: var(--secondary-bg);
  --pagination-focus-box-shadow: 0 0 0 0.25rem rgba(255, 89, 56, 0.25);
  --pagination-active-color: #fff;
  --pagination-active-bg: #1c2232;
  --pagination-active-border-color: #1c2232;
  --pagination-disabled-color: var(--secondary-color);
  --pagination-disabled-bg: var(--secondary-bg);
  --pagination-disabled-border-color: var(--border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 21725, app/assets/stylesheets/core.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--pagination-padding-y) var(--pagination-padding-x);
  font-size: var(--pagination-font-size);
  color: var(--pagination-color);
  background-color: var(--pagination-bg);
  border: var(--pagination-border-width) solid var(--pagination-border-color);
  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 21736, app/assets/stylesheets/core.scss */
  .page-link {
    transition: none;
  }
}

/* line 21740, app/assets/stylesheets/core.scss */
.page-link:hover {
  z-index: 2;
  color: var(--pagination-hover-color);
  background-color: var(--pagination-hover-bg);
  border-color: var(--pagination-hover-border-color);
}

/* line 21746, app/assets/stylesheets/core.scss */
.page-link:focus {
  z-index: 3;
  color: var(--pagination-focus-color);
  background-color: var(--pagination-focus-bg);
  outline: 0;
  box-shadow: var(--pagination-focus-box-shadow);
}

/* line 21753, app/assets/stylesheets/core.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--pagination-active-color);
  background-color: var(--pagination-active-bg);
  border-color: var(--pagination-active-border-color);
}

/* line 21759, app/assets/stylesheets/core.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--pagination-disabled-color);
  pointer-events: none;
  background-color: var(--pagination-disabled-bg);
  border-color: var(--pagination-disabled-border-color);
}

/* line 21766, app/assets/stylesheets/core.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc( var(--border-width) * -1);
}

/* line 21771, app/assets/stylesheets/core.scss */
.page-item .page-link {
  border-radius: var(--pagination-border-radius);
}

/* line 21775, app/assets/stylesheets/core.scss */
.pagination-lg {
  --pagination-padding-x: 1.5rem;
  --pagination-padding-y: 0.75rem;
  --pagination-font-size: 1.25rem;
  --pagination-border-radius: var(--border-radius-lg);
}

/* line 21782, app/assets/stylesheets/core.scss */
.pagination-sm {
  --pagination-padding-x: 0.938rem;
  --pagination-padding-y: 0.5rem;
  --pagination-font-size: 0.875rem;
  --pagination-border-radius: var(--border-radius-sm);
}

/* line 21789, app/assets/stylesheets/core.scss */
.badge {
  --badge-padding-x: 0.5rem;
  --badge-padding-y: 0.4rem;
  --badge-font-size: 0.75em;
  --badge-font-weight: 700;
  --badge-color: #fff;
  --badge-border-radius: var(--border-radius);
  display: inline-block;
  padding: var(--badge-padding-y) var(--badge-padding-x);
  font-size: var(--badge-font-size);
  font-weight: var(--badge-font-weight);
  line-height: 1;
  color: var(--badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--badge-border-radius);
}

/* line 21807, app/assets/stylesheets/core.scss */
.badge:empty {
  display: none;
}

/* line 21811, app/assets/stylesheets/core.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 21816, app/assets/stylesheets/core.scss */
.alert {
  --alert-bg: transparent;
  --alert-padding-x: 1rem;
  --alert-padding-y: 1rem;
  --alert-margin-bottom: 1rem;
  --alert-color: inherit;
  --alert-border-color: transparent;
  --alert-border: var(--border-width) solid var(--alert-border-color);
  --alert-border-radius: var(--border-radius);
  --alert-link-color: inherit;
  position: relative;
  padding: var(--alert-padding-y) var(--alert-padding-x);
  margin-bottom: var(--alert-margin-bottom);
  color: var(--alert-color);
  background-color: var(--alert-bg);
  border: var(--alert-border);
  border-radius: var(--alert-border-radius);
}

/* line 21835, app/assets/stylesheets/core.scss */
.alert-heading {
  color: inherit;
}

/* line 21839, app/assets/stylesheets/core.scss */
.alert-link {
  font-weight: 700;
  color: var(--alert-link-color);
}

/* line 21844, app/assets/stylesheets/core.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 21847, app/assets/stylesheets/core.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 21855, app/assets/stylesheets/core.scss */
.alert-primary {
  --alert-color: var(--primary-text-emphasis);
  --alert-bg: var(--primary-bg-subtle);
  --alert-border-color: var(--primary-border-subtle);
  --alert-link-color: var(--primary-text-emphasis);
}

/* line 21862, app/assets/stylesheets/core.scss */
.alert-secondary {
  --alert-color: var(--secondary-text-emphasis);
  --alert-bg: var(--secondary-bg-subtle);
  --alert-border-color: var(--secondary-border-subtle);
  --alert-link-color: var(--secondary-text-emphasis);
}

/* line 21869, app/assets/stylesheets/core.scss */
.alert-success {
  --alert-color: var(--success-text-emphasis);
  --alert-bg: var(--success-bg-subtle);
  --alert-border-color: var(--success-border-subtle);
  --alert-link-color: var(--success-text-emphasis);
}

/* line 21876, app/assets/stylesheets/core.scss */
.alert-info {
  --alert-color: var(--info-text-emphasis);
  --alert-bg: var(--info-bg-subtle);
  --alert-border-color: var(--info-border-subtle);
  --alert-link-color: var(--info-text-emphasis);
}

/* line 21883, app/assets/stylesheets/core.scss */
.alert-warning {
  --alert-color: var(--warning-text-emphasis);
  --alert-bg: var(--warning-bg-subtle);
  --alert-border-color: var(--warning-border-subtle);
  --alert-link-color: var(--warning-text-emphasis);
}

/* line 21890, app/assets/stylesheets/core.scss */
.alert-danger {
  --alert-color: var(--danger-text-emphasis);
  --alert-bg: var(--danger-bg-subtle);
  --alert-border-color: var(--danger-border-subtle);
  --alert-link-color: var(--danger-text-emphasis);
}

/* line 21897, app/assets/stylesheets/core.scss */
.alert-light {
  --alert-color: var(--light-text-emphasis);
  --alert-bg: var(--light-bg-subtle);
  --alert-border-color: var(--light-border-subtle);
  --alert-link-color: var(--light-text-emphasis);
}

/* line 21904, app/assets/stylesheets/core.scss */
.alert-dark {
  --alert-color: var(--dark-text-emphasis);
  --alert-bg: var(--dark-bg-subtle);
  --alert-border-color: var(--dark-border-subtle);
  --alert-link-color: var(--dark-text-emphasis);
}

/* line 21911, app/assets/stylesheets/core.scss */
.alert-white {
  --alert-color: var(--white-text-emphasis);
  --alert-bg: var(--white-bg-subtle);
  --alert-border-color: var(--white-border-subtle);
  --alert-link-color: var(--white-text-emphasis);
}

/* line 21918, app/assets/stylesheets/core.scss */
.alert-light-primary {
  --alert-color: var(--light-primary-text-emphasis);
  --alert-bg: var(--light-primary-bg-subtle);
  --alert-border-color: var(--light-primary-border-subtle);
  --alert-link-color: var(--light-primary-text-emphasis);
}

/* line 21925, app/assets/stylesheets/core.scss */
.alert-light-danger {
  --alert-color: var(--light-danger-text-emphasis);
  --alert-bg: var(--light-danger-bg-subtle);
  --alert-border-color: var(--light-danger-border-subtle);
  --alert-link-color: var(--light-danger-text-emphasis);
}

/* line 21932, app/assets/stylesheets/core.scss */
.alert-light-info {
  --alert-color: var(--light-info-text-emphasis);
  --alert-bg: var(--light-info-bg-subtle);
  --alert-border-color: var(--light-info-border-subtle);
  --alert-link-color: var(--light-info-text-emphasis);
}

/* line 21939, app/assets/stylesheets/core.scss */
.alert-light-warning {
  --alert-color: var(--light-warning-text-emphasis);
  --alert-bg: var(--light-warning-bg-subtle);
  --alert-border-color: var(--light-warning-border-subtle);
  --alert-link-color: var(--light-warning-text-emphasis);
}

/* line 21946, app/assets/stylesheets/core.scss */
.alert-light-secondary {
  --alert-color: var(--light-secondary-text-emphasis);
  --alert-bg: var(--light-secondary-bg-subtle);
  --alert-border-color: var(--light-secondary-border-subtle);
  --alert-link-color: var(--light-secondary-text-emphasis);
}

/* line 21953, app/assets/stylesheets/core.scss */
.alert-light-success {
  --alert-color: var(--light-success-text-emphasis);
  --alert-bg: var(--light-success-bg-subtle);
  --alert-border-color: var(--light-success-border-subtle);
  --alert-link-color: var(--light-success-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 21965, app/assets/stylesheets/core.scss */
.progress,
.progress-stacked {
  --progress-height: 1rem;
  --progress-font-size: 0.75rem;
  --progress-bg: var(--secondary-bg);
  --progress-border-radius: var(--border-radius);
  --progress-box-shadow: var(--box-shadow-inset);
  --progress-bar-color: #fff;
  --progress-bar-bg: #1c2232;
  --progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--progress-height);
  overflow: hidden;
  font-size: var(--progress-font-size);
  background-color: var(--progress-bg);
  border-radius: var(--progress-border-radius);
}

/* line 21983, app/assets/stylesheets/core.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--progress-bar-bg);
  transition: var(--progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 21995, app/assets/stylesheets/core.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 22000, app/assets/stylesheets/core.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: var(--progress-height) var(--progress-height);
}

/* line 22005, app/assets/stylesheets/core.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 22009, app/assets/stylesheets/core.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 22013, app/assets/stylesheets/core.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22017, app/assets/stylesheets/core.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 22022, app/assets/stylesheets/core.scss */
.list-group {
  --list-group-color: var(--body-color);
  --list-group-bg: var(--body-bg);
  --list-group-border-color: var(--border-color);
  --list-group-border-width: var(--border-width);
  --list-group-border-radius: var(--border-radius);
  --list-group-item-padding-x: 1rem;
  --list-group-item-padding-y: 0.5rem;
  --list-group-action-color: var(--secondary-color);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--tertiary-bg);
  --list-group-action-active-color: var(--body-color);
  --list-group-action-active-bg: var(--secondary-bg);
  --list-group-disabled-color: var(--secondary-color);
  --list-group-disabled-bg: var(--body-bg);
  --list-group-active-color: #fff;
  --list-group-active-bg: #1c2232;
  --list-group-active-border-color: #1c2232;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--list-group-border-radius);
}

/* line 22047, app/assets/stylesheets/core.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 22051, app/assets/stylesheets/core.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 22056, app/assets/stylesheets/core.scss */
.list-group-item-action {
  width: 100%;
  color: var(--list-group-action-color);
  text-align: inherit;
}

/* line 22061, app/assets/stylesheets/core.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--list-group-action-hover-bg);
}

/* line 22067, app/assets/stylesheets/core.scss */
.list-group-item-action:active {
  color: var(--list-group-action-active-color);
  background-color: var(--list-group-action-active-bg);
}

/* line 22072, app/assets/stylesheets/core.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--list-group-item-padding-y) var(--list-group-item-padding-x);
  color: var(--list-group-color);
  background-color: var(--list-group-bg);
  border: var(--list-group-border-width) solid var(--list-group-border-color);
}

/* line 22080, app/assets/stylesheets/core.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 22084, app/assets/stylesheets/core.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 22088, app/assets/stylesheets/core.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--list-group-disabled-color);
  pointer-events: none;
  background-color: var(--list-group-disabled-bg);
}

/* line 22093, app/assets/stylesheets/core.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--list-group-active-color);
  background-color: var(--list-group-active-bg);
  border-color: var(--list-group-active-border-color);
}

/* line 22099, app/assets/stylesheets/core.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 22102, app/assets/stylesheets/core.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--list-group-border-width));
  border-top-width: var(--list-group-border-width);
}

/* line 22107, app/assets/stylesheets/core.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 22110, app/assets/stylesheets/core.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 22114, app/assets/stylesheets/core.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 22118, app/assets/stylesheets/core.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 22121, app/assets/stylesheets/core.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--list-group-border-width);
  border-left-width: 0;
}

/* line 22125, app/assets/stylesheets/core.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--list-group-border-width));
  border-left-width: var(--list-group-border-width);
}

@media (min-width: 576px) {
  /* line 22131, app/assets/stylesheets/core.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 22134, app/assets/stylesheets/core.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 22138, app/assets/stylesheets/core.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 22142, app/assets/stylesheets/core.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 22145, app/assets/stylesheets/core.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--list-group-border-width);
    border-left-width: 0;
  }
  /* line 22149, app/assets/stylesheets/core.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--list-group-border-width));
    border-left-width: var(--list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 22155, app/assets/stylesheets/core.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 22158, app/assets/stylesheets/core.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 22162, app/assets/stylesheets/core.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 22166, app/assets/stylesheets/core.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 22169, app/assets/stylesheets/core.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--list-group-border-width);
    border-left-width: 0;
  }
  /* line 22173, app/assets/stylesheets/core.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--list-group-border-width));
    border-left-width: var(--list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 22179, app/assets/stylesheets/core.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 22182, app/assets/stylesheets/core.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 22186, app/assets/stylesheets/core.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 22190, app/assets/stylesheets/core.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 22193, app/assets/stylesheets/core.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--list-group-border-width);
    border-left-width: 0;
  }
  /* line 22197, app/assets/stylesheets/core.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--list-group-border-width));
    border-left-width: var(--list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 22203, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 22206, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 22210, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 22214, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 22217, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--list-group-border-width);
    border-left-width: 0;
  }
  /* line 22221, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--list-group-border-width));
    border-left-width: var(--list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 22227, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 22230, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 22234, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 22238, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 22241, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--list-group-border-width);
    border-left-width: 0;
  }
  /* line 22245, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--list-group-border-width));
    border-left-width: var(--list-group-border-width);
  }
}

/* line 22250, app/assets/stylesheets/core.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 22253, app/assets/stylesheets/core.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--list-group-border-width);
}

/* line 22256, app/assets/stylesheets/core.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 22260, app/assets/stylesheets/core.scss */
.list-group-item-primary {
  --list-group-color: var(--primary-text-emphasis);
  --list-group-bg: var(--primary-bg-subtle);
  --list-group-border-color: var(--primary-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--primary-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--primary-border-subtle);
  --list-group-active-color: var(--primary-bg-subtle);
  --list-group-active-bg: var(--primary-text-emphasis);
  --list-group-active-border-color: var(--primary-text-emphasis);
}

/* line 22273, app/assets/stylesheets/core.scss */
.list-group-item-secondary {
  --list-group-color: var(--secondary-text-emphasis);
  --list-group-bg: var(--secondary-bg-subtle);
  --list-group-border-color: var(--secondary-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--secondary-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--secondary-border-subtle);
  --list-group-active-color: var(--secondary-bg-subtle);
  --list-group-active-bg: var(--secondary-text-emphasis);
  --list-group-active-border-color: var(--secondary-text-emphasis);
}

/* line 22286, app/assets/stylesheets/core.scss */
.list-group-item-success {
  --list-group-color: var(--success-text-emphasis);
  --list-group-bg: var(--success-bg-subtle);
  --list-group-border-color: var(--success-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--success-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--success-border-subtle);
  --list-group-active-color: var(--success-bg-subtle);
  --list-group-active-bg: var(--success-text-emphasis);
  --list-group-active-border-color: var(--success-text-emphasis);
}

/* line 22299, app/assets/stylesheets/core.scss */
.list-group-item-info {
  --list-group-color: var(--info-text-emphasis);
  --list-group-bg: var(--info-bg-subtle);
  --list-group-border-color: var(--info-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--info-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--info-border-subtle);
  --list-group-active-color: var(--info-bg-subtle);
  --list-group-active-bg: var(--info-text-emphasis);
  --list-group-active-border-color: var(--info-text-emphasis);
}

/* line 22312, app/assets/stylesheets/core.scss */
.list-group-item-warning {
  --list-group-color: var(--warning-text-emphasis);
  --list-group-bg: var(--warning-bg-subtle);
  --list-group-border-color: var(--warning-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--warning-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--warning-border-subtle);
  --list-group-active-color: var(--warning-bg-subtle);
  --list-group-active-bg: var(--warning-text-emphasis);
  --list-group-active-border-color: var(--warning-text-emphasis);
}

/* line 22325, app/assets/stylesheets/core.scss */
.list-group-item-danger {
  --list-group-color: var(--danger-text-emphasis);
  --list-group-bg: var(--danger-bg-subtle);
  --list-group-border-color: var(--danger-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--danger-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--danger-border-subtle);
  --list-group-active-color: var(--danger-bg-subtle);
  --list-group-active-bg: var(--danger-text-emphasis);
  --list-group-active-border-color: var(--danger-text-emphasis);
}

/* line 22338, app/assets/stylesheets/core.scss */
.list-group-item-light {
  --list-group-color: var(--light-text-emphasis);
  --list-group-bg: var(--light-bg-subtle);
  --list-group-border-color: var(--light-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--light-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--light-border-subtle);
  --list-group-active-color: var(--light-bg-subtle);
  --list-group-active-bg: var(--light-text-emphasis);
  --list-group-active-border-color: var(--light-text-emphasis);
}

/* line 22351, app/assets/stylesheets/core.scss */
.list-group-item-dark {
  --list-group-color: var(--dark-text-emphasis);
  --list-group-bg: var(--dark-bg-subtle);
  --list-group-border-color: var(--dark-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--dark-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--dark-border-subtle);
  --list-group-active-color: var(--dark-bg-subtle);
  --list-group-active-bg: var(--dark-text-emphasis);
  --list-group-active-border-color: var(--dark-text-emphasis);
}

/* line 22364, app/assets/stylesheets/core.scss */
.list-group-item-white {
  --list-group-color: var(--white-text-emphasis);
  --list-group-bg: var(--white-bg-subtle);
  --list-group-border-color: var(--white-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--white-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--white-border-subtle);
  --list-group-active-color: var(--white-bg-subtle);
  --list-group-active-bg: var(--white-text-emphasis);
  --list-group-active-border-color: var(--white-text-emphasis);
}

/* line 22377, app/assets/stylesheets/core.scss */
.list-group-item-light-primary {
  --list-group-color: var(--light-primary-text-emphasis);
  --list-group-bg: var(--light-primary-bg-subtle);
  --list-group-border-color: var(--light-primary-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--light-primary-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--light-primary-border-subtle);
  --list-group-active-color: var(--light-primary-bg-subtle);
  --list-group-active-bg: var(--light-primary-text-emphasis);
  --list-group-active-border-color: var(--light-primary-text-emphasis);
}

/* line 22390, app/assets/stylesheets/core.scss */
.list-group-item-light-danger {
  --list-group-color: var(--light-danger-text-emphasis);
  --list-group-bg: var(--light-danger-bg-subtle);
  --list-group-border-color: var(--light-danger-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--light-danger-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--light-danger-border-subtle);
  --list-group-active-color: var(--light-danger-bg-subtle);
  --list-group-active-bg: var(--light-danger-text-emphasis);
  --list-group-active-border-color: var(--light-danger-text-emphasis);
}

/* line 22403, app/assets/stylesheets/core.scss */
.list-group-item-light-info {
  --list-group-color: var(--light-info-text-emphasis);
  --list-group-bg: var(--light-info-bg-subtle);
  --list-group-border-color: var(--light-info-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--light-info-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--light-info-border-subtle);
  --list-group-active-color: var(--light-info-bg-subtle);
  --list-group-active-bg: var(--light-info-text-emphasis);
  --list-group-active-border-color: var(--light-info-text-emphasis);
}

/* line 22416, app/assets/stylesheets/core.scss */
.list-group-item-light-warning {
  --list-group-color: var(--light-warning-text-emphasis);
  --list-group-bg: var(--light-warning-bg-subtle);
  --list-group-border-color: var(--light-warning-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--light-warning-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--light-warning-border-subtle);
  --list-group-active-color: var(--light-warning-bg-subtle);
  --list-group-active-bg: var(--light-warning-text-emphasis);
  --list-group-active-border-color: var(--light-warning-text-emphasis);
}

/* line 22429, app/assets/stylesheets/core.scss */
.list-group-item-light-secondary {
  --list-group-color: var(--light-secondary-text-emphasis);
  --list-group-bg: var(--light-secondary-bg-subtle);
  --list-group-border-color: var(--light-secondary-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--light-secondary-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--light-secondary-border-subtle);
  --list-group-active-color: var(--light-secondary-bg-subtle);
  --list-group-active-bg: var(--light-secondary-text-emphasis);
  --list-group-active-border-color: var(--light-secondary-text-emphasis);
}

/* line 22442, app/assets/stylesheets/core.scss */
.list-group-item-light-success {
  --list-group-color: var(--light-success-text-emphasis);
  --list-group-bg: var(--light-success-bg-subtle);
  --list-group-border-color: var(--light-success-border-subtle);
  --list-group-action-hover-color: var(--emphasis-color);
  --list-group-action-hover-bg: var(--light-success-border-subtle);
  --list-group-action-active-color: var(--emphasis-color);
  --list-group-action-active-bg: var(--light-success-border-subtle);
  --list-group-active-color: var(--light-success-bg-subtle);
  --list-group-active-bg: var(--light-success-text-emphasis);
  --list-group-active-border-color: var(--light-success-text-emphasis);
}

/* line 22455, app/assets/stylesheets/core.scss */
.btn-close {
  --btn-close-color: #1c2232;
  --btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2232'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --btn-close-opacity: 0.5;
  --btn-close-hover-opacity: 0.75;
  --btn-close-focus-shadow: 0 0 0 0.25rem rgba(255, 89, 56, 0.25);
  --btn-close-focus-opacity: 1;
  --btn-close-disabled-opacity: 0.25;
  --btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--btn-close-color);
  background: transparent var(--btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--btn-close-opacity);
}

/* line 22474, app/assets/stylesheets/core.scss */
.btn-close:hover {
  color: var(--btn-close-color);
  text-decoration: none;
  opacity: var(--btn-close-hover-opacity);
}

/* line 22479, app/assets/stylesheets/core.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--btn-close-focus-shadow);
  opacity: var(--btn-close-focus-opacity);
}

/* line 22484, app/assets/stylesheets/core.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--btn-close-disabled-opacity);
}

/* line 22492, app/assets/stylesheets/core.scss */
.btn-close-white {
  filter: var(--btn-close-white-filter);
}

/* line 22496, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] .btn-close {
  filter: var(--btn-close-white-filter);
}

/* line 22500, app/assets/stylesheets/core.scss */
.toast {
  --toast-zindex: 1090;
  --toast-padding-x: 0.75rem;
  --toast-padding-y: 0.5rem;
  --toast-spacing: 2rem;
  --toast-max-width: 350px;
  --toast-font-size: 0.875rem;
  --toast-color: ;
  --toast-bg: rgba(var(--body-bg-rgb), 0.85);
  --toast-border-width: var(--border-width);
  --toast-border-color: var(--border-color-translucent);
  --toast-border-radius: var(--border-radius);
  --toast-box-shadow: var(--box-shadow);
  --toast-header-color: var(--secondary-color);
  --toast-header-bg: rgba(var(--body-bg-rgb), 0.85);
  --toast-header-border-color: var(--border-color-translucent);
  width: var(--toast-max-width);
  max-width: 100%;
  font-size: var(--toast-font-size);
  color: var(--toast-color);
  pointer-events: auto;
  background-color: var(--toast-bg);
  background-clip: padding-box;
  border: var(--toast-border-width) solid var(--toast-border-color);
  box-shadow: var(--toast-box-shadow);
  border-radius: var(--toast-border-radius);
}

/* line 22527, app/assets/stylesheets/core.scss */
.toast.showing {
  opacity: 0;
}

/* line 22530, app/assets/stylesheets/core.scss */
.toast:not(.show) {
  display: none;
}

/* line 22534, app/assets/stylesheets/core.scss */
.toast-container {
  --toast-zindex: 1090;
  position: absolute;
  z-index: var(--toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 22543, app/assets/stylesheets/core.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--toast-spacing);
}

/* line 22547, app/assets/stylesheets/core.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--toast-padding-y) var(--toast-padding-x);
  color: var(--toast-header-color);
  background-color: var(--toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--toast-border-width) solid var(--toast-header-border-color);
  border-top-left-radius: calc(var(--toast-border-radius) - var(--toast-border-width));
  border-top-right-radius: calc(var(--toast-border-radius) - var(--toast-border-width));
}

/* line 22558, app/assets/stylesheets/core.scss */
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--toast-padding-x));
  margin-left: var(--toast-padding-x);
}

/* line 22563, app/assets/stylesheets/core.scss */
.toast-body {
  padding: var(--toast-padding-x);
  word-wrap: break-word;
}

/* line 22568, app/assets/stylesheets/core.scss */
.modal {
  --modal-zindex: 1055;
  --modal-width: 500px;
  --modal-padding: 1rem;
  --modal-margin: 0.5rem;
  --modal-color: ;
  --modal-bg: var(--body-bg);
  --modal-border-color: var(--border-color-translucent);
  --modal-border-width: var(--border-width);
  --modal-border-radius: var(--border-radius-lg);
  --modal-box-shadow: 0 0.125rem 0.25rem rgba(38, 31, 68, 0.075);
  --modal-inner-border-radius: calc(var(--border-radius-lg) - (var(--border-width)));
  --modal-header-padding-x: 1rem;
  --modal-header-padding-y: 1rem;
  --modal-header-padding: 1rem 1rem;
  --modal-header-border-color: var(--border-color);
  --modal-header-border-width: var(--border-width);
  --modal-title-line-height: 1.6;
  --modal-footer-gap: 0.5rem;
  --modal-footer-bg: ;
  --modal-footer-border-color: var(--border-color);
  --modal-footer-border-width: var(--border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 22602, app/assets/stylesheets/core.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--modal-margin);
  pointer-events: none;
}

/* line 22608, app/assets/stylesheets/core.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 22613, app/assets/stylesheets/core.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 22617, app/assets/stylesheets/core.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 22620, app/assets/stylesheets/core.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 22624, app/assets/stylesheets/core.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--modal-margin) * 2);
}

/* line 22627, app/assets/stylesheets/core.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 22631, app/assets/stylesheets/core.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 22635, app/assets/stylesheets/core.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--modal-margin) * 2);
}

/* line 22641, app/assets/stylesheets/core.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--modal-color);
  pointer-events: auto;
  background-color: var(--modal-bg);
  background-clip: padding-box;
  border: var(--modal-border-width) solid var(--modal-border-color);
  border-radius: var(--modal-border-radius);
  outline: 0;
}

/* line 22655, app/assets/stylesheets/core.scss */
.modal-backdrop {
  --backdrop-zindex: 1050;
  --backdrop-bg: #1c2232;
  --backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--backdrop-bg);
}

/* line 22667, app/assets/stylesheets/core.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 22670, app/assets/stylesheets/core.scss */
.modal-backdrop.show {
  opacity: var(--backdrop-opacity);
}

/* line 22674, app/assets/stylesheets/core.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--modal-header-padding);
  border-bottom: var(--modal-header-border-width) solid var(--modal-header-border-color);
  border-top-left-radius: var(--modal-inner-border-radius);
  border-top-right-radius: var(--modal-inner-border-radius);
}

/* line 22684, app/assets/stylesheets/core.scss */
.modal-header .btn-close {
  padding: calc(var(--modal-header-padding-y) * 0.5) calc(var(--modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--modal-header-padding-y)) calc(-0.5 * var(--modal-header-padding-x)) calc(-0.5 * var(--modal-header-padding-y)) auto;
}

/* line 22689, app/assets/stylesheets/core.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--modal-title-line-height);
}

/* line 22694, app/assets/stylesheets/core.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--modal-padding);
}

/* line 22700, app/assets/stylesheets/core.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--modal-padding) - var(--modal-footer-gap) * 0.5);
  background-color: var(--modal-footer-bg);
  border-top: var(--modal-footer-border-width) solid var(--modal-footer-border-color);
  border-bottom-right-radius: var(--modal-inner-border-radius);
  border-bottom-left-radius: var(--modal-inner-border-radius);
}

/* line 22712, app/assets/stylesheets/core.scss */
.modal-footer > * {
  margin: calc(var(--modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  /* line 22717, app/assets/stylesheets/core.scss */
  .modal {
    --modal-margin: 1.75rem;
    --modal-box-shadow: 0 0.5rem 1rem rgba(38, 31, 68, 0.15);
  }
  /* line 22721, app/assets/stylesheets/core.scss */
  .modal-dialog {
    max-width: var(--modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 22726, app/assets/stylesheets/core.scss */
  .modal-sm {
    --modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 22731, app/assets/stylesheets/core.scss */
  .modal-lg,
.modal-xl {
    --modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 22737, app/assets/stylesheets/core.scss */
  .modal-xl {
    --modal-width: 1140px;
  }
}

/* line 22741, app/assets/stylesheets/core.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 22747, app/assets/stylesheets/core.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 22752, app/assets/stylesheets/core.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 22756, app/assets/stylesheets/core.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 22761, app/assets/stylesheets/core.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 22767, app/assets/stylesheets/core.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 22772, app/assets/stylesheets/core.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 22776, app/assets/stylesheets/core.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 22781, app/assets/stylesheets/core.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 22787, app/assets/stylesheets/core.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 22792, app/assets/stylesheets/core.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 22796, app/assets/stylesheets/core.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 22801, app/assets/stylesheets/core.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 22807, app/assets/stylesheets/core.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 22812, app/assets/stylesheets/core.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 22816, app/assets/stylesheets/core.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 22821, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 22827, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 22832, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 22836, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 22841, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 22847, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 22852, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 22856, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 22860, app/assets/stylesheets/core.scss */
.tooltip {
  --tooltip-zindex: 1080;
  --tooltip-max-width: 200px;
  --tooltip-padding-x: 0.5rem;
  --tooltip-padding-y: 0.25rem;
  --tooltip-margin: ;
  --tooltip-font-size: 0.875rem;
  --tooltip-color: var(--body-bg);
  --tooltip-bg: var(--emphasis-color);
  --tooltip-border-radius: var(--border-radius);
  --tooltip-opacity: 0.9;
  --tooltip-arrow-width: 0.8rem;
  --tooltip-arrow-height: 0.4rem;
  z-index: var(--tooltip-zindex);
  display: block;
  margin: var(--tooltip-margin);
  font-family: var(--font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  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: var(--tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 22894, app/assets/stylesheets/core.scss */
.tooltip.show {
  opacity: var(--tooltip-opacity);
}

/* line 22897, app/assets/stylesheets/core.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--tooltip-arrow-width);
  height: var(--tooltip-arrow-height);
}

/* line 22902, app/assets/stylesheets/core.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 22909, app/assets/stylesheets/core.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--tooltip-arrow-height));
}

/* line 22912, app/assets/stylesheets/core.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--tooltip-arrow-height) calc(var(--tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--tooltip-bg);
}

/* rtl:begin:ignore */
/* line 22919, app/assets/stylesheets/core.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--tooltip-arrow-height));
  width: var(--tooltip-arrow-height);
  height: var(--tooltip-arrow-width);
}

/* line 22924, app/assets/stylesheets/core.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--tooltip-arrow-width) * 0.5) var(--tooltip-arrow-height) calc(var(--tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--tooltip-bg);
}

/* rtl:end:ignore */
/* line 22931, app/assets/stylesheets/core.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--tooltip-arrow-height));
}

/* line 22934, app/assets/stylesheets/core.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--tooltip-arrow-width) * 0.5) var(--tooltip-arrow-height);
  border-bottom-color: var(--tooltip-bg);
}

/* rtl:begin:ignore */
/* line 22941, app/assets/stylesheets/core.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--tooltip-arrow-height));
  width: var(--tooltip-arrow-height);
  height: var(--tooltip-arrow-width);
}

/* line 22946, app/assets/stylesheets/core.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--tooltip-arrow-width) * 0.5) 0 calc(var(--tooltip-arrow-width) * 0.5) var(--tooltip-arrow-height);
  border-left-color: var(--tooltip-bg);
}

/* rtl:end:ignore */
/* line 22953, app/assets/stylesheets/core.scss */
.tooltip-inner {
  max-width: var(--tooltip-max-width);
  padding: var(--tooltip-padding-y) var(--tooltip-padding-x);
  color: var(--tooltip-color);
  text-align: center;
  background-color: var(--tooltip-bg);
  border-radius: var(--tooltip-border-radius);
}

/* line 22962, app/assets/stylesheets/core.scss */
.popover {
  --popover-zindex: 1070;
  --popover-max-width: 276px;
  --popover-font-size: 0.875rem;
  --popover-bg: var(--body-bg);
  --popover-border-width: var(--border-width);
  --popover-border-color: var(--border-color-translucent);
  --popover-border-radius: var(--border-radius-lg);
  --popover-inner-border-radius: calc(
    var(--border-radius-lg) - var(--border-width)
  );
  --popover-box-shadow: 0 0.5rem 1rem rgba(38, 31, 68, 0.15);
  --popover-header-padding-x: 1rem;
  --popover-header-padding-y: 0.5rem;
  --popover-header-font-size: 1rem;
  --popover-header-color: var(--gray-900);
  --popover-header-bg: var(--secondary-bg);
  --popover-body-padding-x: 1rem;
  --popover-body-padding-y: 1rem;
  --popover-body-color: var(--body-color);
  --popover-arrow-width: 1rem;
  --popover-arrow-height: 0.5rem;
  --popover-arrow-border: var(--popover-border-color);
  z-index: var(--popover-zindex);
  display: block;
  max-width: var(--popover-max-width);
  font-family: var(--font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  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: var(--popover-font-size);
  word-wrap: break-word;
  background-color: var(--popover-bg);
  background-clip: padding-box;
  border: var(--popover-border-width) solid var(--popover-border-color);
  border-radius: var(--popover-border-radius);
}

/* line 23009, app/assets/stylesheets/core.scss */
.popover .popover-arrow {
  display: block;
  width: var(--popover-arrow-width);
  height: var(--popover-arrow-height);
}

/* line 23014, app/assets/stylesheets/core.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 23023, app/assets/stylesheets/core.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--popover-arrow-height)) - var(--popover-border-width));
}

/* line 23026, app/assets/stylesheets/core.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--popover-arrow-height) calc(var(--popover-arrow-width) * 0.5) 0;
}

/* line 23029, app/assets/stylesheets/core.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--popover-arrow-border);
}

/* line 23033, app/assets/stylesheets/core.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--popover-border-width);
  border-top-color: var(--popover-bg);
}

/* rtl:begin:ignore */
/* line 23039, app/assets/stylesheets/core.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--popover-arrow-height)) - var(--popover-border-width));
  width: var(--popover-arrow-height);
  height: var(--popover-arrow-width);
}

/* line 23044, app/assets/stylesheets/core.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--popover-arrow-width) * 0.5) var(--popover-arrow-height) calc(var(--popover-arrow-width) * 0.5) 0;
}

/* line 23047, app/assets/stylesheets/core.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--popover-arrow-border);
}

/* line 23051, app/assets/stylesheets/core.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--popover-border-width);
  border-right-color: var(--popover-bg);
}

/* rtl:end:ignore */
/* line 23057, app/assets/stylesheets/core.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--popover-arrow-height)) - var(--popover-border-width));
}

/* line 23060, app/assets/stylesheets/core.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--popover-arrow-width) * 0.5) var(--popover-arrow-height);
}

/* line 23063, app/assets/stylesheets/core.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--popover-arrow-border);
}

/* line 23067, app/assets/stylesheets/core.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--popover-border-width);
  border-bottom-color: var(--popover-bg);
}

/* line 23071, app/assets/stylesheets/core.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--popover-arrow-width);
  margin-left: calc(-0.5 * var(--popover-arrow-width));
  content: "";
  border-bottom: var(--popover-border-width) solid var(--popover-header-bg);
}

/* rtl:begin:ignore */
/* line 23083, app/assets/stylesheets/core.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--popover-arrow-height)) - var(--popover-border-width));
  width: var(--popover-arrow-height);
  height: var(--popover-arrow-width);
}

/* line 23088, app/assets/stylesheets/core.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--popover-arrow-width) * 0.5) 0 calc(var(--popover-arrow-width) * 0.5) var(--popover-arrow-height);
}

/* line 23091, app/assets/stylesheets/core.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--popover-arrow-border);
}

/* line 23095, app/assets/stylesheets/core.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--popover-border-width);
  border-left-color: var(--popover-bg);
}

/* rtl:end:ignore */
/* line 23101, app/assets/stylesheets/core.scss */
.popover-header {
  padding: var(--popover-header-padding-y) var(--popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--popover-header-font-size);
  color: var(--popover-header-color);
  background-color: var(--popover-header-bg);
  border-bottom: var(--popover-border-width) solid var(--popover-border-color);
  border-top-left-radius: var(--popover-inner-border-radius);
  border-top-right-radius: var(--popover-inner-border-radius);
}

/* line 23111, app/assets/stylesheets/core.scss */
.popover-header:empty {
  display: none;
}

/* line 23115, app/assets/stylesheets/core.scss */
.popover-body {
  padding: var(--popover-body-padding-y) var(--popover-body-padding-x);
  color: var(--popover-body-color);
}

/* line 23120, app/assets/stylesheets/core.scss */
.carousel {
  position: relative;
}

/* line 23124, app/assets/stylesheets/core.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 23128, app/assets/stylesheets/core.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 23133, app/assets/stylesheets/core.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 23139, app/assets/stylesheets/core.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 23149, app/assets/stylesheets/core.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 23154, app/assets/stylesheets/core.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 23160, app/assets/stylesheets/core.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 23165, app/assets/stylesheets/core.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 23170, app/assets/stylesheets/core.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 23175, app/assets/stylesheets/core.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 23181, app/assets/stylesheets/core.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 23188, app/assets/stylesheets/core.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 23194, app/assets/stylesheets/core.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 23213, app/assets/stylesheets/core.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 23218, app/assets/stylesheets/core.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 23227, app/assets/stylesheets/core.scss */
.carousel-control-prev {
  left: 0;
}

/* line 23231, app/assets/stylesheets/core.scss */
.carousel-control-next {
  right: 0;
}

/* line 23235, app/assets/stylesheets/core.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 23253, app/assets/stylesheets/core.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 23257, app/assets/stylesheets/core.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 23261, app/assets/stylesheets/core.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 23274, app/assets/stylesheets/core.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 23293, app/assets/stylesheets/core.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 23297, app/assets/stylesheets/core.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 23301, app/assets/stylesheets/core.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 23312, app/assets/stylesheets/core.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 23316, app/assets/stylesheets/core.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #1c2232;
}

/* line 23319, app/assets/stylesheets/core.scss */
.carousel-dark .carousel-caption {
  color: #1c2232;
}

/* line 23323, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, .carousel[data-bs-theme=dark] .carousel-control-prev-icon,
.carousel[data-bs-theme=dark] .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 23328, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], .carousel[data-bs-theme=dark] .carousel-indicators [data-bs-target] {
  background-color: #1c2232;
}

/* line 23331, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] .carousel .carousel-caption, .carousel[data-bs-theme=dark] .carousel-caption {
  color: #1c2232;
}

/* line 23335, app/assets/stylesheets/core.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--spinner-width);
  height: var(--spinner-height);
  vertical-align: var(--spinner-vertical-align);
  border-radius: 50%;
  animation: var(--spinner-animation-speed) linear infinite var(--spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 23350, app/assets/stylesheets/core.scss */
.spinner-border {
  --spinner-width: 2rem;
  --spinner-height: 2rem;
  --spinner-vertical-align: -0.125em;
  --spinner-border-width: 0.25em;
  --spinner-animation-speed: 0.75s;
  --spinner-animation-name: spinner-border;
  border: var(--spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 23361, app/assets/stylesheets/core.scss */
.spinner-border-sm {
  --spinner-width: 1rem;
  --spinner-height: 1rem;
  --spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 23376, app/assets/stylesheets/core.scss */
.spinner-grow {
  --spinner-width: 2rem;
  --spinner-height: 2rem;
  --spinner-vertical-align: -0.125em;
  --spinner-animation-speed: 0.75s;
  --spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 23386, app/assets/stylesheets/core.scss */
.spinner-grow-sm {
  --spinner-width: 1rem;
  --spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 23392, app/assets/stylesheets/core.scss */
  .spinner-border,
.spinner-grow {
    --spinner-animation-speed: 1.5s;
  }
}

/* line 23397, app/assets/stylesheets/core.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --offcanvas-zindex: 1045;
  --offcanvas-width: 400px;
  --offcanvas-height: 30vh;
  --offcanvas-padding-x: 1rem;
  --offcanvas-padding-y: 1rem;
  --offcanvas-color: var(--body-color);
  --offcanvas-bg: var(--body-bg);
  --offcanvas-border-width: var(--border-width);
  --offcanvas-border-color: var(--border-color-translucent);
  --offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(38, 31, 68, 0.075);
  --offcanvas-transition: transform 0.3s ease-in-out;
  --offcanvas-title-line-height: 1.6;
}

@media (max-width: 575.98px) {
  /* line 23413, app/assets/stylesheets/core.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--offcanvas-color);
    visibility: hidden;
    background-color: var(--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 23429, app/assets/stylesheets/core.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 23434, app/assets/stylesheets/core.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--offcanvas-width);
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 575.98px) {
  /* line 23443, app/assets/stylesheets/core.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--offcanvas-width);
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 575.98px) {
  /* line 23452, app/assets/stylesheets/core.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 575.98px) {
  /* line 23463, app/assets/stylesheets/core.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 575.98px) {
  /* line 23473, app/assets/stylesheets/core.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  /* line 23478, app/assets/stylesheets/core.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 23483, app/assets/stylesheets/core.scss */
  .offcanvas-sm {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 23488, app/assets/stylesheets/core.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 23491, app/assets/stylesheets/core.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 23501, app/assets/stylesheets/core.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--offcanvas-color);
    visibility: hidden;
    background-color: var(--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 23517, app/assets/stylesheets/core.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 23522, app/assets/stylesheets/core.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--offcanvas-width);
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 767.98px) {
  /* line 23531, app/assets/stylesheets/core.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--offcanvas-width);
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 767.98px) {
  /* line 23540, app/assets/stylesheets/core.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 767.98px) {
  /* line 23551, app/assets/stylesheets/core.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 767.98px) {
  /* line 23561, app/assets/stylesheets/core.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  /* line 23566, app/assets/stylesheets/core.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 23571, app/assets/stylesheets/core.scss */
  .offcanvas-md {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 23576, app/assets/stylesheets/core.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 23579, app/assets/stylesheets/core.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 23589, app/assets/stylesheets/core.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--offcanvas-color);
    visibility: hidden;
    background-color: var(--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 23605, app/assets/stylesheets/core.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 23610, app/assets/stylesheets/core.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--offcanvas-width);
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 991.98px) {
  /* line 23619, app/assets/stylesheets/core.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--offcanvas-width);
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 991.98px) {
  /* line 23628, app/assets/stylesheets/core.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 991.98px) {
  /* line 23639, app/assets/stylesheets/core.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 991.98px) {
  /* line 23649, app/assets/stylesheets/core.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  /* line 23654, app/assets/stylesheets/core.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 23659, app/assets/stylesheets/core.scss */
  .offcanvas-lg {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 23664, app/assets/stylesheets/core.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 23667, app/assets/stylesheets/core.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 23677, app/assets/stylesheets/core.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--offcanvas-color);
    visibility: hidden;
    background-color: var(--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 23693, app/assets/stylesheets/core.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 23698, app/assets/stylesheets/core.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--offcanvas-width);
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 1199.98px) {
  /* line 23707, app/assets/stylesheets/core.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--offcanvas-width);
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 1199.98px) {
  /* line 23716, app/assets/stylesheets/core.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 1199.98px) {
  /* line 23727, app/assets/stylesheets/core.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 1199.98px) {
  /* line 23737, app/assets/stylesheets/core.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 23742, app/assets/stylesheets/core.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 23747, app/assets/stylesheets/core.scss */
  .offcanvas-xl {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 23752, app/assets/stylesheets/core.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 23755, app/assets/stylesheets/core.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 23765, app/assets/stylesheets/core.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--offcanvas-color);
    visibility: hidden;
    background-color: var(--offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 23781, app/assets/stylesheets/core.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 23786, app/assets/stylesheets/core.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--offcanvas-width);
    border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(-100%);
  }
}

@media (max-width: 1399.98px) {
  /* line 23795, app/assets/stylesheets/core.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--offcanvas-width);
    border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateX(100%);
  }
}

@media (max-width: 1399.98px) {
  /* line 23804, app/assets/stylesheets/core.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(-100%);
  }
}

@media (max-width: 1399.98px) {
  /* line 23815, app/assets/stylesheets/core.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--offcanvas-height);
    max-height: 100%;
    border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
    transform: translateY(100%);
  }
}

@media (max-width: 1399.98px) {
  /* line 23825, app/assets/stylesheets/core.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 23830, app/assets/stylesheets/core.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 23835, app/assets/stylesheets/core.scss */
  .offcanvas-xxl {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 23840, app/assets/stylesheets/core.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 23843, app/assets/stylesheets/core.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 23852, app/assets/stylesheets/core.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--offcanvas-color);
  visibility: hidden;
  background-color: var(--offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 23867, app/assets/stylesheets/core.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 23871, app/assets/stylesheets/core.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--offcanvas-width);
  border-right: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 23878, app/assets/stylesheets/core.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--offcanvas-width);
  border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateX(100%);
}

/* line 23885, app/assets/stylesheets/core.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--offcanvas-height);
  max-height: 100%;
  border-bottom: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 23894, app/assets/stylesheets/core.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--offcanvas-height);
  max-height: 100%;
  border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateY(100%);
}

/* line 23902, app/assets/stylesheets/core.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 23905, app/assets/stylesheets/core.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 23909, app/assets/stylesheets/core.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1c2232;
}

/* line 23918, app/assets/stylesheets/core.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 23921, app/assets/stylesheets/core.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 23925, app/assets/stylesheets/core.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
}

/* line 23931, app/assets/stylesheets/core.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--offcanvas-padding-y) * 0.5) calc(var(--offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--offcanvas-padding-y));
}

/* line 23938, app/assets/stylesheets/core.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--offcanvas-title-line-height);
}

/* line 23943, app/assets/stylesheets/core.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
  overflow-y: auto;
}

/* line 23949, app/assets/stylesheets/core.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 23957, app/assets/stylesheets/core.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 23962, app/assets/stylesheets/core.scss */
.placeholder-xs {
  min-height: 0.6em;
}

/* line 23966, app/assets/stylesheets/core.scss */
.placeholder-sm {
  min-height: 0.8em;
}

/* line 23970, app/assets/stylesheets/core.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 23974, app/assets/stylesheets/core.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 23983, app/assets/stylesheets/core.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #1c2232 55%, rgba(0, 0, 0, 0.8) 75%, #1c2232 95%);
  mask-image: linear-gradient(130deg, #1c2232 55%, rgba(0, 0, 0, 0.8) 75%, #1c2232 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

/* line 23997, app/assets/stylesheets/core.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 24003, app/assets/stylesheets/core.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(255, 89, 56, var(--bg-opacity, 1)) !important;
}

/* line 24008, app/assets/stylesheets/core.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(103, 46, 187, var(--bg-opacity, 1)) !important;
}

/* line 24013, app/assets/stylesheets/core.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(36, 161, 72, var(--bg-opacity, 1)) !important;
}

/* line 24018, app/assets/stylesheets/core.scss */
.text-bg-info {
  color: #fff !important;
  background-color: RGBA(23, 162, 184, var(--bg-opacity, 1)) !important;
}

/* line 24023, app/assets/stylesheets/core.scss */
.text-bg-warning {
  color: #1c2232 !important;
  background-color: RGBA(255, 193, 7, var(--bg-opacity, 1)) !important;
}

/* line 24028, app/assets/stylesheets/core.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(234, 67, 54, var(--bg-opacity, 1)) !important;
}

/* line 24033, app/assets/stylesheets/core.scss */
.text-bg-light {
  color: #1c2232 !important;
  background-color: RGBA(244, 244, 245, var(--bg-opacity, 1)) !important;
}

/* line 24038, app/assets/stylesheets/core.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(38, 31, 68, var(--bg-opacity, 1)) !important;
}

/* line 24043, app/assets/stylesheets/core.scss */
.text-bg-white {
  color: #1c2232 !important;
  background-color: RGBA(255, 255, 255, var(--bg-opacity, 1)) !important;
}

/* line 24048, app/assets/stylesheets/core.scss */
.text-bg-light-primary {
  color: #1c2232 !important;
  background-color: RGBA(255, 234, 230, var(--bg-opacity, 1)) !important;
}

/* line 24053, app/assets/stylesheets/core.scss */
.text-bg-light-danger {
  color: #1c2232 !important;
  background-color: RGBA(255, 235, 234, var(--bg-opacity, 1)) !important;
}

/* line 24058, app/assets/stylesheets/core.scss */
.text-bg-light-info {
  color: #1c2232 !important;
  background-color: RGBA(208, 255, 255, var(--bg-opacity, 1)) !important;
}

/* line 24063, app/assets/stylesheets/core.scss */
.text-bg-light-warning {
  color: #1c2232 !important;
  background-color: RGBA(255, 246, 225, var(--bg-opacity, 1)) !important;
}

/* line 24068, app/assets/stylesheets/core.scss */
.text-bg-light-secondary {
  color: #1c2232 !important;
  background-color: RGBA(235, 221, 255, var(--bg-opacity, 1)) !important;
}

/* line 24073, app/assets/stylesheets/core.scss */
.text-bg-light-success {
  color: #1c2232 !important;
  background-color: RGBA(232, 255, 243, var(--bg-opacity, 1)) !important;
}

/* line 24078, app/assets/stylesheets/core.scss */
.link-primary {
  color: RGBA(var(--primary-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--primary-rgb), var(--link-underline-opacity, 1));
}

/* line 24082, app/assets/stylesheets/core.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(204, 71, 45, var(--link-opacity, 1));
  text-decoration-color: RGBA(204, 71, 45, var(--link-underline-opacity, 1));
}

/* line 24087, app/assets/stylesheets/core.scss */
.link-secondary {
  color: RGBA(var(--secondary-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--secondary-rgb), var(--link-underline-opacity, 1));
}

/* line 24091, app/assets/stylesheets/core.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(82, 37, 150, var(--link-opacity, 1));
  text-decoration-color: RGBA(82, 37, 150, var(--link-underline-opacity, 1));
}

/* line 24096, app/assets/stylesheets/core.scss */
.link-success {
  color: RGBA(var(--success-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--success-rgb), var(--link-underline-opacity, 1));
}

/* line 24100, app/assets/stylesheets/core.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(29, 129, 58, var(--link-opacity, 1));
  text-decoration-color: RGBA(29, 129, 58, var(--link-underline-opacity, 1));
}

/* line 24105, app/assets/stylesheets/core.scss */
.link-info {
  color: RGBA(var(--info-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--info-rgb), var(--link-underline-opacity, 1));
}

/* line 24109, app/assets/stylesheets/core.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(18, 130, 147, var(--link-opacity, 1));
  text-decoration-color: RGBA(18, 130, 147, var(--link-underline-opacity, 1));
}

/* line 24114, app/assets/stylesheets/core.scss */
.link-warning {
  color: RGBA(var(--warning-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--warning-rgb), var(--link-underline-opacity, 1));
}

/* line 24118, app/assets/stylesheets/core.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--link-opacity, 1));
  text-decoration-color: RGBA(255, 205, 57, var(--link-underline-opacity, 1));
}

/* line 24123, app/assets/stylesheets/core.scss */
.link-danger {
  color: RGBA(var(--danger-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--danger-rgb), var(--link-underline-opacity, 1));
}

/* line 24127, app/assets/stylesheets/core.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(187, 54, 43, var(--link-opacity, 1));
  text-decoration-color: RGBA(187, 54, 43, var(--link-underline-opacity, 1));
}

/* line 24132, app/assets/stylesheets/core.scss */
.link-light {
  color: RGBA(var(--light-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--light-rgb), var(--link-underline-opacity, 1));
}

/* line 24136, app/assets/stylesheets/core.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(246, 246, 247, var(--link-opacity, 1));
  text-decoration-color: RGBA(246, 246, 247, var(--link-underline-opacity, 1));
}

/* line 24141, app/assets/stylesheets/core.scss */
.link-dark {
  color: RGBA(var(--dark-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--dark-rgb), var(--link-underline-opacity, 1));
}

/* line 24145, app/assets/stylesheets/core.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(30, 25, 54, var(--link-opacity, 1));
  text-decoration-color: RGBA(30, 25, 54, var(--link-underline-opacity, 1));
}

/* line 24150, app/assets/stylesheets/core.scss */
.link-white {
  color: RGBA(var(--white-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--white-rgb), var(--link-underline-opacity, 1));
}

/* line 24154, app/assets/stylesheets/core.scss */
.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--link-opacity, 1));
  text-decoration-color: RGBA(255, 255, 255, var(--link-underline-opacity, 1));
}

/* line 24159, app/assets/stylesheets/core.scss */
.link-light-primary {
  color: RGBA(var(--light-primary-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--light-primary-rgb), var(--link-underline-opacity, 1));
}

/* line 24163, app/assets/stylesheets/core.scss */
.link-light-primary:hover, .link-light-primary:focus {
  color: RGBA(255, 238, 235, var(--link-opacity, 1));
  text-decoration-color: RGBA(255, 238, 235, var(--link-underline-opacity, 1));
}

/* line 24168, app/assets/stylesheets/core.scss */
.link-light-danger {
  color: RGBA(var(--light-danger-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--light-danger-rgb), var(--link-underline-opacity, 1));
}

/* line 24172, app/assets/stylesheets/core.scss */
.link-light-danger:hover, .link-light-danger:focus {
  color: RGBA(255, 239, 238, var(--link-opacity, 1));
  text-decoration-color: RGBA(255, 239, 238, var(--link-underline-opacity, 1));
}

/* line 24177, app/assets/stylesheets/core.scss */
.link-light-info {
  color: RGBA(var(--light-info-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--light-info-rgb), var(--link-underline-opacity, 1));
}

/* line 24181, app/assets/stylesheets/core.scss */
.link-light-info:hover, .link-light-info:focus {
  color: RGBA(217, 255, 255, var(--link-opacity, 1));
  text-decoration-color: RGBA(217, 255, 255, var(--link-underline-opacity, 1));
}

/* line 24186, app/assets/stylesheets/core.scss */
.link-light-warning {
  color: RGBA(var(--light-warning-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--light-warning-rgb), var(--link-underline-opacity, 1));
}

/* line 24190, app/assets/stylesheets/core.scss */
.link-light-warning:hover, .link-light-warning:focus {
  color: RGBA(255, 248, 231, var(--link-opacity, 1));
  text-decoration-color: RGBA(255, 248, 231, var(--link-underline-opacity, 1));
}

/* line 24195, app/assets/stylesheets/core.scss */
.link-light-secondary {
  color: RGBA(var(--light-secondary-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--light-secondary-rgb), var(--link-underline-opacity, 1));
}

/* line 24199, app/assets/stylesheets/core.scss */
.link-light-secondary:hover, .link-light-secondary:focus {
  color: RGBA(239, 228, 255, var(--link-opacity, 1));
  text-decoration-color: RGBA(239, 228, 255, var(--link-underline-opacity, 1));
}

/* line 24204, app/assets/stylesheets/core.scss */
.link-light-success {
  color: RGBA(var(--light-success-rgb, var(--link-opacity, 1)));
  text-decoration-color: RGBA(var(--light-success-rgb), var(--link-underline-opacity, 1));
}

/* line 24208, app/assets/stylesheets/core.scss */
.link-light-success:hover, .link-light-success:focus {
  color: RGBA(237, 255, 245, var(--link-opacity, 1));
  text-decoration-color: RGBA(237, 255, 245, var(--link-underline-opacity, 1));
}

/* line 24213, app/assets/stylesheets/core.scss */
.link-body-emphasis {
  color: RGBA(var(--emphasis-color-rgb), var(--link-opacity, 1));
  text-decoration-color: RGBA(var(--emphasis-color-rgb), var(--link-underline-opacity, 1));
}

/* line 24217, app/assets/stylesheets/core.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--emphasis-color-rgb), var(--link-opacity, 0.75));
  text-decoration-color: RGBA(var(--emphasis-color-rgb), var(--link-underline-opacity, 0.75));
}

/* line 24222, app/assets/stylesheets/core.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--focus-ring-x, 0) var(--focus-ring-y, 0) var(--focus-ring-blur, 0) var(--focus-ring-width) var(--focus-ring-color);
}

/* line 24227, app/assets/stylesheets/core.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--link-color-rgb), var(--link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 24235, app/assets/stylesheets/core.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24243, app/assets/stylesheets/core.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 24248, app/assets/stylesheets/core.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 24252, app/assets/stylesheets/core.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 24256, app/assets/stylesheets/core.scss */
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}

/* line 24261, app/assets/stylesheets/core.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 24269, app/assets/stylesheets/core.scss */
.ratio-1x1 {
  --aspect-ratio: 100%;
}

/* line 24273, app/assets/stylesheets/core.scss */
.ratio-4x3 {
  --aspect-ratio: 75%;
}

/* line 24277, app/assets/stylesheets/core.scss */
.ratio-16x9 {
  --aspect-ratio: 56.25%;
}

/* line 24281, app/assets/stylesheets/core.scss */
.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}

/* line 24285, app/assets/stylesheets/core.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 24293, app/assets/stylesheets/core.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24301, app/assets/stylesheets/core.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 24307, app/assets/stylesheets/core.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24314, app/assets/stylesheets/core.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 24319, app/assets/stylesheets/core.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24326, app/assets/stylesheets/core.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 24331, app/assets/stylesheets/core.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24338, app/assets/stylesheets/core.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 24343, app/assets/stylesheets/core.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24350, app/assets/stylesheets/core.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 24355, app/assets/stylesheets/core.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24362, app/assets/stylesheets/core.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 24367, app/assets/stylesheets/core.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 24373, app/assets/stylesheets/core.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 24380, app/assets/stylesheets/core.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 24387, app/assets/stylesheets/core.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 24398, app/assets/stylesheets/core.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 24403, app/assets/stylesheets/core.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 24413, app/assets/stylesheets/core.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 24419, app/assets/stylesheets/core.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 24428, app/assets/stylesheets/core.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 24432, app/assets/stylesheets/core.scss */
.align-top {
  vertical-align: top !important;
}

/* line 24436, app/assets/stylesheets/core.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 24440, app/assets/stylesheets/core.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 24444, app/assets/stylesheets/core.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 24448, app/assets/stylesheets/core.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 24452, app/assets/stylesheets/core.scss */
.float-start {
  float: left !important;
}

/* line 24456, app/assets/stylesheets/core.scss */
.float-end {
  float: right !important;
}

/* line 24460, app/assets/stylesheets/core.scss */
.float-none {
  float: none !important;
}

/* line 24464, app/assets/stylesheets/core.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

/* line 24469, app/assets/stylesheets/core.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

/* line 24474, app/assets/stylesheets/core.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

/* line 24479, app/assets/stylesheets/core.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

/* line 24484, app/assets/stylesheets/core.scss */
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

/* line 24489, app/assets/stylesheets/core.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 24493, app/assets/stylesheets/core.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 24497, app/assets/stylesheets/core.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 24501, app/assets/stylesheets/core.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 24505, app/assets/stylesheets/core.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 24509, app/assets/stylesheets/core.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 24513, app/assets/stylesheets/core.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 24517, app/assets/stylesheets/core.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 24521, app/assets/stylesheets/core.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 24525, app/assets/stylesheets/core.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 24529, app/assets/stylesheets/core.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 24533, app/assets/stylesheets/core.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 24537, app/assets/stylesheets/core.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 24541, app/assets/stylesheets/core.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 24545, app/assets/stylesheets/core.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 24549, app/assets/stylesheets/core.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 24553, app/assets/stylesheets/core.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 24557, app/assets/stylesheets/core.scss */
.d-inline {
  display: inline !important;
}

/* line 24561, app/assets/stylesheets/core.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 24565, app/assets/stylesheets/core.scss */
.d-block {
  display: block !important;
}

/* line 24569, app/assets/stylesheets/core.scss */
.d-grid {
  display: grid !important;
}

/* line 24573, app/assets/stylesheets/core.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 24577, app/assets/stylesheets/core.scss */
.d-table {
  display: table !important;
}

/* line 24581, app/assets/stylesheets/core.scss */
.d-table-row {
  display: table-row !important;
}

/* line 24585, app/assets/stylesheets/core.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 24589, app/assets/stylesheets/core.scss */
.d-flex {
  display: flex !important;
}

/* line 24593, app/assets/stylesheets/core.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 24597, app/assets/stylesheets/core.scss */
.d-none {
  display: none !important;
}

/* line 24601, app/assets/stylesheets/core.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(38, 31, 68, 0.15) !important;
}

/* line 24605, app/assets/stylesheets/core.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(38, 31, 68, 0.075) !important;
}

/* line 24609, app/assets/stylesheets/core.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(38, 31, 68, 0.175) !important;
}

/* line 24613, app/assets/stylesheets/core.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 24617, app/assets/stylesheets/core.scss */
.focus-ring-primary {
  --focus-ring-color: rgba(var(--primary-rgb), var(--focus-ring-opacity));
}

/* line 24621, app/assets/stylesheets/core.scss */
.focus-ring-secondary {
  --focus-ring-color: rgba(var(--secondary-rgb), var(--focus-ring-opacity));
}

/* line 24625, app/assets/stylesheets/core.scss */
.focus-ring-success {
  --focus-ring-color: rgba(var(--success-rgb), var(--focus-ring-opacity));
}

/* line 24629, app/assets/stylesheets/core.scss */
.focus-ring-info {
  --focus-ring-color: rgba(var(--info-rgb), var(--focus-ring-opacity));
}

/* line 24633, app/assets/stylesheets/core.scss */
.focus-ring-warning {
  --focus-ring-color: rgba(var(--warning-rgb), var(--focus-ring-opacity));
}

/* line 24637, app/assets/stylesheets/core.scss */
.focus-ring-danger {
  --focus-ring-color: rgba(var(--danger-rgb), var(--focus-ring-opacity));
}

/* line 24641, app/assets/stylesheets/core.scss */
.focus-ring-light {
  --focus-ring-color: rgba(var(--light-rgb), var(--focus-ring-opacity));
}

/* line 24645, app/assets/stylesheets/core.scss */
.focus-ring-dark {
  --focus-ring-color: rgba(var(--dark-rgb), var(--focus-ring-opacity));
}

/* line 24649, app/assets/stylesheets/core.scss */
.focus-ring-white {
  --focus-ring-color: rgba(var(--white-rgb), var(--focus-ring-opacity));
}

/* line 24653, app/assets/stylesheets/core.scss */
.focus-ring-light-primary {
  --focus-ring-color: rgba(var(--light-primary-rgb), var(--focus-ring-opacity));
}

/* line 24657, app/assets/stylesheets/core.scss */
.focus-ring-light-danger {
  --focus-ring-color: rgba(var(--light-danger-rgb), var(--focus-ring-opacity));
}

/* line 24661, app/assets/stylesheets/core.scss */
.focus-ring-light-info {
  --focus-ring-color: rgba(var(--light-info-rgb), var(--focus-ring-opacity));
}

/* line 24665, app/assets/stylesheets/core.scss */
.focus-ring-light-warning {
  --focus-ring-color: rgba(var(--light-warning-rgb), var(--focus-ring-opacity));
}

/* line 24669, app/assets/stylesheets/core.scss */
.focus-ring-light-secondary {
  --focus-ring-color: rgba(var(--light-secondary-rgb), var(--focus-ring-opacity));
}

/* line 24673, app/assets/stylesheets/core.scss */
.focus-ring-light-success {
  --focus-ring-color: rgba(var(--light-success-rgb), var(--focus-ring-opacity));
}

/* line 24677, app/assets/stylesheets/core.scss */
.position-static {
  position: static !important;
}

/* line 24681, app/assets/stylesheets/core.scss */
.position-relative {
  position: relative !important;
}

/* line 24685, app/assets/stylesheets/core.scss */
.position-absolute {
  position: absolute !important;
}

/* line 24689, app/assets/stylesheets/core.scss */
.position-fixed {
  position: fixed !important;
}

/* line 24693, app/assets/stylesheets/core.scss */
.position-sticky {
  position: sticky !important;
}

/* line 24697, app/assets/stylesheets/core.scss */
.top-0 {
  top: 0 !important;
}

/* line 24701, app/assets/stylesheets/core.scss */
.top-50 {
  top: 50% !important;
}

/* line 24705, app/assets/stylesheets/core.scss */
.top-100 {
  top: 100% !important;
}

/* line 24709, app/assets/stylesheets/core.scss */
.top-auto {
  top: auto !important;
}

/* line 24713, app/assets/stylesheets/core.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 24717, app/assets/stylesheets/core.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 24721, app/assets/stylesheets/core.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 24725, app/assets/stylesheets/core.scss */
.bottom-auto {
  bottom: auto !important;
}

/* line 24729, app/assets/stylesheets/core.scss */
.start-0 {
  left: 0 !important;
}

/* line 24733, app/assets/stylesheets/core.scss */
.start-50 {
  left: 50% !important;
}

/* line 24737, app/assets/stylesheets/core.scss */
.start-100 {
  left: 100% !important;
}

/* line 24741, app/assets/stylesheets/core.scss */
.start-auto {
  left: auto !important;
}

/* line 24745, app/assets/stylesheets/core.scss */
.end-0 {
  right: 0 !important;
}

/* line 24749, app/assets/stylesheets/core.scss */
.end-50 {
  right: 50% !important;
}

/* line 24753, app/assets/stylesheets/core.scss */
.end-100 {
  right: 100% !important;
}

/* line 24757, app/assets/stylesheets/core.scss */
.end-auto {
  right: auto !important;
}

/* line 24761, app/assets/stylesheets/core.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 24765, app/assets/stylesheets/core.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 24769, app/assets/stylesheets/core.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 24773, app/assets/stylesheets/core.scss */
.border {
  border: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 24777, app/assets/stylesheets/core.scss */
.border-0 {
  border: 0 !important;
}

/* line 24781, app/assets/stylesheets/core.scss */
.border-top {
  border-top: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 24785, app/assets/stylesheets/core.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 24789, app/assets/stylesheets/core.scss */
.border-end {
  border-right: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 24793, app/assets/stylesheets/core.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 24797, app/assets/stylesheets/core.scss */
.border-bottom {
  border-bottom: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 24801, app/assets/stylesheets/core.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 24805, app/assets/stylesheets/core.scss */
.border-start {
  border-left: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 24809, app/assets/stylesheets/core.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 24813, app/assets/stylesheets/core.scss */
.border-primary {
  --border-opacity: 1;
  border-color: rgba(var(--primary-rgb), var(--border-opacity)) !important;
}

/* line 24818, app/assets/stylesheets/core.scss */
.border-secondary {
  --border-opacity: 1;
  border-color: rgba(var(--secondary-rgb), var(--border-opacity)) !important;
}

/* line 24823, app/assets/stylesheets/core.scss */
.border-success {
  --border-opacity: 1;
  border-color: rgba(var(--success-rgb), var(--border-opacity)) !important;
}

/* line 24828, app/assets/stylesheets/core.scss */
.border-info {
  --border-opacity: 1;
  border-color: rgba(var(--info-rgb), var(--border-opacity)) !important;
}

/* line 24833, app/assets/stylesheets/core.scss */
.border-warning {
  --border-opacity: 1;
  border-color: rgba(var(--warning-rgb), var(--border-opacity)) !important;
}

/* line 24838, app/assets/stylesheets/core.scss */
.border-danger {
  --border-opacity: 1;
  border-color: rgba(var(--danger-rgb), var(--border-opacity)) !important;
}

/* line 24843, app/assets/stylesheets/core.scss */
.border-light {
  --border-opacity: 1;
  border-color: rgba(var(--light-rgb), var(--border-opacity)) !important;
}

/* line 24848, app/assets/stylesheets/core.scss */
.border-dark {
  --border-opacity: 1;
  border-color: rgba(var(--dark-rgb), var(--border-opacity)) !important;
}

/* line 24853, app/assets/stylesheets/core.scss */
.border-white {
  --border-opacity: 1;
  border-color: rgba(var(--white-rgb), var(--border-opacity)) !important;
}

/* line 24858, app/assets/stylesheets/core.scss */
.border-light-primary {
  --border-opacity: 1;
  border-color: rgba(var(--light-primary-rgb), var(--border-opacity)) !important;
}

/* line 24863, app/assets/stylesheets/core.scss */
.border-light-danger {
  --border-opacity: 1;
  border-color: rgba(var(--light-danger-rgb), var(--border-opacity)) !important;
}

/* line 24868, app/assets/stylesheets/core.scss */
.border-light-info {
  --border-opacity: 1;
  border-color: rgba(var(--light-info-rgb), var(--border-opacity)) !important;
}

/* line 24873, app/assets/stylesheets/core.scss */
.border-light-warning {
  --border-opacity: 1;
  border-color: rgba(var(--light-warning-rgb), var(--border-opacity)) !important;
}

/* line 24878, app/assets/stylesheets/core.scss */
.border-light-secondary {
  --border-opacity: 1;
  border-color: rgba(var(--light-secondary-rgb), var(--border-opacity)) !important;
}

/* line 24883, app/assets/stylesheets/core.scss */
.border-light-success {
  --border-opacity: 1;
  border-color: rgba(var(--light-success-rgb), var(--border-opacity)) !important;
}

/* line 24888, app/assets/stylesheets/core.scss */
.border-black {
  --border-opacity: 1;
  border-color: rgba(var(--black-rgb), var(--border-opacity)) !important;
}

/* line 24893, app/assets/stylesheets/core.scss */
.border-primary-subtle {
  border-color: var(--primary-border-subtle) !important;
}

/* line 24897, app/assets/stylesheets/core.scss */
.border-secondary-subtle {
  border-color: var(--secondary-border-subtle) !important;
}

/* line 24901, app/assets/stylesheets/core.scss */
.border-success-subtle {
  border-color: var(--success-border-subtle) !important;
}

/* line 24905, app/assets/stylesheets/core.scss */
.border-info-subtle {
  border-color: var(--info-border-subtle) !important;
}

/* line 24909, app/assets/stylesheets/core.scss */
.border-warning-subtle {
  border-color: var(--warning-border-subtle) !important;
}

/* line 24913, app/assets/stylesheets/core.scss */
.border-danger-subtle {
  border-color: var(--danger-border-subtle) !important;
}

/* line 24917, app/assets/stylesheets/core.scss */
.border-light-subtle {
  border-color: var(--light-border-subtle) !important;
}

/* line 24921, app/assets/stylesheets/core.scss */
.border-dark-subtle {
  border-color: var(--dark-border-subtle) !important;
}

/* line 24925, app/assets/stylesheets/core.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 24929, app/assets/stylesheets/core.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 24933, app/assets/stylesheets/core.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 24937, app/assets/stylesheets/core.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 24941, app/assets/stylesheets/core.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 24945, app/assets/stylesheets/core.scss */
.border-opacity-10 {
  --border-opacity: 0.1;
}

/* line 24949, app/assets/stylesheets/core.scss */
.border-opacity-25 {
  --border-opacity: 0.25;
}

/* line 24953, app/assets/stylesheets/core.scss */
.border-opacity-50 {
  --border-opacity: 0.5;
}

/* line 24957, app/assets/stylesheets/core.scss */
.border-opacity-75 {
  --border-opacity: 0.75;
}

/* line 24961, app/assets/stylesheets/core.scss */
.border-opacity-100 {
  --border-opacity: 1;
}

/* line 24965, app/assets/stylesheets/core.scss */
.w-25 {
  width: 25% !important;
}

/* line 24969, app/assets/stylesheets/core.scss */
.w-30 {
  width: 30% !important;
}

/* line 24973, app/assets/stylesheets/core.scss */
.w-40 {
  width: 40% !important;
}

/* line 24977, app/assets/stylesheets/core.scss */
.w-50 {
  width: 50% !important;
}

/* line 24981, app/assets/stylesheets/core.scss */
.w-65 {
  width: 65% !important;
}

/* line 24985, app/assets/stylesheets/core.scss */
.w-75 {
  width: 75% !important;
}

/* line 24989, app/assets/stylesheets/core.scss */
.w-85 {
  width: 85% !important;
}

/* line 24993, app/assets/stylesheets/core.scss */
.w-100 {
  width: 100% !important;
}

/* line 24997, app/assets/stylesheets/core.scss */
.w-auto {
  width: auto !important;
}

/* line 25001, app/assets/stylesheets/core.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 25005, app/assets/stylesheets/core.scss */
.mw-80 {
  max-width: 80% !important;
}

/* line 25009, app/assets/stylesheets/core.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 25013, app/assets/stylesheets/core.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 25017, app/assets/stylesheets/core.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 25021, app/assets/stylesheets/core.scss */
.h-25 {
  height: 25% !important;
}

/* line 25025, app/assets/stylesheets/core.scss */
.h-50 {
  height: 50% !important;
}

/* line 25029, app/assets/stylesheets/core.scss */
.h-75 {
  height: 75% !important;
}

/* line 25033, app/assets/stylesheets/core.scss */
.h-100 {
  height: 100% !important;
}

/* line 25037, app/assets/stylesheets/core.scss */
.h-auto {
  height: auto !important;
}

/* line 25041, app/assets/stylesheets/core.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 25045, app/assets/stylesheets/core.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 25049, app/assets/stylesheets/core.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 25053, app/assets/stylesheets/core.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 25057, app/assets/stylesheets/core.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 25061, app/assets/stylesheets/core.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 25065, app/assets/stylesheets/core.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 25069, app/assets/stylesheets/core.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 25073, app/assets/stylesheets/core.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 25077, app/assets/stylesheets/core.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 25081, app/assets/stylesheets/core.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 25085, app/assets/stylesheets/core.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25089, app/assets/stylesheets/core.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 25093, app/assets/stylesheets/core.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 25097, app/assets/stylesheets/core.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 25101, app/assets/stylesheets/core.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 25105, app/assets/stylesheets/core.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 25109, app/assets/stylesheets/core.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 25113, app/assets/stylesheets/core.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 25117, app/assets/stylesheets/core.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 25121, app/assets/stylesheets/core.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 25125, app/assets/stylesheets/core.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 25129, app/assets/stylesheets/core.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 25133, app/assets/stylesheets/core.scss */
.align-items-center {
  align-items: center !important;
}

/* line 25137, app/assets/stylesheets/core.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 25141, app/assets/stylesheets/core.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 25145, app/assets/stylesheets/core.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 25149, app/assets/stylesheets/core.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 25153, app/assets/stylesheets/core.scss */
.align-content-center {
  align-content: center !important;
}

/* line 25157, app/assets/stylesheets/core.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 25161, app/assets/stylesheets/core.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 25165, app/assets/stylesheets/core.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 25169, app/assets/stylesheets/core.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 25173, app/assets/stylesheets/core.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 25177, app/assets/stylesheets/core.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 25181, app/assets/stylesheets/core.scss */
.align-self-center {
  align-self: center !important;
}

/* line 25185, app/assets/stylesheets/core.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 25189, app/assets/stylesheets/core.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 25193, app/assets/stylesheets/core.scss */
.order-first {
  order: -1 !important;
}

/* line 25197, app/assets/stylesheets/core.scss */
.order-0 {
  order: 0 !important;
}

/* line 25201, app/assets/stylesheets/core.scss */
.order-1 {
  order: 1 !important;
}

/* line 25205, app/assets/stylesheets/core.scss */
.order-2 {
  order: 2 !important;
}

/* line 25209, app/assets/stylesheets/core.scss */
.order-3 {
  order: 3 !important;
}

/* line 25213, app/assets/stylesheets/core.scss */
.order-4 {
  order: 4 !important;
}

/* line 25217, app/assets/stylesheets/core.scss */
.order-5 {
  order: 5 !important;
}

/* line 25221, app/assets/stylesheets/core.scss */
.order-last {
  order: 6 !important;
}

/* line 25225, app/assets/stylesheets/core.scss */
.m-0 {
  margin: 0 !important;
}

/* line 25229, app/assets/stylesheets/core.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 25233, app/assets/stylesheets/core.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 25237, app/assets/stylesheets/core.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 25241, app/assets/stylesheets/core.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 25245, app/assets/stylesheets/core.scss */
.m-5 {
  margin: 2rem !important;
}

/* line 25249, app/assets/stylesheets/core.scss */
.m-6 {
  margin: 2.5rem !important;
}

/* line 25253, app/assets/stylesheets/core.scss */
.m-7 {
  margin: 3rem !important;
}

/* line 25257, app/assets/stylesheets/core.scss */
.m-8 {
  margin: 3.5rem !important;
}

/* line 25261, app/assets/stylesheets/core.scss */
.m-9 {
  margin: 4rem !important;
}

/* line 25265, app/assets/stylesheets/core.scss */
.m-10 {
  margin: 4.5rem !important;
}

/* line 25269, app/assets/stylesheets/core.scss */
.m-11 {
  margin: 5rem !important;
}

/* line 25273, app/assets/stylesheets/core.scss */
.m-12 {
  margin: 5.5rem !important;
}

/* line 25277, app/assets/stylesheets/core.scss */
.m-13 {
  margin: 6rem !important;
}

/* line 25281, app/assets/stylesheets/core.scss */
.m-14 {
  margin: 6.5rem !important;
}

/* line 25285, app/assets/stylesheets/core.scss */
.m-15 {
  margin: 7rem !important;
}

/* line 25289, app/assets/stylesheets/core.scss */
.m-16 {
  margin: 7.5rem !important;
}

/* line 25293, app/assets/stylesheets/core.scss */
.m-17 {
  margin: 8rem !important;
}

/* line 25297, app/assets/stylesheets/core.scss */
.m-18 {
  margin: 10rem !important;
}

/* line 25301, app/assets/stylesheets/core.scss */
.m-19 {
  margin: 12rem !important;
}

/* line 25305, app/assets/stylesheets/core.scss */
.m-20 {
  margin: 14rem !important;
}

/* line 25309, app/assets/stylesheets/core.scss */
.m-21 {
  margin: 18.5rem !important;
}

/* line 25313, app/assets/stylesheets/core.scss */
.m-22 {
  margin: 22rem !important;
}

/* line 25317, app/assets/stylesheets/core.scss */
.m-23 {
  margin: 35rem !important;
}

/* line 25321, app/assets/stylesheets/core.scss */
.m-24 {
  margin: 40rem !important;
}

/* line 25325, app/assets/stylesheets/core.scss */
.m-auto {
  margin: auto !important;
}

/* line 25329, app/assets/stylesheets/core.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 25334, app/assets/stylesheets/core.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 25339, app/assets/stylesheets/core.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 25344, app/assets/stylesheets/core.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 25349, app/assets/stylesheets/core.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 25354, app/assets/stylesheets/core.scss */
.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 25359, app/assets/stylesheets/core.scss */
.mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

/* line 25364, app/assets/stylesheets/core.scss */
.mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 25369, app/assets/stylesheets/core.scss */
.mx-8 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

/* line 25374, app/assets/stylesheets/core.scss */
.mx-9 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 25379, app/assets/stylesheets/core.scss */
.mx-10 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

/* line 25384, app/assets/stylesheets/core.scss */
.mx-11 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

/* line 25389, app/assets/stylesheets/core.scss */
.mx-12 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

/* line 25394, app/assets/stylesheets/core.scss */
.mx-13 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* line 25399, app/assets/stylesheets/core.scss */
.mx-14 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

/* line 25404, app/assets/stylesheets/core.scss */
.mx-15 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

/* line 25409, app/assets/stylesheets/core.scss */
.mx-16 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

/* line 25414, app/assets/stylesheets/core.scss */
.mx-17 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

/* line 25419, app/assets/stylesheets/core.scss */
.mx-18 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

/* line 25424, app/assets/stylesheets/core.scss */
.mx-19 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

/* line 25429, app/assets/stylesheets/core.scss */
.mx-20 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

/* line 25434, app/assets/stylesheets/core.scss */
.mx-21 {
  margin-right: 18.5rem !important;
  margin-left: 18.5rem !important;
}

/* line 25439, app/assets/stylesheets/core.scss */
.mx-22 {
  margin-right: 22rem !important;
  margin-left: 22rem !important;
}

/* line 25444, app/assets/stylesheets/core.scss */
.mx-23 {
  margin-right: 35rem !important;
  margin-left: 35rem !important;
}

/* line 25449, app/assets/stylesheets/core.scss */
.mx-24 {
  margin-right: 40rem !important;
  margin-left: 40rem !important;
}

/* line 25454, app/assets/stylesheets/core.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 25459, app/assets/stylesheets/core.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 25464, app/assets/stylesheets/core.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 25469, app/assets/stylesheets/core.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 25474, app/assets/stylesheets/core.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 25479, app/assets/stylesheets/core.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 25484, app/assets/stylesheets/core.scss */
.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 25489, app/assets/stylesheets/core.scss */
.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 25494, app/assets/stylesheets/core.scss */
.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 25499, app/assets/stylesheets/core.scss */
.my-8 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 25504, app/assets/stylesheets/core.scss */
.my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 25509, app/assets/stylesheets/core.scss */
.my-10 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 25514, app/assets/stylesheets/core.scss */
.my-11 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 25519, app/assets/stylesheets/core.scss */
.my-12 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

/* line 25524, app/assets/stylesheets/core.scss */
.my-13 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 25529, app/assets/stylesheets/core.scss */
.my-14 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

/* line 25534, app/assets/stylesheets/core.scss */
.my-15 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* line 25539, app/assets/stylesheets/core.scss */
.my-16 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

/* line 25544, app/assets/stylesheets/core.scss */
.my-17 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* line 25549, app/assets/stylesheets/core.scss */
.my-18 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 25554, app/assets/stylesheets/core.scss */
.my-19 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

/* line 25559, app/assets/stylesheets/core.scss */
.my-20 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

/* line 25564, app/assets/stylesheets/core.scss */
.my-21 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important;
}

/* line 25569, app/assets/stylesheets/core.scss */
.my-22 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}

/* line 25574, app/assets/stylesheets/core.scss */
.my-23 {
  margin-top: 35rem !important;
  margin-bottom: 35rem !important;
}

/* line 25579, app/assets/stylesheets/core.scss */
.my-24 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important;
}

/* line 25584, app/assets/stylesheets/core.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 25589, app/assets/stylesheets/core.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 25593, app/assets/stylesheets/core.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 25597, app/assets/stylesheets/core.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 25601, app/assets/stylesheets/core.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 25605, app/assets/stylesheets/core.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 25609, app/assets/stylesheets/core.scss */
.mt-5 {
  margin-top: 2rem !important;
}

/* line 25613, app/assets/stylesheets/core.scss */
.mt-6 {
  margin-top: 2.5rem !important;
}

/* line 25617, app/assets/stylesheets/core.scss */
.mt-7 {
  margin-top: 3rem !important;
}

/* line 25621, app/assets/stylesheets/core.scss */
.mt-8 {
  margin-top: 3.5rem !important;
}

/* line 25625, app/assets/stylesheets/core.scss */
.mt-9 {
  margin-top: 4rem !important;
}

/* line 25629, app/assets/stylesheets/core.scss */
.mt-10 {
  margin-top: 4.5rem !important;
}

/* line 25633, app/assets/stylesheets/core.scss */
.mt-11 {
  margin-top: 5rem !important;
}

/* line 25637, app/assets/stylesheets/core.scss */
.mt-12 {
  margin-top: 5.5rem !important;
}

/* line 25641, app/assets/stylesheets/core.scss */
.mt-13 {
  margin-top: 6rem !important;
}

/* line 25645, app/assets/stylesheets/core.scss */
.mt-14 {
  margin-top: 6.5rem !important;
}

/* line 25649, app/assets/stylesheets/core.scss */
.mt-15 {
  margin-top: 7rem !important;
}

/* line 25653, app/assets/stylesheets/core.scss */
.mt-16 {
  margin-top: 7.5rem !important;
}

/* line 25657, app/assets/stylesheets/core.scss */
.mt-17 {
  margin-top: 8rem !important;
}

/* line 25661, app/assets/stylesheets/core.scss */
.mt-18 {
  margin-top: 10rem !important;
}

/* line 25665, app/assets/stylesheets/core.scss */
.mt-19 {
  margin-top: 12rem !important;
}

/* line 25669, app/assets/stylesheets/core.scss */
.mt-20 {
  margin-top: 14rem !important;
}

/* line 25673, app/assets/stylesheets/core.scss */
.mt-21 {
  margin-top: 18.5rem !important;
}

/* line 25677, app/assets/stylesheets/core.scss */
.mt-22 {
  margin-top: 22rem !important;
}

/* line 25681, app/assets/stylesheets/core.scss */
.mt-23 {
  margin-top: 35rem !important;
}

/* line 25685, app/assets/stylesheets/core.scss */
.mt-24 {
  margin-top: 40rem !important;
}

/* line 25689, app/assets/stylesheets/core.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 25693, app/assets/stylesheets/core.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 25697, app/assets/stylesheets/core.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 25701, app/assets/stylesheets/core.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 25705, app/assets/stylesheets/core.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 25709, app/assets/stylesheets/core.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 25713, app/assets/stylesheets/core.scss */
.me-5 {
  margin-right: 2rem !important;
}

/* line 25717, app/assets/stylesheets/core.scss */
.me-6 {
  margin-right: 2.5rem !important;
}

/* line 25721, app/assets/stylesheets/core.scss */
.me-7 {
  margin-right: 3rem !important;
}

/* line 25725, app/assets/stylesheets/core.scss */
.me-8 {
  margin-right: 3.5rem !important;
}

/* line 25729, app/assets/stylesheets/core.scss */
.me-9 {
  margin-right: 4rem !important;
}

/* line 25733, app/assets/stylesheets/core.scss */
.me-10 {
  margin-right: 4.5rem !important;
}

/* line 25737, app/assets/stylesheets/core.scss */
.me-11 {
  margin-right: 5rem !important;
}

/* line 25741, app/assets/stylesheets/core.scss */
.me-12 {
  margin-right: 5.5rem !important;
}

/* line 25745, app/assets/stylesheets/core.scss */
.me-13 {
  margin-right: 6rem !important;
}

/* line 25749, app/assets/stylesheets/core.scss */
.me-14 {
  margin-right: 6.5rem !important;
}

/* line 25753, app/assets/stylesheets/core.scss */
.me-15 {
  margin-right: 7rem !important;
}

/* line 25757, app/assets/stylesheets/core.scss */
.me-16 {
  margin-right: 7.5rem !important;
}

/* line 25761, app/assets/stylesheets/core.scss */
.me-17 {
  margin-right: 8rem !important;
}

/* line 25765, app/assets/stylesheets/core.scss */
.me-18 {
  margin-right: 10rem !important;
}

/* line 25769, app/assets/stylesheets/core.scss */
.me-19 {
  margin-right: 12rem !important;
}

/* line 25773, app/assets/stylesheets/core.scss */
.me-20 {
  margin-right: 14rem !important;
}

/* line 25777, app/assets/stylesheets/core.scss */
.me-21 {
  margin-right: 18.5rem !important;
}

/* line 25781, app/assets/stylesheets/core.scss */
.me-22 {
  margin-right: 22rem !important;
}

/* line 25785, app/assets/stylesheets/core.scss */
.me-23 {
  margin-right: 35rem !important;
}

/* line 25789, app/assets/stylesheets/core.scss */
.me-24 {
  margin-right: 40rem !important;
}

/* line 25793, app/assets/stylesheets/core.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 25797, app/assets/stylesheets/core.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 25801, app/assets/stylesheets/core.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25805, app/assets/stylesheets/core.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25809, app/assets/stylesheets/core.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 25813, app/assets/stylesheets/core.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25817, app/assets/stylesheets/core.scss */
.mb-5 {
  margin-bottom: 2rem !important;
}

/* line 25821, app/assets/stylesheets/core.scss */
.mb-6 {
  margin-bottom: 2.5rem !important;
}

/* line 25825, app/assets/stylesheets/core.scss */
.mb-7 {
  margin-bottom: 3rem !important;
}

/* line 25829, app/assets/stylesheets/core.scss */
.mb-8 {
  margin-bottom: 3.5rem !important;
}

/* line 25833, app/assets/stylesheets/core.scss */
.mb-9 {
  margin-bottom: 4rem !important;
}

/* line 25837, app/assets/stylesheets/core.scss */
.mb-10 {
  margin-bottom: 4.5rem !important;
}

/* line 25841, app/assets/stylesheets/core.scss */
.mb-11 {
  margin-bottom: 5rem !important;
}

/* line 25845, app/assets/stylesheets/core.scss */
.mb-12 {
  margin-bottom: 5.5rem !important;
}

/* line 25849, app/assets/stylesheets/core.scss */
.mb-13 {
  margin-bottom: 6rem !important;
}

/* line 25853, app/assets/stylesheets/core.scss */
.mb-14 {
  margin-bottom: 6.5rem !important;
}

/* line 25857, app/assets/stylesheets/core.scss */
.mb-15 {
  margin-bottom: 7rem !important;
}

/* line 25861, app/assets/stylesheets/core.scss */
.mb-16 {
  margin-bottom: 7.5rem !important;
}

/* line 25865, app/assets/stylesheets/core.scss */
.mb-17 {
  margin-bottom: 8rem !important;
}

/* line 25869, app/assets/stylesheets/core.scss */
.mb-18 {
  margin-bottom: 10rem !important;
}

/* line 25873, app/assets/stylesheets/core.scss */
.mb-19 {
  margin-bottom: 12rem !important;
}

/* line 25877, app/assets/stylesheets/core.scss */
.mb-20 {
  margin-bottom: 14rem !important;
}

/* line 25881, app/assets/stylesheets/core.scss */
.mb-21 {
  margin-bottom: 18.5rem !important;
}

/* line 25885, app/assets/stylesheets/core.scss */
.mb-22 {
  margin-bottom: 22rem !important;
}

/* line 25889, app/assets/stylesheets/core.scss */
.mb-23 {
  margin-bottom: 35rem !important;
}

/* line 25893, app/assets/stylesheets/core.scss */
.mb-24 {
  margin-bottom: 40rem !important;
}

/* line 25897, app/assets/stylesheets/core.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 25901, app/assets/stylesheets/core.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 25905, app/assets/stylesheets/core.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 25909, app/assets/stylesheets/core.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 25913, app/assets/stylesheets/core.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 25917, app/assets/stylesheets/core.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 25921, app/assets/stylesheets/core.scss */
.ms-5 {
  margin-left: 2rem !important;
}

/* line 25925, app/assets/stylesheets/core.scss */
.ms-6 {
  margin-left: 2.5rem !important;
}

/* line 25929, app/assets/stylesheets/core.scss */
.ms-7 {
  margin-left: 3rem !important;
}

/* line 25933, app/assets/stylesheets/core.scss */
.ms-8 {
  margin-left: 3.5rem !important;
}

/* line 25937, app/assets/stylesheets/core.scss */
.ms-9 {
  margin-left: 4rem !important;
}

/* line 25941, app/assets/stylesheets/core.scss */
.ms-10 {
  margin-left: 4.5rem !important;
}

/* line 25945, app/assets/stylesheets/core.scss */
.ms-11 {
  margin-left: 5rem !important;
}

/* line 25949, app/assets/stylesheets/core.scss */
.ms-12 {
  margin-left: 5.5rem !important;
}

/* line 25953, app/assets/stylesheets/core.scss */
.ms-13 {
  margin-left: 6rem !important;
}

/* line 25957, app/assets/stylesheets/core.scss */
.ms-14 {
  margin-left: 6.5rem !important;
}

/* line 25961, app/assets/stylesheets/core.scss */
.ms-15 {
  margin-left: 7rem !important;
}

/* line 25965, app/assets/stylesheets/core.scss */
.ms-16 {
  margin-left: 7.5rem !important;
}

/* line 25969, app/assets/stylesheets/core.scss */
.ms-17 {
  margin-left: 8rem !important;
}

/* line 25973, app/assets/stylesheets/core.scss */
.ms-18 {
  margin-left: 10rem !important;
}

/* line 25977, app/assets/stylesheets/core.scss */
.ms-19 {
  margin-left: 12rem !important;
}

/* line 25981, app/assets/stylesheets/core.scss */
.ms-20 {
  margin-left: 14rem !important;
}

/* line 25985, app/assets/stylesheets/core.scss */
.ms-21 {
  margin-left: 18.5rem !important;
}

/* line 25989, app/assets/stylesheets/core.scss */
.ms-22 {
  margin-left: 22rem !important;
}

/* line 25993, app/assets/stylesheets/core.scss */
.ms-23 {
  margin-left: 35rem !important;
}

/* line 25997, app/assets/stylesheets/core.scss */
.ms-24 {
  margin-left: 40rem !important;
}

/* line 26001, app/assets/stylesheets/core.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 26005, app/assets/stylesheets/core.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 26009, app/assets/stylesheets/core.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 26013, app/assets/stylesheets/core.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 26017, app/assets/stylesheets/core.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 26021, app/assets/stylesheets/core.scss */
.m-n5 {
  margin: -2rem !important;
}

/* line 26025, app/assets/stylesheets/core.scss */
.m-n6 {
  margin: -2.5rem !important;
}

/* line 26029, app/assets/stylesheets/core.scss */
.m-n7 {
  margin: -3rem !important;
}

/* line 26033, app/assets/stylesheets/core.scss */
.m-n8 {
  margin: -3.5rem !important;
}

/* line 26037, app/assets/stylesheets/core.scss */
.m-n9 {
  margin: -4rem !important;
}

/* line 26041, app/assets/stylesheets/core.scss */
.m-n10 {
  margin: -4.5rem !important;
}

/* line 26045, app/assets/stylesheets/core.scss */
.m-n11 {
  margin: -5rem !important;
}

/* line 26049, app/assets/stylesheets/core.scss */
.m-n12 {
  margin: -5.5rem !important;
}

/* line 26053, app/assets/stylesheets/core.scss */
.m-n13 {
  margin: -6rem !important;
}

/* line 26057, app/assets/stylesheets/core.scss */
.m-n14 {
  margin: -6.5rem !important;
}

/* line 26061, app/assets/stylesheets/core.scss */
.m-n15 {
  margin: -7rem !important;
}

/* line 26065, app/assets/stylesheets/core.scss */
.m-n16 {
  margin: -7.5rem !important;
}

/* line 26069, app/assets/stylesheets/core.scss */
.m-n17 {
  margin: -8rem !important;
}

/* line 26073, app/assets/stylesheets/core.scss */
.m-n18 {
  margin: -10rem !important;
}

/* line 26077, app/assets/stylesheets/core.scss */
.m-n19 {
  margin: -12rem !important;
}

/* line 26081, app/assets/stylesheets/core.scss */
.m-n20 {
  margin: -14rem !important;
}

/* line 26085, app/assets/stylesheets/core.scss */
.m-n21 {
  margin: -18.5rem !important;
}

/* line 26089, app/assets/stylesheets/core.scss */
.m-n22 {
  margin: -22rem !important;
}

/* line 26093, app/assets/stylesheets/core.scss */
.m-n23 {
  margin: -35rem !important;
}

/* line 26097, app/assets/stylesheets/core.scss */
.m-n24 {
  margin: -40rem !important;
}

/* line 26101, app/assets/stylesheets/core.scss */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 26106, app/assets/stylesheets/core.scss */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 26111, app/assets/stylesheets/core.scss */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 26116, app/assets/stylesheets/core.scss */
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 26121, app/assets/stylesheets/core.scss */
.mx-n5 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

/* line 26126, app/assets/stylesheets/core.scss */
.mx-n6 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

/* line 26131, app/assets/stylesheets/core.scss */
.mx-n7 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 26136, app/assets/stylesheets/core.scss */
.mx-n8 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

/* line 26141, app/assets/stylesheets/core.scss */
.mx-n9 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

/* line 26146, app/assets/stylesheets/core.scss */
.mx-n10 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

/* line 26151, app/assets/stylesheets/core.scss */
.mx-n11 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

/* line 26156, app/assets/stylesheets/core.scss */
.mx-n12 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

/* line 26161, app/assets/stylesheets/core.scss */
.mx-n13 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

/* line 26166, app/assets/stylesheets/core.scss */
.mx-n14 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

/* line 26171, app/assets/stylesheets/core.scss */
.mx-n15 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

/* line 26176, app/assets/stylesheets/core.scss */
.mx-n16 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

/* line 26181, app/assets/stylesheets/core.scss */
.mx-n17 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

/* line 26186, app/assets/stylesheets/core.scss */
.mx-n18 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

/* line 26191, app/assets/stylesheets/core.scss */
.mx-n19 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

/* line 26196, app/assets/stylesheets/core.scss */
.mx-n20 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

/* line 26201, app/assets/stylesheets/core.scss */
.mx-n21 {
  margin-right: -18.5rem !important;
  margin-left: -18.5rem !important;
}

/* line 26206, app/assets/stylesheets/core.scss */
.mx-n22 {
  margin-right: -22rem !important;
  margin-left: -22rem !important;
}

/* line 26211, app/assets/stylesheets/core.scss */
.mx-n23 {
  margin-right: -35rem !important;
  margin-left: -35rem !important;
}

/* line 26216, app/assets/stylesheets/core.scss */
.mx-n24 {
  margin-right: -40rem !important;
  margin-left: -40rem !important;
}

/* line 26221, app/assets/stylesheets/core.scss */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 26226, app/assets/stylesheets/core.scss */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 26231, app/assets/stylesheets/core.scss */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 26236, app/assets/stylesheets/core.scss */
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 26241, app/assets/stylesheets/core.scss */
.my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

/* line 26246, app/assets/stylesheets/core.scss */
.my-n6 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

/* line 26251, app/assets/stylesheets/core.scss */
.my-n7 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 26256, app/assets/stylesheets/core.scss */
.my-n8 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

/* line 26261, app/assets/stylesheets/core.scss */
.my-n9 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

/* line 26266, app/assets/stylesheets/core.scss */
.my-n10 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

/* line 26271, app/assets/stylesheets/core.scss */
.my-n11 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

/* line 26276, app/assets/stylesheets/core.scss */
.my-n12 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

/* line 26281, app/assets/stylesheets/core.scss */
.my-n13 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

/* line 26286, app/assets/stylesheets/core.scss */
.my-n14 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

/* line 26291, app/assets/stylesheets/core.scss */
.my-n15 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

/* line 26296, app/assets/stylesheets/core.scss */
.my-n16 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

/* line 26301, app/assets/stylesheets/core.scss */
.my-n17 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

/* line 26306, app/assets/stylesheets/core.scss */
.my-n18 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

/* line 26311, app/assets/stylesheets/core.scss */
.my-n19 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

/* line 26316, app/assets/stylesheets/core.scss */
.my-n20 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

/* line 26321, app/assets/stylesheets/core.scss */
.my-n21 {
  margin-top: -18.5rem !important;
  margin-bottom: -18.5rem !important;
}

/* line 26326, app/assets/stylesheets/core.scss */
.my-n22 {
  margin-top: -22rem !important;
  margin-bottom: -22rem !important;
}

/* line 26331, app/assets/stylesheets/core.scss */
.my-n23 {
  margin-top: -35rem !important;
  margin-bottom: -35rem !important;
}

/* line 26336, app/assets/stylesheets/core.scss */
.my-n24 {
  margin-top: -40rem !important;
  margin-bottom: -40rem !important;
}

/* line 26341, app/assets/stylesheets/core.scss */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 26345, app/assets/stylesheets/core.scss */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 26349, app/assets/stylesheets/core.scss */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 26353, app/assets/stylesheets/core.scss */
.mt-n4 {
  margin-top: -1.5rem !important;
}

/* line 26357, app/assets/stylesheets/core.scss */
.mt-n5 {
  margin-top: -2rem !important;
}

/* line 26361, app/assets/stylesheets/core.scss */
.mt-n6 {
  margin-top: -2.5rem !important;
}

/* line 26365, app/assets/stylesheets/core.scss */
.mt-n7 {
  margin-top: -3rem !important;
}

/* line 26369, app/assets/stylesheets/core.scss */
.mt-n8 {
  margin-top: -3.5rem !important;
}

/* line 26373, app/assets/stylesheets/core.scss */
.mt-n9 {
  margin-top: -4rem !important;
}

/* line 26377, app/assets/stylesheets/core.scss */
.mt-n10 {
  margin-top: -4.5rem !important;
}

/* line 26381, app/assets/stylesheets/core.scss */
.mt-n11 {
  margin-top: -5rem !important;
}

/* line 26385, app/assets/stylesheets/core.scss */
.mt-n12 {
  margin-top: -5.5rem !important;
}

/* line 26389, app/assets/stylesheets/core.scss */
.mt-n13 {
  margin-top: -6rem !important;
}

/* line 26393, app/assets/stylesheets/core.scss */
.mt-n14 {
  margin-top: -6.5rem !important;
}

/* line 26397, app/assets/stylesheets/core.scss */
.mt-n15 {
  margin-top: -7rem !important;
}

/* line 26401, app/assets/stylesheets/core.scss */
.mt-n16 {
  margin-top: -7.5rem !important;
}

/* line 26405, app/assets/stylesheets/core.scss */
.mt-n17 {
  margin-top: -8rem !important;
}

/* line 26409, app/assets/stylesheets/core.scss */
.mt-n18 {
  margin-top: -10rem !important;
}

/* line 26413, app/assets/stylesheets/core.scss */
.mt-n19 {
  margin-top: -12rem !important;
}

/* line 26417, app/assets/stylesheets/core.scss */
.mt-n20 {
  margin-top: -14rem !important;
}

/* line 26421, app/assets/stylesheets/core.scss */
.mt-n21 {
  margin-top: -18.5rem !important;
}

/* line 26425, app/assets/stylesheets/core.scss */
.mt-n22 {
  margin-top: -22rem !important;
}

/* line 26429, app/assets/stylesheets/core.scss */
.mt-n23 {
  margin-top: -35rem !important;
}

/* line 26433, app/assets/stylesheets/core.scss */
.mt-n24 {
  margin-top: -40rem !important;
}

/* line 26437, app/assets/stylesheets/core.scss */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 26441, app/assets/stylesheets/core.scss */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 26445, app/assets/stylesheets/core.scss */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 26449, app/assets/stylesheets/core.scss */
.me-n4 {
  margin-right: -1.5rem !important;
}

/* line 26453, app/assets/stylesheets/core.scss */
.me-n5 {
  margin-right: -2rem !important;
}

/* line 26457, app/assets/stylesheets/core.scss */
.me-n6 {
  margin-right: -2.5rem !important;
}

/* line 26461, app/assets/stylesheets/core.scss */
.me-n7 {
  margin-right: -3rem !important;
}

/* line 26465, app/assets/stylesheets/core.scss */
.me-n8 {
  margin-right: -3.5rem !important;
}

/* line 26469, app/assets/stylesheets/core.scss */
.me-n9 {
  margin-right: -4rem !important;
}

/* line 26473, app/assets/stylesheets/core.scss */
.me-n10 {
  margin-right: -4.5rem !important;
}

/* line 26477, app/assets/stylesheets/core.scss */
.me-n11 {
  margin-right: -5rem !important;
}

/* line 26481, app/assets/stylesheets/core.scss */
.me-n12 {
  margin-right: -5.5rem !important;
}

/* line 26485, app/assets/stylesheets/core.scss */
.me-n13 {
  margin-right: -6rem !important;
}

/* line 26489, app/assets/stylesheets/core.scss */
.me-n14 {
  margin-right: -6.5rem !important;
}

/* line 26493, app/assets/stylesheets/core.scss */
.me-n15 {
  margin-right: -7rem !important;
}

/* line 26497, app/assets/stylesheets/core.scss */
.me-n16 {
  margin-right: -7.5rem !important;
}

/* line 26501, app/assets/stylesheets/core.scss */
.me-n17 {
  margin-right: -8rem !important;
}

/* line 26505, app/assets/stylesheets/core.scss */
.me-n18 {
  margin-right: -10rem !important;
}

/* line 26509, app/assets/stylesheets/core.scss */
.me-n19 {
  margin-right: -12rem !important;
}

/* line 26513, app/assets/stylesheets/core.scss */
.me-n20 {
  margin-right: -14rem !important;
}

/* line 26517, app/assets/stylesheets/core.scss */
.me-n21 {
  margin-right: -18.5rem !important;
}

/* line 26521, app/assets/stylesheets/core.scss */
.me-n22 {
  margin-right: -22rem !important;
}

/* line 26525, app/assets/stylesheets/core.scss */
.me-n23 {
  margin-right: -35rem !important;
}

/* line 26529, app/assets/stylesheets/core.scss */
.me-n24 {
  margin-right: -40rem !important;
}

/* line 26533, app/assets/stylesheets/core.scss */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 26537, app/assets/stylesheets/core.scss */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 26541, app/assets/stylesheets/core.scss */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 26545, app/assets/stylesheets/core.scss */
.mb-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 26549, app/assets/stylesheets/core.scss */
.mb-n5 {
  margin-bottom: -2rem !important;
}

/* line 26553, app/assets/stylesheets/core.scss */
.mb-n6 {
  margin-bottom: -2.5rem !important;
}

/* line 26557, app/assets/stylesheets/core.scss */
.mb-n7 {
  margin-bottom: -3rem !important;
}

/* line 26561, app/assets/stylesheets/core.scss */
.mb-n8 {
  margin-bottom: -3.5rem !important;
}

/* line 26565, app/assets/stylesheets/core.scss */
.mb-n9 {
  margin-bottom: -4rem !important;
}

/* line 26569, app/assets/stylesheets/core.scss */
.mb-n10 {
  margin-bottom: -4.5rem !important;
}

/* line 26573, app/assets/stylesheets/core.scss */
.mb-n11 {
  margin-bottom: -5rem !important;
}

/* line 26577, app/assets/stylesheets/core.scss */
.mb-n12 {
  margin-bottom: -5.5rem !important;
}

/* line 26581, app/assets/stylesheets/core.scss */
.mb-n13 {
  margin-bottom: -6rem !important;
}

/* line 26585, app/assets/stylesheets/core.scss */
.mb-n14 {
  margin-bottom: -6.5rem !important;
}

/* line 26589, app/assets/stylesheets/core.scss */
.mb-n15 {
  margin-bottom: -7rem !important;
}

/* line 26593, app/assets/stylesheets/core.scss */
.mb-n16 {
  margin-bottom: -7.5rem !important;
}

/* line 26597, app/assets/stylesheets/core.scss */
.mb-n17 {
  margin-bottom: -8rem !important;
}

/* line 26601, app/assets/stylesheets/core.scss */
.mb-n18 {
  margin-bottom: -10rem !important;
}

/* line 26605, app/assets/stylesheets/core.scss */
.mb-n19 {
  margin-bottom: -12rem !important;
}

/* line 26609, app/assets/stylesheets/core.scss */
.mb-n20 {
  margin-bottom: -14rem !important;
}

/* line 26613, app/assets/stylesheets/core.scss */
.mb-n21 {
  margin-bottom: -18.5rem !important;
}

/* line 26617, app/assets/stylesheets/core.scss */
.mb-n22 {
  margin-bottom: -22rem !important;
}

/* line 26621, app/assets/stylesheets/core.scss */
.mb-n23 {
  margin-bottom: -35rem !important;
}

/* line 26625, app/assets/stylesheets/core.scss */
.mb-n24 {
  margin-bottom: -40rem !important;
}

/* line 26629, app/assets/stylesheets/core.scss */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 26633, app/assets/stylesheets/core.scss */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 26637, app/assets/stylesheets/core.scss */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 26641, app/assets/stylesheets/core.scss */
.ms-n4 {
  margin-left: -1.5rem !important;
}

/* line 26645, app/assets/stylesheets/core.scss */
.ms-n5 {
  margin-left: -2rem !important;
}

/* line 26649, app/assets/stylesheets/core.scss */
.ms-n6 {
  margin-left: -2.5rem !important;
}

/* line 26653, app/assets/stylesheets/core.scss */
.ms-n7 {
  margin-left: -3rem !important;
}

/* line 26657, app/assets/stylesheets/core.scss */
.ms-n8 {
  margin-left: -3.5rem !important;
}

/* line 26661, app/assets/stylesheets/core.scss */
.ms-n9 {
  margin-left: -4rem !important;
}

/* line 26665, app/assets/stylesheets/core.scss */
.ms-n10 {
  margin-left: -4.5rem !important;
}

/* line 26669, app/assets/stylesheets/core.scss */
.ms-n11 {
  margin-left: -5rem !important;
}

/* line 26673, app/assets/stylesheets/core.scss */
.ms-n12 {
  margin-left: -5.5rem !important;
}

/* line 26677, app/assets/stylesheets/core.scss */
.ms-n13 {
  margin-left: -6rem !important;
}

/* line 26681, app/assets/stylesheets/core.scss */
.ms-n14 {
  margin-left: -6.5rem !important;
}

/* line 26685, app/assets/stylesheets/core.scss */
.ms-n15 {
  margin-left: -7rem !important;
}

/* line 26689, app/assets/stylesheets/core.scss */
.ms-n16 {
  margin-left: -7.5rem !important;
}

/* line 26693, app/assets/stylesheets/core.scss */
.ms-n17 {
  margin-left: -8rem !important;
}

/* line 26697, app/assets/stylesheets/core.scss */
.ms-n18 {
  margin-left: -10rem !important;
}

/* line 26701, app/assets/stylesheets/core.scss */
.ms-n19 {
  margin-left: -12rem !important;
}

/* line 26705, app/assets/stylesheets/core.scss */
.ms-n20 {
  margin-left: -14rem !important;
}

/* line 26709, app/assets/stylesheets/core.scss */
.ms-n21 {
  margin-left: -18.5rem !important;
}

/* line 26713, app/assets/stylesheets/core.scss */
.ms-n22 {
  margin-left: -22rem !important;
}

/* line 26717, app/assets/stylesheets/core.scss */
.ms-n23 {
  margin-left: -35rem !important;
}

/* line 26721, app/assets/stylesheets/core.scss */
.ms-n24 {
  margin-left: -40rem !important;
}

/* line 26725, app/assets/stylesheets/core.scss */
.p-0 {
  padding: 0 !important;
}

/* line 26729, app/assets/stylesheets/core.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 26733, app/assets/stylesheets/core.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 26737, app/assets/stylesheets/core.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 26741, app/assets/stylesheets/core.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 26745, app/assets/stylesheets/core.scss */
.p-5 {
  padding: 2rem !important;
}

/* line 26749, app/assets/stylesheets/core.scss */
.p-6 {
  padding: 2.5rem !important;
}

/* line 26753, app/assets/stylesheets/core.scss */
.p-7 {
  padding: 3rem !important;
}

/* line 26757, app/assets/stylesheets/core.scss */
.p-8 {
  padding: 3.5rem !important;
}

/* line 26761, app/assets/stylesheets/core.scss */
.p-9 {
  padding: 4rem !important;
}

/* line 26765, app/assets/stylesheets/core.scss */
.p-10 {
  padding: 4.5rem !important;
}

/* line 26769, app/assets/stylesheets/core.scss */
.p-11 {
  padding: 5rem !important;
}

/* line 26773, app/assets/stylesheets/core.scss */
.p-12 {
  padding: 5.5rem !important;
}

/* line 26777, app/assets/stylesheets/core.scss */
.p-13 {
  padding: 6rem !important;
}

/* line 26781, app/assets/stylesheets/core.scss */
.p-14 {
  padding: 6.5rem !important;
}

/* line 26785, app/assets/stylesheets/core.scss */
.p-15 {
  padding: 7rem !important;
}

/* line 26789, app/assets/stylesheets/core.scss */
.p-16 {
  padding: 7.5rem !important;
}

/* line 26793, app/assets/stylesheets/core.scss */
.p-17 {
  padding: 8rem !important;
}

/* line 26797, app/assets/stylesheets/core.scss */
.p-18 {
  padding: 10rem !important;
}

/* line 26801, app/assets/stylesheets/core.scss */
.p-19 {
  padding: 12rem !important;
}

/* line 26805, app/assets/stylesheets/core.scss */
.p-20 {
  padding: 14rem !important;
}

/* line 26809, app/assets/stylesheets/core.scss */
.p-21 {
  padding: 18.5rem !important;
}

/* line 26813, app/assets/stylesheets/core.scss */
.p-22 {
  padding: 22rem !important;
}

/* line 26817, app/assets/stylesheets/core.scss */
.p-23 {
  padding: 35rem !important;
}

/* line 26821, app/assets/stylesheets/core.scss */
.p-24 {
  padding: 40rem !important;
}

/* line 26825, app/assets/stylesheets/core.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 26830, app/assets/stylesheets/core.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 26835, app/assets/stylesheets/core.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 26840, app/assets/stylesheets/core.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 26845, app/assets/stylesheets/core.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 26850, app/assets/stylesheets/core.scss */
.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 26855, app/assets/stylesheets/core.scss */
.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

/* line 26860, app/assets/stylesheets/core.scss */
.px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 26865, app/assets/stylesheets/core.scss */
.px-8 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

/* line 26870, app/assets/stylesheets/core.scss */
.px-9 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 26875, app/assets/stylesheets/core.scss */
.px-10 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

/* line 26880, app/assets/stylesheets/core.scss */
.px-11 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 26885, app/assets/stylesheets/core.scss */
.px-12 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

/* line 26890, app/assets/stylesheets/core.scss */
.px-13 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/* line 26895, app/assets/stylesheets/core.scss */
.px-14 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

/* line 26900, app/assets/stylesheets/core.scss */
.px-15 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

/* line 26905, app/assets/stylesheets/core.scss */
.px-16 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

/* line 26910, app/assets/stylesheets/core.scss */
.px-17 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

/* line 26915, app/assets/stylesheets/core.scss */
.px-18 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

/* line 26920, app/assets/stylesheets/core.scss */
.px-19 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

/* line 26925, app/assets/stylesheets/core.scss */
.px-20 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

/* line 26930, app/assets/stylesheets/core.scss */
.px-21 {
  padding-right: 18.5rem !important;
  padding-left: 18.5rem !important;
}

/* line 26935, app/assets/stylesheets/core.scss */
.px-22 {
  padding-right: 22rem !important;
  padding-left: 22rem !important;
}

/* line 26940, app/assets/stylesheets/core.scss */
.px-23 {
  padding-right: 35rem !important;
  padding-left: 35rem !important;
}

/* line 26945, app/assets/stylesheets/core.scss */
.px-24 {
  padding-right: 40rem !important;
  padding-left: 40rem !important;
}

/* line 26950, app/assets/stylesheets/core.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 26955, app/assets/stylesheets/core.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 26960, app/assets/stylesheets/core.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 26965, app/assets/stylesheets/core.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 26970, app/assets/stylesheets/core.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 26975, app/assets/stylesheets/core.scss */
.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 26980, app/assets/stylesheets/core.scss */
.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 26985, app/assets/stylesheets/core.scss */
.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 26990, app/assets/stylesheets/core.scss */
.py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 26995, app/assets/stylesheets/core.scss */
.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 27000, app/assets/stylesheets/core.scss */
.py-10 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 27005, app/assets/stylesheets/core.scss */
.py-11 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 27010, app/assets/stylesheets/core.scss */
.py-12 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

/* line 27015, app/assets/stylesheets/core.scss */
.py-13 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 27020, app/assets/stylesheets/core.scss */
.py-14 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

/* line 27025, app/assets/stylesheets/core.scss */
.py-15 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* line 27030, app/assets/stylesheets/core.scss */
.py-16 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 27035, app/assets/stylesheets/core.scss */
.py-17 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 27040, app/assets/stylesheets/core.scss */
.py-18 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 27045, app/assets/stylesheets/core.scss */
.py-19 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/* line 27050, app/assets/stylesheets/core.scss */
.py-20 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

/* line 27055, app/assets/stylesheets/core.scss */
.py-21 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

/* line 27060, app/assets/stylesheets/core.scss */
.py-22 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}

/* line 27065, app/assets/stylesheets/core.scss */
.py-23 {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important;
}

/* line 27070, app/assets/stylesheets/core.scss */
.py-24 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important;
}

/* line 27075, app/assets/stylesheets/core.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 27079, app/assets/stylesheets/core.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 27083, app/assets/stylesheets/core.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 27087, app/assets/stylesheets/core.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 27091, app/assets/stylesheets/core.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 27095, app/assets/stylesheets/core.scss */
.pt-5 {
  padding-top: 2rem !important;
}

/* line 27099, app/assets/stylesheets/core.scss */
.pt-6 {
  padding-top: 2.5rem !important;
}

/* line 27103, app/assets/stylesheets/core.scss */
.pt-7 {
  padding-top: 3rem !important;
}

/* line 27107, app/assets/stylesheets/core.scss */
.pt-8 {
  padding-top: 3.5rem !important;
}

/* line 27111, app/assets/stylesheets/core.scss */
.pt-9 {
  padding-top: 4rem !important;
}

/* line 27115, app/assets/stylesheets/core.scss */
.pt-10 {
  padding-top: 4.5rem !important;
}

/* line 27119, app/assets/stylesheets/core.scss */
.pt-11 {
  padding-top: 5rem !important;
}

/* line 27123, app/assets/stylesheets/core.scss */
.pt-12 {
  padding-top: 5.5rem !important;
}

/* line 27127, app/assets/stylesheets/core.scss */
.pt-13 {
  padding-top: 6rem !important;
}

/* line 27131, app/assets/stylesheets/core.scss */
.pt-14 {
  padding-top: 6.5rem !important;
}

/* line 27135, app/assets/stylesheets/core.scss */
.pt-15 {
  padding-top: 7rem !important;
}

/* line 27139, app/assets/stylesheets/core.scss */
.pt-16 {
  padding-top: 7.5rem !important;
}

/* line 27143, app/assets/stylesheets/core.scss */
.pt-17 {
  padding-top: 8rem !important;
}

/* line 27147, app/assets/stylesheets/core.scss */
.pt-18 {
  padding-top: 10rem !important;
}

/* line 27151, app/assets/stylesheets/core.scss */
.pt-19 {
  padding-top: 12rem !important;
}

/* line 27155, app/assets/stylesheets/core.scss */
.pt-20 {
  padding-top: 14rem !important;
}

/* line 27159, app/assets/stylesheets/core.scss */
.pt-21 {
  padding-top: 18.5rem !important;
}

/* line 27163, app/assets/stylesheets/core.scss */
.pt-22 {
  padding-top: 22rem !important;
}

/* line 27167, app/assets/stylesheets/core.scss */
.pt-23 {
  padding-top: 35rem !important;
}

/* line 27171, app/assets/stylesheets/core.scss */
.pt-24 {
  padding-top: 40rem !important;
}

/* line 27175, app/assets/stylesheets/core.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 27179, app/assets/stylesheets/core.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 27183, app/assets/stylesheets/core.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 27187, app/assets/stylesheets/core.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 27191, app/assets/stylesheets/core.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 27195, app/assets/stylesheets/core.scss */
.pe-5 {
  padding-right: 2rem !important;
}

/* line 27199, app/assets/stylesheets/core.scss */
.pe-6 {
  padding-right: 2.5rem !important;
}

/* line 27203, app/assets/stylesheets/core.scss */
.pe-7 {
  padding-right: 3rem !important;
}

/* line 27207, app/assets/stylesheets/core.scss */
.pe-8 {
  padding-right: 3.5rem !important;
}

/* line 27211, app/assets/stylesheets/core.scss */
.pe-9 {
  padding-right: 4rem !important;
}

/* line 27215, app/assets/stylesheets/core.scss */
.pe-10 {
  padding-right: 4.5rem !important;
}

/* line 27219, app/assets/stylesheets/core.scss */
.pe-11 {
  padding-right: 5rem !important;
}

/* line 27223, app/assets/stylesheets/core.scss */
.pe-12 {
  padding-right: 5.5rem !important;
}

/* line 27227, app/assets/stylesheets/core.scss */
.pe-13 {
  padding-right: 6rem !important;
}

/* line 27231, app/assets/stylesheets/core.scss */
.pe-14 {
  padding-right: 6.5rem !important;
}

/* line 27235, app/assets/stylesheets/core.scss */
.pe-15 {
  padding-right: 7rem !important;
}

/* line 27239, app/assets/stylesheets/core.scss */
.pe-16 {
  padding-right: 7.5rem !important;
}

/* line 27243, app/assets/stylesheets/core.scss */
.pe-17 {
  padding-right: 8rem !important;
}

/* line 27247, app/assets/stylesheets/core.scss */
.pe-18 {
  padding-right: 10rem !important;
}

/* line 27251, app/assets/stylesheets/core.scss */
.pe-19 {
  padding-right: 12rem !important;
}

/* line 27255, app/assets/stylesheets/core.scss */
.pe-20 {
  padding-right: 14rem !important;
}

/* line 27259, app/assets/stylesheets/core.scss */
.pe-21 {
  padding-right: 18.5rem !important;
}

/* line 27263, app/assets/stylesheets/core.scss */
.pe-22 {
  padding-right: 22rem !important;
}

/* line 27267, app/assets/stylesheets/core.scss */
.pe-23 {
  padding-right: 35rem !important;
}

/* line 27271, app/assets/stylesheets/core.scss */
.pe-24 {
  padding-right: 40rem !important;
}

/* line 27275, app/assets/stylesheets/core.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 27279, app/assets/stylesheets/core.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 27283, app/assets/stylesheets/core.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 27287, app/assets/stylesheets/core.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 27291, app/assets/stylesheets/core.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 27295, app/assets/stylesheets/core.scss */
.pb-5 {
  padding-bottom: 2rem !important;
}

/* line 27299, app/assets/stylesheets/core.scss */
.pb-6 {
  padding-bottom: 2.5rem !important;
}

/* line 27303, app/assets/stylesheets/core.scss */
.pb-7 {
  padding-bottom: 3rem !important;
}

/* line 27307, app/assets/stylesheets/core.scss */
.pb-8 {
  padding-bottom: 3.5rem !important;
}

/* line 27311, app/assets/stylesheets/core.scss */
.pb-9 {
  padding-bottom: 4rem !important;
}

/* line 27315, app/assets/stylesheets/core.scss */
.pb-10 {
  padding-bottom: 4.5rem !important;
}

/* line 27319, app/assets/stylesheets/core.scss */
.pb-11 {
  padding-bottom: 5rem !important;
}

/* line 27323, app/assets/stylesheets/core.scss */
.pb-12 {
  padding-bottom: 5.5rem !important;
}

/* line 27327, app/assets/stylesheets/core.scss */
.pb-13 {
  padding-bottom: 6rem !important;
}

/* line 27331, app/assets/stylesheets/core.scss */
.pb-14 {
  padding-bottom: 6.5rem !important;
}

/* line 27335, app/assets/stylesheets/core.scss */
.pb-15 {
  padding-bottom: 7rem !important;
}

/* line 27339, app/assets/stylesheets/core.scss */
.pb-16 {
  padding-bottom: 7.5rem !important;
}

/* line 27343, app/assets/stylesheets/core.scss */
.pb-17 {
  padding-bottom: 8rem !important;
}

/* line 27347, app/assets/stylesheets/core.scss */
.pb-18 {
  padding-bottom: 10rem !important;
}

/* line 27351, app/assets/stylesheets/core.scss */
.pb-19 {
  padding-bottom: 12rem !important;
}

/* line 27355, app/assets/stylesheets/core.scss */
.pb-20 {
  padding-bottom: 14rem !important;
}

/* line 27359, app/assets/stylesheets/core.scss */
.pb-21 {
  padding-bottom: 18.5rem !important;
}

/* line 27363, app/assets/stylesheets/core.scss */
.pb-22 {
  padding-bottom: 22rem !important;
}

/* line 27367, app/assets/stylesheets/core.scss */
.pb-23 {
  padding-bottom: 35rem !important;
}

/* line 27371, app/assets/stylesheets/core.scss */
.pb-24 {
  padding-bottom: 40rem !important;
}

/* line 27375, app/assets/stylesheets/core.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 27379, app/assets/stylesheets/core.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 27383, app/assets/stylesheets/core.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 27387, app/assets/stylesheets/core.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 27391, app/assets/stylesheets/core.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 27395, app/assets/stylesheets/core.scss */
.ps-5 {
  padding-left: 2rem !important;
}

/* line 27399, app/assets/stylesheets/core.scss */
.ps-6 {
  padding-left: 2.5rem !important;
}

/* line 27403, app/assets/stylesheets/core.scss */
.ps-7 {
  padding-left: 3rem !important;
}

/* line 27407, app/assets/stylesheets/core.scss */
.ps-8 {
  padding-left: 3.5rem !important;
}

/* line 27411, app/assets/stylesheets/core.scss */
.ps-9 {
  padding-left: 4rem !important;
}

/* line 27415, app/assets/stylesheets/core.scss */
.ps-10 {
  padding-left: 4.5rem !important;
}

/* line 27419, app/assets/stylesheets/core.scss */
.ps-11 {
  padding-left: 5rem !important;
}

/* line 27423, app/assets/stylesheets/core.scss */
.ps-12 {
  padding-left: 5.5rem !important;
}

/* line 27427, app/assets/stylesheets/core.scss */
.ps-13 {
  padding-left: 6rem !important;
}

/* line 27431, app/assets/stylesheets/core.scss */
.ps-14 {
  padding-left: 6.5rem !important;
}

/* line 27435, app/assets/stylesheets/core.scss */
.ps-15 {
  padding-left: 7rem !important;
}

/* line 27439, app/assets/stylesheets/core.scss */
.ps-16 {
  padding-left: 7.5rem !important;
}

/* line 27443, app/assets/stylesheets/core.scss */
.ps-17 {
  padding-left: 8rem !important;
}

/* line 27447, app/assets/stylesheets/core.scss */
.ps-18 {
  padding-left: 10rem !important;
}

/* line 27451, app/assets/stylesheets/core.scss */
.ps-19 {
  padding-left: 12rem !important;
}

/* line 27455, app/assets/stylesheets/core.scss */
.ps-20 {
  padding-left: 14rem !important;
}

/* line 27459, app/assets/stylesheets/core.scss */
.ps-21 {
  padding-left: 18.5rem !important;
}

/* line 27463, app/assets/stylesheets/core.scss */
.ps-22 {
  padding-left: 22rem !important;
}

/* line 27467, app/assets/stylesheets/core.scss */
.ps-23 {
  padding-left: 35rem !important;
}

/* line 27471, app/assets/stylesheets/core.scss */
.ps-24 {
  padding-left: 40rem !important;
}

/* line 27475, app/assets/stylesheets/core.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 27479, app/assets/stylesheets/core.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 27483, app/assets/stylesheets/core.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 27487, app/assets/stylesheets/core.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 27491, app/assets/stylesheets/core.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 27495, app/assets/stylesheets/core.scss */
.gap-5 {
  gap: 2rem !important;
}

/* line 27499, app/assets/stylesheets/core.scss */
.gap-6 {
  gap: 2.5rem !important;
}

/* line 27503, app/assets/stylesheets/core.scss */
.gap-7 {
  gap: 3rem !important;
}

/* line 27507, app/assets/stylesheets/core.scss */
.gap-8 {
  gap: 3.5rem !important;
}

/* line 27511, app/assets/stylesheets/core.scss */
.gap-9 {
  gap: 4rem !important;
}

/* line 27515, app/assets/stylesheets/core.scss */
.gap-10 {
  gap: 4.5rem !important;
}

/* line 27519, app/assets/stylesheets/core.scss */
.gap-11 {
  gap: 5rem !important;
}

/* line 27523, app/assets/stylesheets/core.scss */
.gap-12 {
  gap: 5.5rem !important;
}

/* line 27527, app/assets/stylesheets/core.scss */
.gap-13 {
  gap: 6rem !important;
}

/* line 27531, app/assets/stylesheets/core.scss */
.gap-14 {
  gap: 6.5rem !important;
}

/* line 27535, app/assets/stylesheets/core.scss */
.gap-15 {
  gap: 7rem !important;
}

/* line 27539, app/assets/stylesheets/core.scss */
.gap-16 {
  gap: 7.5rem !important;
}

/* line 27543, app/assets/stylesheets/core.scss */
.gap-17 {
  gap: 8rem !important;
}

/* line 27547, app/assets/stylesheets/core.scss */
.gap-18 {
  gap: 10rem !important;
}

/* line 27551, app/assets/stylesheets/core.scss */
.gap-19 {
  gap: 12rem !important;
}

/* line 27555, app/assets/stylesheets/core.scss */
.gap-20 {
  gap: 14rem !important;
}

/* line 27559, app/assets/stylesheets/core.scss */
.gap-21 {
  gap: 18.5rem !important;
}

/* line 27563, app/assets/stylesheets/core.scss */
.gap-22 {
  gap: 22rem !important;
}

/* line 27567, app/assets/stylesheets/core.scss */
.gap-23 {
  gap: 35rem !important;
}

/* line 27571, app/assets/stylesheets/core.scss */
.gap-24 {
  gap: 40rem !important;
}

/* line 27575, app/assets/stylesheets/core.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 27579, app/assets/stylesheets/core.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 27583, app/assets/stylesheets/core.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 27587, app/assets/stylesheets/core.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 27591, app/assets/stylesheets/core.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 27595, app/assets/stylesheets/core.scss */
.row-gap-5 {
  row-gap: 2rem !important;
}

/* line 27599, app/assets/stylesheets/core.scss */
.row-gap-6 {
  row-gap: 2.5rem !important;
}

/* line 27603, app/assets/stylesheets/core.scss */
.row-gap-7 {
  row-gap: 3rem !important;
}

/* line 27607, app/assets/stylesheets/core.scss */
.row-gap-8 {
  row-gap: 3.5rem !important;
}

/* line 27611, app/assets/stylesheets/core.scss */
.row-gap-9 {
  row-gap: 4rem !important;
}

/* line 27615, app/assets/stylesheets/core.scss */
.row-gap-10 {
  row-gap: 4.5rem !important;
}

/* line 27619, app/assets/stylesheets/core.scss */
.row-gap-11 {
  row-gap: 5rem !important;
}

/* line 27623, app/assets/stylesheets/core.scss */
.row-gap-12 {
  row-gap: 5.5rem !important;
}

/* line 27627, app/assets/stylesheets/core.scss */
.row-gap-13 {
  row-gap: 6rem !important;
}

/* line 27631, app/assets/stylesheets/core.scss */
.row-gap-14 {
  row-gap: 6.5rem !important;
}

/* line 27635, app/assets/stylesheets/core.scss */
.row-gap-15 {
  row-gap: 7rem !important;
}

/* line 27639, app/assets/stylesheets/core.scss */
.row-gap-16 {
  row-gap: 7.5rem !important;
}

/* line 27643, app/assets/stylesheets/core.scss */
.row-gap-17 {
  row-gap: 8rem !important;
}

/* line 27647, app/assets/stylesheets/core.scss */
.row-gap-18 {
  row-gap: 10rem !important;
}

/* line 27651, app/assets/stylesheets/core.scss */
.row-gap-19 {
  row-gap: 12rem !important;
}

/* line 27655, app/assets/stylesheets/core.scss */
.row-gap-20 {
  row-gap: 14rem !important;
}

/* line 27659, app/assets/stylesheets/core.scss */
.row-gap-21 {
  row-gap: 18.5rem !important;
}

/* line 27663, app/assets/stylesheets/core.scss */
.row-gap-22 {
  row-gap: 22rem !important;
}

/* line 27667, app/assets/stylesheets/core.scss */
.row-gap-23 {
  row-gap: 35rem !important;
}

/* line 27671, app/assets/stylesheets/core.scss */
.row-gap-24 {
  row-gap: 40rem !important;
}

/* line 27675, app/assets/stylesheets/core.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

/* line 27680, app/assets/stylesheets/core.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

/* line 27685, app/assets/stylesheets/core.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

/* line 27690, app/assets/stylesheets/core.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

/* line 27695, app/assets/stylesheets/core.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

/* line 27700, app/assets/stylesheets/core.scss */
.column-gap-5 {
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

/* line 27705, app/assets/stylesheets/core.scss */
.column-gap-6 {
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

/* line 27710, app/assets/stylesheets/core.scss */
.column-gap-7 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

/* line 27715, app/assets/stylesheets/core.scss */
.column-gap-8 {
  -moz-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

/* line 27720, app/assets/stylesheets/core.scss */
.column-gap-9 {
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

/* line 27725, app/assets/stylesheets/core.scss */
.column-gap-10 {
  -moz-column-gap: 4.5rem !important;
  column-gap: 4.5rem !important;
}

/* line 27730, app/assets/stylesheets/core.scss */
.column-gap-11 {
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

/* line 27735, app/assets/stylesheets/core.scss */
.column-gap-12 {
  -moz-column-gap: 5.5rem !important;
  column-gap: 5.5rem !important;
}

/* line 27740, app/assets/stylesheets/core.scss */
.column-gap-13 {
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

/* line 27745, app/assets/stylesheets/core.scss */
.column-gap-14 {
  -moz-column-gap: 6.5rem !important;
  column-gap: 6.5rem !important;
}

/* line 27750, app/assets/stylesheets/core.scss */
.column-gap-15 {
  -moz-column-gap: 7rem !important;
  column-gap: 7rem !important;
}

/* line 27755, app/assets/stylesheets/core.scss */
.column-gap-16 {
  -moz-column-gap: 7.5rem !important;
  column-gap: 7.5rem !important;
}

/* line 27760, app/assets/stylesheets/core.scss */
.column-gap-17 {
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

/* line 27765, app/assets/stylesheets/core.scss */
.column-gap-18 {
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

/* line 27770, app/assets/stylesheets/core.scss */
.column-gap-19 {
  -moz-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

/* line 27775, app/assets/stylesheets/core.scss */
.column-gap-20 {
  -moz-column-gap: 14rem !important;
  column-gap: 14rem !important;
}

/* line 27780, app/assets/stylesheets/core.scss */
.column-gap-21 {
  -moz-column-gap: 18.5rem !important;
  column-gap: 18.5rem !important;
}

/* line 27785, app/assets/stylesheets/core.scss */
.column-gap-22 {
  -moz-column-gap: 22rem !important;
  column-gap: 22rem !important;
}

/* line 27790, app/assets/stylesheets/core.scss */
.column-gap-23 {
  -moz-column-gap: 35rem !important;
  column-gap: 35rem !important;
}

/* line 27795, app/assets/stylesheets/core.scss */
.column-gap-24 {
  -moz-column-gap: 40rem !important;
  column-gap: 40rem !important;
}

/* line 27800, app/assets/stylesheets/core.scss */
.font-monospace {
  font-family: var(--font-monospace) !important;
}

/* line 27804, app/assets/stylesheets/core.scss */
.fs-1 {
  font-size: calc(1.3875rem + 1.65vw) !important;
}

/* line 27808, app/assets/stylesheets/core.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 27812, app/assets/stylesheets/core.scss */
.fs-3 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

/* line 27816, app/assets/stylesheets/core.scss */
.fs-4 {
  font-size: 1.25rem !important;
}

/* line 27820, app/assets/stylesheets/core.scss */
.fs-5 {
  font-size: 1rem !important;
}

/* line 27824, app/assets/stylesheets/core.scss */
.fs-6 {
  font-size: 0.875rem !important;
}

/* line 27828, app/assets/stylesheets/core.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 27832, app/assets/stylesheets/core.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 27836, app/assets/stylesheets/core.scss */
.fw-lighter {
  font-weight: 200 !important;
}

/* line 27840, app/assets/stylesheets/core.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 27844, app/assets/stylesheets/core.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 27848, app/assets/stylesheets/core.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 27852, app/assets/stylesheets/core.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 27856, app/assets/stylesheets/core.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 27860, app/assets/stylesheets/core.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 27864, app/assets/stylesheets/core.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 27868, app/assets/stylesheets/core.scss */
.lh-2 {
  line-height: 1.5 !important;
}

/* line 27872, app/assets/stylesheets/core.scss */
.lh-3 {
  line-height: 1.8 !important;
}

/* line 27876, app/assets/stylesheets/core.scss */
.lh-sm {
  line-height: 1.08 !important;
}

/* line 27880, app/assets/stylesheets/core.scss */
.lh-base {
  line-height: 1.6 !important;
}

/* line 27884, app/assets/stylesheets/core.scss */
.lh-md {
  line-height: 1.4 !important;
}

/* line 27888, app/assets/stylesheets/core.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 27892, app/assets/stylesheets/core.scss */
.text-start {
  text-align: left !important;
}

/* line 27896, app/assets/stylesheets/core.scss */
.text-end {
  text-align: right !important;
}

/* line 27900, app/assets/stylesheets/core.scss */
.text-center {
  text-align: center !important;
}

/* line 27904, app/assets/stylesheets/core.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 27908, app/assets/stylesheets/core.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 27912, app/assets/stylesheets/core.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 27916, app/assets/stylesheets/core.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 27920, app/assets/stylesheets/core.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 27924, app/assets/stylesheets/core.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 27928, app/assets/stylesheets/core.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 27932, app/assets/stylesheets/core.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 27937, app/assets/stylesheets/core.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 27943, app/assets/stylesheets/core.scss */
.text-primary {
  --text-opacity: 1;
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}

/* line 27948, app/assets/stylesheets/core.scss */
.text-secondary {
  --text-opacity: 1;
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
}

/* line 27953, app/assets/stylesheets/core.scss */
.text-success {
  --text-opacity: 1;
  color: rgba(var(--success-rgb), var(--text-opacity)) !important;
}

/* line 27958, app/assets/stylesheets/core.scss */
.text-info {
  --text-opacity: 1;
  color: rgba(var(--info-rgb), var(--text-opacity)) !important;
}

/* line 27963, app/assets/stylesheets/core.scss */
.text-warning {
  --text-opacity: 1;
  color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
}

/* line 27968, app/assets/stylesheets/core.scss */
.text-danger {
  --text-opacity: 1;
  color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
}

/* line 27973, app/assets/stylesheets/core.scss */
.text-light {
  --text-opacity: 1;
  color: rgba(var(--light-rgb), var(--text-opacity)) !important;
}

/* line 27978, app/assets/stylesheets/core.scss */
.text-white {
  --text-opacity: 1;
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}

/* line 27983, app/assets/stylesheets/core.scss */
.text-light-primary {
  --text-opacity: 1;
  color: rgba(var(--light-primary-rgb), var(--text-opacity)) !important;
}

/* line 27988, app/assets/stylesheets/core.scss */
.text-light-danger {
  --text-opacity: 1;
  color: rgba(var(--light-danger-rgb), var(--text-opacity)) !important;
}

/* line 27993, app/assets/stylesheets/core.scss */
.text-light-info {
  --text-opacity: 1;
  color: rgba(var(--light-info-rgb), var(--text-opacity)) !important;
}

/* line 27998, app/assets/stylesheets/core.scss */
.text-light-warning {
  --text-opacity: 1;
  color: rgba(var(--light-warning-rgb), var(--text-opacity)) !important;
}

/* line 28003, app/assets/stylesheets/core.scss */
.text-light-secondary {
  --text-opacity: 1;
  color: rgba(var(--light-secondary-rgb), var(--text-opacity)) !important;
}

/* line 28008, app/assets/stylesheets/core.scss */
.text-light-success {
  --text-opacity: 1;
  color: rgba(var(--light-success-rgb), var(--text-opacity)) !important;
}

/* line 28013, app/assets/stylesheets/core.scss */
.text-black {
  --text-opacity: 1;
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}

/* line 28018, app/assets/stylesheets/core.scss */
.text-body {
  --text-opacity: 1;
  color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}

/* line 28023, app/assets/stylesheets/core.scss */
.text-muted {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}

/* line 28028, app/assets/stylesheets/core.scss */
.text-black-50 {
  --text-opacity: 1;
  color: rgba(38, 31, 68, 0.5) !important;
}

/* line 28033, app/assets/stylesheets/core.scss */
.text-white-50 {
  --text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 28038, app/assets/stylesheets/core.scss */
.text-body-secondary {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}

/* line 28043, app/assets/stylesheets/core.scss */
.text-body-tertiary {
  --text-opacity: 1;
  color: var(--tertiary-color) !important;
}

/* line 28048, app/assets/stylesheets/core.scss */
.text-body-emphasis {
  --text-opacity: 1;
  color: var(--emphasis-color) !important;
}

/* line 28053, app/assets/stylesheets/core.scss */
.text-reset {
  --text-opacity: 1;
  color: inherit !important;
}

/* line 28058, app/assets/stylesheets/core.scss */
.text-opacity-25 {
  --text-opacity: 0.25;
}

/* line 28062, app/assets/stylesheets/core.scss */
.text-opacity-50 {
  --text-opacity: 0.5;
}

/* line 28066, app/assets/stylesheets/core.scss */
.text-opacity-75 {
  --text-opacity: 0.75;
}

/* line 28070, app/assets/stylesheets/core.scss */
.text-opacity-100 {
  --text-opacity: 1;
}

/* line 28074, app/assets/stylesheets/core.scss */
.text-primary-emphasis {
  color: var(--primary-text-emphasis) !important;
}

/* line 28078, app/assets/stylesheets/core.scss */
.text-secondary-emphasis {
  color: var(--secondary-text-emphasis) !important;
}

/* line 28082, app/assets/stylesheets/core.scss */
.text-success-emphasis {
  color: var(--success-text-emphasis) !important;
}

/* line 28086, app/assets/stylesheets/core.scss */
.text-info-emphasis {
  color: var(--info-text-emphasis) !important;
}

/* line 28090, app/assets/stylesheets/core.scss */
.text-warning-emphasis {
  color: var(--warning-text-emphasis) !important;
}

/* line 28094, app/assets/stylesheets/core.scss */
.text-danger-emphasis {
  color: var(--danger-text-emphasis) !important;
}

/* line 28098, app/assets/stylesheets/core.scss */
.text-light-emphasis {
  color: var(--light-text-emphasis) !important;
}

/* line 28102, app/assets/stylesheets/core.scss */
.text-dark-emphasis {
  color: var(--dark-text-emphasis) !important;
}

/* line 28106, app/assets/stylesheets/core.scss */
.link-opacity-10 {
  --link-opacity: 0.1;
}

/* line 28110, app/assets/stylesheets/core.scss */
.link-opacity-10-hover:hover {
  --link-opacity: 0.1;
}

/* line 28114, app/assets/stylesheets/core.scss */
.link-opacity-25 {
  --link-opacity: 0.25;
}

/* line 28118, app/assets/stylesheets/core.scss */
.link-opacity-25-hover:hover {
  --link-opacity: 0.25;
}

/* line 28122, app/assets/stylesheets/core.scss */
.link-opacity-50 {
  --link-opacity: 0.5;
}

/* line 28126, app/assets/stylesheets/core.scss */
.link-opacity-50-hover:hover {
  --link-opacity: 0.5;
}

/* line 28130, app/assets/stylesheets/core.scss */
.link-opacity-75 {
  --link-opacity: 0.75;
}

/* line 28134, app/assets/stylesheets/core.scss */
.link-opacity-75-hover:hover {
  --link-opacity: 0.75;
}

/* line 28138, app/assets/stylesheets/core.scss */
.link-opacity-100 {
  --link-opacity: 1;
}

/* line 28142, app/assets/stylesheets/core.scss */
.link-opacity-100-hover:hover {
  --link-opacity: 1;
}

/* line 28146, app/assets/stylesheets/core.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 28150, app/assets/stylesheets/core.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 28154, app/assets/stylesheets/core.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 28158, app/assets/stylesheets/core.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 28162, app/assets/stylesheets/core.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 28166, app/assets/stylesheets/core.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 28170, app/assets/stylesheets/core.scss */
.link-underline-primary {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--primary-rgb), var(--link-underline-opacity)) !important;
}

/* line 28175, app/assets/stylesheets/core.scss */
.link-underline-secondary {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--secondary-rgb), var(--link-underline-opacity)) !important;
}

/* line 28180, app/assets/stylesheets/core.scss */
.link-underline-success {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--success-rgb), var(--link-underline-opacity)) !important;
}

/* line 28185, app/assets/stylesheets/core.scss */
.link-underline-info {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--info-rgb), var(--link-underline-opacity)) !important;
}

/* line 28190, app/assets/stylesheets/core.scss */
.link-underline-warning {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--warning-rgb), var(--link-underline-opacity)) !important;
}

/* line 28195, app/assets/stylesheets/core.scss */
.link-underline-danger {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--danger-rgb), var(--link-underline-opacity)) !important;
}

/* line 28200, app/assets/stylesheets/core.scss */
.link-underline-light {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-rgb), var(--link-underline-opacity)) !important;
}

/* line 28205, app/assets/stylesheets/core.scss */
.link-underline-dark {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--dark-rgb), var(--link-underline-opacity)) !important;
}

/* line 28210, app/assets/stylesheets/core.scss */
.link-underline-white {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--white-rgb), var(--link-underline-opacity)) !important;
}

/* line 28215, app/assets/stylesheets/core.scss */
.link-underline-light-primary {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-primary-rgb), var(--link-underline-opacity)) !important;
}

/* line 28220, app/assets/stylesheets/core.scss */
.link-underline-light-danger {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-danger-rgb), var(--link-underline-opacity)) !important;
}

/* line 28225, app/assets/stylesheets/core.scss */
.link-underline-light-info {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-info-rgb), var(--link-underline-opacity)) !important;
}

/* line 28230, app/assets/stylesheets/core.scss */
.link-underline-light-warning {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-warning-rgb), var(--link-underline-opacity)) !important;
}

/* line 28235, app/assets/stylesheets/core.scss */
.link-underline-light-secondary {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-secondary-rgb), var(--link-underline-opacity)) !important;
}

/* line 28240, app/assets/stylesheets/core.scss */
.link-underline-light-success {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--light-success-rgb), var(--link-underline-opacity)) !important;
}

/* line 28245, app/assets/stylesheets/core.scss */
.link-underline {
  --link-underline-opacity: 1;
  text-decoration-color: rgba(var(--link-color-rgb), var(--link-underline-opacity, 1)) !important;
}

/* line 28250, app/assets/stylesheets/core.scss */
.link-underline-opacity-0 {
  --link-underline-opacity: 0;
}

/* line 28254, app/assets/stylesheets/core.scss */
.link-underline-opacity-0-hover:hover {
  --link-underline-opacity: 0;
}

/* line 28258, app/assets/stylesheets/core.scss */
.link-underline-opacity-10 {
  --link-underline-opacity: 0.1;
}

/* line 28262, app/assets/stylesheets/core.scss */
.link-underline-opacity-10-hover:hover {
  --link-underline-opacity: 0.1;
}

/* line 28266, app/assets/stylesheets/core.scss */
.link-underline-opacity-25 {
  --link-underline-opacity: 0.25;
}

/* line 28270, app/assets/stylesheets/core.scss */
.link-underline-opacity-25-hover:hover {
  --link-underline-opacity: 0.25;
}

/* line 28274, app/assets/stylesheets/core.scss */
.link-underline-opacity-50 {
  --link-underline-opacity: 0.5;
}

/* line 28278, app/assets/stylesheets/core.scss */
.link-underline-opacity-50-hover:hover {
  --link-underline-opacity: 0.5;
}

/* line 28282, app/assets/stylesheets/core.scss */
.link-underline-opacity-75 {
  --link-underline-opacity: 0.75;
}

/* line 28286, app/assets/stylesheets/core.scss */
.link-underline-opacity-75-hover:hover {
  --link-underline-opacity: 0.75;
}

/* line 28290, app/assets/stylesheets/core.scss */
.link-underline-opacity-100 {
  --link-underline-opacity: 1;
}

/* line 28294, app/assets/stylesheets/core.scss */
.link-underline-opacity-100-hover:hover {
  --link-underline-opacity: 1;
}

/* line 28298, app/assets/stylesheets/core.scss */
.bg-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--primary-rgb), var(--bg-opacity)) !important;
}

/* line 28303, app/assets/stylesheets/core.scss */
.bg-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-rgb), var(--bg-opacity)) !important;
}

/* line 28308, app/assets/stylesheets/core.scss */
.bg-success {
  --bg-opacity: 1;
  background-color: rgba(var(--success-rgb), var(--bg-opacity)) !important;
}

/* line 28313, app/assets/stylesheets/core.scss */
.bg-info {
  --bg-opacity: 1;
  background-color: rgba(var(--info-rgb), var(--bg-opacity)) !important;
}

/* line 28318, app/assets/stylesheets/core.scss */
.bg-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--warning-rgb), var(--bg-opacity)) !important;
}

/* line 28323, app/assets/stylesheets/core.scss */
.bg-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--danger-rgb), var(--bg-opacity)) !important;
}

/* line 28328, app/assets/stylesheets/core.scss */
.bg-light {
  --bg-opacity: 1;
  background-color: rgba(var(--light-rgb), var(--bg-opacity)) !important;
}

/* line 28333, app/assets/stylesheets/core.scss */
.bg-dark {
  --bg-opacity: 1;
  background-color: #0A0A27 !important;
}

/* line 28338, app/assets/stylesheets/core.scss */
.bg-white {
  --bg-opacity: 1;
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}

/* line 28343, app/assets/stylesheets/core.scss */
.bg-light-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--light-primary-rgb), var(--bg-opacity)) !important;
}

/* line 28348, app/assets/stylesheets/core.scss */
.bg-light-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--light-danger-rgb), var(--bg-opacity)) !important;
}

/* line 28353, app/assets/stylesheets/core.scss */
.bg-light-info {
  --bg-opacity: 1;
  background-color: rgba(var(--light-info-rgb), var(--bg-opacity)) !important;
}

/* line 28358, app/assets/stylesheets/core.scss */
.bg-light-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--light-warning-rgb), var(--bg-opacity)) !important;
}

/* line 28363, app/assets/stylesheets/core.scss */
.bg-light-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--light-secondary-rgb), var(--bg-opacity)) !important;
}

/* line 28368, app/assets/stylesheets/core.scss */
.bg-light-success {
  --bg-opacity: 1;
  background-color: rgba(var(--light-success-rgb), var(--bg-opacity)) !important;
}

/* line 28373, app/assets/stylesheets/core.scss */
.bg-black {
  --bg-opacity: 1;
  background-color: rgba(var(--black-rgb), var(--bg-opacity)) !important;
}

/* line 28378, app/assets/stylesheets/core.scss */
.bg-body {
  --bg-opacity: 1;
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}

/* line 28383, app/assets/stylesheets/core.scss */
.bg-transparent {
  --bg-opacity: 1;
  background-color: transparent !important;
}

/* line 28388, app/assets/stylesheets/core.scss */
.bg-body-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-bg-rgb), var(--bg-opacity)) !important;
}

/* line 28393, app/assets/stylesheets/core.scss */
.bg-body-tertiary {
  --bg-opacity: 1;
  background-color: rgba(var(--tertiary-bg-rgb), var(--bg-opacity)) !important;
}

/* line 28398, app/assets/stylesheets/core.scss */
.bg-opacity-10 {
  --bg-opacity: 0.1;
}

/* line 28402, app/assets/stylesheets/core.scss */
.bg-opacity-25 {
  --bg-opacity: 0.25;
}

/* line 28406, app/assets/stylesheets/core.scss */
.bg-opacity-50 {
  --bg-opacity: 0.5;
}

/* line 28410, app/assets/stylesheets/core.scss */
.bg-opacity-75 {
  --bg-opacity: 0.75;
}

/* line 28414, app/assets/stylesheets/core.scss */
.bg-opacity-100 {
  --bg-opacity: 1;
}

/* line 28418, app/assets/stylesheets/core.scss */
.bg-primary-subtle {
  background-color: var(--primary-bg-subtle) !important;
}

/* line 28422, app/assets/stylesheets/core.scss */
.bg-secondary-subtle {
  background-color: var(--secondary-bg-subtle) !important;
}

/* line 28426, app/assets/stylesheets/core.scss */
.bg-success-subtle {
  background-color: var(--success-bg-subtle) !important;
}

/* line 28430, app/assets/stylesheets/core.scss */
.bg-info-subtle {
  background-color: var(--info-bg-subtle) !important;
}

/* line 28434, app/assets/stylesheets/core.scss */
.bg-warning-subtle {
  background-color: var(--warning-bg-subtle) !important;
}

/* line 28438, app/assets/stylesheets/core.scss */
.bg-danger-subtle {
  background-color: var(--danger-bg-subtle) !important;
}

/* line 28442, app/assets/stylesheets/core.scss */
.bg-light-subtle {
  background-color: var(--light-bg-subtle) !important;
}

/* line 28446, app/assets/stylesheets/core.scss */
.bg-dark-subtle {
  background-color: var(--dark-bg-subtle) !important;
}

/* line 28450, app/assets/stylesheets/core.scss */
.bg-gradient {
  background-image: var(--gradient) !important;
}

/* line 28454, app/assets/stylesheets/core.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 28460, app/assets/stylesheets/core.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 28466, app/assets/stylesheets/core.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 28472, app/assets/stylesheets/core.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 28476, app/assets/stylesheets/core.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 28480, app/assets/stylesheets/core.scss */
.rounded {
  border-radius: var(--border-radius) !important;
}

/* line 28484, app/assets/stylesheets/core.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 28488, app/assets/stylesheets/core.scss */
.rounded-1 {
  border-radius: var(--border-radius-sm) !important;
}

/* line 28492, app/assets/stylesheets/core.scss */
.rounded-2 {
  border-radius: var(--border-radius) !important;
}

/* line 28496, app/assets/stylesheets/core.scss */
.rounded-3 {
  border-radius: var(--border-radius-lg) !important;
}

/* line 28500, app/assets/stylesheets/core.scss */
.rounded-4 {
  border-radius: var(--border-radius-xl) !important;
}

/* line 28504, app/assets/stylesheets/core.scss */
.rounded-5 {
  border-radius: var(--border-radius-xxl) !important;
}

/* line 28508, app/assets/stylesheets/core.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 28512, app/assets/stylesheets/core.scss */
.rounded-pill {
  border-radius: var(--border-radius-pill) !important;
}

/* line 28516, app/assets/stylesheets/core.scss */
.rounded-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}

/* line 28521, app/assets/stylesheets/core.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 28526, app/assets/stylesheets/core.scss */
.rounded-top-1 {
  border-top-left-radius: var(--border-radius-sm) !important;
  border-top-right-radius: var(--border-radius-sm) !important;
}

/* line 28531, app/assets/stylesheets/core.scss */
.rounded-top-2 {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}

/* line 28536, app/assets/stylesheets/core.scss */
.rounded-top-3 {
  border-top-left-radius: var(--border-radius-lg) !important;
  border-top-right-radius: var(--border-radius-lg) !important;
}

/* line 28541, app/assets/stylesheets/core.scss */
.rounded-top-4 {
  border-top-left-radius: var(--border-radius-xl) !important;
  border-top-right-radius: var(--border-radius-xl) !important;
}

/* line 28546, app/assets/stylesheets/core.scss */
.rounded-top-5 {
  border-top-left-radius: var(--border-radius-xxl) !important;
  border-top-right-radius: var(--border-radius-xxl) !important;
}

/* line 28551, app/assets/stylesheets/core.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 28556, app/assets/stylesheets/core.scss */
.rounded-top-pill {
  border-top-left-radius: var(--border-radius-pill) !important;
  border-top-right-radius: var(--border-radius-pill) !important;
}

/* line 28561, app/assets/stylesheets/core.scss */
.rounded-end {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

/* line 28566, app/assets/stylesheets/core.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 28571, app/assets/stylesheets/core.scss */
.rounded-end-1 {
  border-top-right-radius: var(--border-radius-sm) !important;
  border-bottom-right-radius: var(--border-radius-sm) !important;
}

/* line 28576, app/assets/stylesheets/core.scss */
.rounded-end-2 {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

/* line 28581, app/assets/stylesheets/core.scss */
.rounded-end-3 {
  border-top-right-radius: var(--border-radius-lg) !important;
  border-bottom-right-radius: var(--border-radius-lg) !important;
}

/* line 28586, app/assets/stylesheets/core.scss */
.rounded-end-4 {
  border-top-right-radius: var(--border-radius-xl) !important;
  border-bottom-right-radius: var(--border-radius-xl) !important;
}

/* line 28591, app/assets/stylesheets/core.scss */
.rounded-end-5 {
  border-top-right-radius: var(--border-radius-xxl) !important;
  border-bottom-right-radius: var(--border-radius-xxl) !important;
}

/* line 28596, app/assets/stylesheets/core.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 28601, app/assets/stylesheets/core.scss */
.rounded-end-pill {
  border-top-right-radius: var(--border-radius-pill) !important;
  border-bottom-right-radius: var(--border-radius-pill) !important;
}

/* line 28606, app/assets/stylesheets/core.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

/* line 28611, app/assets/stylesheets/core.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 28616, app/assets/stylesheets/core.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--border-radius-sm) !important;
  border-bottom-left-radius: var(--border-radius-sm) !important;
}

/* line 28621, app/assets/stylesheets/core.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

/* line 28626, app/assets/stylesheets/core.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--border-radius-lg) !important;
  border-bottom-left-radius: var(--border-radius-lg) !important;
}

/* line 28631, app/assets/stylesheets/core.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--border-radius-xl) !important;
  border-bottom-left-radius: var(--border-radius-xl) !important;
}

/* line 28636, app/assets/stylesheets/core.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--border-radius-xxl) !important;
  border-bottom-left-radius: var(--border-radius-xxl) !important;
}

/* line 28641, app/assets/stylesheets/core.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 28646, app/assets/stylesheets/core.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--border-radius-pill) !important;
  border-bottom-left-radius: var(--border-radius-pill) !important;
}

/* line 28651, app/assets/stylesheets/core.scss */
.rounded-start {
  border-bottom-left-radius: var(--border-radius) !important;
  border-top-left-radius: var(--border-radius) !important;
}

/* line 28656, app/assets/stylesheets/core.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 28661, app/assets/stylesheets/core.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--border-radius-sm) !important;
  border-top-left-radius: var(--border-radius-sm) !important;
}

/* line 28666, app/assets/stylesheets/core.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--border-radius) !important;
  border-top-left-radius: var(--border-radius) !important;
}

/* line 28671, app/assets/stylesheets/core.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--border-radius-lg) !important;
  border-top-left-radius: var(--border-radius-lg) !important;
}

/* line 28676, app/assets/stylesheets/core.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--border-radius-xl) !important;
  border-top-left-radius: var(--border-radius-xl) !important;
}

/* line 28681, app/assets/stylesheets/core.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--border-radius-xxl) !important;
  border-top-left-radius: var(--border-radius-xxl) !important;
}

/* line 28686, app/assets/stylesheets/core.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 28691, app/assets/stylesheets/core.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--border-radius-pill) !important;
  border-top-left-radius: var(--border-radius-pill) !important;
}

/* line 28696, app/assets/stylesheets/core.scss */
.visible {
  visibility: visible !important;
}

/* line 28700, app/assets/stylesheets/core.scss */
.invisible {
  visibility: hidden !important;
}

/* line 28704, app/assets/stylesheets/core.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 28708, app/assets/stylesheets/core.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 28712, app/assets/stylesheets/core.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 28716, app/assets/stylesheets/core.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 28720, app/assets/stylesheets/core.scss */
.z-4 {
  z-index: 4 !important;
}

/* line 28724, app/assets/stylesheets/core.scss */
.z-5 {
  z-index: 5 !important;
}

@media (min-width: 576px) {
  /* line 28729, app/assets/stylesheets/core.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 28732, app/assets/stylesheets/core.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 28735, app/assets/stylesheets/core.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 28738, app/assets/stylesheets/core.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 28742, app/assets/stylesheets/core.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 28746, app/assets/stylesheets/core.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 28750, app/assets/stylesheets/core.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 28754, app/assets/stylesheets/core.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 28758, app/assets/stylesheets/core.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 28761, app/assets/stylesheets/core.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 28764, app/assets/stylesheets/core.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 28767, app/assets/stylesheets/core.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 28770, app/assets/stylesheets/core.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 28773, app/assets/stylesheets/core.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 28776, app/assets/stylesheets/core.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 28779, app/assets/stylesheets/core.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 28782, app/assets/stylesheets/core.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 28785, app/assets/stylesheets/core.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 28788, app/assets/stylesheets/core.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 28791, app/assets/stylesheets/core.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 28794, app/assets/stylesheets/core.scss */
  .w-sm-30 {
    width: 30% !important;
  }
  /* line 28797, app/assets/stylesheets/core.scss */
  .w-sm-40 {
    width: 40% !important;
  }
  /* line 28800, app/assets/stylesheets/core.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 28803, app/assets/stylesheets/core.scss */
  .w-sm-65 {
    width: 65% !important;
  }
  /* line 28806, app/assets/stylesheets/core.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 28809, app/assets/stylesheets/core.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 28812, app/assets/stylesheets/core.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 28815, app/assets/stylesheets/core.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 28818, app/assets/stylesheets/core.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 28821, app/assets/stylesheets/core.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 28824, app/assets/stylesheets/core.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 28827, app/assets/stylesheets/core.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 28830, app/assets/stylesheets/core.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 28833, app/assets/stylesheets/core.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 28836, app/assets/stylesheets/core.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 28839, app/assets/stylesheets/core.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 28842, app/assets/stylesheets/core.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 28845, app/assets/stylesheets/core.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 28848, app/assets/stylesheets/core.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 28851, app/assets/stylesheets/core.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 28854, app/assets/stylesheets/core.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 28857, app/assets/stylesheets/core.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28860, app/assets/stylesheets/core.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 28863, app/assets/stylesheets/core.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 28866, app/assets/stylesheets/core.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 28869, app/assets/stylesheets/core.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 28872, app/assets/stylesheets/core.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 28875, app/assets/stylesheets/core.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 28878, app/assets/stylesheets/core.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 28881, app/assets/stylesheets/core.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 28884, app/assets/stylesheets/core.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 28887, app/assets/stylesheets/core.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 28890, app/assets/stylesheets/core.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 28893, app/assets/stylesheets/core.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 28896, app/assets/stylesheets/core.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 28899, app/assets/stylesheets/core.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 28902, app/assets/stylesheets/core.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 28905, app/assets/stylesheets/core.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 28908, app/assets/stylesheets/core.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 28911, app/assets/stylesheets/core.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 28914, app/assets/stylesheets/core.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 28917, app/assets/stylesheets/core.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 28920, app/assets/stylesheets/core.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 28923, app/assets/stylesheets/core.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 28926, app/assets/stylesheets/core.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 28929, app/assets/stylesheets/core.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 28932, app/assets/stylesheets/core.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 28935, app/assets/stylesheets/core.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 28938, app/assets/stylesheets/core.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 28941, app/assets/stylesheets/core.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 28944, app/assets/stylesheets/core.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 28947, app/assets/stylesheets/core.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 28950, app/assets/stylesheets/core.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 28953, app/assets/stylesheets/core.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 28956, app/assets/stylesheets/core.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 28959, app/assets/stylesheets/core.scss */
  .m-sm-5 {
    margin: 2rem !important;
  }
  /* line 28962, app/assets/stylesheets/core.scss */
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  /* line 28965, app/assets/stylesheets/core.scss */
  .m-sm-7 {
    margin: 3rem !important;
  }
  /* line 28968, app/assets/stylesheets/core.scss */
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  /* line 28971, app/assets/stylesheets/core.scss */
  .m-sm-9 {
    margin: 4rem !important;
  }
  /* line 28974, app/assets/stylesheets/core.scss */
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  /* line 28977, app/assets/stylesheets/core.scss */
  .m-sm-11 {
    margin: 5rem !important;
  }
  /* line 28980, app/assets/stylesheets/core.scss */
  .m-sm-12 {
    margin: 5.5rem !important;
  }
  /* line 28983, app/assets/stylesheets/core.scss */
  .m-sm-13 {
    margin: 6rem !important;
  }
  /* line 28986, app/assets/stylesheets/core.scss */
  .m-sm-14 {
    margin: 6.5rem !important;
  }
  /* line 28989, app/assets/stylesheets/core.scss */
  .m-sm-15 {
    margin: 7rem !important;
  }
  /* line 28992, app/assets/stylesheets/core.scss */
  .m-sm-16 {
    margin: 7.5rem !important;
  }
  /* line 28995, app/assets/stylesheets/core.scss */
  .m-sm-17 {
    margin: 8rem !important;
  }
  /* line 28998, app/assets/stylesheets/core.scss */
  .m-sm-18 {
    margin: 10rem !important;
  }
  /* line 29001, app/assets/stylesheets/core.scss */
  .m-sm-19 {
    margin: 12rem !important;
  }
  /* line 29004, app/assets/stylesheets/core.scss */
  .m-sm-20 {
    margin: 14rem !important;
  }
  /* line 29007, app/assets/stylesheets/core.scss */
  .m-sm-21 {
    margin: 18.5rem !important;
  }
  /* line 29010, app/assets/stylesheets/core.scss */
  .m-sm-22 {
    margin: 22rem !important;
  }
  /* line 29013, app/assets/stylesheets/core.scss */
  .m-sm-23 {
    margin: 35rem !important;
  }
  /* line 29016, app/assets/stylesheets/core.scss */
  .m-sm-24 {
    margin: 40rem !important;
  }
  /* line 29019, app/assets/stylesheets/core.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 29022, app/assets/stylesheets/core.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 29026, app/assets/stylesheets/core.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 29030, app/assets/stylesheets/core.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 29034, app/assets/stylesheets/core.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 29038, app/assets/stylesheets/core.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 29042, app/assets/stylesheets/core.scss */
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 29046, app/assets/stylesheets/core.scss */
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 29050, app/assets/stylesheets/core.scss */
  .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 29054, app/assets/stylesheets/core.scss */
  .mx-sm-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 29058, app/assets/stylesheets/core.scss */
  .mx-sm-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 29062, app/assets/stylesheets/core.scss */
  .mx-sm-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 29066, app/assets/stylesheets/core.scss */
  .mx-sm-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 29070, app/assets/stylesheets/core.scss */
  .mx-sm-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 29074, app/assets/stylesheets/core.scss */
  .mx-sm-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 29078, app/assets/stylesheets/core.scss */
  .mx-sm-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 29082, app/assets/stylesheets/core.scss */
  .mx-sm-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 29086, app/assets/stylesheets/core.scss */
  .mx-sm-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 29090, app/assets/stylesheets/core.scss */
  .mx-sm-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 29094, app/assets/stylesheets/core.scss */
  .mx-sm-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 29098, app/assets/stylesheets/core.scss */
  .mx-sm-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 29102, app/assets/stylesheets/core.scss */
  .mx-sm-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 29106, app/assets/stylesheets/core.scss */
  .mx-sm-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 29110, app/assets/stylesheets/core.scss */
  .mx-sm-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 29114, app/assets/stylesheets/core.scss */
  .mx-sm-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 29118, app/assets/stylesheets/core.scss */
  .mx-sm-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 29122, app/assets/stylesheets/core.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 29126, app/assets/stylesheets/core.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 29130, app/assets/stylesheets/core.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 29134, app/assets/stylesheets/core.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 29138, app/assets/stylesheets/core.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 29142, app/assets/stylesheets/core.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 29146, app/assets/stylesheets/core.scss */
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 29150, app/assets/stylesheets/core.scss */
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 29154, app/assets/stylesheets/core.scss */
  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 29158, app/assets/stylesheets/core.scss */
  .my-sm-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 29162, app/assets/stylesheets/core.scss */
  .my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 29166, app/assets/stylesheets/core.scss */
  .my-sm-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 29170, app/assets/stylesheets/core.scss */
  .my-sm-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 29174, app/assets/stylesheets/core.scss */
  .my-sm-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 29178, app/assets/stylesheets/core.scss */
  .my-sm-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 29182, app/assets/stylesheets/core.scss */
  .my-sm-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 29186, app/assets/stylesheets/core.scss */
  .my-sm-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 29190, app/assets/stylesheets/core.scss */
  .my-sm-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 29194, app/assets/stylesheets/core.scss */
  .my-sm-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 29198, app/assets/stylesheets/core.scss */
  .my-sm-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 29202, app/assets/stylesheets/core.scss */
  .my-sm-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 29206, app/assets/stylesheets/core.scss */
  .my-sm-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 29210, app/assets/stylesheets/core.scss */
  .my-sm-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 29214, app/assets/stylesheets/core.scss */
  .my-sm-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 29218, app/assets/stylesheets/core.scss */
  .my-sm-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 29222, app/assets/stylesheets/core.scss */
  .my-sm-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 29226, app/assets/stylesheets/core.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 29230, app/assets/stylesheets/core.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 29233, app/assets/stylesheets/core.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 29236, app/assets/stylesheets/core.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 29239, app/assets/stylesheets/core.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 29242, app/assets/stylesheets/core.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 29245, app/assets/stylesheets/core.scss */
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  /* line 29248, app/assets/stylesheets/core.scss */
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  /* line 29251, app/assets/stylesheets/core.scss */
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  /* line 29254, app/assets/stylesheets/core.scss */
  .mt-sm-8 {
    margin-top: 3.5rem !important;
  }
  /* line 29257, app/assets/stylesheets/core.scss */
  .mt-sm-9 {
    margin-top: 4rem !important;
  }
  /* line 29260, app/assets/stylesheets/core.scss */
  .mt-sm-10 {
    margin-top: 4.5rem !important;
  }
  /* line 29263, app/assets/stylesheets/core.scss */
  .mt-sm-11 {
    margin-top: 5rem !important;
  }
  /* line 29266, app/assets/stylesheets/core.scss */
  .mt-sm-12 {
    margin-top: 5.5rem !important;
  }
  /* line 29269, app/assets/stylesheets/core.scss */
  .mt-sm-13 {
    margin-top: 6rem !important;
  }
  /* line 29272, app/assets/stylesheets/core.scss */
  .mt-sm-14 {
    margin-top: 6.5rem !important;
  }
  /* line 29275, app/assets/stylesheets/core.scss */
  .mt-sm-15 {
    margin-top: 7rem !important;
  }
  /* line 29278, app/assets/stylesheets/core.scss */
  .mt-sm-16 {
    margin-top: 7.5rem !important;
  }
  /* line 29281, app/assets/stylesheets/core.scss */
  .mt-sm-17 {
    margin-top: 8rem !important;
  }
  /* line 29284, app/assets/stylesheets/core.scss */
  .mt-sm-18 {
    margin-top: 10rem !important;
  }
  /* line 29287, app/assets/stylesheets/core.scss */
  .mt-sm-19 {
    margin-top: 12rem !important;
  }
  /* line 29290, app/assets/stylesheets/core.scss */
  .mt-sm-20 {
    margin-top: 14rem !important;
  }
  /* line 29293, app/assets/stylesheets/core.scss */
  .mt-sm-21 {
    margin-top: 18.5rem !important;
  }
  /* line 29296, app/assets/stylesheets/core.scss */
  .mt-sm-22 {
    margin-top: 22rem !important;
  }
  /* line 29299, app/assets/stylesheets/core.scss */
  .mt-sm-23 {
    margin-top: 35rem !important;
  }
  /* line 29302, app/assets/stylesheets/core.scss */
  .mt-sm-24 {
    margin-top: 40rem !important;
  }
  /* line 29305, app/assets/stylesheets/core.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 29308, app/assets/stylesheets/core.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 29311, app/assets/stylesheets/core.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 29314, app/assets/stylesheets/core.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 29317, app/assets/stylesheets/core.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 29320, app/assets/stylesheets/core.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 29323, app/assets/stylesheets/core.scss */
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  /* line 29326, app/assets/stylesheets/core.scss */
  .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  /* line 29329, app/assets/stylesheets/core.scss */
  .me-sm-7 {
    margin-right: 3rem !important;
  }
  /* line 29332, app/assets/stylesheets/core.scss */
  .me-sm-8 {
    margin-right: 3.5rem !important;
  }
  /* line 29335, app/assets/stylesheets/core.scss */
  .me-sm-9 {
    margin-right: 4rem !important;
  }
  /* line 29338, app/assets/stylesheets/core.scss */
  .me-sm-10 {
    margin-right: 4.5rem !important;
  }
  /* line 29341, app/assets/stylesheets/core.scss */
  .me-sm-11 {
    margin-right: 5rem !important;
  }
  /* line 29344, app/assets/stylesheets/core.scss */
  .me-sm-12 {
    margin-right: 5.5rem !important;
  }
  /* line 29347, app/assets/stylesheets/core.scss */
  .me-sm-13 {
    margin-right: 6rem !important;
  }
  /* line 29350, app/assets/stylesheets/core.scss */
  .me-sm-14 {
    margin-right: 6.5rem !important;
  }
  /* line 29353, app/assets/stylesheets/core.scss */
  .me-sm-15 {
    margin-right: 7rem !important;
  }
  /* line 29356, app/assets/stylesheets/core.scss */
  .me-sm-16 {
    margin-right: 7.5rem !important;
  }
  /* line 29359, app/assets/stylesheets/core.scss */
  .me-sm-17 {
    margin-right: 8rem !important;
  }
  /* line 29362, app/assets/stylesheets/core.scss */
  .me-sm-18 {
    margin-right: 10rem !important;
  }
  /* line 29365, app/assets/stylesheets/core.scss */
  .me-sm-19 {
    margin-right: 12rem !important;
  }
  /* line 29368, app/assets/stylesheets/core.scss */
  .me-sm-20 {
    margin-right: 14rem !important;
  }
  /* line 29371, app/assets/stylesheets/core.scss */
  .me-sm-21 {
    margin-right: 18.5rem !important;
  }
  /* line 29374, app/assets/stylesheets/core.scss */
  .me-sm-22 {
    margin-right: 22rem !important;
  }
  /* line 29377, app/assets/stylesheets/core.scss */
  .me-sm-23 {
    margin-right: 35rem !important;
  }
  /* line 29380, app/assets/stylesheets/core.scss */
  .me-sm-24 {
    margin-right: 40rem !important;
  }
  /* line 29383, app/assets/stylesheets/core.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 29386, app/assets/stylesheets/core.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 29389, app/assets/stylesheets/core.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 29392, app/assets/stylesheets/core.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 29395, app/assets/stylesheets/core.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 29398, app/assets/stylesheets/core.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 29401, app/assets/stylesheets/core.scss */
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  /* line 29404, app/assets/stylesheets/core.scss */
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 29407, app/assets/stylesheets/core.scss */
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  /* line 29410, app/assets/stylesheets/core.scss */
  .mb-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 29413, app/assets/stylesheets/core.scss */
  .mb-sm-9 {
    margin-bottom: 4rem !important;
  }
  /* line 29416, app/assets/stylesheets/core.scss */
  .mb-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 29419, app/assets/stylesheets/core.scss */
  .mb-sm-11 {
    margin-bottom: 5rem !important;
  }
  /* line 29422, app/assets/stylesheets/core.scss */
  .mb-sm-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 29425, app/assets/stylesheets/core.scss */
  .mb-sm-13 {
    margin-bottom: 6rem !important;
  }
  /* line 29428, app/assets/stylesheets/core.scss */
  .mb-sm-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 29431, app/assets/stylesheets/core.scss */
  .mb-sm-15 {
    margin-bottom: 7rem !important;
  }
  /* line 29434, app/assets/stylesheets/core.scss */
  .mb-sm-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 29437, app/assets/stylesheets/core.scss */
  .mb-sm-17 {
    margin-bottom: 8rem !important;
  }
  /* line 29440, app/assets/stylesheets/core.scss */
  .mb-sm-18 {
    margin-bottom: 10rem !important;
  }
  /* line 29443, app/assets/stylesheets/core.scss */
  .mb-sm-19 {
    margin-bottom: 12rem !important;
  }
  /* line 29446, app/assets/stylesheets/core.scss */
  .mb-sm-20 {
    margin-bottom: 14rem !important;
  }
  /* line 29449, app/assets/stylesheets/core.scss */
  .mb-sm-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 29452, app/assets/stylesheets/core.scss */
  .mb-sm-22 {
    margin-bottom: 22rem !important;
  }
  /* line 29455, app/assets/stylesheets/core.scss */
  .mb-sm-23 {
    margin-bottom: 35rem !important;
  }
  /* line 29458, app/assets/stylesheets/core.scss */
  .mb-sm-24 {
    margin-bottom: 40rem !important;
  }
  /* line 29461, app/assets/stylesheets/core.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 29464, app/assets/stylesheets/core.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 29467, app/assets/stylesheets/core.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 29470, app/assets/stylesheets/core.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 29473, app/assets/stylesheets/core.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 29476, app/assets/stylesheets/core.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 29479, app/assets/stylesheets/core.scss */
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  /* line 29482, app/assets/stylesheets/core.scss */
  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  /* line 29485, app/assets/stylesheets/core.scss */
  .ms-sm-7 {
    margin-left: 3rem !important;
  }
  /* line 29488, app/assets/stylesheets/core.scss */
  .ms-sm-8 {
    margin-left: 3.5rem !important;
  }
  /* line 29491, app/assets/stylesheets/core.scss */
  .ms-sm-9 {
    margin-left: 4rem !important;
  }
  /* line 29494, app/assets/stylesheets/core.scss */
  .ms-sm-10 {
    margin-left: 4.5rem !important;
  }
  /* line 29497, app/assets/stylesheets/core.scss */
  .ms-sm-11 {
    margin-left: 5rem !important;
  }
  /* line 29500, app/assets/stylesheets/core.scss */
  .ms-sm-12 {
    margin-left: 5.5rem !important;
  }
  /* line 29503, app/assets/stylesheets/core.scss */
  .ms-sm-13 {
    margin-left: 6rem !important;
  }
  /* line 29506, app/assets/stylesheets/core.scss */
  .ms-sm-14 {
    margin-left: 6.5rem !important;
  }
  /* line 29509, app/assets/stylesheets/core.scss */
  .ms-sm-15 {
    margin-left: 7rem !important;
  }
  /* line 29512, app/assets/stylesheets/core.scss */
  .ms-sm-16 {
    margin-left: 7.5rem !important;
  }
  /* line 29515, app/assets/stylesheets/core.scss */
  .ms-sm-17 {
    margin-left: 8rem !important;
  }
  /* line 29518, app/assets/stylesheets/core.scss */
  .ms-sm-18 {
    margin-left: 10rem !important;
  }
  /* line 29521, app/assets/stylesheets/core.scss */
  .ms-sm-19 {
    margin-left: 12rem !important;
  }
  /* line 29524, app/assets/stylesheets/core.scss */
  .ms-sm-20 {
    margin-left: 14rem !important;
  }
  /* line 29527, app/assets/stylesheets/core.scss */
  .ms-sm-21 {
    margin-left: 18.5rem !important;
  }
  /* line 29530, app/assets/stylesheets/core.scss */
  .ms-sm-22 {
    margin-left: 22rem !important;
  }
  /* line 29533, app/assets/stylesheets/core.scss */
  .ms-sm-23 {
    margin-left: 35rem !important;
  }
  /* line 29536, app/assets/stylesheets/core.scss */
  .ms-sm-24 {
    margin-left: 40rem !important;
  }
  /* line 29539, app/assets/stylesheets/core.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 29542, app/assets/stylesheets/core.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 29545, app/assets/stylesheets/core.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 29548, app/assets/stylesheets/core.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 29551, app/assets/stylesheets/core.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 29554, app/assets/stylesheets/core.scss */
  .m-sm-n5 {
    margin: -2rem !important;
  }
  /* line 29557, app/assets/stylesheets/core.scss */
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  /* line 29560, app/assets/stylesheets/core.scss */
  .m-sm-n7 {
    margin: -3rem !important;
  }
  /* line 29563, app/assets/stylesheets/core.scss */
  .m-sm-n8 {
    margin: -3.5rem !important;
  }
  /* line 29566, app/assets/stylesheets/core.scss */
  .m-sm-n9 {
    margin: -4rem !important;
  }
  /* line 29569, app/assets/stylesheets/core.scss */
  .m-sm-n10 {
    margin: -4.5rem !important;
  }
  /* line 29572, app/assets/stylesheets/core.scss */
  .m-sm-n11 {
    margin: -5rem !important;
  }
  /* line 29575, app/assets/stylesheets/core.scss */
  .m-sm-n12 {
    margin: -5.5rem !important;
  }
  /* line 29578, app/assets/stylesheets/core.scss */
  .m-sm-n13 {
    margin: -6rem !important;
  }
  /* line 29581, app/assets/stylesheets/core.scss */
  .m-sm-n14 {
    margin: -6.5rem !important;
  }
  /* line 29584, app/assets/stylesheets/core.scss */
  .m-sm-n15 {
    margin: -7rem !important;
  }
  /* line 29587, app/assets/stylesheets/core.scss */
  .m-sm-n16 {
    margin: -7.5rem !important;
  }
  /* line 29590, app/assets/stylesheets/core.scss */
  .m-sm-n17 {
    margin: -8rem !important;
  }
  /* line 29593, app/assets/stylesheets/core.scss */
  .m-sm-n18 {
    margin: -10rem !important;
  }
  /* line 29596, app/assets/stylesheets/core.scss */
  .m-sm-n19 {
    margin: -12rem !important;
  }
  /* line 29599, app/assets/stylesheets/core.scss */
  .m-sm-n20 {
    margin: -14rem !important;
  }
  /* line 29602, app/assets/stylesheets/core.scss */
  .m-sm-n21 {
    margin: -18.5rem !important;
  }
  /* line 29605, app/assets/stylesheets/core.scss */
  .m-sm-n22 {
    margin: -22rem !important;
  }
  /* line 29608, app/assets/stylesheets/core.scss */
  .m-sm-n23 {
    margin: -35rem !important;
  }
  /* line 29611, app/assets/stylesheets/core.scss */
  .m-sm-n24 {
    margin: -40rem !important;
  }
  /* line 29614, app/assets/stylesheets/core.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 29618, app/assets/stylesheets/core.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 29622, app/assets/stylesheets/core.scss */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 29626, app/assets/stylesheets/core.scss */
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 29630, app/assets/stylesheets/core.scss */
  .mx-sm-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 29634, app/assets/stylesheets/core.scss */
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 29638, app/assets/stylesheets/core.scss */
  .mx-sm-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 29642, app/assets/stylesheets/core.scss */
  .mx-sm-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 29646, app/assets/stylesheets/core.scss */
  .mx-sm-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 29650, app/assets/stylesheets/core.scss */
  .mx-sm-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 29654, app/assets/stylesheets/core.scss */
  .mx-sm-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 29658, app/assets/stylesheets/core.scss */
  .mx-sm-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 29662, app/assets/stylesheets/core.scss */
  .mx-sm-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 29666, app/assets/stylesheets/core.scss */
  .mx-sm-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 29670, app/assets/stylesheets/core.scss */
  .mx-sm-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 29674, app/assets/stylesheets/core.scss */
  .mx-sm-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 29678, app/assets/stylesheets/core.scss */
  .mx-sm-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 29682, app/assets/stylesheets/core.scss */
  .mx-sm-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 29686, app/assets/stylesheets/core.scss */
  .mx-sm-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 29690, app/assets/stylesheets/core.scss */
  .mx-sm-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 29694, app/assets/stylesheets/core.scss */
  .mx-sm-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 29698, app/assets/stylesheets/core.scss */
  .mx-sm-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 29702, app/assets/stylesheets/core.scss */
  .mx-sm-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 29706, app/assets/stylesheets/core.scss */
  .mx-sm-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 29710, app/assets/stylesheets/core.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 29714, app/assets/stylesheets/core.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 29718, app/assets/stylesheets/core.scss */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 29722, app/assets/stylesheets/core.scss */
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 29726, app/assets/stylesheets/core.scss */
  .my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 29730, app/assets/stylesheets/core.scss */
  .my-sm-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 29734, app/assets/stylesheets/core.scss */
  .my-sm-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 29738, app/assets/stylesheets/core.scss */
  .my-sm-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 29742, app/assets/stylesheets/core.scss */
  .my-sm-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 29746, app/assets/stylesheets/core.scss */
  .my-sm-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 29750, app/assets/stylesheets/core.scss */
  .my-sm-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 29754, app/assets/stylesheets/core.scss */
  .my-sm-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 29758, app/assets/stylesheets/core.scss */
  .my-sm-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 29762, app/assets/stylesheets/core.scss */
  .my-sm-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 29766, app/assets/stylesheets/core.scss */
  .my-sm-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 29770, app/assets/stylesheets/core.scss */
  .my-sm-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 29774, app/assets/stylesheets/core.scss */
  .my-sm-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 29778, app/assets/stylesheets/core.scss */
  .my-sm-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 29782, app/assets/stylesheets/core.scss */
  .my-sm-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 29786, app/assets/stylesheets/core.scss */
  .my-sm-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 29790, app/assets/stylesheets/core.scss */
  .my-sm-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 29794, app/assets/stylesheets/core.scss */
  .my-sm-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 29798, app/assets/stylesheets/core.scss */
  .my-sm-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 29802, app/assets/stylesheets/core.scss */
  .my-sm-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 29806, app/assets/stylesheets/core.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 29809, app/assets/stylesheets/core.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 29812, app/assets/stylesheets/core.scss */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 29815, app/assets/stylesheets/core.scss */
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 29818, app/assets/stylesheets/core.scss */
  .mt-sm-n5 {
    margin-top: -2rem !important;
  }
  /* line 29821, app/assets/stylesheets/core.scss */
  .mt-sm-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 29824, app/assets/stylesheets/core.scss */
  .mt-sm-n7 {
    margin-top: -3rem !important;
  }
  /* line 29827, app/assets/stylesheets/core.scss */
  .mt-sm-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 29830, app/assets/stylesheets/core.scss */
  .mt-sm-n9 {
    margin-top: -4rem !important;
  }
  /* line 29833, app/assets/stylesheets/core.scss */
  .mt-sm-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 29836, app/assets/stylesheets/core.scss */
  .mt-sm-n11 {
    margin-top: -5rem !important;
  }
  /* line 29839, app/assets/stylesheets/core.scss */
  .mt-sm-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 29842, app/assets/stylesheets/core.scss */
  .mt-sm-n13 {
    margin-top: -6rem !important;
  }
  /* line 29845, app/assets/stylesheets/core.scss */
  .mt-sm-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 29848, app/assets/stylesheets/core.scss */
  .mt-sm-n15 {
    margin-top: -7rem !important;
  }
  /* line 29851, app/assets/stylesheets/core.scss */
  .mt-sm-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 29854, app/assets/stylesheets/core.scss */
  .mt-sm-n17 {
    margin-top: -8rem !important;
  }
  /* line 29857, app/assets/stylesheets/core.scss */
  .mt-sm-n18 {
    margin-top: -10rem !important;
  }
  /* line 29860, app/assets/stylesheets/core.scss */
  .mt-sm-n19 {
    margin-top: -12rem !important;
  }
  /* line 29863, app/assets/stylesheets/core.scss */
  .mt-sm-n20 {
    margin-top: -14rem !important;
  }
  /* line 29866, app/assets/stylesheets/core.scss */
  .mt-sm-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 29869, app/assets/stylesheets/core.scss */
  .mt-sm-n22 {
    margin-top: -22rem !important;
  }
  /* line 29872, app/assets/stylesheets/core.scss */
  .mt-sm-n23 {
    margin-top: -35rem !important;
  }
  /* line 29875, app/assets/stylesheets/core.scss */
  .mt-sm-n24 {
    margin-top: -40rem !important;
  }
  /* line 29878, app/assets/stylesheets/core.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 29881, app/assets/stylesheets/core.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 29884, app/assets/stylesheets/core.scss */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 29887, app/assets/stylesheets/core.scss */
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 29890, app/assets/stylesheets/core.scss */
  .me-sm-n5 {
    margin-right: -2rem !important;
  }
  /* line 29893, app/assets/stylesheets/core.scss */
  .me-sm-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 29896, app/assets/stylesheets/core.scss */
  .me-sm-n7 {
    margin-right: -3rem !important;
  }
  /* line 29899, app/assets/stylesheets/core.scss */
  .me-sm-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 29902, app/assets/stylesheets/core.scss */
  .me-sm-n9 {
    margin-right: -4rem !important;
  }
  /* line 29905, app/assets/stylesheets/core.scss */
  .me-sm-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 29908, app/assets/stylesheets/core.scss */
  .me-sm-n11 {
    margin-right: -5rem !important;
  }
  /* line 29911, app/assets/stylesheets/core.scss */
  .me-sm-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 29914, app/assets/stylesheets/core.scss */
  .me-sm-n13 {
    margin-right: -6rem !important;
  }
  /* line 29917, app/assets/stylesheets/core.scss */
  .me-sm-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 29920, app/assets/stylesheets/core.scss */
  .me-sm-n15 {
    margin-right: -7rem !important;
  }
  /* line 29923, app/assets/stylesheets/core.scss */
  .me-sm-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 29926, app/assets/stylesheets/core.scss */
  .me-sm-n17 {
    margin-right: -8rem !important;
  }
  /* line 29929, app/assets/stylesheets/core.scss */
  .me-sm-n18 {
    margin-right: -10rem !important;
  }
  /* line 29932, app/assets/stylesheets/core.scss */
  .me-sm-n19 {
    margin-right: -12rem !important;
  }
  /* line 29935, app/assets/stylesheets/core.scss */
  .me-sm-n20 {
    margin-right: -14rem !important;
  }
  /* line 29938, app/assets/stylesheets/core.scss */
  .me-sm-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 29941, app/assets/stylesheets/core.scss */
  .me-sm-n22 {
    margin-right: -22rem !important;
  }
  /* line 29944, app/assets/stylesheets/core.scss */
  .me-sm-n23 {
    margin-right: -35rem !important;
  }
  /* line 29947, app/assets/stylesheets/core.scss */
  .me-sm-n24 {
    margin-right: -40rem !important;
  }
  /* line 29950, app/assets/stylesheets/core.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 29953, app/assets/stylesheets/core.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 29956, app/assets/stylesheets/core.scss */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 29959, app/assets/stylesheets/core.scss */
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 29962, app/assets/stylesheets/core.scss */
  .mb-sm-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 29965, app/assets/stylesheets/core.scss */
  .mb-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 29968, app/assets/stylesheets/core.scss */
  .mb-sm-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 29971, app/assets/stylesheets/core.scss */
  .mb-sm-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 29974, app/assets/stylesheets/core.scss */
  .mb-sm-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 29977, app/assets/stylesheets/core.scss */
  .mb-sm-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 29980, app/assets/stylesheets/core.scss */
  .mb-sm-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 29983, app/assets/stylesheets/core.scss */
  .mb-sm-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 29986, app/assets/stylesheets/core.scss */
  .mb-sm-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 29989, app/assets/stylesheets/core.scss */
  .mb-sm-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 29992, app/assets/stylesheets/core.scss */
  .mb-sm-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 29995, app/assets/stylesheets/core.scss */
  .mb-sm-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 29998, app/assets/stylesheets/core.scss */
  .mb-sm-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 30001, app/assets/stylesheets/core.scss */
  .mb-sm-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 30004, app/assets/stylesheets/core.scss */
  .mb-sm-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 30007, app/assets/stylesheets/core.scss */
  .mb-sm-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 30010, app/assets/stylesheets/core.scss */
  .mb-sm-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 30013, app/assets/stylesheets/core.scss */
  .mb-sm-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 30016, app/assets/stylesheets/core.scss */
  .mb-sm-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 30019, app/assets/stylesheets/core.scss */
  .mb-sm-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 30022, app/assets/stylesheets/core.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30025, app/assets/stylesheets/core.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30028, app/assets/stylesheets/core.scss */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30031, app/assets/stylesheets/core.scss */
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30034, app/assets/stylesheets/core.scss */
  .ms-sm-n5 {
    margin-left: -2rem !important;
  }
  /* line 30037, app/assets/stylesheets/core.scss */
  .ms-sm-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 30040, app/assets/stylesheets/core.scss */
  .ms-sm-n7 {
    margin-left: -3rem !important;
  }
  /* line 30043, app/assets/stylesheets/core.scss */
  .ms-sm-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 30046, app/assets/stylesheets/core.scss */
  .ms-sm-n9 {
    margin-left: -4rem !important;
  }
  /* line 30049, app/assets/stylesheets/core.scss */
  .ms-sm-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 30052, app/assets/stylesheets/core.scss */
  .ms-sm-n11 {
    margin-left: -5rem !important;
  }
  /* line 30055, app/assets/stylesheets/core.scss */
  .ms-sm-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 30058, app/assets/stylesheets/core.scss */
  .ms-sm-n13 {
    margin-left: -6rem !important;
  }
  /* line 30061, app/assets/stylesheets/core.scss */
  .ms-sm-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 30064, app/assets/stylesheets/core.scss */
  .ms-sm-n15 {
    margin-left: -7rem !important;
  }
  /* line 30067, app/assets/stylesheets/core.scss */
  .ms-sm-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 30070, app/assets/stylesheets/core.scss */
  .ms-sm-n17 {
    margin-left: -8rem !important;
  }
  /* line 30073, app/assets/stylesheets/core.scss */
  .ms-sm-n18 {
    margin-left: -10rem !important;
  }
  /* line 30076, app/assets/stylesheets/core.scss */
  .ms-sm-n19 {
    margin-left: -12rem !important;
  }
  /* line 30079, app/assets/stylesheets/core.scss */
  .ms-sm-n20 {
    margin-left: -14rem !important;
  }
  /* line 30082, app/assets/stylesheets/core.scss */
  .ms-sm-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 30085, app/assets/stylesheets/core.scss */
  .ms-sm-n22 {
    margin-left: -22rem !important;
  }
  /* line 30088, app/assets/stylesheets/core.scss */
  .ms-sm-n23 {
    margin-left: -35rem !important;
  }
  /* line 30091, app/assets/stylesheets/core.scss */
  .ms-sm-n24 {
    margin-left: -40rem !important;
  }
  /* line 30094, app/assets/stylesheets/core.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 30097, app/assets/stylesheets/core.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 30100, app/assets/stylesheets/core.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 30103, app/assets/stylesheets/core.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 30106, app/assets/stylesheets/core.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 30109, app/assets/stylesheets/core.scss */
  .p-sm-5 {
    padding: 2rem !important;
  }
  /* line 30112, app/assets/stylesheets/core.scss */
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  /* line 30115, app/assets/stylesheets/core.scss */
  .p-sm-7 {
    padding: 3rem !important;
  }
  /* line 30118, app/assets/stylesheets/core.scss */
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  /* line 30121, app/assets/stylesheets/core.scss */
  .p-sm-9 {
    padding: 4rem !important;
  }
  /* line 30124, app/assets/stylesheets/core.scss */
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  /* line 30127, app/assets/stylesheets/core.scss */
  .p-sm-11 {
    padding: 5rem !important;
  }
  /* line 30130, app/assets/stylesheets/core.scss */
  .p-sm-12 {
    padding: 5.5rem !important;
  }
  /* line 30133, app/assets/stylesheets/core.scss */
  .p-sm-13 {
    padding: 6rem !important;
  }
  /* line 30136, app/assets/stylesheets/core.scss */
  .p-sm-14 {
    padding: 6.5rem !important;
  }
  /* line 30139, app/assets/stylesheets/core.scss */
  .p-sm-15 {
    padding: 7rem !important;
  }
  /* line 30142, app/assets/stylesheets/core.scss */
  .p-sm-16 {
    padding: 7.5rem !important;
  }
  /* line 30145, app/assets/stylesheets/core.scss */
  .p-sm-17 {
    padding: 8rem !important;
  }
  /* line 30148, app/assets/stylesheets/core.scss */
  .p-sm-18 {
    padding: 10rem !important;
  }
  /* line 30151, app/assets/stylesheets/core.scss */
  .p-sm-19 {
    padding: 12rem !important;
  }
  /* line 30154, app/assets/stylesheets/core.scss */
  .p-sm-20 {
    padding: 14rem !important;
  }
  /* line 30157, app/assets/stylesheets/core.scss */
  .p-sm-21 {
    padding: 18.5rem !important;
  }
  /* line 30160, app/assets/stylesheets/core.scss */
  .p-sm-22 {
    padding: 22rem !important;
  }
  /* line 30163, app/assets/stylesheets/core.scss */
  .p-sm-23 {
    padding: 35rem !important;
  }
  /* line 30166, app/assets/stylesheets/core.scss */
  .p-sm-24 {
    padding: 40rem !important;
  }
  /* line 30169, app/assets/stylesheets/core.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 30173, app/assets/stylesheets/core.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 30177, app/assets/stylesheets/core.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 30181, app/assets/stylesheets/core.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 30185, app/assets/stylesheets/core.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 30189, app/assets/stylesheets/core.scss */
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 30193, app/assets/stylesheets/core.scss */
  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 30197, app/assets/stylesheets/core.scss */
  .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 30201, app/assets/stylesheets/core.scss */
  .px-sm-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 30205, app/assets/stylesheets/core.scss */
  .px-sm-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 30209, app/assets/stylesheets/core.scss */
  .px-sm-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 30213, app/assets/stylesheets/core.scss */
  .px-sm-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 30217, app/assets/stylesheets/core.scss */
  .px-sm-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 30221, app/assets/stylesheets/core.scss */
  .px-sm-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 30225, app/assets/stylesheets/core.scss */
  .px-sm-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 30229, app/assets/stylesheets/core.scss */
  .px-sm-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 30233, app/assets/stylesheets/core.scss */
  .px-sm-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 30237, app/assets/stylesheets/core.scss */
  .px-sm-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 30241, app/assets/stylesheets/core.scss */
  .px-sm-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 30245, app/assets/stylesheets/core.scss */
  .px-sm-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 30249, app/assets/stylesheets/core.scss */
  .px-sm-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 30253, app/assets/stylesheets/core.scss */
  .px-sm-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 30257, app/assets/stylesheets/core.scss */
  .px-sm-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 30261, app/assets/stylesheets/core.scss */
  .px-sm-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 30265, app/assets/stylesheets/core.scss */
  .px-sm-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 30269, app/assets/stylesheets/core.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 30273, app/assets/stylesheets/core.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 30277, app/assets/stylesheets/core.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 30281, app/assets/stylesheets/core.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 30285, app/assets/stylesheets/core.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 30289, app/assets/stylesheets/core.scss */
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 30293, app/assets/stylesheets/core.scss */
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 30297, app/assets/stylesheets/core.scss */
  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 30301, app/assets/stylesheets/core.scss */
  .py-sm-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 30305, app/assets/stylesheets/core.scss */
  .py-sm-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 30309, app/assets/stylesheets/core.scss */
  .py-sm-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 30313, app/assets/stylesheets/core.scss */
  .py-sm-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 30317, app/assets/stylesheets/core.scss */
  .py-sm-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 30321, app/assets/stylesheets/core.scss */
  .py-sm-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 30325, app/assets/stylesheets/core.scss */
  .py-sm-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 30329, app/assets/stylesheets/core.scss */
  .py-sm-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 30333, app/assets/stylesheets/core.scss */
  .py-sm-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 30337, app/assets/stylesheets/core.scss */
  .py-sm-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 30341, app/assets/stylesheets/core.scss */
  .py-sm-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 30345, app/assets/stylesheets/core.scss */
  .py-sm-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 30349, app/assets/stylesheets/core.scss */
  .py-sm-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 30353, app/assets/stylesheets/core.scss */
  .py-sm-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 30357, app/assets/stylesheets/core.scss */
  .py-sm-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 30361, app/assets/stylesheets/core.scss */
  .py-sm-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 30365, app/assets/stylesheets/core.scss */
  .py-sm-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 30369, app/assets/stylesheets/core.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 30372, app/assets/stylesheets/core.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 30375, app/assets/stylesheets/core.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 30378, app/assets/stylesheets/core.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 30381, app/assets/stylesheets/core.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 30384, app/assets/stylesheets/core.scss */
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  /* line 30387, app/assets/stylesheets/core.scss */
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  /* line 30390, app/assets/stylesheets/core.scss */
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  /* line 30393, app/assets/stylesheets/core.scss */
  .pt-sm-8 {
    padding-top: 3.5rem !important;
  }
  /* line 30396, app/assets/stylesheets/core.scss */
  .pt-sm-9 {
    padding-top: 4rem !important;
  }
  /* line 30399, app/assets/stylesheets/core.scss */
  .pt-sm-10 {
    padding-top: 4.5rem !important;
  }
  /* line 30402, app/assets/stylesheets/core.scss */
  .pt-sm-11 {
    padding-top: 5rem !important;
  }
  /* line 30405, app/assets/stylesheets/core.scss */
  .pt-sm-12 {
    padding-top: 5.5rem !important;
  }
  /* line 30408, app/assets/stylesheets/core.scss */
  .pt-sm-13 {
    padding-top: 6rem !important;
  }
  /* line 30411, app/assets/stylesheets/core.scss */
  .pt-sm-14 {
    padding-top: 6.5rem !important;
  }
  /* line 30414, app/assets/stylesheets/core.scss */
  .pt-sm-15 {
    padding-top: 7rem !important;
  }
  /* line 30417, app/assets/stylesheets/core.scss */
  .pt-sm-16 {
    padding-top: 7.5rem !important;
  }
  /* line 30420, app/assets/stylesheets/core.scss */
  .pt-sm-17 {
    padding-top: 8rem !important;
  }
  /* line 30423, app/assets/stylesheets/core.scss */
  .pt-sm-18 {
    padding-top: 10rem !important;
  }
  /* line 30426, app/assets/stylesheets/core.scss */
  .pt-sm-19 {
    padding-top: 12rem !important;
  }
  /* line 30429, app/assets/stylesheets/core.scss */
  .pt-sm-20 {
    padding-top: 14rem !important;
  }
  /* line 30432, app/assets/stylesheets/core.scss */
  .pt-sm-21 {
    padding-top: 18.5rem !important;
  }
  /* line 30435, app/assets/stylesheets/core.scss */
  .pt-sm-22 {
    padding-top: 22rem !important;
  }
  /* line 30438, app/assets/stylesheets/core.scss */
  .pt-sm-23 {
    padding-top: 35rem !important;
  }
  /* line 30441, app/assets/stylesheets/core.scss */
  .pt-sm-24 {
    padding-top: 40rem !important;
  }
  /* line 30444, app/assets/stylesheets/core.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 30447, app/assets/stylesheets/core.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 30450, app/assets/stylesheets/core.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 30453, app/assets/stylesheets/core.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 30456, app/assets/stylesheets/core.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 30459, app/assets/stylesheets/core.scss */
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  /* line 30462, app/assets/stylesheets/core.scss */
  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  /* line 30465, app/assets/stylesheets/core.scss */
  .pe-sm-7 {
    padding-right: 3rem !important;
  }
  /* line 30468, app/assets/stylesheets/core.scss */
  .pe-sm-8 {
    padding-right: 3.5rem !important;
  }
  /* line 30471, app/assets/stylesheets/core.scss */
  .pe-sm-9 {
    padding-right: 4rem !important;
  }
  /* line 30474, app/assets/stylesheets/core.scss */
  .pe-sm-10 {
    padding-right: 4.5rem !important;
  }
  /* line 30477, app/assets/stylesheets/core.scss */
  .pe-sm-11 {
    padding-right: 5rem !important;
  }
  /* line 30480, app/assets/stylesheets/core.scss */
  .pe-sm-12 {
    padding-right: 5.5rem !important;
  }
  /* line 30483, app/assets/stylesheets/core.scss */
  .pe-sm-13 {
    padding-right: 6rem !important;
  }
  /* line 30486, app/assets/stylesheets/core.scss */
  .pe-sm-14 {
    padding-right: 6.5rem !important;
  }
  /* line 30489, app/assets/stylesheets/core.scss */
  .pe-sm-15 {
    padding-right: 7rem !important;
  }
  /* line 30492, app/assets/stylesheets/core.scss */
  .pe-sm-16 {
    padding-right: 7.5rem !important;
  }
  /* line 30495, app/assets/stylesheets/core.scss */
  .pe-sm-17 {
    padding-right: 8rem !important;
  }
  /* line 30498, app/assets/stylesheets/core.scss */
  .pe-sm-18 {
    padding-right: 10rem !important;
  }
  /* line 30501, app/assets/stylesheets/core.scss */
  .pe-sm-19 {
    padding-right: 12rem !important;
  }
  /* line 30504, app/assets/stylesheets/core.scss */
  .pe-sm-20 {
    padding-right: 14rem !important;
  }
  /* line 30507, app/assets/stylesheets/core.scss */
  .pe-sm-21 {
    padding-right: 18.5rem !important;
  }
  /* line 30510, app/assets/stylesheets/core.scss */
  .pe-sm-22 {
    padding-right: 22rem !important;
  }
  /* line 30513, app/assets/stylesheets/core.scss */
  .pe-sm-23 {
    padding-right: 35rem !important;
  }
  /* line 30516, app/assets/stylesheets/core.scss */
  .pe-sm-24 {
    padding-right: 40rem !important;
  }
  /* line 30519, app/assets/stylesheets/core.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 30522, app/assets/stylesheets/core.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 30525, app/assets/stylesheets/core.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 30528, app/assets/stylesheets/core.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 30531, app/assets/stylesheets/core.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 30534, app/assets/stylesheets/core.scss */
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  /* line 30537, app/assets/stylesheets/core.scss */
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 30540, app/assets/stylesheets/core.scss */
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  /* line 30543, app/assets/stylesheets/core.scss */
  .pb-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 30546, app/assets/stylesheets/core.scss */
  .pb-sm-9 {
    padding-bottom: 4rem !important;
  }
  /* line 30549, app/assets/stylesheets/core.scss */
  .pb-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 30552, app/assets/stylesheets/core.scss */
  .pb-sm-11 {
    padding-bottom: 5rem !important;
  }
  /* line 30555, app/assets/stylesheets/core.scss */
  .pb-sm-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 30558, app/assets/stylesheets/core.scss */
  .pb-sm-13 {
    padding-bottom: 6rem !important;
  }
  /* line 30561, app/assets/stylesheets/core.scss */
  .pb-sm-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 30564, app/assets/stylesheets/core.scss */
  .pb-sm-15 {
    padding-bottom: 7rem !important;
  }
  /* line 30567, app/assets/stylesheets/core.scss */
  .pb-sm-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 30570, app/assets/stylesheets/core.scss */
  .pb-sm-17 {
    padding-bottom: 8rem !important;
  }
  /* line 30573, app/assets/stylesheets/core.scss */
  .pb-sm-18 {
    padding-bottom: 10rem !important;
  }
  /* line 30576, app/assets/stylesheets/core.scss */
  .pb-sm-19 {
    padding-bottom: 12rem !important;
  }
  /* line 30579, app/assets/stylesheets/core.scss */
  .pb-sm-20 {
    padding-bottom: 14rem !important;
  }
  /* line 30582, app/assets/stylesheets/core.scss */
  .pb-sm-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 30585, app/assets/stylesheets/core.scss */
  .pb-sm-22 {
    padding-bottom: 22rem !important;
  }
  /* line 30588, app/assets/stylesheets/core.scss */
  .pb-sm-23 {
    padding-bottom: 35rem !important;
  }
  /* line 30591, app/assets/stylesheets/core.scss */
  .pb-sm-24 {
    padding-bottom: 40rem !important;
  }
  /* line 30594, app/assets/stylesheets/core.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 30597, app/assets/stylesheets/core.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 30600, app/assets/stylesheets/core.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 30603, app/assets/stylesheets/core.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 30606, app/assets/stylesheets/core.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 30609, app/assets/stylesheets/core.scss */
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  /* line 30612, app/assets/stylesheets/core.scss */
  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  /* line 30615, app/assets/stylesheets/core.scss */
  .ps-sm-7 {
    padding-left: 3rem !important;
  }
  /* line 30618, app/assets/stylesheets/core.scss */
  .ps-sm-8 {
    padding-left: 3.5rem !important;
  }
  /* line 30621, app/assets/stylesheets/core.scss */
  .ps-sm-9 {
    padding-left: 4rem !important;
  }
  /* line 30624, app/assets/stylesheets/core.scss */
  .ps-sm-10 {
    padding-left: 4.5rem !important;
  }
  /* line 30627, app/assets/stylesheets/core.scss */
  .ps-sm-11 {
    padding-left: 5rem !important;
  }
  /* line 30630, app/assets/stylesheets/core.scss */
  .ps-sm-12 {
    padding-left: 5.5rem !important;
  }
  /* line 30633, app/assets/stylesheets/core.scss */
  .ps-sm-13 {
    padding-left: 6rem !important;
  }
  /* line 30636, app/assets/stylesheets/core.scss */
  .ps-sm-14 {
    padding-left: 6.5rem !important;
  }
  /* line 30639, app/assets/stylesheets/core.scss */
  .ps-sm-15 {
    padding-left: 7rem !important;
  }
  /* line 30642, app/assets/stylesheets/core.scss */
  .ps-sm-16 {
    padding-left: 7.5rem !important;
  }
  /* line 30645, app/assets/stylesheets/core.scss */
  .ps-sm-17 {
    padding-left: 8rem !important;
  }
  /* line 30648, app/assets/stylesheets/core.scss */
  .ps-sm-18 {
    padding-left: 10rem !important;
  }
  /* line 30651, app/assets/stylesheets/core.scss */
  .ps-sm-19 {
    padding-left: 12rem !important;
  }
  /* line 30654, app/assets/stylesheets/core.scss */
  .ps-sm-20 {
    padding-left: 14rem !important;
  }
  /* line 30657, app/assets/stylesheets/core.scss */
  .ps-sm-21 {
    padding-left: 18.5rem !important;
  }
  /* line 30660, app/assets/stylesheets/core.scss */
  .ps-sm-22 {
    padding-left: 22rem !important;
  }
  /* line 30663, app/assets/stylesheets/core.scss */
  .ps-sm-23 {
    padding-left: 35rem !important;
  }
  /* line 30666, app/assets/stylesheets/core.scss */
  .ps-sm-24 {
    padding-left: 40rem !important;
  }
  /* line 30669, app/assets/stylesheets/core.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 30672, app/assets/stylesheets/core.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 30675, app/assets/stylesheets/core.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 30678, app/assets/stylesheets/core.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 30681, app/assets/stylesheets/core.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 30684, app/assets/stylesheets/core.scss */
  .gap-sm-5 {
    gap: 2rem !important;
  }
  /* line 30687, app/assets/stylesheets/core.scss */
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  /* line 30690, app/assets/stylesheets/core.scss */
  .gap-sm-7 {
    gap: 3rem !important;
  }
  /* line 30693, app/assets/stylesheets/core.scss */
  .gap-sm-8 {
    gap: 3.5rem !important;
  }
  /* line 30696, app/assets/stylesheets/core.scss */
  .gap-sm-9 {
    gap: 4rem !important;
  }
  /* line 30699, app/assets/stylesheets/core.scss */
  .gap-sm-10 {
    gap: 4.5rem !important;
  }
  /* line 30702, app/assets/stylesheets/core.scss */
  .gap-sm-11 {
    gap: 5rem !important;
  }
  /* line 30705, app/assets/stylesheets/core.scss */
  .gap-sm-12 {
    gap: 5.5rem !important;
  }
  /* line 30708, app/assets/stylesheets/core.scss */
  .gap-sm-13 {
    gap: 6rem !important;
  }
  /* line 30711, app/assets/stylesheets/core.scss */
  .gap-sm-14 {
    gap: 6.5rem !important;
  }
  /* line 30714, app/assets/stylesheets/core.scss */
  .gap-sm-15 {
    gap: 7rem !important;
  }
  /* line 30717, app/assets/stylesheets/core.scss */
  .gap-sm-16 {
    gap: 7.5rem !important;
  }
  /* line 30720, app/assets/stylesheets/core.scss */
  .gap-sm-17 {
    gap: 8rem !important;
  }
  /* line 30723, app/assets/stylesheets/core.scss */
  .gap-sm-18 {
    gap: 10rem !important;
  }
  /* line 30726, app/assets/stylesheets/core.scss */
  .gap-sm-19 {
    gap: 12rem !important;
  }
  /* line 30729, app/assets/stylesheets/core.scss */
  .gap-sm-20 {
    gap: 14rem !important;
  }
  /* line 30732, app/assets/stylesheets/core.scss */
  .gap-sm-21 {
    gap: 18.5rem !important;
  }
  /* line 30735, app/assets/stylesheets/core.scss */
  .gap-sm-22 {
    gap: 22rem !important;
  }
  /* line 30738, app/assets/stylesheets/core.scss */
  .gap-sm-23 {
    gap: 35rem !important;
  }
  /* line 30741, app/assets/stylesheets/core.scss */
  .gap-sm-24 {
    gap: 40rem !important;
  }
  /* line 30744, app/assets/stylesheets/core.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 30747, app/assets/stylesheets/core.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 30750, app/assets/stylesheets/core.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 30753, app/assets/stylesheets/core.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 30756, app/assets/stylesheets/core.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 30759, app/assets/stylesheets/core.scss */
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  /* line 30762, app/assets/stylesheets/core.scss */
  .row-gap-sm-6 {
    row-gap: 2.5rem !important;
  }
  /* line 30765, app/assets/stylesheets/core.scss */
  .row-gap-sm-7 {
    row-gap: 3rem !important;
  }
  /* line 30768, app/assets/stylesheets/core.scss */
  .row-gap-sm-8 {
    row-gap: 3.5rem !important;
  }
  /* line 30771, app/assets/stylesheets/core.scss */
  .row-gap-sm-9 {
    row-gap: 4rem !important;
  }
  /* line 30774, app/assets/stylesheets/core.scss */
  .row-gap-sm-10 {
    row-gap: 4.5rem !important;
  }
  /* line 30777, app/assets/stylesheets/core.scss */
  .row-gap-sm-11 {
    row-gap: 5rem !important;
  }
  /* line 30780, app/assets/stylesheets/core.scss */
  .row-gap-sm-12 {
    row-gap: 5.5rem !important;
  }
  /* line 30783, app/assets/stylesheets/core.scss */
  .row-gap-sm-13 {
    row-gap: 6rem !important;
  }
  /* line 30786, app/assets/stylesheets/core.scss */
  .row-gap-sm-14 {
    row-gap: 6.5rem !important;
  }
  /* line 30789, app/assets/stylesheets/core.scss */
  .row-gap-sm-15 {
    row-gap: 7rem !important;
  }
  /* line 30792, app/assets/stylesheets/core.scss */
  .row-gap-sm-16 {
    row-gap: 7.5rem !important;
  }
  /* line 30795, app/assets/stylesheets/core.scss */
  .row-gap-sm-17 {
    row-gap: 8rem !important;
  }
  /* line 30798, app/assets/stylesheets/core.scss */
  .row-gap-sm-18 {
    row-gap: 10rem !important;
  }
  /* line 30801, app/assets/stylesheets/core.scss */
  .row-gap-sm-19 {
    row-gap: 12rem !important;
  }
  /* line 30804, app/assets/stylesheets/core.scss */
  .row-gap-sm-20 {
    row-gap: 14rem !important;
  }
  /* line 30807, app/assets/stylesheets/core.scss */
  .row-gap-sm-21 {
    row-gap: 18.5rem !important;
  }
  /* line 30810, app/assets/stylesheets/core.scss */
  .row-gap-sm-22 {
    row-gap: 22rem !important;
  }
  /* line 30813, app/assets/stylesheets/core.scss */
  .row-gap-sm-23 {
    row-gap: 35rem !important;
  }
  /* line 30816, app/assets/stylesheets/core.scss */
  .row-gap-sm-24 {
    row-gap: 40rem !important;
  }
  /* line 30819, app/assets/stylesheets/core.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 30823, app/assets/stylesheets/core.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 30827, app/assets/stylesheets/core.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 30831, app/assets/stylesheets/core.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 30835, app/assets/stylesheets/core.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 30839, app/assets/stylesheets/core.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 30843, app/assets/stylesheets/core.scss */
  .column-gap-sm-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 30847, app/assets/stylesheets/core.scss */
  .column-gap-sm-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 30851, app/assets/stylesheets/core.scss */
  .column-gap-sm-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 30855, app/assets/stylesheets/core.scss */
  .column-gap-sm-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 30859, app/assets/stylesheets/core.scss */
  .column-gap-sm-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 30863, app/assets/stylesheets/core.scss */
  .column-gap-sm-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 30867, app/assets/stylesheets/core.scss */
  .column-gap-sm-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 30871, app/assets/stylesheets/core.scss */
  .column-gap-sm-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 30875, app/assets/stylesheets/core.scss */
  .column-gap-sm-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 30879, app/assets/stylesheets/core.scss */
  .column-gap-sm-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 30883, app/assets/stylesheets/core.scss */
  .column-gap-sm-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 30887, app/assets/stylesheets/core.scss */
  .column-gap-sm-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 30891, app/assets/stylesheets/core.scss */
  .column-gap-sm-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 30895, app/assets/stylesheets/core.scss */
  .column-gap-sm-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 30899, app/assets/stylesheets/core.scss */
  .column-gap-sm-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 30903, app/assets/stylesheets/core.scss */
  .column-gap-sm-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 30907, app/assets/stylesheets/core.scss */
  .column-gap-sm-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 30911, app/assets/stylesheets/core.scss */
  .column-gap-sm-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 30915, app/assets/stylesheets/core.scss */
  .column-gap-sm-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 30919, app/assets/stylesheets/core.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 30922, app/assets/stylesheets/core.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 30925, app/assets/stylesheets/core.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 30930, app/assets/stylesheets/core.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 30933, app/assets/stylesheets/core.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 30936, app/assets/stylesheets/core.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 30939, app/assets/stylesheets/core.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 30943, app/assets/stylesheets/core.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 30947, app/assets/stylesheets/core.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 30951, app/assets/stylesheets/core.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 30955, app/assets/stylesheets/core.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 30959, app/assets/stylesheets/core.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 30962, app/assets/stylesheets/core.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 30965, app/assets/stylesheets/core.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 30968, app/assets/stylesheets/core.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 30971, app/assets/stylesheets/core.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 30974, app/assets/stylesheets/core.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 30977, app/assets/stylesheets/core.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 30980, app/assets/stylesheets/core.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 30983, app/assets/stylesheets/core.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 30986, app/assets/stylesheets/core.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 30989, app/assets/stylesheets/core.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 30992, app/assets/stylesheets/core.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 30995, app/assets/stylesheets/core.scss */
  .w-md-30 {
    width: 30% !important;
  }
  /* line 30998, app/assets/stylesheets/core.scss */
  .w-md-40 {
    width: 40% !important;
  }
  /* line 31001, app/assets/stylesheets/core.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 31004, app/assets/stylesheets/core.scss */
  .w-md-65 {
    width: 65% !important;
  }
  /* line 31007, app/assets/stylesheets/core.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 31010, app/assets/stylesheets/core.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 31013, app/assets/stylesheets/core.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 31016, app/assets/stylesheets/core.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 31019, app/assets/stylesheets/core.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 31022, app/assets/stylesheets/core.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 31025, app/assets/stylesheets/core.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 31028, app/assets/stylesheets/core.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 31031, app/assets/stylesheets/core.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 31034, app/assets/stylesheets/core.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 31037, app/assets/stylesheets/core.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 31040, app/assets/stylesheets/core.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 31043, app/assets/stylesheets/core.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 31046, app/assets/stylesheets/core.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 31049, app/assets/stylesheets/core.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 31052, app/assets/stylesheets/core.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 31055, app/assets/stylesheets/core.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 31058, app/assets/stylesheets/core.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 31061, app/assets/stylesheets/core.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 31064, app/assets/stylesheets/core.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31067, app/assets/stylesheets/core.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 31070, app/assets/stylesheets/core.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 31073, app/assets/stylesheets/core.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 31076, app/assets/stylesheets/core.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 31079, app/assets/stylesheets/core.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 31082, app/assets/stylesheets/core.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 31085, app/assets/stylesheets/core.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 31088, app/assets/stylesheets/core.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 31091, app/assets/stylesheets/core.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 31094, app/assets/stylesheets/core.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 31097, app/assets/stylesheets/core.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 31100, app/assets/stylesheets/core.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 31103, app/assets/stylesheets/core.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 31106, app/assets/stylesheets/core.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 31109, app/assets/stylesheets/core.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 31112, app/assets/stylesheets/core.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 31115, app/assets/stylesheets/core.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 31118, app/assets/stylesheets/core.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 31121, app/assets/stylesheets/core.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 31124, app/assets/stylesheets/core.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 31127, app/assets/stylesheets/core.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 31130, app/assets/stylesheets/core.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 31133, app/assets/stylesheets/core.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 31136, app/assets/stylesheets/core.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 31139, app/assets/stylesheets/core.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 31142, app/assets/stylesheets/core.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 31145, app/assets/stylesheets/core.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 31148, app/assets/stylesheets/core.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 31151, app/assets/stylesheets/core.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 31154, app/assets/stylesheets/core.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 31157, app/assets/stylesheets/core.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 31160, app/assets/stylesheets/core.scss */
  .m-md-5 {
    margin: 2rem !important;
  }
  /* line 31163, app/assets/stylesheets/core.scss */
  .m-md-6 {
    margin: 2.5rem !important;
  }
  /* line 31166, app/assets/stylesheets/core.scss */
  .m-md-7 {
    margin: 3rem !important;
  }
  /* line 31169, app/assets/stylesheets/core.scss */
  .m-md-8 {
    margin: 3.5rem !important;
  }
  /* line 31172, app/assets/stylesheets/core.scss */
  .m-md-9 {
    margin: 4rem !important;
  }
  /* line 31175, app/assets/stylesheets/core.scss */
  .m-md-10 {
    margin: 4.5rem !important;
  }
  /* line 31178, app/assets/stylesheets/core.scss */
  .m-md-11 {
    margin: 5rem !important;
  }
  /* line 31181, app/assets/stylesheets/core.scss */
  .m-md-12 {
    margin: 5.5rem !important;
  }
  /* line 31184, app/assets/stylesheets/core.scss */
  .m-md-13 {
    margin: 6rem !important;
  }
  /* line 31187, app/assets/stylesheets/core.scss */
  .m-md-14 {
    margin: 6.5rem !important;
  }
  /* line 31190, app/assets/stylesheets/core.scss */
  .m-md-15 {
    margin: 7rem !important;
  }
  /* line 31193, app/assets/stylesheets/core.scss */
  .m-md-16 {
    margin: 7.5rem !important;
  }
  /* line 31196, app/assets/stylesheets/core.scss */
  .m-md-17 {
    margin: 8rem !important;
  }
  /* line 31199, app/assets/stylesheets/core.scss */
  .m-md-18 {
    margin: 10rem !important;
  }
  /* line 31202, app/assets/stylesheets/core.scss */
  .m-md-19 {
    margin: 12rem !important;
  }
  /* line 31205, app/assets/stylesheets/core.scss */
  .m-md-20 {
    margin: 14rem !important;
  }
  /* line 31208, app/assets/stylesheets/core.scss */
  .m-md-21 {
    margin: 18.5rem !important;
  }
  /* line 31211, app/assets/stylesheets/core.scss */
  .m-md-22 {
    margin: 22rem !important;
  }
  /* line 31214, app/assets/stylesheets/core.scss */
  .m-md-23 {
    margin: 35rem !important;
  }
  /* line 31217, app/assets/stylesheets/core.scss */
  .m-md-24 {
    margin: 40rem !important;
  }
  /* line 31220, app/assets/stylesheets/core.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 31223, app/assets/stylesheets/core.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 31227, app/assets/stylesheets/core.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 31231, app/assets/stylesheets/core.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 31235, app/assets/stylesheets/core.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 31239, app/assets/stylesheets/core.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 31243, app/assets/stylesheets/core.scss */
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 31247, app/assets/stylesheets/core.scss */
  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 31251, app/assets/stylesheets/core.scss */
  .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 31255, app/assets/stylesheets/core.scss */
  .mx-md-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 31259, app/assets/stylesheets/core.scss */
  .mx-md-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 31263, app/assets/stylesheets/core.scss */
  .mx-md-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 31267, app/assets/stylesheets/core.scss */
  .mx-md-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 31271, app/assets/stylesheets/core.scss */
  .mx-md-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 31275, app/assets/stylesheets/core.scss */
  .mx-md-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 31279, app/assets/stylesheets/core.scss */
  .mx-md-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 31283, app/assets/stylesheets/core.scss */
  .mx-md-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 31287, app/assets/stylesheets/core.scss */
  .mx-md-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 31291, app/assets/stylesheets/core.scss */
  .mx-md-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 31295, app/assets/stylesheets/core.scss */
  .mx-md-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 31299, app/assets/stylesheets/core.scss */
  .mx-md-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 31303, app/assets/stylesheets/core.scss */
  .mx-md-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 31307, app/assets/stylesheets/core.scss */
  .mx-md-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 31311, app/assets/stylesheets/core.scss */
  .mx-md-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 31315, app/assets/stylesheets/core.scss */
  .mx-md-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 31319, app/assets/stylesheets/core.scss */
  .mx-md-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 31323, app/assets/stylesheets/core.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 31327, app/assets/stylesheets/core.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 31331, app/assets/stylesheets/core.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 31335, app/assets/stylesheets/core.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 31339, app/assets/stylesheets/core.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 31343, app/assets/stylesheets/core.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 31347, app/assets/stylesheets/core.scss */
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 31351, app/assets/stylesheets/core.scss */
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 31355, app/assets/stylesheets/core.scss */
  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 31359, app/assets/stylesheets/core.scss */
  .my-md-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 31363, app/assets/stylesheets/core.scss */
  .my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 31367, app/assets/stylesheets/core.scss */
  .my-md-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 31371, app/assets/stylesheets/core.scss */
  .my-md-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 31375, app/assets/stylesheets/core.scss */
  .my-md-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 31379, app/assets/stylesheets/core.scss */
  .my-md-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 31383, app/assets/stylesheets/core.scss */
  .my-md-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 31387, app/assets/stylesheets/core.scss */
  .my-md-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 31391, app/assets/stylesheets/core.scss */
  .my-md-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 31395, app/assets/stylesheets/core.scss */
  .my-md-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 31399, app/assets/stylesheets/core.scss */
  .my-md-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 31403, app/assets/stylesheets/core.scss */
  .my-md-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 31407, app/assets/stylesheets/core.scss */
  .my-md-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 31411, app/assets/stylesheets/core.scss */
  .my-md-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 31415, app/assets/stylesheets/core.scss */
  .my-md-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 31419, app/assets/stylesheets/core.scss */
  .my-md-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 31423, app/assets/stylesheets/core.scss */
  .my-md-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 31427, app/assets/stylesheets/core.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 31431, app/assets/stylesheets/core.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 31434, app/assets/stylesheets/core.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 31437, app/assets/stylesheets/core.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 31440, app/assets/stylesheets/core.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 31443, app/assets/stylesheets/core.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 31446, app/assets/stylesheets/core.scss */
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  /* line 31449, app/assets/stylesheets/core.scss */
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  /* line 31452, app/assets/stylesheets/core.scss */
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  /* line 31455, app/assets/stylesheets/core.scss */
  .mt-md-8 {
    margin-top: 3.5rem !important;
  }
  /* line 31458, app/assets/stylesheets/core.scss */
  .mt-md-9 {
    margin-top: 4rem !important;
  }
  /* line 31461, app/assets/stylesheets/core.scss */
  .mt-md-10 {
    margin-top: 4.5rem !important;
  }
  /* line 31464, app/assets/stylesheets/core.scss */
  .mt-md-11 {
    margin-top: 5rem !important;
  }
  /* line 31467, app/assets/stylesheets/core.scss */
  .mt-md-12 {
    margin-top: 5.5rem !important;
  }
  /* line 31470, app/assets/stylesheets/core.scss */
  .mt-md-13 {
    margin-top: 6rem !important;
  }
  /* line 31473, app/assets/stylesheets/core.scss */
  .mt-md-14 {
    margin-top: 6.5rem !important;
  }
  /* line 31476, app/assets/stylesheets/core.scss */
  .mt-md-15 {
    margin-top: 7rem !important;
  }
  /* line 31479, app/assets/stylesheets/core.scss */
  .mt-md-16 {
    margin-top: 7.5rem !important;
  }
  /* line 31482, app/assets/stylesheets/core.scss */
  .mt-md-17 {
    margin-top: 8rem !important;
  }
  /* line 31485, app/assets/stylesheets/core.scss */
  .mt-md-18 {
    margin-top: 10rem !important;
  }
  /* line 31488, app/assets/stylesheets/core.scss */
  .mt-md-19 {
    margin-top: 12rem !important;
  }
  /* line 31491, app/assets/stylesheets/core.scss */
  .mt-md-20 {
    margin-top: 14rem !important;
  }
  /* line 31494, app/assets/stylesheets/core.scss */
  .mt-md-21 {
    margin-top: 18.5rem !important;
  }
  /* line 31497, app/assets/stylesheets/core.scss */
  .mt-md-22 {
    margin-top: 22rem !important;
  }
  /* line 31500, app/assets/stylesheets/core.scss */
  .mt-md-23 {
    margin-top: 35rem !important;
  }
  /* line 31503, app/assets/stylesheets/core.scss */
  .mt-md-24 {
    margin-top: 40rem !important;
  }
  /* line 31506, app/assets/stylesheets/core.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 31509, app/assets/stylesheets/core.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 31512, app/assets/stylesheets/core.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 31515, app/assets/stylesheets/core.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 31518, app/assets/stylesheets/core.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 31521, app/assets/stylesheets/core.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 31524, app/assets/stylesheets/core.scss */
  .me-md-5 {
    margin-right: 2rem !important;
  }
  /* line 31527, app/assets/stylesheets/core.scss */
  .me-md-6 {
    margin-right: 2.5rem !important;
  }
  /* line 31530, app/assets/stylesheets/core.scss */
  .me-md-7 {
    margin-right: 3rem !important;
  }
  /* line 31533, app/assets/stylesheets/core.scss */
  .me-md-8 {
    margin-right: 3.5rem !important;
  }
  /* line 31536, app/assets/stylesheets/core.scss */
  .me-md-9 {
    margin-right: 4rem !important;
  }
  /* line 31539, app/assets/stylesheets/core.scss */
  .me-md-10 {
    margin-right: 4.5rem !important;
  }
  /* line 31542, app/assets/stylesheets/core.scss */
  .me-md-11 {
    margin-right: 5rem !important;
  }
  /* line 31545, app/assets/stylesheets/core.scss */
  .me-md-12 {
    margin-right: 5.5rem !important;
  }
  /* line 31548, app/assets/stylesheets/core.scss */
  .me-md-13 {
    margin-right: 6rem !important;
  }
  /* line 31551, app/assets/stylesheets/core.scss */
  .me-md-14 {
    margin-right: 6.5rem !important;
  }
  /* line 31554, app/assets/stylesheets/core.scss */
  .me-md-15 {
    margin-right: 7rem !important;
  }
  /* line 31557, app/assets/stylesheets/core.scss */
  .me-md-16 {
    margin-right: 7.5rem !important;
  }
  /* line 31560, app/assets/stylesheets/core.scss */
  .me-md-17 {
    margin-right: 8rem !important;
  }
  /* line 31563, app/assets/stylesheets/core.scss */
  .me-md-18 {
    margin-right: 10rem !important;
  }
  /* line 31566, app/assets/stylesheets/core.scss */
  .me-md-19 {
    margin-right: 12rem !important;
  }
  /* line 31569, app/assets/stylesheets/core.scss */
  .me-md-20 {
    margin-right: 14rem !important;
  }
  /* line 31572, app/assets/stylesheets/core.scss */
  .me-md-21 {
    margin-right: 18.5rem !important;
  }
  /* line 31575, app/assets/stylesheets/core.scss */
  .me-md-22 {
    margin-right: 22rem !important;
  }
  /* line 31578, app/assets/stylesheets/core.scss */
  .me-md-23 {
    margin-right: 35rem !important;
  }
  /* line 31581, app/assets/stylesheets/core.scss */
  .me-md-24 {
    margin-right: 40rem !important;
  }
  /* line 31584, app/assets/stylesheets/core.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 31587, app/assets/stylesheets/core.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 31590, app/assets/stylesheets/core.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 31593, app/assets/stylesheets/core.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 31596, app/assets/stylesheets/core.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 31599, app/assets/stylesheets/core.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 31602, app/assets/stylesheets/core.scss */
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  /* line 31605, app/assets/stylesheets/core.scss */
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 31608, app/assets/stylesheets/core.scss */
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  /* line 31611, app/assets/stylesheets/core.scss */
  .mb-md-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 31614, app/assets/stylesheets/core.scss */
  .mb-md-9 {
    margin-bottom: 4rem !important;
  }
  /* line 31617, app/assets/stylesheets/core.scss */
  .mb-md-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 31620, app/assets/stylesheets/core.scss */
  .mb-md-11 {
    margin-bottom: 5rem !important;
  }
  /* line 31623, app/assets/stylesheets/core.scss */
  .mb-md-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 31626, app/assets/stylesheets/core.scss */
  .mb-md-13 {
    margin-bottom: 6rem !important;
  }
  /* line 31629, app/assets/stylesheets/core.scss */
  .mb-md-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 31632, app/assets/stylesheets/core.scss */
  .mb-md-15 {
    margin-bottom: 7rem !important;
  }
  /* line 31635, app/assets/stylesheets/core.scss */
  .mb-md-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 31638, app/assets/stylesheets/core.scss */
  .mb-md-17 {
    margin-bottom: 8rem !important;
  }
  /* line 31641, app/assets/stylesheets/core.scss */
  .mb-md-18 {
    margin-bottom: 10rem !important;
  }
  /* line 31644, app/assets/stylesheets/core.scss */
  .mb-md-19 {
    margin-bottom: 12rem !important;
  }
  /* line 31647, app/assets/stylesheets/core.scss */
  .mb-md-20 {
    margin-bottom: 14rem !important;
  }
  /* line 31650, app/assets/stylesheets/core.scss */
  .mb-md-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 31653, app/assets/stylesheets/core.scss */
  .mb-md-22 {
    margin-bottom: 22rem !important;
  }
  /* line 31656, app/assets/stylesheets/core.scss */
  .mb-md-23 {
    margin-bottom: 35rem !important;
  }
  /* line 31659, app/assets/stylesheets/core.scss */
  .mb-md-24 {
    margin-bottom: 40rem !important;
  }
  /* line 31662, app/assets/stylesheets/core.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 31665, app/assets/stylesheets/core.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 31668, app/assets/stylesheets/core.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 31671, app/assets/stylesheets/core.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 31674, app/assets/stylesheets/core.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 31677, app/assets/stylesheets/core.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 31680, app/assets/stylesheets/core.scss */
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  /* line 31683, app/assets/stylesheets/core.scss */
  .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  /* line 31686, app/assets/stylesheets/core.scss */
  .ms-md-7 {
    margin-left: 3rem !important;
  }
  /* line 31689, app/assets/stylesheets/core.scss */
  .ms-md-8 {
    margin-left: 3.5rem !important;
  }
  /* line 31692, app/assets/stylesheets/core.scss */
  .ms-md-9 {
    margin-left: 4rem !important;
  }
  /* line 31695, app/assets/stylesheets/core.scss */
  .ms-md-10 {
    margin-left: 4.5rem !important;
  }
  /* line 31698, app/assets/stylesheets/core.scss */
  .ms-md-11 {
    margin-left: 5rem !important;
  }
  /* line 31701, app/assets/stylesheets/core.scss */
  .ms-md-12 {
    margin-left: 5.5rem !important;
  }
  /* line 31704, app/assets/stylesheets/core.scss */
  .ms-md-13 {
    margin-left: 6rem !important;
  }
  /* line 31707, app/assets/stylesheets/core.scss */
  .ms-md-14 {
    margin-left: 6.5rem !important;
  }
  /* line 31710, app/assets/stylesheets/core.scss */
  .ms-md-15 {
    margin-left: 7rem !important;
  }
  /* line 31713, app/assets/stylesheets/core.scss */
  .ms-md-16 {
    margin-left: 7.5rem !important;
  }
  /* line 31716, app/assets/stylesheets/core.scss */
  .ms-md-17 {
    margin-left: 8rem !important;
  }
  /* line 31719, app/assets/stylesheets/core.scss */
  .ms-md-18 {
    margin-left: 10rem !important;
  }
  /* line 31722, app/assets/stylesheets/core.scss */
  .ms-md-19 {
    margin-left: 12rem !important;
  }
  /* line 31725, app/assets/stylesheets/core.scss */
  .ms-md-20 {
    margin-left: 14rem !important;
  }
  /* line 31728, app/assets/stylesheets/core.scss */
  .ms-md-21 {
    margin-left: 18.5rem !important;
  }
  /* line 31731, app/assets/stylesheets/core.scss */
  .ms-md-22 {
    margin-left: 22rem !important;
  }
  /* line 31734, app/assets/stylesheets/core.scss */
  .ms-md-23 {
    margin-left: 35rem !important;
  }
  /* line 31737, app/assets/stylesheets/core.scss */
  .ms-md-24 {
    margin-left: 40rem !important;
  }
  /* line 31740, app/assets/stylesheets/core.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 31743, app/assets/stylesheets/core.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31746, app/assets/stylesheets/core.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31749, app/assets/stylesheets/core.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31752, app/assets/stylesheets/core.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31755, app/assets/stylesheets/core.scss */
  .m-md-n5 {
    margin: -2rem !important;
  }
  /* line 31758, app/assets/stylesheets/core.scss */
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  /* line 31761, app/assets/stylesheets/core.scss */
  .m-md-n7 {
    margin: -3rem !important;
  }
  /* line 31764, app/assets/stylesheets/core.scss */
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  /* line 31767, app/assets/stylesheets/core.scss */
  .m-md-n9 {
    margin: -4rem !important;
  }
  /* line 31770, app/assets/stylesheets/core.scss */
  .m-md-n10 {
    margin: -4.5rem !important;
  }
  /* line 31773, app/assets/stylesheets/core.scss */
  .m-md-n11 {
    margin: -5rem !important;
  }
  /* line 31776, app/assets/stylesheets/core.scss */
  .m-md-n12 {
    margin: -5.5rem !important;
  }
  /* line 31779, app/assets/stylesheets/core.scss */
  .m-md-n13 {
    margin: -6rem !important;
  }
  /* line 31782, app/assets/stylesheets/core.scss */
  .m-md-n14 {
    margin: -6.5rem !important;
  }
  /* line 31785, app/assets/stylesheets/core.scss */
  .m-md-n15 {
    margin: -7rem !important;
  }
  /* line 31788, app/assets/stylesheets/core.scss */
  .m-md-n16 {
    margin: -7.5rem !important;
  }
  /* line 31791, app/assets/stylesheets/core.scss */
  .m-md-n17 {
    margin: -8rem !important;
  }
  /* line 31794, app/assets/stylesheets/core.scss */
  .m-md-n18 {
    margin: -10rem !important;
  }
  /* line 31797, app/assets/stylesheets/core.scss */
  .m-md-n19 {
    margin: -12rem !important;
  }
  /* line 31800, app/assets/stylesheets/core.scss */
  .m-md-n20 {
    margin: -14rem !important;
  }
  /* line 31803, app/assets/stylesheets/core.scss */
  .m-md-n21 {
    margin: -18.5rem !important;
  }
  /* line 31806, app/assets/stylesheets/core.scss */
  .m-md-n22 {
    margin: -22rem !important;
  }
  /* line 31809, app/assets/stylesheets/core.scss */
  .m-md-n23 {
    margin: -35rem !important;
  }
  /* line 31812, app/assets/stylesheets/core.scss */
  .m-md-n24 {
    margin: -40rem !important;
  }
  /* line 31815, app/assets/stylesheets/core.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 31819, app/assets/stylesheets/core.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 31823, app/assets/stylesheets/core.scss */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 31827, app/assets/stylesheets/core.scss */
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 31831, app/assets/stylesheets/core.scss */
  .mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 31835, app/assets/stylesheets/core.scss */
  .mx-md-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 31839, app/assets/stylesheets/core.scss */
  .mx-md-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 31843, app/assets/stylesheets/core.scss */
  .mx-md-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 31847, app/assets/stylesheets/core.scss */
  .mx-md-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 31851, app/assets/stylesheets/core.scss */
  .mx-md-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 31855, app/assets/stylesheets/core.scss */
  .mx-md-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 31859, app/assets/stylesheets/core.scss */
  .mx-md-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 31863, app/assets/stylesheets/core.scss */
  .mx-md-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 31867, app/assets/stylesheets/core.scss */
  .mx-md-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 31871, app/assets/stylesheets/core.scss */
  .mx-md-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 31875, app/assets/stylesheets/core.scss */
  .mx-md-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 31879, app/assets/stylesheets/core.scss */
  .mx-md-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 31883, app/assets/stylesheets/core.scss */
  .mx-md-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 31887, app/assets/stylesheets/core.scss */
  .mx-md-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 31891, app/assets/stylesheets/core.scss */
  .mx-md-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 31895, app/assets/stylesheets/core.scss */
  .mx-md-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 31899, app/assets/stylesheets/core.scss */
  .mx-md-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 31903, app/assets/stylesheets/core.scss */
  .mx-md-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 31907, app/assets/stylesheets/core.scss */
  .mx-md-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 31911, app/assets/stylesheets/core.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 31915, app/assets/stylesheets/core.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 31919, app/assets/stylesheets/core.scss */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 31923, app/assets/stylesheets/core.scss */
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 31927, app/assets/stylesheets/core.scss */
  .my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 31931, app/assets/stylesheets/core.scss */
  .my-md-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 31935, app/assets/stylesheets/core.scss */
  .my-md-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 31939, app/assets/stylesheets/core.scss */
  .my-md-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 31943, app/assets/stylesheets/core.scss */
  .my-md-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 31947, app/assets/stylesheets/core.scss */
  .my-md-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 31951, app/assets/stylesheets/core.scss */
  .my-md-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 31955, app/assets/stylesheets/core.scss */
  .my-md-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 31959, app/assets/stylesheets/core.scss */
  .my-md-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 31963, app/assets/stylesheets/core.scss */
  .my-md-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 31967, app/assets/stylesheets/core.scss */
  .my-md-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 31971, app/assets/stylesheets/core.scss */
  .my-md-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 31975, app/assets/stylesheets/core.scss */
  .my-md-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 31979, app/assets/stylesheets/core.scss */
  .my-md-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 31983, app/assets/stylesheets/core.scss */
  .my-md-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 31987, app/assets/stylesheets/core.scss */
  .my-md-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 31991, app/assets/stylesheets/core.scss */
  .my-md-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 31995, app/assets/stylesheets/core.scss */
  .my-md-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 31999, app/assets/stylesheets/core.scss */
  .my-md-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 32003, app/assets/stylesheets/core.scss */
  .my-md-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 32007, app/assets/stylesheets/core.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 32010, app/assets/stylesheets/core.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 32013, app/assets/stylesheets/core.scss */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 32016, app/assets/stylesheets/core.scss */
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 32019, app/assets/stylesheets/core.scss */
  .mt-md-n5 {
    margin-top: -2rem !important;
  }
  /* line 32022, app/assets/stylesheets/core.scss */
  .mt-md-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 32025, app/assets/stylesheets/core.scss */
  .mt-md-n7 {
    margin-top: -3rem !important;
  }
  /* line 32028, app/assets/stylesheets/core.scss */
  .mt-md-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 32031, app/assets/stylesheets/core.scss */
  .mt-md-n9 {
    margin-top: -4rem !important;
  }
  /* line 32034, app/assets/stylesheets/core.scss */
  .mt-md-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 32037, app/assets/stylesheets/core.scss */
  .mt-md-n11 {
    margin-top: -5rem !important;
  }
  /* line 32040, app/assets/stylesheets/core.scss */
  .mt-md-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 32043, app/assets/stylesheets/core.scss */
  .mt-md-n13 {
    margin-top: -6rem !important;
  }
  /* line 32046, app/assets/stylesheets/core.scss */
  .mt-md-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 32049, app/assets/stylesheets/core.scss */
  .mt-md-n15 {
    margin-top: -7rem !important;
  }
  /* line 32052, app/assets/stylesheets/core.scss */
  .mt-md-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 32055, app/assets/stylesheets/core.scss */
  .mt-md-n17 {
    margin-top: -8rem !important;
  }
  /* line 32058, app/assets/stylesheets/core.scss */
  .mt-md-n18 {
    margin-top: -10rem !important;
  }
  /* line 32061, app/assets/stylesheets/core.scss */
  .mt-md-n19 {
    margin-top: -12rem !important;
  }
  /* line 32064, app/assets/stylesheets/core.scss */
  .mt-md-n20 {
    margin-top: -14rem !important;
  }
  /* line 32067, app/assets/stylesheets/core.scss */
  .mt-md-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 32070, app/assets/stylesheets/core.scss */
  .mt-md-n22 {
    margin-top: -22rem !important;
  }
  /* line 32073, app/assets/stylesheets/core.scss */
  .mt-md-n23 {
    margin-top: -35rem !important;
  }
  /* line 32076, app/assets/stylesheets/core.scss */
  .mt-md-n24 {
    margin-top: -40rem !important;
  }
  /* line 32079, app/assets/stylesheets/core.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 32082, app/assets/stylesheets/core.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 32085, app/assets/stylesheets/core.scss */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 32088, app/assets/stylesheets/core.scss */
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 32091, app/assets/stylesheets/core.scss */
  .me-md-n5 {
    margin-right: -2rem !important;
  }
  /* line 32094, app/assets/stylesheets/core.scss */
  .me-md-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 32097, app/assets/stylesheets/core.scss */
  .me-md-n7 {
    margin-right: -3rem !important;
  }
  /* line 32100, app/assets/stylesheets/core.scss */
  .me-md-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 32103, app/assets/stylesheets/core.scss */
  .me-md-n9 {
    margin-right: -4rem !important;
  }
  /* line 32106, app/assets/stylesheets/core.scss */
  .me-md-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 32109, app/assets/stylesheets/core.scss */
  .me-md-n11 {
    margin-right: -5rem !important;
  }
  /* line 32112, app/assets/stylesheets/core.scss */
  .me-md-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 32115, app/assets/stylesheets/core.scss */
  .me-md-n13 {
    margin-right: -6rem !important;
  }
  /* line 32118, app/assets/stylesheets/core.scss */
  .me-md-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 32121, app/assets/stylesheets/core.scss */
  .me-md-n15 {
    margin-right: -7rem !important;
  }
  /* line 32124, app/assets/stylesheets/core.scss */
  .me-md-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 32127, app/assets/stylesheets/core.scss */
  .me-md-n17 {
    margin-right: -8rem !important;
  }
  /* line 32130, app/assets/stylesheets/core.scss */
  .me-md-n18 {
    margin-right: -10rem !important;
  }
  /* line 32133, app/assets/stylesheets/core.scss */
  .me-md-n19 {
    margin-right: -12rem !important;
  }
  /* line 32136, app/assets/stylesheets/core.scss */
  .me-md-n20 {
    margin-right: -14rem !important;
  }
  /* line 32139, app/assets/stylesheets/core.scss */
  .me-md-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 32142, app/assets/stylesheets/core.scss */
  .me-md-n22 {
    margin-right: -22rem !important;
  }
  /* line 32145, app/assets/stylesheets/core.scss */
  .me-md-n23 {
    margin-right: -35rem !important;
  }
  /* line 32148, app/assets/stylesheets/core.scss */
  .me-md-n24 {
    margin-right: -40rem !important;
  }
  /* line 32151, app/assets/stylesheets/core.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 32154, app/assets/stylesheets/core.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 32157, app/assets/stylesheets/core.scss */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 32160, app/assets/stylesheets/core.scss */
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 32163, app/assets/stylesheets/core.scss */
  .mb-md-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 32166, app/assets/stylesheets/core.scss */
  .mb-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 32169, app/assets/stylesheets/core.scss */
  .mb-md-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 32172, app/assets/stylesheets/core.scss */
  .mb-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 32175, app/assets/stylesheets/core.scss */
  .mb-md-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 32178, app/assets/stylesheets/core.scss */
  .mb-md-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 32181, app/assets/stylesheets/core.scss */
  .mb-md-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 32184, app/assets/stylesheets/core.scss */
  .mb-md-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 32187, app/assets/stylesheets/core.scss */
  .mb-md-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 32190, app/assets/stylesheets/core.scss */
  .mb-md-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 32193, app/assets/stylesheets/core.scss */
  .mb-md-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 32196, app/assets/stylesheets/core.scss */
  .mb-md-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 32199, app/assets/stylesheets/core.scss */
  .mb-md-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 32202, app/assets/stylesheets/core.scss */
  .mb-md-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 32205, app/assets/stylesheets/core.scss */
  .mb-md-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 32208, app/assets/stylesheets/core.scss */
  .mb-md-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 32211, app/assets/stylesheets/core.scss */
  .mb-md-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 32214, app/assets/stylesheets/core.scss */
  .mb-md-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 32217, app/assets/stylesheets/core.scss */
  .mb-md-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 32220, app/assets/stylesheets/core.scss */
  .mb-md-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 32223, app/assets/stylesheets/core.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 32226, app/assets/stylesheets/core.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 32229, app/assets/stylesheets/core.scss */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 32232, app/assets/stylesheets/core.scss */
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 32235, app/assets/stylesheets/core.scss */
  .ms-md-n5 {
    margin-left: -2rem !important;
  }
  /* line 32238, app/assets/stylesheets/core.scss */
  .ms-md-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 32241, app/assets/stylesheets/core.scss */
  .ms-md-n7 {
    margin-left: -3rem !important;
  }
  /* line 32244, app/assets/stylesheets/core.scss */
  .ms-md-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 32247, app/assets/stylesheets/core.scss */
  .ms-md-n9 {
    margin-left: -4rem !important;
  }
  /* line 32250, app/assets/stylesheets/core.scss */
  .ms-md-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 32253, app/assets/stylesheets/core.scss */
  .ms-md-n11 {
    margin-left: -5rem !important;
  }
  /* line 32256, app/assets/stylesheets/core.scss */
  .ms-md-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 32259, app/assets/stylesheets/core.scss */
  .ms-md-n13 {
    margin-left: -6rem !important;
  }
  /* line 32262, app/assets/stylesheets/core.scss */
  .ms-md-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 32265, app/assets/stylesheets/core.scss */
  .ms-md-n15 {
    margin-left: -7rem !important;
  }
  /* line 32268, app/assets/stylesheets/core.scss */
  .ms-md-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 32271, app/assets/stylesheets/core.scss */
  .ms-md-n17 {
    margin-left: -8rem !important;
  }
  /* line 32274, app/assets/stylesheets/core.scss */
  .ms-md-n18 {
    margin-left: -10rem !important;
  }
  /* line 32277, app/assets/stylesheets/core.scss */
  .ms-md-n19 {
    margin-left: -12rem !important;
  }
  /* line 32280, app/assets/stylesheets/core.scss */
  .ms-md-n20 {
    margin-left: -14rem !important;
  }
  /* line 32283, app/assets/stylesheets/core.scss */
  .ms-md-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 32286, app/assets/stylesheets/core.scss */
  .ms-md-n22 {
    margin-left: -22rem !important;
  }
  /* line 32289, app/assets/stylesheets/core.scss */
  .ms-md-n23 {
    margin-left: -35rem !important;
  }
  /* line 32292, app/assets/stylesheets/core.scss */
  .ms-md-n24 {
    margin-left: -40rem !important;
  }
  /* line 32295, app/assets/stylesheets/core.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 32298, app/assets/stylesheets/core.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 32301, app/assets/stylesheets/core.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 32304, app/assets/stylesheets/core.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 32307, app/assets/stylesheets/core.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 32310, app/assets/stylesheets/core.scss */
  .p-md-5 {
    padding: 2rem !important;
  }
  /* line 32313, app/assets/stylesheets/core.scss */
  .p-md-6 {
    padding: 2.5rem !important;
  }
  /* line 32316, app/assets/stylesheets/core.scss */
  .p-md-7 {
    padding: 3rem !important;
  }
  /* line 32319, app/assets/stylesheets/core.scss */
  .p-md-8 {
    padding: 3.5rem !important;
  }
  /* line 32322, app/assets/stylesheets/core.scss */
  .p-md-9 {
    padding: 4rem !important;
  }
  /* line 32325, app/assets/stylesheets/core.scss */
  .p-md-10 {
    padding: 4.5rem !important;
  }
  /* line 32328, app/assets/stylesheets/core.scss */
  .p-md-11 {
    padding: 5rem !important;
  }
  /* line 32331, app/assets/stylesheets/core.scss */
  .p-md-12 {
    padding: 5.5rem !important;
  }
  /* line 32334, app/assets/stylesheets/core.scss */
  .p-md-13 {
    padding: 6rem !important;
  }
  /* line 32337, app/assets/stylesheets/core.scss */
  .p-md-14 {
    padding: 6.5rem !important;
  }
  /* line 32340, app/assets/stylesheets/core.scss */
  .p-md-15 {
    padding: 7rem !important;
  }
  /* line 32343, app/assets/stylesheets/core.scss */
  .p-md-16 {
    padding: 7.5rem !important;
  }
  /* line 32346, app/assets/stylesheets/core.scss */
  .p-md-17 {
    padding: 8rem !important;
  }
  /* line 32349, app/assets/stylesheets/core.scss */
  .p-md-18 {
    padding: 10rem !important;
  }
  /* line 32352, app/assets/stylesheets/core.scss */
  .p-md-19 {
    padding: 12rem !important;
  }
  /* line 32355, app/assets/stylesheets/core.scss */
  .p-md-20 {
    padding: 14rem !important;
  }
  /* line 32358, app/assets/stylesheets/core.scss */
  .p-md-21 {
    padding: 18.5rem !important;
  }
  /* line 32361, app/assets/stylesheets/core.scss */
  .p-md-22 {
    padding: 22rem !important;
  }
  /* line 32364, app/assets/stylesheets/core.scss */
  .p-md-23 {
    padding: 35rem !important;
  }
  /* line 32367, app/assets/stylesheets/core.scss */
  .p-md-24 {
    padding: 40rem !important;
  }
  /* line 32370, app/assets/stylesheets/core.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 32374, app/assets/stylesheets/core.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 32378, app/assets/stylesheets/core.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 32382, app/assets/stylesheets/core.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 32386, app/assets/stylesheets/core.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 32390, app/assets/stylesheets/core.scss */
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 32394, app/assets/stylesheets/core.scss */
  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 32398, app/assets/stylesheets/core.scss */
  .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 32402, app/assets/stylesheets/core.scss */
  .px-md-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 32406, app/assets/stylesheets/core.scss */
  .px-md-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 32410, app/assets/stylesheets/core.scss */
  .px-md-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 32414, app/assets/stylesheets/core.scss */
  .px-md-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 32418, app/assets/stylesheets/core.scss */
  .px-md-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 32422, app/assets/stylesheets/core.scss */
  .px-md-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 32426, app/assets/stylesheets/core.scss */
  .px-md-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 32430, app/assets/stylesheets/core.scss */
  .px-md-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 32434, app/assets/stylesheets/core.scss */
  .px-md-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 32438, app/assets/stylesheets/core.scss */
  .px-md-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 32442, app/assets/stylesheets/core.scss */
  .px-md-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 32446, app/assets/stylesheets/core.scss */
  .px-md-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 32450, app/assets/stylesheets/core.scss */
  .px-md-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 32454, app/assets/stylesheets/core.scss */
  .px-md-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 32458, app/assets/stylesheets/core.scss */
  .px-md-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 32462, app/assets/stylesheets/core.scss */
  .px-md-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 32466, app/assets/stylesheets/core.scss */
  .px-md-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 32470, app/assets/stylesheets/core.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 32474, app/assets/stylesheets/core.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 32478, app/assets/stylesheets/core.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 32482, app/assets/stylesheets/core.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 32486, app/assets/stylesheets/core.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 32490, app/assets/stylesheets/core.scss */
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 32494, app/assets/stylesheets/core.scss */
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 32498, app/assets/stylesheets/core.scss */
  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 32502, app/assets/stylesheets/core.scss */
  .py-md-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 32506, app/assets/stylesheets/core.scss */
  .py-md-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 32510, app/assets/stylesheets/core.scss */
  .py-md-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 32514, app/assets/stylesheets/core.scss */
  .py-md-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 32518, app/assets/stylesheets/core.scss */
  .py-md-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 32522, app/assets/stylesheets/core.scss */
  .py-md-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 32526, app/assets/stylesheets/core.scss */
  .py-md-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 32530, app/assets/stylesheets/core.scss */
  .py-md-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 32534, app/assets/stylesheets/core.scss */
  .py-md-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 32538, app/assets/stylesheets/core.scss */
  .py-md-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 32542, app/assets/stylesheets/core.scss */
  .py-md-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 32546, app/assets/stylesheets/core.scss */
  .py-md-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 32550, app/assets/stylesheets/core.scss */
  .py-md-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 32554, app/assets/stylesheets/core.scss */
  .py-md-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 32558, app/assets/stylesheets/core.scss */
  .py-md-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 32562, app/assets/stylesheets/core.scss */
  .py-md-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 32566, app/assets/stylesheets/core.scss */
  .py-md-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 32570, app/assets/stylesheets/core.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 32573, app/assets/stylesheets/core.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 32576, app/assets/stylesheets/core.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 32579, app/assets/stylesheets/core.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 32582, app/assets/stylesheets/core.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 32585, app/assets/stylesheets/core.scss */
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  /* line 32588, app/assets/stylesheets/core.scss */
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  /* line 32591, app/assets/stylesheets/core.scss */
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  /* line 32594, app/assets/stylesheets/core.scss */
  .pt-md-8 {
    padding-top: 3.5rem !important;
  }
  /* line 32597, app/assets/stylesheets/core.scss */
  .pt-md-9 {
    padding-top: 4rem !important;
  }
  /* line 32600, app/assets/stylesheets/core.scss */
  .pt-md-10 {
    padding-top: 4.5rem !important;
  }
  /* line 32603, app/assets/stylesheets/core.scss */
  .pt-md-11 {
    padding-top: 5rem !important;
  }
  /* line 32606, app/assets/stylesheets/core.scss */
  .pt-md-12 {
    padding-top: 5.5rem !important;
  }
  /* line 32609, app/assets/stylesheets/core.scss */
  .pt-md-13 {
    padding-top: 6rem !important;
  }
  /* line 32612, app/assets/stylesheets/core.scss */
  .pt-md-14 {
    padding-top: 6.5rem !important;
  }
  /* line 32615, app/assets/stylesheets/core.scss */
  .pt-md-15 {
    padding-top: 7rem !important;
  }
  /* line 32618, app/assets/stylesheets/core.scss */
  .pt-md-16 {
    padding-top: 7.5rem !important;
  }
  /* line 32621, app/assets/stylesheets/core.scss */
  .pt-md-17 {
    padding-top: 8rem !important;
  }
  /* line 32624, app/assets/stylesheets/core.scss */
  .pt-md-18 {
    padding-top: 10rem !important;
  }
  /* line 32627, app/assets/stylesheets/core.scss */
  .pt-md-19 {
    padding-top: 12rem !important;
  }
  /* line 32630, app/assets/stylesheets/core.scss */
  .pt-md-20 {
    padding-top: 14rem !important;
  }
  /* line 32633, app/assets/stylesheets/core.scss */
  .pt-md-21 {
    padding-top: 18.5rem !important;
  }
  /* line 32636, app/assets/stylesheets/core.scss */
  .pt-md-22 {
    padding-top: 22rem !important;
  }
  /* line 32639, app/assets/stylesheets/core.scss */
  .pt-md-23 {
    padding-top: 35rem !important;
  }
  /* line 32642, app/assets/stylesheets/core.scss */
  .pt-md-24 {
    padding-top: 40rem !important;
  }
  /* line 32645, app/assets/stylesheets/core.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 32648, app/assets/stylesheets/core.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 32651, app/assets/stylesheets/core.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 32654, app/assets/stylesheets/core.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 32657, app/assets/stylesheets/core.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 32660, app/assets/stylesheets/core.scss */
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  /* line 32663, app/assets/stylesheets/core.scss */
  .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  /* line 32666, app/assets/stylesheets/core.scss */
  .pe-md-7 {
    padding-right: 3rem !important;
  }
  /* line 32669, app/assets/stylesheets/core.scss */
  .pe-md-8 {
    padding-right: 3.5rem !important;
  }
  /* line 32672, app/assets/stylesheets/core.scss */
  .pe-md-9 {
    padding-right: 4rem !important;
  }
  /* line 32675, app/assets/stylesheets/core.scss */
  .pe-md-10 {
    padding-right: 4.5rem !important;
  }
  /* line 32678, app/assets/stylesheets/core.scss */
  .pe-md-11 {
    padding-right: 5rem !important;
  }
  /* line 32681, app/assets/stylesheets/core.scss */
  .pe-md-12 {
    padding-right: 5.5rem !important;
  }
  /* line 32684, app/assets/stylesheets/core.scss */
  .pe-md-13 {
    padding-right: 6rem !important;
  }
  /* line 32687, app/assets/stylesheets/core.scss */
  .pe-md-14 {
    padding-right: 6.5rem !important;
  }
  /* line 32690, app/assets/stylesheets/core.scss */
  .pe-md-15 {
    padding-right: 7rem !important;
  }
  /* line 32693, app/assets/stylesheets/core.scss */
  .pe-md-16 {
    padding-right: 7.5rem !important;
  }
  /* line 32696, app/assets/stylesheets/core.scss */
  .pe-md-17 {
    padding-right: 8rem !important;
  }
  /* line 32699, app/assets/stylesheets/core.scss */
  .pe-md-18 {
    padding-right: 10rem !important;
  }
  /* line 32702, app/assets/stylesheets/core.scss */
  .pe-md-19 {
    padding-right: 12rem !important;
  }
  /* line 32705, app/assets/stylesheets/core.scss */
  .pe-md-20 {
    padding-right: 14rem !important;
  }
  /* line 32708, app/assets/stylesheets/core.scss */
  .pe-md-21 {
    padding-right: 18.5rem !important;
  }
  /* line 32711, app/assets/stylesheets/core.scss */
  .pe-md-22 {
    padding-right: 22rem !important;
  }
  /* line 32714, app/assets/stylesheets/core.scss */
  .pe-md-23 {
    padding-right: 35rem !important;
  }
  /* line 32717, app/assets/stylesheets/core.scss */
  .pe-md-24 {
    padding-right: 40rem !important;
  }
  /* line 32720, app/assets/stylesheets/core.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 32723, app/assets/stylesheets/core.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 32726, app/assets/stylesheets/core.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 32729, app/assets/stylesheets/core.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 32732, app/assets/stylesheets/core.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 32735, app/assets/stylesheets/core.scss */
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  /* line 32738, app/assets/stylesheets/core.scss */
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 32741, app/assets/stylesheets/core.scss */
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  /* line 32744, app/assets/stylesheets/core.scss */
  .pb-md-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 32747, app/assets/stylesheets/core.scss */
  .pb-md-9 {
    padding-bottom: 4rem !important;
  }
  /* line 32750, app/assets/stylesheets/core.scss */
  .pb-md-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 32753, app/assets/stylesheets/core.scss */
  .pb-md-11 {
    padding-bottom: 5rem !important;
  }
  /* line 32756, app/assets/stylesheets/core.scss */
  .pb-md-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 32759, app/assets/stylesheets/core.scss */
  .pb-md-13 {
    padding-bottom: 6rem !important;
  }
  /* line 32762, app/assets/stylesheets/core.scss */
  .pb-md-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 32765, app/assets/stylesheets/core.scss */
  .pb-md-15 {
    padding-bottom: 7rem !important;
  }
  /* line 32768, app/assets/stylesheets/core.scss */
  .pb-md-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 32771, app/assets/stylesheets/core.scss */
  .pb-md-17 {
    padding-bottom: 8rem !important;
  }
  /* line 32774, app/assets/stylesheets/core.scss */
  .pb-md-18 {
    padding-bottom: 10rem !important;
  }
  /* line 32777, app/assets/stylesheets/core.scss */
  .pb-md-19 {
    padding-bottom: 12rem !important;
  }
  /* line 32780, app/assets/stylesheets/core.scss */
  .pb-md-20 {
    padding-bottom: 14rem !important;
  }
  /* line 32783, app/assets/stylesheets/core.scss */
  .pb-md-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 32786, app/assets/stylesheets/core.scss */
  .pb-md-22 {
    padding-bottom: 22rem !important;
  }
  /* line 32789, app/assets/stylesheets/core.scss */
  .pb-md-23 {
    padding-bottom: 35rem !important;
  }
  /* line 32792, app/assets/stylesheets/core.scss */
  .pb-md-24 {
    padding-bottom: 40rem !important;
  }
  /* line 32795, app/assets/stylesheets/core.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 32798, app/assets/stylesheets/core.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 32801, app/assets/stylesheets/core.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 32804, app/assets/stylesheets/core.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 32807, app/assets/stylesheets/core.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 32810, app/assets/stylesheets/core.scss */
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  /* line 32813, app/assets/stylesheets/core.scss */
  .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  /* line 32816, app/assets/stylesheets/core.scss */
  .ps-md-7 {
    padding-left: 3rem !important;
  }
  /* line 32819, app/assets/stylesheets/core.scss */
  .ps-md-8 {
    padding-left: 3.5rem !important;
  }
  /* line 32822, app/assets/stylesheets/core.scss */
  .ps-md-9 {
    padding-left: 4rem !important;
  }
  /* line 32825, app/assets/stylesheets/core.scss */
  .ps-md-10 {
    padding-left: 4.5rem !important;
  }
  /* line 32828, app/assets/stylesheets/core.scss */
  .ps-md-11 {
    padding-left: 5rem !important;
  }
  /* line 32831, app/assets/stylesheets/core.scss */
  .ps-md-12 {
    padding-left: 5.5rem !important;
  }
  /* line 32834, app/assets/stylesheets/core.scss */
  .ps-md-13 {
    padding-left: 6rem !important;
  }
  /* line 32837, app/assets/stylesheets/core.scss */
  .ps-md-14 {
    padding-left: 6.5rem !important;
  }
  /* line 32840, app/assets/stylesheets/core.scss */
  .ps-md-15 {
    padding-left: 7rem !important;
  }
  /* line 32843, app/assets/stylesheets/core.scss */
  .ps-md-16 {
    padding-left: 7.5rem !important;
  }
  /* line 32846, app/assets/stylesheets/core.scss */
  .ps-md-17 {
    padding-left: 8rem !important;
  }
  /* line 32849, app/assets/stylesheets/core.scss */
  .ps-md-18 {
    padding-left: 10rem !important;
  }
  /* line 32852, app/assets/stylesheets/core.scss */
  .ps-md-19 {
    padding-left: 12rem !important;
  }
  /* line 32855, app/assets/stylesheets/core.scss */
  .ps-md-20 {
    padding-left: 14rem !important;
  }
  /* line 32858, app/assets/stylesheets/core.scss */
  .ps-md-21 {
    padding-left: 18.5rem !important;
  }
  /* line 32861, app/assets/stylesheets/core.scss */
  .ps-md-22 {
    padding-left: 22rem !important;
  }
  /* line 32864, app/assets/stylesheets/core.scss */
  .ps-md-23 {
    padding-left: 35rem !important;
  }
  /* line 32867, app/assets/stylesheets/core.scss */
  .ps-md-24 {
    padding-left: 40rem !important;
  }
  /* line 32870, app/assets/stylesheets/core.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 32873, app/assets/stylesheets/core.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 32876, app/assets/stylesheets/core.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 32879, app/assets/stylesheets/core.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 32882, app/assets/stylesheets/core.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 32885, app/assets/stylesheets/core.scss */
  .gap-md-5 {
    gap: 2rem !important;
  }
  /* line 32888, app/assets/stylesheets/core.scss */
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  /* line 32891, app/assets/stylesheets/core.scss */
  .gap-md-7 {
    gap: 3rem !important;
  }
  /* line 32894, app/assets/stylesheets/core.scss */
  .gap-md-8 {
    gap: 3.5rem !important;
  }
  /* line 32897, app/assets/stylesheets/core.scss */
  .gap-md-9 {
    gap: 4rem !important;
  }
  /* line 32900, app/assets/stylesheets/core.scss */
  .gap-md-10 {
    gap: 4.5rem !important;
  }
  /* line 32903, app/assets/stylesheets/core.scss */
  .gap-md-11 {
    gap: 5rem !important;
  }
  /* line 32906, app/assets/stylesheets/core.scss */
  .gap-md-12 {
    gap: 5.5rem !important;
  }
  /* line 32909, app/assets/stylesheets/core.scss */
  .gap-md-13 {
    gap: 6rem !important;
  }
  /* line 32912, app/assets/stylesheets/core.scss */
  .gap-md-14 {
    gap: 6.5rem !important;
  }
  /* line 32915, app/assets/stylesheets/core.scss */
  .gap-md-15 {
    gap: 7rem !important;
  }
  /* line 32918, app/assets/stylesheets/core.scss */
  .gap-md-16 {
    gap: 7.5rem !important;
  }
  /* line 32921, app/assets/stylesheets/core.scss */
  .gap-md-17 {
    gap: 8rem !important;
  }
  /* line 32924, app/assets/stylesheets/core.scss */
  .gap-md-18 {
    gap: 10rem !important;
  }
  /* line 32927, app/assets/stylesheets/core.scss */
  .gap-md-19 {
    gap: 12rem !important;
  }
  /* line 32930, app/assets/stylesheets/core.scss */
  .gap-md-20 {
    gap: 14rem !important;
  }
  /* line 32933, app/assets/stylesheets/core.scss */
  .gap-md-21 {
    gap: 18.5rem !important;
  }
  /* line 32936, app/assets/stylesheets/core.scss */
  .gap-md-22 {
    gap: 22rem !important;
  }
  /* line 32939, app/assets/stylesheets/core.scss */
  .gap-md-23 {
    gap: 35rem !important;
  }
  /* line 32942, app/assets/stylesheets/core.scss */
  .gap-md-24 {
    gap: 40rem !important;
  }
  /* line 32945, app/assets/stylesheets/core.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 32948, app/assets/stylesheets/core.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 32951, app/assets/stylesheets/core.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 32954, app/assets/stylesheets/core.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 32957, app/assets/stylesheets/core.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 32960, app/assets/stylesheets/core.scss */
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  /* line 32963, app/assets/stylesheets/core.scss */
  .row-gap-md-6 {
    row-gap: 2.5rem !important;
  }
  /* line 32966, app/assets/stylesheets/core.scss */
  .row-gap-md-7 {
    row-gap: 3rem !important;
  }
  /* line 32969, app/assets/stylesheets/core.scss */
  .row-gap-md-8 {
    row-gap: 3.5rem !important;
  }
  /* line 32972, app/assets/stylesheets/core.scss */
  .row-gap-md-9 {
    row-gap: 4rem !important;
  }
  /* line 32975, app/assets/stylesheets/core.scss */
  .row-gap-md-10 {
    row-gap: 4.5rem !important;
  }
  /* line 32978, app/assets/stylesheets/core.scss */
  .row-gap-md-11 {
    row-gap: 5rem !important;
  }
  /* line 32981, app/assets/stylesheets/core.scss */
  .row-gap-md-12 {
    row-gap: 5.5rem !important;
  }
  /* line 32984, app/assets/stylesheets/core.scss */
  .row-gap-md-13 {
    row-gap: 6rem !important;
  }
  /* line 32987, app/assets/stylesheets/core.scss */
  .row-gap-md-14 {
    row-gap: 6.5rem !important;
  }
  /* line 32990, app/assets/stylesheets/core.scss */
  .row-gap-md-15 {
    row-gap: 7rem !important;
  }
  /* line 32993, app/assets/stylesheets/core.scss */
  .row-gap-md-16 {
    row-gap: 7.5rem !important;
  }
  /* line 32996, app/assets/stylesheets/core.scss */
  .row-gap-md-17 {
    row-gap: 8rem !important;
  }
  /* line 32999, app/assets/stylesheets/core.scss */
  .row-gap-md-18 {
    row-gap: 10rem !important;
  }
  /* line 33002, app/assets/stylesheets/core.scss */
  .row-gap-md-19 {
    row-gap: 12rem !important;
  }
  /* line 33005, app/assets/stylesheets/core.scss */
  .row-gap-md-20 {
    row-gap: 14rem !important;
  }
  /* line 33008, app/assets/stylesheets/core.scss */
  .row-gap-md-21 {
    row-gap: 18.5rem !important;
  }
  /* line 33011, app/assets/stylesheets/core.scss */
  .row-gap-md-22 {
    row-gap: 22rem !important;
  }
  /* line 33014, app/assets/stylesheets/core.scss */
  .row-gap-md-23 {
    row-gap: 35rem !important;
  }
  /* line 33017, app/assets/stylesheets/core.scss */
  .row-gap-md-24 {
    row-gap: 40rem !important;
  }
  /* line 33020, app/assets/stylesheets/core.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 33024, app/assets/stylesheets/core.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 33028, app/assets/stylesheets/core.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 33032, app/assets/stylesheets/core.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 33036, app/assets/stylesheets/core.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 33040, app/assets/stylesheets/core.scss */
  .column-gap-md-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 33044, app/assets/stylesheets/core.scss */
  .column-gap-md-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 33048, app/assets/stylesheets/core.scss */
  .column-gap-md-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 33052, app/assets/stylesheets/core.scss */
  .column-gap-md-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 33056, app/assets/stylesheets/core.scss */
  .column-gap-md-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 33060, app/assets/stylesheets/core.scss */
  .column-gap-md-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 33064, app/assets/stylesheets/core.scss */
  .column-gap-md-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 33068, app/assets/stylesheets/core.scss */
  .column-gap-md-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 33072, app/assets/stylesheets/core.scss */
  .column-gap-md-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 33076, app/assets/stylesheets/core.scss */
  .column-gap-md-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 33080, app/assets/stylesheets/core.scss */
  .column-gap-md-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 33084, app/assets/stylesheets/core.scss */
  .column-gap-md-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 33088, app/assets/stylesheets/core.scss */
  .column-gap-md-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 33092, app/assets/stylesheets/core.scss */
  .column-gap-md-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 33096, app/assets/stylesheets/core.scss */
  .column-gap-md-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 33100, app/assets/stylesheets/core.scss */
  .column-gap-md-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 33104, app/assets/stylesheets/core.scss */
  .column-gap-md-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 33108, app/assets/stylesheets/core.scss */
  .column-gap-md-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 33112, app/assets/stylesheets/core.scss */
  .column-gap-md-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 33116, app/assets/stylesheets/core.scss */
  .column-gap-md-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 33120, app/assets/stylesheets/core.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 33123, app/assets/stylesheets/core.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 33126, app/assets/stylesheets/core.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 33131, app/assets/stylesheets/core.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 33134, app/assets/stylesheets/core.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 33137, app/assets/stylesheets/core.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 33140, app/assets/stylesheets/core.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 33144, app/assets/stylesheets/core.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 33148, app/assets/stylesheets/core.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 33152, app/assets/stylesheets/core.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 33156, app/assets/stylesheets/core.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 33160, app/assets/stylesheets/core.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 33163, app/assets/stylesheets/core.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 33166, app/assets/stylesheets/core.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 33169, app/assets/stylesheets/core.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 33172, app/assets/stylesheets/core.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 33175, app/assets/stylesheets/core.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 33178, app/assets/stylesheets/core.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 33181, app/assets/stylesheets/core.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 33184, app/assets/stylesheets/core.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 33187, app/assets/stylesheets/core.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 33190, app/assets/stylesheets/core.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 33193, app/assets/stylesheets/core.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 33196, app/assets/stylesheets/core.scss */
  .w-lg-30 {
    width: 30% !important;
  }
  /* line 33199, app/assets/stylesheets/core.scss */
  .w-lg-40 {
    width: 40% !important;
  }
  /* line 33202, app/assets/stylesheets/core.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 33205, app/assets/stylesheets/core.scss */
  .w-lg-65 {
    width: 65% !important;
  }
  /* line 33208, app/assets/stylesheets/core.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 33211, app/assets/stylesheets/core.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 33214, app/assets/stylesheets/core.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 33217, app/assets/stylesheets/core.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 33220, app/assets/stylesheets/core.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 33223, app/assets/stylesheets/core.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 33226, app/assets/stylesheets/core.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 33229, app/assets/stylesheets/core.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 33232, app/assets/stylesheets/core.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 33235, app/assets/stylesheets/core.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 33238, app/assets/stylesheets/core.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 33241, app/assets/stylesheets/core.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 33244, app/assets/stylesheets/core.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 33247, app/assets/stylesheets/core.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 33250, app/assets/stylesheets/core.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 33253, app/assets/stylesheets/core.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 33256, app/assets/stylesheets/core.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 33259, app/assets/stylesheets/core.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 33262, app/assets/stylesheets/core.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 33265, app/assets/stylesheets/core.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 33268, app/assets/stylesheets/core.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 33271, app/assets/stylesheets/core.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 33274, app/assets/stylesheets/core.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33277, app/assets/stylesheets/core.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 33280, app/assets/stylesheets/core.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 33283, app/assets/stylesheets/core.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 33286, app/assets/stylesheets/core.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 33289, app/assets/stylesheets/core.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 33292, app/assets/stylesheets/core.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 33295, app/assets/stylesheets/core.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 33298, app/assets/stylesheets/core.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 33301, app/assets/stylesheets/core.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 33304, app/assets/stylesheets/core.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 33307, app/assets/stylesheets/core.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 33310, app/assets/stylesheets/core.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 33313, app/assets/stylesheets/core.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 33316, app/assets/stylesheets/core.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 33319, app/assets/stylesheets/core.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 33322, app/assets/stylesheets/core.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 33325, app/assets/stylesheets/core.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 33328, app/assets/stylesheets/core.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 33331, app/assets/stylesheets/core.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 33334, app/assets/stylesheets/core.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 33337, app/assets/stylesheets/core.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 33340, app/assets/stylesheets/core.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 33343, app/assets/stylesheets/core.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 33346, app/assets/stylesheets/core.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 33349, app/assets/stylesheets/core.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 33352, app/assets/stylesheets/core.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 33355, app/assets/stylesheets/core.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 33358, app/assets/stylesheets/core.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 33361, app/assets/stylesheets/core.scss */
  .m-lg-5 {
    margin: 2rem !important;
  }
  /* line 33364, app/assets/stylesheets/core.scss */
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  /* line 33367, app/assets/stylesheets/core.scss */
  .m-lg-7 {
    margin: 3rem !important;
  }
  /* line 33370, app/assets/stylesheets/core.scss */
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  /* line 33373, app/assets/stylesheets/core.scss */
  .m-lg-9 {
    margin: 4rem !important;
  }
  /* line 33376, app/assets/stylesheets/core.scss */
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  /* line 33379, app/assets/stylesheets/core.scss */
  .m-lg-11 {
    margin: 5rem !important;
  }
  /* line 33382, app/assets/stylesheets/core.scss */
  .m-lg-12 {
    margin: 5.5rem !important;
  }
  /* line 33385, app/assets/stylesheets/core.scss */
  .m-lg-13 {
    margin: 6rem !important;
  }
  /* line 33388, app/assets/stylesheets/core.scss */
  .m-lg-14 {
    margin: 6.5rem !important;
  }
  /* line 33391, app/assets/stylesheets/core.scss */
  .m-lg-15 {
    margin: 7rem !important;
  }
  /* line 33394, app/assets/stylesheets/core.scss */
  .m-lg-16 {
    margin: 7.5rem !important;
  }
  /* line 33397, app/assets/stylesheets/core.scss */
  .m-lg-17 {
    margin: 8rem !important;
  }
  /* line 33400, app/assets/stylesheets/core.scss */
  .m-lg-18 {
    margin: 10rem !important;
  }
  /* line 33403, app/assets/stylesheets/core.scss */
  .m-lg-19 {
    margin: 12rem !important;
  }
  /* line 33406, app/assets/stylesheets/core.scss */
  .m-lg-20 {
    margin: 14rem !important;
  }
  /* line 33409, app/assets/stylesheets/core.scss */
  .m-lg-21 {
    margin: 18.5rem !important;
  }
  /* line 33412, app/assets/stylesheets/core.scss */
  .m-lg-22 {
    margin: 22rem !important;
  }
  /* line 33415, app/assets/stylesheets/core.scss */
  .m-lg-23 {
    margin: 35rem !important;
  }
  /* line 33418, app/assets/stylesheets/core.scss */
  .m-lg-24 {
    margin: 40rem !important;
  }
  /* line 33421, app/assets/stylesheets/core.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 33424, app/assets/stylesheets/core.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 33428, app/assets/stylesheets/core.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 33432, app/assets/stylesheets/core.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 33436, app/assets/stylesheets/core.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 33440, app/assets/stylesheets/core.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 33444, app/assets/stylesheets/core.scss */
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 33448, app/assets/stylesheets/core.scss */
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 33452, app/assets/stylesheets/core.scss */
  .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 33456, app/assets/stylesheets/core.scss */
  .mx-lg-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 33460, app/assets/stylesheets/core.scss */
  .mx-lg-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 33464, app/assets/stylesheets/core.scss */
  .mx-lg-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 33468, app/assets/stylesheets/core.scss */
  .mx-lg-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 33472, app/assets/stylesheets/core.scss */
  .mx-lg-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 33476, app/assets/stylesheets/core.scss */
  .mx-lg-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 33480, app/assets/stylesheets/core.scss */
  .mx-lg-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 33484, app/assets/stylesheets/core.scss */
  .mx-lg-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 33488, app/assets/stylesheets/core.scss */
  .mx-lg-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 33492, app/assets/stylesheets/core.scss */
  .mx-lg-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 33496, app/assets/stylesheets/core.scss */
  .mx-lg-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 33500, app/assets/stylesheets/core.scss */
  .mx-lg-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 33504, app/assets/stylesheets/core.scss */
  .mx-lg-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 33508, app/assets/stylesheets/core.scss */
  .mx-lg-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 33512, app/assets/stylesheets/core.scss */
  .mx-lg-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 33516, app/assets/stylesheets/core.scss */
  .mx-lg-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 33520, app/assets/stylesheets/core.scss */
  .mx-lg-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 33524, app/assets/stylesheets/core.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 33528, app/assets/stylesheets/core.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 33532, app/assets/stylesheets/core.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 33536, app/assets/stylesheets/core.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 33540, app/assets/stylesheets/core.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 33544, app/assets/stylesheets/core.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 33548, app/assets/stylesheets/core.scss */
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 33552, app/assets/stylesheets/core.scss */
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 33556, app/assets/stylesheets/core.scss */
  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 33560, app/assets/stylesheets/core.scss */
  .my-lg-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 33564, app/assets/stylesheets/core.scss */
  .my-lg-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 33568, app/assets/stylesheets/core.scss */
  .my-lg-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 33572, app/assets/stylesheets/core.scss */
  .my-lg-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 33576, app/assets/stylesheets/core.scss */
  .my-lg-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 33580, app/assets/stylesheets/core.scss */
  .my-lg-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 33584, app/assets/stylesheets/core.scss */
  .my-lg-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 33588, app/assets/stylesheets/core.scss */
  .my-lg-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 33592, app/assets/stylesheets/core.scss */
  .my-lg-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 33596, app/assets/stylesheets/core.scss */
  .my-lg-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 33600, app/assets/stylesheets/core.scss */
  .my-lg-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 33604, app/assets/stylesheets/core.scss */
  .my-lg-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 33608, app/assets/stylesheets/core.scss */
  .my-lg-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 33612, app/assets/stylesheets/core.scss */
  .my-lg-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 33616, app/assets/stylesheets/core.scss */
  .my-lg-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 33620, app/assets/stylesheets/core.scss */
  .my-lg-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 33624, app/assets/stylesheets/core.scss */
  .my-lg-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 33628, app/assets/stylesheets/core.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 33632, app/assets/stylesheets/core.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 33635, app/assets/stylesheets/core.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 33638, app/assets/stylesheets/core.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 33641, app/assets/stylesheets/core.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 33644, app/assets/stylesheets/core.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 33647, app/assets/stylesheets/core.scss */
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  /* line 33650, app/assets/stylesheets/core.scss */
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  /* line 33653, app/assets/stylesheets/core.scss */
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  /* line 33656, app/assets/stylesheets/core.scss */
  .mt-lg-8 {
    margin-top: 3.5rem !important;
  }
  /* line 33659, app/assets/stylesheets/core.scss */
  .mt-lg-9 {
    margin-top: 4rem !important;
  }
  /* line 33662, app/assets/stylesheets/core.scss */
  .mt-lg-10 {
    margin-top: 4.5rem !important;
  }
  /* line 33665, app/assets/stylesheets/core.scss */
  .mt-lg-11 {
    margin-top: 5rem !important;
  }
  /* line 33668, app/assets/stylesheets/core.scss */
  .mt-lg-12 {
    margin-top: 5.5rem !important;
  }
  /* line 33671, app/assets/stylesheets/core.scss */
  .mt-lg-13 {
    margin-top: 6rem !important;
  }
  /* line 33674, app/assets/stylesheets/core.scss */
  .mt-lg-14 {
    margin-top: 6.5rem !important;
  }
  /* line 33677, app/assets/stylesheets/core.scss */
  .mt-lg-15 {
    margin-top: 7rem !important;
  }
  /* line 33680, app/assets/stylesheets/core.scss */
  .mt-lg-16 {
    margin-top: 7.5rem !important;
  }
  /* line 33683, app/assets/stylesheets/core.scss */
  .mt-lg-17 {
    margin-top: 8rem !important;
  }
  /* line 33686, app/assets/stylesheets/core.scss */
  .mt-lg-18 {
    margin-top: 10rem !important;
  }
  /* line 33689, app/assets/stylesheets/core.scss */
  .mt-lg-19 {
    margin-top: 12rem !important;
  }
  /* line 33692, app/assets/stylesheets/core.scss */
  .mt-lg-20 {
    margin-top: 14rem !important;
  }
  /* line 33695, app/assets/stylesheets/core.scss */
  .mt-lg-21 {
    margin-top: 18.5rem !important;
  }
  /* line 33698, app/assets/stylesheets/core.scss */
  .mt-lg-22 {
    margin-top: 22rem !important;
  }
  /* line 33701, app/assets/stylesheets/core.scss */
  .mt-lg-23 {
    margin-top: 35rem !important;
  }
  /* line 33704, app/assets/stylesheets/core.scss */
  .mt-lg-24 {
    margin-top: 40rem !important;
  }
  /* line 33707, app/assets/stylesheets/core.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 33710, app/assets/stylesheets/core.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 33713, app/assets/stylesheets/core.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 33716, app/assets/stylesheets/core.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 33719, app/assets/stylesheets/core.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 33722, app/assets/stylesheets/core.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 33725, app/assets/stylesheets/core.scss */
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  /* line 33728, app/assets/stylesheets/core.scss */
  .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  /* line 33731, app/assets/stylesheets/core.scss */
  .me-lg-7 {
    margin-right: 3rem !important;
  }
  /* line 33734, app/assets/stylesheets/core.scss */
  .me-lg-8 {
    margin-right: 3.5rem !important;
  }
  /* line 33737, app/assets/stylesheets/core.scss */
  .me-lg-9 {
    margin-right: 4rem !important;
  }
  /* line 33740, app/assets/stylesheets/core.scss */
  .me-lg-10 {
    margin-right: 4.5rem !important;
  }
  /* line 33743, app/assets/stylesheets/core.scss */
  .me-lg-11 {
    margin-right: 5rem !important;
  }
  /* line 33746, app/assets/stylesheets/core.scss */
  .me-lg-12 {
    margin-right: 5.5rem !important;
  }
  /* line 33749, app/assets/stylesheets/core.scss */
  .me-lg-13 {
    margin-right: 6rem !important;
  }
  /* line 33752, app/assets/stylesheets/core.scss */
  .me-lg-14 {
    margin-right: 6.5rem !important;
  }
  /* line 33755, app/assets/stylesheets/core.scss */
  .me-lg-15 {
    margin-right: 7rem !important;
  }
  /* line 33758, app/assets/stylesheets/core.scss */
  .me-lg-16 {
    margin-right: 7.5rem !important;
  }
  /* line 33761, app/assets/stylesheets/core.scss */
  .me-lg-17 {
    margin-right: 8rem !important;
  }
  /* line 33764, app/assets/stylesheets/core.scss */
  .me-lg-18 {
    margin-right: 10rem !important;
  }
  /* line 33767, app/assets/stylesheets/core.scss */
  .me-lg-19 {
    margin-right: 12rem !important;
  }
  /* line 33770, app/assets/stylesheets/core.scss */
  .me-lg-20 {
    margin-right: 14rem !important;
  }
  /* line 33773, app/assets/stylesheets/core.scss */
  .me-lg-21 {
    margin-right: 18.5rem !important;
  }
  /* line 33776, app/assets/stylesheets/core.scss */
  .me-lg-22 {
    margin-right: 22rem !important;
  }
  /* line 33779, app/assets/stylesheets/core.scss */
  .me-lg-23 {
    margin-right: 35rem !important;
  }
  /* line 33782, app/assets/stylesheets/core.scss */
  .me-lg-24 {
    margin-right: 40rem !important;
  }
  /* line 33785, app/assets/stylesheets/core.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 33788, app/assets/stylesheets/core.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 33791, app/assets/stylesheets/core.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 33794, app/assets/stylesheets/core.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 33797, app/assets/stylesheets/core.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 33800, app/assets/stylesheets/core.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 33803, app/assets/stylesheets/core.scss */
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  /* line 33806, app/assets/stylesheets/core.scss */
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 33809, app/assets/stylesheets/core.scss */
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  /* line 33812, app/assets/stylesheets/core.scss */
  .mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 33815, app/assets/stylesheets/core.scss */
  .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  /* line 33818, app/assets/stylesheets/core.scss */
  .mb-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 33821, app/assets/stylesheets/core.scss */
  .mb-lg-11 {
    margin-bottom: 5rem !important;
  }
  /* line 33824, app/assets/stylesheets/core.scss */
  .mb-lg-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 33827, app/assets/stylesheets/core.scss */
  .mb-lg-13 {
    margin-bottom: 6rem !important;
  }
  /* line 33830, app/assets/stylesheets/core.scss */
  .mb-lg-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 33833, app/assets/stylesheets/core.scss */
  .mb-lg-15 {
    margin-bottom: 7rem !important;
  }
  /* line 33836, app/assets/stylesheets/core.scss */
  .mb-lg-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 33839, app/assets/stylesheets/core.scss */
  .mb-lg-17 {
    margin-bottom: 8rem !important;
  }
  /* line 33842, app/assets/stylesheets/core.scss */
  .mb-lg-18 {
    margin-bottom: 10rem !important;
  }
  /* line 33845, app/assets/stylesheets/core.scss */
  .mb-lg-19 {
    margin-bottom: 12rem !important;
  }
  /* line 33848, app/assets/stylesheets/core.scss */
  .mb-lg-20 {
    margin-bottom: 14rem !important;
  }
  /* line 33851, app/assets/stylesheets/core.scss */
  .mb-lg-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 33854, app/assets/stylesheets/core.scss */
  .mb-lg-22 {
    margin-bottom: 22rem !important;
  }
  /* line 33857, app/assets/stylesheets/core.scss */
  .mb-lg-23 {
    margin-bottom: 35rem !important;
  }
  /* line 33860, app/assets/stylesheets/core.scss */
  .mb-lg-24 {
    margin-bottom: 40rem !important;
  }
  /* line 33863, app/assets/stylesheets/core.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 33866, app/assets/stylesheets/core.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 33869, app/assets/stylesheets/core.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 33872, app/assets/stylesheets/core.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 33875, app/assets/stylesheets/core.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 33878, app/assets/stylesheets/core.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 33881, app/assets/stylesheets/core.scss */
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  /* line 33884, app/assets/stylesheets/core.scss */
  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  /* line 33887, app/assets/stylesheets/core.scss */
  .ms-lg-7 {
    margin-left: 3rem !important;
  }
  /* line 33890, app/assets/stylesheets/core.scss */
  .ms-lg-8 {
    margin-left: 3.5rem !important;
  }
  /* line 33893, app/assets/stylesheets/core.scss */
  .ms-lg-9 {
    margin-left: 4rem !important;
  }
  /* line 33896, app/assets/stylesheets/core.scss */
  .ms-lg-10 {
    margin-left: 4.5rem !important;
  }
  /* line 33899, app/assets/stylesheets/core.scss */
  .ms-lg-11 {
    margin-left: 5rem !important;
  }
  /* line 33902, app/assets/stylesheets/core.scss */
  .ms-lg-12 {
    margin-left: 5.5rem !important;
  }
  /* line 33905, app/assets/stylesheets/core.scss */
  .ms-lg-13 {
    margin-left: 6rem !important;
  }
  /* line 33908, app/assets/stylesheets/core.scss */
  .ms-lg-14 {
    margin-left: 6.5rem !important;
  }
  /* line 33911, app/assets/stylesheets/core.scss */
  .ms-lg-15 {
    margin-left: 7rem !important;
  }
  /* line 33914, app/assets/stylesheets/core.scss */
  .ms-lg-16 {
    margin-left: 7.5rem !important;
  }
  /* line 33917, app/assets/stylesheets/core.scss */
  .ms-lg-17 {
    margin-left: 8rem !important;
  }
  /* line 33920, app/assets/stylesheets/core.scss */
  .ms-lg-18 {
    margin-left: 10rem !important;
  }
  /* line 33923, app/assets/stylesheets/core.scss */
  .ms-lg-19 {
    margin-left: 12rem !important;
  }
  /* line 33926, app/assets/stylesheets/core.scss */
  .ms-lg-20 {
    margin-left: 14rem !important;
  }
  /* line 33929, app/assets/stylesheets/core.scss */
  .ms-lg-21 {
    margin-left: 18.5rem !important;
  }
  /* line 33932, app/assets/stylesheets/core.scss */
  .ms-lg-22 {
    margin-left: 22rem !important;
  }
  /* line 33935, app/assets/stylesheets/core.scss */
  .ms-lg-23 {
    margin-left: 35rem !important;
  }
  /* line 33938, app/assets/stylesheets/core.scss */
  .ms-lg-24 {
    margin-left: 40rem !important;
  }
  /* line 33941, app/assets/stylesheets/core.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 33944, app/assets/stylesheets/core.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 33947, app/assets/stylesheets/core.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 33950, app/assets/stylesheets/core.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 33953, app/assets/stylesheets/core.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 33956, app/assets/stylesheets/core.scss */
  .m-lg-n5 {
    margin: -2rem !important;
  }
  /* line 33959, app/assets/stylesheets/core.scss */
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  /* line 33962, app/assets/stylesheets/core.scss */
  .m-lg-n7 {
    margin: -3rem !important;
  }
  /* line 33965, app/assets/stylesheets/core.scss */
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  /* line 33968, app/assets/stylesheets/core.scss */
  .m-lg-n9 {
    margin: -4rem !important;
  }
  /* line 33971, app/assets/stylesheets/core.scss */
  .m-lg-n10 {
    margin: -4.5rem !important;
  }
  /* line 33974, app/assets/stylesheets/core.scss */
  .m-lg-n11 {
    margin: -5rem !important;
  }
  /* line 33977, app/assets/stylesheets/core.scss */
  .m-lg-n12 {
    margin: -5.5rem !important;
  }
  /* line 33980, app/assets/stylesheets/core.scss */
  .m-lg-n13 {
    margin: -6rem !important;
  }
  /* line 33983, app/assets/stylesheets/core.scss */
  .m-lg-n14 {
    margin: -6.5rem !important;
  }
  /* line 33986, app/assets/stylesheets/core.scss */
  .m-lg-n15 {
    margin: -7rem !important;
  }
  /* line 33989, app/assets/stylesheets/core.scss */
  .m-lg-n16 {
    margin: -7.5rem !important;
  }
  /* line 33992, app/assets/stylesheets/core.scss */
  .m-lg-n17 {
    margin: -8rem !important;
  }
  /* line 33995, app/assets/stylesheets/core.scss */
  .m-lg-n18 {
    margin: -10rem !important;
  }
  /* line 33998, app/assets/stylesheets/core.scss */
  .m-lg-n19 {
    margin: -12rem !important;
  }
  /* line 34001, app/assets/stylesheets/core.scss */
  .m-lg-n20 {
    margin: -14rem !important;
  }
  /* line 34004, app/assets/stylesheets/core.scss */
  .m-lg-n21 {
    margin: -18.5rem !important;
  }
  /* line 34007, app/assets/stylesheets/core.scss */
  .m-lg-n22 {
    margin: -22rem !important;
  }
  /* line 34010, app/assets/stylesheets/core.scss */
  .m-lg-n23 {
    margin: -35rem !important;
  }
  /* line 34013, app/assets/stylesheets/core.scss */
  .m-lg-n24 {
    margin: -40rem !important;
  }
  /* line 34016, app/assets/stylesheets/core.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 34020, app/assets/stylesheets/core.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 34024, app/assets/stylesheets/core.scss */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 34028, app/assets/stylesheets/core.scss */
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 34032, app/assets/stylesheets/core.scss */
  .mx-lg-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 34036, app/assets/stylesheets/core.scss */
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 34040, app/assets/stylesheets/core.scss */
  .mx-lg-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 34044, app/assets/stylesheets/core.scss */
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 34048, app/assets/stylesheets/core.scss */
  .mx-lg-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 34052, app/assets/stylesheets/core.scss */
  .mx-lg-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 34056, app/assets/stylesheets/core.scss */
  .mx-lg-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 34060, app/assets/stylesheets/core.scss */
  .mx-lg-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 34064, app/assets/stylesheets/core.scss */
  .mx-lg-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 34068, app/assets/stylesheets/core.scss */
  .mx-lg-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 34072, app/assets/stylesheets/core.scss */
  .mx-lg-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 34076, app/assets/stylesheets/core.scss */
  .mx-lg-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 34080, app/assets/stylesheets/core.scss */
  .mx-lg-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 34084, app/assets/stylesheets/core.scss */
  .mx-lg-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 34088, app/assets/stylesheets/core.scss */
  .mx-lg-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 34092, app/assets/stylesheets/core.scss */
  .mx-lg-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 34096, app/assets/stylesheets/core.scss */
  .mx-lg-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 34100, app/assets/stylesheets/core.scss */
  .mx-lg-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 34104, app/assets/stylesheets/core.scss */
  .mx-lg-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 34108, app/assets/stylesheets/core.scss */
  .mx-lg-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 34112, app/assets/stylesheets/core.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 34116, app/assets/stylesheets/core.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 34120, app/assets/stylesheets/core.scss */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 34124, app/assets/stylesheets/core.scss */
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 34128, app/assets/stylesheets/core.scss */
  .my-lg-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 34132, app/assets/stylesheets/core.scss */
  .my-lg-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 34136, app/assets/stylesheets/core.scss */
  .my-lg-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 34140, app/assets/stylesheets/core.scss */
  .my-lg-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 34144, app/assets/stylesheets/core.scss */
  .my-lg-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 34148, app/assets/stylesheets/core.scss */
  .my-lg-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 34152, app/assets/stylesheets/core.scss */
  .my-lg-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 34156, app/assets/stylesheets/core.scss */
  .my-lg-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 34160, app/assets/stylesheets/core.scss */
  .my-lg-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 34164, app/assets/stylesheets/core.scss */
  .my-lg-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 34168, app/assets/stylesheets/core.scss */
  .my-lg-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 34172, app/assets/stylesheets/core.scss */
  .my-lg-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 34176, app/assets/stylesheets/core.scss */
  .my-lg-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 34180, app/assets/stylesheets/core.scss */
  .my-lg-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 34184, app/assets/stylesheets/core.scss */
  .my-lg-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 34188, app/assets/stylesheets/core.scss */
  .my-lg-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 34192, app/assets/stylesheets/core.scss */
  .my-lg-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 34196, app/assets/stylesheets/core.scss */
  .my-lg-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 34200, app/assets/stylesheets/core.scss */
  .my-lg-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 34204, app/assets/stylesheets/core.scss */
  .my-lg-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 34208, app/assets/stylesheets/core.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34211, app/assets/stylesheets/core.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34214, app/assets/stylesheets/core.scss */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34217, app/assets/stylesheets/core.scss */
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34220, app/assets/stylesheets/core.scss */
  .mt-lg-n5 {
    margin-top: -2rem !important;
  }
  /* line 34223, app/assets/stylesheets/core.scss */
  .mt-lg-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 34226, app/assets/stylesheets/core.scss */
  .mt-lg-n7 {
    margin-top: -3rem !important;
  }
  /* line 34229, app/assets/stylesheets/core.scss */
  .mt-lg-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 34232, app/assets/stylesheets/core.scss */
  .mt-lg-n9 {
    margin-top: -4rem !important;
  }
  /* line 34235, app/assets/stylesheets/core.scss */
  .mt-lg-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 34238, app/assets/stylesheets/core.scss */
  .mt-lg-n11 {
    margin-top: -5rem !important;
  }
  /* line 34241, app/assets/stylesheets/core.scss */
  .mt-lg-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 34244, app/assets/stylesheets/core.scss */
  .mt-lg-n13 {
    margin-top: -6rem !important;
  }
  /* line 34247, app/assets/stylesheets/core.scss */
  .mt-lg-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 34250, app/assets/stylesheets/core.scss */
  .mt-lg-n15 {
    margin-top: -7rem !important;
  }
  /* line 34253, app/assets/stylesheets/core.scss */
  .mt-lg-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 34256, app/assets/stylesheets/core.scss */
  .mt-lg-n17 {
    margin-top: -8rem !important;
  }
  /* line 34259, app/assets/stylesheets/core.scss */
  .mt-lg-n18 {
    margin-top: -10rem !important;
  }
  /* line 34262, app/assets/stylesheets/core.scss */
  .mt-lg-n19 {
    margin-top: -12rem !important;
  }
  /* line 34265, app/assets/stylesheets/core.scss */
  .mt-lg-n20 {
    margin-top: -14rem !important;
  }
  /* line 34268, app/assets/stylesheets/core.scss */
  .mt-lg-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 34271, app/assets/stylesheets/core.scss */
  .mt-lg-n22 {
    margin-top: -22rem !important;
  }
  /* line 34274, app/assets/stylesheets/core.scss */
  .mt-lg-n23 {
    margin-top: -35rem !important;
  }
  /* line 34277, app/assets/stylesheets/core.scss */
  .mt-lg-n24 {
    margin-top: -40rem !important;
  }
  /* line 34280, app/assets/stylesheets/core.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 34283, app/assets/stylesheets/core.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 34286, app/assets/stylesheets/core.scss */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 34289, app/assets/stylesheets/core.scss */
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 34292, app/assets/stylesheets/core.scss */
  .me-lg-n5 {
    margin-right: -2rem !important;
  }
  /* line 34295, app/assets/stylesheets/core.scss */
  .me-lg-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 34298, app/assets/stylesheets/core.scss */
  .me-lg-n7 {
    margin-right: -3rem !important;
  }
  /* line 34301, app/assets/stylesheets/core.scss */
  .me-lg-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 34304, app/assets/stylesheets/core.scss */
  .me-lg-n9 {
    margin-right: -4rem !important;
  }
  /* line 34307, app/assets/stylesheets/core.scss */
  .me-lg-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 34310, app/assets/stylesheets/core.scss */
  .me-lg-n11 {
    margin-right: -5rem !important;
  }
  /* line 34313, app/assets/stylesheets/core.scss */
  .me-lg-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 34316, app/assets/stylesheets/core.scss */
  .me-lg-n13 {
    margin-right: -6rem !important;
  }
  /* line 34319, app/assets/stylesheets/core.scss */
  .me-lg-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 34322, app/assets/stylesheets/core.scss */
  .me-lg-n15 {
    margin-right: -7rem !important;
  }
  /* line 34325, app/assets/stylesheets/core.scss */
  .me-lg-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 34328, app/assets/stylesheets/core.scss */
  .me-lg-n17 {
    margin-right: -8rem !important;
  }
  /* line 34331, app/assets/stylesheets/core.scss */
  .me-lg-n18 {
    margin-right: -10rem !important;
  }
  /* line 34334, app/assets/stylesheets/core.scss */
  .me-lg-n19 {
    margin-right: -12rem !important;
  }
  /* line 34337, app/assets/stylesheets/core.scss */
  .me-lg-n20 {
    margin-right: -14rem !important;
  }
  /* line 34340, app/assets/stylesheets/core.scss */
  .me-lg-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 34343, app/assets/stylesheets/core.scss */
  .me-lg-n22 {
    margin-right: -22rem !important;
  }
  /* line 34346, app/assets/stylesheets/core.scss */
  .me-lg-n23 {
    margin-right: -35rem !important;
  }
  /* line 34349, app/assets/stylesheets/core.scss */
  .me-lg-n24 {
    margin-right: -40rem !important;
  }
  /* line 34352, app/assets/stylesheets/core.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 34355, app/assets/stylesheets/core.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 34358, app/assets/stylesheets/core.scss */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 34361, app/assets/stylesheets/core.scss */
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 34364, app/assets/stylesheets/core.scss */
  .mb-lg-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 34367, app/assets/stylesheets/core.scss */
  .mb-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 34370, app/assets/stylesheets/core.scss */
  .mb-lg-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 34373, app/assets/stylesheets/core.scss */
  .mb-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 34376, app/assets/stylesheets/core.scss */
  .mb-lg-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 34379, app/assets/stylesheets/core.scss */
  .mb-lg-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 34382, app/assets/stylesheets/core.scss */
  .mb-lg-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 34385, app/assets/stylesheets/core.scss */
  .mb-lg-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 34388, app/assets/stylesheets/core.scss */
  .mb-lg-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 34391, app/assets/stylesheets/core.scss */
  .mb-lg-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 34394, app/assets/stylesheets/core.scss */
  .mb-lg-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 34397, app/assets/stylesheets/core.scss */
  .mb-lg-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 34400, app/assets/stylesheets/core.scss */
  .mb-lg-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 34403, app/assets/stylesheets/core.scss */
  .mb-lg-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 34406, app/assets/stylesheets/core.scss */
  .mb-lg-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 34409, app/assets/stylesheets/core.scss */
  .mb-lg-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 34412, app/assets/stylesheets/core.scss */
  .mb-lg-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 34415, app/assets/stylesheets/core.scss */
  .mb-lg-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 34418, app/assets/stylesheets/core.scss */
  .mb-lg-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 34421, app/assets/stylesheets/core.scss */
  .mb-lg-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 34424, app/assets/stylesheets/core.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34427, app/assets/stylesheets/core.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34430, app/assets/stylesheets/core.scss */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 34433, app/assets/stylesheets/core.scss */
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34436, app/assets/stylesheets/core.scss */
  .ms-lg-n5 {
    margin-left: -2rem !important;
  }
  /* line 34439, app/assets/stylesheets/core.scss */
  .ms-lg-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 34442, app/assets/stylesheets/core.scss */
  .ms-lg-n7 {
    margin-left: -3rem !important;
  }
  /* line 34445, app/assets/stylesheets/core.scss */
  .ms-lg-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 34448, app/assets/stylesheets/core.scss */
  .ms-lg-n9 {
    margin-left: -4rem !important;
  }
  /* line 34451, app/assets/stylesheets/core.scss */
  .ms-lg-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 34454, app/assets/stylesheets/core.scss */
  .ms-lg-n11 {
    margin-left: -5rem !important;
  }
  /* line 34457, app/assets/stylesheets/core.scss */
  .ms-lg-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 34460, app/assets/stylesheets/core.scss */
  .ms-lg-n13 {
    margin-left: -6rem !important;
  }
  /* line 34463, app/assets/stylesheets/core.scss */
  .ms-lg-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 34466, app/assets/stylesheets/core.scss */
  .ms-lg-n15 {
    margin-left: -7rem !important;
  }
  /* line 34469, app/assets/stylesheets/core.scss */
  .ms-lg-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 34472, app/assets/stylesheets/core.scss */
  .ms-lg-n17 {
    margin-left: -8rem !important;
  }
  /* line 34475, app/assets/stylesheets/core.scss */
  .ms-lg-n18 {
    margin-left: -10rem !important;
  }
  /* line 34478, app/assets/stylesheets/core.scss */
  .ms-lg-n19 {
    margin-left: -12rem !important;
  }
  /* line 34481, app/assets/stylesheets/core.scss */
  .ms-lg-n20 {
    margin-left: -14rem !important;
  }
  /* line 34484, app/assets/stylesheets/core.scss */
  .ms-lg-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 34487, app/assets/stylesheets/core.scss */
  .ms-lg-n22 {
    margin-left: -22rem !important;
  }
  /* line 34490, app/assets/stylesheets/core.scss */
  .ms-lg-n23 {
    margin-left: -35rem !important;
  }
  /* line 34493, app/assets/stylesheets/core.scss */
  .ms-lg-n24 {
    margin-left: -40rem !important;
  }
  /* line 34496, app/assets/stylesheets/core.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 34499, app/assets/stylesheets/core.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 34502, app/assets/stylesheets/core.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 34505, app/assets/stylesheets/core.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 34508, app/assets/stylesheets/core.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 34511, app/assets/stylesheets/core.scss */
  .p-lg-5 {
    padding: 2rem !important;
  }
  /* line 34514, app/assets/stylesheets/core.scss */
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  /* line 34517, app/assets/stylesheets/core.scss */
  .p-lg-7 {
    padding: 3rem !important;
  }
  /* line 34520, app/assets/stylesheets/core.scss */
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  /* line 34523, app/assets/stylesheets/core.scss */
  .p-lg-9 {
    padding: 4rem !important;
  }
  /* line 34526, app/assets/stylesheets/core.scss */
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  /* line 34529, app/assets/stylesheets/core.scss */
  .p-lg-11 {
    padding: 5rem !important;
  }
  /* line 34532, app/assets/stylesheets/core.scss */
  .p-lg-12 {
    padding: 5.5rem !important;
  }
  /* line 34535, app/assets/stylesheets/core.scss */
  .p-lg-13 {
    padding: 6rem !important;
  }
  /* line 34538, app/assets/stylesheets/core.scss */
  .p-lg-14 {
    padding: 6.5rem !important;
  }
  /* line 34541, app/assets/stylesheets/core.scss */
  .p-lg-15 {
    padding: 7rem !important;
  }
  /* line 34544, app/assets/stylesheets/core.scss */
  .p-lg-16 {
    padding: 7.5rem !important;
  }
  /* line 34547, app/assets/stylesheets/core.scss */
  .p-lg-17 {
    padding: 8rem !important;
  }
  /* line 34550, app/assets/stylesheets/core.scss */
  .p-lg-18 {
    padding: 10rem !important;
  }
  /* line 34553, app/assets/stylesheets/core.scss */
  .p-lg-19 {
    padding: 12rem !important;
  }
  /* line 34556, app/assets/stylesheets/core.scss */
  .p-lg-20 {
    padding: 14rem !important;
  }
  /* line 34559, app/assets/stylesheets/core.scss */
  .p-lg-21 {
    padding: 18.5rem !important;
  }
  /* line 34562, app/assets/stylesheets/core.scss */
  .p-lg-22 {
    padding: 22rem !important;
  }
  /* line 34565, app/assets/stylesheets/core.scss */
  .p-lg-23 {
    padding: 35rem !important;
  }
  /* line 34568, app/assets/stylesheets/core.scss */
  .p-lg-24 {
    padding: 40rem !important;
  }
  /* line 34571, app/assets/stylesheets/core.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 34575, app/assets/stylesheets/core.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 34579, app/assets/stylesheets/core.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 34583, app/assets/stylesheets/core.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 34587, app/assets/stylesheets/core.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 34591, app/assets/stylesheets/core.scss */
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 34595, app/assets/stylesheets/core.scss */
  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 34599, app/assets/stylesheets/core.scss */
  .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 34603, app/assets/stylesheets/core.scss */
  .px-lg-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 34607, app/assets/stylesheets/core.scss */
  .px-lg-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 34611, app/assets/stylesheets/core.scss */
  .px-lg-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 34615, app/assets/stylesheets/core.scss */
  .px-lg-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 34619, app/assets/stylesheets/core.scss */
  .px-lg-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 34623, app/assets/stylesheets/core.scss */
  .px-lg-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 34627, app/assets/stylesheets/core.scss */
  .px-lg-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 34631, app/assets/stylesheets/core.scss */
  .px-lg-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 34635, app/assets/stylesheets/core.scss */
  .px-lg-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 34639, app/assets/stylesheets/core.scss */
  .px-lg-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 34643, app/assets/stylesheets/core.scss */
  .px-lg-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 34647, app/assets/stylesheets/core.scss */
  .px-lg-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 34651, app/assets/stylesheets/core.scss */
  .px-lg-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 34655, app/assets/stylesheets/core.scss */
  .px-lg-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 34659, app/assets/stylesheets/core.scss */
  .px-lg-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 34663, app/assets/stylesheets/core.scss */
  .px-lg-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 34667, app/assets/stylesheets/core.scss */
  .px-lg-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 34671, app/assets/stylesheets/core.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 34675, app/assets/stylesheets/core.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 34679, app/assets/stylesheets/core.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 34683, app/assets/stylesheets/core.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 34687, app/assets/stylesheets/core.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 34691, app/assets/stylesheets/core.scss */
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 34695, app/assets/stylesheets/core.scss */
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 34699, app/assets/stylesheets/core.scss */
  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 34703, app/assets/stylesheets/core.scss */
  .py-lg-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 34707, app/assets/stylesheets/core.scss */
  .py-lg-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 34711, app/assets/stylesheets/core.scss */
  .py-lg-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 34715, app/assets/stylesheets/core.scss */
  .py-lg-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 34719, app/assets/stylesheets/core.scss */
  .py-lg-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 34723, app/assets/stylesheets/core.scss */
  .py-lg-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 34727, app/assets/stylesheets/core.scss */
  .py-lg-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 34731, app/assets/stylesheets/core.scss */
  .py-lg-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 34735, app/assets/stylesheets/core.scss */
  .py-lg-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 34739, app/assets/stylesheets/core.scss */
  .py-lg-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 34743, app/assets/stylesheets/core.scss */
  .py-lg-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 34747, app/assets/stylesheets/core.scss */
  .py-lg-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 34751, app/assets/stylesheets/core.scss */
  .py-lg-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 34755, app/assets/stylesheets/core.scss */
  .py-lg-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 34759, app/assets/stylesheets/core.scss */
  .py-lg-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 34763, app/assets/stylesheets/core.scss */
  .py-lg-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 34767, app/assets/stylesheets/core.scss */
  .py-lg-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 34771, app/assets/stylesheets/core.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 34774, app/assets/stylesheets/core.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 34777, app/assets/stylesheets/core.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 34780, app/assets/stylesheets/core.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 34783, app/assets/stylesheets/core.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 34786, app/assets/stylesheets/core.scss */
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  /* line 34789, app/assets/stylesheets/core.scss */
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  /* line 34792, app/assets/stylesheets/core.scss */
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  /* line 34795, app/assets/stylesheets/core.scss */
  .pt-lg-8 {
    padding-top: 3.5rem !important;
  }
  /* line 34798, app/assets/stylesheets/core.scss */
  .pt-lg-9 {
    padding-top: 4rem !important;
  }
  /* line 34801, app/assets/stylesheets/core.scss */
  .pt-lg-10 {
    padding-top: 4.5rem !important;
  }
  /* line 34804, app/assets/stylesheets/core.scss */
  .pt-lg-11 {
    padding-top: 5rem !important;
  }
  /* line 34807, app/assets/stylesheets/core.scss */
  .pt-lg-12 {
    padding-top: 5.5rem !important;
  }
  /* line 34810, app/assets/stylesheets/core.scss */
  .pt-lg-13 {
    padding-top: 6rem !important;
  }
  /* line 34813, app/assets/stylesheets/core.scss */
  .pt-lg-14 {
    padding-top: 6.5rem !important;
  }
  /* line 34816, app/assets/stylesheets/core.scss */
  .pt-lg-15 {
    padding-top: 7rem !important;
  }
  /* line 34819, app/assets/stylesheets/core.scss */
  .pt-lg-16 {
    padding-top: 7.5rem !important;
  }
  /* line 34822, app/assets/stylesheets/core.scss */
  .pt-lg-17 {
    padding-top: 8rem !important;
  }
  /* line 34825, app/assets/stylesheets/core.scss */
  .pt-lg-18 {
    padding-top: 10rem !important;
  }
  /* line 34828, app/assets/stylesheets/core.scss */
  .pt-lg-19 {
    padding-top: 12rem !important;
  }
  /* line 34831, app/assets/stylesheets/core.scss */
  .pt-lg-20 {
    padding-top: 14rem !important;
  }
  /* line 34834, app/assets/stylesheets/core.scss */
  .pt-lg-21 {
    padding-top: 18.5rem !important;
  }
  /* line 34837, app/assets/stylesheets/core.scss */
  .pt-lg-22 {
    padding-top: 22rem !important;
  }
  /* line 34840, app/assets/stylesheets/core.scss */
  .pt-lg-23 {
    padding-top: 35rem !important;
  }
  /* line 34843, app/assets/stylesheets/core.scss */
  .pt-lg-24 {
    padding-top: 40rem !important;
  }
  /* line 34846, app/assets/stylesheets/core.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 34849, app/assets/stylesheets/core.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 34852, app/assets/stylesheets/core.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 34855, app/assets/stylesheets/core.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 34858, app/assets/stylesheets/core.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 34861, app/assets/stylesheets/core.scss */
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  /* line 34864, app/assets/stylesheets/core.scss */
  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  /* line 34867, app/assets/stylesheets/core.scss */
  .pe-lg-7 {
    padding-right: 3rem !important;
  }
  /* line 34870, app/assets/stylesheets/core.scss */
  .pe-lg-8 {
    padding-right: 3.5rem !important;
  }
  /* line 34873, app/assets/stylesheets/core.scss */
  .pe-lg-9 {
    padding-right: 4rem !important;
  }
  /* line 34876, app/assets/stylesheets/core.scss */
  .pe-lg-10 {
    padding-right: 4.5rem !important;
  }
  /* line 34879, app/assets/stylesheets/core.scss */
  .pe-lg-11 {
    padding-right: 5rem !important;
  }
  /* line 34882, app/assets/stylesheets/core.scss */
  .pe-lg-12 {
    padding-right: 5.5rem !important;
  }
  /* line 34885, app/assets/stylesheets/core.scss */
  .pe-lg-13 {
    padding-right: 6rem !important;
  }
  /* line 34888, app/assets/stylesheets/core.scss */
  .pe-lg-14 {
    padding-right: 6.5rem !important;
  }
  /* line 34891, app/assets/stylesheets/core.scss */
  .pe-lg-15 {
    padding-right: 7rem !important;
  }
  /* line 34894, app/assets/stylesheets/core.scss */
  .pe-lg-16 {
    padding-right: 7.5rem !important;
  }
  /* line 34897, app/assets/stylesheets/core.scss */
  .pe-lg-17 {
    padding-right: 8rem !important;
  }
  /* line 34900, app/assets/stylesheets/core.scss */
  .pe-lg-18 {
    padding-right: 10rem !important;
  }
  /* line 34903, app/assets/stylesheets/core.scss */
  .pe-lg-19 {
    padding-right: 12rem !important;
  }
  /* line 34906, app/assets/stylesheets/core.scss */
  .pe-lg-20 {
    padding-right: 14rem !important;
  }
  /* line 34909, app/assets/stylesheets/core.scss */
  .pe-lg-21 {
    padding-right: 18.5rem !important;
  }
  /* line 34912, app/assets/stylesheets/core.scss */
  .pe-lg-22 {
    padding-right: 22rem !important;
  }
  /* line 34915, app/assets/stylesheets/core.scss */
  .pe-lg-23 {
    padding-right: 35rem !important;
  }
  /* line 34918, app/assets/stylesheets/core.scss */
  .pe-lg-24 {
    padding-right: 40rem !important;
  }
  /* line 34921, app/assets/stylesheets/core.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 34924, app/assets/stylesheets/core.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 34927, app/assets/stylesheets/core.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 34930, app/assets/stylesheets/core.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 34933, app/assets/stylesheets/core.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 34936, app/assets/stylesheets/core.scss */
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  /* line 34939, app/assets/stylesheets/core.scss */
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 34942, app/assets/stylesheets/core.scss */
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  /* line 34945, app/assets/stylesheets/core.scss */
  .pb-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 34948, app/assets/stylesheets/core.scss */
  .pb-lg-9 {
    padding-bottom: 4rem !important;
  }
  /* line 34951, app/assets/stylesheets/core.scss */
  .pb-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 34954, app/assets/stylesheets/core.scss */
  .pb-lg-11 {
    padding-bottom: 5rem !important;
  }
  /* line 34957, app/assets/stylesheets/core.scss */
  .pb-lg-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 34960, app/assets/stylesheets/core.scss */
  .pb-lg-13 {
    padding-bottom: 6rem !important;
  }
  /* line 34963, app/assets/stylesheets/core.scss */
  .pb-lg-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 34966, app/assets/stylesheets/core.scss */
  .pb-lg-15 {
    padding-bottom: 7rem !important;
  }
  /* line 34969, app/assets/stylesheets/core.scss */
  .pb-lg-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 34972, app/assets/stylesheets/core.scss */
  .pb-lg-17 {
    padding-bottom: 8rem !important;
  }
  /* line 34975, app/assets/stylesheets/core.scss */
  .pb-lg-18 {
    padding-bottom: 10rem !important;
  }
  /* line 34978, app/assets/stylesheets/core.scss */
  .pb-lg-19 {
    padding-bottom: 12rem !important;
  }
  /* line 34981, app/assets/stylesheets/core.scss */
  .pb-lg-20 {
    padding-bottom: 14rem !important;
  }
  /* line 34984, app/assets/stylesheets/core.scss */
  .pb-lg-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 34987, app/assets/stylesheets/core.scss */
  .pb-lg-22 {
    padding-bottom: 22rem !important;
  }
  /* line 34990, app/assets/stylesheets/core.scss */
  .pb-lg-23 {
    padding-bottom: 35rem !important;
  }
  /* line 34993, app/assets/stylesheets/core.scss */
  .pb-lg-24 {
    padding-bottom: 40rem !important;
  }
  /* line 34996, app/assets/stylesheets/core.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 34999, app/assets/stylesheets/core.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 35002, app/assets/stylesheets/core.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 35005, app/assets/stylesheets/core.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 35008, app/assets/stylesheets/core.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 35011, app/assets/stylesheets/core.scss */
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  /* line 35014, app/assets/stylesheets/core.scss */
  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  /* line 35017, app/assets/stylesheets/core.scss */
  .ps-lg-7 {
    padding-left: 3rem !important;
  }
  /* line 35020, app/assets/stylesheets/core.scss */
  .ps-lg-8 {
    padding-left: 3.5rem !important;
  }
  /* line 35023, app/assets/stylesheets/core.scss */
  .ps-lg-9 {
    padding-left: 4rem !important;
  }
  /* line 35026, app/assets/stylesheets/core.scss */
  .ps-lg-10 {
    padding-left: 4.5rem !important;
  }
  /* line 35029, app/assets/stylesheets/core.scss */
  .ps-lg-11 {
    padding-left: 5rem !important;
  }
  /* line 35032, app/assets/stylesheets/core.scss */
  .ps-lg-12 {
    padding-left: 5.5rem !important;
  }
  /* line 35035, app/assets/stylesheets/core.scss */
  .ps-lg-13 {
    padding-left: 6rem !important;
  }
  /* line 35038, app/assets/stylesheets/core.scss */
  .ps-lg-14 {
    padding-left: 6.5rem !important;
  }
  /* line 35041, app/assets/stylesheets/core.scss */
  .ps-lg-15 {
    padding-left: 7rem !important;
  }
  /* line 35044, app/assets/stylesheets/core.scss */
  .ps-lg-16 {
    padding-left: 7.5rem !important;
  }
  /* line 35047, app/assets/stylesheets/core.scss */
  .ps-lg-17 {
    padding-left: 8rem !important;
  }
  /* line 35050, app/assets/stylesheets/core.scss */
  .ps-lg-18 {
    padding-left: 10rem !important;
  }
  /* line 35053, app/assets/stylesheets/core.scss */
  .ps-lg-19 {
    padding-left: 12rem !important;
  }
  /* line 35056, app/assets/stylesheets/core.scss */
  .ps-lg-20 {
    padding-left: 14rem !important;
  }
  /* line 35059, app/assets/stylesheets/core.scss */
  .ps-lg-21 {
    padding-left: 18.5rem !important;
  }
  /* line 35062, app/assets/stylesheets/core.scss */
  .ps-lg-22 {
    padding-left: 22rem !important;
  }
  /* line 35065, app/assets/stylesheets/core.scss */
  .ps-lg-23 {
    padding-left: 35rem !important;
  }
  /* line 35068, app/assets/stylesheets/core.scss */
  .ps-lg-24 {
    padding-left: 40rem !important;
  }
  /* line 35071, app/assets/stylesheets/core.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 35074, app/assets/stylesheets/core.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 35077, app/assets/stylesheets/core.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 35080, app/assets/stylesheets/core.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 35083, app/assets/stylesheets/core.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 35086, app/assets/stylesheets/core.scss */
  .gap-lg-5 {
    gap: 2rem !important;
  }
  /* line 35089, app/assets/stylesheets/core.scss */
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  /* line 35092, app/assets/stylesheets/core.scss */
  .gap-lg-7 {
    gap: 3rem !important;
  }
  /* line 35095, app/assets/stylesheets/core.scss */
  .gap-lg-8 {
    gap: 3.5rem !important;
  }
  /* line 35098, app/assets/stylesheets/core.scss */
  .gap-lg-9 {
    gap: 4rem !important;
  }
  /* line 35101, app/assets/stylesheets/core.scss */
  .gap-lg-10 {
    gap: 4.5rem !important;
  }
  /* line 35104, app/assets/stylesheets/core.scss */
  .gap-lg-11 {
    gap: 5rem !important;
  }
  /* line 35107, app/assets/stylesheets/core.scss */
  .gap-lg-12 {
    gap: 5.5rem !important;
  }
  /* line 35110, app/assets/stylesheets/core.scss */
  .gap-lg-13 {
    gap: 6rem !important;
  }
  /* line 35113, app/assets/stylesheets/core.scss */
  .gap-lg-14 {
    gap: 6.5rem !important;
  }
  /* line 35116, app/assets/stylesheets/core.scss */
  .gap-lg-15 {
    gap: 7rem !important;
  }
  /* line 35119, app/assets/stylesheets/core.scss */
  .gap-lg-16 {
    gap: 7.5rem !important;
  }
  /* line 35122, app/assets/stylesheets/core.scss */
  .gap-lg-17 {
    gap: 8rem !important;
  }
  /* line 35125, app/assets/stylesheets/core.scss */
  .gap-lg-18 {
    gap: 10rem !important;
  }
  /* line 35128, app/assets/stylesheets/core.scss */
  .gap-lg-19 {
    gap: 12rem !important;
  }
  /* line 35131, app/assets/stylesheets/core.scss */
  .gap-lg-20 {
    gap: 14rem !important;
  }
  /* line 35134, app/assets/stylesheets/core.scss */
  .gap-lg-21 {
    gap: 18.5rem !important;
  }
  /* line 35137, app/assets/stylesheets/core.scss */
  .gap-lg-22 {
    gap: 22rem !important;
  }
  /* line 35140, app/assets/stylesheets/core.scss */
  .gap-lg-23 {
    gap: 35rem !important;
  }
  /* line 35143, app/assets/stylesheets/core.scss */
  .gap-lg-24 {
    gap: 40rem !important;
  }
  /* line 35146, app/assets/stylesheets/core.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 35149, app/assets/stylesheets/core.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 35152, app/assets/stylesheets/core.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 35155, app/assets/stylesheets/core.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 35158, app/assets/stylesheets/core.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 35161, app/assets/stylesheets/core.scss */
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  /* line 35164, app/assets/stylesheets/core.scss */
  .row-gap-lg-6 {
    row-gap: 2.5rem !important;
  }
  /* line 35167, app/assets/stylesheets/core.scss */
  .row-gap-lg-7 {
    row-gap: 3rem !important;
  }
  /* line 35170, app/assets/stylesheets/core.scss */
  .row-gap-lg-8 {
    row-gap: 3.5rem !important;
  }
  /* line 35173, app/assets/stylesheets/core.scss */
  .row-gap-lg-9 {
    row-gap: 4rem !important;
  }
  /* line 35176, app/assets/stylesheets/core.scss */
  .row-gap-lg-10 {
    row-gap: 4.5rem !important;
  }
  /* line 35179, app/assets/stylesheets/core.scss */
  .row-gap-lg-11 {
    row-gap: 5rem !important;
  }
  /* line 35182, app/assets/stylesheets/core.scss */
  .row-gap-lg-12 {
    row-gap: 5.5rem !important;
  }
  /* line 35185, app/assets/stylesheets/core.scss */
  .row-gap-lg-13 {
    row-gap: 6rem !important;
  }
  /* line 35188, app/assets/stylesheets/core.scss */
  .row-gap-lg-14 {
    row-gap: 6.5rem !important;
  }
  /* line 35191, app/assets/stylesheets/core.scss */
  .row-gap-lg-15 {
    row-gap: 7rem !important;
  }
  /* line 35194, app/assets/stylesheets/core.scss */
  .row-gap-lg-16 {
    row-gap: 7.5rem !important;
  }
  /* line 35197, app/assets/stylesheets/core.scss */
  .row-gap-lg-17 {
    row-gap: 8rem !important;
  }
  /* line 35200, app/assets/stylesheets/core.scss */
  .row-gap-lg-18 {
    row-gap: 10rem !important;
  }
  /* line 35203, app/assets/stylesheets/core.scss */
  .row-gap-lg-19 {
    row-gap: 12rem !important;
  }
  /* line 35206, app/assets/stylesheets/core.scss */
  .row-gap-lg-20 {
    row-gap: 14rem !important;
  }
  /* line 35209, app/assets/stylesheets/core.scss */
  .row-gap-lg-21 {
    row-gap: 18.5rem !important;
  }
  /* line 35212, app/assets/stylesheets/core.scss */
  .row-gap-lg-22 {
    row-gap: 22rem !important;
  }
  /* line 35215, app/assets/stylesheets/core.scss */
  .row-gap-lg-23 {
    row-gap: 35rem !important;
  }
  /* line 35218, app/assets/stylesheets/core.scss */
  .row-gap-lg-24 {
    row-gap: 40rem !important;
  }
  /* line 35221, app/assets/stylesheets/core.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 35225, app/assets/stylesheets/core.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 35229, app/assets/stylesheets/core.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 35233, app/assets/stylesheets/core.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 35237, app/assets/stylesheets/core.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 35241, app/assets/stylesheets/core.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 35245, app/assets/stylesheets/core.scss */
  .column-gap-lg-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 35249, app/assets/stylesheets/core.scss */
  .column-gap-lg-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 35253, app/assets/stylesheets/core.scss */
  .column-gap-lg-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 35257, app/assets/stylesheets/core.scss */
  .column-gap-lg-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 35261, app/assets/stylesheets/core.scss */
  .column-gap-lg-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 35265, app/assets/stylesheets/core.scss */
  .column-gap-lg-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 35269, app/assets/stylesheets/core.scss */
  .column-gap-lg-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 35273, app/assets/stylesheets/core.scss */
  .column-gap-lg-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 35277, app/assets/stylesheets/core.scss */
  .column-gap-lg-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 35281, app/assets/stylesheets/core.scss */
  .column-gap-lg-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 35285, app/assets/stylesheets/core.scss */
  .column-gap-lg-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 35289, app/assets/stylesheets/core.scss */
  .column-gap-lg-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 35293, app/assets/stylesheets/core.scss */
  .column-gap-lg-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 35297, app/assets/stylesheets/core.scss */
  .column-gap-lg-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 35301, app/assets/stylesheets/core.scss */
  .column-gap-lg-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 35305, app/assets/stylesheets/core.scss */
  .column-gap-lg-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 35309, app/assets/stylesheets/core.scss */
  .column-gap-lg-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 35313, app/assets/stylesheets/core.scss */
  .column-gap-lg-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 35317, app/assets/stylesheets/core.scss */
  .column-gap-lg-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 35321, app/assets/stylesheets/core.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 35324, app/assets/stylesheets/core.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 35327, app/assets/stylesheets/core.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 35332, app/assets/stylesheets/core.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 35335, app/assets/stylesheets/core.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 35338, app/assets/stylesheets/core.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 35341, app/assets/stylesheets/core.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 35345, app/assets/stylesheets/core.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 35349, app/assets/stylesheets/core.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 35353, app/assets/stylesheets/core.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 35357, app/assets/stylesheets/core.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 35361, app/assets/stylesheets/core.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 35364, app/assets/stylesheets/core.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 35367, app/assets/stylesheets/core.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 35370, app/assets/stylesheets/core.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 35373, app/assets/stylesheets/core.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 35376, app/assets/stylesheets/core.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 35379, app/assets/stylesheets/core.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 35382, app/assets/stylesheets/core.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 35385, app/assets/stylesheets/core.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 35388, app/assets/stylesheets/core.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 35391, app/assets/stylesheets/core.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 35394, app/assets/stylesheets/core.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 35397, app/assets/stylesheets/core.scss */
  .w-xl-30 {
    width: 30% !important;
  }
  /* line 35400, app/assets/stylesheets/core.scss */
  .w-xl-40 {
    width: 40% !important;
  }
  /* line 35403, app/assets/stylesheets/core.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 35406, app/assets/stylesheets/core.scss */
  .w-xl-65 {
    width: 65% !important;
  }
  /* line 35409, app/assets/stylesheets/core.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 35412, app/assets/stylesheets/core.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 35415, app/assets/stylesheets/core.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 35418, app/assets/stylesheets/core.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 35421, app/assets/stylesheets/core.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 35424, app/assets/stylesheets/core.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 35427, app/assets/stylesheets/core.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 35430, app/assets/stylesheets/core.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 35433, app/assets/stylesheets/core.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 35436, app/assets/stylesheets/core.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 35439, app/assets/stylesheets/core.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 35442, app/assets/stylesheets/core.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 35445, app/assets/stylesheets/core.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 35448, app/assets/stylesheets/core.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 35451, app/assets/stylesheets/core.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 35454, app/assets/stylesheets/core.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 35457, app/assets/stylesheets/core.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 35460, app/assets/stylesheets/core.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 35463, app/assets/stylesheets/core.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 35466, app/assets/stylesheets/core.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 35469, app/assets/stylesheets/core.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 35472, app/assets/stylesheets/core.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 35475, app/assets/stylesheets/core.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 35478, app/assets/stylesheets/core.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 35481, app/assets/stylesheets/core.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35484, app/assets/stylesheets/core.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 35487, app/assets/stylesheets/core.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 35490, app/assets/stylesheets/core.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 35493, app/assets/stylesheets/core.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 35496, app/assets/stylesheets/core.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 35499, app/assets/stylesheets/core.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 35502, app/assets/stylesheets/core.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 35505, app/assets/stylesheets/core.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 35508, app/assets/stylesheets/core.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 35511, app/assets/stylesheets/core.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 35514, app/assets/stylesheets/core.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 35517, app/assets/stylesheets/core.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 35520, app/assets/stylesheets/core.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 35523, app/assets/stylesheets/core.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 35526, app/assets/stylesheets/core.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 35529, app/assets/stylesheets/core.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 35532, app/assets/stylesheets/core.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 35535, app/assets/stylesheets/core.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 35538, app/assets/stylesheets/core.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 35541, app/assets/stylesheets/core.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 35544, app/assets/stylesheets/core.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 35547, app/assets/stylesheets/core.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 35550, app/assets/stylesheets/core.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 35553, app/assets/stylesheets/core.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 35556, app/assets/stylesheets/core.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 35559, app/assets/stylesheets/core.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 35562, app/assets/stylesheets/core.scss */
  .m-xl-5 {
    margin: 2rem !important;
  }
  /* line 35565, app/assets/stylesheets/core.scss */
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  /* line 35568, app/assets/stylesheets/core.scss */
  .m-xl-7 {
    margin: 3rem !important;
  }
  /* line 35571, app/assets/stylesheets/core.scss */
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  /* line 35574, app/assets/stylesheets/core.scss */
  .m-xl-9 {
    margin: 4rem !important;
  }
  /* line 35577, app/assets/stylesheets/core.scss */
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  /* line 35580, app/assets/stylesheets/core.scss */
  .m-xl-11 {
    margin: 5rem !important;
  }
  /* line 35583, app/assets/stylesheets/core.scss */
  .m-xl-12 {
    margin: 5.5rem !important;
  }
  /* line 35586, app/assets/stylesheets/core.scss */
  .m-xl-13 {
    margin: 6rem !important;
  }
  /* line 35589, app/assets/stylesheets/core.scss */
  .m-xl-14 {
    margin: 6.5rem !important;
  }
  /* line 35592, app/assets/stylesheets/core.scss */
  .m-xl-15 {
    margin: 7rem !important;
  }
  /* line 35595, app/assets/stylesheets/core.scss */
  .m-xl-16 {
    margin: 7.5rem !important;
  }
  /* line 35598, app/assets/stylesheets/core.scss */
  .m-xl-17 {
    margin: 8rem !important;
  }
  /* line 35601, app/assets/stylesheets/core.scss */
  .m-xl-18 {
    margin: 10rem !important;
  }
  /* line 35604, app/assets/stylesheets/core.scss */
  .m-xl-19 {
    margin: 12rem !important;
  }
  /* line 35607, app/assets/stylesheets/core.scss */
  .m-xl-20 {
    margin: 14rem !important;
  }
  /* line 35610, app/assets/stylesheets/core.scss */
  .m-xl-21 {
    margin: 18.5rem !important;
  }
  /* line 35613, app/assets/stylesheets/core.scss */
  .m-xl-22 {
    margin: 22rem !important;
  }
  /* line 35616, app/assets/stylesheets/core.scss */
  .m-xl-23 {
    margin: 35rem !important;
  }
  /* line 35619, app/assets/stylesheets/core.scss */
  .m-xl-24 {
    margin: 40rem !important;
  }
  /* line 35622, app/assets/stylesheets/core.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 35625, app/assets/stylesheets/core.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 35629, app/assets/stylesheets/core.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 35633, app/assets/stylesheets/core.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 35637, app/assets/stylesheets/core.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 35641, app/assets/stylesheets/core.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 35645, app/assets/stylesheets/core.scss */
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 35649, app/assets/stylesheets/core.scss */
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 35653, app/assets/stylesheets/core.scss */
  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 35657, app/assets/stylesheets/core.scss */
  .mx-xl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 35661, app/assets/stylesheets/core.scss */
  .mx-xl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 35665, app/assets/stylesheets/core.scss */
  .mx-xl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 35669, app/assets/stylesheets/core.scss */
  .mx-xl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 35673, app/assets/stylesheets/core.scss */
  .mx-xl-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 35677, app/assets/stylesheets/core.scss */
  .mx-xl-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 35681, app/assets/stylesheets/core.scss */
  .mx-xl-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 35685, app/assets/stylesheets/core.scss */
  .mx-xl-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 35689, app/assets/stylesheets/core.scss */
  .mx-xl-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 35693, app/assets/stylesheets/core.scss */
  .mx-xl-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 35697, app/assets/stylesheets/core.scss */
  .mx-xl-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 35701, app/assets/stylesheets/core.scss */
  .mx-xl-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 35705, app/assets/stylesheets/core.scss */
  .mx-xl-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 35709, app/assets/stylesheets/core.scss */
  .mx-xl-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 35713, app/assets/stylesheets/core.scss */
  .mx-xl-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 35717, app/assets/stylesheets/core.scss */
  .mx-xl-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 35721, app/assets/stylesheets/core.scss */
  .mx-xl-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 35725, app/assets/stylesheets/core.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 35729, app/assets/stylesheets/core.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 35733, app/assets/stylesheets/core.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 35737, app/assets/stylesheets/core.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 35741, app/assets/stylesheets/core.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 35745, app/assets/stylesheets/core.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 35749, app/assets/stylesheets/core.scss */
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 35753, app/assets/stylesheets/core.scss */
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 35757, app/assets/stylesheets/core.scss */
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 35761, app/assets/stylesheets/core.scss */
  .my-xl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 35765, app/assets/stylesheets/core.scss */
  .my-xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 35769, app/assets/stylesheets/core.scss */
  .my-xl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 35773, app/assets/stylesheets/core.scss */
  .my-xl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 35777, app/assets/stylesheets/core.scss */
  .my-xl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 35781, app/assets/stylesheets/core.scss */
  .my-xl-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 35785, app/assets/stylesheets/core.scss */
  .my-xl-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 35789, app/assets/stylesheets/core.scss */
  .my-xl-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 35793, app/assets/stylesheets/core.scss */
  .my-xl-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 35797, app/assets/stylesheets/core.scss */
  .my-xl-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 35801, app/assets/stylesheets/core.scss */
  .my-xl-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 35805, app/assets/stylesheets/core.scss */
  .my-xl-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 35809, app/assets/stylesheets/core.scss */
  .my-xl-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 35813, app/assets/stylesheets/core.scss */
  .my-xl-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 35817, app/assets/stylesheets/core.scss */
  .my-xl-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 35821, app/assets/stylesheets/core.scss */
  .my-xl-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 35825, app/assets/stylesheets/core.scss */
  .my-xl-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 35829, app/assets/stylesheets/core.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 35833, app/assets/stylesheets/core.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 35836, app/assets/stylesheets/core.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 35839, app/assets/stylesheets/core.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 35842, app/assets/stylesheets/core.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 35845, app/assets/stylesheets/core.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 35848, app/assets/stylesheets/core.scss */
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  /* line 35851, app/assets/stylesheets/core.scss */
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 35854, app/assets/stylesheets/core.scss */
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  /* line 35857, app/assets/stylesheets/core.scss */
  .mt-xl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 35860, app/assets/stylesheets/core.scss */
  .mt-xl-9 {
    margin-top: 4rem !important;
  }
  /* line 35863, app/assets/stylesheets/core.scss */
  .mt-xl-10 {
    margin-top: 4.5rem !important;
  }
  /* line 35866, app/assets/stylesheets/core.scss */
  .mt-xl-11 {
    margin-top: 5rem !important;
  }
  /* line 35869, app/assets/stylesheets/core.scss */
  .mt-xl-12 {
    margin-top: 5.5rem !important;
  }
  /* line 35872, app/assets/stylesheets/core.scss */
  .mt-xl-13 {
    margin-top: 6rem !important;
  }
  /* line 35875, app/assets/stylesheets/core.scss */
  .mt-xl-14 {
    margin-top: 6.5rem !important;
  }
  /* line 35878, app/assets/stylesheets/core.scss */
  .mt-xl-15 {
    margin-top: 7rem !important;
  }
  /* line 35881, app/assets/stylesheets/core.scss */
  .mt-xl-16 {
    margin-top: 7.5rem !important;
  }
  /* line 35884, app/assets/stylesheets/core.scss */
  .mt-xl-17 {
    margin-top: 8rem !important;
  }
  /* line 35887, app/assets/stylesheets/core.scss */
  .mt-xl-18 {
    margin-top: 10rem !important;
  }
  /* line 35890, app/assets/stylesheets/core.scss */
  .mt-xl-19 {
    margin-top: 12rem !important;
  }
  /* line 35893, app/assets/stylesheets/core.scss */
  .mt-xl-20 {
    margin-top: 14rem !important;
  }
  /* line 35896, app/assets/stylesheets/core.scss */
  .mt-xl-21 {
    margin-top: 18.5rem !important;
  }
  /* line 35899, app/assets/stylesheets/core.scss */
  .mt-xl-22 {
    margin-top: 22rem !important;
  }
  /* line 35902, app/assets/stylesheets/core.scss */
  .mt-xl-23 {
    margin-top: 35rem !important;
  }
  /* line 35905, app/assets/stylesheets/core.scss */
  .mt-xl-24 {
    margin-top: 40rem !important;
  }
  /* line 35908, app/assets/stylesheets/core.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 35911, app/assets/stylesheets/core.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 35914, app/assets/stylesheets/core.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 35917, app/assets/stylesheets/core.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 35920, app/assets/stylesheets/core.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 35923, app/assets/stylesheets/core.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 35926, app/assets/stylesheets/core.scss */
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  /* line 35929, app/assets/stylesheets/core.scss */
  .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 35932, app/assets/stylesheets/core.scss */
  .me-xl-7 {
    margin-right: 3rem !important;
  }
  /* line 35935, app/assets/stylesheets/core.scss */
  .me-xl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 35938, app/assets/stylesheets/core.scss */
  .me-xl-9 {
    margin-right: 4rem !important;
  }
  /* line 35941, app/assets/stylesheets/core.scss */
  .me-xl-10 {
    margin-right: 4.5rem !important;
  }
  /* line 35944, app/assets/stylesheets/core.scss */
  .me-xl-11 {
    margin-right: 5rem !important;
  }
  /* line 35947, app/assets/stylesheets/core.scss */
  .me-xl-12 {
    margin-right: 5.5rem !important;
  }
  /* line 35950, app/assets/stylesheets/core.scss */
  .me-xl-13 {
    margin-right: 6rem !important;
  }
  /* line 35953, app/assets/stylesheets/core.scss */
  .me-xl-14 {
    margin-right: 6.5rem !important;
  }
  /* line 35956, app/assets/stylesheets/core.scss */
  .me-xl-15 {
    margin-right: 7rem !important;
  }
  /* line 35959, app/assets/stylesheets/core.scss */
  .me-xl-16 {
    margin-right: 7.5rem !important;
  }
  /* line 35962, app/assets/stylesheets/core.scss */
  .me-xl-17 {
    margin-right: 8rem !important;
  }
  /* line 35965, app/assets/stylesheets/core.scss */
  .me-xl-18 {
    margin-right: 10rem !important;
  }
  /* line 35968, app/assets/stylesheets/core.scss */
  .me-xl-19 {
    margin-right: 12rem !important;
  }
  /* line 35971, app/assets/stylesheets/core.scss */
  .me-xl-20 {
    margin-right: 14rem !important;
  }
  /* line 35974, app/assets/stylesheets/core.scss */
  .me-xl-21 {
    margin-right: 18.5rem !important;
  }
  /* line 35977, app/assets/stylesheets/core.scss */
  .me-xl-22 {
    margin-right: 22rem !important;
  }
  /* line 35980, app/assets/stylesheets/core.scss */
  .me-xl-23 {
    margin-right: 35rem !important;
  }
  /* line 35983, app/assets/stylesheets/core.scss */
  .me-xl-24 {
    margin-right: 40rem !important;
  }
  /* line 35986, app/assets/stylesheets/core.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 35989, app/assets/stylesheets/core.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 35992, app/assets/stylesheets/core.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 35995, app/assets/stylesheets/core.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 35998, app/assets/stylesheets/core.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 36001, app/assets/stylesheets/core.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 36004, app/assets/stylesheets/core.scss */
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 36007, app/assets/stylesheets/core.scss */
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 36010, app/assets/stylesheets/core.scss */
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 36013, app/assets/stylesheets/core.scss */
  .mb-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 36016, app/assets/stylesheets/core.scss */
  .mb-xl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 36019, app/assets/stylesheets/core.scss */
  .mb-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 36022, app/assets/stylesheets/core.scss */
  .mb-xl-11 {
    margin-bottom: 5rem !important;
  }
  /* line 36025, app/assets/stylesheets/core.scss */
  .mb-xl-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 36028, app/assets/stylesheets/core.scss */
  .mb-xl-13 {
    margin-bottom: 6rem !important;
  }
  /* line 36031, app/assets/stylesheets/core.scss */
  .mb-xl-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 36034, app/assets/stylesheets/core.scss */
  .mb-xl-15 {
    margin-bottom: 7rem !important;
  }
  /* line 36037, app/assets/stylesheets/core.scss */
  .mb-xl-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 36040, app/assets/stylesheets/core.scss */
  .mb-xl-17 {
    margin-bottom: 8rem !important;
  }
  /* line 36043, app/assets/stylesheets/core.scss */
  .mb-xl-18 {
    margin-bottom: 10rem !important;
  }
  /* line 36046, app/assets/stylesheets/core.scss */
  .mb-xl-19 {
    margin-bottom: 12rem !important;
  }
  /* line 36049, app/assets/stylesheets/core.scss */
  .mb-xl-20 {
    margin-bottom: 14rem !important;
  }
  /* line 36052, app/assets/stylesheets/core.scss */
  .mb-xl-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 36055, app/assets/stylesheets/core.scss */
  .mb-xl-22 {
    margin-bottom: 22rem !important;
  }
  /* line 36058, app/assets/stylesheets/core.scss */
  .mb-xl-23 {
    margin-bottom: 35rem !important;
  }
  /* line 36061, app/assets/stylesheets/core.scss */
  .mb-xl-24 {
    margin-bottom: 40rem !important;
  }
  /* line 36064, app/assets/stylesheets/core.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 36067, app/assets/stylesheets/core.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 36070, app/assets/stylesheets/core.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 36073, app/assets/stylesheets/core.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 36076, app/assets/stylesheets/core.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 36079, app/assets/stylesheets/core.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 36082, app/assets/stylesheets/core.scss */
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  /* line 36085, app/assets/stylesheets/core.scss */
  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 36088, app/assets/stylesheets/core.scss */
  .ms-xl-7 {
    margin-left: 3rem !important;
  }
  /* line 36091, app/assets/stylesheets/core.scss */
  .ms-xl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 36094, app/assets/stylesheets/core.scss */
  .ms-xl-9 {
    margin-left: 4rem !important;
  }
  /* line 36097, app/assets/stylesheets/core.scss */
  .ms-xl-10 {
    margin-left: 4.5rem !important;
  }
  /* line 36100, app/assets/stylesheets/core.scss */
  .ms-xl-11 {
    margin-left: 5rem !important;
  }
  /* line 36103, app/assets/stylesheets/core.scss */
  .ms-xl-12 {
    margin-left: 5.5rem !important;
  }
  /* line 36106, app/assets/stylesheets/core.scss */
  .ms-xl-13 {
    margin-left: 6rem !important;
  }
  /* line 36109, app/assets/stylesheets/core.scss */
  .ms-xl-14 {
    margin-left: 6.5rem !important;
  }
  /* line 36112, app/assets/stylesheets/core.scss */
  .ms-xl-15 {
    margin-left: 7rem !important;
  }
  /* line 36115, app/assets/stylesheets/core.scss */
  .ms-xl-16 {
    margin-left: 7.5rem !important;
  }
  /* line 36118, app/assets/stylesheets/core.scss */
  .ms-xl-17 {
    margin-left: 8rem !important;
  }
  /* line 36121, app/assets/stylesheets/core.scss */
  .ms-xl-18 {
    margin-left: 10rem !important;
  }
  /* line 36124, app/assets/stylesheets/core.scss */
  .ms-xl-19 {
    margin-left: 12rem !important;
  }
  /* line 36127, app/assets/stylesheets/core.scss */
  .ms-xl-20 {
    margin-left: 14rem !important;
  }
  /* line 36130, app/assets/stylesheets/core.scss */
  .ms-xl-21 {
    margin-left: 18.5rem !important;
  }
  /* line 36133, app/assets/stylesheets/core.scss */
  .ms-xl-22 {
    margin-left: 22rem !important;
  }
  /* line 36136, app/assets/stylesheets/core.scss */
  .ms-xl-23 {
    margin-left: 35rem !important;
  }
  /* line 36139, app/assets/stylesheets/core.scss */
  .ms-xl-24 {
    margin-left: 40rem !important;
  }
  /* line 36142, app/assets/stylesheets/core.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 36145, app/assets/stylesheets/core.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 36148, app/assets/stylesheets/core.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 36151, app/assets/stylesheets/core.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 36154, app/assets/stylesheets/core.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 36157, app/assets/stylesheets/core.scss */
  .m-xl-n5 {
    margin: -2rem !important;
  }
  /* line 36160, app/assets/stylesheets/core.scss */
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  /* line 36163, app/assets/stylesheets/core.scss */
  .m-xl-n7 {
    margin: -3rem !important;
  }
  /* line 36166, app/assets/stylesheets/core.scss */
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  /* line 36169, app/assets/stylesheets/core.scss */
  .m-xl-n9 {
    margin: -4rem !important;
  }
  /* line 36172, app/assets/stylesheets/core.scss */
  .m-xl-n10 {
    margin: -4.5rem !important;
  }
  /* line 36175, app/assets/stylesheets/core.scss */
  .m-xl-n11 {
    margin: -5rem !important;
  }
  /* line 36178, app/assets/stylesheets/core.scss */
  .m-xl-n12 {
    margin: -5.5rem !important;
  }
  /* line 36181, app/assets/stylesheets/core.scss */
  .m-xl-n13 {
    margin: -6rem !important;
  }
  /* line 36184, app/assets/stylesheets/core.scss */
  .m-xl-n14 {
    margin: -6.5rem !important;
  }
  /* line 36187, app/assets/stylesheets/core.scss */
  .m-xl-n15 {
    margin: -7rem !important;
  }
  /* line 36190, app/assets/stylesheets/core.scss */
  .m-xl-n16 {
    margin: -7.5rem !important;
  }
  /* line 36193, app/assets/stylesheets/core.scss */
  .m-xl-n17 {
    margin: -8rem !important;
  }
  /* line 36196, app/assets/stylesheets/core.scss */
  .m-xl-n18 {
    margin: -10rem !important;
  }
  /* line 36199, app/assets/stylesheets/core.scss */
  .m-xl-n19 {
    margin: -12rem !important;
  }
  /* line 36202, app/assets/stylesheets/core.scss */
  .m-xl-n20 {
    margin: -14rem !important;
  }
  /* line 36205, app/assets/stylesheets/core.scss */
  .m-xl-n21 {
    margin: -18.5rem !important;
  }
  /* line 36208, app/assets/stylesheets/core.scss */
  .m-xl-n22 {
    margin: -22rem !important;
  }
  /* line 36211, app/assets/stylesheets/core.scss */
  .m-xl-n23 {
    margin: -35rem !important;
  }
  /* line 36214, app/assets/stylesheets/core.scss */
  .m-xl-n24 {
    margin: -40rem !important;
  }
  /* line 36217, app/assets/stylesheets/core.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 36221, app/assets/stylesheets/core.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 36225, app/assets/stylesheets/core.scss */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 36229, app/assets/stylesheets/core.scss */
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 36233, app/assets/stylesheets/core.scss */
  .mx-xl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 36237, app/assets/stylesheets/core.scss */
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 36241, app/assets/stylesheets/core.scss */
  .mx-xl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 36245, app/assets/stylesheets/core.scss */
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 36249, app/assets/stylesheets/core.scss */
  .mx-xl-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 36253, app/assets/stylesheets/core.scss */
  .mx-xl-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 36257, app/assets/stylesheets/core.scss */
  .mx-xl-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 36261, app/assets/stylesheets/core.scss */
  .mx-xl-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 36265, app/assets/stylesheets/core.scss */
  .mx-xl-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 36269, app/assets/stylesheets/core.scss */
  .mx-xl-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 36273, app/assets/stylesheets/core.scss */
  .mx-xl-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 36277, app/assets/stylesheets/core.scss */
  .mx-xl-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 36281, app/assets/stylesheets/core.scss */
  .mx-xl-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 36285, app/assets/stylesheets/core.scss */
  .mx-xl-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 36289, app/assets/stylesheets/core.scss */
  .mx-xl-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 36293, app/assets/stylesheets/core.scss */
  .mx-xl-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 36297, app/assets/stylesheets/core.scss */
  .mx-xl-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 36301, app/assets/stylesheets/core.scss */
  .mx-xl-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 36305, app/assets/stylesheets/core.scss */
  .mx-xl-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 36309, app/assets/stylesheets/core.scss */
  .mx-xl-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 36313, app/assets/stylesheets/core.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 36317, app/assets/stylesheets/core.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 36321, app/assets/stylesheets/core.scss */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 36325, app/assets/stylesheets/core.scss */
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 36329, app/assets/stylesheets/core.scss */
  .my-xl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 36333, app/assets/stylesheets/core.scss */
  .my-xl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 36337, app/assets/stylesheets/core.scss */
  .my-xl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 36341, app/assets/stylesheets/core.scss */
  .my-xl-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 36345, app/assets/stylesheets/core.scss */
  .my-xl-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 36349, app/assets/stylesheets/core.scss */
  .my-xl-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 36353, app/assets/stylesheets/core.scss */
  .my-xl-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 36357, app/assets/stylesheets/core.scss */
  .my-xl-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 36361, app/assets/stylesheets/core.scss */
  .my-xl-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 36365, app/assets/stylesheets/core.scss */
  .my-xl-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 36369, app/assets/stylesheets/core.scss */
  .my-xl-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 36373, app/assets/stylesheets/core.scss */
  .my-xl-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 36377, app/assets/stylesheets/core.scss */
  .my-xl-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 36381, app/assets/stylesheets/core.scss */
  .my-xl-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 36385, app/assets/stylesheets/core.scss */
  .my-xl-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 36389, app/assets/stylesheets/core.scss */
  .my-xl-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 36393, app/assets/stylesheets/core.scss */
  .my-xl-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 36397, app/assets/stylesheets/core.scss */
  .my-xl-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 36401, app/assets/stylesheets/core.scss */
  .my-xl-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 36405, app/assets/stylesheets/core.scss */
  .my-xl-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 36409, app/assets/stylesheets/core.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 36412, app/assets/stylesheets/core.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 36415, app/assets/stylesheets/core.scss */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 36418, app/assets/stylesheets/core.scss */
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 36421, app/assets/stylesheets/core.scss */
  .mt-xl-n5 {
    margin-top: -2rem !important;
  }
  /* line 36424, app/assets/stylesheets/core.scss */
  .mt-xl-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 36427, app/assets/stylesheets/core.scss */
  .mt-xl-n7 {
    margin-top: -3rem !important;
  }
  /* line 36430, app/assets/stylesheets/core.scss */
  .mt-xl-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 36433, app/assets/stylesheets/core.scss */
  .mt-xl-n9 {
    margin-top: -4rem !important;
  }
  /* line 36436, app/assets/stylesheets/core.scss */
  .mt-xl-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 36439, app/assets/stylesheets/core.scss */
  .mt-xl-n11 {
    margin-top: -5rem !important;
  }
  /* line 36442, app/assets/stylesheets/core.scss */
  .mt-xl-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 36445, app/assets/stylesheets/core.scss */
  .mt-xl-n13 {
    margin-top: -6rem !important;
  }
  /* line 36448, app/assets/stylesheets/core.scss */
  .mt-xl-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 36451, app/assets/stylesheets/core.scss */
  .mt-xl-n15 {
    margin-top: -7rem !important;
  }
  /* line 36454, app/assets/stylesheets/core.scss */
  .mt-xl-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 36457, app/assets/stylesheets/core.scss */
  .mt-xl-n17 {
    margin-top: -8rem !important;
  }
  /* line 36460, app/assets/stylesheets/core.scss */
  .mt-xl-n18 {
    margin-top: -10rem !important;
  }
  /* line 36463, app/assets/stylesheets/core.scss */
  .mt-xl-n19 {
    margin-top: -12rem !important;
  }
  /* line 36466, app/assets/stylesheets/core.scss */
  .mt-xl-n20 {
    margin-top: -14rem !important;
  }
  /* line 36469, app/assets/stylesheets/core.scss */
  .mt-xl-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 36472, app/assets/stylesheets/core.scss */
  .mt-xl-n22 {
    margin-top: -22rem !important;
  }
  /* line 36475, app/assets/stylesheets/core.scss */
  .mt-xl-n23 {
    margin-top: -35rem !important;
  }
  /* line 36478, app/assets/stylesheets/core.scss */
  .mt-xl-n24 {
    margin-top: -40rem !important;
  }
  /* line 36481, app/assets/stylesheets/core.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 36484, app/assets/stylesheets/core.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 36487, app/assets/stylesheets/core.scss */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 36490, app/assets/stylesheets/core.scss */
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 36493, app/assets/stylesheets/core.scss */
  .me-xl-n5 {
    margin-right: -2rem !important;
  }
  /* line 36496, app/assets/stylesheets/core.scss */
  .me-xl-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 36499, app/assets/stylesheets/core.scss */
  .me-xl-n7 {
    margin-right: -3rem !important;
  }
  /* line 36502, app/assets/stylesheets/core.scss */
  .me-xl-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 36505, app/assets/stylesheets/core.scss */
  .me-xl-n9 {
    margin-right: -4rem !important;
  }
  /* line 36508, app/assets/stylesheets/core.scss */
  .me-xl-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 36511, app/assets/stylesheets/core.scss */
  .me-xl-n11 {
    margin-right: -5rem !important;
  }
  /* line 36514, app/assets/stylesheets/core.scss */
  .me-xl-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 36517, app/assets/stylesheets/core.scss */
  .me-xl-n13 {
    margin-right: -6rem !important;
  }
  /* line 36520, app/assets/stylesheets/core.scss */
  .me-xl-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 36523, app/assets/stylesheets/core.scss */
  .me-xl-n15 {
    margin-right: -7rem !important;
  }
  /* line 36526, app/assets/stylesheets/core.scss */
  .me-xl-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 36529, app/assets/stylesheets/core.scss */
  .me-xl-n17 {
    margin-right: -8rem !important;
  }
  /* line 36532, app/assets/stylesheets/core.scss */
  .me-xl-n18 {
    margin-right: -10rem !important;
  }
  /* line 36535, app/assets/stylesheets/core.scss */
  .me-xl-n19 {
    margin-right: -12rem !important;
  }
  /* line 36538, app/assets/stylesheets/core.scss */
  .me-xl-n20 {
    margin-right: -14rem !important;
  }
  /* line 36541, app/assets/stylesheets/core.scss */
  .me-xl-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 36544, app/assets/stylesheets/core.scss */
  .me-xl-n22 {
    margin-right: -22rem !important;
  }
  /* line 36547, app/assets/stylesheets/core.scss */
  .me-xl-n23 {
    margin-right: -35rem !important;
  }
  /* line 36550, app/assets/stylesheets/core.scss */
  .me-xl-n24 {
    margin-right: -40rem !important;
  }
  /* line 36553, app/assets/stylesheets/core.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 36556, app/assets/stylesheets/core.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 36559, app/assets/stylesheets/core.scss */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 36562, app/assets/stylesheets/core.scss */
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 36565, app/assets/stylesheets/core.scss */
  .mb-xl-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 36568, app/assets/stylesheets/core.scss */
  .mb-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 36571, app/assets/stylesheets/core.scss */
  .mb-xl-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 36574, app/assets/stylesheets/core.scss */
  .mb-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 36577, app/assets/stylesheets/core.scss */
  .mb-xl-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 36580, app/assets/stylesheets/core.scss */
  .mb-xl-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 36583, app/assets/stylesheets/core.scss */
  .mb-xl-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 36586, app/assets/stylesheets/core.scss */
  .mb-xl-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 36589, app/assets/stylesheets/core.scss */
  .mb-xl-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 36592, app/assets/stylesheets/core.scss */
  .mb-xl-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 36595, app/assets/stylesheets/core.scss */
  .mb-xl-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 36598, app/assets/stylesheets/core.scss */
  .mb-xl-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 36601, app/assets/stylesheets/core.scss */
  .mb-xl-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 36604, app/assets/stylesheets/core.scss */
  .mb-xl-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 36607, app/assets/stylesheets/core.scss */
  .mb-xl-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 36610, app/assets/stylesheets/core.scss */
  .mb-xl-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 36613, app/assets/stylesheets/core.scss */
  .mb-xl-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 36616, app/assets/stylesheets/core.scss */
  .mb-xl-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 36619, app/assets/stylesheets/core.scss */
  .mb-xl-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 36622, app/assets/stylesheets/core.scss */
  .mb-xl-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 36625, app/assets/stylesheets/core.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 36628, app/assets/stylesheets/core.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 36631, app/assets/stylesheets/core.scss */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 36634, app/assets/stylesheets/core.scss */
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 36637, app/assets/stylesheets/core.scss */
  .ms-xl-n5 {
    margin-left: -2rem !important;
  }
  /* line 36640, app/assets/stylesheets/core.scss */
  .ms-xl-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 36643, app/assets/stylesheets/core.scss */
  .ms-xl-n7 {
    margin-left: -3rem !important;
  }
  /* line 36646, app/assets/stylesheets/core.scss */
  .ms-xl-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 36649, app/assets/stylesheets/core.scss */
  .ms-xl-n9 {
    margin-left: -4rem !important;
  }
  /* line 36652, app/assets/stylesheets/core.scss */
  .ms-xl-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 36655, app/assets/stylesheets/core.scss */
  .ms-xl-n11 {
    margin-left: -5rem !important;
  }
  /* line 36658, app/assets/stylesheets/core.scss */
  .ms-xl-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 36661, app/assets/stylesheets/core.scss */
  .ms-xl-n13 {
    margin-left: -6rem !important;
  }
  /* line 36664, app/assets/stylesheets/core.scss */
  .ms-xl-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 36667, app/assets/stylesheets/core.scss */
  .ms-xl-n15 {
    margin-left: -7rem !important;
  }
  /* line 36670, app/assets/stylesheets/core.scss */
  .ms-xl-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 36673, app/assets/stylesheets/core.scss */
  .ms-xl-n17 {
    margin-left: -8rem !important;
  }
  /* line 36676, app/assets/stylesheets/core.scss */
  .ms-xl-n18 {
    margin-left: -10rem !important;
  }
  /* line 36679, app/assets/stylesheets/core.scss */
  .ms-xl-n19 {
    margin-left: -12rem !important;
  }
  /* line 36682, app/assets/stylesheets/core.scss */
  .ms-xl-n20 {
    margin-left: -14rem !important;
  }
  /* line 36685, app/assets/stylesheets/core.scss */
  .ms-xl-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 36688, app/assets/stylesheets/core.scss */
  .ms-xl-n22 {
    margin-left: -22rem !important;
  }
  /* line 36691, app/assets/stylesheets/core.scss */
  .ms-xl-n23 {
    margin-left: -35rem !important;
  }
  /* line 36694, app/assets/stylesheets/core.scss */
  .ms-xl-n24 {
    margin-left: -40rem !important;
  }
  /* line 36697, app/assets/stylesheets/core.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 36700, app/assets/stylesheets/core.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 36703, app/assets/stylesheets/core.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 36706, app/assets/stylesheets/core.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 36709, app/assets/stylesheets/core.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 36712, app/assets/stylesheets/core.scss */
  .p-xl-5 {
    padding: 2rem !important;
  }
  /* line 36715, app/assets/stylesheets/core.scss */
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  /* line 36718, app/assets/stylesheets/core.scss */
  .p-xl-7 {
    padding: 3rem !important;
  }
  /* line 36721, app/assets/stylesheets/core.scss */
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  /* line 36724, app/assets/stylesheets/core.scss */
  .p-xl-9 {
    padding: 4rem !important;
  }
  /* line 36727, app/assets/stylesheets/core.scss */
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  /* line 36730, app/assets/stylesheets/core.scss */
  .p-xl-11 {
    padding: 5rem !important;
  }
  /* line 36733, app/assets/stylesheets/core.scss */
  .p-xl-12 {
    padding: 5.5rem !important;
  }
  /* line 36736, app/assets/stylesheets/core.scss */
  .p-xl-13 {
    padding: 6rem !important;
  }
  /* line 36739, app/assets/stylesheets/core.scss */
  .p-xl-14 {
    padding: 6.5rem !important;
  }
  /* line 36742, app/assets/stylesheets/core.scss */
  .p-xl-15 {
    padding: 7rem !important;
  }
  /* line 36745, app/assets/stylesheets/core.scss */
  .p-xl-16 {
    padding: 7.5rem !important;
  }
  /* line 36748, app/assets/stylesheets/core.scss */
  .p-xl-17 {
    padding: 8rem !important;
  }
  /* line 36751, app/assets/stylesheets/core.scss */
  .p-xl-18 {
    padding: 10rem !important;
  }
  /* line 36754, app/assets/stylesheets/core.scss */
  .p-xl-19 {
    padding: 12rem !important;
  }
  /* line 36757, app/assets/stylesheets/core.scss */
  .p-xl-20 {
    padding: 14rem !important;
  }
  /* line 36760, app/assets/stylesheets/core.scss */
  .p-xl-21 {
    padding: 18.5rem !important;
  }
  /* line 36763, app/assets/stylesheets/core.scss */
  .p-xl-22 {
    padding: 22rem !important;
  }
  /* line 36766, app/assets/stylesheets/core.scss */
  .p-xl-23 {
    padding: 35rem !important;
  }
  /* line 36769, app/assets/stylesheets/core.scss */
  .p-xl-24 {
    padding: 40rem !important;
  }
  /* line 36772, app/assets/stylesheets/core.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 36776, app/assets/stylesheets/core.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 36780, app/assets/stylesheets/core.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 36784, app/assets/stylesheets/core.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 36788, app/assets/stylesheets/core.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 36792, app/assets/stylesheets/core.scss */
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 36796, app/assets/stylesheets/core.scss */
  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 36800, app/assets/stylesheets/core.scss */
  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 36804, app/assets/stylesheets/core.scss */
  .px-xl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 36808, app/assets/stylesheets/core.scss */
  .px-xl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 36812, app/assets/stylesheets/core.scss */
  .px-xl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 36816, app/assets/stylesheets/core.scss */
  .px-xl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 36820, app/assets/stylesheets/core.scss */
  .px-xl-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 36824, app/assets/stylesheets/core.scss */
  .px-xl-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 36828, app/assets/stylesheets/core.scss */
  .px-xl-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 36832, app/assets/stylesheets/core.scss */
  .px-xl-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 36836, app/assets/stylesheets/core.scss */
  .px-xl-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 36840, app/assets/stylesheets/core.scss */
  .px-xl-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 36844, app/assets/stylesheets/core.scss */
  .px-xl-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 36848, app/assets/stylesheets/core.scss */
  .px-xl-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 36852, app/assets/stylesheets/core.scss */
  .px-xl-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 36856, app/assets/stylesheets/core.scss */
  .px-xl-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 36860, app/assets/stylesheets/core.scss */
  .px-xl-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 36864, app/assets/stylesheets/core.scss */
  .px-xl-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 36868, app/assets/stylesheets/core.scss */
  .px-xl-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 36872, app/assets/stylesheets/core.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 36876, app/assets/stylesheets/core.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 36880, app/assets/stylesheets/core.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 36884, app/assets/stylesheets/core.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 36888, app/assets/stylesheets/core.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 36892, app/assets/stylesheets/core.scss */
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 36896, app/assets/stylesheets/core.scss */
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 36900, app/assets/stylesheets/core.scss */
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 36904, app/assets/stylesheets/core.scss */
  .py-xl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 36908, app/assets/stylesheets/core.scss */
  .py-xl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 36912, app/assets/stylesheets/core.scss */
  .py-xl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 36916, app/assets/stylesheets/core.scss */
  .py-xl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 36920, app/assets/stylesheets/core.scss */
  .py-xl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 36924, app/assets/stylesheets/core.scss */
  .py-xl-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 36928, app/assets/stylesheets/core.scss */
  .py-xl-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 36932, app/assets/stylesheets/core.scss */
  .py-xl-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 36936, app/assets/stylesheets/core.scss */
  .py-xl-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 36940, app/assets/stylesheets/core.scss */
  .py-xl-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 36944, app/assets/stylesheets/core.scss */
  .py-xl-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 36948, app/assets/stylesheets/core.scss */
  .py-xl-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 36952, app/assets/stylesheets/core.scss */
  .py-xl-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 36956, app/assets/stylesheets/core.scss */
  .py-xl-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 36960, app/assets/stylesheets/core.scss */
  .py-xl-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 36964, app/assets/stylesheets/core.scss */
  .py-xl-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 36968, app/assets/stylesheets/core.scss */
  .py-xl-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 36972, app/assets/stylesheets/core.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 36975, app/assets/stylesheets/core.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 36978, app/assets/stylesheets/core.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 36981, app/assets/stylesheets/core.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 36984, app/assets/stylesheets/core.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 36987, app/assets/stylesheets/core.scss */
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  /* line 36990, app/assets/stylesheets/core.scss */
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 36993, app/assets/stylesheets/core.scss */
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  /* line 36996, app/assets/stylesheets/core.scss */
  .pt-xl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 36999, app/assets/stylesheets/core.scss */
  .pt-xl-9 {
    padding-top: 4rem !important;
  }
  /* line 37002, app/assets/stylesheets/core.scss */
  .pt-xl-10 {
    padding-top: 4.5rem !important;
  }
  /* line 37005, app/assets/stylesheets/core.scss */
  .pt-xl-11 {
    padding-top: 5rem !important;
  }
  /* line 37008, app/assets/stylesheets/core.scss */
  .pt-xl-12 {
    padding-top: 5.5rem !important;
  }
  /* line 37011, app/assets/stylesheets/core.scss */
  .pt-xl-13 {
    padding-top: 6rem !important;
  }
  /* line 37014, app/assets/stylesheets/core.scss */
  .pt-xl-14 {
    padding-top: 6.5rem !important;
  }
  /* line 37017, app/assets/stylesheets/core.scss */
  .pt-xl-15 {
    padding-top: 7rem !important;
  }
  /* line 37020, app/assets/stylesheets/core.scss */
  .pt-xl-16 {
    padding-top: 7.5rem !important;
  }
  /* line 37023, app/assets/stylesheets/core.scss */
  .pt-xl-17 {
    padding-top: 8rem !important;
  }
  /* line 37026, app/assets/stylesheets/core.scss */
  .pt-xl-18 {
    padding-top: 10rem !important;
  }
  /* line 37029, app/assets/stylesheets/core.scss */
  .pt-xl-19 {
    padding-top: 12rem !important;
  }
  /* line 37032, app/assets/stylesheets/core.scss */
  .pt-xl-20 {
    padding-top: 14rem !important;
  }
  /* line 37035, app/assets/stylesheets/core.scss */
  .pt-xl-21 {
    padding-top: 18.5rem !important;
  }
  /* line 37038, app/assets/stylesheets/core.scss */
  .pt-xl-22 {
    padding-top: 22rem !important;
  }
  /* line 37041, app/assets/stylesheets/core.scss */
  .pt-xl-23 {
    padding-top: 35rem !important;
  }
  /* line 37044, app/assets/stylesheets/core.scss */
  .pt-xl-24 {
    padding-top: 40rem !important;
  }
  /* line 37047, app/assets/stylesheets/core.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 37050, app/assets/stylesheets/core.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 37053, app/assets/stylesheets/core.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 37056, app/assets/stylesheets/core.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 37059, app/assets/stylesheets/core.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 37062, app/assets/stylesheets/core.scss */
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  /* line 37065, app/assets/stylesheets/core.scss */
  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 37068, app/assets/stylesheets/core.scss */
  .pe-xl-7 {
    padding-right: 3rem !important;
  }
  /* line 37071, app/assets/stylesheets/core.scss */
  .pe-xl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 37074, app/assets/stylesheets/core.scss */
  .pe-xl-9 {
    padding-right: 4rem !important;
  }
  /* line 37077, app/assets/stylesheets/core.scss */
  .pe-xl-10 {
    padding-right: 4.5rem !important;
  }
  /* line 37080, app/assets/stylesheets/core.scss */
  .pe-xl-11 {
    padding-right: 5rem !important;
  }
  /* line 37083, app/assets/stylesheets/core.scss */
  .pe-xl-12 {
    padding-right: 5.5rem !important;
  }
  /* line 37086, app/assets/stylesheets/core.scss */
  .pe-xl-13 {
    padding-right: 6rem !important;
  }
  /* line 37089, app/assets/stylesheets/core.scss */
  .pe-xl-14 {
    padding-right: 6.5rem !important;
  }
  /* line 37092, app/assets/stylesheets/core.scss */
  .pe-xl-15 {
    padding-right: 7rem !important;
  }
  /* line 37095, app/assets/stylesheets/core.scss */
  .pe-xl-16 {
    padding-right: 7.5rem !important;
  }
  /* line 37098, app/assets/stylesheets/core.scss */
  .pe-xl-17 {
    padding-right: 8rem !important;
  }
  /* line 37101, app/assets/stylesheets/core.scss */
  .pe-xl-18 {
    padding-right: 10rem !important;
  }
  /* line 37104, app/assets/stylesheets/core.scss */
  .pe-xl-19 {
    padding-right: 12rem !important;
  }
  /* line 37107, app/assets/stylesheets/core.scss */
  .pe-xl-20 {
    padding-right: 14rem !important;
  }
  /* line 37110, app/assets/stylesheets/core.scss */
  .pe-xl-21 {
    padding-right: 18.5rem !important;
  }
  /* line 37113, app/assets/stylesheets/core.scss */
  .pe-xl-22 {
    padding-right: 22rem !important;
  }
  /* line 37116, app/assets/stylesheets/core.scss */
  .pe-xl-23 {
    padding-right: 35rem !important;
  }
  /* line 37119, app/assets/stylesheets/core.scss */
  .pe-xl-24 {
    padding-right: 40rem !important;
  }
  /* line 37122, app/assets/stylesheets/core.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 37125, app/assets/stylesheets/core.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 37128, app/assets/stylesheets/core.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 37131, app/assets/stylesheets/core.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 37134, app/assets/stylesheets/core.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 37137, app/assets/stylesheets/core.scss */
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 37140, app/assets/stylesheets/core.scss */
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 37143, app/assets/stylesheets/core.scss */
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 37146, app/assets/stylesheets/core.scss */
  .pb-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 37149, app/assets/stylesheets/core.scss */
  .pb-xl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 37152, app/assets/stylesheets/core.scss */
  .pb-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 37155, app/assets/stylesheets/core.scss */
  .pb-xl-11 {
    padding-bottom: 5rem !important;
  }
  /* line 37158, app/assets/stylesheets/core.scss */
  .pb-xl-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 37161, app/assets/stylesheets/core.scss */
  .pb-xl-13 {
    padding-bottom: 6rem !important;
  }
  /* line 37164, app/assets/stylesheets/core.scss */
  .pb-xl-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 37167, app/assets/stylesheets/core.scss */
  .pb-xl-15 {
    padding-bottom: 7rem !important;
  }
  /* line 37170, app/assets/stylesheets/core.scss */
  .pb-xl-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 37173, app/assets/stylesheets/core.scss */
  .pb-xl-17 {
    padding-bottom: 8rem !important;
  }
  /* line 37176, app/assets/stylesheets/core.scss */
  .pb-xl-18 {
    padding-bottom: 10rem !important;
  }
  /* line 37179, app/assets/stylesheets/core.scss */
  .pb-xl-19 {
    padding-bottom: 12rem !important;
  }
  /* line 37182, app/assets/stylesheets/core.scss */
  .pb-xl-20 {
    padding-bottom: 14rem !important;
  }
  /* line 37185, app/assets/stylesheets/core.scss */
  .pb-xl-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 37188, app/assets/stylesheets/core.scss */
  .pb-xl-22 {
    padding-bottom: 22rem !important;
  }
  /* line 37191, app/assets/stylesheets/core.scss */
  .pb-xl-23 {
    padding-bottom: 35rem !important;
  }
  /* line 37194, app/assets/stylesheets/core.scss */
  .pb-xl-24 {
    padding-bottom: 40rem !important;
  }
  /* line 37197, app/assets/stylesheets/core.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 37200, app/assets/stylesheets/core.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 37203, app/assets/stylesheets/core.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 37206, app/assets/stylesheets/core.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 37209, app/assets/stylesheets/core.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 37212, app/assets/stylesheets/core.scss */
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  /* line 37215, app/assets/stylesheets/core.scss */
  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 37218, app/assets/stylesheets/core.scss */
  .ps-xl-7 {
    padding-left: 3rem !important;
  }
  /* line 37221, app/assets/stylesheets/core.scss */
  .ps-xl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 37224, app/assets/stylesheets/core.scss */
  .ps-xl-9 {
    padding-left: 4rem !important;
  }
  /* line 37227, app/assets/stylesheets/core.scss */
  .ps-xl-10 {
    padding-left: 4.5rem !important;
  }
  /* line 37230, app/assets/stylesheets/core.scss */
  .ps-xl-11 {
    padding-left: 5rem !important;
  }
  /* line 37233, app/assets/stylesheets/core.scss */
  .ps-xl-12 {
    padding-left: 5.5rem !important;
  }
  /* line 37236, app/assets/stylesheets/core.scss */
  .ps-xl-13 {
    padding-left: 6rem !important;
  }
  /* line 37239, app/assets/stylesheets/core.scss */
  .ps-xl-14 {
    padding-left: 6.5rem !important;
  }
  /* line 37242, app/assets/stylesheets/core.scss */
  .ps-xl-15 {
    padding-left: 7rem !important;
  }
  /* line 37245, app/assets/stylesheets/core.scss */
  .ps-xl-16 {
    padding-left: 7.5rem !important;
  }
  /* line 37248, app/assets/stylesheets/core.scss */
  .ps-xl-17 {
    padding-left: 8rem !important;
  }
  /* line 37251, app/assets/stylesheets/core.scss */
  .ps-xl-18 {
    padding-left: 10rem !important;
  }
  /* line 37254, app/assets/stylesheets/core.scss */
  .ps-xl-19 {
    padding-left: 12rem !important;
  }
  /* line 37257, app/assets/stylesheets/core.scss */
  .ps-xl-20 {
    padding-left: 14rem !important;
  }
  /* line 37260, app/assets/stylesheets/core.scss */
  .ps-xl-21 {
    padding-left: 18.5rem !important;
  }
  /* line 37263, app/assets/stylesheets/core.scss */
  .ps-xl-22 {
    padding-left: 22rem !important;
  }
  /* line 37266, app/assets/stylesheets/core.scss */
  .ps-xl-23 {
    padding-left: 35rem !important;
  }
  /* line 37269, app/assets/stylesheets/core.scss */
  .ps-xl-24 {
    padding-left: 40rem !important;
  }
  /* line 37272, app/assets/stylesheets/core.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 37275, app/assets/stylesheets/core.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 37278, app/assets/stylesheets/core.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 37281, app/assets/stylesheets/core.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 37284, app/assets/stylesheets/core.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 37287, app/assets/stylesheets/core.scss */
  .gap-xl-5 {
    gap: 2rem !important;
  }
  /* line 37290, app/assets/stylesheets/core.scss */
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  /* line 37293, app/assets/stylesheets/core.scss */
  .gap-xl-7 {
    gap: 3rem !important;
  }
  /* line 37296, app/assets/stylesheets/core.scss */
  .gap-xl-8 {
    gap: 3.5rem !important;
  }
  /* line 37299, app/assets/stylesheets/core.scss */
  .gap-xl-9 {
    gap: 4rem !important;
  }
  /* line 37302, app/assets/stylesheets/core.scss */
  .gap-xl-10 {
    gap: 4.5rem !important;
  }
  /* line 37305, app/assets/stylesheets/core.scss */
  .gap-xl-11 {
    gap: 5rem !important;
  }
  /* line 37308, app/assets/stylesheets/core.scss */
  .gap-xl-12 {
    gap: 5.5rem !important;
  }
  /* line 37311, app/assets/stylesheets/core.scss */
  .gap-xl-13 {
    gap: 6rem !important;
  }
  /* line 37314, app/assets/stylesheets/core.scss */
  .gap-xl-14 {
    gap: 6.5rem !important;
  }
  /* line 37317, app/assets/stylesheets/core.scss */
  .gap-xl-15 {
    gap: 7rem !important;
  }
  /* line 37320, app/assets/stylesheets/core.scss */
  .gap-xl-16 {
    gap: 7.5rem !important;
  }
  /* line 37323, app/assets/stylesheets/core.scss */
  .gap-xl-17 {
    gap: 8rem !important;
  }
  /* line 37326, app/assets/stylesheets/core.scss */
  .gap-xl-18 {
    gap: 10rem !important;
  }
  /* line 37329, app/assets/stylesheets/core.scss */
  .gap-xl-19 {
    gap: 12rem !important;
  }
  /* line 37332, app/assets/stylesheets/core.scss */
  .gap-xl-20 {
    gap: 14rem !important;
  }
  /* line 37335, app/assets/stylesheets/core.scss */
  .gap-xl-21 {
    gap: 18.5rem !important;
  }
  /* line 37338, app/assets/stylesheets/core.scss */
  .gap-xl-22 {
    gap: 22rem !important;
  }
  /* line 37341, app/assets/stylesheets/core.scss */
  .gap-xl-23 {
    gap: 35rem !important;
  }
  /* line 37344, app/assets/stylesheets/core.scss */
  .gap-xl-24 {
    gap: 40rem !important;
  }
  /* line 37347, app/assets/stylesheets/core.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 37350, app/assets/stylesheets/core.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 37353, app/assets/stylesheets/core.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 37356, app/assets/stylesheets/core.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 37359, app/assets/stylesheets/core.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 37362, app/assets/stylesheets/core.scss */
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  /* line 37365, app/assets/stylesheets/core.scss */
  .row-gap-xl-6 {
    row-gap: 2.5rem !important;
  }
  /* line 37368, app/assets/stylesheets/core.scss */
  .row-gap-xl-7 {
    row-gap: 3rem !important;
  }
  /* line 37371, app/assets/stylesheets/core.scss */
  .row-gap-xl-8 {
    row-gap: 3.5rem !important;
  }
  /* line 37374, app/assets/stylesheets/core.scss */
  .row-gap-xl-9 {
    row-gap: 4rem !important;
  }
  /* line 37377, app/assets/stylesheets/core.scss */
  .row-gap-xl-10 {
    row-gap: 4.5rem !important;
  }
  /* line 37380, app/assets/stylesheets/core.scss */
  .row-gap-xl-11 {
    row-gap: 5rem !important;
  }
  /* line 37383, app/assets/stylesheets/core.scss */
  .row-gap-xl-12 {
    row-gap: 5.5rem !important;
  }
  /* line 37386, app/assets/stylesheets/core.scss */
  .row-gap-xl-13 {
    row-gap: 6rem !important;
  }
  /* line 37389, app/assets/stylesheets/core.scss */
  .row-gap-xl-14 {
    row-gap: 6.5rem !important;
  }
  /* line 37392, app/assets/stylesheets/core.scss */
  .row-gap-xl-15 {
    row-gap: 7rem !important;
  }
  /* line 37395, app/assets/stylesheets/core.scss */
  .row-gap-xl-16 {
    row-gap: 7.5rem !important;
  }
  /* line 37398, app/assets/stylesheets/core.scss */
  .row-gap-xl-17 {
    row-gap: 8rem !important;
  }
  /* line 37401, app/assets/stylesheets/core.scss */
  .row-gap-xl-18 {
    row-gap: 10rem !important;
  }
  /* line 37404, app/assets/stylesheets/core.scss */
  .row-gap-xl-19 {
    row-gap: 12rem !important;
  }
  /* line 37407, app/assets/stylesheets/core.scss */
  .row-gap-xl-20 {
    row-gap: 14rem !important;
  }
  /* line 37410, app/assets/stylesheets/core.scss */
  .row-gap-xl-21 {
    row-gap: 18.5rem !important;
  }
  /* line 37413, app/assets/stylesheets/core.scss */
  .row-gap-xl-22 {
    row-gap: 22rem !important;
  }
  /* line 37416, app/assets/stylesheets/core.scss */
  .row-gap-xl-23 {
    row-gap: 35rem !important;
  }
  /* line 37419, app/assets/stylesheets/core.scss */
  .row-gap-xl-24 {
    row-gap: 40rem !important;
  }
  /* line 37422, app/assets/stylesheets/core.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 37426, app/assets/stylesheets/core.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 37430, app/assets/stylesheets/core.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 37434, app/assets/stylesheets/core.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 37438, app/assets/stylesheets/core.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 37442, app/assets/stylesheets/core.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 37446, app/assets/stylesheets/core.scss */
  .column-gap-xl-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 37450, app/assets/stylesheets/core.scss */
  .column-gap-xl-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 37454, app/assets/stylesheets/core.scss */
  .column-gap-xl-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 37458, app/assets/stylesheets/core.scss */
  .column-gap-xl-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 37462, app/assets/stylesheets/core.scss */
  .column-gap-xl-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 37466, app/assets/stylesheets/core.scss */
  .column-gap-xl-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 37470, app/assets/stylesheets/core.scss */
  .column-gap-xl-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 37474, app/assets/stylesheets/core.scss */
  .column-gap-xl-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 37478, app/assets/stylesheets/core.scss */
  .column-gap-xl-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 37482, app/assets/stylesheets/core.scss */
  .column-gap-xl-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 37486, app/assets/stylesheets/core.scss */
  .column-gap-xl-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 37490, app/assets/stylesheets/core.scss */
  .column-gap-xl-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 37494, app/assets/stylesheets/core.scss */
  .column-gap-xl-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 37498, app/assets/stylesheets/core.scss */
  .column-gap-xl-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 37502, app/assets/stylesheets/core.scss */
  .column-gap-xl-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 37506, app/assets/stylesheets/core.scss */
  .column-gap-xl-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 37510, app/assets/stylesheets/core.scss */
  .column-gap-xl-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 37514, app/assets/stylesheets/core.scss */
  .column-gap-xl-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 37518, app/assets/stylesheets/core.scss */
  .column-gap-xl-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 37522, app/assets/stylesheets/core.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 37525, app/assets/stylesheets/core.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 37528, app/assets/stylesheets/core.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 37533, app/assets/stylesheets/core.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 37536, app/assets/stylesheets/core.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 37539, app/assets/stylesheets/core.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 37542, app/assets/stylesheets/core.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 37546, app/assets/stylesheets/core.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 37550, app/assets/stylesheets/core.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 37554, app/assets/stylesheets/core.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 37558, app/assets/stylesheets/core.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 37562, app/assets/stylesheets/core.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 37565, app/assets/stylesheets/core.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 37568, app/assets/stylesheets/core.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 37571, app/assets/stylesheets/core.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 37574, app/assets/stylesheets/core.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 37577, app/assets/stylesheets/core.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 37580, app/assets/stylesheets/core.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 37583, app/assets/stylesheets/core.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 37586, app/assets/stylesheets/core.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 37589, app/assets/stylesheets/core.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 37592, app/assets/stylesheets/core.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 37595, app/assets/stylesheets/core.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 37598, app/assets/stylesheets/core.scss */
  .w-xxl-30 {
    width: 30% !important;
  }
  /* line 37601, app/assets/stylesheets/core.scss */
  .w-xxl-40 {
    width: 40% !important;
  }
  /* line 37604, app/assets/stylesheets/core.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 37607, app/assets/stylesheets/core.scss */
  .w-xxl-65 {
    width: 65% !important;
  }
  /* line 37610, app/assets/stylesheets/core.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 37613, app/assets/stylesheets/core.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 37616, app/assets/stylesheets/core.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 37619, app/assets/stylesheets/core.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 37622, app/assets/stylesheets/core.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 37625, app/assets/stylesheets/core.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 37628, app/assets/stylesheets/core.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 37631, app/assets/stylesheets/core.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 37634, app/assets/stylesheets/core.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 37637, app/assets/stylesheets/core.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 37640, app/assets/stylesheets/core.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 37643, app/assets/stylesheets/core.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 37646, app/assets/stylesheets/core.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 37649, app/assets/stylesheets/core.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 37652, app/assets/stylesheets/core.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 37655, app/assets/stylesheets/core.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 37658, app/assets/stylesheets/core.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 37661, app/assets/stylesheets/core.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 37664, app/assets/stylesheets/core.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 37667, app/assets/stylesheets/core.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 37670, app/assets/stylesheets/core.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 37673, app/assets/stylesheets/core.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 37676, app/assets/stylesheets/core.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 37679, app/assets/stylesheets/core.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 37682, app/assets/stylesheets/core.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 37685, app/assets/stylesheets/core.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 37688, app/assets/stylesheets/core.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 37691, app/assets/stylesheets/core.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 37694, app/assets/stylesheets/core.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 37697, app/assets/stylesheets/core.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 37700, app/assets/stylesheets/core.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 37703, app/assets/stylesheets/core.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 37706, app/assets/stylesheets/core.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 37709, app/assets/stylesheets/core.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 37712, app/assets/stylesheets/core.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 37715, app/assets/stylesheets/core.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 37718, app/assets/stylesheets/core.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 37721, app/assets/stylesheets/core.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 37724, app/assets/stylesheets/core.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 37727, app/assets/stylesheets/core.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 37730, app/assets/stylesheets/core.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 37733, app/assets/stylesheets/core.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 37736, app/assets/stylesheets/core.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 37739, app/assets/stylesheets/core.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 37742, app/assets/stylesheets/core.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 37745, app/assets/stylesheets/core.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 37748, app/assets/stylesheets/core.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 37751, app/assets/stylesheets/core.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 37754, app/assets/stylesheets/core.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 37757, app/assets/stylesheets/core.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 37760, app/assets/stylesheets/core.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 37763, app/assets/stylesheets/core.scss */
  .m-xxl-5 {
    margin: 2rem !important;
  }
  /* line 37766, app/assets/stylesheets/core.scss */
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  /* line 37769, app/assets/stylesheets/core.scss */
  .m-xxl-7 {
    margin: 3rem !important;
  }
  /* line 37772, app/assets/stylesheets/core.scss */
  .m-xxl-8 {
    margin: 3.5rem !important;
  }
  /* line 37775, app/assets/stylesheets/core.scss */
  .m-xxl-9 {
    margin: 4rem !important;
  }
  /* line 37778, app/assets/stylesheets/core.scss */
  .m-xxl-10 {
    margin: 4.5rem !important;
  }
  /* line 37781, app/assets/stylesheets/core.scss */
  .m-xxl-11 {
    margin: 5rem !important;
  }
  /* line 37784, app/assets/stylesheets/core.scss */
  .m-xxl-12 {
    margin: 5.5rem !important;
  }
  /* line 37787, app/assets/stylesheets/core.scss */
  .m-xxl-13 {
    margin: 6rem !important;
  }
  /* line 37790, app/assets/stylesheets/core.scss */
  .m-xxl-14 {
    margin: 6.5rem !important;
  }
  /* line 37793, app/assets/stylesheets/core.scss */
  .m-xxl-15 {
    margin: 7rem !important;
  }
  /* line 37796, app/assets/stylesheets/core.scss */
  .m-xxl-16 {
    margin: 7.5rem !important;
  }
  /* line 37799, app/assets/stylesheets/core.scss */
  .m-xxl-17 {
    margin: 8rem !important;
  }
  /* line 37802, app/assets/stylesheets/core.scss */
  .m-xxl-18 {
    margin: 10rem !important;
  }
  /* line 37805, app/assets/stylesheets/core.scss */
  .m-xxl-19 {
    margin: 12rem !important;
  }
  /* line 37808, app/assets/stylesheets/core.scss */
  .m-xxl-20 {
    margin: 14rem !important;
  }
  /* line 37811, app/assets/stylesheets/core.scss */
  .m-xxl-21 {
    margin: 18.5rem !important;
  }
  /* line 37814, app/assets/stylesheets/core.scss */
  .m-xxl-22 {
    margin: 22rem !important;
  }
  /* line 37817, app/assets/stylesheets/core.scss */
  .m-xxl-23 {
    margin: 35rem !important;
  }
  /* line 37820, app/assets/stylesheets/core.scss */
  .m-xxl-24 {
    margin: 40rem !important;
  }
  /* line 37823, app/assets/stylesheets/core.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 37826, app/assets/stylesheets/core.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 37830, app/assets/stylesheets/core.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 37834, app/assets/stylesheets/core.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 37838, app/assets/stylesheets/core.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 37842, app/assets/stylesheets/core.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 37846, app/assets/stylesheets/core.scss */
  .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 37850, app/assets/stylesheets/core.scss */
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 37854, app/assets/stylesheets/core.scss */
  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 37858, app/assets/stylesheets/core.scss */
  .mx-xxl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 37862, app/assets/stylesheets/core.scss */
  .mx-xxl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 37866, app/assets/stylesheets/core.scss */
  .mx-xxl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 37870, app/assets/stylesheets/core.scss */
  .mx-xxl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 37874, app/assets/stylesheets/core.scss */
  .mx-xxl-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 37878, app/assets/stylesheets/core.scss */
  .mx-xxl-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 37882, app/assets/stylesheets/core.scss */
  .mx-xxl-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 37886, app/assets/stylesheets/core.scss */
  .mx-xxl-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 37890, app/assets/stylesheets/core.scss */
  .mx-xxl-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 37894, app/assets/stylesheets/core.scss */
  .mx-xxl-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 37898, app/assets/stylesheets/core.scss */
  .mx-xxl-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 37902, app/assets/stylesheets/core.scss */
  .mx-xxl-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 37906, app/assets/stylesheets/core.scss */
  .mx-xxl-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 37910, app/assets/stylesheets/core.scss */
  .mx-xxl-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 37914, app/assets/stylesheets/core.scss */
  .mx-xxl-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 37918, app/assets/stylesheets/core.scss */
  .mx-xxl-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 37922, app/assets/stylesheets/core.scss */
  .mx-xxl-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 37926, app/assets/stylesheets/core.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 37930, app/assets/stylesheets/core.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 37934, app/assets/stylesheets/core.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 37938, app/assets/stylesheets/core.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 37942, app/assets/stylesheets/core.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 37946, app/assets/stylesheets/core.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 37950, app/assets/stylesheets/core.scss */
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 37954, app/assets/stylesheets/core.scss */
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 37958, app/assets/stylesheets/core.scss */
  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 37962, app/assets/stylesheets/core.scss */
  .my-xxl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 37966, app/assets/stylesheets/core.scss */
  .my-xxl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 37970, app/assets/stylesheets/core.scss */
  .my-xxl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 37974, app/assets/stylesheets/core.scss */
  .my-xxl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 37978, app/assets/stylesheets/core.scss */
  .my-xxl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 37982, app/assets/stylesheets/core.scss */
  .my-xxl-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 37986, app/assets/stylesheets/core.scss */
  .my-xxl-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 37990, app/assets/stylesheets/core.scss */
  .my-xxl-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 37994, app/assets/stylesheets/core.scss */
  .my-xxl-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 37998, app/assets/stylesheets/core.scss */
  .my-xxl-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 38002, app/assets/stylesheets/core.scss */
  .my-xxl-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 38006, app/assets/stylesheets/core.scss */
  .my-xxl-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 38010, app/assets/stylesheets/core.scss */
  .my-xxl-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 38014, app/assets/stylesheets/core.scss */
  .my-xxl-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 38018, app/assets/stylesheets/core.scss */
  .my-xxl-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 38022, app/assets/stylesheets/core.scss */
  .my-xxl-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 38026, app/assets/stylesheets/core.scss */
  .my-xxl-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 38030, app/assets/stylesheets/core.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 38034, app/assets/stylesheets/core.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 38037, app/assets/stylesheets/core.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 38040, app/assets/stylesheets/core.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 38043, app/assets/stylesheets/core.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 38046, app/assets/stylesheets/core.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 38049, app/assets/stylesheets/core.scss */
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  /* line 38052, app/assets/stylesheets/core.scss */
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 38055, app/assets/stylesheets/core.scss */
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  /* line 38058, app/assets/stylesheets/core.scss */
  .mt-xxl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 38061, app/assets/stylesheets/core.scss */
  .mt-xxl-9 {
    margin-top: 4rem !important;
  }
  /* line 38064, app/assets/stylesheets/core.scss */
  .mt-xxl-10 {
    margin-top: 4.5rem !important;
  }
  /* line 38067, app/assets/stylesheets/core.scss */
  .mt-xxl-11 {
    margin-top: 5rem !important;
  }
  /* line 38070, app/assets/stylesheets/core.scss */
  .mt-xxl-12 {
    margin-top: 5.5rem !important;
  }
  /* line 38073, app/assets/stylesheets/core.scss */
  .mt-xxl-13 {
    margin-top: 6rem !important;
  }
  /* line 38076, app/assets/stylesheets/core.scss */
  .mt-xxl-14 {
    margin-top: 6.5rem !important;
  }
  /* line 38079, app/assets/stylesheets/core.scss */
  .mt-xxl-15 {
    margin-top: 7rem !important;
  }
  /* line 38082, app/assets/stylesheets/core.scss */
  .mt-xxl-16 {
    margin-top: 7.5rem !important;
  }
  /* line 38085, app/assets/stylesheets/core.scss */
  .mt-xxl-17 {
    margin-top: 8rem !important;
  }
  /* line 38088, app/assets/stylesheets/core.scss */
  .mt-xxl-18 {
    margin-top: 10rem !important;
  }
  /* line 38091, app/assets/stylesheets/core.scss */
  .mt-xxl-19 {
    margin-top: 12rem !important;
  }
  /* line 38094, app/assets/stylesheets/core.scss */
  .mt-xxl-20 {
    margin-top: 14rem !important;
  }
  /* line 38097, app/assets/stylesheets/core.scss */
  .mt-xxl-21 {
    margin-top: 18.5rem !important;
  }
  /* line 38100, app/assets/stylesheets/core.scss */
  .mt-xxl-22 {
    margin-top: 22rem !important;
  }
  /* line 38103, app/assets/stylesheets/core.scss */
  .mt-xxl-23 {
    margin-top: 35rem !important;
  }
  /* line 38106, app/assets/stylesheets/core.scss */
  .mt-xxl-24 {
    margin-top: 40rem !important;
  }
  /* line 38109, app/assets/stylesheets/core.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 38112, app/assets/stylesheets/core.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 38115, app/assets/stylesheets/core.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 38118, app/assets/stylesheets/core.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 38121, app/assets/stylesheets/core.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 38124, app/assets/stylesheets/core.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 38127, app/assets/stylesheets/core.scss */
  .me-xxl-5 {
    margin-right: 2rem !important;
  }
  /* line 38130, app/assets/stylesheets/core.scss */
  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 38133, app/assets/stylesheets/core.scss */
  .me-xxl-7 {
    margin-right: 3rem !important;
  }
  /* line 38136, app/assets/stylesheets/core.scss */
  .me-xxl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 38139, app/assets/stylesheets/core.scss */
  .me-xxl-9 {
    margin-right: 4rem !important;
  }
  /* line 38142, app/assets/stylesheets/core.scss */
  .me-xxl-10 {
    margin-right: 4.5rem !important;
  }
  /* line 38145, app/assets/stylesheets/core.scss */
  .me-xxl-11 {
    margin-right: 5rem !important;
  }
  /* line 38148, app/assets/stylesheets/core.scss */
  .me-xxl-12 {
    margin-right: 5.5rem !important;
  }
  /* line 38151, app/assets/stylesheets/core.scss */
  .me-xxl-13 {
    margin-right: 6rem !important;
  }
  /* line 38154, app/assets/stylesheets/core.scss */
  .me-xxl-14 {
    margin-right: 6.5rem !important;
  }
  /* line 38157, app/assets/stylesheets/core.scss */
  .me-xxl-15 {
    margin-right: 7rem !important;
  }
  /* line 38160, app/assets/stylesheets/core.scss */
  .me-xxl-16 {
    margin-right: 7.5rem !important;
  }
  /* line 38163, app/assets/stylesheets/core.scss */
  .me-xxl-17 {
    margin-right: 8rem !important;
  }
  /* line 38166, app/assets/stylesheets/core.scss */
  .me-xxl-18 {
    margin-right: 10rem !important;
  }
  /* line 38169, app/assets/stylesheets/core.scss */
  .me-xxl-19 {
    margin-right: 12rem !important;
  }
  /* line 38172, app/assets/stylesheets/core.scss */
  .me-xxl-20 {
    margin-right: 14rem !important;
  }
  /* line 38175, app/assets/stylesheets/core.scss */
  .me-xxl-21 {
    margin-right: 18.5rem !important;
  }
  /* line 38178, app/assets/stylesheets/core.scss */
  .me-xxl-22 {
    margin-right: 22rem !important;
  }
  /* line 38181, app/assets/stylesheets/core.scss */
  .me-xxl-23 {
    margin-right: 35rem !important;
  }
  /* line 38184, app/assets/stylesheets/core.scss */
  .me-xxl-24 {
    margin-right: 40rem !important;
  }
  /* line 38187, app/assets/stylesheets/core.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 38190, app/assets/stylesheets/core.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 38193, app/assets/stylesheets/core.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 38196, app/assets/stylesheets/core.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 38199, app/assets/stylesheets/core.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 38202, app/assets/stylesheets/core.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 38205, app/assets/stylesheets/core.scss */
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 38208, app/assets/stylesheets/core.scss */
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 38211, app/assets/stylesheets/core.scss */
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 38214, app/assets/stylesheets/core.scss */
  .mb-xxl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 38217, app/assets/stylesheets/core.scss */
  .mb-xxl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 38220, app/assets/stylesheets/core.scss */
  .mb-xxl-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 38223, app/assets/stylesheets/core.scss */
  .mb-xxl-11 {
    margin-bottom: 5rem !important;
  }
  /* line 38226, app/assets/stylesheets/core.scss */
  .mb-xxl-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 38229, app/assets/stylesheets/core.scss */
  .mb-xxl-13 {
    margin-bottom: 6rem !important;
  }
  /* line 38232, app/assets/stylesheets/core.scss */
  .mb-xxl-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 38235, app/assets/stylesheets/core.scss */
  .mb-xxl-15 {
    margin-bottom: 7rem !important;
  }
  /* line 38238, app/assets/stylesheets/core.scss */
  .mb-xxl-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 38241, app/assets/stylesheets/core.scss */
  .mb-xxl-17 {
    margin-bottom: 8rem !important;
  }
  /* line 38244, app/assets/stylesheets/core.scss */
  .mb-xxl-18 {
    margin-bottom: 10rem !important;
  }
  /* line 38247, app/assets/stylesheets/core.scss */
  .mb-xxl-19 {
    margin-bottom: 12rem !important;
  }
  /* line 38250, app/assets/stylesheets/core.scss */
  .mb-xxl-20 {
    margin-bottom: 14rem !important;
  }
  /* line 38253, app/assets/stylesheets/core.scss */
  .mb-xxl-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 38256, app/assets/stylesheets/core.scss */
  .mb-xxl-22 {
    margin-bottom: 22rem !important;
  }
  /* line 38259, app/assets/stylesheets/core.scss */
  .mb-xxl-23 {
    margin-bottom: 35rem !important;
  }
  /* line 38262, app/assets/stylesheets/core.scss */
  .mb-xxl-24 {
    margin-bottom: 40rem !important;
  }
  /* line 38265, app/assets/stylesheets/core.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 38268, app/assets/stylesheets/core.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 38271, app/assets/stylesheets/core.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 38274, app/assets/stylesheets/core.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 38277, app/assets/stylesheets/core.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 38280, app/assets/stylesheets/core.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 38283, app/assets/stylesheets/core.scss */
  .ms-xxl-5 {
    margin-left: 2rem !important;
  }
  /* line 38286, app/assets/stylesheets/core.scss */
  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 38289, app/assets/stylesheets/core.scss */
  .ms-xxl-7 {
    margin-left: 3rem !important;
  }
  /* line 38292, app/assets/stylesheets/core.scss */
  .ms-xxl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 38295, app/assets/stylesheets/core.scss */
  .ms-xxl-9 {
    margin-left: 4rem !important;
  }
  /* line 38298, app/assets/stylesheets/core.scss */
  .ms-xxl-10 {
    margin-left: 4.5rem !important;
  }
  /* line 38301, app/assets/stylesheets/core.scss */
  .ms-xxl-11 {
    margin-left: 5rem !important;
  }
  /* line 38304, app/assets/stylesheets/core.scss */
  .ms-xxl-12 {
    margin-left: 5.5rem !important;
  }
  /* line 38307, app/assets/stylesheets/core.scss */
  .ms-xxl-13 {
    margin-left: 6rem !important;
  }
  /* line 38310, app/assets/stylesheets/core.scss */
  .ms-xxl-14 {
    margin-left: 6.5rem !important;
  }
  /* line 38313, app/assets/stylesheets/core.scss */
  .ms-xxl-15 {
    margin-left: 7rem !important;
  }
  /* line 38316, app/assets/stylesheets/core.scss */
  .ms-xxl-16 {
    margin-left: 7.5rem !important;
  }
  /* line 38319, app/assets/stylesheets/core.scss */
  .ms-xxl-17 {
    margin-left: 8rem !important;
  }
  /* line 38322, app/assets/stylesheets/core.scss */
  .ms-xxl-18 {
    margin-left: 10rem !important;
  }
  /* line 38325, app/assets/stylesheets/core.scss */
  .ms-xxl-19 {
    margin-left: 12rem !important;
  }
  /* line 38328, app/assets/stylesheets/core.scss */
  .ms-xxl-20 {
    margin-left: 14rem !important;
  }
  /* line 38331, app/assets/stylesheets/core.scss */
  .ms-xxl-21 {
    margin-left: 18.5rem !important;
  }
  /* line 38334, app/assets/stylesheets/core.scss */
  .ms-xxl-22 {
    margin-left: 22rem !important;
  }
  /* line 38337, app/assets/stylesheets/core.scss */
  .ms-xxl-23 {
    margin-left: 35rem !important;
  }
  /* line 38340, app/assets/stylesheets/core.scss */
  .ms-xxl-24 {
    margin-left: 40rem !important;
  }
  /* line 38343, app/assets/stylesheets/core.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 38346, app/assets/stylesheets/core.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 38349, app/assets/stylesheets/core.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 38352, app/assets/stylesheets/core.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 38355, app/assets/stylesheets/core.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 38358, app/assets/stylesheets/core.scss */
  .m-xxl-n5 {
    margin: -2rem !important;
  }
  /* line 38361, app/assets/stylesheets/core.scss */
  .m-xxl-n6 {
    margin: -2.5rem !important;
  }
  /* line 38364, app/assets/stylesheets/core.scss */
  .m-xxl-n7 {
    margin: -3rem !important;
  }
  /* line 38367, app/assets/stylesheets/core.scss */
  .m-xxl-n8 {
    margin: -3.5rem !important;
  }
  /* line 38370, app/assets/stylesheets/core.scss */
  .m-xxl-n9 {
    margin: -4rem !important;
  }
  /* line 38373, app/assets/stylesheets/core.scss */
  .m-xxl-n10 {
    margin: -4.5rem !important;
  }
  /* line 38376, app/assets/stylesheets/core.scss */
  .m-xxl-n11 {
    margin: -5rem !important;
  }
  /* line 38379, app/assets/stylesheets/core.scss */
  .m-xxl-n12 {
    margin: -5.5rem !important;
  }
  /* line 38382, app/assets/stylesheets/core.scss */
  .m-xxl-n13 {
    margin: -6rem !important;
  }
  /* line 38385, app/assets/stylesheets/core.scss */
  .m-xxl-n14 {
    margin: -6.5rem !important;
  }
  /* line 38388, app/assets/stylesheets/core.scss */
  .m-xxl-n15 {
    margin: -7rem !important;
  }
  /* line 38391, app/assets/stylesheets/core.scss */
  .m-xxl-n16 {
    margin: -7.5rem !important;
  }
  /* line 38394, app/assets/stylesheets/core.scss */
  .m-xxl-n17 {
    margin: -8rem !important;
  }
  /* line 38397, app/assets/stylesheets/core.scss */
  .m-xxl-n18 {
    margin: -10rem !important;
  }
  /* line 38400, app/assets/stylesheets/core.scss */
  .m-xxl-n19 {
    margin: -12rem !important;
  }
  /* line 38403, app/assets/stylesheets/core.scss */
  .m-xxl-n20 {
    margin: -14rem !important;
  }
  /* line 38406, app/assets/stylesheets/core.scss */
  .m-xxl-n21 {
    margin: -18.5rem !important;
  }
  /* line 38409, app/assets/stylesheets/core.scss */
  .m-xxl-n22 {
    margin: -22rem !important;
  }
  /* line 38412, app/assets/stylesheets/core.scss */
  .m-xxl-n23 {
    margin: -35rem !important;
  }
  /* line 38415, app/assets/stylesheets/core.scss */
  .m-xxl-n24 {
    margin: -40rem !important;
  }
  /* line 38418, app/assets/stylesheets/core.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 38422, app/assets/stylesheets/core.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 38426, app/assets/stylesheets/core.scss */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 38430, app/assets/stylesheets/core.scss */
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 38434, app/assets/stylesheets/core.scss */
  .mx-xxl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 38438, app/assets/stylesheets/core.scss */
  .mx-xxl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 38442, app/assets/stylesheets/core.scss */
  .mx-xxl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 38446, app/assets/stylesheets/core.scss */
  .mx-xxl-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 38450, app/assets/stylesheets/core.scss */
  .mx-xxl-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 38454, app/assets/stylesheets/core.scss */
  .mx-xxl-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 38458, app/assets/stylesheets/core.scss */
  .mx-xxl-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 38462, app/assets/stylesheets/core.scss */
  .mx-xxl-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 38466, app/assets/stylesheets/core.scss */
  .mx-xxl-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 38470, app/assets/stylesheets/core.scss */
  .mx-xxl-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 38474, app/assets/stylesheets/core.scss */
  .mx-xxl-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 38478, app/assets/stylesheets/core.scss */
  .mx-xxl-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 38482, app/assets/stylesheets/core.scss */
  .mx-xxl-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 38486, app/assets/stylesheets/core.scss */
  .mx-xxl-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 38490, app/assets/stylesheets/core.scss */
  .mx-xxl-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 38494, app/assets/stylesheets/core.scss */
  .mx-xxl-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 38498, app/assets/stylesheets/core.scss */
  .mx-xxl-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 38502, app/assets/stylesheets/core.scss */
  .mx-xxl-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 38506, app/assets/stylesheets/core.scss */
  .mx-xxl-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 38510, app/assets/stylesheets/core.scss */
  .mx-xxl-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 38514, app/assets/stylesheets/core.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 38518, app/assets/stylesheets/core.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 38522, app/assets/stylesheets/core.scss */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 38526, app/assets/stylesheets/core.scss */
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 38530, app/assets/stylesheets/core.scss */
  .my-xxl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 38534, app/assets/stylesheets/core.scss */
  .my-xxl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 38538, app/assets/stylesheets/core.scss */
  .my-xxl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 38542, app/assets/stylesheets/core.scss */
  .my-xxl-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 38546, app/assets/stylesheets/core.scss */
  .my-xxl-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 38550, app/assets/stylesheets/core.scss */
  .my-xxl-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 38554, app/assets/stylesheets/core.scss */
  .my-xxl-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 38558, app/assets/stylesheets/core.scss */
  .my-xxl-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 38562, app/assets/stylesheets/core.scss */
  .my-xxl-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 38566, app/assets/stylesheets/core.scss */
  .my-xxl-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 38570, app/assets/stylesheets/core.scss */
  .my-xxl-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 38574, app/assets/stylesheets/core.scss */
  .my-xxl-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 38578, app/assets/stylesheets/core.scss */
  .my-xxl-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 38582, app/assets/stylesheets/core.scss */
  .my-xxl-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 38586, app/assets/stylesheets/core.scss */
  .my-xxl-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 38590, app/assets/stylesheets/core.scss */
  .my-xxl-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 38594, app/assets/stylesheets/core.scss */
  .my-xxl-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 38598, app/assets/stylesheets/core.scss */
  .my-xxl-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 38602, app/assets/stylesheets/core.scss */
  .my-xxl-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 38606, app/assets/stylesheets/core.scss */
  .my-xxl-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 38610, app/assets/stylesheets/core.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 38613, app/assets/stylesheets/core.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 38616, app/assets/stylesheets/core.scss */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 38619, app/assets/stylesheets/core.scss */
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 38622, app/assets/stylesheets/core.scss */
  .mt-xxl-n5 {
    margin-top: -2rem !important;
  }
  /* line 38625, app/assets/stylesheets/core.scss */
  .mt-xxl-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 38628, app/assets/stylesheets/core.scss */
  .mt-xxl-n7 {
    margin-top: -3rem !important;
  }
  /* line 38631, app/assets/stylesheets/core.scss */
  .mt-xxl-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 38634, app/assets/stylesheets/core.scss */
  .mt-xxl-n9 {
    margin-top: -4rem !important;
  }
  /* line 38637, app/assets/stylesheets/core.scss */
  .mt-xxl-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 38640, app/assets/stylesheets/core.scss */
  .mt-xxl-n11 {
    margin-top: -5rem !important;
  }
  /* line 38643, app/assets/stylesheets/core.scss */
  .mt-xxl-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 38646, app/assets/stylesheets/core.scss */
  .mt-xxl-n13 {
    margin-top: -6rem !important;
  }
  /* line 38649, app/assets/stylesheets/core.scss */
  .mt-xxl-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 38652, app/assets/stylesheets/core.scss */
  .mt-xxl-n15 {
    margin-top: -7rem !important;
  }
  /* line 38655, app/assets/stylesheets/core.scss */
  .mt-xxl-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 38658, app/assets/stylesheets/core.scss */
  .mt-xxl-n17 {
    margin-top: -8rem !important;
  }
  /* line 38661, app/assets/stylesheets/core.scss */
  .mt-xxl-n18 {
    margin-top: -10rem !important;
  }
  /* line 38664, app/assets/stylesheets/core.scss */
  .mt-xxl-n19 {
    margin-top: -12rem !important;
  }
  /* line 38667, app/assets/stylesheets/core.scss */
  .mt-xxl-n20 {
    margin-top: -14rem !important;
  }
  /* line 38670, app/assets/stylesheets/core.scss */
  .mt-xxl-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 38673, app/assets/stylesheets/core.scss */
  .mt-xxl-n22 {
    margin-top: -22rem !important;
  }
  /* line 38676, app/assets/stylesheets/core.scss */
  .mt-xxl-n23 {
    margin-top: -35rem !important;
  }
  /* line 38679, app/assets/stylesheets/core.scss */
  .mt-xxl-n24 {
    margin-top: -40rem !important;
  }
  /* line 38682, app/assets/stylesheets/core.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 38685, app/assets/stylesheets/core.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 38688, app/assets/stylesheets/core.scss */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 38691, app/assets/stylesheets/core.scss */
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 38694, app/assets/stylesheets/core.scss */
  .me-xxl-n5 {
    margin-right: -2rem !important;
  }
  /* line 38697, app/assets/stylesheets/core.scss */
  .me-xxl-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 38700, app/assets/stylesheets/core.scss */
  .me-xxl-n7 {
    margin-right: -3rem !important;
  }
  /* line 38703, app/assets/stylesheets/core.scss */
  .me-xxl-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 38706, app/assets/stylesheets/core.scss */
  .me-xxl-n9 {
    margin-right: -4rem !important;
  }
  /* line 38709, app/assets/stylesheets/core.scss */
  .me-xxl-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 38712, app/assets/stylesheets/core.scss */
  .me-xxl-n11 {
    margin-right: -5rem !important;
  }
  /* line 38715, app/assets/stylesheets/core.scss */
  .me-xxl-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 38718, app/assets/stylesheets/core.scss */
  .me-xxl-n13 {
    margin-right: -6rem !important;
  }
  /* line 38721, app/assets/stylesheets/core.scss */
  .me-xxl-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 38724, app/assets/stylesheets/core.scss */
  .me-xxl-n15 {
    margin-right: -7rem !important;
  }
  /* line 38727, app/assets/stylesheets/core.scss */
  .me-xxl-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 38730, app/assets/stylesheets/core.scss */
  .me-xxl-n17 {
    margin-right: -8rem !important;
  }
  /* line 38733, app/assets/stylesheets/core.scss */
  .me-xxl-n18 {
    margin-right: -10rem !important;
  }
  /* line 38736, app/assets/stylesheets/core.scss */
  .me-xxl-n19 {
    margin-right: -12rem !important;
  }
  /* line 38739, app/assets/stylesheets/core.scss */
  .me-xxl-n20 {
    margin-right: -14rem !important;
  }
  /* line 38742, app/assets/stylesheets/core.scss */
  .me-xxl-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 38745, app/assets/stylesheets/core.scss */
  .me-xxl-n22 {
    margin-right: -22rem !important;
  }
  /* line 38748, app/assets/stylesheets/core.scss */
  .me-xxl-n23 {
    margin-right: -35rem !important;
  }
  /* line 38751, app/assets/stylesheets/core.scss */
  .me-xxl-n24 {
    margin-right: -40rem !important;
  }
  /* line 38754, app/assets/stylesheets/core.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 38757, app/assets/stylesheets/core.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 38760, app/assets/stylesheets/core.scss */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 38763, app/assets/stylesheets/core.scss */
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 38766, app/assets/stylesheets/core.scss */
  .mb-xxl-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 38769, app/assets/stylesheets/core.scss */
  .mb-xxl-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 38772, app/assets/stylesheets/core.scss */
  .mb-xxl-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 38775, app/assets/stylesheets/core.scss */
  .mb-xxl-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 38778, app/assets/stylesheets/core.scss */
  .mb-xxl-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 38781, app/assets/stylesheets/core.scss */
  .mb-xxl-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 38784, app/assets/stylesheets/core.scss */
  .mb-xxl-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 38787, app/assets/stylesheets/core.scss */
  .mb-xxl-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 38790, app/assets/stylesheets/core.scss */
  .mb-xxl-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 38793, app/assets/stylesheets/core.scss */
  .mb-xxl-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 38796, app/assets/stylesheets/core.scss */
  .mb-xxl-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 38799, app/assets/stylesheets/core.scss */
  .mb-xxl-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 38802, app/assets/stylesheets/core.scss */
  .mb-xxl-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 38805, app/assets/stylesheets/core.scss */
  .mb-xxl-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 38808, app/assets/stylesheets/core.scss */
  .mb-xxl-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 38811, app/assets/stylesheets/core.scss */
  .mb-xxl-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 38814, app/assets/stylesheets/core.scss */
  .mb-xxl-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 38817, app/assets/stylesheets/core.scss */
  .mb-xxl-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 38820, app/assets/stylesheets/core.scss */
  .mb-xxl-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 38823, app/assets/stylesheets/core.scss */
  .mb-xxl-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 38826, app/assets/stylesheets/core.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 38829, app/assets/stylesheets/core.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 38832, app/assets/stylesheets/core.scss */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 38835, app/assets/stylesheets/core.scss */
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 38838, app/assets/stylesheets/core.scss */
  .ms-xxl-n5 {
    margin-left: -2rem !important;
  }
  /* line 38841, app/assets/stylesheets/core.scss */
  .ms-xxl-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 38844, app/assets/stylesheets/core.scss */
  .ms-xxl-n7 {
    margin-left: -3rem !important;
  }
  /* line 38847, app/assets/stylesheets/core.scss */
  .ms-xxl-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 38850, app/assets/stylesheets/core.scss */
  .ms-xxl-n9 {
    margin-left: -4rem !important;
  }
  /* line 38853, app/assets/stylesheets/core.scss */
  .ms-xxl-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 38856, app/assets/stylesheets/core.scss */
  .ms-xxl-n11 {
    margin-left: -5rem !important;
  }
  /* line 38859, app/assets/stylesheets/core.scss */
  .ms-xxl-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 38862, app/assets/stylesheets/core.scss */
  .ms-xxl-n13 {
    margin-left: -6rem !important;
  }
  /* line 38865, app/assets/stylesheets/core.scss */
  .ms-xxl-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 38868, app/assets/stylesheets/core.scss */
  .ms-xxl-n15 {
    margin-left: -7rem !important;
  }
  /* line 38871, app/assets/stylesheets/core.scss */
  .ms-xxl-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 38874, app/assets/stylesheets/core.scss */
  .ms-xxl-n17 {
    margin-left: -8rem !important;
  }
  /* line 38877, app/assets/stylesheets/core.scss */
  .ms-xxl-n18 {
    margin-left: -10rem !important;
  }
  /* line 38880, app/assets/stylesheets/core.scss */
  .ms-xxl-n19 {
    margin-left: -12rem !important;
  }
  /* line 38883, app/assets/stylesheets/core.scss */
  .ms-xxl-n20 {
    margin-left: -14rem !important;
  }
  /* line 38886, app/assets/stylesheets/core.scss */
  .ms-xxl-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 38889, app/assets/stylesheets/core.scss */
  .ms-xxl-n22 {
    margin-left: -22rem !important;
  }
  /* line 38892, app/assets/stylesheets/core.scss */
  .ms-xxl-n23 {
    margin-left: -35rem !important;
  }
  /* line 38895, app/assets/stylesheets/core.scss */
  .ms-xxl-n24 {
    margin-left: -40rem !important;
  }
  /* line 38898, app/assets/stylesheets/core.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 38901, app/assets/stylesheets/core.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 38904, app/assets/stylesheets/core.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 38907, app/assets/stylesheets/core.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 38910, app/assets/stylesheets/core.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 38913, app/assets/stylesheets/core.scss */
  .p-xxl-5 {
    padding: 2rem !important;
  }
  /* line 38916, app/assets/stylesheets/core.scss */
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  /* line 38919, app/assets/stylesheets/core.scss */
  .p-xxl-7 {
    padding: 3rem !important;
  }
  /* line 38922, app/assets/stylesheets/core.scss */
  .p-xxl-8 {
    padding: 3.5rem !important;
  }
  /* line 38925, app/assets/stylesheets/core.scss */
  .p-xxl-9 {
    padding: 4rem !important;
  }
  /* line 38928, app/assets/stylesheets/core.scss */
  .p-xxl-10 {
    padding: 4.5rem !important;
  }
  /* line 38931, app/assets/stylesheets/core.scss */
  .p-xxl-11 {
    padding: 5rem !important;
  }
  /* line 38934, app/assets/stylesheets/core.scss */
  .p-xxl-12 {
    padding: 5.5rem !important;
  }
  /* line 38937, app/assets/stylesheets/core.scss */
  .p-xxl-13 {
    padding: 6rem !important;
  }
  /* line 38940, app/assets/stylesheets/core.scss */
  .p-xxl-14 {
    padding: 6.5rem !important;
  }
  /* line 38943, app/assets/stylesheets/core.scss */
  .p-xxl-15 {
    padding: 7rem !important;
  }
  /* line 38946, app/assets/stylesheets/core.scss */
  .p-xxl-16 {
    padding: 7.5rem !important;
  }
  /* line 38949, app/assets/stylesheets/core.scss */
  .p-xxl-17 {
    padding: 8rem !important;
  }
  /* line 38952, app/assets/stylesheets/core.scss */
  .p-xxl-18 {
    padding: 10rem !important;
  }
  /* line 38955, app/assets/stylesheets/core.scss */
  .p-xxl-19 {
    padding: 12rem !important;
  }
  /* line 38958, app/assets/stylesheets/core.scss */
  .p-xxl-20 {
    padding: 14rem !important;
  }
  /* line 38961, app/assets/stylesheets/core.scss */
  .p-xxl-21 {
    padding: 18.5rem !important;
  }
  /* line 38964, app/assets/stylesheets/core.scss */
  .p-xxl-22 {
    padding: 22rem !important;
  }
  /* line 38967, app/assets/stylesheets/core.scss */
  .p-xxl-23 {
    padding: 35rem !important;
  }
  /* line 38970, app/assets/stylesheets/core.scss */
  .p-xxl-24 {
    padding: 40rem !important;
  }
  /* line 38973, app/assets/stylesheets/core.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 38977, app/assets/stylesheets/core.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 38981, app/assets/stylesheets/core.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 38985, app/assets/stylesheets/core.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 38989, app/assets/stylesheets/core.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 38993, app/assets/stylesheets/core.scss */
  .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 38997, app/assets/stylesheets/core.scss */
  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 39001, app/assets/stylesheets/core.scss */
  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 39005, app/assets/stylesheets/core.scss */
  .px-xxl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 39009, app/assets/stylesheets/core.scss */
  .px-xxl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 39013, app/assets/stylesheets/core.scss */
  .px-xxl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 39017, app/assets/stylesheets/core.scss */
  .px-xxl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 39021, app/assets/stylesheets/core.scss */
  .px-xxl-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 39025, app/assets/stylesheets/core.scss */
  .px-xxl-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 39029, app/assets/stylesheets/core.scss */
  .px-xxl-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 39033, app/assets/stylesheets/core.scss */
  .px-xxl-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 39037, app/assets/stylesheets/core.scss */
  .px-xxl-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 39041, app/assets/stylesheets/core.scss */
  .px-xxl-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 39045, app/assets/stylesheets/core.scss */
  .px-xxl-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 39049, app/assets/stylesheets/core.scss */
  .px-xxl-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 39053, app/assets/stylesheets/core.scss */
  .px-xxl-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 39057, app/assets/stylesheets/core.scss */
  .px-xxl-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 39061, app/assets/stylesheets/core.scss */
  .px-xxl-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 39065, app/assets/stylesheets/core.scss */
  .px-xxl-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 39069, app/assets/stylesheets/core.scss */
  .px-xxl-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 39073, app/assets/stylesheets/core.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 39077, app/assets/stylesheets/core.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 39081, app/assets/stylesheets/core.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 39085, app/assets/stylesheets/core.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 39089, app/assets/stylesheets/core.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 39093, app/assets/stylesheets/core.scss */
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 39097, app/assets/stylesheets/core.scss */
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 39101, app/assets/stylesheets/core.scss */
  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 39105, app/assets/stylesheets/core.scss */
  .py-xxl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 39109, app/assets/stylesheets/core.scss */
  .py-xxl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 39113, app/assets/stylesheets/core.scss */
  .py-xxl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 39117, app/assets/stylesheets/core.scss */
  .py-xxl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 39121, app/assets/stylesheets/core.scss */
  .py-xxl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 39125, app/assets/stylesheets/core.scss */
  .py-xxl-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 39129, app/assets/stylesheets/core.scss */
  .py-xxl-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 39133, app/assets/stylesheets/core.scss */
  .py-xxl-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 39137, app/assets/stylesheets/core.scss */
  .py-xxl-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 39141, app/assets/stylesheets/core.scss */
  .py-xxl-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 39145, app/assets/stylesheets/core.scss */
  .py-xxl-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 39149, app/assets/stylesheets/core.scss */
  .py-xxl-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 39153, app/assets/stylesheets/core.scss */
  .py-xxl-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 39157, app/assets/stylesheets/core.scss */
  .py-xxl-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 39161, app/assets/stylesheets/core.scss */
  .py-xxl-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 39165, app/assets/stylesheets/core.scss */
  .py-xxl-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 39169, app/assets/stylesheets/core.scss */
  .py-xxl-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 39173, app/assets/stylesheets/core.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 39176, app/assets/stylesheets/core.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 39179, app/assets/stylesheets/core.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 39182, app/assets/stylesheets/core.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 39185, app/assets/stylesheets/core.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 39188, app/assets/stylesheets/core.scss */
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  /* line 39191, app/assets/stylesheets/core.scss */
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 39194, app/assets/stylesheets/core.scss */
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  /* line 39197, app/assets/stylesheets/core.scss */
  .pt-xxl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 39200, app/assets/stylesheets/core.scss */
  .pt-xxl-9 {
    padding-top: 4rem !important;
  }
  /* line 39203, app/assets/stylesheets/core.scss */
  .pt-xxl-10 {
    padding-top: 4.5rem !important;
  }
  /* line 39206, app/assets/stylesheets/core.scss */
  .pt-xxl-11 {
    padding-top: 5rem !important;
  }
  /* line 39209, app/assets/stylesheets/core.scss */
  .pt-xxl-12 {
    padding-top: 5.5rem !important;
  }
  /* line 39212, app/assets/stylesheets/core.scss */
  .pt-xxl-13 {
    padding-top: 6rem !important;
  }
  /* line 39215, app/assets/stylesheets/core.scss */
  .pt-xxl-14 {
    padding-top: 6.5rem !important;
  }
  /* line 39218, app/assets/stylesheets/core.scss */
  .pt-xxl-15 {
    padding-top: 7rem !important;
  }
  /* line 39221, app/assets/stylesheets/core.scss */
  .pt-xxl-16 {
    padding-top: 7.5rem !important;
  }
  /* line 39224, app/assets/stylesheets/core.scss */
  .pt-xxl-17 {
    padding-top: 8rem !important;
  }
  /* line 39227, app/assets/stylesheets/core.scss */
  .pt-xxl-18 {
    padding-top: 10rem !important;
  }
  /* line 39230, app/assets/stylesheets/core.scss */
  .pt-xxl-19 {
    padding-top: 12rem !important;
  }
  /* line 39233, app/assets/stylesheets/core.scss */
  .pt-xxl-20 {
    padding-top: 14rem !important;
  }
  /* line 39236, app/assets/stylesheets/core.scss */
  .pt-xxl-21 {
    padding-top: 18.5rem !important;
  }
  /* line 39239, app/assets/stylesheets/core.scss */
  .pt-xxl-22 {
    padding-top: 22rem !important;
  }
  /* line 39242, app/assets/stylesheets/core.scss */
  .pt-xxl-23 {
    padding-top: 35rem !important;
  }
  /* line 39245, app/assets/stylesheets/core.scss */
  .pt-xxl-24 {
    padding-top: 40rem !important;
  }
  /* line 39248, app/assets/stylesheets/core.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 39251, app/assets/stylesheets/core.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 39254, app/assets/stylesheets/core.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 39257, app/assets/stylesheets/core.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 39260, app/assets/stylesheets/core.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 39263, app/assets/stylesheets/core.scss */
  .pe-xxl-5 {
    padding-right: 2rem !important;
  }
  /* line 39266, app/assets/stylesheets/core.scss */
  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 39269, app/assets/stylesheets/core.scss */
  .pe-xxl-7 {
    padding-right: 3rem !important;
  }
  /* line 39272, app/assets/stylesheets/core.scss */
  .pe-xxl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 39275, app/assets/stylesheets/core.scss */
  .pe-xxl-9 {
    padding-right: 4rem !important;
  }
  /* line 39278, app/assets/stylesheets/core.scss */
  .pe-xxl-10 {
    padding-right: 4.5rem !important;
  }
  /* line 39281, app/assets/stylesheets/core.scss */
  .pe-xxl-11 {
    padding-right: 5rem !important;
  }
  /* line 39284, app/assets/stylesheets/core.scss */
  .pe-xxl-12 {
    padding-right: 5.5rem !important;
  }
  /* line 39287, app/assets/stylesheets/core.scss */
  .pe-xxl-13 {
    padding-right: 6rem !important;
  }
  /* line 39290, app/assets/stylesheets/core.scss */
  .pe-xxl-14 {
    padding-right: 6.5rem !important;
  }
  /* line 39293, app/assets/stylesheets/core.scss */
  .pe-xxl-15 {
    padding-right: 7rem !important;
  }
  /* line 39296, app/assets/stylesheets/core.scss */
  .pe-xxl-16 {
    padding-right: 7.5rem !important;
  }
  /* line 39299, app/assets/stylesheets/core.scss */
  .pe-xxl-17 {
    padding-right: 8rem !important;
  }
  /* line 39302, app/assets/stylesheets/core.scss */
  .pe-xxl-18 {
    padding-right: 10rem !important;
  }
  /* line 39305, app/assets/stylesheets/core.scss */
  .pe-xxl-19 {
    padding-right: 12rem !important;
  }
  /* line 39308, app/assets/stylesheets/core.scss */
  .pe-xxl-20 {
    padding-right: 14rem !important;
  }
  /* line 39311, app/assets/stylesheets/core.scss */
  .pe-xxl-21 {
    padding-right: 18.5rem !important;
  }
  /* line 39314, app/assets/stylesheets/core.scss */
  .pe-xxl-22 {
    padding-right: 22rem !important;
  }
  /* line 39317, app/assets/stylesheets/core.scss */
  .pe-xxl-23 {
    padding-right: 35rem !important;
  }
  /* line 39320, app/assets/stylesheets/core.scss */
  .pe-xxl-24 {
    padding-right: 40rem !important;
  }
  /* line 39323, app/assets/stylesheets/core.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 39326, app/assets/stylesheets/core.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 39329, app/assets/stylesheets/core.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 39332, app/assets/stylesheets/core.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 39335, app/assets/stylesheets/core.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 39338, app/assets/stylesheets/core.scss */
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 39341, app/assets/stylesheets/core.scss */
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 39344, app/assets/stylesheets/core.scss */
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 39347, app/assets/stylesheets/core.scss */
  .pb-xxl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 39350, app/assets/stylesheets/core.scss */
  .pb-xxl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 39353, app/assets/stylesheets/core.scss */
  .pb-xxl-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 39356, app/assets/stylesheets/core.scss */
  .pb-xxl-11 {
    padding-bottom: 5rem !important;
  }
  /* line 39359, app/assets/stylesheets/core.scss */
  .pb-xxl-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 39362, app/assets/stylesheets/core.scss */
  .pb-xxl-13 {
    padding-bottom: 6rem !important;
  }
  /* line 39365, app/assets/stylesheets/core.scss */
  .pb-xxl-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 39368, app/assets/stylesheets/core.scss */
  .pb-xxl-15 {
    padding-bottom: 7rem !important;
  }
  /* line 39371, app/assets/stylesheets/core.scss */
  .pb-xxl-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 39374, app/assets/stylesheets/core.scss */
  .pb-xxl-17 {
    padding-bottom: 8rem !important;
  }
  /* line 39377, app/assets/stylesheets/core.scss */
  .pb-xxl-18 {
    padding-bottom: 10rem !important;
  }
  /* line 39380, app/assets/stylesheets/core.scss */
  .pb-xxl-19 {
    padding-bottom: 12rem !important;
  }
  /* line 39383, app/assets/stylesheets/core.scss */
  .pb-xxl-20 {
    padding-bottom: 14rem !important;
  }
  /* line 39386, app/assets/stylesheets/core.scss */
  .pb-xxl-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 39389, app/assets/stylesheets/core.scss */
  .pb-xxl-22 {
    padding-bottom: 22rem !important;
  }
  /* line 39392, app/assets/stylesheets/core.scss */
  .pb-xxl-23 {
    padding-bottom: 35rem !important;
  }
  /* line 39395, app/assets/stylesheets/core.scss */
  .pb-xxl-24 {
    padding-bottom: 40rem !important;
  }
  /* line 39398, app/assets/stylesheets/core.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 39401, app/assets/stylesheets/core.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 39404, app/assets/stylesheets/core.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 39407, app/assets/stylesheets/core.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 39410, app/assets/stylesheets/core.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 39413, app/assets/stylesheets/core.scss */
  .ps-xxl-5 {
    padding-left: 2rem !important;
  }
  /* line 39416, app/assets/stylesheets/core.scss */
  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 39419, app/assets/stylesheets/core.scss */
  .ps-xxl-7 {
    padding-left: 3rem !important;
  }
  /* line 39422, app/assets/stylesheets/core.scss */
  .ps-xxl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 39425, app/assets/stylesheets/core.scss */
  .ps-xxl-9 {
    padding-left: 4rem !important;
  }
  /* line 39428, app/assets/stylesheets/core.scss */
  .ps-xxl-10 {
    padding-left: 4.5rem !important;
  }
  /* line 39431, app/assets/stylesheets/core.scss */
  .ps-xxl-11 {
    padding-left: 5rem !important;
  }
  /* line 39434, app/assets/stylesheets/core.scss */
  .ps-xxl-12 {
    padding-left: 5.5rem !important;
  }
  /* line 39437, app/assets/stylesheets/core.scss */
  .ps-xxl-13 {
    padding-left: 6rem !important;
  }
  /* line 39440, app/assets/stylesheets/core.scss */
  .ps-xxl-14 {
    padding-left: 6.5rem !important;
  }
  /* line 39443, app/assets/stylesheets/core.scss */
  .ps-xxl-15 {
    padding-left: 7rem !important;
  }
  /* line 39446, app/assets/stylesheets/core.scss */
  .ps-xxl-16 {
    padding-left: 7.5rem !important;
  }
  /* line 39449, app/assets/stylesheets/core.scss */
  .ps-xxl-17 {
    padding-left: 8rem !important;
  }
  /* line 39452, app/assets/stylesheets/core.scss */
  .ps-xxl-18 {
    padding-left: 10rem !important;
  }
  /* line 39455, app/assets/stylesheets/core.scss */
  .ps-xxl-19 {
    padding-left: 12rem !important;
  }
  /* line 39458, app/assets/stylesheets/core.scss */
  .ps-xxl-20 {
    padding-left: 14rem !important;
  }
  /* line 39461, app/assets/stylesheets/core.scss */
  .ps-xxl-21 {
    padding-left: 18.5rem !important;
  }
  /* line 39464, app/assets/stylesheets/core.scss */
  .ps-xxl-22 {
    padding-left: 22rem !important;
  }
  /* line 39467, app/assets/stylesheets/core.scss */
  .ps-xxl-23 {
    padding-left: 35rem !important;
  }
  /* line 39470, app/assets/stylesheets/core.scss */
  .ps-xxl-24 {
    padding-left: 40rem !important;
  }
  /* line 39473, app/assets/stylesheets/core.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 39476, app/assets/stylesheets/core.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 39479, app/assets/stylesheets/core.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 39482, app/assets/stylesheets/core.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 39485, app/assets/stylesheets/core.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 39488, app/assets/stylesheets/core.scss */
  .gap-xxl-5 {
    gap: 2rem !important;
  }
  /* line 39491, app/assets/stylesheets/core.scss */
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  /* line 39494, app/assets/stylesheets/core.scss */
  .gap-xxl-7 {
    gap: 3rem !important;
  }
  /* line 39497, app/assets/stylesheets/core.scss */
  .gap-xxl-8 {
    gap: 3.5rem !important;
  }
  /* line 39500, app/assets/stylesheets/core.scss */
  .gap-xxl-9 {
    gap: 4rem !important;
  }
  /* line 39503, app/assets/stylesheets/core.scss */
  .gap-xxl-10 {
    gap: 4.5rem !important;
  }
  /* line 39506, app/assets/stylesheets/core.scss */
  .gap-xxl-11 {
    gap: 5rem !important;
  }
  /* line 39509, app/assets/stylesheets/core.scss */
  .gap-xxl-12 {
    gap: 5.5rem !important;
  }
  /* line 39512, app/assets/stylesheets/core.scss */
  .gap-xxl-13 {
    gap: 6rem !important;
  }
  /* line 39515, app/assets/stylesheets/core.scss */
  .gap-xxl-14 {
    gap: 6.5rem !important;
  }
  /* line 39518, app/assets/stylesheets/core.scss */
  .gap-xxl-15 {
    gap: 7rem !important;
  }
  /* line 39521, app/assets/stylesheets/core.scss */
  .gap-xxl-16 {
    gap: 7.5rem !important;
  }
  /* line 39524, app/assets/stylesheets/core.scss */
  .gap-xxl-17 {
    gap: 8rem !important;
  }
  /* line 39527, app/assets/stylesheets/core.scss */
  .gap-xxl-18 {
    gap: 10rem !important;
  }
  /* line 39530, app/assets/stylesheets/core.scss */
  .gap-xxl-19 {
    gap: 12rem !important;
  }
  /* line 39533, app/assets/stylesheets/core.scss */
  .gap-xxl-20 {
    gap: 14rem !important;
  }
  /* line 39536, app/assets/stylesheets/core.scss */
  .gap-xxl-21 {
    gap: 18.5rem !important;
  }
  /* line 39539, app/assets/stylesheets/core.scss */
  .gap-xxl-22 {
    gap: 22rem !important;
  }
  /* line 39542, app/assets/stylesheets/core.scss */
  .gap-xxl-23 {
    gap: 35rem !important;
  }
  /* line 39545, app/assets/stylesheets/core.scss */
  .gap-xxl-24 {
    gap: 40rem !important;
  }
  /* line 39548, app/assets/stylesheets/core.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 39551, app/assets/stylesheets/core.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 39554, app/assets/stylesheets/core.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 39557, app/assets/stylesheets/core.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 39560, app/assets/stylesheets/core.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 39563, app/assets/stylesheets/core.scss */
  .row-gap-xxl-5 {
    row-gap: 2rem !important;
  }
  /* line 39566, app/assets/stylesheets/core.scss */
  .row-gap-xxl-6 {
    row-gap: 2.5rem !important;
  }
  /* line 39569, app/assets/stylesheets/core.scss */
  .row-gap-xxl-7 {
    row-gap: 3rem !important;
  }
  /* line 39572, app/assets/stylesheets/core.scss */
  .row-gap-xxl-8 {
    row-gap: 3.5rem !important;
  }
  /* line 39575, app/assets/stylesheets/core.scss */
  .row-gap-xxl-9 {
    row-gap: 4rem !important;
  }
  /* line 39578, app/assets/stylesheets/core.scss */
  .row-gap-xxl-10 {
    row-gap: 4.5rem !important;
  }
  /* line 39581, app/assets/stylesheets/core.scss */
  .row-gap-xxl-11 {
    row-gap: 5rem !important;
  }
  /* line 39584, app/assets/stylesheets/core.scss */
  .row-gap-xxl-12 {
    row-gap: 5.5rem !important;
  }
  /* line 39587, app/assets/stylesheets/core.scss */
  .row-gap-xxl-13 {
    row-gap: 6rem !important;
  }
  /* line 39590, app/assets/stylesheets/core.scss */
  .row-gap-xxl-14 {
    row-gap: 6.5rem !important;
  }
  /* line 39593, app/assets/stylesheets/core.scss */
  .row-gap-xxl-15 {
    row-gap: 7rem !important;
  }
  /* line 39596, app/assets/stylesheets/core.scss */
  .row-gap-xxl-16 {
    row-gap: 7.5rem !important;
  }
  /* line 39599, app/assets/stylesheets/core.scss */
  .row-gap-xxl-17 {
    row-gap: 8rem !important;
  }
  /* line 39602, app/assets/stylesheets/core.scss */
  .row-gap-xxl-18 {
    row-gap: 10rem !important;
  }
  /* line 39605, app/assets/stylesheets/core.scss */
  .row-gap-xxl-19 {
    row-gap: 12rem !important;
  }
  /* line 39608, app/assets/stylesheets/core.scss */
  .row-gap-xxl-20 {
    row-gap: 14rem !important;
  }
  /* line 39611, app/assets/stylesheets/core.scss */
  .row-gap-xxl-21 {
    row-gap: 18.5rem !important;
  }
  /* line 39614, app/assets/stylesheets/core.scss */
  .row-gap-xxl-22 {
    row-gap: 22rem !important;
  }
  /* line 39617, app/assets/stylesheets/core.scss */
  .row-gap-xxl-23 {
    row-gap: 35rem !important;
  }
  /* line 39620, app/assets/stylesheets/core.scss */
  .row-gap-xxl-24 {
    row-gap: 40rem !important;
  }
  /* line 39623, app/assets/stylesheets/core.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 39627, app/assets/stylesheets/core.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 39631, app/assets/stylesheets/core.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 39635, app/assets/stylesheets/core.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 39639, app/assets/stylesheets/core.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 39643, app/assets/stylesheets/core.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 39647, app/assets/stylesheets/core.scss */
  .column-gap-xxl-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 39651, app/assets/stylesheets/core.scss */
  .column-gap-xxl-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 39655, app/assets/stylesheets/core.scss */
  .column-gap-xxl-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 39659, app/assets/stylesheets/core.scss */
  .column-gap-xxl-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 39663, app/assets/stylesheets/core.scss */
  .column-gap-xxl-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 39667, app/assets/stylesheets/core.scss */
  .column-gap-xxl-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 39671, app/assets/stylesheets/core.scss */
  .column-gap-xxl-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 39675, app/assets/stylesheets/core.scss */
  .column-gap-xxl-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 39679, app/assets/stylesheets/core.scss */
  .column-gap-xxl-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 39683, app/assets/stylesheets/core.scss */
  .column-gap-xxl-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 39687, app/assets/stylesheets/core.scss */
  .column-gap-xxl-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 39691, app/assets/stylesheets/core.scss */
  .column-gap-xxl-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 39695, app/assets/stylesheets/core.scss */
  .column-gap-xxl-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 39699, app/assets/stylesheets/core.scss */
  .column-gap-xxl-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 39703, app/assets/stylesheets/core.scss */
  .column-gap-xxl-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 39707, app/assets/stylesheets/core.scss */
  .column-gap-xxl-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 39711, app/assets/stylesheets/core.scss */
  .column-gap-xxl-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 39715, app/assets/stylesheets/core.scss */
  .column-gap-xxl-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 39719, app/assets/stylesheets/core.scss */
  .column-gap-xxl-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 39723, app/assets/stylesheets/core.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 39726, app/assets/stylesheets/core.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 39729, app/assets/stylesheets/core.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 39734, app/assets/stylesheets/core.scss */
  .fs-1 {
    font-size: 2.625rem !important;
  }
  /* line 39737, app/assets/stylesheets/core.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 39740, app/assets/stylesheets/core.scss */
  .fs-3 {
    font-size: 1.625rem !important;
  }
}

@media print {
  /* line 39745, app/assets/stylesheets/core.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 39748, app/assets/stylesheets/core.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 39751, app/assets/stylesheets/core.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 39754, app/assets/stylesheets/core.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 39757, app/assets/stylesheets/core.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 39760, app/assets/stylesheets/core.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 39763, app/assets/stylesheets/core.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 39766, app/assets/stylesheets/core.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 39769, app/assets/stylesheets/core.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 39772, app/assets/stylesheets/core.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 39775, app/assets/stylesheets/core.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 39779, app/assets/stylesheets/core.scss */
.btn-primary-link {
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
}

/* line 39785, app/assets/stylesheets/core.scss */
.btn-primary-link:hover {
  color: #ff3912;
  text-decoration: none;
  border-bottom: 2px solid #ff3912;
}

/* line 39790, app/assets/stylesheets/core.scss */
.btn-primary-link:focus, .btn-primary-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 39794, app/assets/stylesheets/core.scss */
.btn-primary-link:disabled, .btn-primary-link.disabled {
  color: #6f6985;
  pointer-events: none;
}

/* line 39799, app/assets/stylesheets/core.scss */
.btn-secondary-link {
  font-weight: 700;
  color: #672ebb;
  text-decoration: none;
  border-bottom: 2px solid #672ebb;
}

/* line 39805, app/assets/stylesheets/core.scss */
.btn-secondary-link:hover {
  color: #56269c;
  text-decoration: none;
  border-bottom: 2px solid #56269c;
}

/* line 39810, app/assets/stylesheets/core.scss */
.btn-secondary-link:focus, .btn-secondary-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 39814, app/assets/stylesheets/core.scss */
.btn-secondary-link:disabled, .btn-secondary-link.disabled {
  color: #6f6985;
  pointer-events: none;
}

/* line 39819, app/assets/stylesheets/core.scss */
.btn-primary-soft {
  background-color: rgba(255, 89, 56, 0.1);
  color: #1c2232;
}

/* line 39823, app/assets/stylesheets/core.scss */
.btn-primary-soft:hover {
  background-color: rgba(255, 89, 56, 0.15);
  color: #1c2232;
}

/* line 39828, app/assets/stylesheets/core.scss */
.btn-secondary-soft {
  background-color: rgba(103, 46, 187, 0.1);
  color: #672ebb;
}

/* line 39832, app/assets/stylesheets/core.scss */
.btn-secondary-soft:hover {
  background-color: rgba(103, 46, 187, 0.15);
  color: #672ebb;
}

/* line 39837, app/assets/stylesheets/core.scss */
.btn-success-soft {
  background-color: rgba(36, 161, 72, 0.1);
  color: #24a148;
}

/* line 39841, app/assets/stylesheets/core.scss */
.btn-success-soft:hover {
  background-color: rgba(36, 161, 72, 0.15);
  color: #24a148;
}

/* line 39846, app/assets/stylesheets/core.scss */
.btn-info-soft {
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
}

/* line 39850, app/assets/stylesheets/core.scss */
.btn-info-soft:hover {
  background-color: rgba(23, 162, 184, 0.15);
  color: #17a2b8;
}

/* line 39855, app/assets/stylesheets/core.scss */
.btn-warning-soft {
  background-color: rgba(255, 193, 7, 0.1);
  color: #f4cc30;
}

/* line 39859, app/assets/stylesheets/core.scss */
.btn-warning-soft:hover {
  background-color: rgba(255, 193, 7, 0.15);
  color: #f4cc30;
}

/* line 39864, app/assets/stylesheets/core.scss */
.btn-danger-soft {
  background-color: rgba(234, 67, 54, 0.1);
  color: #ea4336;
}

/* line 39868, app/assets/stylesheets/core.scss */
.btn-danger-soft:hover {
  background-color: rgba(234, 67, 54, 0.15);
  color: #ea4336;
}

/* line 39873, app/assets/stylesheets/core.scss */
.btn-light-soft {
  background-color: rgba(244, 244, 245, 0.1);
  color: #f4f4f5;
}

/* line 39877, app/assets/stylesheets/core.scss */
.btn-light-soft:hover {
  background-color: rgba(244, 244, 245, 0.15);
  color: #f4f4f5;
}

/* line 39882, app/assets/stylesheets/core.scss */
.btn-dark-soft {
  background-color: rgba(38, 31, 68, 0.1);
  color: #1c2232;
}

/* line 39886, app/assets/stylesheets/core.scss */
.btn-dark-soft:hover {
  background-color: rgba(38, 31, 68, 0.15);
  color: #1c2232;
}

/* line 39891, app/assets/stylesheets/core.scss */
.btn-white-soft {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* line 39895, app/assets/stylesheets/core.scss */
.btn-white-soft:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* line 39900, app/assets/stylesheets/core.scss */
.btn-light-primary-soft {
  background-color: rgba(255, 234, 230, 0.1);
  color: #ffeae6;
}

/* line 39904, app/assets/stylesheets/core.scss */
.btn-light-primary-soft:hover {
  background-color: rgba(255, 234, 230, 0.15);
  color: #ffeae6;
}

/* line 39909, app/assets/stylesheets/core.scss */
.btn-light-danger-soft {
  background-color: rgba(255, 235, 234, 0.1);
  color: #ffebea;
}

/* line 39913, app/assets/stylesheets/core.scss */
.btn-light-danger-soft:hover {
  background-color: rgba(255, 235, 234, 0.15);
  color: #ffebea;
}

/* line 39918, app/assets/stylesheets/core.scss */
.btn-light-info-soft {
  background-color: rgba(208, 255, 255, 0.1);
  color: #d0ffff;
}

/* line 39922, app/assets/stylesheets/core.scss */
.btn-light-info-soft:hover {
  background-color: rgba(208, 255, 255, 0.15);
  color: #d0ffff;
}

/* line 39927, app/assets/stylesheets/core.scss */
.btn-light-warning-soft {
  background-color: rgba(255, 246, 225, 0.1);
  color: #fff6e1;
}

/* line 39931, app/assets/stylesheets/core.scss */
.btn-light-warning-soft:hover {
  background-color: rgba(255, 246, 225, 0.15);
  color: #fff6e1;
}

/* line 39936, app/assets/stylesheets/core.scss */
.btn-light-secondary-soft {
  background-color: rgba(235, 221, 255, 0.1);
  color: #ebddff;
}

/* line 39940, app/assets/stylesheets/core.scss */
.btn-light-secondary-soft:hover {
  background-color: rgba(235, 221, 255, 0.15);
  color: #ebddff;
}

/* line 39945, app/assets/stylesheets/core.scss */
.btn-light-success-soft {
  background-color: rgba(232, 255, 243, 0.1);
  color: #e8fff3;
}

/* line 39949, app/assets/stylesheets/core.scss */
.btn-light-success-soft:hover {
  background-color: rgba(232, 255, 243, 0.15);
  color: #e8fff3;
}

/* line 39954, app/assets/stylesheets/core.scss */
.btn-play {
  background-color: var(--white);
  color: var(--primary);
  transition: 0.2s ease;
}

/* line 39959, app/assets/stylesheets/core.scss */
.btn-play:hover {
  background-color: var(--primary);
  color: var(--white);
  transition: 0.2s ease;
}

/* line 39965, app/assets/stylesheets/core.scss */
.nav.btn-group > .btn,
.btn-group-vertical > .btn {
  flex: 0;
}

/* line 39970, app/assets/stylesheets/core.scss */
.nav.btn-group .btn-white.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* line 39975, app/assets/stylesheets/core.scss */
.nav.btn-group .btn-white:focus {
  box-shadow: none !important;
}

/* line 39979, app/assets/stylesheets/core.scss */
.btn-like {
  border: 1px solid var(--gray-200);
  background-color: transparent;
  height: 32px;
  width: 32px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  transition: 0.2s ease-in;
  color: var(--gray-300);
}

/* line 39993, app/assets/stylesheets/core.scss */
.btn-like:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  transition: 0.2s ease-in;
}

/* line 40000, app/assets/stylesheets/core.scss */
.btn-icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.92969rem;
  font-weight: 400;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

/* line 40013, app/assets/stylesheets/core.scss */
.btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.53125rem;
  height: 1.53125rem;
}

/* line 40019, app/assets/stylesheets/core.scss */
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  font-size: 0.875rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

/* line 40025, app/assets/stylesheets/core.scss */
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  font-size: 1rem;
  width: 3.36875rem;
  height: 3.36875rem;
}

/* line 40031, app/assets/stylesheets/core.scss */
.bg-primary-soft {
  background-color: rgba(255, 89, 56, 0.1);
  color: #1c2232;
}

/* line 40035, app/assets/stylesheets/core.scss */
a.bg-primary-soft:hover {
  background-color: rgba(255, 89, 56, 0.2);
  color: #1c2232;
}

/* line 40040, app/assets/stylesheets/core.scss */
.bg-secondary-soft {
  background-color: rgba(103, 46, 187, 0.1);
  color: #672ebb;
}

/* line 40044, app/assets/stylesheets/core.scss */
a.bg-secondary-soft:hover {
  background-color: rgba(103, 46, 187, 0.2);
  color: #672ebb;
}

/* line 40049, app/assets/stylesheets/core.scss */
.bg-success-soft {
  background-color: rgba(36, 161, 72, 0.1);
  color: #24a148;
}

/* line 40053, app/assets/stylesheets/core.scss */
a.bg-success-soft:hover {
  background-color: rgba(36, 161, 72, 0.2);
  color: #24a148;
}

/* line 40058, app/assets/stylesheets/core.scss */
.bg-info-soft {
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
}

/* line 40062, app/assets/stylesheets/core.scss */
a.bg-info-soft:hover {
  background-color: rgba(23, 162, 184, 0.2);
  color: #17a2b8;
}

/* line 40067, app/assets/stylesheets/core.scss */
.bg-warning-soft {
  background-color: rgba(255, 193, 7, 0.1);
  color: #f4cc30;
}

/* line 40071, app/assets/stylesheets/core.scss */
a.bg-warning-soft:hover {
  background-color: rgba(255, 193, 7, 0.2);
  color: #f4cc30;
}

/* line 40076, app/assets/stylesheets/core.scss */
.bg-danger-soft {
  background-color: rgba(234, 67, 54, 0.1);
  color: #ea4336;
}

/* line 40080, app/assets/stylesheets/core.scss */
a.bg-danger-soft:hover {
  background-color: rgba(234, 67, 54, 0.2);
  color: #ea4336;
}

/* line 40085, app/assets/stylesheets/core.scss */
.bg-light-soft {
  background-color: rgba(244, 244, 245, 0.1);
  color: #f4f4f5;
}

/* line 40089, app/assets/stylesheets/core.scss */
a.bg-light-soft:hover {
  background-color: rgba(244, 244, 245, 0.2);
  color: #f4f4f5;
}

/* line 40094, app/assets/stylesheets/core.scss */
.bg-dark-soft {
  background-color: rgba(38, 31, 68, 0.1);
  color: #1c2232;
}

/* line 40098, app/assets/stylesheets/core.scss */
a.bg-dark-soft:hover {
  background-color: rgba(38, 31, 68, 0.2);
  color: #1c2232;
}

/* line 40103, app/assets/stylesheets/core.scss */
.bg-white-soft {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* line 40107, app/assets/stylesheets/core.scss */
a.bg-white-soft:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* line 40112, app/assets/stylesheets/core.scss */
.bg-light-primary-soft {
  background-color: rgba(255, 234, 230, 0.1);
  color: #ffeae6;
}

/* line 40116, app/assets/stylesheets/core.scss */
a.bg-light-primary-soft:hover {
  background-color: rgba(255, 234, 230, 0.2);
  color: #ffeae6;
}

/* line 40121, app/assets/stylesheets/core.scss */
.bg-light-danger-soft {
  background-color: rgba(255, 235, 234, 0.1);
  color: #ffebea;
}

/* line 40125, app/assets/stylesheets/core.scss */
a.bg-light-danger-soft:hover {
  background-color: rgba(255, 235, 234, 0.2);
  color: #ffebea;
}

/* line 40130, app/assets/stylesheets/core.scss */
.bg-light-info-soft {
  background-color: rgba(208, 255, 255, 0.1);
  color: #d0ffff;
}

/* line 40134, app/assets/stylesheets/core.scss */
a.bg-light-info-soft:hover {
  background-color: rgba(208, 255, 255, 0.2);
  color: #d0ffff;
}

/* line 40139, app/assets/stylesheets/core.scss */
.bg-light-warning-soft {
  background-color: rgba(255, 246, 225, 0.1);
  color: #fff6e1;
}

/* line 40143, app/assets/stylesheets/core.scss */
a.bg-light-warning-soft:hover {
  background-color: rgba(255, 246, 225, 0.2);
  color: #fff6e1;
}

/* line 40148, app/assets/stylesheets/core.scss */
.bg-light-secondary-soft {
  background-color: rgba(235, 221, 255, 0.1);
  color: #ebddff;
}

/* line 40152, app/assets/stylesheets/core.scss */
a.bg-light-secondary-soft:hover {
  background-color: rgba(235, 221, 255, 0.2);
  color: #ebddff;
}

/* line 40157, app/assets/stylesheets/core.scss */
.bg-light-success-soft {
  background-color: rgba(232, 255, 243, 0.1);
  color: #e8fff3;
}

/* line 40161, app/assets/stylesheets/core.scss */
a.bg-light-success-soft:hover {
  background-color: rgba(232, 255, 243, 0.2);
  color: #e8fff3;
}

/* line 40166, app/assets/stylesheets/core.scss */
.docs-header .docs-header-btn {
  display: flex;
  align-items: center;
}

/* line 40170, app/assets/stylesheets/core.scss */
.docs-header .navbar {
  padding: 8px 12px;
  border-bottom: 1px solid var(--gray-200);
  border-top: 3px solid var(--primary);
}

/* line 40175, app/assets/stylesheets/core.scss */
.docs-header .navbar .navbar-brand {
  padding: 0px;
}

/* line 40178, app/assets/stylesheets/core.scss */
.docs-header .navbar .dropdown-menu {
  margin: 0px;
  border: 1px solid #efeef1;
}

/* line 40182, app/assets/stylesheets/core.scss */
.docs-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 28px;
  padding: 14px;
  margin-bottom: 0px;
  color: var(--gray-700);
}

/* line 40189, app/assets/stylesheets/core.scss */
.docs-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--gray-900);
}

/* line 40193, app/assets/stylesheets/core.scss */
.docs-nav-sidebar {
  position: fixed;
  width: 220px;
  height: 100% !important;
  top: 56px;
  overflow: auto;
  font-weight: 500;
  background-color: var(--white);
  overflow: hidden;
  z-index: 22;
  border-right: 1px solid var(--border-color);
}

/* line 40205, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .docs-nav {
  overflow-y: auto;
  height: calc(100% - 5.2rem) !important;
}

/* line 40209, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar {
  padding: 0rem;
}

/* line 40212, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav {
  min-width: 100%;
}

/* line 40215, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .navbar-header {
  margin-bottom: 1rem;
  padding: 0rem 1.25rem;
  margin-top: 1.5625rem;
  font-size: 0.75rem;
}

/* line 40221, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .navbar-header .heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--gray-400);
  margin-bottom: 0rem;
}

/* line 40229, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .navbar-header span {
  color: var(--gray-600);
}

/* line 40232, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .navbar-border {
  border-bottom: 1px solid var(--gray-200);
  margin: 1.25rem 0rem;
}

/* line 40236, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .nav-item .nav-link {
  color: var(--gray-800);
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.25rem 1.25rem !important;
  font-family: "Mulish", "sans-serif;";
  font-weight: 500;
}

/* line 40244, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

/* line 40247, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .nav-item .nav-link.active {
  color: var(--primary);
}

/* line 40251, app/assets/stylesheets/core.scss */
.sidebar-nav-fixed {
  position: fixed;
  top: 3rem;
  height: calc(100vh - 4rem);
  overflow-y: auto;
  margin-top: 65px;
}

/* line 40258, app/assets/stylesheets/core.scss */
.sidebar-nav-fixed ul {
  list-style: none;
  padding-left: 16px;
}

/* line 40262, app/assets/stylesheets/core.scss */
.sidebar-nav-fixed ul li a {
  font-size: 13px;
  color: var(--gray-600);
  display: block;
  padding: 2px 12px;
  background: transparent;
  border-radius: 4px;
  line-height: 23px;
  text-decoration: none;
}

/* line 40272, app/assets/stylesheets/core.scss */
.sidebar-nav-fixed ul li a:hover {
  color: var(--primary);
}

/* line 40275, app/assets/stylesheets/core.scss */
.sidebar-nav-fixed ul li a.active {
  display: block;
  color: var(--primary);
  background: transparent !important;
  text-decoration: none;
}

/* line 40282, app/assets/stylesheets/core.scss */
.doc-section-head {
  border-bottom: 1px solid var(--gray-200);
  padding: 40px 0px;
  margin-bottom: 40px;
}

/* line 40288, app/assets/stylesheets/core.scss */
.doc-section-head-text {
  font-size: 20px;
  line-height: 32px;
}

/* line 40293, app/assets/stylesheets/core.scss */
.docs-main-wrapper {
  min-height: 100%;
  position: relative;
}

/* line 40298, app/assets/stylesheets/core.scss */
.docs-wrapper {
  position: relative;
  left: 0;
  margin-left: 220px;
  min-height: 100vh;
  background-color: var(--gray-100);
  overflow: hidden;
  top: 35px;
}

/* line 40308, app/assets/stylesheets/core.scss */
.docs-content {
  padding: 0px 60px 140px 60px;
}

/* line 40312, app/assets/stylesheets/core.scss */
.docs-content-head {
  padding: 70px 0px;
}

/* line 40316, app/assets/stylesheets/core.scss */
.copy-button {
  cursor: pointer;
  border: 0;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 6px 12px;
  color: var(--gray-900);
  background-color: var(--white);
  position: absolute;
  top: 18px;
  right: 10px;
  border-radius: 4px;
}

/* line 40331, app/assets/stylesheets/core.scss */
.copy-button:hover {
  outline: 0;
  background-color: var(--white);
  color: var(--primary);
}

/* line 40336, app/assets/stylesheets/core.scss */
.copy-button:focus {
  outline: 0;
  background-color: var(--white);
  color: var(--primary);
}

/* line 40341, app/assets/stylesheets/core.scss */
.copy-button:active {
  outline: 0;
  background-color: var(--white);
  color: var(--primary);
}

/* line 40347, app/assets/stylesheets/core.scss */
.content-section {
  padding: 40px;
}

/* line 40351, app/assets/stylesheets/core.scss */
.content-section--paste {
  margin-top: 60px;
  background-color: var(--gray-200);
}

/* line 40355, app/assets/stylesheets/core.scss */
.content-section--paste h1, .content-section--paste .h1 {
  font-size: 12px;
  color: var(--gray-600);
  text-transform: uppercase;
}

/* line 40361, app/assets/stylesheets/core.scss */
.copy-content {
  position: relative;
  margin-bottom: 30px;
}

/* line 40366, app/assets/stylesheets/core.scss */
.copy-content-height {
  overflow: auto;
  max-height: 300px;
  border-radius: 6px;
}

/* line 40372, app/assets/stylesheets/core.scss */
.bd-example-modal.modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

/* line 40382, app/assets/stylesheets/core.scss */
.docs-example .tab-example-design {
  padding: 1.25rem;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background-color: var(--white);
}

/* line 40388, app/assets/stylesheets/core.scss */
.docs-example .tab-example-design::after {
  display: block;
  clear: both;
  content: "";
}

/* line 40393, app/assets/stylesheets/core.scss */
.docs-example .nav.nav-pills.nav-example .nav-item .nav-link {
  border-radius: 4px;
  padding: 5px 15px;
  color: var(--gray-700);
  margin-right: 5px;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  background: var(--gray-200);
  font-weight: 700;
}

/* line 40404, app/assets/stylesheets/core.scss */
.docs-example .nav.nav-pills.nav-example .nav-item .nav-link.active {
  color: var(--white);
  background-color: var(--gray-700);
  border-color: var(--gray-700);
}

/* line 40409, app/assets/stylesheets/core.scss */
.docs-example .nav.nav-pills.nav-example .nav-item .show > .nav-link {
  color: var(--white);
  background-color: var(--gray-700);
  border-color: var(--gray-700);
}

/* line 40415, app/assets/stylesheets/core.scss */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}

/* line 40422, app/assets/stylesheets/core.scss */
.scrollspy-example-2 {
  position: relative;
  height: 350px;
  overflow: auto;
}

/* line 40428, app/assets/stylesheets/core.scss */
.toast.hide {
  display: none;
}

/* line 40432, app/assets/stylesheets/core.scss */
.docs-footer {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  padding: 8px 8px 8px;
  color: var(--gray-700);
  background-color: var(--white);
  margin-left: 220px;
  border-top: 1px solid var(--gray-200);
  position: relative;
  bottom: -10px;
}

/* line 40442, app/assets/stylesheets/core.scss */
.docs-footer p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 30px;
}

/* line 40447, app/assets/stylesheets/core.scss */
.docs-footer .docs-footer-links a {
  color: var(--gray-700);
  margin-left: 1.5rem;
  transition: all 0.4s;
  font-size: 14px;
  line-height: 18px;
  color: var(--gray-900);
  text-decoration: none;
}

/* line 40457, app/assets/stylesheets/core.scss */
.slider-element-v1 {
  margin-bottom: 30px;
}

/* line 40461, app/assets/stylesheets/core.scss */
.docs-footer-text {
  margin-bottom: 0px;
}

/* line 40465, app/assets/stylesheets/core.scss */
.color-swatch {
  height: 214px;
  margin-bottom: 30px;
}

/* line 40470, app/assets/stylesheets/core.scss */
.color-swatch-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 135px;
}

/* line 40476, app/assets/stylesheets/core.scss */
.color-swatch-body {
  border: 1px solid var(--gray-200);
  background-color: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 40487, app/assets/stylesheets/core.scss */
.color-swatch-body-label {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}

/* line 40493, app/assets/stylesheets/core.scss */
.color-swatch-body-value {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

/* line 40499, app/assets/stylesheets/core.scss */
.doc-table .table th {
  padding: 20px 10px;
  vertical-align: top;
  border-top: 1px solid var(--gray-200);
}

/* line 40504, app/assets/stylesheets/core.scss */
.doc-table .table td {
  padding: 20px 10px;
  vertical-align: top;
  border-top: 1px solid var(--gray-200);
}

/* line 40510, app/assets/stylesheets/core.scss */
.docs-example-border-utils [class^=border] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: var(--gray-100);
}

/* line 40518, app/assets/stylesheets/core.scss */
.docs-example-border-utils-0 [class^=border] {
  border: 1px solid var(--gray-200);
}

/* line 40522, app/assets/stylesheets/core.scss */
:focus {
  outline: 0;
}

@media only screen and (max-width: 768px) {
  /* line 40527, app/assets/stylesheets/core.scss */
  .docs-content {
    padding: 40px 0px 140px 20px;
  }
}

@media only screen and (max-width: 990px) {
  /* line 40532, app/assets/stylesheets/core.scss */
  .docs-nav-sidebar {
    width: 100%;
    position: relative;
    top: 56px;
    right: 0px;
    z-index: 1056;
  }
  /* line 40539, app/assets/stylesheets/core.scss */
  .docs-wrapper {
    margin-left: 0px;
  }
  /* line 40542, app/assets/stylesheets/core.scss */
  .docs-footer {
    margin-left: 0px;
  }
  /* line 40545, app/assets/stylesheets/core.scss */
  .docs-main-wrapper .main-content {
    margin-left: 0px;
    width: auto;
  }
  /* line 40549, app/assets/stylesheets/core.scss */
  .docs-content {
    padding: 30px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 40554, app/assets/stylesheets/core.scss */
  .docs-content {
    padding: 40px 0px 140px 60px;
  }
}

/* line 40558, app/assets/stylesheets/core.scss */
.ratio {
  display: inline-block;
  width: 10rem;
  color: var(--gray-600);
  background-color: var(--gray-100);
  border: 1px solid var(--gray-300);
}

/* line 40566, app/assets/stylesheets/core.scss */
.navbar {
  z-index: 1001;
}

/* line 40569, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler {
  border: 0px;
}

/* line 40572, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

/* line 40577, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler .icon-bar {
  width: 21px;
  height: 3px;
  background-color: var(--white);
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

/* line 40585, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 190%;
  background-color: var(--white);
}

/* line 40590, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler .middle-bar {
  opacity: 0;
}

/* line 40593, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% -80%;
  background-color: var(--white);
}

/* line 40598, app/assets/stylesheets/core.scss */
.navbar .navbar-collapse .navbar-toggler {
  position: absolute;
  top: 0.6rem;
  right: 0.5rem;
  z-index: 1;
  color: var(--gray-900);
}

/* line 40605, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background-color: var(--white);
}

/* line 40609, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

/* line 40612, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background-color: var(--white);
}

/* line 40616, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--white);
}

/* line 40619, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown .dropdown-toggle:after {
  margin-top: 1px;
  display: none;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: -2px;
  content: "\f107";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: var(--white);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 15px;
  font-size: 12px;
  float: right;
}

/* line 40638, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropstart .dropdown-menu {
  top: 36px;
  left: -200px;
  right: 100%;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  min-width: 12rem;
  border-radius: 0.5rem;
}

/* line 40646, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropstart .dropdown-menu-arrow:before {
  left: 13rem;
}

/* line 40649, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu {
  top: 36px;
  margin: 18px 0px;
  padding: 0.7rem 0rem;
  font-size: 15px;
  color: var(--gray-900);
  border: none;
  min-width: 12rem;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}

/* line 40659, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.3rem 1rem;
}

/* line 40662, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
}

/* line 40668, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
}

/* line 40673, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0px;
}

/* line 40676, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
  color: var(--primary);
  text-decoration: none;
  background-color: var(--gray-300);
  border-radius: 0px;
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
}

/* line 40686, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus .dropdown-toggle::after {
  color: var(--primary);
}

/* line 40689, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus:hover {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
}

/* line 40695, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus:active {
  color: var(--gray-900);
  text-decoration: none;
  background-color: transparent;
  border-radius: 4px;
}

/* line 40701, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle:hover::after {
  color: var(--primary);
}

/* line 40704, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-list-group-item {
  padding: 0.5rem 1rem;
  display: block;
  color: var(--gray-900);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

/* line 40712, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 9px;
  top: 23px;
}

/* line 40718, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: -18px;
  right: 100%;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  min-width: 14rem;
}

/* line 40725, app/assets/stylesheets/core.scss */
.navbar-default-collapse {
  transition: 0.8s ease;
  background: #1c2232;
}

/* line 40729, app/assets/stylesheets/core.scss */
.navbar-default-collapse .navbar-brand {
  color: var(--gray-900);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 40734, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .dropdown-menu {
    box-shadow: none;
  }
  /* line 40737, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    box-shadow: none;
  }
  /* line 40740, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 12px 20px !important;
    border-bottom: 1px solid var(--gray-200);
    color: var(--gray-900) !important;
  }
  /* line 40745, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--gray-900);
  }
  /* line 40748, app/assets/stylesheets/core.scss */
  .header-btn {
    padding: 14px;
  }
}

@media (max-width: 575.98px) {
  /* line 40753, app/assets/stylesheets/core.scss */
  .navbar .nav-item .nav-link {
    padding: 12px 20px !important;
    border-bottom: 1px solid var(--gray-200);
    color: var(--gray-900) !important;
  }
  /* line 40758, app/assets/stylesheets/core.scss */
  .navbar .nav-item .nav-link:hover {
    color: var(--gray-900);
  }
  /* line 40761, app/assets/stylesheets/core.scss */
  .header-btn {
    padding: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 40766, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .dropdown-menu {
    box-shadow: none;
  }
  /* line 40769, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    box-shadow: none;
  }
  /* line 40772, app/assets/stylesheets/core.scss */
  .navbar .nav-item .nav-link {
    padding: 12px 20px !important;
    border-bottom: 1px solid var(--gray-200);
    color: var(--gray-900) !important;
  }
  /* line 40777, app/assets/stylesheets/core.scss */
  .navbar .nav-item .nav-link:hover {
    color: var(--gray-900);
  }
  /* line 40780, app/assets/stylesheets/core.scss */
  .navbar .dropdown .dropdown-toggle:after {
    color: var(--gray-900) !important;
  }
  /* line 40783, app/assets/stylesheets/core.scss */
  .header-btn {
    padding: 14px;
  }
}

@media (max-width: 991.98px) {
  /* line 40788, app/assets/stylesheets/core.scss */
  .navbar .navbar-collapse {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    height: auto !important;
    max-height: calc(100vh - 2rem);
    background-color: var(--white);
    border-radius: 0.375rem;
    box-shadow: 0 1.5rem 5rem rgba(22, 38, 55, 0.8);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1055;
    width: auto;
  }
  /* line 40803, app/assets/stylesheets/core.scss */
  .navbar .navbar-collapse .show {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 40809, app/assets/stylesheets/core.scss */
  .navbar .dropdown-menu-md {
    min-width: 13rem !important;
  }
  /* line 40812, app/assets/stylesheets/core.scss */
  .navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
  }
  /* line 40819, app/assets/stylesheets/core.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  /* line 40826, app/assets/stylesheets/core.scss */
  .navbar .dropdown-menu-arrow:before {
    content: "";
    background: var(--white);
    display: block;
    height: 16px;
    width: 16px;
    left: 1rem;
    position: absolute;
    bottom: 100%;
    z-index: -5;
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.2rem;
  }
  /* line 40839, app/assets/stylesheets/core.scss */
  .navbar .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 40848, app/assets/stylesheets/core.scss */
  .navbar .dropdown-menu-lg {
    min-width: 25rem !important;
    border-radius: 0.25rem;
  }
  /* line 40852, app/assets/stylesheets/core.scss */
  .navbar .dropdown-menu.show {
    display: block;
  }
  /* line 40855, app/assets/stylesheets/core.scss */
  .navbar .dropdown .dropdown-submenu {
    position: relative;
  }
  /* line 40858, app/assets/stylesheets/core.scss */
  .navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
  }
  /* line 40865, app/assets/stylesheets/core.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  /* line 40872, app/assets/stylesheets/core.scss */
  .navbar .dropdown-menu-arrow:before {
    content: "";
    background: var(--white);
    display: block;
    height: 16px;
    width: 16px;
    left: 1.25rem;
    position: absolute;
    bottom: 100%;
    z-index: -5;
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.2rem;
  }
  /* line 40885, app/assets/stylesheets/core.scss */
  .navbar .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

/* line 40893, app/assets/stylesheets/core.scss */
.navbar-light .navbar-toggler {
  border-color: var(--gray-400) !important;
}

/* line 40896, app/assets/stylesheets/core.scss */
.navbar-light .navbar-toggler .icon-bar {
  background-color: var(--gray-400);
}

/* line 40899, app/assets/stylesheets/core.scss */
.navbar-light .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background-color: var(--gray-400);
}

/* line 40903, app/assets/stylesheets/core.scss */
.navbar-light .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

/* line 40906, app/assets/stylesheets/core.scss */
.navbar-light .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background-color: var(--gray-400);
}

/* line 40910, app/assets/stylesheets/core.scss */
.navbar-light .navbar-nav .nav-item .nav-link {
  color: var(--gray-900) !important;
  border-bottom: transparent;
}

/* line 40914, app/assets/stylesheets/core.scss */
.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: var(--primary) !important;
}

/* line 40918, app/assets/stylesheets/core.scss */
.footer .list-group .list-group-item {
  background-color: transparent;
  padding: 0px;
  border: transparent;
  line-height: 1.9;
}

/* line 40924, app/assets/stylesheets/core.scss */
.footer .list-group .list-group-item .list-group-item-link {
  color: var(--body-color);
  font-weight: 400;
}

/* line 40928, app/assets/stylesheets/core.scss */
.footer .list-group .list-group-item .list-group-item-link:hover {
  color: var(--gray-300);
}

/* line 40932, app/assets/stylesheets/core.scss */
.img-overlay {
  position: relative;
  transition: 0.5s ease;
}

/* line 40936, app/assets/stylesheets/core.scss */
.img-overlay .caption {
  transition: 0.5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* line 40946, app/assets/stylesheets/core.scss */
.img-overlay:hover .btn {
  color: var(--dark);
  background-color: var(--white);
  border-color: var(--white);
}

/* line 40952, app/assets/stylesheets/core.scss */
.bg-overlay {
  background: linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%);
}

/* line 40956, app/assets/stylesheets/core.scss */
.bg-shape {
  position: relative;
}

/* line 40959, app/assets/stylesheets/core.scss */
.bg-shape:after {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -15px;
  height: 62px;
  width: 100%;
  content: "";
  background-position-x: center;
}

/* line 40971, app/assets/stylesheets/core.scss */
.top-shape {
  position: relative;
}

/* line 40974, app/assets/stylesheets/core.scss */
.top-shape:after {
  position: absolute;
  background: url(https://d1f92lrsd41duk.cloudfront.net/../images/curve-shape-top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -36px;
  height: 90px;
  width: 100%;
  content: "";
  background-position-x: center;
}

/* line 40986, app/assets/stylesheets/core.scss */
.bottom-shape {
  position: relative;
}

/* line 40989, app/assets/stylesheets/core.scss */
.bottom-shape:after {
  position: absolute;
  background: url(https://d1f92lrsd41duk.cloudfront.net/../images/curve-shape-bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  height: 77px;
  width: 100%;
  content: "";
  background-position-x: center;
}

/* line 41001, app/assets/stylesheets/core.scss */
.bg-pattern {
  position: relative;
}

/* line 41004, app/assets/stylesheets/core.scss */
.bg-pattern:before {
  position: absolute;
  background: url(https://d1f92lrsd41duk.cloudfront.net/../images/pattern-2.svg);
  background-size: cover;
  background-repeat: repeat;
  top: 0px;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.5;
  background-position-x: center;
}

/* line 41017, app/assets/stylesheets/core.scss */
.left-slant-shape {
  position: relative;
}

/* line 41020, app/assets/stylesheets/core.scss */
.left-slant-shape:before {
  position: absolute;
  background: url(https://d1f92lrsd41duk.cloudfront.net/../images/rectangle-top-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  height: 100px;
  width: 100%;
  content: "";
  background-position-x: center;
}

/* line 41032, app/assets/stylesheets/core.scss */
.right-slant-shape {
  position: relative;
}

/* line 41035, app/assets/stylesheets/core.scss */
.right-slant-shape:after {
  position: absolute;
  background: url(https://d1f92lrsd41duk.cloudfront.net/../images/rectangle-bottom-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0px;
  height: 80px;
  width: 100%;
  content: "";
  background-position-x: center;
}

/* line 41047, app/assets/stylesheets/core.scss */
.navbar-scroll {
  padding: 20px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}

/* line 41053, app/assets/stylesheets/core.scss */
.navbar-scroll ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  line-height: 1;
}

/* line 41060, app/assets/stylesheets/core.scss */
.navbar-scroll ul li {
  display: inline-block;
  flex: 0 0 auto;
}

/* line 41064, app/assets/stylesheets/core.scss */
.navbar-scroll ul li a {
  color: var(--dark);
  padding: 0px;
  margin: 0px 32px 0px 0px;
  font-weight: 600;
}

/* line 41070, app/assets/stylesheets/core.scss */
.navbar-scroll ul li a.active {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

/* line 41074, app/assets/stylesheets/core.scss */
.navbar-scroll ul li a:hover {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

/* line 41079, app/assets/stylesheets/core.scss */
.nav-pills.nav-pills-border .nav-item .nav-link {
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  margin-right: -1px;
}

/* line 41084, app/assets/stylesheets/core.scss */
.nav-pills.nav-pills-border .nav-item .nav-link.active {
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

/* line 41090, app/assets/stylesheets/core.scss */
.custom-pill .nav-pills .nav-item .nav-link {
  border-bottom: 3px solid transparent;
  border-radius: 0px;
  padding-bottom: 20px;
}

/* line 41095, app/assets/stylesheets/core.scss */
.custom-pill .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid var(--primary);
  padding-bottom: 20px;
}

/* line 41100, app/assets/stylesheets/core.scss */
.custom-pill .tab-content {
  background-color: var(--light-warning);
  padding: 30px;
  border-radius: 0px 0px 4px 4px;
}

/* line 41106, app/assets/stylesheets/core.scss */
.nav-footer-links .nav .nav-item .nav-link {
  font-size: 12px;
  color: var(--gray-900);
  padding: 2px 8px;
}

/* line 41111, app/assets/stylesheets/core.scss */
.nav-footer-links .nav .nav-item .nav-link:hover {
  color: var(--primary);
}

/* line 41115, app/assets/stylesheets/core.scss */
.nav-simple .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: var(--dark);
}

/* line 41119, app/assets/stylesheets/core.scss */
.nav-simple .navbar-nav .dropdown-toggle::after {
  font-family: "Feather" !important;
  content: "\e92e";
  border: 0;
  vertical-align: top;
  margin-left: 0px;
}

/* line 41127, app/assets/stylesheets/core.scss */
.card-img-left {
  border-radius: 0.25rem 0.25rem 0 0;
}

@media (min-width: 768px) {
  /* line 41132, app/assets/stylesheets/core.scss */
  .card-img-left {
    border-radius: 0.25rem 0 0 0.25rem;
  }
}

/* line 41136, app/assets/stylesheets/core.scss */
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.03rem;
}

/* line 41151, app/assets/stylesheets/core.scss */
.dashboard-nav {
  padding: 0rem;
  border-radius: 0.3rem;
  background-color: var(--white);
  border: 1px solid var(--gray-200);
}

@media (max-width: 576px) {
  /* line 41158, app/assets/stylesheets/core.scss */
  .dashboard-nav {
    padding: 1rem 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 41163, app/assets/stylesheets/core.scss */
  .dashboard-nav {
    border-radius: 0rem 0rem 0.3rem 0.3rem;
    border-top: 1px solid var(--gray-200);
    padding: 1rem 1.5rem;
  }
}

/* line 41169, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .heading {
  text-transform: uppercase;
  color: var(--gray-900);
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 10px;
}

/* line 41178, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .nav-item {
  margin-bottom: 2px;
}

/* line 41181, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .nav-item.active {
  color: var(--primary) !important;
}

/* line 41184, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 0.3rem 0rem !important;
  font-weight: 500;
  color: var(--gray-600) !important;
  position: relative;
}

/* line 41191, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .nav-item .nav-link i {
  position: relative;
  top: 1px;
}

/* line 41195, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

/* line 41198, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .active > .nav-link {
  color: var(--primary) !important;
}

/* line 41202, app/assets/stylesheets/core.scss */
.dropdown-menu-lg {
  min-width: 22rem !important;
  border-radius: 0.25rem;
}

/* line 41207, app/assets/stylesheets/core.scss */
.dropdown-menu-md {
  min-width: 16rem !important;
  border-radius: 0.25rem;
}

/* line 41212, app/assets/stylesheets/core.scss */
.dropdown-menu {
  top: 36px;
  margin: 5px 0px;
  padding: 0.7rem 0rem;
  border: none;
  min-width: 12rem;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  border-radius: 0.25rem;
}

/* line 41221, app/assets/stylesheets/core.scss */
.dropdown-menu .dropdown-item {
  font-weight: 600;
}

/* line 41225, app/assets/stylesheets/core.scss */
.dropdown-menu-center {
  position: absolute;
}

/* line 41229, app/assets/stylesheets/core.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 41233, app/assets/stylesheets/core.scss */
.table thead th {
  font-size: 13px;
  line-height: 26px;
}

/* line 41238, app/assets/stylesheets/core.scss */
.social-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

/* line 41247, app/assets/stylesheets/core.scss */
.sb-round {
  border-radius: 50% !important;
}

/* line 41251, app/assets/stylesheets/core.scss */
.sb-facebook:hover {
  background-color: #3b5998;
  color: #fff;
  border-color: #3b5998;
}

/* line 41257, app/assets/stylesheets/core.scss */
.sb-twitter:hover {
  background-color: #1da1f2;
  color: #fff;
  border-color: #1da1f2;
}

/* line 41263, app/assets/stylesheets/core.scss */
.sb-instagram:hover {
  background-color: #5851db;
  color: #fff;
  border-color: #5851db;
}

/* line 41269, app/assets/stylesheets/core.scss */
.sb-google:hover {
  background-color: #ea4335;
  color: #fff;
  border-color: #ea4335;
}

/* line 41275, app/assets/stylesheets/core.scss */
.sb-linkedin:hover {
  background-color: #0077b5;
  color: #fff;
  border-color: #0077b5;
}

/* line 41281, app/assets/stylesheets/core.scss */
.sb-pinterest:hover {
  background-color: #bd081c;
  color: #fff;
  border-color: #bd081c;
}

/* line 41287, app/assets/stylesheets/core.scss */
.sb-tumblr:hover {
  background-color: #35465c;
  color: #fff;
  border-color: #35465c;
}

/* line 41293, app/assets/stylesheets/core.scss */
.sb-behance:hover {
  background-color: #1769ff;
  color: #fff;
  border-color: #1769ff;
}

/* line 41299, app/assets/stylesheets/core.scss */
.sb-dribbble:hover {
  background-color: #ea4c89;
  color: #fff;
  border-color: #ea4c89;
}

/* line 41305, app/assets/stylesheets/core.scss */
.sb-vk:hover {
  background-color: #45668e;
  color: #fff;
  border-color: #45668e;
}

/* line 41311, app/assets/stylesheets/core.scss */
.sb-odnoklassniki:hover {
  background-color: #ed812b;
  color: #fff;
  border-color: #ed812b;
}

/* line 41317, app/assets/stylesheets/core.scss */
.sb-skype:hover {
  background-color: #00aff0;
  color: #fff;
  border-color: #00aff0;
}

/* line 41323, app/assets/stylesheets/core.scss */
.sb-hangouts:hover {
  background-color: #0f9d58;
  color: #fff;
  border-color: #0f9d58;
}

/* line 41329, app/assets/stylesheets/core.scss */
.sb-youtube:hover {
  background-color: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

/* line 41335, app/assets/stylesheets/core.scss */
.sb-figma:hover {
  background-color: #a259ff;
  color: #fff;
  border-color: #a259ff;
}

/* line 41341, app/assets/stylesheets/core.scss */
.sb-github:hover {
  background-color: #4078c0;
  color: #fff;
  border-color: #4078c0;
}

/* Code blocks */
/* line 41348, app/assets/stylesheets/core.scss */
pre[class*=language-] {
  padding: 1em;
  overflow: auto;
  margin-bottom: 0px;
  border-radius: 0.5rem !important;
}

/* line 41355, app/assets/stylesheets/core.scss */
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: var(--gray-900);
}

/* line 41360, app/assets/stylesheets/core.scss */
div.code-toolbar {
  position: relative;
}

/* line 41363, app/assets/stylesheets/core.scss */
div.code-toolbar > .toolbar {
  position: absolute;
  top: 0.3em;
  right: 0.2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

/* line 41370, app/assets/stylesheets/core.scss */
div.code-toolbar:hover > .toolbar, div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

/* line 41373, app/assets/stylesheets/core.scss */
div.code-toolbar > .toolbar > .toolbar-item {
  display: inline-block;
}

/* line 41376, app/assets/stylesheets/core.scss */
div.code-toolbar > .toolbar > .toolbar-item > a {
  cursor: pointer;
}

/* line 41379, app/assets/stylesheets/core.scss */
div.code-toolbar > .toolbar > .toolbar-item > button {
  background: none;
  border: 0;
  color: var(--gray-900);
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
}

/* line 41388, app/assets/stylesheets/core.scss */
div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
  color: var(--gray-900);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: var(--gray-300);
  font-weight: 600;
  border-radius: 0.25rem;
}

/* line 41398, app/assets/stylesheets/core.scss */
div.code-toolbar > .toolbar > .toolbar-item > a:hover, div.code-toolbar > .toolbar > .toolbar-item > a:focus {
  color: var(--gray-900);
  text-decoration: none;
}

/* line 41402, app/assets/stylesheets/core.scss */
div.code-toolbar > .toolbar > .toolbar-item > button:hover, div.code-toolbar > .toolbar > .toolbar-item > button:focus {
  color: var(--gray-900);
  text-decoration: none;
}

/* line 41406, app/assets/stylesheets/core.scss */
div.code-toolbar > .toolbar > .toolbar-item > span:hover, div.code-toolbar > .toolbar > .toolbar-item > span:focus {
  color: inherit;
  text-decoration: none;
}

/* line 41411, app/assets/stylesheets/core.scss */
:root {
  --litepicker-container-months-color-bg: #fff;
  --litepicker-container-months-box-shadow-color: #D5D4D9;
  --litepicker-footer-color-bg: #F4F4F5;
  --litepicker-footer-box-shadow-color: #D5D4D9;
  --litepicker-tooltip-color-bg: #fff;
  --litepicker-month-header-color: #1c2232;
  --litepicker-button-prev-month-color: #6F6985;
  --litepicker-button-next-month-color: #6F6985;
  --litepicker-button-prev-month-color-hover: #672EBB;
  --litepicker-button-next-month-color-hover: #672EBB;
  --litepicker-month-width: calc(var(--litepicker-day-width) * 7);
  --litepicker-month-weekday-color: #6F6985;
  --litepicker-month-week-number-color: #6F6985;
  --litepicker-day-width: 38px;
  --litepicker-day-color: #1c2232;
  --litepicker-day-color-hover: #1c2232;
  --litepicker-is-today-color: #1c2232;
  --litepicker-is-in-range-color: #bbb9cc;
  --litepicker-is-locked-color: #6F6985;
  --litepicker-is-start-color: #fff;
  --litepicker-is-start-color-bg: #672EBB;
  --litepicker-is-end-color: #fff;
  --litepicker-is-end-color-bg: #672EBB;
  --litepicker-button-cancel-color: #fff;
  --litepicker-button-cancel-color-bg: #6F6985;
  --litepicker-button-apply-color: #fff;
  --litepicker-button-apply-color-bg: #672EBB;
  --litepicker-button-reset-color: #565266;
  --litepicker-button-reset-color-hover: #672EBB;
  --litepicker-highlighted-day-color: #1c2232;
  --litepicker-highlighted-day-color-bg: #f4cc30;
}

/* line 41445, app/assets/stylesheets/core.scss */
#mapid {
  height: 300px;
}

/* line 41449, app/assets/stylesheets/core.scss */
.leaflet-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
}

/* line 41455, app/assets/stylesheets/core.scss */
.leaflet-pane > svg {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 41460, app/assets/stylesheets/core.scss */
.leaflet-pane > svg path {
  pointer-events: none;
}

/* line 41463, app/assets/stylesheets/core.scss */
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 41467, app/assets/stylesheets/core.scss */
.leaflet-pane > canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 41473, app/assets/stylesheets/core.scss */
.leaflet-tile {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: inherit;
  visibility: hidden;
}

/* line 41484, app/assets/stylesheets/core.scss */
.leaflet-tile::-moz-selection {
  background: transparent;
}

/* line 41487, app/assets/stylesheets/core.scss */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* line 41491, app/assets/stylesheets/core.scss */
.leaflet-marker-icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  pointer-events: none;
}

/* line 41503, app/assets/stylesheets/core.scss */
.leaflet-marker-shadow {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  pointer-events: none;
}

/* line 41515, app/assets/stylesheets/core.scss */
.leaflet-tile-container {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 41522, app/assets/stylesheets/core.scss */
.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* line 41534, app/assets/stylesheets/core.scss */
.leaflet-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 41541, app/assets/stylesheets/core.scss */
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 41547, app/assets/stylesheets/core.scss */
.leaflet-container {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  background: var(--gray-200);
  outline: 0;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 41554, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

/* line 41558, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-marker-pane img {
  max-width: none !important;
  max-height: none !important;
}

/* line 41562, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-shadow-pane img {
  max-width: none !important;
  max-height: none !important;
}

/* line 41566, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-tile-pane img {
  max-width: none !important;
  max-height: none !important;
}

/* line 41570, app/assets/stylesheets/core.scss */
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}

/* line 41574, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

/* line 41578, app/assets/stylesheets/core.scss */
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  color: #1c2232;
}

/* line 41582, app/assets/stylesheets/core.scss */
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

/* line 41585, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-control-attribution {
  background: var(--white);
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 11px;
}

/* line 41591, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

/* line 41594, app/assets/stylesheets/core.scss */
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: var(--gray-900);
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

/* line 41609, app/assets/stylesheets/core.scss */
.leaflet-container a.leaflet-popup-close-button:hover {
  color: var(--dark);
}

/* line 41613, app/assets/stylesheets/core.scss */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* line 41616, app/assets/stylesheets/core.scss */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

/* line 41622, app/assets/stylesheets/core.scss */
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

/* line 41626, app/assets/stylesheets/core.scss */
.leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom;
}

/* line 41631, app/assets/stylesheets/core.scss */
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

/* line 41635, app/assets/stylesheets/core.scss */
.leaflet-tile-loaded {
  visibility: inherit;
}

/* line 41639, app/assets/stylesheets/core.scss */
.leaflet-overlay-pane {
  z-index: 400;
}

/* line 41642, app/assets/stylesheets/core.scss */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* line 41646, app/assets/stylesheets/core.scss */
.leaflet-tile-pane {
  z-index: 200;
}

/* line 41650, app/assets/stylesheets/core.scss */
.leaflet-shadow-pane {
  z-index: 500;
}

/* line 41654, app/assets/stylesheets/core.scss */
.leaflet-marker-pane {
  z-index: 600;
}

/* line 41658, app/assets/stylesheets/core.scss */
.leaflet-tooltip-pane {
  z-index: 650;
}

/* line 41662, app/assets/stylesheets/core.scss */
.leaflet-popup-pane {
  z-index: 700;
  cursor: auto;
}

/* line 41667, app/assets/stylesheets/core.scss */
.leaflet-map-pane canvas {
  z-index: 100;
}

/* line 41670, app/assets/stylesheets/core.scss */
.leaflet-map-pane svg {
  z-index: 200;
}

/* line 41674, app/assets/stylesheets/core.scss */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

/* line 41679, app/assets/stylesheets/core.scss */
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* line 41685, app/assets/stylesheets/core.scss */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  float: left;
  clear: both;
  cursor: auto;
}

/* line 41695, app/assets/stylesheets/core.scss */
.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  top: 0;
}

/* line 41701, app/assets/stylesheets/core.scss */
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

/* line 41705, app/assets/stylesheets/core.scss */
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  bottom: 0;
}

/* line 41711, app/assets/stylesheets/core.scss */
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

/* line 41714, app/assets/stylesheets/core.scss */
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* line 41718, app/assets/stylesheets/core.scss */
.leaflet-right {
  right: 0;
}

/* line 41721, app/assets/stylesheets/core.scss */
.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}

/* line 41726, app/assets/stylesheets/core.scss */
.leaflet-left {
  left: 0;
}

/* line 41729, app/assets/stylesheets/core.scss */
.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* line 41732, app/assets/stylesheets/core.scss */
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

/* line 41736, app/assets/stylesheets/core.scss */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

/* line 41739, app/assets/stylesheets/core.scss */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

/* line 41743, app/assets/stylesheets/core.scss */
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

/* line 41747, app/assets/stylesheets/core.scss */
.leaflet-zoom-animated {
  transform-origin: 0 0;
}

/* line 41751, app/assets/stylesheets/core.scss */
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

/* line 41755, app/assets/stylesheets/core.scss */
.leaflet-zoom-anim .leaflet-tile {
  transition: none;
}

/* line 41758, app/assets/stylesheets/core.scss */
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* line 41762, app/assets/stylesheets/core.scss */
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

/* line 41766, app/assets/stylesheets/core.scss */
.leaflet-interactive {
  cursor: pointer;
}

/* line 41770, app/assets/stylesheets/core.scss */
.leaflet-grab {
  cursor: grab;
}

/* line 41774, app/assets/stylesheets/core.scss */
.leaflet-crosshair {
  cursor: crosshair;
}

/* line 41777, app/assets/stylesheets/core.scss */
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

/* line 41781, app/assets/stylesheets/core.scss */
.leaflet-dragging .leaflet-grab {
  cursor: move;
  cursor: grabbing;
}

/* line 41785, app/assets/stylesheets/core.scss */
.leaflet-dragging .leaflet-grab .leaflet-interactive {
  cursor: move;
  cursor: grabbing;
}

/* line 41789, app/assets/stylesheets/core.scss */
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* line 41794, app/assets/stylesheets/core.scss */
.leaflet-marker-icon.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 41799, app/assets/stylesheets/core.scss */
.leaflet-image-layer.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 41804, app/assets/stylesheets/core.scss */
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 41809, app/assets/stylesheets/core.scss */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

/* line 41813, app/assets/stylesheets/core.scss */
.leaflet-bar a {
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-200);
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--dark);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

/* line 41827, app/assets/stylesheets/core.scss */
.leaflet-bar a:hover {
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-200);
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--dark);
  background-color: var(--gray-100);
}

/* line 41839, app/assets/stylesheets/core.scss */
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 41843, app/assets/stylesheets/core.scss */
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

/* line 41848, app/assets/stylesheets/core.scss */
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: var(--gray-100);
  color: var(--gray-400);
}

/* line 41854, app/assets/stylesheets/core.scss */
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/images/layers.png);
  width: 36px;
  height: 36px;
}

/* line 41863, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-bar {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* line 41868, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 41873, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 41877, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 41881, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

/* line 41884, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* line 41887, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

/* line 41891, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-control-attribution {
  box-shadow: none;
}

/* line 41894, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* line 41900, app/assets/stylesheets/core.scss */
.leaflet-control-zoom-in {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

/* line 41905, app/assets/stylesheets/core.scss */
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

/* line 41910, app/assets/stylesheets/core.scss */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: var(--white);
  border-radius: 5px;
}

/* line 41915, app/assets/stylesheets/core.scss */
.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}

/* line 41918, app/assets/stylesheets/core.scss */
.leaflet-control-layers label {
  display: block;
}

/* line 41922, app/assets/stylesheets/core.scss */
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/images/layers-2x.png);
  background-size: 26px 26px;
}

/* line 41927, app/assets/stylesheets/core.scss */
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: var(--dark);
  background: var(--white);
}

/* line 41932, app/assets/stylesheets/core.scss */
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

/* line 41935, app/assets/stylesheets/core.scss */
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* line 41940, app/assets/stylesheets/core.scss */
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

/* line 41946, app/assets/stylesheets/core.scss */
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

/* line 41952, app/assets/stylesheets/core.scss */
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid var(--gray-200);
  margin: 5px -10px 5px -6px;
}

/* line 41958, app/assets/stylesheets/core.scss */
.leaflet-default-icon-path {
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/images/marker-icon.png);
}

/* line 41962, app/assets/stylesheets/core.scss */
.leaflet-control-attribution {
  padding: 0 5px;
  color: var(--dark);
}

/* line 41966, app/assets/stylesheets/core.scss */
.leaflet-control-attribution a {
  text-decoration: none;
}

/* line 41969, app/assets/stylesheets/core.scss */
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

/* line 41973, app/assets/stylesheets/core.scss */
.leaflet-control-scale-line {
  padding: 0 5px;
  color: var(--dark);
  border: 2px solid var(--gray-200);
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: var(--white);
  background: rgba(255, 255, 255, 0.5);
}

/* line 41987, app/assets/stylesheets/core.scss */
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid var(--gray-200);
  border-bottom: none;
  margin-top: -2px;
}

/* line 41992, app/assets/stylesheets/core.scss */
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid var(--gray-200);
}

/* line 41996, app/assets/stylesheets/core.scss */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
  width: 240px;
}

/* line 42003, app/assets/stylesheets/core.scss */
.leaflet-popup-content-wrapper {
  padding: 0px;
  text-align: left;
  border-radius: 12px;
  background: white;
  color: var(--dark);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/* line 42012, app/assets/stylesheets/core.scss */
.leaflet-popup-content {
  margin: 0px;
  line-height: 1.4;
}

/* line 42016, app/assets/stylesheets/core.scss */
.leaflet-popup-content p {
  margin: 18px 0;
}

/* line 42020, app/assets/stylesheets/core.scss */
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
  bottom: -20px;
}

/* line 42031, app/assets/stylesheets/core.scss */
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
  background: white;
  color: var(--dark);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/* line 42042, app/assets/stylesheets/core.scss */
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid var(--gray-200);
  border-top: 1px solid var(--gray-200);
}

/* line 42048, app/assets/stylesheets/core.scss */
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
  border: 1px solid #999;
}

/* line 42052, app/assets/stylesheets/core.scss */
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  border: 1px solid #999;
}

/* line 42057, app/assets/stylesheets/core.scss */
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 42060, app/assets/stylesheets/core.scss */
.leaflet-oldie .leaflet-control-zoom {
  border: 1px solid #999;
}

/* line 42063, app/assets/stylesheets/core.scss */
.leaflet-oldie .leaflet-control-layers {
  border: 1px solid #999;
}

/* line 42067, app/assets/stylesheets/core.scss */
.leaflet-div-icon {
  background: var(--white);
  border: 1px solid #666;
}

/* line 42072, app/assets/stylesheets/core.scss */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 3px;
  color: var(--dark);
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* line 42087, app/assets/stylesheets/core.scss */
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

/* line 42092, app/assets/stylesheets/core.scss */
.leaflet-tooltip-top {
  margin-top: -6px;
}

/* line 42095, app/assets/stylesheets/core.scss */
.leaflet-tooltip-top:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: var(--white);
}

/* line 42108, app/assets/stylesheets/core.scss */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

/* line 42111, app/assets/stylesheets/core.scss */
.leaflet-tooltip-bottom:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  left: 50%;
  margin-left: -6px;
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: var(--white);
}

/* line 42125, app/assets/stylesheets/core.scss */
.leaflet-tooltip-left {
  margin-left: -6px;
}

/* line 42128, app/assets/stylesheets/core.scss */
.leaflet-tooltip-left:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 0;
  margin-right: -12px;
  border-left-color: var(--white);
}

/* line 42141, app/assets/stylesheets/core.scss */
.leaflet-tooltip-right {
  margin-left: 6px;
}

/* line 42144, app/assets/stylesheets/core.scss */
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  top: 50%;
  margin-top: -6px;
  left: 0;
  margin-left: -12px;
  border-right-color: var(--white);
}

/* line 42157, app/assets/stylesheets/core.scss */
.irs--flat .irs-line {
  background-color: var(--gray-200);
  height: 3px;
  top: 30px;
}

/* line 42162, app/assets/stylesheets/core.scss */
.irs--flat .irs-bar {
  height: 3px;
  background-color: var(--primary);
  top: 30px;
}

/* line 42167, app/assets/stylesheets/core.scss */
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 18px;
  height: 100%;
  margin-left: -1px;
  background-color: var(--white);
  border-radius: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 42179, app/assets/stylesheets/core.scss */
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: var(--primary);
}

/* line 42183, app/assets/stylesheets/core.scss */
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: var(--dark);
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 5px 9px;
  background-color: transparent;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  margin-left: 7px;
}

/* line 42196, app/assets/stylesheets/core.scss */
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

/* line 42201, app/assets/stylesheets/core.scss */
.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

/* line 42205, app/assets/stylesheets/core.scss */
.irs--flat .irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 18px;
  background: var(--gray-200);
}

/* line 42213, app/assets/stylesheets/core.scss */
.irs--flat .irs-grid-pol.small {
  height: 9px;
}

/* line 42216, app/assets/stylesheets/core.scss */
.irs--flat .irs-grid-text {
  position: absolute;
  bottom: -7px;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 0px 3px;
  color: var(--gray-600);
}

/* line 42228, app/assets/stylesheets/core.scss */
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: -12px;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

/* Inputmask */
@keyframes blink {
  from, to {
    border-right-color: var(--gray-900);
  }
  50% {
    border-right-color: transparent;
  }
}

/* line 42248, app/assets/stylesheets/core.scss */
mark.im-caret, .im-caret.mark {
  animation: 1s blink step-end infinite !important;
}

/* line 42252, app/assets/stylesheets/core.scss */
mark.im-caret-select, .im-caret-select.mark {
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 42256, app/assets/stylesheets/core.scss */
span.im-static {
  color: var(--gray-400);
}

/* line 42260, app/assets/stylesheets/core.scss */
div.im-colormask {
  display: inline-block;
  border-style: inset;
  border-width: 2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  cursor: text;
}

/* line 42269, app/assets/stylesheets/core.scss */
div.im-colormask > input {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  -webkit-appearance: caret;
  -moz-appearance: caret;
  appearance: caret;
  border-style: none;
  left: 0;
}

/* line 42284, app/assets/stylesheets/core.scss */
div.im-colormask > input:-webkit-autofill {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  -webkit-appearance: caret;
  appearance: caret;
  border-style: none;
  left: 0;
}

/* line 42299, app/assets/stylesheets/core.scss */
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: #faffbd;
}

/* line 42302, app/assets/stylesheets/core.scss */
div.im-colormask > input:focus {
  outline: none;
}

/* line 42305, app/assets/stylesheets/core.scss */
div.im-colormask > input::-moz-selection {
  background: none;
}

/* line 42308, app/assets/stylesheets/core.scss */
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input::selection {
  background: none;
}

/* line 42311, app/assets/stylesheets/core.scss */
div.im-colormask > input::-moz-selection {
  background: none;
}

/* line 42314, app/assets/stylesheets/core.scss */
div.im-colormask > div {
  color: #1c2232;
  display: inline-block;
  width: 100px;
}

/* line 42320, app/assets/stylesheets/core.scss */
[im-insert=false] {
  caret-color: var(--danger);
  caret-shape: block;
}

/* line 42325, app/assets/stylesheets/core.scss */
.plyr {
  border-radius: 0.5rem;
  height: 250px;
}

/* line 42329, app/assets/stylesheets/core.scss */
.plyr.plyr--video:hover .plyr__controls {
  display: flex;
}

/* line 42333, app/assets/stylesheets/core.scss */
.plyr__poster {
  background-size: cover;
}

/* line 42337, app/assets/stylesheets/core.scss */
.plyr--video .plyr__controls {
  display: none;
}

/* line 42341, app/assets/stylesheets/core.scss */
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}
@font-face {
  font-family: "JuniperBay";
  src: url(https://d1f92lrsd41duk.cloudfront.net/assets/JuniperBay-Regular-ff60aca7d316de3c6f466b1273265a4a8e59e60783b295ec1568d4c1f3d6a015.otf);
  font-display: swap;
}

@font-face {
  font-family: "National 2 Compressed Regular";
  src: url(https://d1f92lrsd41duk.cloudfront.net/assets/national-2-compressed-regular-c505afc79ccb56be4e71dcbbe760e8be0c781acb9236907c4d79a2582a6baf08.woff2);
  font-display: swap;
}

@font-face {
  font-family: "National 2 Compressed Bold";
  src: url(https://d1f92lrsd41duk.cloudfront.net/assets/national-2-compressed-bold-5747941da0d0fea152c5b19a1cfb63361b387b9bb6ca7a39df0a52c54ece8cc4.woff2);
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(https://d1f92lrsd41duk.cloudfront.net/assets/InterVariable-bf14c1623af12c7aa6e9a952ea22676420c2cbedfbc47ef7cd58252b37b82513.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Favorit Mono Std";
  src: url(https://d1f92lrsd41duk.cloudfront.net/assets/abc-favorit-mono-book-5a8e28a8de8d68a48f1f92aab75574b56c662177cea598c48ff977d172d47c99.otf);
  font-display: swap;
}

/* line 1, app/assets/stylesheets/custom/custom_select2.scss */
.select2-container {
  width: 100% !important;
}

/* line 5, app/assets/stylesheets/custom/custom_select2.scss */
.select2-selection__rendered {
  line-height: 31px !important;
}

/* line 9, app/assets/stylesheets/custom/custom_select2.scss */
.select2-container .select2-selection--single {
  height: 35px !important;
}

/* line 13, app/assets/stylesheets/custom/custom_select2.scss */
.select2-selection__arrow {
  height: 34px !important;
}

/* line 17, app/assets/stylesheets/custom/custom_select2.scss */
.select2-selection--multiple {
  border: 1px solid #141b25 !important;
}

/* line 16, app/assets/stylesheets/colors.scss */
.green-color {
  color: #b3e1e1;
}

/* line 3, app/assets/stylesheets/custom/dashboard.scss */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/custom/dashboard.scss */
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* line 17, app/assets/stylesheets/custom/dashboard.scss */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

/* line 25, app/assets/stylesheets/custom/dashboard.scss */
.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

/* line 31, app/assets/stylesheets/custom/dashboard.scss */
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

/* line 36, app/assets/stylesheets/custom/dashboard.scss */
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

/* line 43, app/assets/stylesheets/custom/dashboard.scss */
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* line 54, app/assets/stylesheets/custom/dashboard.scss */
.form-control {
  border-color: rgba(var(--dark-rgb), var(--border-opacity)) !important;
}

/* line 58, app/assets/stylesheets/custom/dashboard.scss */
.border-puppies-online {
  --border-opacity: 1;
  border-color: #2563f6 !important;
}

/* line 63, app/assets/stylesheets/custom/dashboard.scss */
.clickable-row {
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/colors.scss */
.green-color {
  color: #b3e1e1;
}

/* line 3, app/assets/stylesheets/custom/flash_message.scss */
.flash-alert {
  position: fixed;
  bottom: -100px;
  right: 0;
  left: 0;
  background-color: #2563f6;
  color: white;
  opacity: 0;
  font-size: 16px;
  background-position: center left 15px;
  transition: all 0.3s ease;
  z-index: 300;
  pointer-events: none;
  border-radius: 10px 10px 0 0;
}

/* line 17, app/assets/stylesheets/custom/flash_message.scss */
.flash-alert .alert_close {
  padding: 0;
  height: 50px;
  width: 50px;
  background-size: 12px;
}

@media (min-width: 992px) {
  /* line 26, app/assets/stylesheets/custom/flash_message.scss */
  .flash-alert {
    right: 20px;
    left: auto;
    border-radius: 10px;
  }
  /* line 32, app/assets/stylesheets/custom/flash_message.scss */
  .flash-alert.active {
    bottom: 20px !important;
    pointer-events: all;
  }
}

/* line 38, app/assets/stylesheets/custom/flash_message.scss */
.flash-alert > div {
  padding: 15px;
  padding-bottom: 30px;
  padding-right: 50px;
  font-size: 14px;
  max-width: 400px;
}

@media (min-width: 992px) {
  /* line 38, app/assets/stylesheets/custom/flash_message.scss */
  .flash-alert > div {
    padding-bottom: 15px;
  }
}

/* line 49, app/assets/stylesheets/custom/flash_message.scss */
.flash-alert.active {
  opacity: 1;
  z-index: 500;
  pointer-events: all;
  bottom: 0;
}

/* line 56, app/assets/stylesheets/custom/flash_message.scss */
.flash-alert .close {
  background-size: 13px;
  padding: 20px;
  position: absolute;
  top: 5px;
  bottom: auto;
  margin: auto;
  right: 0;
  left: auto;
}

/* Chrome, Safari, Edge, Opera */
/* line 2, app/assets/stylesheets/custom/number_input.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 9, app/assets/stylesheets/custom/number_input.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 1, app/assets/stylesheets/custom/puppy_item.scss */
.index-item-image {
  height: 400px;
  width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 7, app/assets/stylesheets/custom/puppy_item.scss */
.index-item-image-3 {
  width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 12, app/assets/stylesheets/custom/puppy_item.scss */
.index-item-image-4 {
  width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 17, app/assets/stylesheets/custom/puppy_item.scss */
.index-breeder-item-image-4 {
  width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

/* line 24, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section {
  padding: 12px 12px 20px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 16px;
  border: 1.75px solid;
}

/* line 32, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section .image-with-lik {
  position: relative;
}

/* line 36, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section .image-with-like img {
  display: block;
}

/* line 40, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section .id-badge-icon {
  position: absolute;
  top: 24px;
  right: 24px;
}

/* line 44, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section .like-icon {
  position: absolute;
  bottom: 11px;
  right: 10px;
}

/* line 48, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section .state-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 52, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section .prev-icon {
  position: absolute;
  top: 45%;
  left: 5px;
}

/* line 56, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section .next-icon {
  position: absolute;
  top: 45%;
  right: 5px;
}

/* line 60, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section .state-icon {
  font-size: 1.25rem;
}

/* line 64, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section .owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 74, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-item-section:hover {
  animation: shake 1s;
}

/* line 78, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section:hover {
  animation: shake 1s;
}

@keyframes shake {
  40% {
    transform: rotate(-5deg);
  }
}

/* line 88, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-main-info {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

/* line 95, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-price-info {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

/* line 102, app/assets/stylesheets/custom/puppy_item.scss */
.puppy-state-info {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

/* line 109, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section {
  padding: 12px 12px 20px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 16px;
  border: 1.75px solid;
}

/* line 117, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section .image-with-lik {
  position: relative;
}

/* line 121, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section .image-with-like img {
  display: block;
}

/* line 125, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section .id-badge-icon {
  position: absolute;
  top: 24px;
  right: 24px;
}

/* line 129, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section .like-icon {
  position: absolute;
  bottom: 11px;
  right: 10px;
}

/* line 133, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section .state-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 137, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section .prev-icon {
  position: absolute;
  top: 45%;
  left: 5px;
}

/* line 141, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section .next-icon {
  position: absolute;
  top: 45%;
  right: 5px;
}

/* line 145, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section .state-icon {
  font-size: 1.25rem;
}

/* line 149, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-item-section .owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 159, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-main-info {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

/* line 166, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-breed-info {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

/* line 173, app/assets/stylesheets/custom/puppy_item.scss */
.breeder-state-info {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

/* line 1, app/assets/stylesheets/custom/remove_attachment.scss */
.trix-button-group.trix-button-group--file-tools {
  display: none;
}

/* line 16, app/assets/stylesheets/colors.scss */
.green-color {
  color: #b3e1e1;
}

/* line 3, app/assets/stylesheets/custom/sidebar.scss */
.dashboard-nav .navbar-nav .nav-item.active {
  color: #2563f6 !important;
}

/* line 7, app/assets/stylesheets/custom/sidebar.scss */
.dashboard-nav .navbar-nav .active > .nav-link {
  color: #2563f6 !important;
}

/* line 9, app/assets/stylesheets/_user-variables.scss */
.font-puppy-match {
  font-family: Poppins, Black;
}

/* avatar-size start */
/* line 3, app/assets/stylesheets/theme/utilities/_avatar.scss */
.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 3.75rem;
}

/* line 9, app/assets/stylesheets/theme/utilities/_avatar.scss */
.avatar-sm {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 5.625rem;
}

/* line 14, app/assets/stylesheets/theme/utilities/_avatar.scss */
.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 7.5rem;
}

/* line 21, app/assets/stylesheets/theme/utilities/_avatar.scss */
.avatar-lg {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 9.375rem;
}

/* line 27, app/assets/stylesheets/theme/utilities/_avatar.scss */
.avatar-xl {
  width: 4.375rem;
  height: 4.375rem;
  font-size: 13.125rem;
}

/* line 33, app/assets/stylesheets/theme/utilities/_avatar.scss */
.avatar-xxl {
  width: 5.625rem;
  height: 5.625rem;
  font-size: 16.875rem;
}

/* line 39, app/assets/stylesheets/theme/utilities/_avatar.scss */
.avatar-xxxl {
  width: 10rem;
  height: 10rem;
  font-size: 16.875rem;
}

/* avatar-size end */
/* line 3, app/assets/stylesheets/theme/utilities/_icon-shape.scss */
.icon-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
}

/* line 9, app/assets/stylesheets/theme/utilities/_icon-shape.scss */
.icon-sm {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}

/* line 14, app/assets/stylesheets/theme/utilities/_icon-shape.scss */
.icon-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

/* line 20, app/assets/stylesheets/theme/utilities/_icon-shape.scss */
.icon-lg {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}

/* line 26, app/assets/stylesheets/theme/utilities/_icon-shape.scss */
.icon-xl {
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
}

/* line 32, app/assets/stylesheets/theme/utilities/_icon-shape.scss */
.icon-xxl {
  width: 5.625rem;
  height: 5.625rem;
  line-height: 5.625rem;
}

/* line 37, app/assets/stylesheets/theme/utilities/_icon-shape.scss */
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-12 {
  font-size: 12px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-13 {
  font-size: 13px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-14 {
  font-size: 14px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-15 {
  font-size: 15px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-16 {
  font-size: 16px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-17 {
  font-size: 17px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-18 {
  font-size: 18px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-19 {
  font-size: 19px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-20 {
  font-size: 20px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-21 {
  font-size: 21px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-22 {
  font-size: 22px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-23 {
  font-size: 23px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-24 {
  font-size: 24px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-25 {
  font-size: 25px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-26 {
  font-size: 26px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-27 {
  font-size: 27px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-28 {
  font-size: 28px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-29 {
  font-size: 29px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-30 {
  font-size: 30px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-31 {
  font-size: 31px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-32 {
  font-size: 32px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-33 {
  font-size: 33px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-34 {
  font-size: 34px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-35 {
  font-size: 35px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-36 {
  font-size: 36px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-37 {
  font-size: 37px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-38 {
  font-size: 38px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-39 {
  font-size: 39px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-40 {
  font-size: 40px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-41 {
  font-size: 41px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-42 {
  font-size: 42px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-43 {
  font-size: 43px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-44 {
  font-size: 44px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-45 {
  font-size: 45px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-46 {
  font-size: 46px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-47 {
  font-size: 47px;
}

/* line 4, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-48 {
  font-size: 48px;
}

/* line 9, app/assets/stylesheets/theme/utilities/_text-size.scss */
.font-dm-serif {
  font-family: "DM Serif Display", "sans-serif;";
}

/* line 13, app/assets/stylesheets/theme/utilities/_text-size.scss */
.text-inherit {
  color: inherit;
}

/* line 15, app/assets/stylesheets/theme/utilities/_text-size.scss */
.text-inherit:hover {
  color: #0d6efd !important;
}

/* line 20, app/assets/stylesheets/theme/utilities/_text-size.scss */
.text-reset:hover {
  color: #0d6efd !important;
}

/* line 25, app/assets/stylesheets/theme/utilities/_text-size.scss */
.text-bottom-line {
  position: relative;
}

/* line 28, app/assets/stylesheets/theme/utilities/_text-size.scss */
.text-bottom-line:after {
  position: absolute;
  content: "";
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/../images/yoga/line-shape.svg);
  left: 0;
  right: 0;
  bottom: 0px;
  height: 4px;
  background-repeat: no-repeat;
  width: 191px;
  margin: 0 auto;
}

/* line 4, app/assets/stylesheets/theme/utilities/_color.scss */
.grayscale {
  filter: grayscale(100%);
  opacity: .5;
}

/* line 11, app/assets/stylesheets/theme/utilities/_color.scss */
.color-white-filter {
  filter: brightness(0) invert(1);
}

/* line 16, app/assets/stylesheets/theme/utilities/_color.scss */
.color-dark-filter {
  filter: brightness(1) invert(0);
}

/* line 6, app/assets/stylesheets/theme/utilities/_background.scss */
.bg-cover {
  background: no-repeat center center / cover;
}

/* line 10, app/assets/stylesheets/theme/utilities/_background.scss */
.hidden-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-height: 10%;
  min-height: 260px;
  background-color: var(--bs-white);
}

/* line 3, app/assets/stylesheets/theme/utilities/_img-zoom.scss */
.img-zoom {
  border-radius: .25rem;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/theme/utilities/_img-zoom.scss */
.img-zoom img {
  transition: transform .5s ease;
}

/* line 8, app/assets/stylesheets/theme/utilities/_img-zoom.scss */
.img-zoom img:hover {
  transform: scale(1.1);
}

/* line 2, app/assets/stylesheets/theme/utilities/_status.scss */
.status {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 10px;
}

/* line 1, app/assets/stylesheets/theme/utilities/_lift-hover.scss */
.lift {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px 0 transparent;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

/* line 10, app/assets/stylesheets/theme/utilities/_lift-hover.scss */
.lift:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  transform: translate(0px, -12px);
}

/* line 3, app/assets/stylesheets/theme/components/_button.scss */
.btn-primary-link {
  font-weight: 700;
  color: var(--bs-primary);
  text-decoration: none;
  border-bottom: 2px solid var(--bs-primary);
}

/* line 8, app/assets/stylesheets/theme/components/_button.scss */
.btn-primary-link:hover {
  color: #ff3912;
  text-decoration: none;
  border-bottom: 2px solid #ff3912;
}

/* line 13, app/assets/stylesheets/theme/components/_button.scss */
.btn-primary-link:focus, .btn-primary-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 18, app/assets/stylesheets/theme/components/_button.scss */
.btn-primary-link:disabled, .btn-primary-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 26, app/assets/stylesheets/theme/components/_button.scss */
.btn-secondary-link {
  font-weight: 700;
  color: #6c757d;
  text-decoration: none;
  border-bottom: 2px solid #6c757d;
}

/* line 31, app/assets/stylesheets/theme/components/_button.scss */
.btn-secondary-link:hover {
  color: #56269c;
  text-decoration: none;
  border-bottom: 2px solid #56269c;
}

/* line 36, app/assets/stylesheets/theme/components/_button.scss */
.btn-secondary-link:focus, .btn-secondary-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 41, app/assets/stylesheets/theme/components/_button.scss */
.btn-secondary-link:disabled, .btn-secondary-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 59, app/assets/stylesheets/theme/components/_button.scss */
.btn-primary-soft {
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}

/* line 52, app/assets/stylesheets/theme/components/_button.scss */
.btn-primary-soft:hover {
  background-color: rgba(13, 110, 253, 0.15);
  color: #0d6efd;
}

/* line 59, app/assets/stylesheets/theme/components/_button.scss */
.btn-secondary-soft {
  background-color: rgba(108, 117, 125, 0.1);
  color: #6c757d;
}

/* line 52, app/assets/stylesheets/theme/components/_button.scss */
.btn-secondary-soft:hover {
  background-color: rgba(108, 117, 125, 0.15);
  color: #6c757d;
}

/* line 59, app/assets/stylesheets/theme/components/_button.scss */
.btn-success-soft {
  background-color: rgba(25, 135, 84, 0.1);
  color: #198754;
}

/* line 52, app/assets/stylesheets/theme/components/_button.scss */
.btn-success-soft:hover {
  background-color: rgba(25, 135, 84, 0.15);
  color: #198754;
}

/* line 59, app/assets/stylesheets/theme/components/_button.scss */
.btn-info-soft {
  background-color: rgba(13, 202, 240, 0.1);
  color: #0dcaf0;
}

/* line 52, app/assets/stylesheets/theme/components/_button.scss */
.btn-info-soft:hover {
  background-color: rgba(13, 202, 240, 0.15);
  color: #0dcaf0;
}

/* line 59, app/assets/stylesheets/theme/components/_button.scss */
.btn-warning-soft {
  background-color: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

/* line 52, app/assets/stylesheets/theme/components/_button.scss */
.btn-warning-soft:hover {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
}

/* line 59, app/assets/stylesheets/theme/components/_button.scss */
.btn-danger-soft {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

/* line 52, app/assets/stylesheets/theme/components/_button.scss */
.btn-danger-soft:hover {
  background-color: rgba(220, 53, 69, 0.15);
  color: #dc3545;
}

/* line 59, app/assets/stylesheets/theme/components/_button.scss */
.btn-light-soft {
  background-color: rgba(248, 249, 250, 0.1);
  color: #f8f9fa;
}

/* line 52, app/assets/stylesheets/theme/components/_button.scss */
.btn-light-soft:hover {
  background-color: rgba(248, 249, 250, 0.15);
  color: #f8f9fa;
}

/* line 59, app/assets/stylesheets/theme/components/_button.scss */
.btn-dark-soft {
  background-color: rgba(33, 37, 41, 0.1);
  color: #212529;
}

/* line 52, app/assets/stylesheets/theme/components/_button.scss */
.btn-dark-soft:hover {
  background-color: rgba(33, 37, 41, 0.15);
  color: #212529;
}

/* line 65, app/assets/stylesheets/theme/components/_button.scss */
.btn-play {
  background-color: var(--bs-white);
  color: var(--bs-primary);
  transition: 0.2s ease;
}

/* line 69, app/assets/stylesheets/theme/components/_button.scss */
.btn-play:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  transition: 0.2s ease;
}

/* line 77, app/assets/stylesheets/theme/components/_button.scss */
.nav.btn-group > .btn,
.btn-group-vertical > .btn {
  flex: 0;
}

/* line 84, app/assets/stylesheets/theme/components/_button.scss */
.nav.btn-group .btn-white.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

/* line 89, app/assets/stylesheets/theme/components/_button.scss */
.nav.btn-group .btn-white:focus {
  box-shadow: none !important;
}

/* line 96, app/assets/stylesheets/theme/components/_button.scss */
.btn-like {
  border: 1px solid var(--bs-gray-200);
  background-color: transparent;
  height: 32px;
  width: 32px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  transition: 0.2s ease-in;
  color: var(--bs-gray-300);
}

/* line 109, app/assets/stylesheets/theme/components/_button.scss */
.btn-like:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary);
  transition: 0.2s ease-in;
}

/* line 118, app/assets/stylesheets/theme/components/_button.scss */
.btn-icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.92969rem;
  font-weight: 400;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

/* line 135, app/assets/stylesheets/theme/components/_button.scss */
.btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.53125rem;
  height: 1.53125rem;
}

/* line 141, app/assets/stylesheets/theme/components/_button.scss */
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  font-size: 0.875rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

/* line 147, app/assets/stylesheets/theme/components/_button.scss */
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  font-size: 1rem;
  width: 3.36875rem;
  height: 3.36875rem;
}

/* line 14, app/assets/stylesheets/theme/components/_badge.scss */
.bg-primary-soft {
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}

/* line 6, app/assets/stylesheets/theme/components/_badge.scss */
a.bg-primary-soft:hover {
  background-color: rgba(13, 110, 253, 0.2);
  color: #0d6efd;
}

/* line 14, app/assets/stylesheets/theme/components/_badge.scss */
.bg-secondary-soft {
  background-color: rgba(108, 117, 125, 0.1);
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/theme/components/_badge.scss */
a.bg-secondary-soft:hover {
  background-color: rgba(108, 117, 125, 0.2);
  color: #6c757d;
}

/* line 14, app/assets/stylesheets/theme/components/_badge.scss */
.bg-success-soft {
  background-color: rgba(25, 135, 84, 0.1);
  color: #198754;
}

/* line 6, app/assets/stylesheets/theme/components/_badge.scss */
a.bg-success-soft:hover {
  background-color: rgba(25, 135, 84, 0.2);
  color: #198754;
}

/* line 14, app/assets/stylesheets/theme/components/_badge.scss */
.bg-info-soft {
  background-color: rgba(13, 202, 240, 0.1);
  color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/theme/components/_badge.scss */
a.bg-info-soft:hover {
  background-color: rgba(13, 202, 240, 0.2);
  color: #0dcaf0;
}

/* line 14, app/assets/stylesheets/theme/components/_badge.scss */
.bg-warning-soft {
  background-color: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

/* line 6, app/assets/stylesheets/theme/components/_badge.scss */
a.bg-warning-soft:hover {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}

/* line 14, app/assets/stylesheets/theme/components/_badge.scss */
.bg-danger-soft {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/theme/components/_badge.scss */
a.bg-danger-soft:hover {
  background-color: rgba(220, 53, 69, 0.2);
  color: #dc3545;
}

/* line 14, app/assets/stylesheets/theme/components/_badge.scss */
.bg-light-soft {
  background-color: rgba(248, 249, 250, 0.1);
  color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/theme/components/_badge.scss */
a.bg-light-soft:hover {
  background-color: rgba(248, 249, 250, 0.2);
  color: #f8f9fa;
}

/* line 14, app/assets/stylesheets/theme/components/_badge.scss */
.bg-dark-soft {
  background-color: rgba(33, 37, 41, 0.1);
  color: #212529;
}

/* line 6, app/assets/stylesheets/theme/components/_badge.scss */
a.bg-dark-soft:hover {
  background-color: rgba(33, 37, 41, 0.2);
  color: #212529;
}

/* line 4, app/assets/stylesheets/theme/components/_docs.scss */
.docs-header .docs-header-btn {
  display: flex;
  align-items: center;
}

/* line 8, app/assets/stylesheets/theme/components/_docs.scss */
.docs-header .navbar {
  padding: 8px 12px;
  border-bottom: 1px solid var(--bs-gray-200);
  border-top: 3px solid var(--bs-primary);
}

/* line 12, app/assets/stylesheets/theme/components/_docs.scss */
.docs-header .navbar .navbar-brand {
  padding: 0px;
}

/* line 15, app/assets/stylesheets/theme/components/_docs.scss */
.docs-header .navbar .dropdown-menu {
  margin: 0px;
  border: 1px solid #efeef1;
}

/* line 21, app/assets/stylesheets/theme/components/_docs.scss */
.docs-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 28px;
  padding: 14px;
  margin-bottom: 0px;
  color: var(--bs-gray-700);
}

/* line 27, app/assets/stylesheets/theme/components/_docs.scss */
.docs-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--bs-gray-900);
}

/* line 37, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar {
  position: fixed;
  width: 220px;
  height: 100% !important;
  top: 56px;
  overflow: auto;
  font-weight: 500;
  background-color: var(--bs-white);
  overflow: hidden;
  z-index: 22;
  border-right: 1px solid var(--bs-border-color);
}

/* line 48, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar .docs-nav {
  overflow-y: auto;
  height: calc(100% - 5.2rem) !important;
}

/* line 52, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar .navbar {
  padding: 0rem;
}

/* line 55, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar .navbar-nav {
  min-width: 100%;
}

/* line 58, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar .navbar-nav .navbar-header {
  margin-bottom: 1rem;
  padding: 0rem 1.25rem;
  margin-top: 1.5625rem;
  font-size: 0.75rem;
}

/* line 63, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar .navbar-nav .navbar-header .heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--bs-gray-400);
  margin-bottom: 0rem;
}

/* line 71, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar .navbar-nav .navbar-header span {
  color: var(--bs-gray-600);
}

/* line 75, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar .navbar-nav .navbar-border {
  border-bottom: 1px solid var(--bs-gray-200);
  margin: 1.25rem 0rem;
}

/* line 80, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar .navbar-nav .nav-item .nav-link {
  color: var(--bs-gray-800);
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.25rem 1.25rem !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
}

/* line 88, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar .navbar-nav .nav-item .nav-link:hover {
  color: var(--bs-primary);
}

/* line 92, app/assets/stylesheets/theme/components/_docs.scss */
.docs-nav-sidebar .navbar-nav .nav-item .nav-link.active {
  color: var(--bs-primary);
}

/* line 100, app/assets/stylesheets/theme/components/_docs.scss */
.sidebar-nav-fixed {
  position: fixed;
  top: 3rem;
  height: calc(100vh - 4rem);
  overflow-y: auto;
  margin-top: 65px;
}

/* line 106, app/assets/stylesheets/theme/components/_docs.scss */
.sidebar-nav-fixed ul {
  list-style: none;
  padding-left: 16px;
}

/* line 110, app/assets/stylesheets/theme/components/_docs.scss */
.sidebar-nav-fixed ul li a {
  font-size: 13px;
  color: var(--bs-gray-600);
  display: block;
  padding: 2px 12px;
  background: transparent;
  border-radius: 4px;
  line-height: 23px;
  text-decoration: none;
}

/* line 119, app/assets/stylesheets/theme/components/_docs.scss */
.sidebar-nav-fixed ul li a:hover {
  color: var(--bs-primary);
}

/* line 123, app/assets/stylesheets/theme/components/_docs.scss */
.sidebar-nav-fixed ul li a.active {
  display: block;
  color: var(--bs-primary);
  background: transparent !important;
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/theme/components/_docs.scss */
.doc-section-head {
  border-bottom: 1px solid var(--bs-gray-200);
  padding: 40px 0px;
  margin-bottom: 40px;
}

/* line 141, app/assets/stylesheets/theme/components/_docs.scss */
.doc-section-head-text {
  font-size: 20px;
  line-height: 32px;
}

/* line 147, app/assets/stylesheets/theme/components/_docs.scss */
.docs-main-wrapper {
  min-height: 100%;
  position: relative;
}

/* line 152, app/assets/stylesheets/theme/components/_docs.scss */
.docs-wrapper {
  position: relative;
  left: 0;
  margin-left: 220px;
  min-height: 100vh;
  background-color: var(--bs-gray-100);
  overflow: hidden;
  top: 35px;
}

/* line 162, app/assets/stylesheets/theme/components/_docs.scss */
.docs-content {
  padding: 0px 60px 140px 60px;
}

/* line 166, app/assets/stylesheets/theme/components/_docs.scss */
.docs-content-head {
  padding: 70px 0px;
}

/* line 171, app/assets/stylesheets/theme/components/_docs.scss */
.copy-button {
  cursor: pointer;
  border: 0;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 6px 12px;
  color: var(--bs-gray-900);
  background-color: var(--bs-white);
  position: absolute;
  top: 18px;
  right: 10px;
  border-radius: 4px;
}

/* line 185, app/assets/stylesheets/theme/components/_docs.scss */
.copy-button:hover {
  outline: 0;
  background-color: var(--bs-white);
  color: var(--bs-primary);
}

/* line 190, app/assets/stylesheets/theme/components/_docs.scss */
.copy-button:focus {
  outline: 0;
  background-color: var(--bs-white);
  color: var(--bs-primary);
}

/* line 195, app/assets/stylesheets/theme/components/_docs.scss */
.copy-button:active {
  outline: 0;
  background-color: var(--bs-white);
  color: var(--bs-primary);
}

/* line 202, app/assets/stylesheets/theme/components/_docs.scss */
.content-section {
  padding: 40px;
}

/* line 206, app/assets/stylesheets/theme/components/_docs.scss */
.content-section--paste {
  margin-top: 60px;
  background-color: var(--bs-gray-200);
}

/* line 209, app/assets/stylesheets/theme/components/_docs.scss */
.content-section--paste h1, .content-section--paste .h1 {
  font-size: 12px;
  color: var(--bs-gray-600);
  text-transform: uppercase;
}

/* line 216, app/assets/stylesheets/theme/components/_docs.scss */
.copy-content {
  position: relative;
  margin-bottom: 30px;
}

/* line 221, app/assets/stylesheets/theme/components/_docs.scss */
.copy-content-height {
  overflow: auto;
  max-height: 300px;
  border-radius: 6px;
}

/* line 227, app/assets/stylesheets/theme/components/_docs.scss */
.bd-example-modal.modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

/* line 238, app/assets/stylesheets/theme/components/_docs.scss */
.docs-example .tab-example-design {
  padding: 1.25rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  background-color: var(--bs-white);
}

/* line 243, app/assets/stylesheets/theme/components/_docs.scss */
.docs-example .tab-example-design::after {
  display: block;
  clear: both;
  content: "";
}

/* line 251, app/assets/stylesheets/theme/components/_docs.scss */
.docs-example .nav.nav-pills.nav-example .nav-item .nav-link {
  border-radius: 4px;
  padding: 5px 15px;
  color: var(--bs-gray-700);
  margin-right: 5px;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  background: var(--bs-gray-200);
  font-weight: 700;
}

/* line 262, app/assets/stylesheets/theme/components/_docs.scss */
.docs-example .nav.nav-pills.nav-example .nav-item .nav-link.active {
  color: var(--bs-white);
  background-color: var(--bs-gray-700);
  border-color: var(--bs-gray-700);
}

/* line 268, app/assets/stylesheets/theme/components/_docs.scss */
.docs-example .nav.nav-pills.nav-example .nav-item .show > .nav-link {
  color: var(--bs-white);
  background-color: var(--bs-gray-700);
  border-color: var(--bs-gray-700);
}

/* line 279, app/assets/stylesheets/theme/components/_docs.scss */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}

/* line 286, app/assets/stylesheets/theme/components/_docs.scss */
.scrollspy-example-2 {
  position: relative;
  height: 350px;
  overflow: auto;
}

/* line 293, app/assets/stylesheets/theme/components/_docs.scss */
.toast.hide {
  display: none;
}

/* line 298, app/assets/stylesheets/theme/components/_docs.scss */
.docs-footer {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  padding: 8px 8px 8px;
  color: var(--bs-gray-700);
  background-color: var(--bs-white);
  margin-left: 220px;
  border-top: 1px solid var(--bs-gray-200);
  position: relative;
  bottom: -10px;
}

/* line 307, app/assets/stylesheets/theme/components/_docs.scss */
.docs-footer p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 30px;
}

/* line 313, app/assets/stylesheets/theme/components/_docs.scss */
.docs-footer .docs-footer-links a {
  color: var(--bs-gray-700);
  margin-left: 1.5rem;
  transition: all 0.4s;
  font-size: 14px;
  line-height: 18px;
  color: var(--bs-gray-900);
  text-decoration: none;
}

/* line 326, app/assets/stylesheets/theme/components/_docs.scss */
.slider-element-v1 {
  margin-bottom: 30px;
}

/* line 330, app/assets/stylesheets/theme/components/_docs.scss */
.docs-footer-text {
  margin-bottom: 0px;
}

/* line 335, app/assets/stylesheets/theme/components/_docs.scss */
.color-swatch {
  height: 214px;
  margin-bottom: 30px;
}

/* line 340, app/assets/stylesheets/theme/components/_docs.scss */
.color-swatch-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 135px;
}

/* line 346, app/assets/stylesheets/theme/components/_docs.scss */
.color-swatch-body {
  border: 1px solid var(--bs-gray-200);
  background-color: var(--bs-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 358, app/assets/stylesheets/theme/components/_docs.scss */
.color-swatch-body-label {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}

/* line 364, app/assets/stylesheets/theme/components/_docs.scss */
.color-swatch-body-value {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

/* line 373, app/assets/stylesheets/theme/components/_docs.scss */
.doc-table .table th {
  padding: 20px 10px;
  vertical-align: top;
  border-top: 1px solid var(--bs-gray-200);
}

/* line 378, app/assets/stylesheets/theme/components/_docs.scss */
.doc-table .table td {
  padding: 20px 10px;
  vertical-align: top;
  border-top: 1px solid var(--bs-gray-200);
}

/* line 388, app/assets/stylesheets/theme/components/_docs.scss */
.docs-example-border-utils [class^="border"] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: var(--bs-gray-100);
}

/* line 398, app/assets/stylesheets/theme/components/_docs.scss */
.docs-example-border-utils-0 [class^="border"] {
  border: 1px solid var(--bs-gray-200);
}

/* line 403, app/assets/stylesheets/theme/components/_docs.scss */
:focus {
  outline: 0;
}

@media only screen and (max-width: 768px) {
  /* line 409, app/assets/stylesheets/theme/components/_docs.scss */
  .docs-content {
    padding: 40px 0px 140px 20px;
  }
}

@media only screen and (max-width: 990px) {
  /* line 415, app/assets/stylesheets/theme/components/_docs.scss */
  .docs-nav-sidebar {
    width: 100%;
    position: relative;
    top: 56px;
    right: 0px;
    z-index: 1056;
  }
  /* line 422, app/assets/stylesheets/theme/components/_docs.scss */
  .docs-wrapper {
    margin-left: 0px;
  }
  /* line 425, app/assets/stylesheets/theme/components/_docs.scss */
  .docs-footer {
    margin-left: 0px;
  }
  /* line 429, app/assets/stylesheets/theme/components/_docs.scss */
  .docs-main-wrapper .main-content {
    margin-left: 0px;
    width: auto;
  }
  /* line 434, app/assets/stylesheets/theme/components/_docs.scss */
  .docs-content {
    padding: 30px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 440, app/assets/stylesheets/theme/components/_docs.scss */
  .docs-content {
    padding: 40px 0px 140px 60px;
  }
}

/* line 447, app/assets/stylesheets/theme/components/_docs.scss */
.ratio {
  display: inline-block;
  width: 10rem;
  color: var(--bs-gray-600);
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-300);
}

/* line 3, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar {
  z-index: 1001;
}

/* line 6, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-toggler {
  border: 0px;
}

/* line 8, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-toggler:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

/* line 13, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-toggler .icon-bar {
  width: 21px;
  height: 3px;
  background-color: var(--bs-white);
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

/* line 22, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 190%;
  background-color: var(--bs-white);
}

/* line 27, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-toggler .middle-bar {
  opacity: 0;
}

/* line 30, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% -80%;
  background-color: var(--bs-white);
}

/* line 37, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-collapse .navbar-toggler {
  position: absolute;
  top: 0.6rem;
  right: 0.5rem;
  z-index: 1;
  color: var(--bs-gray-900);
}

/* line 46, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background-color: var(--bs-white);
}

/* line 50, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background-color: var(--bs-white);
}

/* line 61, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--bs-white);
}

/* line 68, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown .dropdown-toggle:after {
  margin-top: 1px;
  display: none;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: -2px;
  content: "\f107";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: var(--bs-white);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 15px;
  font-size: 12px;
  float: right;
}

/* line 90, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropstart .dropdown-menu {
  top: 36px;
  left: -200px;
  right: 100%;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  min-width: 12rem;
  border-radius: 0.5rem;
}

/* line 99, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropstart .dropdown-menu-arrow:before {
  left: 13rem;
}

/* line 103, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu {
  top: 36px;
  margin: 18px 0px;
  padding: 0.7rem 0rem;
  font-size: 15px;
  color: var(--bs-gray-900);
  border: none;
  min-width: 12rem;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}

/* line 112, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.3rem 1rem;
}

/* line 114, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: var(--bs-primary);
  text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
}

/* line 120, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: var(--bs-primary);
  text-decoration: none;
  background-color: transparent;
}

/* line 125, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0px;
}

/* line 128, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
  color: var(--bs-primary);
  text-decoration: none;
  background-color: var(--bs-gray-300);
  border-radius: 0px;
  color: var(--bs-primary);
  text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
}

/* line 138, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus .dropdown-toggle::after {
  color: var(--bs-primary);
}

/* line 142, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus:hover {
  color: var(--bs-primary);
  text-decoration: none;
  background-color: transparent;
  border-radius: 0px;
}

/* line 148, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus:active {
  color: var(--bs-gray-900);
  text-decoration: none;
  background-color: transparent;
  border-radius: 4px;
}

/* line 156, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle:hover::after {
  color: var(--bs-primary);
}

/* line 161, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-list-group-item {
  padding: 0.5rem 1rem;
  display: block;
  color: var(--bs-gray-900);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

/* line 171, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 9px;
  top: 23px;
}

/* line 178, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: -18px;
  right: 100%;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  min-width: 14rem;
}

/* line 189, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar-default-collapse {
  transition: 0.8s ease;
  background: #212529;
}

/* line 192, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar-default-collapse .navbar-brand {
  color: var(--bs-gray-900);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 200, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .navbar-nav .dropdown-menu {
    box-shadow: none;
  }
  /* line 203, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    box-shadow: none;
  }
  /* line 209, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 12px 20px !important;
    border-bottom: 1px solid var(--bs-gray-200);
    color: var(--bs-gray-900) !important;
  }
  /* line 213, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--bs-gray-900);
  }
  /* line 220, app/assets/stylesheets/theme/components/_navbar.scss */
  .header-btn {
    padding: 14px;
  }
}

@media (max-width: 575.98px) {
  /* line 228, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .nav-item .nav-link {
    padding: 12px 20px !important;
    border-bottom: 1px solid var(--bs-gray-200);
    color: var(--bs-gray-900) !important;
  }
  /* line 232, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .nav-item .nav-link:hover {
    color: var(--bs-gray-900);
  }
  /* line 238, app/assets/stylesheets/theme/components/_navbar.scss */
  .header-btn {
    padding: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 246, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .navbar-nav .dropdown-menu {
    box-shadow: none;
  }
  /* line 249, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    box-shadow: none;
  }
  /* line 256, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .nav-item .nav-link {
    padding: 12px 20px !important;
    border-bottom: 1px solid var(--bs-gray-200);
    color: var(--bs-gray-900) !important;
  }
  /* line 260, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .nav-item .nav-link:hover {
    color: var(--bs-gray-900);
  }
  /* line 267, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown .dropdown-toggle:after {
    color: var(--bs-gray-900) !important;
  }
  /* line 273, app/assets/stylesheets/theme/components/_navbar.scss */
  .header-btn {
    padding: 14px;
  }
}

@media (max-width: 991.98px) {
  /* line 280, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .navbar-collapse {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    height: auto !important;
    max-height: calc(100vh - 2rem);
    background-color: var(--bs-white);
    border-radius: 0.375rem;
    box-shadow: 0 1.5rem 5rem rgba(22, 38, 55, 0.8);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1055;
    width: auto;
  }
  /* line 294, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .navbar-collapse .show {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 305, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown-menu-md {
    min-width: 13rem !important;
  }
  /* line 309, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
  }
  /* line 321, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  /* line 332, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown-menu-arrow:before {
    content: "";
    background: var(--bs-white);
    display: block;
    height: 16px;
    width: 16px;
    left: 1rem;
    position: absolute;
    bottom: 100%;
    z-index: -5;
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.2rem;
  }
  /* line 349, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 365, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown-menu-lg {
    min-width: 25rem !important;
    border-radius: 0.25rem;
  }
  /* line 369, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown-menu.show {
    display: block;
  }
  /* line 373, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown .dropdown-submenu {
    position: relative;
  }
  /* line 376, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
  }
  /* line 388, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  /* line 399, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown-menu-arrow:before {
    content: "";
    background: var(--bs-white);
    display: block;
    height: 16px;
    width: 16px;
    left: 1.25rem;
    position: absolute;
    bottom: 100%;
    z-index: -5;
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.2rem;
  }
  /* line 416, app/assets/stylesheets/theme/components/_navbar.scss */
  .navbar .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

/* line 437, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar-light .navbar-toggler {
  border-color: var(--bs-gray-400) !important;
}

/* line 439, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar-light .navbar-toggler .icon-bar {
  background-color: var(--bs-gray-400);
}

/* line 444, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar-light .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background-color: var(--bs-gray-400);
}

/* line 448, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar-light .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

/* line 451, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar-light .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background-color: var(--bs-gray-400);
}

/* line 458, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar-light .navbar-nav .nav-item .nav-link {
  color: var(--bs-gray-900) !important;
  border-bottom: transparent;
}

/* line 463, app/assets/stylesheets/theme/components/_navbar.scss */
.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: var(--bs-primary) !important;
}

/* line 5, app/assets/stylesheets/theme/components/_footer.scss */
.footer .list-group .list-group-item {
  background-color: transparent;
  padding: 0px;
  border: transparent;
  line-height: 1.9;
}

/* line 10, app/assets/stylesheets/theme/components/_footer.scss */
.footer .list-group .list-group-item .list-group-item-link {
  color: var(--bs-body-color);
  font-weight: 400;
}

/* line 13, app/assets/stylesheets/theme/components/_footer.scss */
.footer .list-group .list-group-item .list-group-item-link:hover {
  color: var(--bs-gray-300);
}

/* line 3, app/assets/stylesheets/theme/components/_img-overlay.scss */
.img-overlay {
  position: relative;
  transition: 0.5s ease;
}

/* line 6, app/assets/stylesheets/theme/components/_img-overlay.scss */
.img-overlay .caption {
  transition: 0.5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* line 16, app/assets/stylesheets/theme/components/_img-overlay.scss */
.img-overlay:hover .btn {
  color: var(--bs-dark);
  background-color: var(--bs-white);
  border-color: var(--bs-white);
}

/* line 25, app/assets/stylesheets/theme/components/_img-overlay.scss */
.bg-overlay {
  background: linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%);
}

/* line 3, app/assets/stylesheets/theme/components/_shape.scss */
.bg-shape {
  position: relative;
}

/* line 5, app/assets/stylesheets/theme/components/_shape.scss */
.bg-shape:after {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -15px;
  height: 62px;
  width: 100%;
  content: "";
  background-position-x: center;
}

/* line 19, app/assets/stylesheets/theme/components/_shape.scss */
.top-shape {
  position: relative;
}

/* line 21, app/assets/stylesheets/theme/components/_shape.scss */
.top-shape:after {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: -36px;
  height: 90px;
  width: 100%;
  content: "";
  background-position-x: center;
}

/* line 35, app/assets/stylesheets/theme/components/_shape.scss */
.bottom-shape {
  position: relative;
}

/* line 37, app/assets/stylesheets/theme/components/_shape.scss */
.bottom-shape:after {
  position: absolute;
  background: url(https://d1f92lrsd41duk.cloudfront.net/../images/curve-shape-bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  height: 77px;
  width: 100%;
  content: "";
  background-position-x: center;
}

/* line 51, app/assets/stylesheets/theme/components/_shape.scss */
.bg-pattern {
  position: relative;
}

/* line 53, app/assets/stylesheets/theme/components/_shape.scss */
.bg-pattern:before {
  position: absolute;
  background: url(https://d1f92lrsd41duk.cloudfront.net/../images/pattern-2.svg);
  background-size: cover;
  background-repeat: repeat;
  top: 0px;
  height: 100%;
  width: 100%;
  content: "";
  opacity: .5;
  background-position-x: center;
}

/* line 68, app/assets/stylesheets/theme/components/_shape.scss */
.left-slant-shape {
  position: relative;
}

/* line 70, app/assets/stylesheets/theme/components/_shape.scss */
.left-slant-shape:before {
  position: absolute;
  background: url(https://d1f92lrsd41duk.cloudfront.net/../images/rectangle-top-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  height: 100px;
  width: 100%;
  content: "";
  background-position-x: center;
}

/* line 84, app/assets/stylesheets/theme/components/_shape.scss */
.right-slant-shape {
  position: relative;
}

/* line 86, app/assets/stylesheets/theme/components/_shape.scss */
.right-slant-shape:after {
  position: absolute;
  background: url(https://d1f92lrsd41duk.cloudfront.net/../images/rectangle-bottom-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0px;
  height: 80px;
  width: 100%;
  content: "";
  background-position-x: center;
}

/* line 2, app/assets/stylesheets/theme/components/_navbar-scroll.scss */
.navbar-scroll {
  padding: 20px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}

/* line 7, app/assets/stylesheets/theme/components/_navbar-scroll.scss */
.navbar-scroll ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  line-height: 1;
}

/* line 13, app/assets/stylesheets/theme/components/_navbar-scroll.scss */
.navbar-scroll ul li {
  display: inline-block;
  flex: 0 0 auto;
}

/* line 16, app/assets/stylesheets/theme/components/_navbar-scroll.scss */
.navbar-scroll ul li a {
  color: var(--bs-dark);
  padding: 0px;
  margin: 0px 32px 0px 0px;
  font-weight: 600;
}

/* line 21, app/assets/stylesheets/theme/components/_navbar-scroll.scss */
.navbar-scroll ul li a.active {
  color: var(--bs-primary);
  border-bottom: 1px solid var(--bs-primary);
}

/* line 25, app/assets/stylesheets/theme/components/_navbar-scroll.scss */
.navbar-scroll ul li a:hover {
  color: var(--bs-primary);
  border-bottom: 1px solid var(--bs-primary);
}

/* line 4, app/assets/stylesheets/theme/components/_nav.scss */
.nav-pills.nav-pills-border .nav-item .nav-link {
  border: 1px solid var(--bs-gray-200);
  border-radius: 4px;
  margin-right: -1px;
}

/* line 8, app/assets/stylesheets/theme/components/_nav.scss */
.nav-pills.nav-pills-border .nav-item .nav-link.active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

/* line 20, app/assets/stylesheets/theme/components/_nav.scss */
.custom-pill .nav-pills .nav-item .nav-link {
  border-bottom: 3px solid transparent;
  border-radius: 0px;
  padding-bottom: 20px;
}

/* line 24, app/assets/stylesheets/theme/components/_nav.scss */
.custom-pill .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid var(--bs-primary);
  padding-bottom: 20px;
}

/* line 32, app/assets/stylesheets/theme/components/_nav.scss */
.custom-pill .tab-content {
  background-color: var(--bs-light-warning);
  padding: 30px;
  border-radius: 0px 0px 4px 4px;
}

/* line 42, app/assets/stylesheets/theme/components/_nav.scss */
.nav-footer-links .nav .nav-item .nav-link {
  font-size: 12px;
  color: var(--bs-gray-900);
  padding: 2px 8px;
}

/* line 46, app/assets/stylesheets/theme/components/_nav.scss */
.nav-footer-links .nav .nav-item .nav-link:hover {
  color: var(--bs-primary);
}

/* line 57, app/assets/stylesheets/theme/components/_nav.scss */
.nav-simple .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: var(--bs-dark);
}

/* line 63, app/assets/stylesheets/theme/components/_nav.scss */
.nav-simple .navbar-nav .dropdown-toggle::after {
  font-family: "Feather" !important;
  content: "\e92e";
  border: 0;
  vertical-align: top;
  margin-left: 0px;
}

/* line 3, app/assets/stylesheets/theme/components/_card.scss */
.card-img-left {
  border-radius: 0.25rem 0.25rem 0 0;
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/theme/components/_card.scss */
  .card-img-left {
    border-radius: 0.25rem 0 0 0.25rem;
  }
}

/* line 4, app/assets/stylesheets/theme/components/_type.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.03rem;
}

/* line 2, app/assets/stylesheets/theme/components/_dashboard-nav.scss */
.dashboard-nav {
  padding: 0rem;
  border-radius: 0.3rem;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray-200);
}

@media (max-width: 576px) {
  /* line 2, app/assets/stylesheets/theme/components/_dashboard-nav.scss */
  .dashboard-nav {
    padding: 1rem 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 2, app/assets/stylesheets/theme/components/_dashboard-nav.scss */
  .dashboard-nav {
    border-radius: 0rem 0rem 0.3rem 0.3rem;
    border-top: 1px solid var(--bs-gray-200);
    padding: 1rem 1.5rem;
  }
}

/* line 16, app/assets/stylesheets/theme/components/_dashboard-nav.scss */
.dashboard-nav .navbar-nav .heading {
  text-transform: uppercase;
  color: var(--bs-gray-900);
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 10px;
}

/* line 25, app/assets/stylesheets/theme/components/_dashboard-nav.scss */
.dashboard-nav .navbar-nav .nav-item {
  margin-bottom: 2px;
}

/* line 27, app/assets/stylesheets/theme/components/_dashboard-nav.scss */
.dashboard-nav .navbar-nav .nav-item.active {
  color: var(--bs-primary) !important;
}

/* line 30, app/assets/stylesheets/theme/components/_dashboard-nav.scss */
.dashboard-nav .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 0.3rem 0rem !important;
  font-weight: 500;
  color: var(--bs-gray-600) !important;
  position: relative;
}

/* line 36, app/assets/stylesheets/theme/components/_dashboard-nav.scss */
.dashboard-nav .navbar-nav .nav-item .nav-link i {
  position: relative;
  top: 1px;
}

/* line 40, app/assets/stylesheets/theme/components/_dashboard-nav.scss */
.dashboard-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--bs-primary);
}

/* line 45, app/assets/stylesheets/theme/components/_dashboard-nav.scss */
.dashboard-nav .navbar-nav .active > .nav-link {
  color: var(--bs-primary) !important;
}

/* line 1, app/assets/stylesheets/theme/components/_dropdown.scss */
.dropdown-menu-lg {
  min-width: 22rem !important;
  border-radius: 0.25rem;
}

/* line 6, app/assets/stylesheets/theme/components/_dropdown.scss */
.dropdown-menu-md {
  min-width: 16rem !important;
  border-radius: 0.25rem;
}

/* line 11, app/assets/stylesheets/theme/components/_dropdown.scss */
.dropdown-menu {
  top: 36px;
  margin: 5px 0px;
  padding: 0.7rem 0rem;
  border: none;
  min-width: 12rem;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  border-radius: 0.25rem;
}

/* line 20, app/assets/stylesheets/theme/components/_dropdown.scss */
.dropdown-menu .dropdown-item {
  font-weight: 600;
}

/* line 25, app/assets/stylesheets/theme/components/_dropdown.scss */
.dropdown-menu-center {
  position: absolute;
}

/* line 3, app/assets/stylesheets/theme/components/_reboot.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 5, app/assets/stylesheets/theme/components/_table.scss */
.table thead th {
  font-size: 13px;
  line-height: 26px;
}

/* line 4, app/assets/stylesheets/theme/components/_social-btn.scss */
.social-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

/* line 14, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-round {
  border-radius: 50% !important;
}

/* line 19, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-facebook:hover {
  background-color: #3b5998;
  color: #fff;
  border-color: #3b5998;
}

/* line 25, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-twitter:hover {
  background-color: #1da1f2;
  color: #fff;
  border-color: #1da1f2;
}

/* line 31, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-instagram:hover {
  background-color: #5851db;
  color: #fff;
  border-color: #5851db;
}

/* line 37, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-google:hover {
  background-color: #ea4335;
  color: #fff;
  border-color: #ea4335;
}

/* line 43, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-linkedin:hover {
  background-color: #0077b5;
  color: #fff;
  border-color: #0077b5;
}

/* line 49, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-pinterest:hover {
  background-color: #bd081c;
  color: #fff;
  border-color: #bd081c;
}

/* line 55, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-tumblr:hover {
  background-color: #35465c;
  color: #fff;
  border-color: #35465c;
}

/* line 61, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-behance:hover {
  background-color: #1769ff;
  color: #fff;
  border-color: #1769ff;
}

/* line 67, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-dribbble:hover {
  background-color: #ea4c89;
  color: #fff;
  border-color: #ea4c89;
}

/* line 73, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-vk:hover {
  background-color: #45668e;
  color: #fff;
  border-color: #45668e;
}

/* line 79, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-odnoklassniki:hover {
  background-color: #ed812b;
  color: #fff;
  border-color: #ed812b;
}

/* line 85, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-skype:hover {
  background-color: #00aff0;
  color: #fff;
  border-color: #00aff0;
}

/* line 91, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-hangouts:hover {
  background-color: #0f9d58;
  color: #fff;
  border-color: #0f9d58;
}

/* line 97, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-youtube:hover {
  background-color: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

/* line 103, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-figma:hover {
  background-color: #a259ff;
  color: #fff;
  border-color: #a259ff;
}

/* line 109, app/assets/stylesheets/theme/components/_social-btn.scss */
.sb-github:hover {
  background-color: #4078c0;
  color: #fff;
  border-color: #4078c0;
}

/* Code blocks */
/* line 4, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
pre[class*="language-"] {
  padding: 1em;
  overflow: auto;
  margin-bottom: 0px;
  border-radius: 0.5rem !important;
}

/* line 10, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: var(--bs-gray-900);
}

/* line 15, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
div.code-toolbar {
  position: relative;
}

/* line 17, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
div.code-toolbar > .toolbar {
  position: absolute;
  top: 0.3em;
  right: 0.2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

/* line 24, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
div.code-toolbar:hover > .toolbar, div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

/* line 28, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
div.code-toolbar > .toolbar > .toolbar-item {
  display: inline-block;
}

/* line 31, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
div.code-toolbar > .toolbar > .toolbar-item > a {
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
div.code-toolbar > .toolbar > .toolbar-item > button {
  background: none;
  border: 0;
  color: var(--bs-gray-900);
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
}

/* line 43, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
  color: var(--bs-gray-900);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: var(--bs-gray-300);
  font-weight: 600;
  border-radius: 0.25rem;
}

/* line 54, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
div.code-toolbar > .toolbar > .toolbar-item > a:hover, div.code-toolbar > .toolbar > .toolbar-item > a:focus {
  color: var(--bs-gray-900);
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
div.code-toolbar > .toolbar > .toolbar-item > button:hover, div.code-toolbar > .toolbar > .toolbar-item > button:focus {
  color: var(--bs-gray-900);
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/theme/vendor/prismjs/_prism.scss */
div.code-toolbar > .toolbar > .toolbar-item > span:hover, div.code-toolbar > .toolbar > .toolbar-item > span:focus {
  color: inherit;
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/theme/vendor/litepick/_litepick.scss */
:root {
  --litepicker-container-months-color-bg: #fff;
  --litepicker-container-months-box-shadow-color: #D5D4D9;
  --litepicker-footer-color-bg: #F4F4F5;
  --litepicker-footer-box-shadow-color: #D5D4D9;
  --litepicker-tooltip-color-bg: #fff;
  --litepicker-month-header-color: #261F44;
  --litepicker-button-prev-month-color: #6F6985;
  --litepicker-button-next-month-color: #6F6985;
  --litepicker-button-prev-month-color-hover: #672EBB;
  --litepicker-button-next-month-color-hover: #672EBB;
  --litepicker-month-width: calc(var(--litepicker-day-width) * 7);
  --litepicker-month-weekday-color: #6F6985;
  --litepicker-month-week-number-color: #6F6985;
  --litepicker-day-width: 38px;
  --litepicker-day-color: #261F44;
  --litepicker-day-color-hover: #FF5938;
  --litepicker-is-today-color: #FF5938;
  --litepicker-is-in-range-color: #bbb9cc;
  --litepicker-is-locked-color: #6F6985;
  --litepicker-is-start-color: #fff;
  --litepicker-is-start-color-bg: #672EBB;
  --litepicker-is-end-color: #fff;
  --litepicker-is-end-color-bg: #672EBB;
  --litepicker-button-cancel-color: #fff;
  --litepicker-button-cancel-color-bg: #6F6985;
  --litepicker-button-apply-color: #fff;
  --litepicker-button-apply-color-bg: #672EBB;
  --litepicker-button-reset-color: #565266;
  --litepicker-button-reset-color-hover: #672EBB;
  --litepicker-highlighted-day-color: #261F44;
  --litepicker-highlighted-day-color-bg: #ffc107;
}

/* line 3, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
#mapid {
  height: 300px;
}

/* line 7, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
}

/* line 12, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-pane > svg {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 16, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-pane > svg path {
  pointer-events: none;
}

/* line 19, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 24, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-pane > canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 31, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tile {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: inherit;
  visibility: hidden;
}

/* line 41, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* line 46, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-marker-icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  pointer-events: none;
}

/* line 58, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-marker-shadow {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  pointer-events: none;
}

/* line 70, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tile-container {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 77, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* line 90, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 97, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 103, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  background: var(--bs-gray-200);
  outline: 0;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 110, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

/* line 116, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container .leaflet-marker-pane img {
  max-width: none !important;
  max-height: none !important;
}

/* line 122, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container .leaflet-shadow-pane img {
  max-width: none !important;
  max-height: none !important;
}

/* line 128, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container .leaflet-tile-pane img {
  max-width: none !important;
  max-height: none !important;
}

/* line 133, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}

/* line 137, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

/* line 141, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  color: #0d6efd;
}

/* line 145, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

/* line 148, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container .leaflet-control-attribution {
  background: var(--bs-white);
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 11px;
}

/* line 154, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

/* line 157, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: var(--bs-gray-900);
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

/* line 171, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container a.leaflet-popup-close-button:hover {
  color: var(--bs-dark);
}

/* line 178, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* line 181, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

/* line 188, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

/* line 193, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom;
}

/* line 199, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

/* line 204, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tile-loaded {
  visibility: inherit;
}

/* line 208, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-overlay-pane {
  z-index: 400;
}

/* line 209, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* line 215, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tile-pane {
  z-index: 200;
}

/* line 219, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-shadow-pane {
  z-index: 500;
}

/* line 223, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-marker-pane {
  z-index: 600;
}

/* line 227, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip-pane {
  z-index: 650;
}

/* line 231, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-popup-pane {
  z-index: 700;
  cursor: auto;
}

/* line 237, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-map-pane canvas {
  z-index: 100;
}

/* line 240, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-map-pane svg {
  z-index: 200;
}

/* line 245, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

/* line 250, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* line 256, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  float: left;
  clear: both;
  cursor: auto;
}

/* line 266, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  top: 0;
}

/* line 271, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

/* line 276, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  bottom: 0;
}

/* line 281, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

/* line 284, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* line 289, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-right {
  right: 0;
}

/* line 291, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}

/* line 297, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-left {
  left: 0;
}

/* line 299, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* line 302, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

/* line 308, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

/* line 311, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

/* line 318, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

/* line 324, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-zoom-animated {
  transform-origin: 0 0;
}

/* line 331, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

/* line 337, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-zoom-anim .leaflet-tile {
  transition: none;
}

/* line 342, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* line 348, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

/* line 355, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-interactive {
  cursor: pointer;
}

/* line 359, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-grab {
  cursor: grab;
}

/* line 365, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-crosshair {
  cursor: crosshair;
}

/* line 367, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

/* line 373, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-dragging .leaflet-grab {
  cursor: move;
  cursor: grabbing;
}

/* line 378, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-dragging .leaflet-grab .leaflet-interactive {
  cursor: move;
  cursor: grabbing;
}

/* line 385, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* line 393, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-marker-icon.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 398, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-image-layer.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 404, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 410, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

/* line 413, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-bar a {
  background-color: var(--bs-white);
  border-bottom: 1px solid var(--bs-gray-200);
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--bs-dark);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

/* line 426, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-bar a:hover {
  background-color: var(--bs-white);
  border-bottom: 1px solid var(--bs-gray-200);
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--bs-dark);
  background-color: var(--bs-gray-100);
}

/* line 438, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 442, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

/* line 448, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: var(--bs-gray-100);
  color: var(--bs-gray-400);
}

/* line 455, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/images/layers.png);
  width: 36px;
  height: 36px;
}

/* line 465, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-touch .leaflet-bar {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* line 466, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 470, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 474, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 483, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

/* line 486, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* line 489, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

/* line 493, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-touch .leaflet-control-attribution {
  box-shadow: none;
}

/* line 496, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* line 503, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-zoom-in {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

/* line 508, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

/* line 513, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: var(--bs-white);
  border-radius: 5px;
}

/* line 517, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}

/* line 520, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-layers label {
  display: block;
}

/* line 526, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/images/layers-2x.png);
  background-size: 26px 26px;
}

/* line 532, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: var(--bs-dark);
  background: var(--bs-white);
}

/* line 533, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

/* line 536, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* line 545, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

/* line 551, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

/* line 557, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid var(--bs-gray-200);
  margin: 5px -10px 5px -6px;
}

/* line 563, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-default-icon-path {
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/images/marker-icon.png);
}

/* line 567, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-attribution {
  padding: 0 5px;
  color: var(--bs-dark);
}

/* line 570, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-attribution a {
  text-decoration: none;
}

/* line 572, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

/* line 578, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-scale-line {
  padding: 0 5px;
  color: var(--bs-dark);
  border: 2px solid var(--bs-gray-200);
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: var(--bs-white);
  background: rgba(255, 255, 255, 0.5);
}

/* line 592, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid var(--bs-gray-200);
  border-bottom: none;
  margin-top: -2px;
}

/* line 596, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid var(--bs-gray-200);
}

/* line 602, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
  width: 240px;
}

/* line 609, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-popup-content-wrapper {
  padding: 0px;
  text-align: left;
  border-radius: 12px;
  background: white;
  color: var(--bs-dark);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/* line 618, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-popup-content {
  margin: 0px;
  line-height: 1.4;
}

/* line 621, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-popup-content p {
  margin: 18px 0;
}

/* line 626, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
  bottom: -20px;
}

/* line 637, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
  background: white;
  color: var(--bs-dark);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/* line 651, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid var(--bs-gray-200);
  border-top: 1px solid var(--bs-gray-200);
}

/* line 658, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
  border: 1px solid #999;
}

/* line 662, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  border: 1px solid #999;
}

/* line 667, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 670, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-oldie .leaflet-control-zoom {
  border: 1px solid #999;
}

/* line 673, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-oldie .leaflet-control-layers {
  border: 1px solid #999;
}

/* line 678, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-div-icon {
  background: var(--bs-white);
  border: 1px solid #666;
}

/* line 683, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-white);
  border-radius: 3px;
  color: var(--bs-dark);
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* line 699, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

/* line 704, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip-top {
  margin-top: -6px;
}

/* line 705, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip-top:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: var(--bs-white);
}

/* line 720, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

/* line 721, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip-bottom:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  left: 50%;
  margin-left: -6px;
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: var(--bs-white);
}

/* line 737, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip-left {
  margin-left: -6px;
}

/* line 738, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip-left:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 0;
  margin-right: -12px;
  border-left-color: var(--bs-white);
}

/* line 753, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip-right {
  margin-left: 6px;
}

/* line 754, app/assets/stylesheets/theme/vendor/leaflet/_leaflet.scss */
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  top: 50%;
  margin-top: -6px;
  left: 0;
  margin-left: -12px;
  border-right-color: var(--bs-white);
}

/* line 5, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs--flat .irs-line {
  background-color: var(--bs-gray-200);
  height: 3px;
  top: 30px;
}

/* line 10, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs--flat .irs-bar {
  height: 3px;
  background-color: var(--bs-primary);
  top: 30px;
}

/* line 15, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 18px;
  height: 100%;
  margin-left: -1px;
  background-color: var(--bs-white);
  border-radius: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 27, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: var(--bs-primary);
}

/* line 31, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: var(--bs-dark);
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 5px 9px;
  background-color: transparent;
  border: 1px solid var(--bs-gray-200);
  border-radius: 4px;
  margin-left: 7px;
}

/* line 44, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

/* line 49, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

/* line 53, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs--flat .irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 18px;
  background: var(--bs-gray-200);
}

/* line 61, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs--flat .irs-grid-pol.small {
  height: 9px;
}

/* line 64, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs--flat .irs-grid-text {
  position: absolute;
  bottom: -7px;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 0px 3px;
  color: var(--bs-gray-600);
}

/* line 77, app/assets/stylesheets/theme/vendor/ion-ranger/_ion-ranger.scss */
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: -12px;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

/* Inputmask */
@keyframes blink {
  from,
to {
    border-right-color: var(--bs-gray-900);
  }
  50% {
    border-right-color: transparent;
  }
}

/* line 13, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
mark.im-caret, .im-caret.mark {
  animation: 1s blink step-end infinite !important;
}

/* line 17, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
mark.im-caret-select, .im-caret-select.mark {
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 21, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
span.im-static {
  color: var(--bs-gray-400);
}

/* line 25, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
div.im-colormask {
  display: inline-block;
  border-style: inset;
  border-width: 2px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  cursor: text;
}

/* line 31, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
div.im-colormask > input {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  -webkit-appearance: caret;
     -moz-appearance: caret;
          appearance: caret;
  border-style: none;
  left: 0;
}

/* line 43, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
div.im-colormask > input:-webkit-autofill {
  position: absolute !important;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: transparent;
  text-shadow: none;
  -webkit-appearance: caret;
          appearance: caret;
  border-style: none;
  left: 0;
}

/* line 55, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: #faffbd;
}

/* line 59, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
div.im-colormask > input:focus {
  outline: none;
}

/* line 62, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input::selection {
  background: none;
}

/* line 65, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
div.im-colormask > input::-moz-selection {
  background: none;
}

/* line 69, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
div.im-colormask > div {
  color: #000;
  display: inline-block;
  width: 100px;
}

/* line 76, app/assets/stylesheets/theme/vendor/inputmask/_inputmask.scss */
[im-insert="false"] {
  caret-color: var(--bs-danger);
  caret-shape: block;
}

/* line 1, app/assets/stylesheets/theme/vendor/plyr/_plyr.scss */
.plyr {
  border-radius: 0.5rem;
  height: 250px;
}

/* line 5, app/assets/stylesheets/theme/vendor/plyr/_plyr.scss */
.plyr.plyr--video:hover .plyr__controls {
  display: flex;
}

/* line 10, app/assets/stylesheets/theme/vendor/plyr/_plyr.scss */
.plyr__poster {
  background-size: cover;
}

/* line 14, app/assets/stylesheets/theme/vendor/plyr/_plyr.scss */
.plyr--video .plyr__controls {
  display: none;
}

/* line 17, app/assets/stylesheets/theme/vendor/plyr/_plyr.scss */
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, vendor/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 16, app/assets/stylesheets/colors.scss */
.green-color {
  color: #b3e1e1;
}

/* line 3, app/assets/stylesheets/homepage/breed_section.scss */
.pages.index {
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
}

/* line 4, app/assets/stylesheets/homepage/breed_section.scss */
.pages.index .custom-col {
  padding: 11px !important;
}

/* line 8, app/assets/stylesheets/homepage/breed_section.scss */
.pages.index .object-position-50 {
  -o-object-position: 50%;
     object-position: 50%;
}

/* line 12, app/assets/stylesheets/homepage/breed_section.scss */
.pages.index .object-position-75 {
  -o-object-position: 75%;
     object-position: 75%;
}

/* line 16, app/assets/stylesheets/homepage/breed_section.scss */
.pages.index .object-position-100 {
  -o-object-position: 100%;
     object-position: 100%;
}

/* line 20, app/assets/stylesheets/homepage/breed_section.scss */
.pages.index .homepage-demo-puppy-pill-btn.active {
  color: #0A0A27 !important;
  background-color: white !important;
}

@media (max-width: 576px) {
  /* line 26, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-pill-btn {
    display: inline-block;
    width: 175px !important;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    border: 2px var(--border-style) #0A0A27 !important;
  }
  /* line 35, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-section {
    border-radius: 16px;
    height: 190px;
    width: 100%;
  }
  /* line 41, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-1 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 190px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 35%;
       object-position: 35%;
  }
  /* line 50, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-2 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 165px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 59, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-3 {
    border-radius: 16px;
    height: 165px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 67, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-4 {
    border-radius: 16px;
    height: 160px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 75, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-show-breed-item {
    display: block;
  }
  /* line 79, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-hide-breed-item {
    display: none;
  }
  /* line 83, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .puppy-name-tag {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white !important;
  }
}

@media (min-width: 576px) {
  /* line 97, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-pill-btn {
    display: inline-block;
    width: 175px !important;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    border: 2px var(--border-style) #0A0A27 !important;
  }
  /* line 106, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-section {
    border-radius: 16px;
    height: 190px;
    width: 100%;
  }
  /* line 112, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-1 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 190px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 120, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-2 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 165px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 129, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-3 {
    border-radius: 16px;
    height: 165px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 137, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-4 {
    border-radius: 16px;
    height: 160px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 145, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-show-breed-item {
    display: block;
  }
  /* line 149, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-hide-breed-item {
    display: none;
  }
  /* line 153, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .puppy-name-tag {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white !important;
  }
}

@media (min-width: 768px) {
  /* line 167, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-pill-btn {
    display: inline-block;
    width: 135px !important;
    padding: 10px 10px;
    font-size: 10px;
    font-weight: 600;
    border: 2px var(--border-style) #0A0A27 !important;
  }
  /* line 176, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-section {
    border-radius: 16px;
    height: 190px;
    width: 100%;
  }
  /* line 182, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-1 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 190px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 190, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-2 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 212px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 199, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-3 {
    border-radius: 16px;
    height: 260px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 207, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-4 {
    border-radius: 16px;
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 215, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-show-breed-item {
    display: block;
  }
  /* line 219, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-hide-breed-item {
    display: none;
  }
  /* line 223, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .puppy-name-tag {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white !important;
  }
}

@media (min-width: 992px) {
  /* line 236, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-pill-btn {
    display: inline-block;
    width: 175px !important;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 600;
    border: 2px var(--border-style) #0A0A27 !important;
  }
  /* line 245, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-section {
    border-radius: 16px;
    height: 350px;
    width: 100%;
  }
  /* line 251, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-1 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 259, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-2 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 212px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 268, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-3 {
    border-radius: 16px;
    height: 260px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 276, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-4 {
    border-radius: 16px;
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 284, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-show-breed-item {
    display: none;
  }
  /* line 288, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-hide-breed-item {
    display: block;
  }
  /* line 292, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .puppy-name-tag {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white !important;
  }
}

@media (min-width: 1200px) {
  /* line 304, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-pill-btn {
    display: inline-block;
    width: 175px !important;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 600;
    border: 2px var(--border-style) #0A0A27 !important;
  }
  /* line 313, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-section {
    border-radius: 16px;
    height: 350px;
    width: 100%;
  }
  /* line 319, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-1 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 327, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-2 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 212px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 336, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-3 {
    border-radius: 16px;
    height: 260px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 344, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-4 {
    border-radius: 16px;
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 352, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-show-breed-item {
    display: none;
  }
  /* line 356, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-hide-breed-item {
    display: block;
  }
  /* line 360, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .puppy-name-tag {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white !important;
  }
}

@media (min-width: 1400px) {
  /* line 372, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-pill-btn {
    display: inline-block;
    width: 175px !important;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 600;
    border: 2px var(--border-style) #0A0A27 !important;
  }
  /* line 381, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-section {
    border-radius: 16px;
    height: 350px;
    width: 100%;
  }
  /* line 387, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-1 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 395, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-2 {
    filter: brightness(80%);
    border-radius: 16px;
    height: 212px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 404, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-3 {
    border-radius: 16px;
    height: 260px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 412, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .homepage-demo-puppy-image-4 {
    border-radius: 16px;
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }
  /* line 420, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-show-breed-item {
    display: none;
  }
  /* line 424, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .mobile-hide-breed-item {
    display: block;
  }
  /* line 428, app/assets/stylesheets/homepage/breed_section.scss */
  .pages.index .puppy-name-tag {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white !important;
  }
}

/* line 1, app/assets/stylesheets/homepage/custom.scss */
.fw-bold {
  font-weight: 800 !important;
}

/* line 5, app/assets/stylesheets/homepage/custom.scss */
.homepage-btn-lg {
  padding: 10px 10px;
  font-size: 1.5rem;
  border-radius: 10px;
  font-weight: 900;
  border: 5px var(--border-style) white !important;
}

/* line 13, app/assets/stylesheets/homepage/custom.scss */
.homepage-btn-lg-1 {
  padding: 15px 35px;
  font-size: 1.5rem;
  border-radius: 10px;
  font-weight: 900;
  border: 5px var(--border-style) white !important;
}

/* line 21, app/assets/stylesheets/homepage/custom.scss */
.homepage-how-it-work-icon {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 28, app/assets/stylesheets/homepage/custom.scss */
.homepage-custom-image {
  height: 300px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 36, app/assets/stylesheets/homepage/custom.scss */
.homepage-blog-custom-image {
  height: 300px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 46, app/assets/stylesheets/homepage/custom.scss */
.puppy-applications-image {
  height: 300px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 54, app/assets/stylesheets/homepage/custom.scss */
.homepage-avatar-image {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 62, app/assets/stylesheets/homepage/custom.scss */
.index-page-avatar-image {
  weight: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 71, app/assets/stylesheets/homepage/custom.scss */
.homepage-hero-image {
  max-width: 100%;
  height: auto;
}

/* line 76, app/assets/stylesheets/homepage/custom.scss */
.homepage-hero-round {
  border-radius: 57% 43% 30% 70% / 55% 68% 32% 45%;
}

/* line 80, app/assets/stylesheets/homepage/custom.scss */
.homepage-hero-round-1 {
  border-radius: 74% 26% 37% 63% / 73% 30% 70% 27%;
}

/* line 85, app/assets/stylesheets/homepage/custom.scss */
.carousel-control-prev-icon::after {
  content: '';
}

/* line 90, app/assets/stylesheets/homepage/custom.scss */
.carousel-control-next-icon::after {
  content: '';
}

/* line 95, app/assets/stylesheets/homepage/custom.scss */
.homepage-card {
  min-height: 200px;
  max-height: auto;
}

/* line 100, app/assets/stylesheets/homepage/custom.scss */
.img-fluid {
  min-height: 300px;
  max-height: auto;
}

/* line 105, app/assets/stylesheets/homepage/custom.scss */
.select-option {
  height: 80px !important;
}

/* line 109, app/assets/stylesheets/homepage/custom.scss */
.select-option-icon-container {
  width: 50px;
}

/* line 113, app/assets/stylesheets/homepage/custom.scss */
.select-option-icon {
  height: 50px;
  width: 50px;
}

/* line 119, app/assets/stylesheets/homepage/custom.scss */
.form-outline {
  height: 50px;
}

/* line 123, app/assets/stylesheets/homepage/custom.scss */
.select-arrow {
  top: 15px;
}

/* line 127, app/assets/stylesheets/homepage/custom.scss */
.select-filter-input {
  height: 50px !important;
}

/* line 131, app/assets/stylesheets/homepage/custom.scss */
.select-dropdown-container {
  margin-top: 30px !important;
}

@media (min-width: 992px) {
  /* line 136, app/assets/stylesheets/homepage/custom.scss */
  .modal-lg, .modal-xl {
    max-width: 100%;
  }
}

/* line 141, app/assets/stylesheets/homepage/custom.scss */
.description-section {
  position: relative;
  height: 300px;
}

/* line 146, app/assets/stylesheets/homepage/custom.scss */
.breeder-breed-section {
  height: 50px;
}

/* line 150, app/assets/stylesheets/homepage/custom.scss */
.description-section-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 600px) {
  /* line 158, app/assets/stylesheets/homepage/custom.scss */
  .header-main-logo {
    display: none;
  }
}

/* line 163, app/assets/stylesheets/homepage/custom.scss */
.spacer {
  width: 50%;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  box-sizing: border-box;
  align-content: center;
}

/* line 1, app/assets/stylesheets/homepage/doggo_homepage.scss */
.nav-bar-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 80%;
  /* 12.8px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* line 10, app/assets/stylesheets/homepage/doggo_homepage.scss */
.nav-bar-sub-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 80%;
  /* 12.8px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  /* line 21, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-text {
    margin-top: 16px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  /* line 29, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-secondary-text {
    width: 80% !important;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 38, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-link-text {
    margin-top: 16px;
    ffont-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}

@media (min-width: 576px) {
  /* line 48, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-text {
    margin-top: 16px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  /* line 56, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-secondary-text {
    width: 80% !important;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 65, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-link-text {
    margin-top: 16px;
    ffont-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-text {
    margin-top: 16px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  /* line 83, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-secondary-text {
    width: 80% !important;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 92, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-link-text {
    margin-top: 16px;
    ffont-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}

@media (min-width: 992px) {
  /* line 102, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-text {
    margin-top: 16px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  /* line 110, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-secondary-text {
    width: 80% !important;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 119, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-link-text {
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}

@media (min-width: 1200px) {
  /* line 129, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-text {
    margin-top: 16px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  /* line 137, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-secondary-text {
    width: 80% !important;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 146, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-link-text {
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}

@media (min-width: 1400px) {
  /* line 156, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-text {
    margin-top: 16px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  /* line 164, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-secondary-text {
    width: 80% !important;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 173, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #badge-section .badge-link-text {
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}

/* line 184, app/assets/stylesheets/homepage/doggo_homepage.scss */
#featured-puppies-section .puppy-item-section {
  width: 275px;
}

/* line 188, app/assets/stylesheets/homepage/doggo_homepage.scss */
#featured-puppies-section .homepage-featured-background {
  position: relative;
  top: 530px;
  margin-top: -530px !important;
  margin: auto;
}

/* line 195, app/assets/stylesheets/homepage/doggo_homepage.scss */
#featured-puppies-section .homepage-puppy-list {
  position: relative;
  top: 350px;
}

/* line 200, app/assets/stylesheets/homepage/doggo_homepage.scss */
#featured-puppies-section .view-all-puppies-btn {
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/badges/hexagon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 125px;
  height: 150px;
}

/* line 208, app/assets/stylesheets/homepage/doggo_homepage.scss */
#featured-puppies-section .view-all-puppies-btn:hover {
  filter: brightness(90%) !important;
}

/* line 212, app/assets/stylesheets/homepage/doggo_homepage.scss */
#featured-puppies-section .view-all-puppy-text {
  font-size: 17px;
  font-weight: 350;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  /* line 219, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-featured-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/featured.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 260px;
  }
  /* line 227, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-pups-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/pups.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
    height: 130px;
    margin-top: 300px !important;
  }
  /* line 236, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-puppy-list {
    margin-bottom: 100px;
  }
}

@media (min-width: 576px) {
  /* line 242, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-featured-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/featured.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 260px;
  }
  /* line 250, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-pups-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/pups.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
    height: 130px;
    margin-top: 300px !important;
  }
  /* line 259, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-puppy-list {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  /* line 265, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-featured-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/featured.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 260px;
  }
  /* line 273, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-pups-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/pups.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
    height: 130px;
    margin-top: 300px !important;
  }
  /* line 282, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-puppy-list {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  /* line 288, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-featured-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/featured.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1024px;
    height: 400px;
  }
  /* line 296, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-pups-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/pups.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 580px;
    height: 300px;
    margin-top: 250px !important;
  }
}

@media (min-width: 1200px) {
  /* line 307, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-featured-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/featured.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1024px;
    height: 400px;
  }
  /* line 315, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-pups-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/pups.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 580px;
    height: 300px;
    margin-top: 250px !important;
  }
}

@media (min-width: 1400px) {
  /* line 326, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-featured-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/featured.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1024px;
    height: 400px;
  }
  /* line 334, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #featured-puppies-section .homepage-pups-background {
    background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/pups.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 580px;
    height: 300px;
    margin-top: 250px !important;
  }
}

/* line 346, app/assets/stylesheets/homepage/doggo_homepage.scss */
#featured-breeder-section .breeder-item-section {
  width: 275px;
}

/* line 350, app/assets/stylesheets/homepage/doggo_homepage.scss */
#featured-breeder-section .view-all-breeders-btn {
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/doggo/badges/hexagon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 125px;
  height: 150px;
}

/* line 358, app/assets/stylesheets/homepage/doggo_homepage.scss */
#featured-breeder-section .view-all-breeders-btn:hover {
  filter: brightness(90%) !important;
}

/* line 362, app/assets/stylesheets/homepage/doggo_homepage.scss */
#featured-breeder-section .view-all-breeder-text {
  font-size: 16px;
  font-weight: 350;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  /* line 371, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-main-text {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
  }
  /* line 378, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-secondary-text {
    margin-top: 20px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 386, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-content {
    position: relative;
    z-index: 2;
    margin-bottom: 50% !important;
  }
  /* line 392, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 80px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  /* line 403, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-main-text {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
  }
  /* line 410, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-secondary-text {
    margin-top: 20px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 418, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-content {
    position: relative;
    z-index: 2;
    margin-bottom: 50% !important;
  }
  /* line 424, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 50px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  /* line 435, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-main-text {
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
  }
  /* line 442, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-secondary-text {
    margin-top: 28px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 450, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-content {
    position: relative;
    z-index: 2;
    margin-bottom: 20% !important;
  }
  /* line 456, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-holder {
    position: relative;
    background-color: black;
    height: 108vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  /* line 467, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-main-text {
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
  }
  /* line 474, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-secondary-text {
    margin-top: 28px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 482, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-content {
    position: relative;
    z-index: 2;
    margin-bottom: 20% !important;
  }
  /* line 488, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 50px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  /* line 499, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-main-text {
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
  }
  /* line 506, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-secondary-text {
    margin-top: 28px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 514, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-content {
    position: relative;
    z-index: 2;
    margin-bottom: 15% !important;
  }
  /* line 520, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 150px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 1400px) {
  /* line 531, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-main-text {
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
  }
  /* line 538, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .hero-secondary-text {
    margin-top: 28px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  /* line 546, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-content {
    position: relative;
    z-index: 2;
    margin-bottom: 10% !important;
  }
  /* line 552, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #doggo-hero-section .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 50px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
}

/* line 562, app/assets/stylesheets/homepage/doggo_homepage.scss */
#doggo-hero-section .video-background-holder video {
  opacity: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

/* line 579, app/assets/stylesheets/homepage/doggo_homepage.scss */
#doggo-hero-section .video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/* line 592, app/assets/stylesheets/homepage/doggo_homepage.scss */
#how-it-work-section .pill-section {
  display: inline-flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  border: 1.25px solid;
}

/* line 601, app/assets/stylesheets/homepage/doggo_homepage.scss */
#how-it-work-section .main-text {
  text-align: center;
  padding: 20px 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 80%;
  /* 11.2px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

/* line 614, app/assets/stylesheets/homepage/doggo_homepage.scss */
#owner-signup-section .owner_image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 619, app/assets/stylesheets/homepage/doggo_homepage.scss */
#owner-signup-section .title-text {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 50px;
}

/* line 629, app/assets/stylesheets/homepage/doggo_homepage.scss */
#owner-signup-section .signup-as-owner-btn:hover {
  background-color: #bf9cf6;
  text-decoration: none;
}

/* line 634, app/assets/stylesheets/homepage/doggo_homepage.scss */
#owner-signup-section .owner-main-section {
  position: relative;
}

@media (max-width: 576px) {
  /* line 639, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .secondary-text {
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  /* line 650, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner_image {
    height: unset !important;
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  /* line 656, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner-intro-section {
    text-align: center !important;
  }
  /* line 660, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .signup-as-owner-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    /* 11.2px */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 20px 32px;
    background-color: #bf9cf6;
    position: absolute;
    bottom: 10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 576px) {
  /* line 680, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .secondary-text {
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  /* line 691, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner_image {
    height: unset !important;
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  /* line 697, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner-intro-section {
    text-align: center !important;
  }
  /* line 701, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .signup-as-owner-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    /* 11.2px */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 20px 32px;
    background-color: #bf9cf6;
    position: absolute;
    bottom: 10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 768px) {
  /* line 721, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .secondary-text {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 10px;
  }
  /* line 732, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner_image {
    height: unset !important;
    border-bottom-right-radius: 48px !important;
    border-bottom-left-radius: 48px !important;
  }
  /* line 738, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner-intro-section {
    text-align: center !important;
  }
  /* line 742, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .signup-as-owner-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    /* 11.2px */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 20px 32px;
    background-color: #bf9cf6;
    position: absolute;
    bottom: 10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 992px) {
  /* line 762, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .secondary-text {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 80%;
    margin-left: unset;
    margin-right: unset;
  }
  /* line 772, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner_image {
    height: 350px !important;
    border-bottom-right-radius: 48px !important;
    border-top-right-radius: 48px !important;
    border-bottom-left-radius: unset !important;
  }
  /* line 779, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner-intro-section {
    text-align: left !important;
  }
  /* line 783, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .signup-as-owner-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    /* 11.2px */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 20px 32px;
    background-color: #bf9cf6;
    position: absolute;
    bottom: 10%;
    left: -70%;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 1200px) {
  /* line 800, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .secondary-text {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 80%;
    margin-left: unset;
    margin-right: unset;
  }
  /* line 810, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner_image {
    height: 350px !important;
    border-bottom-right-radius: 48px !important;
    border-top-right-radius: 48px !important;
    border-bottom-left-radius: unset !important;
  }
  /* line 817, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner-intro-section {
    text-align: left !important;
  }
  /* line 821, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .signup-as-owner-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    /* 11.2px */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    /* 11.2px */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 20px 32px;
    background-color: #bf9cf6;
    position: absolute;
    bottom: 10%;
    left: -70%;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 1400px) {
  /* line 844, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .secondary-text {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 80%;
    margin-left: unset;
    margin-right: unset;
  }
  /* line 854, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner_image {
    height: 350px !important;
    border-bottom-right-radius: 48px !important;
    border-top-right-radius: 48px !important;
    border-bottom-left-radius: unset !important;
  }
  /* line 861, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .owner-intro-section {
    text-align: left !important;
  }
  /* line 865, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #owner-signup-section .signup-as-owner-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    /* 11.2px */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 20px 32px;
    background-color: #bf9cf6;
    position: absolute;
    bottom: 10%;
    left: -75%;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* line 882, app/assets/stylesheets/homepage/doggo_homepage.scss */
#hero-breed-search-section {
  z-index: 2;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 576px) {
  /* line 890, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #hero-breed-search-section .breed-search-card {
    margin: 5px;
    width: 300px;
  }
}

@media (min-width: 576px) {
  /* line 897, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #hero-breed-search-section .breed-search-card {
    margin: 5px;
    width: 300px;
  }
}

@media (min-width: 768px) {
  /* line 904, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #hero-breed-search-section .breed-search-card {
    margin: 5px;
    width: 400px;
  }
}

@media (min-width: 992px) {
  /* line 911, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #hero-breed-search-section .breed-search-card {
    margin: 5px;
    width: 600px;
  }
}

@media (min-width: 1200px) {
  /* line 918, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #hero-breed-search-section .breed-search-card {
    margin: 5px;
    width: 600px;
  }
}

@media (min-width: 1400px) {
  /* line 925, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #hero-breed-search-section .breed-search-card {
    margin: 5px;
    width: 600px;
  }
}

/* line 931, app/assets/stylesheets/homepage/doggo_homepage.scss */
#hero-breed-search-section ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* line 936, app/assets/stylesheets/homepage/doggo_homepage.scss */
#hero-breed-search-section .form-control {
  border: 0;
}

/* line 940, app/assets/stylesheets/homepage/doggo_homepage.scss */
#hero-breed-search-section input.form-control:focus {
  border: 0;
  background-color: none;
}

/* line 945, app/assets/stylesheets/homepage/doggo_homepage.scss */
#hero-breed-search-section #breed-serach-input {
  font-size: 32px;
}

/* line 950, app/assets/stylesheets/homepage/doggo_homepage.scss */
#sticky-breed-search-section {
  z-index: 2;
  position: fixed;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 957, app/assets/stylesheets/homepage/doggo_homepage.scss */
#sticky-breed-search-section ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* line 962, app/assets/stylesheets/homepage/doggo_homepage.scss */
#sticky-breed-search-section .form-control {
  border: 0;
}

/* line 966, app/assets/stylesheets/homepage/doggo_homepage.scss */
#sticky-breed-search-section input.form-control:focus {
  border: 0;
  background-color: none;
}

/* line 971, app/assets/stylesheets/homepage/doggo_homepage.scss */
#sticky-breed-search-section #sticky-breed-serach-input {
  font-size: 32px;
}

/* line 977, app/assets/stylesheets/homepage/doggo_homepage.scss */
#newsletter-section .form-control {
  border: 0;
}

/* line 981, app/assets/stylesheets/homepage/doggo_homepage.scss */
#newsletter-section input.form-control:focus {
  border: 0;
  background-color: none;
}

@media (max-width: 576px) {
  /* line 987, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter-submit-btn {
    padding: 20px 14px;
    border-radius: 1000px;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
  /* line 998, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section #newsletter-input {
    font-size: 24px;
  }
  /* line 1002, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .title-text {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-top: 50px;
  }
  /* line 1012, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .text-section {
    margin-top: 200px;
  }
  /* line 1016, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .image-section {
    order: -1;
  }
  /* line 1020, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .secondary-text {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1030, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter_image {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -35px;
    height: 40%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: rotate(-2.486deg);
  }
}

@media (min-width: 576px) {
  /* line 1044, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter-submit-btn {
    padding: 20px 14px;
    border-radius: 1000px;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
  /* line 1055, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section #newsletter-input {
    font-size: 24px;
  }
  /* line 1059, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .title-text {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-top: 50px;
  }
  /* line 1069, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .text-section {
    margin-top: 200px;
  }
  /* line 1073, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .image-section {
    order: -1;
  }
  /* line 1077, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .secondary-text {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1087, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter_image {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -35px;
    height: 40%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: rotate(-2.486deg);
  }
}

@media (min-width: 768px) {
  /* line 1101, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter-submit-btn {
    padding: 20px 32px;
    border-radius: 1000px;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
  /* line 1112, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section #newsletter-input {
    font-size: 32px;
  }
  /* line 1116, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .title-text {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-top: 50px;
  }
  /* line 1126, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .text-section {
    margin-top: 200px;
  }
  /* line 1130, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .image-section {
    order: -1;
  }
  /* line 1134, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .secondary-text {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 729px;
    margin-left: unset;
    margin-right: unset;
  }
  /* line 1144, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter_image {
    position: absolute !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: -20px !important;
    height: 40% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    transform: rotate(-2.486deg) !important;
  }
}

@media (min-width: 992px) {
  /* line 1158, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter-submit-btn {
    padding: 20px 32px;
    border-radius: 1000px;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
  /* line 1169, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section #newsletter-input {
    font-size: 32px;
  }
  /* line 1173, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .title-text {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-top: 50px;
  }
  /* line 1183, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .text-section {
    margin-top: unset;
  }
  /* line 1187, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .image-section {
    order: unset;
  }
  /* line 1191, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .secondary-text {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 729px;
    margin-left: unset;
    margin-right: unset;
  }
  /* line 1201, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter_image {
    position: absolute !important;
    margin-left: unset !important;
    margin-right: unset !important;
    left: unset !important;
    top: unset !important;
    bottom: -20px !important;
    right: -5px !important;
    height: 80% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    transform: rotate(-2.486deg) !important;
  }
}

@media (min-width: 1200px) {
  /* line 1216, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter-submit-btn {
    padding: 20px 32px;
    border-radius: 1000px;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
  /* line 1227, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section #newsletter-input {
    font-size: 32px;
  }
  /* line 1231, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .title-text {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-top: 50px;
  }
  /* line 1241, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .text-section {
    margin-top: unset;
  }
  /* line 1245, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .image-section {
    order: unset;
  }
  /* line 1249, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .secondary-text {
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 429px;
    margin-left: unset;
    margin-right: unset;
  }
  /* line 1259, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter_image {
    position: absolute !important;
    margin-left: unset !important;
    margin-right: unset !important;
    left: unset !important;
    top: unset !important;
    bottom: -25px !important;
    right: -60px !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    transform: rotate(-2.486deg) !important;
  }
}

@media (min-width: 1400px) {
  /* line 1274, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter-submit-btn {
    padding: 20px 32px;
    border-radius: 1000px;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 80%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
  /* line 1285, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section #newsletter-input {
    font-size: 32px;
  }
  /* line 1289, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .text-section {
    margin-top: unset;
  }
  /* line 1293, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .image-section {
    order: unset;
  }
  /* line 1297, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .secondary-text {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    width: 729px;
    margin-left: unset;
    margin-right: unset;
  }
  /* line 1307, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #newsletter-section .newsletter_image {
    position: absolute !important;
    margin-left: unset !important;
    margin-right: unset !important;
    left: unset !important;
    top: unset !important;
    bottom: -25px !important;
    right: -60px !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    transform: rotate(-2.486deg) !important;
  }
}

/* line 1323, app/assets/stylesheets/homepage/doggo_homepage.scss */
#blog-section .index-blog-item {
  border-radius: 16px;
  display: flex;
  padding: 12px;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  height: 100%;
}

/* line 1333, app/assets/stylesheets/homepage/doggo_homepage.scss */
#blog-section .category-badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 12px;
  gap: 10px;
  border-radius: 100px;
  margin-bottom: 16px;
}

/* line 1341, app/assets/stylesheets/homepage/doggo_homepage.scss */
#blog-section .category-badge-text {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 80%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* line 1351, app/assets/stylesheets/homepage/doggo_homepage.scss */
#blog-section .time-read-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  bottom: 0;
  padding-bottom: 8px;
  opacity: 0.6;
}

@media only screen and (max-width: 600px) {
  /* line 1363, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #blog-section .blog-index-image {
    width: 128px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
  }
  /* line 1372, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #blog-section .blog-title-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}

@media only screen and (min-width: 600px) {
  /* line 1381, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #blog-section .blog-index-image {
    width: 128px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
  }
  /* line 1390, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #blog-section .blog-title-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1399, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #blog-section .blog-index-image {
    width: 128px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
  }
  /* line 1408, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #blog-section .blog-title-text {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 1417, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #blog-section .blog-index-image {
    width: 263px;
    height: 268px;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
  }
  /* line 1426, app/assets/stylesheets/homepage/doggo_homepage.scss */
  #blog-section .blog-title-text {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}

/* line 1436, app/assets/stylesheets/homepage/doggo_homepage.scss */
#display-breed-section .horizontal-scrollable {
  overflow-x: auto;
  white-space: nowrap;
}

/* line 1441, app/assets/stylesheets/homepage/doggo_homepage.scss */
#display-breed-section ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* line 1446, app/assets/stylesheets/homepage/doggo_homepage.scss */
#display-breed-section .main-text {
  padding-top: 88px;
  padding-bottom: 48px;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 85%;
}

/* line 1455, app/assets/stylesheets/homepage/doggo_homepage.scss */
#display-breed-section .homepage-demo-puppy-image-1:hover {
  filter: brightness(90%) !important;
}

/* line 1459, app/assets/stylesheets/homepage/doggo_homepage.scss */
#display-breed-section .homepage-demo-puppy-image-2:hover {
  filter: brightness(90%) !important;
}

/* line 2, app/assets/stylesheets/homepage/how_it_works.scss */
.how_it_works .puppy-match-included-box {
  border: 5px var(--border-style) black;
  margin: auto;
}

/* line 7, app/assets/stylesheets/homepage/how_it_works.scss */
.how_it_works .puppy-match-include-introduction-section {
  padding: 18px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

/* line 13, app/assets/stylesheets/homepage/how_it_works.scss */
.how_it_works .puppy-match-included-section {
  padding: 18px;
  margin: auto;
}

/* line 18, app/assets/stylesheets/homepage/how_it_works.scss */
.how_it_works .accordion {
  --accordion-btn-bg: transparent !important;
  --accordion-active-bg: transparent !important;
  --accordion-btn-focus-border-color: transparent !important;
  --accordion-btn-focus-box-shadow: transparent !important;
  --accordion-border-color: black !important;
  --bs-accordion-border-color: transparent !important;
}

/* line 16, app/assets/stylesheets/colors.scss */
.green-color {
  color: #b3e1e1;
}

/* line 3, app/assets/stylesheets/homepage/public_breeders.scss */
.public_breeders {
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}

/* line 5, app/assets/stylesheets/homepage/public_breeders.scss */
.public_breeders .homepage-avatar-image {
  width: 300px;
}

/* line 9, app/assets/stylesheets/homepage/public_breeders.scss */
.public_breeders .nav-pills.nav-pills-border .nav-item .nav-link.active {
  background-color: #2563f6;
  border: 1px solid var(--bs-gray-200);
  color: black;
}

@media only screen and (max-width: 600px) {
  /* line 16, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .breeder-custom-image-section {
    height: 200px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  /* line 27, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .breeder-custom-image-section {
    height: 200px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  /* line 38, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .breeder-custom-image-section {
    height: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  /* line 49, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .breeder-custom-image-section {
    height: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 60, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .breeder-custom-image-section {
    height: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* line 69, app/assets/stylesheets/homepage/public_breeders.scss */
.public_breeders .breeder-custom-image {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 77, app/assets/stylesheets/homepage/public_breeders.scss */
.public_breeders .custom-col {
  padding: 5px !important;
}

/* line 81, app/assets/stylesheets/homepage/public_breeders.scss */
.public_breeders .public-breeder-gallery-image-1 {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 87, app/assets/stylesheets/homepage/public_breeders.scss */
.public_breeders .owl-carousel .prev-icon {
  position: absolute;
  top: 45%;
  left: 5px;
}

/* line 91, app/assets/stylesheets/homepage/public_breeders.scss */
.public_breeders .owl-carousel .next-icon {
  position: absolute;
  top: 45%;
  right: 5px;
}

/* line 95, app/assets/stylesheets/homepage/public_breeders.scss */
.public_breeders .public-breeder-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  /* line 102, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .public-main-policy-image {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 108, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .public-policy-image {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  /* line 118, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .public-main-policy-image {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 124, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .public-policy-image {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  /* line 133, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .public-main-policy-image {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 139, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .public-policy-image {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 992px) {
  /* line 148, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .public-main-policy-image {
    width: 100%;
    height: 610px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 154, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .public-policy-image {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 163, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .public-main-policy-image {
    width: 100%;
    height: 610px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 169, app/assets/stylesheets/homepage/public_breeders.scss */
  .public_breeders .public-policy-image {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* line 2, app/assets/stylesheets/homepage/public_breeds.scss */
.public_breeds .public-breed-image {
  width: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 16, app/assets/stylesheets/colors.scss */
.green-color {
  color: #b3e1e1;
}

/* line 3, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies {
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}

/* line 5, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies .homepage-avatar-image {
  width: 300px;
}

/* line 9, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies .nav-pills.nav-pills-border .nav-item .nav-link.active {
  background-color: #2563f6;
  border: 1px solid var(--bs-gray-200);
  color: black;
}

@media only screen and (max-width: 600px) {
  /* line 16, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .breeder-custom-image-section {
    height: 200px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  /* line 27, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .breeder-custom-image-section {
    height: 200px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  /* line 38, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .breeder-custom-image-section {
    height: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  /* line 49, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .breeder-custom-image-section {
    height: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 60, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .breeder-custom-image-section {
    height: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* line 69, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies .breeder-custom-image {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 77, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies .custom-col {
  padding: 5px !important;
}

/* line 81, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies .public-breeder-gallery-image-1 {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 87, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies .owl-carousel .prev-icon {
  position: absolute;
  top: 45%;
  left: 5px;
}

/* line 91, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies .owl-carousel .next-icon {
  position: absolute;
  top: 45%;
  right: 5px;
}

/* line 95, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies .view-all-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 600px) {
  /* line 101, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .public-main-policy-image {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 107, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .public-policy-image {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
  }
  /* line 114, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .main-image-view-all-btn {
    display: block !important;
  }
  /* line 118, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .last-image-view-all-btn {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  /* line 125, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .public-main-policy-image {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 131, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .public-policy-image {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  /* line 140, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .public-main-policy-image {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 146, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .public-policy-image {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 992px) {
  /* line 155, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .public-main-policy-image {
    width: 100%;
    height: 610px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 161, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .public-policy-image {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 170, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .public-main-policy-image {
    width: 100%;
    height: 610px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 176, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .public-policy-image {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* line 183, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies .public-policy-section-icon {
  height: 50px;
  width: 50px;
  display: block;
}

/* line 189, app/assets/stylesheets/homepage/public_policies.scss */
.public_policies .image-with-text {
  position: relative;
}

@media only screen and (max-width: 600px) {
  /* line 194, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .overlay-text {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  /* line 201, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .overlay-text {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 208, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .overlay-text {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  /* line 215, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .overlay-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 35%;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 225, app/assets/stylesheets/homepage/public_policies.scss */
  .public_policies .overlay-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 35%;
  }
}

/* line 1, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies {
  /* Hide the images by default */
  /* Add a pointer when hovering over the thumbnail images */
  /* Number text (1/3 etc) */
  /* Six columns side by side */
  /* Add a transparency effect for thumnbail images */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}

/* line 2, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies .public-puppy-image {
  width: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 9, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies .container {
  position: relative;
}

/* line 14, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies .mySlides {
  display: none;
}

/* line 19, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies .cursor {
  cursor: pointer;
}

/* line 24, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* line 32, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies .row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies .column {
  float: left;
  width: 20%;
  height: 80px;
}

/* line 46, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies .demo {
  opacity: 0.6;
}

/* line 50, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies .active,
.public_puppies .demo:hover {
  opacity: 1;
}

/* line 55, app/assets/stylesheets/homepage/public_puppies.scss */
.public_puppies .image-with-text {
  position: relative;
}

@media only screen and (max-width: 600px) {
  /* line 60, app/assets/stylesheets/homepage/public_puppies.scss */
  .public_puppies .overlay-text {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  /* line 67, app/assets/stylesheets/homepage/public_puppies.scss */
  .public_puppies .overlay-text {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 74, app/assets/stylesheets/homepage/public_puppies.scss */
  .public_puppies .overlay-text {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  /* line 81, app/assets/stylesheets/homepage/public_puppies.scss */
  .public_puppies .overlay-text {
    display: block;
    position: absolute;
    top: 55%;
    left: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 91, app/assets/stylesheets/homepage/public_puppies.scss */
  .public_puppies .overlay-text {
    display: block;
    position: absolute;
    top: 55%;
    left: 25%;
  }
}

/* line 3, app/assets/stylesheets/homepage/puppy_match.scss */
.puppy_match .puppy-match-included-box {
  max-width: 800px;
  border: 5px var(--border-style) black;
  margin: auto;
}

/* line 9, app/assets/stylesheets/homepage/puppy_match.scss */
.puppy_match .puppy-match-include-introduction-section {
  padding: 18px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

/* line 15, app/assets/stylesheets/homepage/puppy_match.scss */
.puppy_match .puppy-match-included-section {
  padding: 18px;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  /* line 21, app/assets/stylesheets/homepage/puppy_match.scss */
  .puppy_match .puppy-match-puppy-image {
    bottom: unset;
    right: unset;
    max-width: 300px;
    height: auto;
    position: relative;
  }
  /* line 29, app/assets/stylesheets/homepage/puppy_match.scss */
  .puppy_match .main-secondary-text {
    font-size: 32px;
  }
}

/* line 34, app/assets/stylesheets/homepage/puppy_match.scss */
.puppy_match .green-color {
  color: #4CAF50;
}

/* line 38, app/assets/stylesheets/homepage/puppy_match.scss */
.puppy_match .introduction-section {
  position: relative;
}

/* line 42, app/assets/stylesheets/homepage/puppy_match.scss */
.puppy_match .puppy-match-puppy-image {
  max-width: 300px;
  position: absolute;
  bottom: 0;
  right: 30px;
}

@media only screen and (max-width: 600px) {
  /* line 50, app/assets/stylesheets/homepage/puppy_match.scss */
  .puppy_match .puppy-match-puppy-image {
    bottom: unset;
    right: unset;
    max-width: 300px;
    height: auto;
    position: relative;
  }
}

/* line 59, app/assets/stylesheets/homepage/puppy_match.scss */
.puppy_match .accordion {
  --accordion-btn-bg: transparent !important;
  --accordion-active-bg: transparent !important;
  --accordion-btn-focus-border-color: transparent !important;
  --accordion-btn-focus-box-shadow: transparent !important;
  --accordion-border-color: black !important;
  --bs-accordion-border-color: transparent !important;
}

/* line 68, app/assets/stylesheets/homepage/puppy_match.scss */
.puppy_match .point-right-icon {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 75, app/assets/stylesheets/homepage/puppy_match.scss */
.puppy_match .how-it-work-icon {
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (max-width: 600px) {
  /* line 83, app/assets/stylesheets/homepage/puppy_match.scss */
  .puppy_match .point-right-icon {
    display: none;
  }
  /* line 86, app/assets/stylesheets/homepage/puppy_match.scss */
  .puppy_match .point-down-icon {
    display: block !important;
  }
}

/* line 3, app/assets/stylesheets/blog/custom.scss */
.app.blogs .blog-content img {
  max-width: 100%;
  height: auto;
}

/* line 9, app/assets/stylesheets/blog/custom.scss */
.app.blogs a {
  color: #1266f1;
}
