@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-handWritten {
  font-family: "JuniperBay" !important;
  text-transform: uppercase;
}

/* line 3384, app/assets/stylesheets/core.scss */
.font-regularHeader {
  font-family: "National 2 Compressed Regular" !important;
}

/* line 3388, app/assets/stylesheets/core.scss */
.font-boldHeader {
  font-family: "National 2 Compressed Bold" !important;
}

/* line 3392, app/assets/stylesheets/core.scss */
.font-body {
  font-family: "Inter" !important;
}

/* line 3396, app/assets/stylesheets/core.scss */
.font-subHeader {
  font-family: "Favorit Mono Std" !important;
}

/* line 3400, app/assets/stylesheets/core.scss */
.font-juniper-bay {
  font-family: "JuniperBay" !important;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 3407, app/assets/stylesheets/core.scss */
.font-test-national-2-compressed {
  font-family: "National 2 Compressed Regular" !important;
  line-height: normal;
  font-weight: normal;
}

/* line 3413, 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 3419, app/assets/stylesheets/core.scss */
.font-inter {
  font-family: "Inter" !important;
  line-height: normal;
  font-weight: normal;
}

/* line 3425, app/assets/stylesheets/core.scss */
.font-favorit-mono-std {
  font-family: "Favorit Mono Std" !important;
}

/* line 3429, app/assets/stylesheets/core.scss */
.fs-1 {
  font-size: calc(1.3875rem + 1.65vw) !important;
}

/* line 3433, app/assets/stylesheets/core.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 3437, app/assets/stylesheets/core.scss */
.fs-3 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

/* line 3441, app/assets/stylesheets/core.scss */
.fs-4 {
  font-size: 1.25rem !important;
}

/* line 3445, app/assets/stylesheets/core.scss */
.fs-5 {
  font-size: 1rem !important;
}

/* line 3449, app/assets/stylesheets/core.scss */
.fs-6 {
  font-size: 0.875rem !important;
}

/* line 3453, app/assets/stylesheets/core.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 3457, app/assets/stylesheets/core.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 3461, app/assets/stylesheets/core.scss */
.fw-lighter {
  font-weight: 200 !important;
}

/* line 3465, app/assets/stylesheets/core.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 3469, app/assets/stylesheets/core.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 3473, app/assets/stylesheets/core.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 3477, app/assets/stylesheets/core.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 3481, app/assets/stylesheets/core.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 3485, app/assets/stylesheets/core.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 3489, app/assets/stylesheets/core.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 3493, app/assets/stylesheets/core.scss */
.lh-2 {
  line-height: 1.5 !important;
}

/* line 3497, app/assets/stylesheets/core.scss */
.lh-3 {
  line-height: 1.8 !important;
}

/* line 3501, app/assets/stylesheets/core.scss */
.lh-sm {
  line-height: 1.08 !important;
}

/* line 3505, app/assets/stylesheets/core.scss */
.lh-base {
  line-height: 1.6 !important;
}

/* line 3509, app/assets/stylesheets/core.scss */
.lh-md {
  line-height: 1.4 !important;
}

/* line 3513, app/assets/stylesheets/core.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 3517, app/assets/stylesheets/core.scss */
.text-start {
  text-align: left !important;
}

/* line 3521, app/assets/stylesheets/core.scss */
.text-end {
  text-align: right !important;
}

/* line 3525, app/assets/stylesheets/core.scss */
.text-center {
  text-align: center !important;
}

/* line 3529, app/assets/stylesheets/core.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 3533, app/assets/stylesheets/core.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 3537, app/assets/stylesheets/core.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 3541, app/assets/stylesheets/core.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 3545, app/assets/stylesheets/core.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 3549, app/assets/stylesheets/core.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 3553, app/assets/stylesheets/core.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 3557, app/assets/stylesheets/core.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 3562, app/assets/stylesheets/core.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 3568, app/assets/stylesheets/core.scss */
.text-primary {
  --text-opacity: 1;
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}

/* line 3573, app/assets/stylesheets/core.scss */
.text-dark {
  --text-opacity: 1;
  color: #0a0a27 !important;
}

/* line 3578, app/assets/stylesheets/core.scss */
.text-puppies-online {
  --text-opacity: 1;
  color: #2563f6 !important;
}

/* line 3583, app/assets/stylesheets/core.scss */
.text-doggo-bone {
  --text-opacity: 1;
  color: #fff2db !important;
}

/* line 3588, app/assets/stylesheets/core.scss */
.text-doggo-light-blue {
  --text-opacity: 1;
  color: #a4c9ff !important;
}

/* line 3593, app/assets/stylesheets/core.scss */
.text-doggo-yellow {
  --text-opacity: 1;
  color: #fecc83 !important;
}

/* line 3598, app/assets/stylesheets/core.scss */
.text-link {
  color: #2563f6;
}

/* line 3602, app/assets/stylesheets/core.scss */
.text-link:hover {
  color: #2563f6 !important;
}

/* line 3606, app/assets/stylesheets/core.scss */
.text-secondary {
  --text-opacity: 1;
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
}

/* line 3611, app/assets/stylesheets/core.scss */
.text-success {
  --text-opacity: 1;
  color: rgba(var(--success-rgb), var(--text-opacity)) !important;
}

/* line 3616, app/assets/stylesheets/core.scss */
.text-info {
  --text-opacity: 1;
  color: rgba(var(--info-rgb), var(--text-opacity)) !important;
}

/* line 3621, app/assets/stylesheets/core.scss */
.text-warning {
  --text-opacity: 1;
  color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
}

/* line 3626, app/assets/stylesheets/core.scss */
.text-danger {
  --text-opacity: 1;
  color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
}

/* line 3631, app/assets/stylesheets/core.scss */
.text-light {
  --text-opacity: 1;
  color: rgba(var(--light-rgb), var(--text-opacity)) !important;
}

/* line 3636, app/assets/stylesheets/core.scss */
.text-dark {
  --text-opacity: 1;
  color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
}

/* line 3641, app/assets/stylesheets/core.scss */
.text-white {
  --text-opacity: 1;
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}

/* line 3646, app/assets/stylesheets/core.scss */
.text-light-primary {
  --text-opacity: 1;
  color: rgba(var(--light-primary-rgb), var(--text-opacity)) !important;
}

/* line 3651, app/assets/stylesheets/core.scss */
.text-light-danger {
  --text-opacity: 1;
  color: rgba(var(--light-danger-rgb), var(--text-opacity)) !important;
}

/* line 3656, app/assets/stylesheets/core.scss */
.text-light-info {
  --text-opacity: 1;
  color: rgba(var(--light-info-rgb), var(--text-opacity)) !important;
}

/* line 3661, app/assets/stylesheets/core.scss */
.text-light-warning {
  --text-opacity: 1;
  color: rgba(var(--light-warning-rgb), var(--text-opacity)) !important;
}

/* line 3666, app/assets/stylesheets/core.scss */
.text-light-secondary {
  --text-opacity: 1;
  color: rgba(var(--light-secondary-rgb), var(--text-opacity)) !important;
}

/* line 3671, app/assets/stylesheets/core.scss */
.text-light-success {
  --text-opacity: 1;
  color: rgba(var(--light-success-rgb), var(--text-opacity)) !important;
}

/* line 3676, app/assets/stylesheets/core.scss */
.text-black {
  --text-opacity: 1;
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}

/* line 3681, app/assets/stylesheets/core.scss */
.text-body {
  --text-opacity: 1;
  color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}

/* line 3686, app/assets/stylesheets/core.scss */
.text-muted {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}

/* line 3691, app/assets/stylesheets/core.scss */
.text-black-50 {
  --text-opacity: 1;
  color: rgba(38, 31, 68, 0.5) !important;
}

/* line 3696, app/assets/stylesheets/core.scss */
.text-white-50 {
  --text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 3701, app/assets/stylesheets/core.scss */
.text-body-secondary {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}

/* line 3706, app/assets/stylesheets/core.scss */
.text-body-tertiary {
  --text-opacity: 1;
  color: var(--tertiary-color) !important;
}

/* line 3711, app/assets/stylesheets/core.scss */
.text-body-emphasis {
  --text-opacity: 1;
  color: var(--emphasis-color) !important;
}

/* line 3716, app/assets/stylesheets/core.scss */
.text-reset {
  --text-opacity: 1;
  color: inherit !important;
}

/* line 3721, app/assets/stylesheets/core.scss */
.text-opacity-25 {
  --text-opacity: 0.25;
}

/* line 3725, app/assets/stylesheets/core.scss */
.text-opacity-50 {
  --text-opacity: 0.5;
}

/* line 3729, app/assets/stylesheets/core.scss */
.text-opacity-75 {
  --text-opacity: 0.75;
}

/* line 3733, app/assets/stylesheets/core.scss */
.text-opacity-100 {
  --text-opacity: 1;
}

/* line 3737, app/assets/stylesheets/core.scss */
.text-primary-emphasis {
  color: var(--primary-text-emphasis) !important;
}

/* line 3741, app/assets/stylesheets/core.scss */
.text-secondary-emphasis {
  color: var(--secondary-text-emphasis) !important;
}

/* line 3745, app/assets/stylesheets/core.scss */
.text-success-emphasis {
  color: var(--success-text-emphasis) !important;
}

/* line 3749, app/assets/stylesheets/core.scss */
.text-info-emphasis {
  color: var(--info-text-emphasis) !important;
}

/* line 3753, app/assets/stylesheets/core.scss */
.text-warning-emphasis {
  color: var(--warning-text-emphasis) !important;
}

/* line 3757, app/assets/stylesheets/core.scss */
.text-danger-emphasis {
  color: var(--danger-text-emphasis) !important;
}

/* line 3761, app/assets/stylesheets/core.scss */
.text-light-emphasis {
  color: var(--light-text-emphasis) !important;
}

/* line 3765, app/assets/stylesheets/core.scss */
.text-dark-emphasis {
  color: var(--dark-text-emphasis) !important;
}

/* line 3769, app/assets/stylesheets/core.scss */
.link-opacity-10 {
  --link-opacity: 0.1;
}

/* line 3773, app/assets/stylesheets/core.scss */
.link-opacity-10-hover:hover {
  --link-opacity: 0.1;
}

/* line 3777, app/assets/stylesheets/core.scss */
.link-opacity-25 {
  --link-opacity: 0.25;
}

/* line 3781, app/assets/stylesheets/core.scss */
.link-opacity-25-hover:hover {
  --link-opacity: 0.25;
}

/* line 3785, app/assets/stylesheets/core.scss */
.link-opacity-50 {
  --link-opacity: 0.5;
}

/* line 3789, app/assets/stylesheets/core.scss */
.link-opacity-50-hover:hover {
  --link-opacity: 0.5;
}

/* line 3793, app/assets/stylesheets/core.scss */
.link-opacity-75 {
  --link-opacity: 0.75;
}

/* line 3797, app/assets/stylesheets/core.scss */
.link-opacity-75-hover:hover {
  --link-opacity: 0.75;
}

/* line 3801, app/assets/stylesheets/core.scss */
.link-opacity-100 {
  --link-opacity: 1;
}

/* line 3805, app/assets/stylesheets/core.scss */
.link-opacity-100-hover:hover {
  --link-opacity: 1;
}

/* line 3809, app/assets/stylesheets/core.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 3813, app/assets/stylesheets/core.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 3817, app/assets/stylesheets/core.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 3821, app/assets/stylesheets/core.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 3825, app/assets/stylesheets/core.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 3829, app/assets/stylesheets/core.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 3833, 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 3838, 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 3843, 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 3848, 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 3853, 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 3858, 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 3863, 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 3868, 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 3873, 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 3878, 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 3883, 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 3888, 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 3893, 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 3898, 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 3903, 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 3908, 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 3913, app/assets/stylesheets/core.scss */
.link-underline-opacity-0 {
  --link-underline-opacity: 0;
}

/* line 3917, app/assets/stylesheets/core.scss */
.link-underline-opacity-0-hover:hover {
  --link-underline-opacity: 0;
}

/* line 3921, app/assets/stylesheets/core.scss */
.link-underline-opacity-10 {
  --link-underline-opacity: 0.1;
}

/* line 3925, app/assets/stylesheets/core.scss */
.link-underline-opacity-10-hover:hover {
  --link-underline-opacity: 0.1;
}

/* line 3929, app/assets/stylesheets/core.scss */
.link-underline-opacity-25 {
  --link-underline-opacity: 0.25;
}

/* line 3933, app/assets/stylesheets/core.scss */
.link-underline-opacity-25-hover:hover {
  --link-underline-opacity: 0.25;
}

/* line 3937, app/assets/stylesheets/core.scss */
.link-underline-opacity-50 {
  --link-underline-opacity: 0.5;
}

/* line 3941, app/assets/stylesheets/core.scss */
.link-underline-opacity-50-hover:hover {
  --link-underline-opacity: 0.5;
}

/* line 3945, app/assets/stylesheets/core.scss */
.link-underline-opacity-75 {
  --link-underline-opacity: 0.75;
}

/* line 3949, app/assets/stylesheets/core.scss */
.link-underline-opacity-75-hover:hover {
  --link-underline-opacity: 0.75;
}

/* line 3953, app/assets/stylesheets/core.scss */
.link-underline-opacity-100 {
  --link-underline-opacity: 1;
}

/* line 3957, app/assets/stylesheets/core.scss */
.link-underline-opacity-100-hover:hover {
  --link-underline-opacity: 1;
}

/* line 3961, app/assets/stylesheets/core.scss */
.bg-puppies-online {
  --bg-opacity: 1;
  background-color: #2563f6 !important;
}

/* line 3966, app/assets/stylesheets/core.scss */
.bg-puppies-online-light {
  --bg-opacity: 1;
  background-color: #a4c9ff !important;
}

/* line 3971, app/assets/stylesheets/core.scss */
.bg-puppies-online-medium {
  --bg-opacity: 1;
  background-color: #fecc83 !important;
}

/* line 3976, app/assets/stylesheets/core.scss */
.bg-puppies-online-blue {
  --bg-opacity: 1;
  background-color: #1c2232 !important;
}

/* line 3981, app/assets/stylesheets/core.scss */
.bg-doggo-yellow {
  --bg-opacity: 1;
  background-color: #fecc83 !important;
}

/* line 3986, app/assets/stylesheets/core.scss */
.bg-doggo-blue {
  --bg-opacity: 1;
  background-color: #2563f6 !important;
}

/* line 3991, app/assets/stylesheets/core.scss */
.bg-doggo-blue-light {
  --bg-opacity: 1;
  background-color: #a4c9ff !important;
}

/* line 3996, app/assets/stylesheets/core.scss */
.bg-doggo-blue-lighter {
  --bg-opacity: 1;
  background-color: #CDE3FC !important;
}

/* line 4001, app/assets/stylesheets/core.scss */
.bg-doggo-bone {
  --bg-opacity: 1;
  background-color: #fff2db !important;
}

/* line 4006, app/assets/stylesheets/core.scss */
.bg-doggo-red {
  --bg-opacity: 1;
  background-color: #ff8383 !important;
}

/* line 4011, app/assets/stylesheets/core.scss */
.bg-doggo-purple {
  --bg-opacity: 1;
  background-color: #bf9cf6 !important;
}

/* line 4016, app/assets/stylesheets/core.scss */
.bg-doggo-green {
  --bg-opacity: 1;
  background-color: #b3e1e1 !important;
}

/* line 4021, app/assets/stylesheets/core.scss */
.bg-primary {
  --bg-opacity: 1;
  background-color: #2563f6 !important;
}

/* line 4026, app/assets/stylesheets/core.scss */
.bg-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-rgb), var(--bg-opacity)) !important;
}

/* line 4031, app/assets/stylesheets/core.scss */
.bg-success {
  --bg-opacity: 1;
  background-color: rgba(var(--success-rgb), var(--bg-opacity)) !important;
}

/* line 4036, app/assets/stylesheets/core.scss */
.bg-info {
  --bg-opacity: 1;
  background-color: rgba(var(--info-rgb), var(--bg-opacity)) !important;
}

/* line 4041, app/assets/stylesheets/core.scss */
.bg-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--warning-rgb), var(--bg-opacity)) !important;
}

/* line 4046, app/assets/stylesheets/core.scss */
.bg-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--danger-rgb), var(--bg-opacity)) !important;
}

/* line 4051, app/assets/stylesheets/core.scss */
.bg-light {
  --bg-opacity: 1;
  background-color: rgba(var(--light-rgb), var(--bg-opacity)) !important;
}

/* line 4056, app/assets/stylesheets/core.scss */
.bg-dark {
  --bg-opacity: 1;
  background-color: #0A0A27 !important;
}

/* line 4061, app/assets/stylesheets/core.scss */
.bg-white {
  --bg-opacity: 1;
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}

/* line 4066, app/assets/stylesheets/core.scss */
.bg-light-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--light-primary-rgb), var(--bg-opacity)) !important;
}

/* line 4071, app/assets/stylesheets/core.scss */
.bg-light-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--light-danger-rgb), var(--bg-opacity)) !important;
}

/* line 4076, app/assets/stylesheets/core.scss */
.bg-light-info {
  --bg-opacity: 1;
  background-color: rgba(var(--light-info-rgb), var(--bg-opacity)) !important;
}

/* line 4081, app/assets/stylesheets/core.scss */
.bg-light-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--light-warning-rgb), var(--bg-opacity)) !important;
}

/* line 4086, app/assets/stylesheets/core.scss */
.bg-light-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--light-secondary-rgb), var(--bg-opacity)) !important;
}

/* line 4091, app/assets/stylesheets/core.scss */
.bg-light-success {
  --bg-opacity: 1;
  background-color: rgba(var(--light-success-rgb), var(--bg-opacity)) !important;
}

/* line 4096, app/assets/stylesheets/core.scss */
.bg-black {
  --bg-opacity: 1;
  background-color: rgba(var(--black-rgb), var(--bg-opacity)) !important;
}

/* line 4101, app/assets/stylesheets/core.scss */
.bg-body {
  --bg-opacity: 1;
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}

/* line 4106, app/assets/stylesheets/core.scss */
.bg-transparent {
  --bg-opacity: 1;
  background-color: transparent !important;
}

/* line 4111, app/assets/stylesheets/core.scss */
.bg-body-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-bg-rgb), var(--bg-opacity)) !important;
}

/* line 4116, app/assets/stylesheets/core.scss */
.bg-body-tertiary {
  --bg-opacity: 1;
  background-color: rgba(var(--tertiary-bg-rgb), var(--bg-opacity)) !important;
}

/* line 4121, app/assets/stylesheets/core.scss */
.bg-opacity-10 {
  --bg-opacity: 0.1;
}

/* line 4125, app/assets/stylesheets/core.scss */
.bg-opacity-25 {
  --bg-opacity: 0.25;
}

/* line 4129, app/assets/stylesheets/core.scss */
.bg-opacity-50 {
  --bg-opacity: 0.5;
}

/* line 4133, app/assets/stylesheets/core.scss */
.bg-opacity-75 {
  --bg-opacity: 0.75;
}

/* line 4137, app/assets/stylesheets/core.scss */
.bg-opacity-100 {
  --bg-opacity: 1;
}

/* line 4141, app/assets/stylesheets/core.scss */
.bg-primary-subtle {
  background-color: var(--primary-bg-subtle) !important;
}

/* line 4145, app/assets/stylesheets/core.scss */
.bg-secondary-subtle {
  background-color: var(--secondary-bg-subtle) !important;
}

/* line 4149, app/assets/stylesheets/core.scss */
.bg-success-subtle {
  background-color: var(--success-bg-subtle) !important;
}

/* line 4153, app/assets/stylesheets/core.scss */
.bg-info-subtle {
  background-color: var(--info-bg-subtle) !important;
}

/* line 4157, app/assets/stylesheets/core.scss */
.bg-warning-subtle {
  background-color: var(--warning-bg-subtle) !important;
}

/* line 4161, app/assets/stylesheets/core.scss */
.bg-danger-subtle {
  background-color: var(--danger-bg-subtle) !important;
}

/* line 4165, app/assets/stylesheets/core.scss */
.bg-light-subtle {
  background-color: var(--light-bg-subtle) !important;
}

/* line 4169, app/assets/stylesheets/core.scss */
.bg-dark-subtle {
  background-color: var(--dark-bg-subtle) !important;
}

/* line 4173, app/assets/stylesheets/core.scss */
.bg-gradient {
  background-image: var(--gradient) !important;
}

/* line 4177, app/assets/stylesheets/core.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 4183, app/assets/stylesheets/core.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 4189, app/assets/stylesheets/core.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 4195, app/assets/stylesheets/core.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 4199, app/assets/stylesheets/core.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 4203, app/assets/stylesheets/core.scss */
.rounded {
  border-radius: var(--border-radius) !important;
}

/* line 4207, app/assets/stylesheets/core.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 4211, app/assets/stylesheets/core.scss */
.rounded-1 {
  border-radius: var(--border-radius-sm) !important;
}

/* line 4215, app/assets/stylesheets/core.scss */
.rounded-2 {
  border-radius: var(--border-radius) !important;
}

/* line 4219, app/assets/stylesheets/core.scss */
.rounded-3 {
  border-radius: var(--border-radius-lg) !important;
}

/* line 4223, app/assets/stylesheets/core.scss */
.rounded-4 {
  border-radius: var(--border-radius-xl) !important;
}

/* line 4227, app/assets/stylesheets/core.scss */
.rounded-5 {
  border-radius: var(--border-radius-xxl) !important;
}

/* line 4231, app/assets/stylesheets/core.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 4235, app/assets/stylesheets/core.scss */
.rounded-pill {
  border-radius: var(--border-radius-pill) !important;
}

/* line 4239, app/assets/stylesheets/core.scss */
.rounded-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}

/* line 4244, app/assets/stylesheets/core.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 4249, 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 4254, 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 4259, 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 4264, 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 4269, 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 4274, app/assets/stylesheets/core.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 4279, 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 4284, app/assets/stylesheets/core.scss */
.rounded-end {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

/* line 4289, app/assets/stylesheets/core.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 4294, 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 4299, 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 4304, 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 4309, 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 4314, 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 4319, app/assets/stylesheets/core.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 4324, 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 4329, app/assets/stylesheets/core.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

/* line 4334, app/assets/stylesheets/core.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 4339, 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 4344, 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 4349, 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 4354, 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 4359, 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 4364, app/assets/stylesheets/core.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 4369, 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 4374, app/assets/stylesheets/core.scss */
.rounded-start {
  border-bottom-left-radius: var(--border-radius) !important;
  border-top-left-radius: var(--border-radius) !important;
}

/* line 4379, app/assets/stylesheets/core.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 4384, 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 4389, 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 4394, 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 4399, 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 4404, 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 4409, app/assets/stylesheets/core.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 4414, 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 4419, app/assets/stylesheets/core.scss */
.visible {
  visibility: visible !important;
}

/* line 4423, app/assets/stylesheets/core.scss */
.invisible {
  visibility: hidden !important;
}

/* line 4427, app/assets/stylesheets/core.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 4431, app/assets/stylesheets/core.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 4435, app/assets/stylesheets/core.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 4439, app/assets/stylesheets/core.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 4443, app/assets/stylesheets/core.scss */
.z-4 {
  z-index: 4 !important;
}

/* line 4447, app/assets/stylesheets/core.scss */
.z-5 {
  z-index: 5 !important;
}

@media (min-width: 576px) {
  /* line 4452, app/assets/stylesheets/core.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 4455, app/assets/stylesheets/core.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 4458, app/assets/stylesheets/core.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 4461, app/assets/stylesheets/core.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 4465, app/assets/stylesheets/core.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 4469, app/assets/stylesheets/core.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 4473, app/assets/stylesheets/core.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 4477, app/assets/stylesheets/core.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 4481, app/assets/stylesheets/core.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 4484, app/assets/stylesheets/core.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 4487, app/assets/stylesheets/core.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 4490, app/assets/stylesheets/core.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 4493, app/assets/stylesheets/core.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 4496, app/assets/stylesheets/core.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 4499, app/assets/stylesheets/core.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 4502, app/assets/stylesheets/core.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 4505, app/assets/stylesheets/core.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 4508, app/assets/stylesheets/core.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 4511, app/assets/stylesheets/core.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 4514, app/assets/stylesheets/core.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 4517, app/assets/stylesheets/core.scss */
  .w-sm-30 {
    width: 30% !important;
  }
  /* line 4520, app/assets/stylesheets/core.scss */
  .w-sm-40 {
    width: 40% !important;
  }
  /* line 4523, app/assets/stylesheets/core.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 4526, app/assets/stylesheets/core.scss */
  .w-sm-65 {
    width: 65% !important;
  }
  /* line 4529, app/assets/stylesheets/core.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 4532, app/assets/stylesheets/core.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 4535, app/assets/stylesheets/core.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 4538, app/assets/stylesheets/core.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 4541, app/assets/stylesheets/core.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 4544, app/assets/stylesheets/core.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 4547, app/assets/stylesheets/core.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4550, app/assets/stylesheets/core.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4553, app/assets/stylesheets/core.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 4556, app/assets/stylesheets/core.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 4559, app/assets/stylesheets/core.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 4562, app/assets/stylesheets/core.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 4565, app/assets/stylesheets/core.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4568, app/assets/stylesheets/core.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4571, app/assets/stylesheets/core.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4574, app/assets/stylesheets/core.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 4577, app/assets/stylesheets/core.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 4580, app/assets/stylesheets/core.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 4583, app/assets/stylesheets/core.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 4586, app/assets/stylesheets/core.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 4589, app/assets/stylesheets/core.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 4592, app/assets/stylesheets/core.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 4595, app/assets/stylesheets/core.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 4598, app/assets/stylesheets/core.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 4601, app/assets/stylesheets/core.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 4604, app/assets/stylesheets/core.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 4607, app/assets/stylesheets/core.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 4610, app/assets/stylesheets/core.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 4613, app/assets/stylesheets/core.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 4616, app/assets/stylesheets/core.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 4619, app/assets/stylesheets/core.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 4622, app/assets/stylesheets/core.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 4625, app/assets/stylesheets/core.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 4628, app/assets/stylesheets/core.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 4631, app/assets/stylesheets/core.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 4634, app/assets/stylesheets/core.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 4637, app/assets/stylesheets/core.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 4640, app/assets/stylesheets/core.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 4643, app/assets/stylesheets/core.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 4646, app/assets/stylesheets/core.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 4649, app/assets/stylesheets/core.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 4652, app/assets/stylesheets/core.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 4655, app/assets/stylesheets/core.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 4658, app/assets/stylesheets/core.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 4661, app/assets/stylesheets/core.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 4664, app/assets/stylesheets/core.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 4667, app/assets/stylesheets/core.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 4670, app/assets/stylesheets/core.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 4673, app/assets/stylesheets/core.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 4676, app/assets/stylesheets/core.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 4679, app/assets/stylesheets/core.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 4682, app/assets/stylesheets/core.scss */
  .m-sm-5 {
    margin: 2rem !important;
  }
  /* line 4685, app/assets/stylesheets/core.scss */
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  /* line 4688, app/assets/stylesheets/core.scss */
  .m-sm-7 {
    margin: 3rem !important;
  }
  /* line 4691, app/assets/stylesheets/core.scss */
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  /* line 4694, app/assets/stylesheets/core.scss */
  .m-sm-9 {
    margin: 4rem !important;
  }
  /* line 4697, app/assets/stylesheets/core.scss */
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  /* line 4700, app/assets/stylesheets/core.scss */
  .m-sm-11 {
    margin: 5rem !important;
  }
  /* line 4703, app/assets/stylesheets/core.scss */
  .m-sm-12 {
    margin: 5.5rem !important;
  }
  /* line 4706, app/assets/stylesheets/core.scss */
  .m-sm-13 {
    margin: 6rem !important;
  }
  /* line 4709, app/assets/stylesheets/core.scss */
  .m-sm-14 {
    margin: 6.5rem !important;
  }
  /* line 4712, app/assets/stylesheets/core.scss */
  .m-sm-15 {
    margin: 7rem !important;
  }
  /* line 4715, app/assets/stylesheets/core.scss */
  .m-sm-16 {
    margin: 7.5rem !important;
  }
  /* line 4718, app/assets/stylesheets/core.scss */
  .m-sm-17 {
    margin: 8rem !important;
  }
  /* line 4721, app/assets/stylesheets/core.scss */
  .m-sm-18 {
    margin: 10rem !important;
  }
  /* line 4724, app/assets/stylesheets/core.scss */
  .m-sm-19 {
    margin: 12rem !important;
  }
  /* line 4727, app/assets/stylesheets/core.scss */
  .m-sm-20 {
    margin: 14rem !important;
  }
  /* line 4730, app/assets/stylesheets/core.scss */
  .m-sm-21 {
    margin: 18.5rem !important;
  }
  /* line 4733, app/assets/stylesheets/core.scss */
  .m-sm-22 {
    margin: 22rem !important;
  }
  /* line 4736, app/assets/stylesheets/core.scss */
  .m-sm-23 {
    margin: 35rem !important;
  }
  /* line 4739, app/assets/stylesheets/core.scss */
  .m-sm-24 {
    margin: 40rem !important;
  }
  /* line 4742, app/assets/stylesheets/core.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 4745, app/assets/stylesheets/core.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 4749, app/assets/stylesheets/core.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 4753, app/assets/stylesheets/core.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 4757, app/assets/stylesheets/core.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 4761, app/assets/stylesheets/core.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 4765, app/assets/stylesheets/core.scss */
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 4769, app/assets/stylesheets/core.scss */
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 4773, app/assets/stylesheets/core.scss */
  .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 4777, app/assets/stylesheets/core.scss */
  .mx-sm-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 4781, app/assets/stylesheets/core.scss */
  .mx-sm-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 4785, app/assets/stylesheets/core.scss */
  .mx-sm-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 4789, app/assets/stylesheets/core.scss */
  .mx-sm-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 4793, app/assets/stylesheets/core.scss */
  .mx-sm-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 4797, app/assets/stylesheets/core.scss */
  .mx-sm-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 4801, app/assets/stylesheets/core.scss */
  .mx-sm-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 4805, app/assets/stylesheets/core.scss */
  .mx-sm-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 4809, app/assets/stylesheets/core.scss */
  .mx-sm-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 4813, app/assets/stylesheets/core.scss */
  .mx-sm-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 4817, app/assets/stylesheets/core.scss */
  .mx-sm-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 4821, app/assets/stylesheets/core.scss */
  .mx-sm-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 4825, app/assets/stylesheets/core.scss */
  .mx-sm-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 4829, app/assets/stylesheets/core.scss */
  .mx-sm-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 4833, app/assets/stylesheets/core.scss */
  .mx-sm-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 4837, app/assets/stylesheets/core.scss */
  .mx-sm-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 4841, app/assets/stylesheets/core.scss */
  .mx-sm-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 4845, app/assets/stylesheets/core.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 4849, app/assets/stylesheets/core.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 4853, app/assets/stylesheets/core.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 4857, app/assets/stylesheets/core.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 4861, app/assets/stylesheets/core.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 4865, app/assets/stylesheets/core.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 4869, app/assets/stylesheets/core.scss */
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 4873, app/assets/stylesheets/core.scss */
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 4877, app/assets/stylesheets/core.scss */
  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 4881, app/assets/stylesheets/core.scss */
  .my-sm-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 4885, app/assets/stylesheets/core.scss */
  .my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 4889, app/assets/stylesheets/core.scss */
  .my-sm-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 4893, app/assets/stylesheets/core.scss */
  .my-sm-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 4897, app/assets/stylesheets/core.scss */
  .my-sm-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 4901, app/assets/stylesheets/core.scss */
  .my-sm-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 4905, app/assets/stylesheets/core.scss */
  .my-sm-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 4909, app/assets/stylesheets/core.scss */
  .my-sm-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 4913, app/assets/stylesheets/core.scss */
  .my-sm-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 4917, app/assets/stylesheets/core.scss */
  .my-sm-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 4921, app/assets/stylesheets/core.scss */
  .my-sm-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 4925, app/assets/stylesheets/core.scss */
  .my-sm-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 4929, app/assets/stylesheets/core.scss */
  .my-sm-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 4933, app/assets/stylesheets/core.scss */
  .my-sm-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 4937, app/assets/stylesheets/core.scss */
  .my-sm-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 4941, app/assets/stylesheets/core.scss */
  .my-sm-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 4945, app/assets/stylesheets/core.scss */
  .my-sm-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 4949, app/assets/stylesheets/core.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 4953, app/assets/stylesheets/core.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 4956, app/assets/stylesheets/core.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 4959, app/assets/stylesheets/core.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 4962, app/assets/stylesheets/core.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 4965, app/assets/stylesheets/core.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 4968, app/assets/stylesheets/core.scss */
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  /* line 4971, app/assets/stylesheets/core.scss */
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  /* line 4974, app/assets/stylesheets/core.scss */
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  /* line 4977, app/assets/stylesheets/core.scss */
  .mt-sm-8 {
    margin-top: 3.5rem !important;
  }
  /* line 4980, app/assets/stylesheets/core.scss */
  .mt-sm-9 {
    margin-top: 4rem !important;
  }
  /* line 4983, app/assets/stylesheets/core.scss */
  .mt-sm-10 {
    margin-top: 4.5rem !important;
  }
  /* line 4986, app/assets/stylesheets/core.scss */
  .mt-sm-11 {
    margin-top: 5rem !important;
  }
  /* line 4989, app/assets/stylesheets/core.scss */
  .mt-sm-12 {
    margin-top: 5.5rem !important;
  }
  /* line 4992, app/assets/stylesheets/core.scss */
  .mt-sm-13 {
    margin-top: 6rem !important;
  }
  /* line 4995, app/assets/stylesheets/core.scss */
  .mt-sm-14 {
    margin-top: 6.5rem !important;
  }
  /* line 4998, app/assets/stylesheets/core.scss */
  .mt-sm-15 {
    margin-top: 7rem !important;
  }
  /* line 5001, app/assets/stylesheets/core.scss */
  .mt-sm-16 {
    margin-top: 7.5rem !important;
  }
  /* line 5004, app/assets/stylesheets/core.scss */
  .mt-sm-17 {
    margin-top: 8rem !important;
  }
  /* line 5007, app/assets/stylesheets/core.scss */
  .mt-sm-18 {
    margin-top: 10rem !important;
  }
  /* line 5010, app/assets/stylesheets/core.scss */
  .mt-sm-19 {
    margin-top: 12rem !important;
  }
  /* line 5013, app/assets/stylesheets/core.scss */
  .mt-sm-20 {
    margin-top: 14rem !important;
  }
  /* line 5016, app/assets/stylesheets/core.scss */
  .mt-sm-21 {
    margin-top: 18.5rem !important;
  }
  /* line 5019, app/assets/stylesheets/core.scss */
  .mt-sm-22 {
    margin-top: 22rem !important;
  }
  /* line 5022, app/assets/stylesheets/core.scss */
  .mt-sm-23 {
    margin-top: 35rem !important;
  }
  /* line 5025, app/assets/stylesheets/core.scss */
  .mt-sm-24 {
    margin-top: 40rem !important;
  }
  /* line 5028, app/assets/stylesheets/core.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 5031, app/assets/stylesheets/core.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 5034, app/assets/stylesheets/core.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 5037, app/assets/stylesheets/core.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 5040, app/assets/stylesheets/core.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 5043, app/assets/stylesheets/core.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 5046, app/assets/stylesheets/core.scss */
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  /* line 5049, app/assets/stylesheets/core.scss */
  .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  /* line 5052, app/assets/stylesheets/core.scss */
  .me-sm-7 {
    margin-right: 3rem !important;
  }
  /* line 5055, app/assets/stylesheets/core.scss */
  .me-sm-8 {
    margin-right: 3.5rem !important;
  }
  /* line 5058, app/assets/stylesheets/core.scss */
  .me-sm-9 {
    margin-right: 4rem !important;
  }
  /* line 5061, app/assets/stylesheets/core.scss */
  .me-sm-10 {
    margin-right: 4.5rem !important;
  }
  /* line 5064, app/assets/stylesheets/core.scss */
  .me-sm-11 {
    margin-right: 5rem !important;
  }
  /* line 5067, app/assets/stylesheets/core.scss */
  .me-sm-12 {
    margin-right: 5.5rem !important;
  }
  /* line 5070, app/assets/stylesheets/core.scss */
  .me-sm-13 {
    margin-right: 6rem !important;
  }
  /* line 5073, app/assets/stylesheets/core.scss */
  .me-sm-14 {
    margin-right: 6.5rem !important;
  }
  /* line 5076, app/assets/stylesheets/core.scss */
  .me-sm-15 {
    margin-right: 7rem !important;
  }
  /* line 5079, app/assets/stylesheets/core.scss */
  .me-sm-16 {
    margin-right: 7.5rem !important;
  }
  /* line 5082, app/assets/stylesheets/core.scss */
  .me-sm-17 {
    margin-right: 8rem !important;
  }
  /* line 5085, app/assets/stylesheets/core.scss */
  .me-sm-18 {
    margin-right: 10rem !important;
  }
  /* line 5088, app/assets/stylesheets/core.scss */
  .me-sm-19 {
    margin-right: 12rem !important;
  }
  /* line 5091, app/assets/stylesheets/core.scss */
  .me-sm-20 {
    margin-right: 14rem !important;
  }
  /* line 5094, app/assets/stylesheets/core.scss */
  .me-sm-21 {
    margin-right: 18.5rem !important;
  }
  /* line 5097, app/assets/stylesheets/core.scss */
  .me-sm-22 {
    margin-right: 22rem !important;
  }
  /* line 5100, app/assets/stylesheets/core.scss */
  .me-sm-23 {
    margin-right: 35rem !important;
  }
  /* line 5103, app/assets/stylesheets/core.scss */
  .me-sm-24 {
    margin-right: 40rem !important;
  }
  /* line 5106, app/assets/stylesheets/core.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 5109, app/assets/stylesheets/core.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 5112, app/assets/stylesheets/core.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 5115, app/assets/stylesheets/core.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 5118, app/assets/stylesheets/core.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 5121, app/assets/stylesheets/core.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 5124, app/assets/stylesheets/core.scss */
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  /* line 5127, app/assets/stylesheets/core.scss */
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 5130, app/assets/stylesheets/core.scss */
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  /* line 5133, app/assets/stylesheets/core.scss */
  .mb-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 5136, app/assets/stylesheets/core.scss */
  .mb-sm-9 {
    margin-bottom: 4rem !important;
  }
  /* line 5139, app/assets/stylesheets/core.scss */
  .mb-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 5142, app/assets/stylesheets/core.scss */
  .mb-sm-11 {
    margin-bottom: 5rem !important;
  }
  /* line 5145, app/assets/stylesheets/core.scss */
  .mb-sm-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 5148, app/assets/stylesheets/core.scss */
  .mb-sm-13 {
    margin-bottom: 6rem !important;
  }
  /* line 5151, app/assets/stylesheets/core.scss */
  .mb-sm-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 5154, app/assets/stylesheets/core.scss */
  .mb-sm-15 {
    margin-bottom: 7rem !important;
  }
  /* line 5157, app/assets/stylesheets/core.scss */
  .mb-sm-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 5160, app/assets/stylesheets/core.scss */
  .mb-sm-17 {
    margin-bottom: 8rem !important;
  }
  /* line 5163, app/assets/stylesheets/core.scss */
  .mb-sm-18 {
    margin-bottom: 10rem !important;
  }
  /* line 5166, app/assets/stylesheets/core.scss */
  .mb-sm-19 {
    margin-bottom: 12rem !important;
  }
  /* line 5169, app/assets/stylesheets/core.scss */
  .mb-sm-20 {
    margin-bottom: 14rem !important;
  }
  /* line 5172, app/assets/stylesheets/core.scss */
  .mb-sm-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 5175, app/assets/stylesheets/core.scss */
  .mb-sm-22 {
    margin-bottom: 22rem !important;
  }
  /* line 5178, app/assets/stylesheets/core.scss */
  .mb-sm-23 {
    margin-bottom: 35rem !important;
  }
  /* line 5181, app/assets/stylesheets/core.scss */
  .mb-sm-24 {
    margin-bottom: 40rem !important;
  }
  /* line 5184, app/assets/stylesheets/core.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 5187, app/assets/stylesheets/core.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 5190, app/assets/stylesheets/core.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 5193, app/assets/stylesheets/core.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 5196, app/assets/stylesheets/core.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 5199, app/assets/stylesheets/core.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 5202, app/assets/stylesheets/core.scss */
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  /* line 5205, app/assets/stylesheets/core.scss */
  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  /* line 5208, app/assets/stylesheets/core.scss */
  .ms-sm-7 {
    margin-left: 3rem !important;
  }
  /* line 5211, app/assets/stylesheets/core.scss */
  .ms-sm-8 {
    margin-left: 3.5rem !important;
  }
  /* line 5214, app/assets/stylesheets/core.scss */
  .ms-sm-9 {
    margin-left: 4rem !important;
  }
  /* line 5217, app/assets/stylesheets/core.scss */
  .ms-sm-10 {
    margin-left: 4.5rem !important;
  }
  /* line 5220, app/assets/stylesheets/core.scss */
  .ms-sm-11 {
    margin-left: 5rem !important;
  }
  /* line 5223, app/assets/stylesheets/core.scss */
  .ms-sm-12 {
    margin-left: 5.5rem !important;
  }
  /* line 5226, app/assets/stylesheets/core.scss */
  .ms-sm-13 {
    margin-left: 6rem !important;
  }
  /* line 5229, app/assets/stylesheets/core.scss */
  .ms-sm-14 {
    margin-left: 6.5rem !important;
  }
  /* line 5232, app/assets/stylesheets/core.scss */
  .ms-sm-15 {
    margin-left: 7rem !important;
  }
  /* line 5235, app/assets/stylesheets/core.scss */
  .ms-sm-16 {
    margin-left: 7.5rem !important;
  }
  /* line 5238, app/assets/stylesheets/core.scss */
  .ms-sm-17 {
    margin-left: 8rem !important;
  }
  /* line 5241, app/assets/stylesheets/core.scss */
  .ms-sm-18 {
    margin-left: 10rem !important;
  }
  /* line 5244, app/assets/stylesheets/core.scss */
  .ms-sm-19 {
    margin-left: 12rem !important;
  }
  /* line 5247, app/assets/stylesheets/core.scss */
  .ms-sm-20 {
    margin-left: 14rem !important;
  }
  /* line 5250, app/assets/stylesheets/core.scss */
  .ms-sm-21 {
    margin-left: 18.5rem !important;
  }
  /* line 5253, app/assets/stylesheets/core.scss */
  .ms-sm-22 {
    margin-left: 22rem !important;
  }
  /* line 5256, app/assets/stylesheets/core.scss */
  .ms-sm-23 {
    margin-left: 35rem !important;
  }
  /* line 5259, app/assets/stylesheets/core.scss */
  .ms-sm-24 {
    margin-left: 40rem !important;
  }
  /* line 5262, app/assets/stylesheets/core.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 5265, app/assets/stylesheets/core.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 5268, app/assets/stylesheets/core.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 5271, app/assets/stylesheets/core.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 5274, app/assets/stylesheets/core.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 5277, app/assets/stylesheets/core.scss */
  .m-sm-n5 {
    margin: -2rem !important;
  }
  /* line 5280, app/assets/stylesheets/core.scss */
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  /* line 5283, app/assets/stylesheets/core.scss */
  .m-sm-n7 {
    margin: -3rem !important;
  }
  /* line 5286, app/assets/stylesheets/core.scss */
  .m-sm-n8 {
    margin: -3.5rem !important;
  }
  /* line 5289, app/assets/stylesheets/core.scss */
  .m-sm-n9 {
    margin: -4rem !important;
  }
  /* line 5292, app/assets/stylesheets/core.scss */
  .m-sm-n10 {
    margin: -4.5rem !important;
  }
  /* line 5295, app/assets/stylesheets/core.scss */
  .m-sm-n11 {
    margin: -5rem !important;
  }
  /* line 5298, app/assets/stylesheets/core.scss */
  .m-sm-n12 {
    margin: -5.5rem !important;
  }
  /* line 5301, app/assets/stylesheets/core.scss */
  .m-sm-n13 {
    margin: -6rem !important;
  }
  /* line 5304, app/assets/stylesheets/core.scss */
  .m-sm-n14 {
    margin: -6.5rem !important;
  }
  /* line 5307, app/assets/stylesheets/core.scss */
  .m-sm-n15 {
    margin: -7rem !important;
  }
  /* line 5310, app/assets/stylesheets/core.scss */
  .m-sm-n16 {
    margin: -7.5rem !important;
  }
  /* line 5313, app/assets/stylesheets/core.scss */
  .m-sm-n17 {
    margin: -8rem !important;
  }
  /* line 5316, app/assets/stylesheets/core.scss */
  .m-sm-n18 {
    margin: -10rem !important;
  }
  /* line 5319, app/assets/stylesheets/core.scss */
  .m-sm-n19 {
    margin: -12rem !important;
  }
  /* line 5322, app/assets/stylesheets/core.scss */
  .m-sm-n20 {
    margin: -14rem !important;
  }
  /* line 5325, app/assets/stylesheets/core.scss */
  .m-sm-n21 {
    margin: -18.5rem !important;
  }
  /* line 5328, app/assets/stylesheets/core.scss */
  .m-sm-n22 {
    margin: -22rem !important;
  }
  /* line 5331, app/assets/stylesheets/core.scss */
  .m-sm-n23 {
    margin: -35rem !important;
  }
  /* line 5334, app/assets/stylesheets/core.scss */
  .m-sm-n24 {
    margin: -40rem !important;
  }
  /* line 5337, app/assets/stylesheets/core.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 5341, app/assets/stylesheets/core.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 5345, app/assets/stylesheets/core.scss */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 5349, app/assets/stylesheets/core.scss */
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 5353, app/assets/stylesheets/core.scss */
  .mx-sm-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 5357, app/assets/stylesheets/core.scss */
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 5361, app/assets/stylesheets/core.scss */
  .mx-sm-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 5365, app/assets/stylesheets/core.scss */
  .mx-sm-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 5369, app/assets/stylesheets/core.scss */
  .mx-sm-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 5373, app/assets/stylesheets/core.scss */
  .mx-sm-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 5377, app/assets/stylesheets/core.scss */
  .mx-sm-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 5381, app/assets/stylesheets/core.scss */
  .mx-sm-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 5385, app/assets/stylesheets/core.scss */
  .mx-sm-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 5389, app/assets/stylesheets/core.scss */
  .mx-sm-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 5393, app/assets/stylesheets/core.scss */
  .mx-sm-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 5397, app/assets/stylesheets/core.scss */
  .mx-sm-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 5401, app/assets/stylesheets/core.scss */
  .mx-sm-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 5405, app/assets/stylesheets/core.scss */
  .mx-sm-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 5409, app/assets/stylesheets/core.scss */
  .mx-sm-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 5413, app/assets/stylesheets/core.scss */
  .mx-sm-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 5417, app/assets/stylesheets/core.scss */
  .mx-sm-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 5421, app/assets/stylesheets/core.scss */
  .mx-sm-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 5425, app/assets/stylesheets/core.scss */
  .mx-sm-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 5429, app/assets/stylesheets/core.scss */
  .mx-sm-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 5433, app/assets/stylesheets/core.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5437, app/assets/stylesheets/core.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5441, app/assets/stylesheets/core.scss */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5445, app/assets/stylesheets/core.scss */
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5449, app/assets/stylesheets/core.scss */
  .my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 5453, app/assets/stylesheets/core.scss */
  .my-sm-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 5457, app/assets/stylesheets/core.scss */
  .my-sm-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5461, app/assets/stylesheets/core.scss */
  .my-sm-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 5465, app/assets/stylesheets/core.scss */
  .my-sm-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 5469, app/assets/stylesheets/core.scss */
  .my-sm-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 5473, app/assets/stylesheets/core.scss */
  .my-sm-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 5477, app/assets/stylesheets/core.scss */
  .my-sm-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 5481, app/assets/stylesheets/core.scss */
  .my-sm-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 5485, app/assets/stylesheets/core.scss */
  .my-sm-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 5489, app/assets/stylesheets/core.scss */
  .my-sm-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 5493, app/assets/stylesheets/core.scss */
  .my-sm-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 5497, app/assets/stylesheets/core.scss */
  .my-sm-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 5501, app/assets/stylesheets/core.scss */
  .my-sm-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 5505, app/assets/stylesheets/core.scss */
  .my-sm-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 5509, app/assets/stylesheets/core.scss */
  .my-sm-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 5513, app/assets/stylesheets/core.scss */
  .my-sm-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 5517, app/assets/stylesheets/core.scss */
  .my-sm-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 5521, app/assets/stylesheets/core.scss */
  .my-sm-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 5525, app/assets/stylesheets/core.scss */
  .my-sm-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 5529, app/assets/stylesheets/core.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 5532, app/assets/stylesheets/core.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 5535, app/assets/stylesheets/core.scss */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 5538, app/assets/stylesheets/core.scss */
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 5541, app/assets/stylesheets/core.scss */
  .mt-sm-n5 {
    margin-top: -2rem !important;
  }
  /* line 5544, app/assets/stylesheets/core.scss */
  .mt-sm-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 5547, app/assets/stylesheets/core.scss */
  .mt-sm-n7 {
    margin-top: -3rem !important;
  }
  /* line 5550, app/assets/stylesheets/core.scss */
  .mt-sm-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 5553, app/assets/stylesheets/core.scss */
  .mt-sm-n9 {
    margin-top: -4rem !important;
  }
  /* line 5556, app/assets/stylesheets/core.scss */
  .mt-sm-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 5559, app/assets/stylesheets/core.scss */
  .mt-sm-n11 {
    margin-top: -5rem !important;
  }
  /* line 5562, app/assets/stylesheets/core.scss */
  .mt-sm-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 5565, app/assets/stylesheets/core.scss */
  .mt-sm-n13 {
    margin-top: -6rem !important;
  }
  /* line 5568, app/assets/stylesheets/core.scss */
  .mt-sm-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 5571, app/assets/stylesheets/core.scss */
  .mt-sm-n15 {
    margin-top: -7rem !important;
  }
  /* line 5574, app/assets/stylesheets/core.scss */
  .mt-sm-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 5577, app/assets/stylesheets/core.scss */
  .mt-sm-n17 {
    margin-top: -8rem !important;
  }
  /* line 5580, app/assets/stylesheets/core.scss */
  .mt-sm-n18 {
    margin-top: -10rem !important;
  }
  /* line 5583, app/assets/stylesheets/core.scss */
  .mt-sm-n19 {
    margin-top: -12rem !important;
  }
  /* line 5586, app/assets/stylesheets/core.scss */
  .mt-sm-n20 {
    margin-top: -14rem !important;
  }
  /* line 5589, app/assets/stylesheets/core.scss */
  .mt-sm-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 5592, app/assets/stylesheets/core.scss */
  .mt-sm-n22 {
    margin-top: -22rem !important;
  }
  /* line 5595, app/assets/stylesheets/core.scss */
  .mt-sm-n23 {
    margin-top: -35rem !important;
  }
  /* line 5598, app/assets/stylesheets/core.scss */
  .mt-sm-n24 {
    margin-top: -40rem !important;
  }
  /* line 5601, app/assets/stylesheets/core.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 5604, app/assets/stylesheets/core.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 5607, app/assets/stylesheets/core.scss */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 5610, app/assets/stylesheets/core.scss */
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 5613, app/assets/stylesheets/core.scss */
  .me-sm-n5 {
    margin-right: -2rem !important;
  }
  /* line 5616, app/assets/stylesheets/core.scss */
  .me-sm-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 5619, app/assets/stylesheets/core.scss */
  .me-sm-n7 {
    margin-right: -3rem !important;
  }
  /* line 5622, app/assets/stylesheets/core.scss */
  .me-sm-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 5625, app/assets/stylesheets/core.scss */
  .me-sm-n9 {
    margin-right: -4rem !important;
  }
  /* line 5628, app/assets/stylesheets/core.scss */
  .me-sm-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 5631, app/assets/stylesheets/core.scss */
  .me-sm-n11 {
    margin-right: -5rem !important;
  }
  /* line 5634, app/assets/stylesheets/core.scss */
  .me-sm-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 5637, app/assets/stylesheets/core.scss */
  .me-sm-n13 {
    margin-right: -6rem !important;
  }
  /* line 5640, app/assets/stylesheets/core.scss */
  .me-sm-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 5643, app/assets/stylesheets/core.scss */
  .me-sm-n15 {
    margin-right: -7rem !important;
  }
  /* line 5646, app/assets/stylesheets/core.scss */
  .me-sm-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 5649, app/assets/stylesheets/core.scss */
  .me-sm-n17 {
    margin-right: -8rem !important;
  }
  /* line 5652, app/assets/stylesheets/core.scss */
  .me-sm-n18 {
    margin-right: -10rem !important;
  }
  /* line 5655, app/assets/stylesheets/core.scss */
  .me-sm-n19 {
    margin-right: -12rem !important;
  }
  /* line 5658, app/assets/stylesheets/core.scss */
  .me-sm-n20 {
    margin-right: -14rem !important;
  }
  /* line 5661, app/assets/stylesheets/core.scss */
  .me-sm-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 5664, app/assets/stylesheets/core.scss */
  .me-sm-n22 {
    margin-right: -22rem !important;
  }
  /* line 5667, app/assets/stylesheets/core.scss */
  .me-sm-n23 {
    margin-right: -35rem !important;
  }
  /* line 5670, app/assets/stylesheets/core.scss */
  .me-sm-n24 {
    margin-right: -40rem !important;
  }
  /* line 5673, app/assets/stylesheets/core.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 5676, app/assets/stylesheets/core.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 5679, app/assets/stylesheets/core.scss */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 5682, app/assets/stylesheets/core.scss */
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 5685, app/assets/stylesheets/core.scss */
  .mb-sm-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 5688, app/assets/stylesheets/core.scss */
  .mb-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 5691, app/assets/stylesheets/core.scss */
  .mb-sm-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 5694, app/assets/stylesheets/core.scss */
  .mb-sm-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 5697, app/assets/stylesheets/core.scss */
  .mb-sm-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 5700, app/assets/stylesheets/core.scss */
  .mb-sm-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 5703, app/assets/stylesheets/core.scss */
  .mb-sm-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 5706, app/assets/stylesheets/core.scss */
  .mb-sm-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 5709, app/assets/stylesheets/core.scss */
  .mb-sm-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 5712, app/assets/stylesheets/core.scss */
  .mb-sm-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 5715, app/assets/stylesheets/core.scss */
  .mb-sm-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 5718, app/assets/stylesheets/core.scss */
  .mb-sm-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 5721, app/assets/stylesheets/core.scss */
  .mb-sm-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 5724, app/assets/stylesheets/core.scss */
  .mb-sm-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 5727, app/assets/stylesheets/core.scss */
  .mb-sm-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 5730, app/assets/stylesheets/core.scss */
  .mb-sm-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 5733, app/assets/stylesheets/core.scss */
  .mb-sm-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 5736, app/assets/stylesheets/core.scss */
  .mb-sm-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 5739, app/assets/stylesheets/core.scss */
  .mb-sm-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 5742, app/assets/stylesheets/core.scss */
  .mb-sm-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 5745, app/assets/stylesheets/core.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 5748, app/assets/stylesheets/core.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 5751, app/assets/stylesheets/core.scss */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 5754, app/assets/stylesheets/core.scss */
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 5757, app/assets/stylesheets/core.scss */
  .ms-sm-n5 {
    margin-left: -2rem !important;
  }
  /* line 5760, app/assets/stylesheets/core.scss */
  .ms-sm-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 5763, app/assets/stylesheets/core.scss */
  .ms-sm-n7 {
    margin-left: -3rem !important;
  }
  /* line 5766, app/assets/stylesheets/core.scss */
  .ms-sm-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 5769, app/assets/stylesheets/core.scss */
  .ms-sm-n9 {
    margin-left: -4rem !important;
  }
  /* line 5772, app/assets/stylesheets/core.scss */
  .ms-sm-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 5775, app/assets/stylesheets/core.scss */
  .ms-sm-n11 {
    margin-left: -5rem !important;
  }
  /* line 5778, app/assets/stylesheets/core.scss */
  .ms-sm-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 5781, app/assets/stylesheets/core.scss */
  .ms-sm-n13 {
    margin-left: -6rem !important;
  }
  /* line 5784, app/assets/stylesheets/core.scss */
  .ms-sm-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 5787, app/assets/stylesheets/core.scss */
  .ms-sm-n15 {
    margin-left: -7rem !important;
  }
  /* line 5790, app/assets/stylesheets/core.scss */
  .ms-sm-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 5793, app/assets/stylesheets/core.scss */
  .ms-sm-n17 {
    margin-left: -8rem !important;
  }
  /* line 5796, app/assets/stylesheets/core.scss */
  .ms-sm-n18 {
    margin-left: -10rem !important;
  }
  /* line 5799, app/assets/stylesheets/core.scss */
  .ms-sm-n19 {
    margin-left: -12rem !important;
  }
  /* line 5802, app/assets/stylesheets/core.scss */
  .ms-sm-n20 {
    margin-left: -14rem !important;
  }
  /* line 5805, app/assets/stylesheets/core.scss */
  .ms-sm-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 5808, app/assets/stylesheets/core.scss */
  .ms-sm-n22 {
    margin-left: -22rem !important;
  }
  /* line 5811, app/assets/stylesheets/core.scss */
  .ms-sm-n23 {
    margin-left: -35rem !important;
  }
  /* line 5814, app/assets/stylesheets/core.scss */
  .ms-sm-n24 {
    margin-left: -40rem !important;
  }
  /* line 5817, app/assets/stylesheets/core.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 5820, app/assets/stylesheets/core.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 5823, app/assets/stylesheets/core.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 5826, app/assets/stylesheets/core.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 5829, app/assets/stylesheets/core.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 5832, app/assets/stylesheets/core.scss */
  .p-sm-5 {
    padding: 2rem !important;
  }
  /* line 5835, app/assets/stylesheets/core.scss */
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  /* line 5838, app/assets/stylesheets/core.scss */
  .p-sm-7 {
    padding: 3rem !important;
  }
  /* line 5841, app/assets/stylesheets/core.scss */
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  /* line 5844, app/assets/stylesheets/core.scss */
  .p-sm-9 {
    padding: 4rem !important;
  }
  /* line 5847, app/assets/stylesheets/core.scss */
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  /* line 5850, app/assets/stylesheets/core.scss */
  .p-sm-11 {
    padding: 5rem !important;
  }
  /* line 5853, app/assets/stylesheets/core.scss */
  .p-sm-12 {
    padding: 5.5rem !important;
  }
  /* line 5856, app/assets/stylesheets/core.scss */
  .p-sm-13 {
    padding: 6rem !important;
  }
  /* line 5859, app/assets/stylesheets/core.scss */
  .p-sm-14 {
    padding: 6.5rem !important;
  }
  /* line 5862, app/assets/stylesheets/core.scss */
  .p-sm-15 {
    padding: 7rem !important;
  }
  /* line 5865, app/assets/stylesheets/core.scss */
  .p-sm-16 {
    padding: 7.5rem !important;
  }
  /* line 5868, app/assets/stylesheets/core.scss */
  .p-sm-17 {
    padding: 8rem !important;
  }
  /* line 5871, app/assets/stylesheets/core.scss */
  .p-sm-18 {
    padding: 10rem !important;
  }
  /* line 5874, app/assets/stylesheets/core.scss */
  .p-sm-19 {
    padding: 12rem !important;
  }
  /* line 5877, app/assets/stylesheets/core.scss */
  .p-sm-20 {
    padding: 14rem !important;
  }
  /* line 5880, app/assets/stylesheets/core.scss */
  .p-sm-21 {
    padding: 18.5rem !important;
  }
  /* line 5883, app/assets/stylesheets/core.scss */
  .p-sm-22 {
    padding: 22rem !important;
  }
  /* line 5886, app/assets/stylesheets/core.scss */
  .p-sm-23 {
    padding: 35rem !important;
  }
  /* line 5889, app/assets/stylesheets/core.scss */
  .p-sm-24 {
    padding: 40rem !important;
  }
  /* line 5892, app/assets/stylesheets/core.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 5896, app/assets/stylesheets/core.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 5900, app/assets/stylesheets/core.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 5904, app/assets/stylesheets/core.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 5908, app/assets/stylesheets/core.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 5912, app/assets/stylesheets/core.scss */
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 5916, app/assets/stylesheets/core.scss */
  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 5920, app/assets/stylesheets/core.scss */
  .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 5924, app/assets/stylesheets/core.scss */
  .px-sm-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 5928, app/assets/stylesheets/core.scss */
  .px-sm-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 5932, app/assets/stylesheets/core.scss */
  .px-sm-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 5936, app/assets/stylesheets/core.scss */
  .px-sm-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 5940, app/assets/stylesheets/core.scss */
  .px-sm-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 5944, app/assets/stylesheets/core.scss */
  .px-sm-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 5948, app/assets/stylesheets/core.scss */
  .px-sm-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 5952, app/assets/stylesheets/core.scss */
  .px-sm-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 5956, app/assets/stylesheets/core.scss */
  .px-sm-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 5960, app/assets/stylesheets/core.scss */
  .px-sm-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 5964, app/assets/stylesheets/core.scss */
  .px-sm-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 5968, app/assets/stylesheets/core.scss */
  .px-sm-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 5972, app/assets/stylesheets/core.scss */
  .px-sm-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 5976, app/assets/stylesheets/core.scss */
  .px-sm-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 5980, app/assets/stylesheets/core.scss */
  .px-sm-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 5984, app/assets/stylesheets/core.scss */
  .px-sm-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 5988, app/assets/stylesheets/core.scss */
  .px-sm-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 5992, app/assets/stylesheets/core.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5996, app/assets/stylesheets/core.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6000, app/assets/stylesheets/core.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6004, app/assets/stylesheets/core.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6008, app/assets/stylesheets/core.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6012, app/assets/stylesheets/core.scss */
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 6016, app/assets/stylesheets/core.scss */
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 6020, app/assets/stylesheets/core.scss */
  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6024, app/assets/stylesheets/core.scss */
  .py-sm-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 6028, app/assets/stylesheets/core.scss */
  .py-sm-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 6032, app/assets/stylesheets/core.scss */
  .py-sm-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 6036, app/assets/stylesheets/core.scss */
  .py-sm-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 6040, app/assets/stylesheets/core.scss */
  .py-sm-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 6044, app/assets/stylesheets/core.scss */
  .py-sm-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 6048, app/assets/stylesheets/core.scss */
  .py-sm-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 6052, app/assets/stylesheets/core.scss */
  .py-sm-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 6056, app/assets/stylesheets/core.scss */
  .py-sm-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 6060, app/assets/stylesheets/core.scss */
  .py-sm-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 6064, app/assets/stylesheets/core.scss */
  .py-sm-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 6068, app/assets/stylesheets/core.scss */
  .py-sm-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 6072, app/assets/stylesheets/core.scss */
  .py-sm-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 6076, app/assets/stylesheets/core.scss */
  .py-sm-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 6080, app/assets/stylesheets/core.scss */
  .py-sm-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 6084, app/assets/stylesheets/core.scss */
  .py-sm-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 6088, app/assets/stylesheets/core.scss */
  .py-sm-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 6092, app/assets/stylesheets/core.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6095, app/assets/stylesheets/core.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6098, app/assets/stylesheets/core.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6101, app/assets/stylesheets/core.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 6104, app/assets/stylesheets/core.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6107, app/assets/stylesheets/core.scss */
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  /* line 6110, app/assets/stylesheets/core.scss */
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  /* line 6113, app/assets/stylesheets/core.scss */
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  /* line 6116, app/assets/stylesheets/core.scss */
  .pt-sm-8 {
    padding-top: 3.5rem !important;
  }
  /* line 6119, app/assets/stylesheets/core.scss */
  .pt-sm-9 {
    padding-top: 4rem !important;
  }
  /* line 6122, app/assets/stylesheets/core.scss */
  .pt-sm-10 {
    padding-top: 4.5rem !important;
  }
  /* line 6125, app/assets/stylesheets/core.scss */
  .pt-sm-11 {
    padding-top: 5rem !important;
  }
  /* line 6128, app/assets/stylesheets/core.scss */
  .pt-sm-12 {
    padding-top: 5.5rem !important;
  }
  /* line 6131, app/assets/stylesheets/core.scss */
  .pt-sm-13 {
    padding-top: 6rem !important;
  }
  /* line 6134, app/assets/stylesheets/core.scss */
  .pt-sm-14 {
    padding-top: 6.5rem !important;
  }
  /* line 6137, app/assets/stylesheets/core.scss */
  .pt-sm-15 {
    padding-top: 7rem !important;
  }
  /* line 6140, app/assets/stylesheets/core.scss */
  .pt-sm-16 {
    padding-top: 7.5rem !important;
  }
  /* line 6143, app/assets/stylesheets/core.scss */
  .pt-sm-17 {
    padding-top: 8rem !important;
  }
  /* line 6146, app/assets/stylesheets/core.scss */
  .pt-sm-18 {
    padding-top: 10rem !important;
  }
  /* line 6149, app/assets/stylesheets/core.scss */
  .pt-sm-19 {
    padding-top: 12rem !important;
  }
  /* line 6152, app/assets/stylesheets/core.scss */
  .pt-sm-20 {
    padding-top: 14rem !important;
  }
  /* line 6155, app/assets/stylesheets/core.scss */
  .pt-sm-21 {
    padding-top: 18.5rem !important;
  }
  /* line 6158, app/assets/stylesheets/core.scss */
  .pt-sm-22 {
    padding-top: 22rem !important;
  }
  /* line 6161, app/assets/stylesheets/core.scss */
  .pt-sm-23 {
    padding-top: 35rem !important;
  }
  /* line 6164, app/assets/stylesheets/core.scss */
  .pt-sm-24 {
    padding-top: 40rem !important;
  }
  /* line 6167, app/assets/stylesheets/core.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6170, app/assets/stylesheets/core.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6173, app/assets/stylesheets/core.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6176, app/assets/stylesheets/core.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 6179, app/assets/stylesheets/core.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6182, app/assets/stylesheets/core.scss */
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  /* line 6185, app/assets/stylesheets/core.scss */
  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  /* line 6188, app/assets/stylesheets/core.scss */
  .pe-sm-7 {
    padding-right: 3rem !important;
  }
  /* line 6191, app/assets/stylesheets/core.scss */
  .pe-sm-8 {
    padding-right: 3.5rem !important;
  }
  /* line 6194, app/assets/stylesheets/core.scss */
  .pe-sm-9 {
    padding-right: 4rem !important;
  }
  /* line 6197, app/assets/stylesheets/core.scss */
  .pe-sm-10 {
    padding-right: 4.5rem !important;
  }
  /* line 6200, app/assets/stylesheets/core.scss */
  .pe-sm-11 {
    padding-right: 5rem !important;
  }
  /* line 6203, app/assets/stylesheets/core.scss */
  .pe-sm-12 {
    padding-right: 5.5rem !important;
  }
  /* line 6206, app/assets/stylesheets/core.scss */
  .pe-sm-13 {
    padding-right: 6rem !important;
  }
  /* line 6209, app/assets/stylesheets/core.scss */
  .pe-sm-14 {
    padding-right: 6.5rem !important;
  }
  /* line 6212, app/assets/stylesheets/core.scss */
  .pe-sm-15 {
    padding-right: 7rem !important;
  }
  /* line 6215, app/assets/stylesheets/core.scss */
  .pe-sm-16 {
    padding-right: 7.5rem !important;
  }
  /* line 6218, app/assets/stylesheets/core.scss */
  .pe-sm-17 {
    padding-right: 8rem !important;
  }
  /* line 6221, app/assets/stylesheets/core.scss */
  .pe-sm-18 {
    padding-right: 10rem !important;
  }
  /* line 6224, app/assets/stylesheets/core.scss */
  .pe-sm-19 {
    padding-right: 12rem !important;
  }
  /* line 6227, app/assets/stylesheets/core.scss */
  .pe-sm-20 {
    padding-right: 14rem !important;
  }
  /* line 6230, app/assets/stylesheets/core.scss */
  .pe-sm-21 {
    padding-right: 18.5rem !important;
  }
  /* line 6233, app/assets/stylesheets/core.scss */
  .pe-sm-22 {
    padding-right: 22rem !important;
  }
  /* line 6236, app/assets/stylesheets/core.scss */
  .pe-sm-23 {
    padding-right: 35rem !important;
  }
  /* line 6239, app/assets/stylesheets/core.scss */
  .pe-sm-24 {
    padding-right: 40rem !important;
  }
  /* line 6242, app/assets/stylesheets/core.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6245, app/assets/stylesheets/core.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6248, app/assets/stylesheets/core.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6251, app/assets/stylesheets/core.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6254, app/assets/stylesheets/core.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6257, app/assets/stylesheets/core.scss */
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  /* line 6260, app/assets/stylesheets/core.scss */
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 6263, app/assets/stylesheets/core.scss */
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  /* line 6266, app/assets/stylesheets/core.scss */
  .pb-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 6269, app/assets/stylesheets/core.scss */
  .pb-sm-9 {
    padding-bottom: 4rem !important;
  }
  /* line 6272, app/assets/stylesheets/core.scss */
  .pb-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 6275, app/assets/stylesheets/core.scss */
  .pb-sm-11 {
    padding-bottom: 5rem !important;
  }
  /* line 6278, app/assets/stylesheets/core.scss */
  .pb-sm-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 6281, app/assets/stylesheets/core.scss */
  .pb-sm-13 {
    padding-bottom: 6rem !important;
  }
  /* line 6284, app/assets/stylesheets/core.scss */
  .pb-sm-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 6287, app/assets/stylesheets/core.scss */
  .pb-sm-15 {
    padding-bottom: 7rem !important;
  }
  /* line 6290, app/assets/stylesheets/core.scss */
  .pb-sm-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 6293, app/assets/stylesheets/core.scss */
  .pb-sm-17 {
    padding-bottom: 8rem !important;
  }
  /* line 6296, app/assets/stylesheets/core.scss */
  .pb-sm-18 {
    padding-bottom: 10rem !important;
  }
  /* line 6299, app/assets/stylesheets/core.scss */
  .pb-sm-19 {
    padding-bottom: 12rem !important;
  }
  /* line 6302, app/assets/stylesheets/core.scss */
  .pb-sm-20 {
    padding-bottom: 14rem !important;
  }
  /* line 6305, app/assets/stylesheets/core.scss */
  .pb-sm-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 6308, app/assets/stylesheets/core.scss */
  .pb-sm-22 {
    padding-bottom: 22rem !important;
  }
  /* line 6311, app/assets/stylesheets/core.scss */
  .pb-sm-23 {
    padding-bottom: 35rem !important;
  }
  /* line 6314, app/assets/stylesheets/core.scss */
  .pb-sm-24 {
    padding-bottom: 40rem !important;
  }
  /* line 6317, app/assets/stylesheets/core.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6320, app/assets/stylesheets/core.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6323, app/assets/stylesheets/core.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6326, app/assets/stylesheets/core.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 6329, app/assets/stylesheets/core.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6332, app/assets/stylesheets/core.scss */
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  /* line 6335, app/assets/stylesheets/core.scss */
  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  /* line 6338, app/assets/stylesheets/core.scss */
  .ps-sm-7 {
    padding-left: 3rem !important;
  }
  /* line 6341, app/assets/stylesheets/core.scss */
  .ps-sm-8 {
    padding-left: 3.5rem !important;
  }
  /* line 6344, app/assets/stylesheets/core.scss */
  .ps-sm-9 {
    padding-left: 4rem !important;
  }
  /* line 6347, app/assets/stylesheets/core.scss */
  .ps-sm-10 {
    padding-left: 4.5rem !important;
  }
  /* line 6350, app/assets/stylesheets/core.scss */
  .ps-sm-11 {
    padding-left: 5rem !important;
  }
  /* line 6353, app/assets/stylesheets/core.scss */
  .ps-sm-12 {
    padding-left: 5.5rem !important;
  }
  /* line 6356, app/assets/stylesheets/core.scss */
  .ps-sm-13 {
    padding-left: 6rem !important;
  }
  /* line 6359, app/assets/stylesheets/core.scss */
  .ps-sm-14 {
    padding-left: 6.5rem !important;
  }
  /* line 6362, app/assets/stylesheets/core.scss */
  .ps-sm-15 {
    padding-left: 7rem !important;
  }
  /* line 6365, app/assets/stylesheets/core.scss */
  .ps-sm-16 {
    padding-left: 7.5rem !important;
  }
  /* line 6368, app/assets/stylesheets/core.scss */
  .ps-sm-17 {
    padding-left: 8rem !important;
  }
  /* line 6371, app/assets/stylesheets/core.scss */
  .ps-sm-18 {
    padding-left: 10rem !important;
  }
  /* line 6374, app/assets/stylesheets/core.scss */
  .ps-sm-19 {
    padding-left: 12rem !important;
  }
  /* line 6377, app/assets/stylesheets/core.scss */
  .ps-sm-20 {
    padding-left: 14rem !important;
  }
  /* line 6380, app/assets/stylesheets/core.scss */
  .ps-sm-21 {
    padding-left: 18.5rem !important;
  }
  /* line 6383, app/assets/stylesheets/core.scss */
  .ps-sm-22 {
    padding-left: 22rem !important;
  }
  /* line 6386, app/assets/stylesheets/core.scss */
  .ps-sm-23 {
    padding-left: 35rem !important;
  }
  /* line 6389, app/assets/stylesheets/core.scss */
  .ps-sm-24 {
    padding-left: 40rem !important;
  }
  /* line 6392, app/assets/stylesheets/core.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 6395, app/assets/stylesheets/core.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 6398, app/assets/stylesheets/core.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 6401, app/assets/stylesheets/core.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 6404, app/assets/stylesheets/core.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 6407, app/assets/stylesheets/core.scss */
  .gap-sm-5 {
    gap: 2rem !important;
  }
  /* line 6410, app/assets/stylesheets/core.scss */
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  /* line 6413, app/assets/stylesheets/core.scss */
  .gap-sm-7 {
    gap: 3rem !important;
  }
  /* line 6416, app/assets/stylesheets/core.scss */
  .gap-sm-8 {
    gap: 3.5rem !important;
  }
  /* line 6419, app/assets/stylesheets/core.scss */
  .gap-sm-9 {
    gap: 4rem !important;
  }
  /* line 6422, app/assets/stylesheets/core.scss */
  .gap-sm-10 {
    gap: 4.5rem !important;
  }
  /* line 6425, app/assets/stylesheets/core.scss */
  .gap-sm-11 {
    gap: 5rem !important;
  }
  /* line 6428, app/assets/stylesheets/core.scss */
  .gap-sm-12 {
    gap: 5.5rem !important;
  }
  /* line 6431, app/assets/stylesheets/core.scss */
  .gap-sm-13 {
    gap: 6rem !important;
  }
  /* line 6434, app/assets/stylesheets/core.scss */
  .gap-sm-14 {
    gap: 6.5rem !important;
  }
  /* line 6437, app/assets/stylesheets/core.scss */
  .gap-sm-15 {
    gap: 7rem !important;
  }
  /* line 6440, app/assets/stylesheets/core.scss */
  .gap-sm-16 {
    gap: 7.5rem !important;
  }
  /* line 6443, app/assets/stylesheets/core.scss */
  .gap-sm-17 {
    gap: 8rem !important;
  }
  /* line 6446, app/assets/stylesheets/core.scss */
  .gap-sm-18 {
    gap: 10rem !important;
  }
  /* line 6449, app/assets/stylesheets/core.scss */
  .gap-sm-19 {
    gap: 12rem !important;
  }
  /* line 6452, app/assets/stylesheets/core.scss */
  .gap-sm-20 {
    gap: 14rem !important;
  }
  /* line 6455, app/assets/stylesheets/core.scss */
  .gap-sm-21 {
    gap: 18.5rem !important;
  }
  /* line 6458, app/assets/stylesheets/core.scss */
  .gap-sm-22 {
    gap: 22rem !important;
  }
  /* line 6461, app/assets/stylesheets/core.scss */
  .gap-sm-23 {
    gap: 35rem !important;
  }
  /* line 6464, app/assets/stylesheets/core.scss */
  .gap-sm-24 {
    gap: 40rem !important;
  }
  /* line 6467, app/assets/stylesheets/core.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 6470, app/assets/stylesheets/core.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 6473, app/assets/stylesheets/core.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 6476, app/assets/stylesheets/core.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 6479, app/assets/stylesheets/core.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 6482, app/assets/stylesheets/core.scss */
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  /* line 6485, app/assets/stylesheets/core.scss */
  .row-gap-sm-6 {
    row-gap: 2.5rem !important;
  }
  /* line 6488, app/assets/stylesheets/core.scss */
  .row-gap-sm-7 {
    row-gap: 3rem !important;
  }
  /* line 6491, app/assets/stylesheets/core.scss */
  .row-gap-sm-8 {
    row-gap: 3.5rem !important;
  }
  /* line 6494, app/assets/stylesheets/core.scss */
  .row-gap-sm-9 {
    row-gap: 4rem !important;
  }
  /* line 6497, app/assets/stylesheets/core.scss */
  .row-gap-sm-10 {
    row-gap: 4.5rem !important;
  }
  /* line 6500, app/assets/stylesheets/core.scss */
  .row-gap-sm-11 {
    row-gap: 5rem !important;
  }
  /* line 6503, app/assets/stylesheets/core.scss */
  .row-gap-sm-12 {
    row-gap: 5.5rem !important;
  }
  /* line 6506, app/assets/stylesheets/core.scss */
  .row-gap-sm-13 {
    row-gap: 6rem !important;
  }
  /* line 6509, app/assets/stylesheets/core.scss */
  .row-gap-sm-14 {
    row-gap: 6.5rem !important;
  }
  /* line 6512, app/assets/stylesheets/core.scss */
  .row-gap-sm-15 {
    row-gap: 7rem !important;
  }
  /* line 6515, app/assets/stylesheets/core.scss */
  .row-gap-sm-16 {
    row-gap: 7.5rem !important;
  }
  /* line 6518, app/assets/stylesheets/core.scss */
  .row-gap-sm-17 {
    row-gap: 8rem !important;
  }
  /* line 6521, app/assets/stylesheets/core.scss */
  .row-gap-sm-18 {
    row-gap: 10rem !important;
  }
  /* line 6524, app/assets/stylesheets/core.scss */
  .row-gap-sm-19 {
    row-gap: 12rem !important;
  }
  /* line 6527, app/assets/stylesheets/core.scss */
  .row-gap-sm-20 {
    row-gap: 14rem !important;
  }
  /* line 6530, app/assets/stylesheets/core.scss */
  .row-gap-sm-21 {
    row-gap: 18.5rem !important;
  }
  /* line 6533, app/assets/stylesheets/core.scss */
  .row-gap-sm-22 {
    row-gap: 22rem !important;
  }
  /* line 6536, app/assets/stylesheets/core.scss */
  .row-gap-sm-23 {
    row-gap: 35rem !important;
  }
  /* line 6539, app/assets/stylesheets/core.scss */
  .row-gap-sm-24 {
    row-gap: 40rem !important;
  }
  /* line 6542, app/assets/stylesheets/core.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 6546, app/assets/stylesheets/core.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 6550, app/assets/stylesheets/core.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 6554, app/assets/stylesheets/core.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 6558, app/assets/stylesheets/core.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 6562, app/assets/stylesheets/core.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 6566, app/assets/stylesheets/core.scss */
  .column-gap-sm-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 6570, app/assets/stylesheets/core.scss */
  .column-gap-sm-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 6574, app/assets/stylesheets/core.scss */
  .column-gap-sm-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 6578, app/assets/stylesheets/core.scss */
  .column-gap-sm-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 6582, app/assets/stylesheets/core.scss */
  .column-gap-sm-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 6586, app/assets/stylesheets/core.scss */
  .column-gap-sm-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 6590, app/assets/stylesheets/core.scss */
  .column-gap-sm-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 6594, app/assets/stylesheets/core.scss */
  .column-gap-sm-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 6598, app/assets/stylesheets/core.scss */
  .column-gap-sm-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 6602, app/assets/stylesheets/core.scss */
  .column-gap-sm-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 6606, app/assets/stylesheets/core.scss */
  .column-gap-sm-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 6610, app/assets/stylesheets/core.scss */
  .column-gap-sm-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 6614, app/assets/stylesheets/core.scss */
  .column-gap-sm-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 6618, app/assets/stylesheets/core.scss */
  .column-gap-sm-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 6622, app/assets/stylesheets/core.scss */
  .column-gap-sm-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 6626, app/assets/stylesheets/core.scss */
  .column-gap-sm-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 6630, app/assets/stylesheets/core.scss */
  .column-gap-sm-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 6634, app/assets/stylesheets/core.scss */
  .column-gap-sm-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 6638, app/assets/stylesheets/core.scss */
  .column-gap-sm-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 6642, app/assets/stylesheets/core.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 6645, app/assets/stylesheets/core.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 6648, app/assets/stylesheets/core.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 6653, app/assets/stylesheets/core.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 6656, app/assets/stylesheets/core.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 6659, app/assets/stylesheets/core.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 6662, app/assets/stylesheets/core.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 6666, app/assets/stylesheets/core.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 6670, app/assets/stylesheets/core.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 6674, app/assets/stylesheets/core.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 6678, app/assets/stylesheets/core.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 6682, app/assets/stylesheets/core.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6685, app/assets/stylesheets/core.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6688, app/assets/stylesheets/core.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6691, app/assets/stylesheets/core.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 6694, app/assets/stylesheets/core.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 6697, app/assets/stylesheets/core.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6700, app/assets/stylesheets/core.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6703, app/assets/stylesheets/core.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6706, app/assets/stylesheets/core.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6709, app/assets/stylesheets/core.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 6712, app/assets/stylesheets/core.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6715, app/assets/stylesheets/core.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 6718, app/assets/stylesheets/core.scss */
  .w-md-30 {
    width: 30% !important;
  }
  /* line 6721, app/assets/stylesheets/core.scss */
  .w-md-40 {
    width: 40% !important;
  }
  /* line 6724, app/assets/stylesheets/core.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 6727, app/assets/stylesheets/core.scss */
  .w-md-65 {
    width: 65% !important;
  }
  /* line 6730, app/assets/stylesheets/core.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 6733, app/assets/stylesheets/core.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 6736, app/assets/stylesheets/core.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 6739, app/assets/stylesheets/core.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6742, app/assets/stylesheets/core.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6745, app/assets/stylesheets/core.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6748, app/assets/stylesheets/core.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6751, app/assets/stylesheets/core.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6754, app/assets/stylesheets/core.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6757, app/assets/stylesheets/core.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6760, app/assets/stylesheets/core.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6763, app/assets/stylesheets/core.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6766, app/assets/stylesheets/core.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6769, app/assets/stylesheets/core.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6772, app/assets/stylesheets/core.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6775, app/assets/stylesheets/core.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6778, app/assets/stylesheets/core.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6781, app/assets/stylesheets/core.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6784, app/assets/stylesheets/core.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6787, app/assets/stylesheets/core.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6790, app/assets/stylesheets/core.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6793, app/assets/stylesheets/core.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6796, app/assets/stylesheets/core.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6799, app/assets/stylesheets/core.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6802, app/assets/stylesheets/core.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6805, app/assets/stylesheets/core.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6808, app/assets/stylesheets/core.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6811, app/assets/stylesheets/core.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6814, app/assets/stylesheets/core.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6817, app/assets/stylesheets/core.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6820, app/assets/stylesheets/core.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6823, app/assets/stylesheets/core.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6826, app/assets/stylesheets/core.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6829, app/assets/stylesheets/core.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6832, app/assets/stylesheets/core.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6835, app/assets/stylesheets/core.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6838, app/assets/stylesheets/core.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6841, app/assets/stylesheets/core.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 6844, app/assets/stylesheets/core.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 6847, app/assets/stylesheets/core.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 6850, app/assets/stylesheets/core.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 6853, app/assets/stylesheets/core.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 6856, app/assets/stylesheets/core.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 6859, app/assets/stylesheets/core.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 6862, app/assets/stylesheets/core.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 6865, app/assets/stylesheets/core.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 6868, app/assets/stylesheets/core.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6871, app/assets/stylesheets/core.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 6874, app/assets/stylesheets/core.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 6877, app/assets/stylesheets/core.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 6880, app/assets/stylesheets/core.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 6883, app/assets/stylesheets/core.scss */
  .m-md-5 {
    margin: 2rem !important;
  }
  /* line 6886, app/assets/stylesheets/core.scss */
  .m-md-6 {
    margin: 2.5rem !important;
  }
  /* line 6889, app/assets/stylesheets/core.scss */
  .m-md-7 {
    margin: 3rem !important;
  }
  /* line 6892, app/assets/stylesheets/core.scss */
  .m-md-8 {
    margin: 3.5rem !important;
  }
  /* line 6895, app/assets/stylesheets/core.scss */
  .m-md-9 {
    margin: 4rem !important;
  }
  /* line 6898, app/assets/stylesheets/core.scss */
  .m-md-10 {
    margin: 4.5rem !important;
  }
  /* line 6901, app/assets/stylesheets/core.scss */
  .m-md-11 {
    margin: 5rem !important;
  }
  /* line 6904, app/assets/stylesheets/core.scss */
  .m-md-12 {
    margin: 5.5rem !important;
  }
  /* line 6907, app/assets/stylesheets/core.scss */
  .m-md-13 {
    margin: 6rem !important;
  }
  /* line 6910, app/assets/stylesheets/core.scss */
  .m-md-14 {
    margin: 6.5rem !important;
  }
  /* line 6913, app/assets/stylesheets/core.scss */
  .m-md-15 {
    margin: 7rem !important;
  }
  /* line 6916, app/assets/stylesheets/core.scss */
  .m-md-16 {
    margin: 7.5rem !important;
  }
  /* line 6919, app/assets/stylesheets/core.scss */
  .m-md-17 {
    margin: 8rem !important;
  }
  /* line 6922, app/assets/stylesheets/core.scss */
  .m-md-18 {
    margin: 10rem !important;
  }
  /* line 6925, app/assets/stylesheets/core.scss */
  .m-md-19 {
    margin: 12rem !important;
  }
  /* line 6928, app/assets/stylesheets/core.scss */
  .m-md-20 {
    margin: 14rem !important;
  }
  /* line 6931, app/assets/stylesheets/core.scss */
  .m-md-21 {
    margin: 18.5rem !important;
  }
  /* line 6934, app/assets/stylesheets/core.scss */
  .m-md-22 {
    margin: 22rem !important;
  }
  /* line 6937, app/assets/stylesheets/core.scss */
  .m-md-23 {
    margin: 35rem !important;
  }
  /* line 6940, app/assets/stylesheets/core.scss */
  .m-md-24 {
    margin: 40rem !important;
  }
  /* line 6943, app/assets/stylesheets/core.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6946, app/assets/stylesheets/core.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6950, app/assets/stylesheets/core.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6954, app/assets/stylesheets/core.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6958, app/assets/stylesheets/core.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6962, app/assets/stylesheets/core.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6966, app/assets/stylesheets/core.scss */
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 6970, app/assets/stylesheets/core.scss */
  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 6974, app/assets/stylesheets/core.scss */
  .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6978, app/assets/stylesheets/core.scss */
  .mx-md-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 6982, app/assets/stylesheets/core.scss */
  .mx-md-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 6986, app/assets/stylesheets/core.scss */
  .mx-md-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 6990, app/assets/stylesheets/core.scss */
  .mx-md-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 6994, app/assets/stylesheets/core.scss */
  .mx-md-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 6998, app/assets/stylesheets/core.scss */
  .mx-md-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 7002, app/assets/stylesheets/core.scss */
  .mx-md-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 7006, app/assets/stylesheets/core.scss */
  .mx-md-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 7010, app/assets/stylesheets/core.scss */
  .mx-md-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 7014, app/assets/stylesheets/core.scss */
  .mx-md-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 7018, app/assets/stylesheets/core.scss */
  .mx-md-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 7022, app/assets/stylesheets/core.scss */
  .mx-md-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 7026, app/assets/stylesheets/core.scss */
  .mx-md-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 7030, app/assets/stylesheets/core.scss */
  .mx-md-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 7034, app/assets/stylesheets/core.scss */
  .mx-md-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 7038, app/assets/stylesheets/core.scss */
  .mx-md-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 7042, app/assets/stylesheets/core.scss */
  .mx-md-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 7046, app/assets/stylesheets/core.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 7050, app/assets/stylesheets/core.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 7054, app/assets/stylesheets/core.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 7058, app/assets/stylesheets/core.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 7062, app/assets/stylesheets/core.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 7066, app/assets/stylesheets/core.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 7070, app/assets/stylesheets/core.scss */
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 7074, app/assets/stylesheets/core.scss */
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 7078, app/assets/stylesheets/core.scss */
  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 7082, app/assets/stylesheets/core.scss */
  .my-md-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 7086, app/assets/stylesheets/core.scss */
  .my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 7090, app/assets/stylesheets/core.scss */
  .my-md-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 7094, app/assets/stylesheets/core.scss */
  .my-md-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 7098, app/assets/stylesheets/core.scss */
  .my-md-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 7102, app/assets/stylesheets/core.scss */
  .my-md-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 7106, app/assets/stylesheets/core.scss */
  .my-md-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 7110, app/assets/stylesheets/core.scss */
  .my-md-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 7114, app/assets/stylesheets/core.scss */
  .my-md-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 7118, app/assets/stylesheets/core.scss */
  .my-md-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 7122, app/assets/stylesheets/core.scss */
  .my-md-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 7126, app/assets/stylesheets/core.scss */
  .my-md-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 7130, app/assets/stylesheets/core.scss */
  .my-md-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 7134, app/assets/stylesheets/core.scss */
  .my-md-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 7138, app/assets/stylesheets/core.scss */
  .my-md-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 7142, app/assets/stylesheets/core.scss */
  .my-md-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 7146, app/assets/stylesheets/core.scss */
  .my-md-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 7150, app/assets/stylesheets/core.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 7154, app/assets/stylesheets/core.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 7157, app/assets/stylesheets/core.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7160, app/assets/stylesheets/core.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7163, app/assets/stylesheets/core.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 7166, app/assets/stylesheets/core.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7169, app/assets/stylesheets/core.scss */
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  /* line 7172, app/assets/stylesheets/core.scss */
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  /* line 7175, app/assets/stylesheets/core.scss */
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  /* line 7178, app/assets/stylesheets/core.scss */
  .mt-md-8 {
    margin-top: 3.5rem !important;
  }
  /* line 7181, app/assets/stylesheets/core.scss */
  .mt-md-9 {
    margin-top: 4rem !important;
  }
  /* line 7184, app/assets/stylesheets/core.scss */
  .mt-md-10 {
    margin-top: 4.5rem !important;
  }
  /* line 7187, app/assets/stylesheets/core.scss */
  .mt-md-11 {
    margin-top: 5rem !important;
  }
  /* line 7190, app/assets/stylesheets/core.scss */
  .mt-md-12 {
    margin-top: 5.5rem !important;
  }
  /* line 7193, app/assets/stylesheets/core.scss */
  .mt-md-13 {
    margin-top: 6rem !important;
  }
  /* line 7196, app/assets/stylesheets/core.scss */
  .mt-md-14 {
    margin-top: 6.5rem !important;
  }
  /* line 7199, app/assets/stylesheets/core.scss */
  .mt-md-15 {
    margin-top: 7rem !important;
  }
  /* line 7202, app/assets/stylesheets/core.scss */
  .mt-md-16 {
    margin-top: 7.5rem !important;
  }
  /* line 7205, app/assets/stylesheets/core.scss */
  .mt-md-17 {
    margin-top: 8rem !important;
  }
  /* line 7208, app/assets/stylesheets/core.scss */
  .mt-md-18 {
    margin-top: 10rem !important;
  }
  /* line 7211, app/assets/stylesheets/core.scss */
  .mt-md-19 {
    margin-top: 12rem !important;
  }
  /* line 7214, app/assets/stylesheets/core.scss */
  .mt-md-20 {
    margin-top: 14rem !important;
  }
  /* line 7217, app/assets/stylesheets/core.scss */
  .mt-md-21 {
    margin-top: 18.5rem !important;
  }
  /* line 7220, app/assets/stylesheets/core.scss */
  .mt-md-22 {
    margin-top: 22rem !important;
  }
  /* line 7223, app/assets/stylesheets/core.scss */
  .mt-md-23 {
    margin-top: 35rem !important;
  }
  /* line 7226, app/assets/stylesheets/core.scss */
  .mt-md-24 {
    margin-top: 40rem !important;
  }
  /* line 7229, app/assets/stylesheets/core.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 7232, app/assets/stylesheets/core.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 7235, app/assets/stylesheets/core.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7238, app/assets/stylesheets/core.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7241, app/assets/stylesheets/core.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 7244, app/assets/stylesheets/core.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7247, app/assets/stylesheets/core.scss */
  .me-md-5 {
    margin-right: 2rem !important;
  }
  /* line 7250, app/assets/stylesheets/core.scss */
  .me-md-6 {
    margin-right: 2.5rem !important;
  }
  /* line 7253, app/assets/stylesheets/core.scss */
  .me-md-7 {
    margin-right: 3rem !important;
  }
  /* line 7256, app/assets/stylesheets/core.scss */
  .me-md-8 {
    margin-right: 3.5rem !important;
  }
  /* line 7259, app/assets/stylesheets/core.scss */
  .me-md-9 {
    margin-right: 4rem !important;
  }
  /* line 7262, app/assets/stylesheets/core.scss */
  .me-md-10 {
    margin-right: 4.5rem !important;
  }
  /* line 7265, app/assets/stylesheets/core.scss */
  .me-md-11 {
    margin-right: 5rem !important;
  }
  /* line 7268, app/assets/stylesheets/core.scss */
  .me-md-12 {
    margin-right: 5.5rem !important;
  }
  /* line 7271, app/assets/stylesheets/core.scss */
  .me-md-13 {
    margin-right: 6rem !important;
  }
  /* line 7274, app/assets/stylesheets/core.scss */
  .me-md-14 {
    margin-right: 6.5rem !important;
  }
  /* line 7277, app/assets/stylesheets/core.scss */
  .me-md-15 {
    margin-right: 7rem !important;
  }
  /* line 7280, app/assets/stylesheets/core.scss */
  .me-md-16 {
    margin-right: 7.5rem !important;
  }
  /* line 7283, app/assets/stylesheets/core.scss */
  .me-md-17 {
    margin-right: 8rem !important;
  }
  /* line 7286, app/assets/stylesheets/core.scss */
  .me-md-18 {
    margin-right: 10rem !important;
  }
  /* line 7289, app/assets/stylesheets/core.scss */
  .me-md-19 {
    margin-right: 12rem !important;
  }
  /* line 7292, app/assets/stylesheets/core.scss */
  .me-md-20 {
    margin-right: 14rem !important;
  }
  /* line 7295, app/assets/stylesheets/core.scss */
  .me-md-21 {
    margin-right: 18.5rem !important;
  }
  /* line 7298, app/assets/stylesheets/core.scss */
  .me-md-22 {
    margin-right: 22rem !important;
  }
  /* line 7301, app/assets/stylesheets/core.scss */
  .me-md-23 {
    margin-right: 35rem !important;
  }
  /* line 7304, app/assets/stylesheets/core.scss */
  .me-md-24 {
    margin-right: 40rem !important;
  }
  /* line 7307, app/assets/stylesheets/core.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 7310, app/assets/stylesheets/core.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 7313, app/assets/stylesheets/core.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7316, app/assets/stylesheets/core.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7319, app/assets/stylesheets/core.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7322, app/assets/stylesheets/core.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7325, app/assets/stylesheets/core.scss */
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  /* line 7328, app/assets/stylesheets/core.scss */
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 7331, app/assets/stylesheets/core.scss */
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  /* line 7334, app/assets/stylesheets/core.scss */
  .mb-md-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 7337, app/assets/stylesheets/core.scss */
  .mb-md-9 {
    margin-bottom: 4rem !important;
  }
  /* line 7340, app/assets/stylesheets/core.scss */
  .mb-md-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 7343, app/assets/stylesheets/core.scss */
  .mb-md-11 {
    margin-bottom: 5rem !important;
  }
  /* line 7346, app/assets/stylesheets/core.scss */
  .mb-md-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 7349, app/assets/stylesheets/core.scss */
  .mb-md-13 {
    margin-bottom: 6rem !important;
  }
  /* line 7352, app/assets/stylesheets/core.scss */
  .mb-md-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 7355, app/assets/stylesheets/core.scss */
  .mb-md-15 {
    margin-bottom: 7rem !important;
  }
  /* line 7358, app/assets/stylesheets/core.scss */
  .mb-md-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 7361, app/assets/stylesheets/core.scss */
  .mb-md-17 {
    margin-bottom: 8rem !important;
  }
  /* line 7364, app/assets/stylesheets/core.scss */
  .mb-md-18 {
    margin-bottom: 10rem !important;
  }
  /* line 7367, app/assets/stylesheets/core.scss */
  .mb-md-19 {
    margin-bottom: 12rem !important;
  }
  /* line 7370, app/assets/stylesheets/core.scss */
  .mb-md-20 {
    margin-bottom: 14rem !important;
  }
  /* line 7373, app/assets/stylesheets/core.scss */
  .mb-md-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 7376, app/assets/stylesheets/core.scss */
  .mb-md-22 {
    margin-bottom: 22rem !important;
  }
  /* line 7379, app/assets/stylesheets/core.scss */
  .mb-md-23 {
    margin-bottom: 35rem !important;
  }
  /* line 7382, app/assets/stylesheets/core.scss */
  .mb-md-24 {
    margin-bottom: 40rem !important;
  }
  /* line 7385, app/assets/stylesheets/core.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 7388, app/assets/stylesheets/core.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 7391, app/assets/stylesheets/core.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7394, app/assets/stylesheets/core.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7397, app/assets/stylesheets/core.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 7400, app/assets/stylesheets/core.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7403, app/assets/stylesheets/core.scss */
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  /* line 7406, app/assets/stylesheets/core.scss */
  .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  /* line 7409, app/assets/stylesheets/core.scss */
  .ms-md-7 {
    margin-left: 3rem !important;
  }
  /* line 7412, app/assets/stylesheets/core.scss */
  .ms-md-8 {
    margin-left: 3.5rem !important;
  }
  /* line 7415, app/assets/stylesheets/core.scss */
  .ms-md-9 {
    margin-left: 4rem !important;
  }
  /* line 7418, app/assets/stylesheets/core.scss */
  .ms-md-10 {
    margin-left: 4.5rem !important;
  }
  /* line 7421, app/assets/stylesheets/core.scss */
  .ms-md-11 {
    margin-left: 5rem !important;
  }
  /* line 7424, app/assets/stylesheets/core.scss */
  .ms-md-12 {
    margin-left: 5.5rem !important;
  }
  /* line 7427, app/assets/stylesheets/core.scss */
  .ms-md-13 {
    margin-left: 6rem !important;
  }
  /* line 7430, app/assets/stylesheets/core.scss */
  .ms-md-14 {
    margin-left: 6.5rem !important;
  }
  /* line 7433, app/assets/stylesheets/core.scss */
  .ms-md-15 {
    margin-left: 7rem !important;
  }
  /* line 7436, app/assets/stylesheets/core.scss */
  .ms-md-16 {
    margin-left: 7.5rem !important;
  }
  /* line 7439, app/assets/stylesheets/core.scss */
  .ms-md-17 {
    margin-left: 8rem !important;
  }
  /* line 7442, app/assets/stylesheets/core.scss */
  .ms-md-18 {
    margin-left: 10rem !important;
  }
  /* line 7445, app/assets/stylesheets/core.scss */
  .ms-md-19 {
    margin-left: 12rem !important;
  }
  /* line 7448, app/assets/stylesheets/core.scss */
  .ms-md-20 {
    margin-left: 14rem !important;
  }
  /* line 7451, app/assets/stylesheets/core.scss */
  .ms-md-21 {
    margin-left: 18.5rem !important;
  }
  /* line 7454, app/assets/stylesheets/core.scss */
  .ms-md-22 {
    margin-left: 22rem !important;
  }
  /* line 7457, app/assets/stylesheets/core.scss */
  .ms-md-23 {
    margin-left: 35rem !important;
  }
  /* line 7460, app/assets/stylesheets/core.scss */
  .ms-md-24 {
    margin-left: 40rem !important;
  }
  /* line 7463, app/assets/stylesheets/core.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 7466, app/assets/stylesheets/core.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 7469, app/assets/stylesheets/core.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 7472, app/assets/stylesheets/core.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 7475, app/assets/stylesheets/core.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 7478, app/assets/stylesheets/core.scss */
  .m-md-n5 {
    margin: -2rem !important;
  }
  /* line 7481, app/assets/stylesheets/core.scss */
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  /* line 7484, app/assets/stylesheets/core.scss */
  .m-md-n7 {
    margin: -3rem !important;
  }
  /* line 7487, app/assets/stylesheets/core.scss */
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  /* line 7490, app/assets/stylesheets/core.scss */
  .m-md-n9 {
    margin: -4rem !important;
  }
  /* line 7493, app/assets/stylesheets/core.scss */
  .m-md-n10 {
    margin: -4.5rem !important;
  }
  /* line 7496, app/assets/stylesheets/core.scss */
  .m-md-n11 {
    margin: -5rem !important;
  }
  /* line 7499, app/assets/stylesheets/core.scss */
  .m-md-n12 {
    margin: -5.5rem !important;
  }
  /* line 7502, app/assets/stylesheets/core.scss */
  .m-md-n13 {
    margin: -6rem !important;
  }
  /* line 7505, app/assets/stylesheets/core.scss */
  .m-md-n14 {
    margin: -6.5rem !important;
  }
  /* line 7508, app/assets/stylesheets/core.scss */
  .m-md-n15 {
    margin: -7rem !important;
  }
  /* line 7511, app/assets/stylesheets/core.scss */
  .m-md-n16 {
    margin: -7.5rem !important;
  }
  /* line 7514, app/assets/stylesheets/core.scss */
  .m-md-n17 {
    margin: -8rem !important;
  }
  /* line 7517, app/assets/stylesheets/core.scss */
  .m-md-n18 {
    margin: -10rem !important;
  }
  /* line 7520, app/assets/stylesheets/core.scss */
  .m-md-n19 {
    margin: -12rem !important;
  }
  /* line 7523, app/assets/stylesheets/core.scss */
  .m-md-n20 {
    margin: -14rem !important;
  }
  /* line 7526, app/assets/stylesheets/core.scss */
  .m-md-n21 {
    margin: -18.5rem !important;
  }
  /* line 7529, app/assets/stylesheets/core.scss */
  .m-md-n22 {
    margin: -22rem !important;
  }
  /* line 7532, app/assets/stylesheets/core.scss */
  .m-md-n23 {
    margin: -35rem !important;
  }
  /* line 7535, app/assets/stylesheets/core.scss */
  .m-md-n24 {
    margin: -40rem !important;
  }
  /* line 7538, app/assets/stylesheets/core.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 7542, app/assets/stylesheets/core.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 7546, app/assets/stylesheets/core.scss */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 7550, app/assets/stylesheets/core.scss */
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 7554, app/assets/stylesheets/core.scss */
  .mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 7558, app/assets/stylesheets/core.scss */
  .mx-md-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 7562, app/assets/stylesheets/core.scss */
  .mx-md-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 7566, app/assets/stylesheets/core.scss */
  .mx-md-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 7570, app/assets/stylesheets/core.scss */
  .mx-md-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 7574, app/assets/stylesheets/core.scss */
  .mx-md-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 7578, app/assets/stylesheets/core.scss */
  .mx-md-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 7582, app/assets/stylesheets/core.scss */
  .mx-md-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 7586, app/assets/stylesheets/core.scss */
  .mx-md-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 7590, app/assets/stylesheets/core.scss */
  .mx-md-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 7594, app/assets/stylesheets/core.scss */
  .mx-md-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 7598, app/assets/stylesheets/core.scss */
  .mx-md-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 7602, app/assets/stylesheets/core.scss */
  .mx-md-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 7606, app/assets/stylesheets/core.scss */
  .mx-md-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 7610, app/assets/stylesheets/core.scss */
  .mx-md-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 7614, app/assets/stylesheets/core.scss */
  .mx-md-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 7618, app/assets/stylesheets/core.scss */
  .mx-md-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 7622, app/assets/stylesheets/core.scss */
  .mx-md-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 7626, app/assets/stylesheets/core.scss */
  .mx-md-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 7630, app/assets/stylesheets/core.scss */
  .mx-md-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 7634, app/assets/stylesheets/core.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 7638, app/assets/stylesheets/core.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 7642, app/assets/stylesheets/core.scss */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 7646, app/assets/stylesheets/core.scss */
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 7650, app/assets/stylesheets/core.scss */
  .my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 7654, app/assets/stylesheets/core.scss */
  .my-md-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 7658, app/assets/stylesheets/core.scss */
  .my-md-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 7662, app/assets/stylesheets/core.scss */
  .my-md-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 7666, app/assets/stylesheets/core.scss */
  .my-md-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 7670, app/assets/stylesheets/core.scss */
  .my-md-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 7674, app/assets/stylesheets/core.scss */
  .my-md-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 7678, app/assets/stylesheets/core.scss */
  .my-md-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 7682, app/assets/stylesheets/core.scss */
  .my-md-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 7686, app/assets/stylesheets/core.scss */
  .my-md-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 7690, app/assets/stylesheets/core.scss */
  .my-md-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 7694, app/assets/stylesheets/core.scss */
  .my-md-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 7698, app/assets/stylesheets/core.scss */
  .my-md-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 7702, app/assets/stylesheets/core.scss */
  .my-md-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 7706, app/assets/stylesheets/core.scss */
  .my-md-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 7710, app/assets/stylesheets/core.scss */
  .my-md-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 7714, app/assets/stylesheets/core.scss */
  .my-md-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 7718, app/assets/stylesheets/core.scss */
  .my-md-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 7722, app/assets/stylesheets/core.scss */
  .my-md-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 7726, app/assets/stylesheets/core.scss */
  .my-md-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 7730, app/assets/stylesheets/core.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7733, app/assets/stylesheets/core.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7736, app/assets/stylesheets/core.scss */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 7739, app/assets/stylesheets/core.scss */
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7742, app/assets/stylesheets/core.scss */
  .mt-md-n5 {
    margin-top: -2rem !important;
  }
  /* line 7745, app/assets/stylesheets/core.scss */
  .mt-md-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 7748, app/assets/stylesheets/core.scss */
  .mt-md-n7 {
    margin-top: -3rem !important;
  }
  /* line 7751, app/assets/stylesheets/core.scss */
  .mt-md-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 7754, app/assets/stylesheets/core.scss */
  .mt-md-n9 {
    margin-top: -4rem !important;
  }
  /* line 7757, app/assets/stylesheets/core.scss */
  .mt-md-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 7760, app/assets/stylesheets/core.scss */
  .mt-md-n11 {
    margin-top: -5rem !important;
  }
  /* line 7763, app/assets/stylesheets/core.scss */
  .mt-md-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 7766, app/assets/stylesheets/core.scss */
  .mt-md-n13 {
    margin-top: -6rem !important;
  }
  /* line 7769, app/assets/stylesheets/core.scss */
  .mt-md-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 7772, app/assets/stylesheets/core.scss */
  .mt-md-n15 {
    margin-top: -7rem !important;
  }
  /* line 7775, app/assets/stylesheets/core.scss */
  .mt-md-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 7778, app/assets/stylesheets/core.scss */
  .mt-md-n17 {
    margin-top: -8rem !important;
  }
  /* line 7781, app/assets/stylesheets/core.scss */
  .mt-md-n18 {
    margin-top: -10rem !important;
  }
  /* line 7784, app/assets/stylesheets/core.scss */
  .mt-md-n19 {
    margin-top: -12rem !important;
  }
  /* line 7787, app/assets/stylesheets/core.scss */
  .mt-md-n20 {
    margin-top: -14rem !important;
  }
  /* line 7790, app/assets/stylesheets/core.scss */
  .mt-md-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 7793, app/assets/stylesheets/core.scss */
  .mt-md-n22 {
    margin-top: -22rem !important;
  }
  /* line 7796, app/assets/stylesheets/core.scss */
  .mt-md-n23 {
    margin-top: -35rem !important;
  }
  /* line 7799, app/assets/stylesheets/core.scss */
  .mt-md-n24 {
    margin-top: -40rem !important;
  }
  /* line 7802, app/assets/stylesheets/core.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7805, app/assets/stylesheets/core.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7808, app/assets/stylesheets/core.scss */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 7811, app/assets/stylesheets/core.scss */
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7814, app/assets/stylesheets/core.scss */
  .me-md-n5 {
    margin-right: -2rem !important;
  }
  /* line 7817, app/assets/stylesheets/core.scss */
  .me-md-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 7820, app/assets/stylesheets/core.scss */
  .me-md-n7 {
    margin-right: -3rem !important;
  }
  /* line 7823, app/assets/stylesheets/core.scss */
  .me-md-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 7826, app/assets/stylesheets/core.scss */
  .me-md-n9 {
    margin-right: -4rem !important;
  }
  /* line 7829, app/assets/stylesheets/core.scss */
  .me-md-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 7832, app/assets/stylesheets/core.scss */
  .me-md-n11 {
    margin-right: -5rem !important;
  }
  /* line 7835, app/assets/stylesheets/core.scss */
  .me-md-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 7838, app/assets/stylesheets/core.scss */
  .me-md-n13 {
    margin-right: -6rem !important;
  }
  /* line 7841, app/assets/stylesheets/core.scss */
  .me-md-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 7844, app/assets/stylesheets/core.scss */
  .me-md-n15 {
    margin-right: -7rem !important;
  }
  /* line 7847, app/assets/stylesheets/core.scss */
  .me-md-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 7850, app/assets/stylesheets/core.scss */
  .me-md-n17 {
    margin-right: -8rem !important;
  }
  /* line 7853, app/assets/stylesheets/core.scss */
  .me-md-n18 {
    margin-right: -10rem !important;
  }
  /* line 7856, app/assets/stylesheets/core.scss */
  .me-md-n19 {
    margin-right: -12rem !important;
  }
  /* line 7859, app/assets/stylesheets/core.scss */
  .me-md-n20 {
    margin-right: -14rem !important;
  }
  /* line 7862, app/assets/stylesheets/core.scss */
  .me-md-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 7865, app/assets/stylesheets/core.scss */
  .me-md-n22 {
    margin-right: -22rem !important;
  }
  /* line 7868, app/assets/stylesheets/core.scss */
  .me-md-n23 {
    margin-right: -35rem !important;
  }
  /* line 7871, app/assets/stylesheets/core.scss */
  .me-md-n24 {
    margin-right: -40rem !important;
  }
  /* line 7874, app/assets/stylesheets/core.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7877, app/assets/stylesheets/core.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7880, app/assets/stylesheets/core.scss */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7883, app/assets/stylesheets/core.scss */
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7886, app/assets/stylesheets/core.scss */
  .mb-md-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 7889, app/assets/stylesheets/core.scss */
  .mb-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 7892, app/assets/stylesheets/core.scss */
  .mb-md-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 7895, app/assets/stylesheets/core.scss */
  .mb-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 7898, app/assets/stylesheets/core.scss */
  .mb-md-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 7901, app/assets/stylesheets/core.scss */
  .mb-md-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 7904, app/assets/stylesheets/core.scss */
  .mb-md-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 7907, app/assets/stylesheets/core.scss */
  .mb-md-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 7910, app/assets/stylesheets/core.scss */
  .mb-md-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 7913, app/assets/stylesheets/core.scss */
  .mb-md-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 7916, app/assets/stylesheets/core.scss */
  .mb-md-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 7919, app/assets/stylesheets/core.scss */
  .mb-md-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 7922, app/assets/stylesheets/core.scss */
  .mb-md-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 7925, app/assets/stylesheets/core.scss */
  .mb-md-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 7928, app/assets/stylesheets/core.scss */
  .mb-md-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 7931, app/assets/stylesheets/core.scss */
  .mb-md-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 7934, app/assets/stylesheets/core.scss */
  .mb-md-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 7937, app/assets/stylesheets/core.scss */
  .mb-md-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 7940, app/assets/stylesheets/core.scss */
  .mb-md-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 7943, app/assets/stylesheets/core.scss */
  .mb-md-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 7946, app/assets/stylesheets/core.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7949, app/assets/stylesheets/core.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7952, app/assets/stylesheets/core.scss */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 7955, app/assets/stylesheets/core.scss */
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7958, app/assets/stylesheets/core.scss */
  .ms-md-n5 {
    margin-left: -2rem !important;
  }
  /* line 7961, app/assets/stylesheets/core.scss */
  .ms-md-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 7964, app/assets/stylesheets/core.scss */
  .ms-md-n7 {
    margin-left: -3rem !important;
  }
  /* line 7967, app/assets/stylesheets/core.scss */
  .ms-md-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 7970, app/assets/stylesheets/core.scss */
  .ms-md-n9 {
    margin-left: -4rem !important;
  }
  /* line 7973, app/assets/stylesheets/core.scss */
  .ms-md-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 7976, app/assets/stylesheets/core.scss */
  .ms-md-n11 {
    margin-left: -5rem !important;
  }
  /* line 7979, app/assets/stylesheets/core.scss */
  .ms-md-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 7982, app/assets/stylesheets/core.scss */
  .ms-md-n13 {
    margin-left: -6rem !important;
  }
  /* line 7985, app/assets/stylesheets/core.scss */
  .ms-md-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 7988, app/assets/stylesheets/core.scss */
  .ms-md-n15 {
    margin-left: -7rem !important;
  }
  /* line 7991, app/assets/stylesheets/core.scss */
  .ms-md-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 7994, app/assets/stylesheets/core.scss */
  .ms-md-n17 {
    margin-left: -8rem !important;
  }
  /* line 7997, app/assets/stylesheets/core.scss */
  .ms-md-n18 {
    margin-left: -10rem !important;
  }
  /* line 8000, app/assets/stylesheets/core.scss */
  .ms-md-n19 {
    margin-left: -12rem !important;
  }
  /* line 8003, app/assets/stylesheets/core.scss */
  .ms-md-n20 {
    margin-left: -14rem !important;
  }
  /* line 8006, app/assets/stylesheets/core.scss */
  .ms-md-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 8009, app/assets/stylesheets/core.scss */
  .ms-md-n22 {
    margin-left: -22rem !important;
  }
  /* line 8012, app/assets/stylesheets/core.scss */
  .ms-md-n23 {
    margin-left: -35rem !important;
  }
  /* line 8015, app/assets/stylesheets/core.scss */
  .ms-md-n24 {
    margin-left: -40rem !important;
  }
  /* line 8018, app/assets/stylesheets/core.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8021, app/assets/stylesheets/core.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8024, app/assets/stylesheets/core.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8027, app/assets/stylesheets/core.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8030, app/assets/stylesheets/core.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8033, app/assets/stylesheets/core.scss */
  .p-md-5 {
    padding: 2rem !important;
  }
  /* line 8036, app/assets/stylesheets/core.scss */
  .p-md-6 {
    padding: 2.5rem !important;
  }
  /* line 8039, app/assets/stylesheets/core.scss */
  .p-md-7 {
    padding: 3rem !important;
  }
  /* line 8042, app/assets/stylesheets/core.scss */
  .p-md-8 {
    padding: 3.5rem !important;
  }
  /* line 8045, app/assets/stylesheets/core.scss */
  .p-md-9 {
    padding: 4rem !important;
  }
  /* line 8048, app/assets/stylesheets/core.scss */
  .p-md-10 {
    padding: 4.5rem !important;
  }
  /* line 8051, app/assets/stylesheets/core.scss */
  .p-md-11 {
    padding: 5rem !important;
  }
  /* line 8054, app/assets/stylesheets/core.scss */
  .p-md-12 {
    padding: 5.5rem !important;
  }
  /* line 8057, app/assets/stylesheets/core.scss */
  .p-md-13 {
    padding: 6rem !important;
  }
  /* line 8060, app/assets/stylesheets/core.scss */
  .p-md-14 {
    padding: 6.5rem !important;
  }
  /* line 8063, app/assets/stylesheets/core.scss */
  .p-md-15 {
    padding: 7rem !important;
  }
  /* line 8066, app/assets/stylesheets/core.scss */
  .p-md-16 {
    padding: 7.5rem !important;
  }
  /* line 8069, app/assets/stylesheets/core.scss */
  .p-md-17 {
    padding: 8rem !important;
  }
  /* line 8072, app/assets/stylesheets/core.scss */
  .p-md-18 {
    padding: 10rem !important;
  }
  /* line 8075, app/assets/stylesheets/core.scss */
  .p-md-19 {
    padding: 12rem !important;
  }
  /* line 8078, app/assets/stylesheets/core.scss */
  .p-md-20 {
    padding: 14rem !important;
  }
  /* line 8081, app/assets/stylesheets/core.scss */
  .p-md-21 {
    padding: 18.5rem !important;
  }
  /* line 8084, app/assets/stylesheets/core.scss */
  .p-md-22 {
    padding: 22rem !important;
  }
  /* line 8087, app/assets/stylesheets/core.scss */
  .p-md-23 {
    padding: 35rem !important;
  }
  /* line 8090, app/assets/stylesheets/core.scss */
  .p-md-24 {
    padding: 40rem !important;
  }
  /* line 8093, app/assets/stylesheets/core.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 8097, app/assets/stylesheets/core.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 8101, app/assets/stylesheets/core.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 8105, app/assets/stylesheets/core.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 8109, app/assets/stylesheets/core.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 8113, app/assets/stylesheets/core.scss */
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 8117, app/assets/stylesheets/core.scss */
  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 8121, app/assets/stylesheets/core.scss */
  .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 8125, app/assets/stylesheets/core.scss */
  .px-md-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 8129, app/assets/stylesheets/core.scss */
  .px-md-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 8133, app/assets/stylesheets/core.scss */
  .px-md-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 8137, app/assets/stylesheets/core.scss */
  .px-md-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 8141, app/assets/stylesheets/core.scss */
  .px-md-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 8145, app/assets/stylesheets/core.scss */
  .px-md-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 8149, app/assets/stylesheets/core.scss */
  .px-md-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 8153, app/assets/stylesheets/core.scss */
  .px-md-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 8157, app/assets/stylesheets/core.scss */
  .px-md-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 8161, app/assets/stylesheets/core.scss */
  .px-md-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 8165, app/assets/stylesheets/core.scss */
  .px-md-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 8169, app/assets/stylesheets/core.scss */
  .px-md-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 8173, app/assets/stylesheets/core.scss */
  .px-md-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 8177, app/assets/stylesheets/core.scss */
  .px-md-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 8181, app/assets/stylesheets/core.scss */
  .px-md-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 8185, app/assets/stylesheets/core.scss */
  .px-md-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 8189, app/assets/stylesheets/core.scss */
  .px-md-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 8193, app/assets/stylesheets/core.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 8197, app/assets/stylesheets/core.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 8201, app/assets/stylesheets/core.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 8205, app/assets/stylesheets/core.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 8209, app/assets/stylesheets/core.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 8213, app/assets/stylesheets/core.scss */
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 8217, app/assets/stylesheets/core.scss */
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 8221, app/assets/stylesheets/core.scss */
  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 8225, app/assets/stylesheets/core.scss */
  .py-md-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 8229, app/assets/stylesheets/core.scss */
  .py-md-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 8233, app/assets/stylesheets/core.scss */
  .py-md-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 8237, app/assets/stylesheets/core.scss */
  .py-md-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 8241, app/assets/stylesheets/core.scss */
  .py-md-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 8245, app/assets/stylesheets/core.scss */
  .py-md-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 8249, app/assets/stylesheets/core.scss */
  .py-md-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 8253, app/assets/stylesheets/core.scss */
  .py-md-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 8257, app/assets/stylesheets/core.scss */
  .py-md-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 8261, app/assets/stylesheets/core.scss */
  .py-md-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 8265, app/assets/stylesheets/core.scss */
  .py-md-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 8269, app/assets/stylesheets/core.scss */
  .py-md-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 8273, app/assets/stylesheets/core.scss */
  .py-md-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 8277, app/assets/stylesheets/core.scss */
  .py-md-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 8281, app/assets/stylesheets/core.scss */
  .py-md-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 8285, app/assets/stylesheets/core.scss */
  .py-md-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 8289, app/assets/stylesheets/core.scss */
  .py-md-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 8293, app/assets/stylesheets/core.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 8296, app/assets/stylesheets/core.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8299, app/assets/stylesheets/core.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8302, app/assets/stylesheets/core.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8305, app/assets/stylesheets/core.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8308, app/assets/stylesheets/core.scss */
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  /* line 8311, app/assets/stylesheets/core.scss */
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  /* line 8314, app/assets/stylesheets/core.scss */
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  /* line 8317, app/assets/stylesheets/core.scss */
  .pt-md-8 {
    padding-top: 3.5rem !important;
  }
  /* line 8320, app/assets/stylesheets/core.scss */
  .pt-md-9 {
    padding-top: 4rem !important;
  }
  /* line 8323, app/assets/stylesheets/core.scss */
  .pt-md-10 {
    padding-top: 4.5rem !important;
  }
  /* line 8326, app/assets/stylesheets/core.scss */
  .pt-md-11 {
    padding-top: 5rem !important;
  }
  /* line 8329, app/assets/stylesheets/core.scss */
  .pt-md-12 {
    padding-top: 5.5rem !important;
  }
  /* line 8332, app/assets/stylesheets/core.scss */
  .pt-md-13 {
    padding-top: 6rem !important;
  }
  /* line 8335, app/assets/stylesheets/core.scss */
  .pt-md-14 {
    padding-top: 6.5rem !important;
  }
  /* line 8338, app/assets/stylesheets/core.scss */
  .pt-md-15 {
    padding-top: 7rem !important;
  }
  /* line 8341, app/assets/stylesheets/core.scss */
  .pt-md-16 {
    padding-top: 7.5rem !important;
  }
  /* line 8344, app/assets/stylesheets/core.scss */
  .pt-md-17 {
    padding-top: 8rem !important;
  }
  /* line 8347, app/assets/stylesheets/core.scss */
  .pt-md-18 {
    padding-top: 10rem !important;
  }
  /* line 8350, app/assets/stylesheets/core.scss */
  .pt-md-19 {
    padding-top: 12rem !important;
  }
  /* line 8353, app/assets/stylesheets/core.scss */
  .pt-md-20 {
    padding-top: 14rem !important;
  }
  /* line 8356, app/assets/stylesheets/core.scss */
  .pt-md-21 {
    padding-top: 18.5rem !important;
  }
  /* line 8359, app/assets/stylesheets/core.scss */
  .pt-md-22 {
    padding-top: 22rem !important;
  }
  /* line 8362, app/assets/stylesheets/core.scss */
  .pt-md-23 {
    padding-top: 35rem !important;
  }
  /* line 8365, app/assets/stylesheets/core.scss */
  .pt-md-24 {
    padding-top: 40rem !important;
  }
  /* line 8368, app/assets/stylesheets/core.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 8371, app/assets/stylesheets/core.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8374, app/assets/stylesheets/core.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8377, app/assets/stylesheets/core.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8380, app/assets/stylesheets/core.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8383, app/assets/stylesheets/core.scss */
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  /* line 8386, app/assets/stylesheets/core.scss */
  .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  /* line 8389, app/assets/stylesheets/core.scss */
  .pe-md-7 {
    padding-right: 3rem !important;
  }
  /* line 8392, app/assets/stylesheets/core.scss */
  .pe-md-8 {
    padding-right: 3.5rem !important;
  }
  /* line 8395, app/assets/stylesheets/core.scss */
  .pe-md-9 {
    padding-right: 4rem !important;
  }
  /* line 8398, app/assets/stylesheets/core.scss */
  .pe-md-10 {
    padding-right: 4.5rem !important;
  }
  /* line 8401, app/assets/stylesheets/core.scss */
  .pe-md-11 {
    padding-right: 5rem !important;
  }
  /* line 8404, app/assets/stylesheets/core.scss */
  .pe-md-12 {
    padding-right: 5.5rem !important;
  }
  /* line 8407, app/assets/stylesheets/core.scss */
  .pe-md-13 {
    padding-right: 6rem !important;
  }
  /* line 8410, app/assets/stylesheets/core.scss */
  .pe-md-14 {
    padding-right: 6.5rem !important;
  }
  /* line 8413, app/assets/stylesheets/core.scss */
  .pe-md-15 {
    padding-right: 7rem !important;
  }
  /* line 8416, app/assets/stylesheets/core.scss */
  .pe-md-16 {
    padding-right: 7.5rem !important;
  }
  /* line 8419, app/assets/stylesheets/core.scss */
  .pe-md-17 {
    padding-right: 8rem !important;
  }
  /* line 8422, app/assets/stylesheets/core.scss */
  .pe-md-18 {
    padding-right: 10rem !important;
  }
  /* line 8425, app/assets/stylesheets/core.scss */
  .pe-md-19 {
    padding-right: 12rem !important;
  }
  /* line 8428, app/assets/stylesheets/core.scss */
  .pe-md-20 {
    padding-right: 14rem !important;
  }
  /* line 8431, app/assets/stylesheets/core.scss */
  .pe-md-21 {
    padding-right: 18.5rem !important;
  }
  /* line 8434, app/assets/stylesheets/core.scss */
  .pe-md-22 {
    padding-right: 22rem !important;
  }
  /* line 8437, app/assets/stylesheets/core.scss */
  .pe-md-23 {
    padding-right: 35rem !important;
  }
  /* line 8440, app/assets/stylesheets/core.scss */
  .pe-md-24 {
    padding-right: 40rem !important;
  }
  /* line 8443, app/assets/stylesheets/core.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8446, app/assets/stylesheets/core.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8449, app/assets/stylesheets/core.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8452, app/assets/stylesheets/core.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8455, app/assets/stylesheets/core.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8458, app/assets/stylesheets/core.scss */
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  /* line 8461, app/assets/stylesheets/core.scss */
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 8464, app/assets/stylesheets/core.scss */
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  /* line 8467, app/assets/stylesheets/core.scss */
  .pb-md-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 8470, app/assets/stylesheets/core.scss */
  .pb-md-9 {
    padding-bottom: 4rem !important;
  }
  /* line 8473, app/assets/stylesheets/core.scss */
  .pb-md-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 8476, app/assets/stylesheets/core.scss */
  .pb-md-11 {
    padding-bottom: 5rem !important;
  }
  /* line 8479, app/assets/stylesheets/core.scss */
  .pb-md-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 8482, app/assets/stylesheets/core.scss */
  .pb-md-13 {
    padding-bottom: 6rem !important;
  }
  /* line 8485, app/assets/stylesheets/core.scss */
  .pb-md-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 8488, app/assets/stylesheets/core.scss */
  .pb-md-15 {
    padding-bottom: 7rem !important;
  }
  /* line 8491, app/assets/stylesheets/core.scss */
  .pb-md-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 8494, app/assets/stylesheets/core.scss */
  .pb-md-17 {
    padding-bottom: 8rem !important;
  }
  /* line 8497, app/assets/stylesheets/core.scss */
  .pb-md-18 {
    padding-bottom: 10rem !important;
  }
  /* line 8500, app/assets/stylesheets/core.scss */
  .pb-md-19 {
    padding-bottom: 12rem !important;
  }
  /* line 8503, app/assets/stylesheets/core.scss */
  .pb-md-20 {
    padding-bottom: 14rem !important;
  }
  /* line 8506, app/assets/stylesheets/core.scss */
  .pb-md-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 8509, app/assets/stylesheets/core.scss */
  .pb-md-22 {
    padding-bottom: 22rem !important;
  }
  /* line 8512, app/assets/stylesheets/core.scss */
  .pb-md-23 {
    padding-bottom: 35rem !important;
  }
  /* line 8515, app/assets/stylesheets/core.scss */
  .pb-md-24 {
    padding-bottom: 40rem !important;
  }
  /* line 8518, app/assets/stylesheets/core.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 8521, app/assets/stylesheets/core.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8524, app/assets/stylesheets/core.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8527, app/assets/stylesheets/core.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8530, app/assets/stylesheets/core.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8533, app/assets/stylesheets/core.scss */
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  /* line 8536, app/assets/stylesheets/core.scss */
  .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  /* line 8539, app/assets/stylesheets/core.scss */
  .ps-md-7 {
    padding-left: 3rem !important;
  }
  /* line 8542, app/assets/stylesheets/core.scss */
  .ps-md-8 {
    padding-left: 3.5rem !important;
  }
  /* line 8545, app/assets/stylesheets/core.scss */
  .ps-md-9 {
    padding-left: 4rem !important;
  }
  /* line 8548, app/assets/stylesheets/core.scss */
  .ps-md-10 {
    padding-left: 4.5rem !important;
  }
  /* line 8551, app/assets/stylesheets/core.scss */
  .ps-md-11 {
    padding-left: 5rem !important;
  }
  /* line 8554, app/assets/stylesheets/core.scss */
  .ps-md-12 {
    padding-left: 5.5rem !important;
  }
  /* line 8557, app/assets/stylesheets/core.scss */
  .ps-md-13 {
    padding-left: 6rem !important;
  }
  /* line 8560, app/assets/stylesheets/core.scss */
  .ps-md-14 {
    padding-left: 6.5rem !important;
  }
  /* line 8563, app/assets/stylesheets/core.scss */
  .ps-md-15 {
    padding-left: 7rem !important;
  }
  /* line 8566, app/assets/stylesheets/core.scss */
  .ps-md-16 {
    padding-left: 7.5rem !important;
  }
  /* line 8569, app/assets/stylesheets/core.scss */
  .ps-md-17 {
    padding-left: 8rem !important;
  }
  /* line 8572, app/assets/stylesheets/core.scss */
  .ps-md-18 {
    padding-left: 10rem !important;
  }
  /* line 8575, app/assets/stylesheets/core.scss */
  .ps-md-19 {
    padding-left: 12rem !important;
  }
  /* line 8578, app/assets/stylesheets/core.scss */
  .ps-md-20 {
    padding-left: 14rem !important;
  }
  /* line 8581, app/assets/stylesheets/core.scss */
  .ps-md-21 {
    padding-left: 18.5rem !important;
  }
  /* line 8584, app/assets/stylesheets/core.scss */
  .ps-md-22 {
    padding-left: 22rem !important;
  }
  /* line 8587, app/assets/stylesheets/core.scss */
  .ps-md-23 {
    padding-left: 35rem !important;
  }
  /* line 8590, app/assets/stylesheets/core.scss */
  .ps-md-24 {
    padding-left: 40rem !important;
  }
  /* line 8593, app/assets/stylesheets/core.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 8596, app/assets/stylesheets/core.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 8599, app/assets/stylesheets/core.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 8602, app/assets/stylesheets/core.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 8605, app/assets/stylesheets/core.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 8608, app/assets/stylesheets/core.scss */
  .gap-md-5 {
    gap: 2rem !important;
  }
  /* line 8611, app/assets/stylesheets/core.scss */
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  /* line 8614, app/assets/stylesheets/core.scss */
  .gap-md-7 {
    gap: 3rem !important;
  }
  /* line 8617, app/assets/stylesheets/core.scss */
  .gap-md-8 {
    gap: 3.5rem !important;
  }
  /* line 8620, app/assets/stylesheets/core.scss */
  .gap-md-9 {
    gap: 4rem !important;
  }
  /* line 8623, app/assets/stylesheets/core.scss */
  .gap-md-10 {
    gap: 4.5rem !important;
  }
  /* line 8626, app/assets/stylesheets/core.scss */
  .gap-md-11 {
    gap: 5rem !important;
  }
  /* line 8629, app/assets/stylesheets/core.scss */
  .gap-md-12 {
    gap: 5.5rem !important;
  }
  /* line 8632, app/assets/stylesheets/core.scss */
  .gap-md-13 {
    gap: 6rem !important;
  }
  /* line 8635, app/assets/stylesheets/core.scss */
  .gap-md-14 {
    gap: 6.5rem !important;
  }
  /* line 8638, app/assets/stylesheets/core.scss */
  .gap-md-15 {
    gap: 7rem !important;
  }
  /* line 8641, app/assets/stylesheets/core.scss */
  .gap-md-16 {
    gap: 7.5rem !important;
  }
  /* line 8644, app/assets/stylesheets/core.scss */
  .gap-md-17 {
    gap: 8rem !important;
  }
  /* line 8647, app/assets/stylesheets/core.scss */
  .gap-md-18 {
    gap: 10rem !important;
  }
  /* line 8650, app/assets/stylesheets/core.scss */
  .gap-md-19 {
    gap: 12rem !important;
  }
  /* line 8653, app/assets/stylesheets/core.scss */
  .gap-md-20 {
    gap: 14rem !important;
  }
  /* line 8656, app/assets/stylesheets/core.scss */
  .gap-md-21 {
    gap: 18.5rem !important;
  }
  /* line 8659, app/assets/stylesheets/core.scss */
  .gap-md-22 {
    gap: 22rem !important;
  }
  /* line 8662, app/assets/stylesheets/core.scss */
  .gap-md-23 {
    gap: 35rem !important;
  }
  /* line 8665, app/assets/stylesheets/core.scss */
  .gap-md-24 {
    gap: 40rem !important;
  }
  /* line 8668, app/assets/stylesheets/core.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 8671, app/assets/stylesheets/core.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 8674, app/assets/stylesheets/core.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 8677, app/assets/stylesheets/core.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 8680, app/assets/stylesheets/core.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 8683, app/assets/stylesheets/core.scss */
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  /* line 8686, app/assets/stylesheets/core.scss */
  .row-gap-md-6 {
    row-gap: 2.5rem !important;
  }
  /* line 8689, app/assets/stylesheets/core.scss */
  .row-gap-md-7 {
    row-gap: 3rem !important;
  }
  /* line 8692, app/assets/stylesheets/core.scss */
  .row-gap-md-8 {
    row-gap: 3.5rem !important;
  }
  /* line 8695, app/assets/stylesheets/core.scss */
  .row-gap-md-9 {
    row-gap: 4rem !important;
  }
  /* line 8698, app/assets/stylesheets/core.scss */
  .row-gap-md-10 {
    row-gap: 4.5rem !important;
  }
  /* line 8701, app/assets/stylesheets/core.scss */
  .row-gap-md-11 {
    row-gap: 5rem !important;
  }
  /* line 8704, app/assets/stylesheets/core.scss */
  .row-gap-md-12 {
    row-gap: 5.5rem !important;
  }
  /* line 8707, app/assets/stylesheets/core.scss */
  .row-gap-md-13 {
    row-gap: 6rem !important;
  }
  /* line 8710, app/assets/stylesheets/core.scss */
  .row-gap-md-14 {
    row-gap: 6.5rem !important;
  }
  /* line 8713, app/assets/stylesheets/core.scss */
  .row-gap-md-15 {
    row-gap: 7rem !important;
  }
  /* line 8716, app/assets/stylesheets/core.scss */
  .row-gap-md-16 {
    row-gap: 7.5rem !important;
  }
  /* line 8719, app/assets/stylesheets/core.scss */
  .row-gap-md-17 {
    row-gap: 8rem !important;
  }
  /* line 8722, app/assets/stylesheets/core.scss */
  .row-gap-md-18 {
    row-gap: 10rem !important;
  }
  /* line 8725, app/assets/stylesheets/core.scss */
  .row-gap-md-19 {
    row-gap: 12rem !important;
  }
  /* line 8728, app/assets/stylesheets/core.scss */
  .row-gap-md-20 {
    row-gap: 14rem !important;
  }
  /* line 8731, app/assets/stylesheets/core.scss */
  .row-gap-md-21 {
    row-gap: 18.5rem !important;
  }
  /* line 8734, app/assets/stylesheets/core.scss */
  .row-gap-md-22 {
    row-gap: 22rem !important;
  }
  /* line 8737, app/assets/stylesheets/core.scss */
  .row-gap-md-23 {
    row-gap: 35rem !important;
  }
  /* line 8740, app/assets/stylesheets/core.scss */
  .row-gap-md-24 {
    row-gap: 40rem !important;
  }
  /* line 8743, app/assets/stylesheets/core.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 8747, app/assets/stylesheets/core.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 8751, app/assets/stylesheets/core.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 8755, app/assets/stylesheets/core.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 8759, app/assets/stylesheets/core.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 8763, app/assets/stylesheets/core.scss */
  .column-gap-md-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 8767, app/assets/stylesheets/core.scss */
  .column-gap-md-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 8771, app/assets/stylesheets/core.scss */
  .column-gap-md-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 8775, app/assets/stylesheets/core.scss */
  .column-gap-md-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 8779, app/assets/stylesheets/core.scss */
  .column-gap-md-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 8783, app/assets/stylesheets/core.scss */
  .column-gap-md-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 8787, app/assets/stylesheets/core.scss */
  .column-gap-md-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 8791, app/assets/stylesheets/core.scss */
  .column-gap-md-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 8795, app/assets/stylesheets/core.scss */
  .column-gap-md-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 8799, app/assets/stylesheets/core.scss */
  .column-gap-md-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 8803, app/assets/stylesheets/core.scss */
  .column-gap-md-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 8807, app/assets/stylesheets/core.scss */
  .column-gap-md-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 8811, app/assets/stylesheets/core.scss */
  .column-gap-md-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 8815, app/assets/stylesheets/core.scss */
  .column-gap-md-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 8819, app/assets/stylesheets/core.scss */
  .column-gap-md-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 8823, app/assets/stylesheets/core.scss */
  .column-gap-md-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 8827, app/assets/stylesheets/core.scss */
  .column-gap-md-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 8831, app/assets/stylesheets/core.scss */
  .column-gap-md-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 8835, app/assets/stylesheets/core.scss */
  .column-gap-md-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 8839, app/assets/stylesheets/core.scss */
  .column-gap-md-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 8843, app/assets/stylesheets/core.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 8846, app/assets/stylesheets/core.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 8849, app/assets/stylesheets/core.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 8854, app/assets/stylesheets/core.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 8857, app/assets/stylesheets/core.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 8860, app/assets/stylesheets/core.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 8863, app/assets/stylesheets/core.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 8867, app/assets/stylesheets/core.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 8871, app/assets/stylesheets/core.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 8875, app/assets/stylesheets/core.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 8879, app/assets/stylesheets/core.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 8883, app/assets/stylesheets/core.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 8886, app/assets/stylesheets/core.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 8889, app/assets/stylesheets/core.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 8892, app/assets/stylesheets/core.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 8895, app/assets/stylesheets/core.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 8898, app/assets/stylesheets/core.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 8901, app/assets/stylesheets/core.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 8904, app/assets/stylesheets/core.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 8907, app/assets/stylesheets/core.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 8910, app/assets/stylesheets/core.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 8913, app/assets/stylesheets/core.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 8916, app/assets/stylesheets/core.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 8919, app/assets/stylesheets/core.scss */
  .w-lg-30 {
    width: 30% !important;
  }
  /* line 8922, app/assets/stylesheets/core.scss */
  .w-lg-40 {
    width: 40% !important;
  }
  /* line 8925, app/assets/stylesheets/core.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 8928, app/assets/stylesheets/core.scss */
  .w-lg-65 {
    width: 65% !important;
  }
  /* line 8931, app/assets/stylesheets/core.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 8934, app/assets/stylesheets/core.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 8937, app/assets/stylesheets/core.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 8940, app/assets/stylesheets/core.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 8943, app/assets/stylesheets/core.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 8946, app/assets/stylesheets/core.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 8949, app/assets/stylesheets/core.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8952, app/assets/stylesheets/core.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8955, app/assets/stylesheets/core.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8958, app/assets/stylesheets/core.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8961, app/assets/stylesheets/core.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8964, app/assets/stylesheets/core.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8967, app/assets/stylesheets/core.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8970, app/assets/stylesheets/core.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8973, app/assets/stylesheets/core.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8976, app/assets/stylesheets/core.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 8979, app/assets/stylesheets/core.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 8982, app/assets/stylesheets/core.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 8985, app/assets/stylesheets/core.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 8988, app/assets/stylesheets/core.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 8991, app/assets/stylesheets/core.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 8994, app/assets/stylesheets/core.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 8997, app/assets/stylesheets/core.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 9000, app/assets/stylesheets/core.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 9003, app/assets/stylesheets/core.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 9006, app/assets/stylesheets/core.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 9009, app/assets/stylesheets/core.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 9012, app/assets/stylesheets/core.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 9015, app/assets/stylesheets/core.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 9018, app/assets/stylesheets/core.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 9021, app/assets/stylesheets/core.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 9024, app/assets/stylesheets/core.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 9027, app/assets/stylesheets/core.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 9030, app/assets/stylesheets/core.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 9033, app/assets/stylesheets/core.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 9036, app/assets/stylesheets/core.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 9039, app/assets/stylesheets/core.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 9042, app/assets/stylesheets/core.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 9045, app/assets/stylesheets/core.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 9048, app/assets/stylesheets/core.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 9051, app/assets/stylesheets/core.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 9054, app/assets/stylesheets/core.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 9057, app/assets/stylesheets/core.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 9060, app/assets/stylesheets/core.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 9063, app/assets/stylesheets/core.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 9066, app/assets/stylesheets/core.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 9069, app/assets/stylesheets/core.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9072, app/assets/stylesheets/core.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9075, app/assets/stylesheets/core.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9078, app/assets/stylesheets/core.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9081, app/assets/stylesheets/core.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9084, app/assets/stylesheets/core.scss */
  .m-lg-5 {
    margin: 2rem !important;
  }
  /* line 9087, app/assets/stylesheets/core.scss */
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  /* line 9090, app/assets/stylesheets/core.scss */
  .m-lg-7 {
    margin: 3rem !important;
  }
  /* line 9093, app/assets/stylesheets/core.scss */
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  /* line 9096, app/assets/stylesheets/core.scss */
  .m-lg-9 {
    margin: 4rem !important;
  }
  /* line 9099, app/assets/stylesheets/core.scss */
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  /* line 9102, app/assets/stylesheets/core.scss */
  .m-lg-11 {
    margin: 5rem !important;
  }
  /* line 9105, app/assets/stylesheets/core.scss */
  .m-lg-12 {
    margin: 5.5rem !important;
  }
  /* line 9108, app/assets/stylesheets/core.scss */
  .m-lg-13 {
    margin: 6rem !important;
  }
  /* line 9111, app/assets/stylesheets/core.scss */
  .m-lg-14 {
    margin: 6.5rem !important;
  }
  /* line 9114, app/assets/stylesheets/core.scss */
  .m-lg-15 {
    margin: 7rem !important;
  }
  /* line 9117, app/assets/stylesheets/core.scss */
  .m-lg-16 {
    margin: 7.5rem !important;
  }
  /* line 9120, app/assets/stylesheets/core.scss */
  .m-lg-17 {
    margin: 8rem !important;
  }
  /* line 9123, app/assets/stylesheets/core.scss */
  .m-lg-18 {
    margin: 10rem !important;
  }
  /* line 9126, app/assets/stylesheets/core.scss */
  .m-lg-19 {
    margin: 12rem !important;
  }
  /* line 9129, app/assets/stylesheets/core.scss */
  .m-lg-20 {
    margin: 14rem !important;
  }
  /* line 9132, app/assets/stylesheets/core.scss */
  .m-lg-21 {
    margin: 18.5rem !important;
  }
  /* line 9135, app/assets/stylesheets/core.scss */
  .m-lg-22 {
    margin: 22rem !important;
  }
  /* line 9138, app/assets/stylesheets/core.scss */
  .m-lg-23 {
    margin: 35rem !important;
  }
  /* line 9141, app/assets/stylesheets/core.scss */
  .m-lg-24 {
    margin: 40rem !important;
  }
  /* line 9144, app/assets/stylesheets/core.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9147, app/assets/stylesheets/core.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 9151, app/assets/stylesheets/core.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 9155, app/assets/stylesheets/core.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 9159, app/assets/stylesheets/core.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 9163, app/assets/stylesheets/core.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 9167, app/assets/stylesheets/core.scss */
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 9171, app/assets/stylesheets/core.scss */
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 9175, app/assets/stylesheets/core.scss */
  .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 9179, app/assets/stylesheets/core.scss */
  .mx-lg-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 9183, app/assets/stylesheets/core.scss */
  .mx-lg-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 9187, app/assets/stylesheets/core.scss */
  .mx-lg-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 9191, app/assets/stylesheets/core.scss */
  .mx-lg-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 9195, app/assets/stylesheets/core.scss */
  .mx-lg-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 9199, app/assets/stylesheets/core.scss */
  .mx-lg-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 9203, app/assets/stylesheets/core.scss */
  .mx-lg-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 9207, app/assets/stylesheets/core.scss */
  .mx-lg-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 9211, app/assets/stylesheets/core.scss */
  .mx-lg-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 9215, app/assets/stylesheets/core.scss */
  .mx-lg-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 9219, app/assets/stylesheets/core.scss */
  .mx-lg-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 9223, app/assets/stylesheets/core.scss */
  .mx-lg-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 9227, app/assets/stylesheets/core.scss */
  .mx-lg-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 9231, app/assets/stylesheets/core.scss */
  .mx-lg-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 9235, app/assets/stylesheets/core.scss */
  .mx-lg-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 9239, app/assets/stylesheets/core.scss */
  .mx-lg-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 9243, app/assets/stylesheets/core.scss */
  .mx-lg-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 9247, app/assets/stylesheets/core.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 9251, app/assets/stylesheets/core.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 9255, app/assets/stylesheets/core.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 9259, app/assets/stylesheets/core.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 9263, app/assets/stylesheets/core.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 9267, app/assets/stylesheets/core.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 9271, app/assets/stylesheets/core.scss */
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 9275, app/assets/stylesheets/core.scss */
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 9279, app/assets/stylesheets/core.scss */
  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 9283, app/assets/stylesheets/core.scss */
  .my-lg-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 9287, app/assets/stylesheets/core.scss */
  .my-lg-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 9291, app/assets/stylesheets/core.scss */
  .my-lg-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 9295, app/assets/stylesheets/core.scss */
  .my-lg-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 9299, app/assets/stylesheets/core.scss */
  .my-lg-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 9303, app/assets/stylesheets/core.scss */
  .my-lg-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 9307, app/assets/stylesheets/core.scss */
  .my-lg-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 9311, app/assets/stylesheets/core.scss */
  .my-lg-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 9315, app/assets/stylesheets/core.scss */
  .my-lg-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 9319, app/assets/stylesheets/core.scss */
  .my-lg-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 9323, app/assets/stylesheets/core.scss */
  .my-lg-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 9327, app/assets/stylesheets/core.scss */
  .my-lg-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 9331, app/assets/stylesheets/core.scss */
  .my-lg-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 9335, app/assets/stylesheets/core.scss */
  .my-lg-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 9339, app/assets/stylesheets/core.scss */
  .my-lg-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 9343, app/assets/stylesheets/core.scss */
  .my-lg-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 9347, app/assets/stylesheets/core.scss */
  .my-lg-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 9351, app/assets/stylesheets/core.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 9355, app/assets/stylesheets/core.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9358, app/assets/stylesheets/core.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9361, app/assets/stylesheets/core.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9364, app/assets/stylesheets/core.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9367, app/assets/stylesheets/core.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9370, app/assets/stylesheets/core.scss */
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  /* line 9373, app/assets/stylesheets/core.scss */
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  /* line 9376, app/assets/stylesheets/core.scss */
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  /* line 9379, app/assets/stylesheets/core.scss */
  .mt-lg-8 {
    margin-top: 3.5rem !important;
  }
  /* line 9382, app/assets/stylesheets/core.scss */
  .mt-lg-9 {
    margin-top: 4rem !important;
  }
  /* line 9385, app/assets/stylesheets/core.scss */
  .mt-lg-10 {
    margin-top: 4.5rem !important;
  }
  /* line 9388, app/assets/stylesheets/core.scss */
  .mt-lg-11 {
    margin-top: 5rem !important;
  }
  /* line 9391, app/assets/stylesheets/core.scss */
  .mt-lg-12 {
    margin-top: 5.5rem !important;
  }
  /* line 9394, app/assets/stylesheets/core.scss */
  .mt-lg-13 {
    margin-top: 6rem !important;
  }
  /* line 9397, app/assets/stylesheets/core.scss */
  .mt-lg-14 {
    margin-top: 6.5rem !important;
  }
  /* line 9400, app/assets/stylesheets/core.scss */
  .mt-lg-15 {
    margin-top: 7rem !important;
  }
  /* line 9403, app/assets/stylesheets/core.scss */
  .mt-lg-16 {
    margin-top: 7.5rem !important;
  }
  /* line 9406, app/assets/stylesheets/core.scss */
  .mt-lg-17 {
    margin-top: 8rem !important;
  }
  /* line 9409, app/assets/stylesheets/core.scss */
  .mt-lg-18 {
    margin-top: 10rem !important;
  }
  /* line 9412, app/assets/stylesheets/core.scss */
  .mt-lg-19 {
    margin-top: 12rem !important;
  }
  /* line 9415, app/assets/stylesheets/core.scss */
  .mt-lg-20 {
    margin-top: 14rem !important;
  }
  /* line 9418, app/assets/stylesheets/core.scss */
  .mt-lg-21 {
    margin-top: 18.5rem !important;
  }
  /* line 9421, app/assets/stylesheets/core.scss */
  .mt-lg-22 {
    margin-top: 22rem !important;
  }
  /* line 9424, app/assets/stylesheets/core.scss */
  .mt-lg-23 {
    margin-top: 35rem !important;
  }
  /* line 9427, app/assets/stylesheets/core.scss */
  .mt-lg-24 {
    margin-top: 40rem !important;
  }
  /* line 9430, app/assets/stylesheets/core.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 9433, app/assets/stylesheets/core.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9436, app/assets/stylesheets/core.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9439, app/assets/stylesheets/core.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9442, app/assets/stylesheets/core.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9445, app/assets/stylesheets/core.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9448, app/assets/stylesheets/core.scss */
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  /* line 9451, app/assets/stylesheets/core.scss */
  .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  /* line 9454, app/assets/stylesheets/core.scss */
  .me-lg-7 {
    margin-right: 3rem !important;
  }
  /* line 9457, app/assets/stylesheets/core.scss */
  .me-lg-8 {
    margin-right: 3.5rem !important;
  }
  /* line 9460, app/assets/stylesheets/core.scss */
  .me-lg-9 {
    margin-right: 4rem !important;
  }
  /* line 9463, app/assets/stylesheets/core.scss */
  .me-lg-10 {
    margin-right: 4.5rem !important;
  }
  /* line 9466, app/assets/stylesheets/core.scss */
  .me-lg-11 {
    margin-right: 5rem !important;
  }
  /* line 9469, app/assets/stylesheets/core.scss */
  .me-lg-12 {
    margin-right: 5.5rem !important;
  }
  /* line 9472, app/assets/stylesheets/core.scss */
  .me-lg-13 {
    margin-right: 6rem !important;
  }
  /* line 9475, app/assets/stylesheets/core.scss */
  .me-lg-14 {
    margin-right: 6.5rem !important;
  }
  /* line 9478, app/assets/stylesheets/core.scss */
  .me-lg-15 {
    margin-right: 7rem !important;
  }
  /* line 9481, app/assets/stylesheets/core.scss */
  .me-lg-16 {
    margin-right: 7.5rem !important;
  }
  /* line 9484, app/assets/stylesheets/core.scss */
  .me-lg-17 {
    margin-right: 8rem !important;
  }
  /* line 9487, app/assets/stylesheets/core.scss */
  .me-lg-18 {
    margin-right: 10rem !important;
  }
  /* line 9490, app/assets/stylesheets/core.scss */
  .me-lg-19 {
    margin-right: 12rem !important;
  }
  /* line 9493, app/assets/stylesheets/core.scss */
  .me-lg-20 {
    margin-right: 14rem !important;
  }
  /* line 9496, app/assets/stylesheets/core.scss */
  .me-lg-21 {
    margin-right: 18.5rem !important;
  }
  /* line 9499, app/assets/stylesheets/core.scss */
  .me-lg-22 {
    margin-right: 22rem !important;
  }
  /* line 9502, app/assets/stylesheets/core.scss */
  .me-lg-23 {
    margin-right: 35rem !important;
  }
  /* line 9505, app/assets/stylesheets/core.scss */
  .me-lg-24 {
    margin-right: 40rem !important;
  }
  /* line 9508, app/assets/stylesheets/core.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 9511, app/assets/stylesheets/core.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9514, app/assets/stylesheets/core.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9517, app/assets/stylesheets/core.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9520, app/assets/stylesheets/core.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9523, app/assets/stylesheets/core.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9526, app/assets/stylesheets/core.scss */
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  /* line 9529, app/assets/stylesheets/core.scss */
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 9532, app/assets/stylesheets/core.scss */
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  /* line 9535, app/assets/stylesheets/core.scss */
  .mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 9538, app/assets/stylesheets/core.scss */
  .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  /* line 9541, app/assets/stylesheets/core.scss */
  .mb-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 9544, app/assets/stylesheets/core.scss */
  .mb-lg-11 {
    margin-bottom: 5rem !important;
  }
  /* line 9547, app/assets/stylesheets/core.scss */
  .mb-lg-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 9550, app/assets/stylesheets/core.scss */
  .mb-lg-13 {
    margin-bottom: 6rem !important;
  }
  /* line 9553, app/assets/stylesheets/core.scss */
  .mb-lg-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 9556, app/assets/stylesheets/core.scss */
  .mb-lg-15 {
    margin-bottom: 7rem !important;
  }
  /* line 9559, app/assets/stylesheets/core.scss */
  .mb-lg-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 9562, app/assets/stylesheets/core.scss */
  .mb-lg-17 {
    margin-bottom: 8rem !important;
  }
  /* line 9565, app/assets/stylesheets/core.scss */
  .mb-lg-18 {
    margin-bottom: 10rem !important;
  }
  /* line 9568, app/assets/stylesheets/core.scss */
  .mb-lg-19 {
    margin-bottom: 12rem !important;
  }
  /* line 9571, app/assets/stylesheets/core.scss */
  .mb-lg-20 {
    margin-bottom: 14rem !important;
  }
  /* line 9574, app/assets/stylesheets/core.scss */
  .mb-lg-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 9577, app/assets/stylesheets/core.scss */
  .mb-lg-22 {
    margin-bottom: 22rem !important;
  }
  /* line 9580, app/assets/stylesheets/core.scss */
  .mb-lg-23 {
    margin-bottom: 35rem !important;
  }
  /* line 9583, app/assets/stylesheets/core.scss */
  .mb-lg-24 {
    margin-bottom: 40rem !important;
  }
  /* line 9586, app/assets/stylesheets/core.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9589, app/assets/stylesheets/core.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9592, app/assets/stylesheets/core.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9595, app/assets/stylesheets/core.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9598, app/assets/stylesheets/core.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9601, app/assets/stylesheets/core.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9604, app/assets/stylesheets/core.scss */
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  /* line 9607, app/assets/stylesheets/core.scss */
  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  /* line 9610, app/assets/stylesheets/core.scss */
  .ms-lg-7 {
    margin-left: 3rem !important;
  }
  /* line 9613, app/assets/stylesheets/core.scss */
  .ms-lg-8 {
    margin-left: 3.5rem !important;
  }
  /* line 9616, app/assets/stylesheets/core.scss */
  .ms-lg-9 {
    margin-left: 4rem !important;
  }
  /* line 9619, app/assets/stylesheets/core.scss */
  .ms-lg-10 {
    margin-left: 4.5rem !important;
  }
  /* line 9622, app/assets/stylesheets/core.scss */
  .ms-lg-11 {
    margin-left: 5rem !important;
  }
  /* line 9625, app/assets/stylesheets/core.scss */
  .ms-lg-12 {
    margin-left: 5.5rem !important;
  }
  /* line 9628, app/assets/stylesheets/core.scss */
  .ms-lg-13 {
    margin-left: 6rem !important;
  }
  /* line 9631, app/assets/stylesheets/core.scss */
  .ms-lg-14 {
    margin-left: 6.5rem !important;
  }
  /* line 9634, app/assets/stylesheets/core.scss */
  .ms-lg-15 {
    margin-left: 7rem !important;
  }
  /* line 9637, app/assets/stylesheets/core.scss */
  .ms-lg-16 {
    margin-left: 7.5rem !important;
  }
  /* line 9640, app/assets/stylesheets/core.scss */
  .ms-lg-17 {
    margin-left: 8rem !important;
  }
  /* line 9643, app/assets/stylesheets/core.scss */
  .ms-lg-18 {
    margin-left: 10rem !important;
  }
  /* line 9646, app/assets/stylesheets/core.scss */
  .ms-lg-19 {
    margin-left: 12rem !important;
  }
  /* line 9649, app/assets/stylesheets/core.scss */
  .ms-lg-20 {
    margin-left: 14rem !important;
  }
  /* line 9652, app/assets/stylesheets/core.scss */
  .ms-lg-21 {
    margin-left: 18.5rem !important;
  }
  /* line 9655, app/assets/stylesheets/core.scss */
  .ms-lg-22 {
    margin-left: 22rem !important;
  }
  /* line 9658, app/assets/stylesheets/core.scss */
  .ms-lg-23 {
    margin-left: 35rem !important;
  }
  /* line 9661, app/assets/stylesheets/core.scss */
  .ms-lg-24 {
    margin-left: 40rem !important;
  }
  /* line 9664, app/assets/stylesheets/core.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 9667, app/assets/stylesheets/core.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9670, app/assets/stylesheets/core.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9673, app/assets/stylesheets/core.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9676, app/assets/stylesheets/core.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9679, app/assets/stylesheets/core.scss */
  .m-lg-n5 {
    margin: -2rem !important;
  }
  /* line 9682, app/assets/stylesheets/core.scss */
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  /* line 9685, app/assets/stylesheets/core.scss */
  .m-lg-n7 {
    margin: -3rem !important;
  }
  /* line 9688, app/assets/stylesheets/core.scss */
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  /* line 9691, app/assets/stylesheets/core.scss */
  .m-lg-n9 {
    margin: -4rem !important;
  }
  /* line 9694, app/assets/stylesheets/core.scss */
  .m-lg-n10 {
    margin: -4.5rem !important;
  }
  /* line 9697, app/assets/stylesheets/core.scss */
  .m-lg-n11 {
    margin: -5rem !important;
  }
  /* line 9700, app/assets/stylesheets/core.scss */
  .m-lg-n12 {
    margin: -5.5rem !important;
  }
  /* line 9703, app/assets/stylesheets/core.scss */
  .m-lg-n13 {
    margin: -6rem !important;
  }
  /* line 9706, app/assets/stylesheets/core.scss */
  .m-lg-n14 {
    margin: -6.5rem !important;
  }
  /* line 9709, app/assets/stylesheets/core.scss */
  .m-lg-n15 {
    margin: -7rem !important;
  }
  /* line 9712, app/assets/stylesheets/core.scss */
  .m-lg-n16 {
    margin: -7.5rem !important;
  }
  /* line 9715, app/assets/stylesheets/core.scss */
  .m-lg-n17 {
    margin: -8rem !important;
  }
  /* line 9718, app/assets/stylesheets/core.scss */
  .m-lg-n18 {
    margin: -10rem !important;
  }
  /* line 9721, app/assets/stylesheets/core.scss */
  .m-lg-n19 {
    margin: -12rem !important;
  }
  /* line 9724, app/assets/stylesheets/core.scss */
  .m-lg-n20 {
    margin: -14rem !important;
  }
  /* line 9727, app/assets/stylesheets/core.scss */
  .m-lg-n21 {
    margin: -18.5rem !important;
  }
  /* line 9730, app/assets/stylesheets/core.scss */
  .m-lg-n22 {
    margin: -22rem !important;
  }
  /* line 9733, app/assets/stylesheets/core.scss */
  .m-lg-n23 {
    margin: -35rem !important;
  }
  /* line 9736, app/assets/stylesheets/core.scss */
  .m-lg-n24 {
    margin: -40rem !important;
  }
  /* line 9739, app/assets/stylesheets/core.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 9743, app/assets/stylesheets/core.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 9747, app/assets/stylesheets/core.scss */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 9751, app/assets/stylesheets/core.scss */
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 9755, app/assets/stylesheets/core.scss */
  .mx-lg-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 9759, app/assets/stylesheets/core.scss */
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 9763, app/assets/stylesheets/core.scss */
  .mx-lg-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 9767, app/assets/stylesheets/core.scss */
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 9771, app/assets/stylesheets/core.scss */
  .mx-lg-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 9775, app/assets/stylesheets/core.scss */
  .mx-lg-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 9779, app/assets/stylesheets/core.scss */
  .mx-lg-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 9783, app/assets/stylesheets/core.scss */
  .mx-lg-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 9787, app/assets/stylesheets/core.scss */
  .mx-lg-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 9791, app/assets/stylesheets/core.scss */
  .mx-lg-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 9795, app/assets/stylesheets/core.scss */
  .mx-lg-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 9799, app/assets/stylesheets/core.scss */
  .mx-lg-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 9803, app/assets/stylesheets/core.scss */
  .mx-lg-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 9807, app/assets/stylesheets/core.scss */
  .mx-lg-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 9811, app/assets/stylesheets/core.scss */
  .mx-lg-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 9815, app/assets/stylesheets/core.scss */
  .mx-lg-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 9819, app/assets/stylesheets/core.scss */
  .mx-lg-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 9823, app/assets/stylesheets/core.scss */
  .mx-lg-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 9827, app/assets/stylesheets/core.scss */
  .mx-lg-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 9831, app/assets/stylesheets/core.scss */
  .mx-lg-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 9835, app/assets/stylesheets/core.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 9839, app/assets/stylesheets/core.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 9843, app/assets/stylesheets/core.scss */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 9847, app/assets/stylesheets/core.scss */
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 9851, app/assets/stylesheets/core.scss */
  .my-lg-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 9855, app/assets/stylesheets/core.scss */
  .my-lg-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 9859, app/assets/stylesheets/core.scss */
  .my-lg-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 9863, app/assets/stylesheets/core.scss */
  .my-lg-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 9867, app/assets/stylesheets/core.scss */
  .my-lg-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 9871, app/assets/stylesheets/core.scss */
  .my-lg-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 9875, app/assets/stylesheets/core.scss */
  .my-lg-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 9879, app/assets/stylesheets/core.scss */
  .my-lg-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 9883, app/assets/stylesheets/core.scss */
  .my-lg-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 9887, app/assets/stylesheets/core.scss */
  .my-lg-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 9891, app/assets/stylesheets/core.scss */
  .my-lg-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 9895, app/assets/stylesheets/core.scss */
  .my-lg-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 9899, app/assets/stylesheets/core.scss */
  .my-lg-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 9903, app/assets/stylesheets/core.scss */
  .my-lg-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 9907, app/assets/stylesheets/core.scss */
  .my-lg-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 9911, app/assets/stylesheets/core.scss */
  .my-lg-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 9915, app/assets/stylesheets/core.scss */
  .my-lg-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 9919, app/assets/stylesheets/core.scss */
  .my-lg-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 9923, app/assets/stylesheets/core.scss */
  .my-lg-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 9927, app/assets/stylesheets/core.scss */
  .my-lg-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 9931, app/assets/stylesheets/core.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9934, app/assets/stylesheets/core.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9937, app/assets/stylesheets/core.scss */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9940, app/assets/stylesheets/core.scss */
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9943, app/assets/stylesheets/core.scss */
  .mt-lg-n5 {
    margin-top: -2rem !important;
  }
  /* line 9946, app/assets/stylesheets/core.scss */
  .mt-lg-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 9949, app/assets/stylesheets/core.scss */
  .mt-lg-n7 {
    margin-top: -3rem !important;
  }
  /* line 9952, app/assets/stylesheets/core.scss */
  .mt-lg-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 9955, app/assets/stylesheets/core.scss */
  .mt-lg-n9 {
    margin-top: -4rem !important;
  }
  /* line 9958, app/assets/stylesheets/core.scss */
  .mt-lg-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 9961, app/assets/stylesheets/core.scss */
  .mt-lg-n11 {
    margin-top: -5rem !important;
  }
  /* line 9964, app/assets/stylesheets/core.scss */
  .mt-lg-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 9967, app/assets/stylesheets/core.scss */
  .mt-lg-n13 {
    margin-top: -6rem !important;
  }
  /* line 9970, app/assets/stylesheets/core.scss */
  .mt-lg-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 9973, app/assets/stylesheets/core.scss */
  .mt-lg-n15 {
    margin-top: -7rem !important;
  }
  /* line 9976, app/assets/stylesheets/core.scss */
  .mt-lg-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 9979, app/assets/stylesheets/core.scss */
  .mt-lg-n17 {
    margin-top: -8rem !important;
  }
  /* line 9982, app/assets/stylesheets/core.scss */
  .mt-lg-n18 {
    margin-top: -10rem !important;
  }
  /* line 9985, app/assets/stylesheets/core.scss */
  .mt-lg-n19 {
    margin-top: -12rem !important;
  }
  /* line 9988, app/assets/stylesheets/core.scss */
  .mt-lg-n20 {
    margin-top: -14rem !important;
  }
  /* line 9991, app/assets/stylesheets/core.scss */
  .mt-lg-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 9994, app/assets/stylesheets/core.scss */
  .mt-lg-n22 {
    margin-top: -22rem !important;
  }
  /* line 9997, app/assets/stylesheets/core.scss */
  .mt-lg-n23 {
    margin-top: -35rem !important;
  }
  /* line 10000, app/assets/stylesheets/core.scss */
  .mt-lg-n24 {
    margin-top: -40rem !important;
  }
  /* line 10003, app/assets/stylesheets/core.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 10006, app/assets/stylesheets/core.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 10009, app/assets/stylesheets/core.scss */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 10012, app/assets/stylesheets/core.scss */
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10015, app/assets/stylesheets/core.scss */
  .me-lg-n5 {
    margin-right: -2rem !important;
  }
  /* line 10018, app/assets/stylesheets/core.scss */
  .me-lg-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 10021, app/assets/stylesheets/core.scss */
  .me-lg-n7 {
    margin-right: -3rem !important;
  }
  /* line 10024, app/assets/stylesheets/core.scss */
  .me-lg-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 10027, app/assets/stylesheets/core.scss */
  .me-lg-n9 {
    margin-right: -4rem !important;
  }
  /* line 10030, app/assets/stylesheets/core.scss */
  .me-lg-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 10033, app/assets/stylesheets/core.scss */
  .me-lg-n11 {
    margin-right: -5rem !important;
  }
  /* line 10036, app/assets/stylesheets/core.scss */
  .me-lg-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 10039, app/assets/stylesheets/core.scss */
  .me-lg-n13 {
    margin-right: -6rem !important;
  }
  /* line 10042, app/assets/stylesheets/core.scss */
  .me-lg-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 10045, app/assets/stylesheets/core.scss */
  .me-lg-n15 {
    margin-right: -7rem !important;
  }
  /* line 10048, app/assets/stylesheets/core.scss */
  .me-lg-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 10051, app/assets/stylesheets/core.scss */
  .me-lg-n17 {
    margin-right: -8rem !important;
  }
  /* line 10054, app/assets/stylesheets/core.scss */
  .me-lg-n18 {
    margin-right: -10rem !important;
  }
  /* line 10057, app/assets/stylesheets/core.scss */
  .me-lg-n19 {
    margin-right: -12rem !important;
  }
  /* line 10060, app/assets/stylesheets/core.scss */
  .me-lg-n20 {
    margin-right: -14rem !important;
  }
  /* line 10063, app/assets/stylesheets/core.scss */
  .me-lg-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 10066, app/assets/stylesheets/core.scss */
  .me-lg-n22 {
    margin-right: -22rem !important;
  }
  /* line 10069, app/assets/stylesheets/core.scss */
  .me-lg-n23 {
    margin-right: -35rem !important;
  }
  /* line 10072, app/assets/stylesheets/core.scss */
  .me-lg-n24 {
    margin-right: -40rem !important;
  }
  /* line 10075, app/assets/stylesheets/core.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 10078, app/assets/stylesheets/core.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 10081, app/assets/stylesheets/core.scss */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 10084, app/assets/stylesheets/core.scss */
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10087, app/assets/stylesheets/core.scss */
  .mb-lg-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 10090, app/assets/stylesheets/core.scss */
  .mb-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 10093, app/assets/stylesheets/core.scss */
  .mb-lg-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 10096, app/assets/stylesheets/core.scss */
  .mb-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 10099, app/assets/stylesheets/core.scss */
  .mb-lg-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 10102, app/assets/stylesheets/core.scss */
  .mb-lg-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 10105, app/assets/stylesheets/core.scss */
  .mb-lg-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 10108, app/assets/stylesheets/core.scss */
  .mb-lg-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 10111, app/assets/stylesheets/core.scss */
  .mb-lg-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 10114, app/assets/stylesheets/core.scss */
  .mb-lg-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 10117, app/assets/stylesheets/core.scss */
  .mb-lg-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 10120, app/assets/stylesheets/core.scss */
  .mb-lg-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 10123, app/assets/stylesheets/core.scss */
  .mb-lg-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 10126, app/assets/stylesheets/core.scss */
  .mb-lg-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 10129, app/assets/stylesheets/core.scss */
  .mb-lg-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 10132, app/assets/stylesheets/core.scss */
  .mb-lg-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 10135, app/assets/stylesheets/core.scss */
  .mb-lg-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 10138, app/assets/stylesheets/core.scss */
  .mb-lg-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 10141, app/assets/stylesheets/core.scss */
  .mb-lg-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 10144, app/assets/stylesheets/core.scss */
  .mb-lg-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 10147, app/assets/stylesheets/core.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 10150, app/assets/stylesheets/core.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 10153, app/assets/stylesheets/core.scss */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 10156, app/assets/stylesheets/core.scss */
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10159, app/assets/stylesheets/core.scss */
  .ms-lg-n5 {
    margin-left: -2rem !important;
  }
  /* line 10162, app/assets/stylesheets/core.scss */
  .ms-lg-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 10165, app/assets/stylesheets/core.scss */
  .ms-lg-n7 {
    margin-left: -3rem !important;
  }
  /* line 10168, app/assets/stylesheets/core.scss */
  .ms-lg-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 10171, app/assets/stylesheets/core.scss */
  .ms-lg-n9 {
    margin-left: -4rem !important;
  }
  /* line 10174, app/assets/stylesheets/core.scss */
  .ms-lg-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 10177, app/assets/stylesheets/core.scss */
  .ms-lg-n11 {
    margin-left: -5rem !important;
  }
  /* line 10180, app/assets/stylesheets/core.scss */
  .ms-lg-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 10183, app/assets/stylesheets/core.scss */
  .ms-lg-n13 {
    margin-left: -6rem !important;
  }
  /* line 10186, app/assets/stylesheets/core.scss */
  .ms-lg-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 10189, app/assets/stylesheets/core.scss */
  .ms-lg-n15 {
    margin-left: -7rem !important;
  }
  /* line 10192, app/assets/stylesheets/core.scss */
  .ms-lg-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 10195, app/assets/stylesheets/core.scss */
  .ms-lg-n17 {
    margin-left: -8rem !important;
  }
  /* line 10198, app/assets/stylesheets/core.scss */
  .ms-lg-n18 {
    margin-left: -10rem !important;
  }
  /* line 10201, app/assets/stylesheets/core.scss */
  .ms-lg-n19 {
    margin-left: -12rem !important;
  }
  /* line 10204, app/assets/stylesheets/core.scss */
  .ms-lg-n20 {
    margin-left: -14rem !important;
  }
  /* line 10207, app/assets/stylesheets/core.scss */
  .ms-lg-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 10210, app/assets/stylesheets/core.scss */
  .ms-lg-n22 {
    margin-left: -22rem !important;
  }
  /* line 10213, app/assets/stylesheets/core.scss */
  .ms-lg-n23 {
    margin-left: -35rem !important;
  }
  /* line 10216, app/assets/stylesheets/core.scss */
  .ms-lg-n24 {
    margin-left: -40rem !important;
  }
  /* line 10219, app/assets/stylesheets/core.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 10222, app/assets/stylesheets/core.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 10225, app/assets/stylesheets/core.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 10228, app/assets/stylesheets/core.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 10231, app/assets/stylesheets/core.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 10234, app/assets/stylesheets/core.scss */
  .p-lg-5 {
    padding: 2rem !important;
  }
  /* line 10237, app/assets/stylesheets/core.scss */
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  /* line 10240, app/assets/stylesheets/core.scss */
  .p-lg-7 {
    padding: 3rem !important;
  }
  /* line 10243, app/assets/stylesheets/core.scss */
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  /* line 10246, app/assets/stylesheets/core.scss */
  .p-lg-9 {
    padding: 4rem !important;
  }
  /* line 10249, app/assets/stylesheets/core.scss */
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  /* line 10252, app/assets/stylesheets/core.scss */
  .p-lg-11 {
    padding: 5rem !important;
  }
  /* line 10255, app/assets/stylesheets/core.scss */
  .p-lg-12 {
    padding: 5.5rem !important;
  }
  /* line 10258, app/assets/stylesheets/core.scss */
  .p-lg-13 {
    padding: 6rem !important;
  }
  /* line 10261, app/assets/stylesheets/core.scss */
  .p-lg-14 {
    padding: 6.5rem !important;
  }
  /* line 10264, app/assets/stylesheets/core.scss */
  .p-lg-15 {
    padding: 7rem !important;
  }
  /* line 10267, app/assets/stylesheets/core.scss */
  .p-lg-16 {
    padding: 7.5rem !important;
  }
  /* line 10270, app/assets/stylesheets/core.scss */
  .p-lg-17 {
    padding: 8rem !important;
  }
  /* line 10273, app/assets/stylesheets/core.scss */
  .p-lg-18 {
    padding: 10rem !important;
  }
  /* line 10276, app/assets/stylesheets/core.scss */
  .p-lg-19 {
    padding: 12rem !important;
  }
  /* line 10279, app/assets/stylesheets/core.scss */
  .p-lg-20 {
    padding: 14rem !important;
  }
  /* line 10282, app/assets/stylesheets/core.scss */
  .p-lg-21 {
    padding: 18.5rem !important;
  }
  /* line 10285, app/assets/stylesheets/core.scss */
  .p-lg-22 {
    padding: 22rem !important;
  }
  /* line 10288, app/assets/stylesheets/core.scss */
  .p-lg-23 {
    padding: 35rem !important;
  }
  /* line 10291, app/assets/stylesheets/core.scss */
  .p-lg-24 {
    padding: 40rem !important;
  }
  /* line 10294, app/assets/stylesheets/core.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 10298, app/assets/stylesheets/core.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 10302, app/assets/stylesheets/core.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 10306, app/assets/stylesheets/core.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 10310, app/assets/stylesheets/core.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 10314, app/assets/stylesheets/core.scss */
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 10318, app/assets/stylesheets/core.scss */
  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 10322, app/assets/stylesheets/core.scss */
  .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 10326, app/assets/stylesheets/core.scss */
  .px-lg-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 10330, app/assets/stylesheets/core.scss */
  .px-lg-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 10334, app/assets/stylesheets/core.scss */
  .px-lg-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 10338, app/assets/stylesheets/core.scss */
  .px-lg-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 10342, app/assets/stylesheets/core.scss */
  .px-lg-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 10346, app/assets/stylesheets/core.scss */
  .px-lg-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 10350, app/assets/stylesheets/core.scss */
  .px-lg-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 10354, app/assets/stylesheets/core.scss */
  .px-lg-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 10358, app/assets/stylesheets/core.scss */
  .px-lg-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 10362, app/assets/stylesheets/core.scss */
  .px-lg-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 10366, app/assets/stylesheets/core.scss */
  .px-lg-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 10370, app/assets/stylesheets/core.scss */
  .px-lg-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 10374, app/assets/stylesheets/core.scss */
  .px-lg-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 10378, app/assets/stylesheets/core.scss */
  .px-lg-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 10382, app/assets/stylesheets/core.scss */
  .px-lg-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 10386, app/assets/stylesheets/core.scss */
  .px-lg-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 10390, app/assets/stylesheets/core.scss */
  .px-lg-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 10394, app/assets/stylesheets/core.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 10398, app/assets/stylesheets/core.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 10402, app/assets/stylesheets/core.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 10406, app/assets/stylesheets/core.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 10410, app/assets/stylesheets/core.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 10414, app/assets/stylesheets/core.scss */
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 10418, app/assets/stylesheets/core.scss */
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 10422, app/assets/stylesheets/core.scss */
  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 10426, app/assets/stylesheets/core.scss */
  .py-lg-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 10430, app/assets/stylesheets/core.scss */
  .py-lg-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 10434, app/assets/stylesheets/core.scss */
  .py-lg-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 10438, app/assets/stylesheets/core.scss */
  .py-lg-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 10442, app/assets/stylesheets/core.scss */
  .py-lg-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 10446, app/assets/stylesheets/core.scss */
  .py-lg-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 10450, app/assets/stylesheets/core.scss */
  .py-lg-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 10454, app/assets/stylesheets/core.scss */
  .py-lg-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 10458, app/assets/stylesheets/core.scss */
  .py-lg-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 10462, app/assets/stylesheets/core.scss */
  .py-lg-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 10466, app/assets/stylesheets/core.scss */
  .py-lg-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 10470, app/assets/stylesheets/core.scss */
  .py-lg-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 10474, app/assets/stylesheets/core.scss */
  .py-lg-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 10478, app/assets/stylesheets/core.scss */
  .py-lg-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 10482, app/assets/stylesheets/core.scss */
  .py-lg-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 10486, app/assets/stylesheets/core.scss */
  .py-lg-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 10490, app/assets/stylesheets/core.scss */
  .py-lg-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 10494, app/assets/stylesheets/core.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 10497, app/assets/stylesheets/core.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10500, app/assets/stylesheets/core.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10503, app/assets/stylesheets/core.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 10506, app/assets/stylesheets/core.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10509, app/assets/stylesheets/core.scss */
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  /* line 10512, app/assets/stylesheets/core.scss */
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  /* line 10515, app/assets/stylesheets/core.scss */
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  /* line 10518, app/assets/stylesheets/core.scss */
  .pt-lg-8 {
    padding-top: 3.5rem !important;
  }
  /* line 10521, app/assets/stylesheets/core.scss */
  .pt-lg-9 {
    padding-top: 4rem !important;
  }
  /* line 10524, app/assets/stylesheets/core.scss */
  .pt-lg-10 {
    padding-top: 4.5rem !important;
  }
  /* line 10527, app/assets/stylesheets/core.scss */
  .pt-lg-11 {
    padding-top: 5rem !important;
  }
  /* line 10530, app/assets/stylesheets/core.scss */
  .pt-lg-12 {
    padding-top: 5.5rem !important;
  }
  /* line 10533, app/assets/stylesheets/core.scss */
  .pt-lg-13 {
    padding-top: 6rem !important;
  }
  /* line 10536, app/assets/stylesheets/core.scss */
  .pt-lg-14 {
    padding-top: 6.5rem !important;
  }
  /* line 10539, app/assets/stylesheets/core.scss */
  .pt-lg-15 {
    padding-top: 7rem !important;
  }
  /* line 10542, app/assets/stylesheets/core.scss */
  .pt-lg-16 {
    padding-top: 7.5rem !important;
  }
  /* line 10545, app/assets/stylesheets/core.scss */
  .pt-lg-17 {
    padding-top: 8rem !important;
  }
  /* line 10548, app/assets/stylesheets/core.scss */
  .pt-lg-18 {
    padding-top: 10rem !important;
  }
  /* line 10551, app/assets/stylesheets/core.scss */
  .pt-lg-19 {
    padding-top: 12rem !important;
  }
  /* line 10554, app/assets/stylesheets/core.scss */
  .pt-lg-20 {
    padding-top: 14rem !important;
  }
  /* line 10557, app/assets/stylesheets/core.scss */
  .pt-lg-21 {
    padding-top: 18.5rem !important;
  }
  /* line 10560, app/assets/stylesheets/core.scss */
  .pt-lg-22 {
    padding-top: 22rem !important;
  }
  /* line 10563, app/assets/stylesheets/core.scss */
  .pt-lg-23 {
    padding-top: 35rem !important;
  }
  /* line 10566, app/assets/stylesheets/core.scss */
  .pt-lg-24 {
    padding-top: 40rem !important;
  }
  /* line 10569, app/assets/stylesheets/core.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 10572, app/assets/stylesheets/core.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10575, app/assets/stylesheets/core.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10578, app/assets/stylesheets/core.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 10581, app/assets/stylesheets/core.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10584, app/assets/stylesheets/core.scss */
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  /* line 10587, app/assets/stylesheets/core.scss */
  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  /* line 10590, app/assets/stylesheets/core.scss */
  .pe-lg-7 {
    padding-right: 3rem !important;
  }
  /* line 10593, app/assets/stylesheets/core.scss */
  .pe-lg-8 {
    padding-right: 3.5rem !important;
  }
  /* line 10596, app/assets/stylesheets/core.scss */
  .pe-lg-9 {
    padding-right: 4rem !important;
  }
  /* line 10599, app/assets/stylesheets/core.scss */
  .pe-lg-10 {
    padding-right: 4.5rem !important;
  }
  /* line 10602, app/assets/stylesheets/core.scss */
  .pe-lg-11 {
    padding-right: 5rem !important;
  }
  /* line 10605, app/assets/stylesheets/core.scss */
  .pe-lg-12 {
    padding-right: 5.5rem !important;
  }
  /* line 10608, app/assets/stylesheets/core.scss */
  .pe-lg-13 {
    padding-right: 6rem !important;
  }
  /* line 10611, app/assets/stylesheets/core.scss */
  .pe-lg-14 {
    padding-right: 6.5rem !important;
  }
  /* line 10614, app/assets/stylesheets/core.scss */
  .pe-lg-15 {
    padding-right: 7rem !important;
  }
  /* line 10617, app/assets/stylesheets/core.scss */
  .pe-lg-16 {
    padding-right: 7.5rem !important;
  }
  /* line 10620, app/assets/stylesheets/core.scss */
  .pe-lg-17 {
    padding-right: 8rem !important;
  }
  /* line 10623, app/assets/stylesheets/core.scss */
  .pe-lg-18 {
    padding-right: 10rem !important;
  }
  /* line 10626, app/assets/stylesheets/core.scss */
  .pe-lg-19 {
    padding-right: 12rem !important;
  }
  /* line 10629, app/assets/stylesheets/core.scss */
  .pe-lg-20 {
    padding-right: 14rem !important;
  }
  /* line 10632, app/assets/stylesheets/core.scss */
  .pe-lg-21 {
    padding-right: 18.5rem !important;
  }
  /* line 10635, app/assets/stylesheets/core.scss */
  .pe-lg-22 {
    padding-right: 22rem !important;
  }
  /* line 10638, app/assets/stylesheets/core.scss */
  .pe-lg-23 {
    padding-right: 35rem !important;
  }
  /* line 10641, app/assets/stylesheets/core.scss */
  .pe-lg-24 {
    padding-right: 40rem !important;
  }
  /* line 10644, app/assets/stylesheets/core.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 10647, app/assets/stylesheets/core.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10650, app/assets/stylesheets/core.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10653, app/assets/stylesheets/core.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10656, app/assets/stylesheets/core.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10659, app/assets/stylesheets/core.scss */
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  /* line 10662, app/assets/stylesheets/core.scss */
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 10665, app/assets/stylesheets/core.scss */
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  /* line 10668, app/assets/stylesheets/core.scss */
  .pb-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 10671, app/assets/stylesheets/core.scss */
  .pb-lg-9 {
    padding-bottom: 4rem !important;
  }
  /* line 10674, app/assets/stylesheets/core.scss */
  .pb-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 10677, app/assets/stylesheets/core.scss */
  .pb-lg-11 {
    padding-bottom: 5rem !important;
  }
  /* line 10680, app/assets/stylesheets/core.scss */
  .pb-lg-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 10683, app/assets/stylesheets/core.scss */
  .pb-lg-13 {
    padding-bottom: 6rem !important;
  }
  /* line 10686, app/assets/stylesheets/core.scss */
  .pb-lg-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 10689, app/assets/stylesheets/core.scss */
  .pb-lg-15 {
    padding-bottom: 7rem !important;
  }
  /* line 10692, app/assets/stylesheets/core.scss */
  .pb-lg-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 10695, app/assets/stylesheets/core.scss */
  .pb-lg-17 {
    padding-bottom: 8rem !important;
  }
  /* line 10698, app/assets/stylesheets/core.scss */
  .pb-lg-18 {
    padding-bottom: 10rem !important;
  }
  /* line 10701, app/assets/stylesheets/core.scss */
  .pb-lg-19 {
    padding-bottom: 12rem !important;
  }
  /* line 10704, app/assets/stylesheets/core.scss */
  .pb-lg-20 {
    padding-bottom: 14rem !important;
  }
  /* line 10707, app/assets/stylesheets/core.scss */
  .pb-lg-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 10710, app/assets/stylesheets/core.scss */
  .pb-lg-22 {
    padding-bottom: 22rem !important;
  }
  /* line 10713, app/assets/stylesheets/core.scss */
  .pb-lg-23 {
    padding-bottom: 35rem !important;
  }
  /* line 10716, app/assets/stylesheets/core.scss */
  .pb-lg-24 {
    padding-bottom: 40rem !important;
  }
  /* line 10719, app/assets/stylesheets/core.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 10722, app/assets/stylesheets/core.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10725, app/assets/stylesheets/core.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10728, app/assets/stylesheets/core.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 10731, app/assets/stylesheets/core.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10734, app/assets/stylesheets/core.scss */
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  /* line 10737, app/assets/stylesheets/core.scss */
  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  /* line 10740, app/assets/stylesheets/core.scss */
  .ps-lg-7 {
    padding-left: 3rem !important;
  }
  /* line 10743, app/assets/stylesheets/core.scss */
  .ps-lg-8 {
    padding-left: 3.5rem !important;
  }
  /* line 10746, app/assets/stylesheets/core.scss */
  .ps-lg-9 {
    padding-left: 4rem !important;
  }
  /* line 10749, app/assets/stylesheets/core.scss */
  .ps-lg-10 {
    padding-left: 4.5rem !important;
  }
  /* line 10752, app/assets/stylesheets/core.scss */
  .ps-lg-11 {
    padding-left: 5rem !important;
  }
  /* line 10755, app/assets/stylesheets/core.scss */
  .ps-lg-12 {
    padding-left: 5.5rem !important;
  }
  /* line 10758, app/assets/stylesheets/core.scss */
  .ps-lg-13 {
    padding-left: 6rem !important;
  }
  /* line 10761, app/assets/stylesheets/core.scss */
  .ps-lg-14 {
    padding-left: 6.5rem !important;
  }
  /* line 10764, app/assets/stylesheets/core.scss */
  .ps-lg-15 {
    padding-left: 7rem !important;
  }
  /* line 10767, app/assets/stylesheets/core.scss */
  .ps-lg-16 {
    padding-left: 7.5rem !important;
  }
  /* line 10770, app/assets/stylesheets/core.scss */
  .ps-lg-17 {
    padding-left: 8rem !important;
  }
  /* line 10773, app/assets/stylesheets/core.scss */
  .ps-lg-18 {
    padding-left: 10rem !important;
  }
  /* line 10776, app/assets/stylesheets/core.scss */
  .ps-lg-19 {
    padding-left: 12rem !important;
  }
  /* line 10779, app/assets/stylesheets/core.scss */
  .ps-lg-20 {
    padding-left: 14rem !important;
  }
  /* line 10782, app/assets/stylesheets/core.scss */
  .ps-lg-21 {
    padding-left: 18.5rem !important;
  }
  /* line 10785, app/assets/stylesheets/core.scss */
  .ps-lg-22 {
    padding-left: 22rem !important;
  }
  /* line 10788, app/assets/stylesheets/core.scss */
  .ps-lg-23 {
    padding-left: 35rem !important;
  }
  /* line 10791, app/assets/stylesheets/core.scss */
  .ps-lg-24 {
    padding-left: 40rem !important;
  }
  /* line 10794, app/assets/stylesheets/core.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 10797, app/assets/stylesheets/core.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 10800, app/assets/stylesheets/core.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 10803, app/assets/stylesheets/core.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 10806, app/assets/stylesheets/core.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 10809, app/assets/stylesheets/core.scss */
  .gap-lg-5 {
    gap: 2rem !important;
  }
  /* line 10812, app/assets/stylesheets/core.scss */
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  /* line 10815, app/assets/stylesheets/core.scss */
  .gap-lg-7 {
    gap: 3rem !important;
  }
  /* line 10818, app/assets/stylesheets/core.scss */
  .gap-lg-8 {
    gap: 3.5rem !important;
  }
  /* line 10821, app/assets/stylesheets/core.scss */
  .gap-lg-9 {
    gap: 4rem !important;
  }
  /* line 10824, app/assets/stylesheets/core.scss */
  .gap-lg-10 {
    gap: 4.5rem !important;
  }
  /* line 10827, app/assets/stylesheets/core.scss */
  .gap-lg-11 {
    gap: 5rem !important;
  }
  /* line 10830, app/assets/stylesheets/core.scss */
  .gap-lg-12 {
    gap: 5.5rem !important;
  }
  /* line 10833, app/assets/stylesheets/core.scss */
  .gap-lg-13 {
    gap: 6rem !important;
  }
  /* line 10836, app/assets/stylesheets/core.scss */
  .gap-lg-14 {
    gap: 6.5rem !important;
  }
  /* line 10839, app/assets/stylesheets/core.scss */
  .gap-lg-15 {
    gap: 7rem !important;
  }
  /* line 10842, app/assets/stylesheets/core.scss */
  .gap-lg-16 {
    gap: 7.5rem !important;
  }
  /* line 10845, app/assets/stylesheets/core.scss */
  .gap-lg-17 {
    gap: 8rem !important;
  }
  /* line 10848, app/assets/stylesheets/core.scss */
  .gap-lg-18 {
    gap: 10rem !important;
  }
  /* line 10851, app/assets/stylesheets/core.scss */
  .gap-lg-19 {
    gap: 12rem !important;
  }
  /* line 10854, app/assets/stylesheets/core.scss */
  .gap-lg-20 {
    gap: 14rem !important;
  }
  /* line 10857, app/assets/stylesheets/core.scss */
  .gap-lg-21 {
    gap: 18.5rem !important;
  }
  /* line 10860, app/assets/stylesheets/core.scss */
  .gap-lg-22 {
    gap: 22rem !important;
  }
  /* line 10863, app/assets/stylesheets/core.scss */
  .gap-lg-23 {
    gap: 35rem !important;
  }
  /* line 10866, app/assets/stylesheets/core.scss */
  .gap-lg-24 {
    gap: 40rem !important;
  }
  /* line 10869, app/assets/stylesheets/core.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 10872, app/assets/stylesheets/core.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 10875, app/assets/stylesheets/core.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 10878, app/assets/stylesheets/core.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 10881, app/assets/stylesheets/core.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 10884, app/assets/stylesheets/core.scss */
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  /* line 10887, app/assets/stylesheets/core.scss */
  .row-gap-lg-6 {
    row-gap: 2.5rem !important;
  }
  /* line 10890, app/assets/stylesheets/core.scss */
  .row-gap-lg-7 {
    row-gap: 3rem !important;
  }
  /* line 10893, app/assets/stylesheets/core.scss */
  .row-gap-lg-8 {
    row-gap: 3.5rem !important;
  }
  /* line 10896, app/assets/stylesheets/core.scss */
  .row-gap-lg-9 {
    row-gap: 4rem !important;
  }
  /* line 10899, app/assets/stylesheets/core.scss */
  .row-gap-lg-10 {
    row-gap: 4.5rem !important;
  }
  /* line 10902, app/assets/stylesheets/core.scss */
  .row-gap-lg-11 {
    row-gap: 5rem !important;
  }
  /* line 10905, app/assets/stylesheets/core.scss */
  .row-gap-lg-12 {
    row-gap: 5.5rem !important;
  }
  /* line 10908, app/assets/stylesheets/core.scss */
  .row-gap-lg-13 {
    row-gap: 6rem !important;
  }
  /* line 10911, app/assets/stylesheets/core.scss */
  .row-gap-lg-14 {
    row-gap: 6.5rem !important;
  }
  /* line 10914, app/assets/stylesheets/core.scss */
  .row-gap-lg-15 {
    row-gap: 7rem !important;
  }
  /* line 10917, app/assets/stylesheets/core.scss */
  .row-gap-lg-16 {
    row-gap: 7.5rem !important;
  }
  /* line 10920, app/assets/stylesheets/core.scss */
  .row-gap-lg-17 {
    row-gap: 8rem !important;
  }
  /* line 10923, app/assets/stylesheets/core.scss */
  .row-gap-lg-18 {
    row-gap: 10rem !important;
  }
  /* line 10926, app/assets/stylesheets/core.scss */
  .row-gap-lg-19 {
    row-gap: 12rem !important;
  }
  /* line 10929, app/assets/stylesheets/core.scss */
  .row-gap-lg-20 {
    row-gap: 14rem !important;
  }
  /* line 10932, app/assets/stylesheets/core.scss */
  .row-gap-lg-21 {
    row-gap: 18.5rem !important;
  }
  /* line 10935, app/assets/stylesheets/core.scss */
  .row-gap-lg-22 {
    row-gap: 22rem !important;
  }
  /* line 10938, app/assets/stylesheets/core.scss */
  .row-gap-lg-23 {
    row-gap: 35rem !important;
  }
  /* line 10941, app/assets/stylesheets/core.scss */
  .row-gap-lg-24 {
    row-gap: 40rem !important;
  }
  /* line 10944, app/assets/stylesheets/core.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 10948, app/assets/stylesheets/core.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 10952, app/assets/stylesheets/core.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 10956, app/assets/stylesheets/core.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 10960, app/assets/stylesheets/core.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 10964, app/assets/stylesheets/core.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 10968, app/assets/stylesheets/core.scss */
  .column-gap-lg-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 10972, app/assets/stylesheets/core.scss */
  .column-gap-lg-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 10976, app/assets/stylesheets/core.scss */
  .column-gap-lg-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 10980, app/assets/stylesheets/core.scss */
  .column-gap-lg-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 10984, app/assets/stylesheets/core.scss */
  .column-gap-lg-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 10988, app/assets/stylesheets/core.scss */
  .column-gap-lg-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 10992, app/assets/stylesheets/core.scss */
  .column-gap-lg-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 10996, app/assets/stylesheets/core.scss */
  .column-gap-lg-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 11000, app/assets/stylesheets/core.scss */
  .column-gap-lg-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 11004, app/assets/stylesheets/core.scss */
  .column-gap-lg-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 11008, app/assets/stylesheets/core.scss */
  .column-gap-lg-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 11012, app/assets/stylesheets/core.scss */
  .column-gap-lg-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 11016, app/assets/stylesheets/core.scss */
  .column-gap-lg-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 11020, app/assets/stylesheets/core.scss */
  .column-gap-lg-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 11024, app/assets/stylesheets/core.scss */
  .column-gap-lg-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 11028, app/assets/stylesheets/core.scss */
  .column-gap-lg-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 11032, app/assets/stylesheets/core.scss */
  .column-gap-lg-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 11036, app/assets/stylesheets/core.scss */
  .column-gap-lg-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 11040, app/assets/stylesheets/core.scss */
  .column-gap-lg-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 11044, app/assets/stylesheets/core.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 11047, app/assets/stylesheets/core.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 11050, app/assets/stylesheets/core.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 11055, app/assets/stylesheets/core.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 11058, app/assets/stylesheets/core.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 11061, app/assets/stylesheets/core.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 11064, app/assets/stylesheets/core.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 11068, app/assets/stylesheets/core.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 11072, app/assets/stylesheets/core.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 11076, app/assets/stylesheets/core.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 11080, app/assets/stylesheets/core.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 11084, app/assets/stylesheets/core.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 11087, app/assets/stylesheets/core.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 11090, app/assets/stylesheets/core.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 11093, app/assets/stylesheets/core.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 11096, app/assets/stylesheets/core.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 11099, app/assets/stylesheets/core.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 11102, app/assets/stylesheets/core.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 11105, app/assets/stylesheets/core.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 11108, app/assets/stylesheets/core.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 11111, app/assets/stylesheets/core.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 11114, app/assets/stylesheets/core.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 11117, app/assets/stylesheets/core.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 11120, app/assets/stylesheets/core.scss */
  .w-xl-30 {
    width: 30% !important;
  }
  /* line 11123, app/assets/stylesheets/core.scss */
  .w-xl-40 {
    width: 40% !important;
  }
  /* line 11126, app/assets/stylesheets/core.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 11129, app/assets/stylesheets/core.scss */
  .w-xl-65 {
    width: 65% !important;
  }
  /* line 11132, app/assets/stylesheets/core.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 11135, app/assets/stylesheets/core.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 11138, app/assets/stylesheets/core.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 11141, app/assets/stylesheets/core.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 11144, app/assets/stylesheets/core.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 11147, app/assets/stylesheets/core.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 11150, app/assets/stylesheets/core.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 11153, app/assets/stylesheets/core.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 11156, app/assets/stylesheets/core.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 11159, app/assets/stylesheets/core.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 11162, app/assets/stylesheets/core.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 11165, app/assets/stylesheets/core.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 11168, app/assets/stylesheets/core.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 11171, app/assets/stylesheets/core.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 11174, app/assets/stylesheets/core.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 11177, app/assets/stylesheets/core.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 11180, app/assets/stylesheets/core.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 11183, app/assets/stylesheets/core.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 11186, app/assets/stylesheets/core.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 11189, app/assets/stylesheets/core.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 11192, app/assets/stylesheets/core.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 11195, app/assets/stylesheets/core.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 11198, app/assets/stylesheets/core.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 11201, app/assets/stylesheets/core.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 11204, app/assets/stylesheets/core.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 11207, app/assets/stylesheets/core.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 11210, app/assets/stylesheets/core.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 11213, app/assets/stylesheets/core.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 11216, app/assets/stylesheets/core.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 11219, app/assets/stylesheets/core.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 11222, app/assets/stylesheets/core.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 11225, app/assets/stylesheets/core.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 11228, app/assets/stylesheets/core.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 11231, app/assets/stylesheets/core.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 11234, app/assets/stylesheets/core.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 11237, app/assets/stylesheets/core.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 11240, app/assets/stylesheets/core.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 11243, app/assets/stylesheets/core.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 11246, app/assets/stylesheets/core.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 11249, app/assets/stylesheets/core.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 11252, app/assets/stylesheets/core.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 11255, app/assets/stylesheets/core.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 11258, app/assets/stylesheets/core.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 11261, app/assets/stylesheets/core.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 11264, app/assets/stylesheets/core.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 11267, app/assets/stylesheets/core.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 11270, app/assets/stylesheets/core.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 11273, app/assets/stylesheets/core.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 11276, app/assets/stylesheets/core.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 11279, app/assets/stylesheets/core.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 11282, app/assets/stylesheets/core.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 11285, app/assets/stylesheets/core.scss */
  .m-xl-5 {
    margin: 2rem !important;
  }
  /* line 11288, app/assets/stylesheets/core.scss */
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  /* line 11291, app/assets/stylesheets/core.scss */
  .m-xl-7 {
    margin: 3rem !important;
  }
  /* line 11294, app/assets/stylesheets/core.scss */
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  /* line 11297, app/assets/stylesheets/core.scss */
  .m-xl-9 {
    margin: 4rem !important;
  }
  /* line 11300, app/assets/stylesheets/core.scss */
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  /* line 11303, app/assets/stylesheets/core.scss */
  .m-xl-11 {
    margin: 5rem !important;
  }
  /* line 11306, app/assets/stylesheets/core.scss */
  .m-xl-12 {
    margin: 5.5rem !important;
  }
  /* line 11309, app/assets/stylesheets/core.scss */
  .m-xl-13 {
    margin: 6rem !important;
  }
  /* line 11312, app/assets/stylesheets/core.scss */
  .m-xl-14 {
    margin: 6.5rem !important;
  }
  /* line 11315, app/assets/stylesheets/core.scss */
  .m-xl-15 {
    margin: 7rem !important;
  }
  /* line 11318, app/assets/stylesheets/core.scss */
  .m-xl-16 {
    margin: 7.5rem !important;
  }
  /* line 11321, app/assets/stylesheets/core.scss */
  .m-xl-17 {
    margin: 8rem !important;
  }
  /* line 11324, app/assets/stylesheets/core.scss */
  .m-xl-18 {
    margin: 10rem !important;
  }
  /* line 11327, app/assets/stylesheets/core.scss */
  .m-xl-19 {
    margin: 12rem !important;
  }
  /* line 11330, app/assets/stylesheets/core.scss */
  .m-xl-20 {
    margin: 14rem !important;
  }
  /* line 11333, app/assets/stylesheets/core.scss */
  .m-xl-21 {
    margin: 18.5rem !important;
  }
  /* line 11336, app/assets/stylesheets/core.scss */
  .m-xl-22 {
    margin: 22rem !important;
  }
  /* line 11339, app/assets/stylesheets/core.scss */
  .m-xl-23 {
    margin: 35rem !important;
  }
  /* line 11342, app/assets/stylesheets/core.scss */
  .m-xl-24 {
    margin: 40rem !important;
  }
  /* line 11345, app/assets/stylesheets/core.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 11348, app/assets/stylesheets/core.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 11352, app/assets/stylesheets/core.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 11356, app/assets/stylesheets/core.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 11360, app/assets/stylesheets/core.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 11364, app/assets/stylesheets/core.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 11368, app/assets/stylesheets/core.scss */
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 11372, app/assets/stylesheets/core.scss */
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 11376, app/assets/stylesheets/core.scss */
  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 11380, app/assets/stylesheets/core.scss */
  .mx-xl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 11384, app/assets/stylesheets/core.scss */
  .mx-xl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 11388, app/assets/stylesheets/core.scss */
  .mx-xl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 11392, app/assets/stylesheets/core.scss */
  .mx-xl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 11396, app/assets/stylesheets/core.scss */
  .mx-xl-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 11400, app/assets/stylesheets/core.scss */
  .mx-xl-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 11404, app/assets/stylesheets/core.scss */
  .mx-xl-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 11408, app/assets/stylesheets/core.scss */
  .mx-xl-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 11412, app/assets/stylesheets/core.scss */
  .mx-xl-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 11416, app/assets/stylesheets/core.scss */
  .mx-xl-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 11420, app/assets/stylesheets/core.scss */
  .mx-xl-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 11424, app/assets/stylesheets/core.scss */
  .mx-xl-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 11428, app/assets/stylesheets/core.scss */
  .mx-xl-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 11432, app/assets/stylesheets/core.scss */
  .mx-xl-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 11436, app/assets/stylesheets/core.scss */
  .mx-xl-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 11440, app/assets/stylesheets/core.scss */
  .mx-xl-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 11444, app/assets/stylesheets/core.scss */
  .mx-xl-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 11448, app/assets/stylesheets/core.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 11452, app/assets/stylesheets/core.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 11456, app/assets/stylesheets/core.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 11460, app/assets/stylesheets/core.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 11464, app/assets/stylesheets/core.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 11468, app/assets/stylesheets/core.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 11472, app/assets/stylesheets/core.scss */
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 11476, app/assets/stylesheets/core.scss */
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 11480, app/assets/stylesheets/core.scss */
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 11484, app/assets/stylesheets/core.scss */
  .my-xl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 11488, app/assets/stylesheets/core.scss */
  .my-xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 11492, app/assets/stylesheets/core.scss */
  .my-xl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 11496, app/assets/stylesheets/core.scss */
  .my-xl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 11500, app/assets/stylesheets/core.scss */
  .my-xl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 11504, app/assets/stylesheets/core.scss */
  .my-xl-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 11508, app/assets/stylesheets/core.scss */
  .my-xl-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 11512, app/assets/stylesheets/core.scss */
  .my-xl-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 11516, app/assets/stylesheets/core.scss */
  .my-xl-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 11520, app/assets/stylesheets/core.scss */
  .my-xl-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 11524, app/assets/stylesheets/core.scss */
  .my-xl-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 11528, app/assets/stylesheets/core.scss */
  .my-xl-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 11532, app/assets/stylesheets/core.scss */
  .my-xl-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 11536, app/assets/stylesheets/core.scss */
  .my-xl-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 11540, app/assets/stylesheets/core.scss */
  .my-xl-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 11544, app/assets/stylesheets/core.scss */
  .my-xl-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 11548, app/assets/stylesheets/core.scss */
  .my-xl-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 11552, app/assets/stylesheets/core.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 11556, app/assets/stylesheets/core.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 11559, app/assets/stylesheets/core.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 11562, app/assets/stylesheets/core.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 11565, app/assets/stylesheets/core.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 11568, app/assets/stylesheets/core.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 11571, app/assets/stylesheets/core.scss */
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  /* line 11574, app/assets/stylesheets/core.scss */
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 11577, app/assets/stylesheets/core.scss */
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  /* line 11580, app/assets/stylesheets/core.scss */
  .mt-xl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 11583, app/assets/stylesheets/core.scss */
  .mt-xl-9 {
    margin-top: 4rem !important;
  }
  /* line 11586, app/assets/stylesheets/core.scss */
  .mt-xl-10 {
    margin-top: 4.5rem !important;
  }
  /* line 11589, app/assets/stylesheets/core.scss */
  .mt-xl-11 {
    margin-top: 5rem !important;
  }
  /* line 11592, app/assets/stylesheets/core.scss */
  .mt-xl-12 {
    margin-top: 5.5rem !important;
  }
  /* line 11595, app/assets/stylesheets/core.scss */
  .mt-xl-13 {
    margin-top: 6rem !important;
  }
  /* line 11598, app/assets/stylesheets/core.scss */
  .mt-xl-14 {
    margin-top: 6.5rem !important;
  }
  /* line 11601, app/assets/stylesheets/core.scss */
  .mt-xl-15 {
    margin-top: 7rem !important;
  }
  /* line 11604, app/assets/stylesheets/core.scss */
  .mt-xl-16 {
    margin-top: 7.5rem !important;
  }
  /* line 11607, app/assets/stylesheets/core.scss */
  .mt-xl-17 {
    margin-top: 8rem !important;
  }
  /* line 11610, app/assets/stylesheets/core.scss */
  .mt-xl-18 {
    margin-top: 10rem !important;
  }
  /* line 11613, app/assets/stylesheets/core.scss */
  .mt-xl-19 {
    margin-top: 12rem !important;
  }
  /* line 11616, app/assets/stylesheets/core.scss */
  .mt-xl-20 {
    margin-top: 14rem !important;
  }
  /* line 11619, app/assets/stylesheets/core.scss */
  .mt-xl-21 {
    margin-top: 18.5rem !important;
  }
  /* line 11622, app/assets/stylesheets/core.scss */
  .mt-xl-22 {
    margin-top: 22rem !important;
  }
  /* line 11625, app/assets/stylesheets/core.scss */
  .mt-xl-23 {
    margin-top: 35rem !important;
  }
  /* line 11628, app/assets/stylesheets/core.scss */
  .mt-xl-24 {
    margin-top: 40rem !important;
  }
  /* line 11631, app/assets/stylesheets/core.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 11634, app/assets/stylesheets/core.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 11637, app/assets/stylesheets/core.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 11640, app/assets/stylesheets/core.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 11643, app/assets/stylesheets/core.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 11646, app/assets/stylesheets/core.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 11649, app/assets/stylesheets/core.scss */
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  /* line 11652, app/assets/stylesheets/core.scss */
  .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 11655, app/assets/stylesheets/core.scss */
  .me-xl-7 {
    margin-right: 3rem !important;
  }
  /* line 11658, app/assets/stylesheets/core.scss */
  .me-xl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 11661, app/assets/stylesheets/core.scss */
  .me-xl-9 {
    margin-right: 4rem !important;
  }
  /* line 11664, app/assets/stylesheets/core.scss */
  .me-xl-10 {
    margin-right: 4.5rem !important;
  }
  /* line 11667, app/assets/stylesheets/core.scss */
  .me-xl-11 {
    margin-right: 5rem !important;
  }
  /* line 11670, app/assets/stylesheets/core.scss */
  .me-xl-12 {
    margin-right: 5.5rem !important;
  }
  /* line 11673, app/assets/stylesheets/core.scss */
  .me-xl-13 {
    margin-right: 6rem !important;
  }
  /* line 11676, app/assets/stylesheets/core.scss */
  .me-xl-14 {
    margin-right: 6.5rem !important;
  }
  /* line 11679, app/assets/stylesheets/core.scss */
  .me-xl-15 {
    margin-right: 7rem !important;
  }
  /* line 11682, app/assets/stylesheets/core.scss */
  .me-xl-16 {
    margin-right: 7.5rem !important;
  }
  /* line 11685, app/assets/stylesheets/core.scss */
  .me-xl-17 {
    margin-right: 8rem !important;
  }
  /* line 11688, app/assets/stylesheets/core.scss */
  .me-xl-18 {
    margin-right: 10rem !important;
  }
  /* line 11691, app/assets/stylesheets/core.scss */
  .me-xl-19 {
    margin-right: 12rem !important;
  }
  /* line 11694, app/assets/stylesheets/core.scss */
  .me-xl-20 {
    margin-right: 14rem !important;
  }
  /* line 11697, app/assets/stylesheets/core.scss */
  .me-xl-21 {
    margin-right: 18.5rem !important;
  }
  /* line 11700, app/assets/stylesheets/core.scss */
  .me-xl-22 {
    margin-right: 22rem !important;
  }
  /* line 11703, app/assets/stylesheets/core.scss */
  .me-xl-23 {
    margin-right: 35rem !important;
  }
  /* line 11706, app/assets/stylesheets/core.scss */
  .me-xl-24 {
    margin-right: 40rem !important;
  }
  /* line 11709, app/assets/stylesheets/core.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 11712, app/assets/stylesheets/core.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 11715, app/assets/stylesheets/core.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 11718, app/assets/stylesheets/core.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 11721, app/assets/stylesheets/core.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 11724, app/assets/stylesheets/core.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11727, app/assets/stylesheets/core.scss */
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 11730, app/assets/stylesheets/core.scss */
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 11733, app/assets/stylesheets/core.scss */
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 11736, app/assets/stylesheets/core.scss */
  .mb-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 11739, app/assets/stylesheets/core.scss */
  .mb-xl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 11742, app/assets/stylesheets/core.scss */
  .mb-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 11745, app/assets/stylesheets/core.scss */
  .mb-xl-11 {
    margin-bottom: 5rem !important;
  }
  /* line 11748, app/assets/stylesheets/core.scss */
  .mb-xl-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 11751, app/assets/stylesheets/core.scss */
  .mb-xl-13 {
    margin-bottom: 6rem !important;
  }
  /* line 11754, app/assets/stylesheets/core.scss */
  .mb-xl-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 11757, app/assets/stylesheets/core.scss */
  .mb-xl-15 {
    margin-bottom: 7rem !important;
  }
  /* line 11760, app/assets/stylesheets/core.scss */
  .mb-xl-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 11763, app/assets/stylesheets/core.scss */
  .mb-xl-17 {
    margin-bottom: 8rem !important;
  }
  /* line 11766, app/assets/stylesheets/core.scss */
  .mb-xl-18 {
    margin-bottom: 10rem !important;
  }
  /* line 11769, app/assets/stylesheets/core.scss */
  .mb-xl-19 {
    margin-bottom: 12rem !important;
  }
  /* line 11772, app/assets/stylesheets/core.scss */
  .mb-xl-20 {
    margin-bottom: 14rem !important;
  }
  /* line 11775, app/assets/stylesheets/core.scss */
  .mb-xl-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 11778, app/assets/stylesheets/core.scss */
  .mb-xl-22 {
    margin-bottom: 22rem !important;
  }
  /* line 11781, app/assets/stylesheets/core.scss */
  .mb-xl-23 {
    margin-bottom: 35rem !important;
  }
  /* line 11784, app/assets/stylesheets/core.scss */
  .mb-xl-24 {
    margin-bottom: 40rem !important;
  }
  /* line 11787, app/assets/stylesheets/core.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 11790, app/assets/stylesheets/core.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11793, app/assets/stylesheets/core.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11796, app/assets/stylesheets/core.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11799, app/assets/stylesheets/core.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11802, app/assets/stylesheets/core.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11805, app/assets/stylesheets/core.scss */
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  /* line 11808, app/assets/stylesheets/core.scss */
  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 11811, app/assets/stylesheets/core.scss */
  .ms-xl-7 {
    margin-left: 3rem !important;
  }
  /* line 11814, app/assets/stylesheets/core.scss */
  .ms-xl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 11817, app/assets/stylesheets/core.scss */
  .ms-xl-9 {
    margin-left: 4rem !important;
  }
  /* line 11820, app/assets/stylesheets/core.scss */
  .ms-xl-10 {
    margin-left: 4.5rem !important;
  }
  /* line 11823, app/assets/stylesheets/core.scss */
  .ms-xl-11 {
    margin-left: 5rem !important;
  }
  /* line 11826, app/assets/stylesheets/core.scss */
  .ms-xl-12 {
    margin-left: 5.5rem !important;
  }
  /* line 11829, app/assets/stylesheets/core.scss */
  .ms-xl-13 {
    margin-left: 6rem !important;
  }
  /* line 11832, app/assets/stylesheets/core.scss */
  .ms-xl-14 {
    margin-left: 6.5rem !important;
  }
  /* line 11835, app/assets/stylesheets/core.scss */
  .ms-xl-15 {
    margin-left: 7rem !important;
  }
  /* line 11838, app/assets/stylesheets/core.scss */
  .ms-xl-16 {
    margin-left: 7.5rem !important;
  }
  /* line 11841, app/assets/stylesheets/core.scss */
  .ms-xl-17 {
    margin-left: 8rem !important;
  }
  /* line 11844, app/assets/stylesheets/core.scss */
  .ms-xl-18 {
    margin-left: 10rem !important;
  }
  /* line 11847, app/assets/stylesheets/core.scss */
  .ms-xl-19 {
    margin-left: 12rem !important;
  }
  /* line 11850, app/assets/stylesheets/core.scss */
  .ms-xl-20 {
    margin-left: 14rem !important;
  }
  /* line 11853, app/assets/stylesheets/core.scss */
  .ms-xl-21 {
    margin-left: 18.5rem !important;
  }
  /* line 11856, app/assets/stylesheets/core.scss */
  .ms-xl-22 {
    margin-left: 22rem !important;
  }
  /* line 11859, app/assets/stylesheets/core.scss */
  .ms-xl-23 {
    margin-left: 35rem !important;
  }
  /* line 11862, app/assets/stylesheets/core.scss */
  .ms-xl-24 {
    margin-left: 40rem !important;
  }
  /* line 11865, app/assets/stylesheets/core.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 11868, app/assets/stylesheets/core.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 11871, app/assets/stylesheets/core.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 11874, app/assets/stylesheets/core.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 11877, app/assets/stylesheets/core.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 11880, app/assets/stylesheets/core.scss */
  .m-xl-n5 {
    margin: -2rem !important;
  }
  /* line 11883, app/assets/stylesheets/core.scss */
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  /* line 11886, app/assets/stylesheets/core.scss */
  .m-xl-n7 {
    margin: -3rem !important;
  }
  /* line 11889, app/assets/stylesheets/core.scss */
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  /* line 11892, app/assets/stylesheets/core.scss */
  .m-xl-n9 {
    margin: -4rem !important;
  }
  /* line 11895, app/assets/stylesheets/core.scss */
  .m-xl-n10 {
    margin: -4.5rem !important;
  }
  /* line 11898, app/assets/stylesheets/core.scss */
  .m-xl-n11 {
    margin: -5rem !important;
  }
  /* line 11901, app/assets/stylesheets/core.scss */
  .m-xl-n12 {
    margin: -5.5rem !important;
  }
  /* line 11904, app/assets/stylesheets/core.scss */
  .m-xl-n13 {
    margin: -6rem !important;
  }
  /* line 11907, app/assets/stylesheets/core.scss */
  .m-xl-n14 {
    margin: -6.5rem !important;
  }
  /* line 11910, app/assets/stylesheets/core.scss */
  .m-xl-n15 {
    margin: -7rem !important;
  }
  /* line 11913, app/assets/stylesheets/core.scss */
  .m-xl-n16 {
    margin: -7.5rem !important;
  }
  /* line 11916, app/assets/stylesheets/core.scss */
  .m-xl-n17 {
    margin: -8rem !important;
  }
  /* line 11919, app/assets/stylesheets/core.scss */
  .m-xl-n18 {
    margin: -10rem !important;
  }
  /* line 11922, app/assets/stylesheets/core.scss */
  .m-xl-n19 {
    margin: -12rem !important;
  }
  /* line 11925, app/assets/stylesheets/core.scss */
  .m-xl-n20 {
    margin: -14rem !important;
  }
  /* line 11928, app/assets/stylesheets/core.scss */
  .m-xl-n21 {
    margin: -18.5rem !important;
  }
  /* line 11931, app/assets/stylesheets/core.scss */
  .m-xl-n22 {
    margin: -22rem !important;
  }
  /* line 11934, app/assets/stylesheets/core.scss */
  .m-xl-n23 {
    margin: -35rem !important;
  }
  /* line 11937, app/assets/stylesheets/core.scss */
  .m-xl-n24 {
    margin: -40rem !important;
  }
  /* line 11940, app/assets/stylesheets/core.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 11944, app/assets/stylesheets/core.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 11948, app/assets/stylesheets/core.scss */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 11952, app/assets/stylesheets/core.scss */
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 11956, app/assets/stylesheets/core.scss */
  .mx-xl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 11960, app/assets/stylesheets/core.scss */
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 11964, app/assets/stylesheets/core.scss */
  .mx-xl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 11968, app/assets/stylesheets/core.scss */
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 11972, app/assets/stylesheets/core.scss */
  .mx-xl-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 11976, app/assets/stylesheets/core.scss */
  .mx-xl-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 11980, app/assets/stylesheets/core.scss */
  .mx-xl-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 11984, app/assets/stylesheets/core.scss */
  .mx-xl-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 11988, app/assets/stylesheets/core.scss */
  .mx-xl-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 11992, app/assets/stylesheets/core.scss */
  .mx-xl-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 11996, app/assets/stylesheets/core.scss */
  .mx-xl-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 12000, app/assets/stylesheets/core.scss */
  .mx-xl-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 12004, app/assets/stylesheets/core.scss */
  .mx-xl-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 12008, app/assets/stylesheets/core.scss */
  .mx-xl-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 12012, app/assets/stylesheets/core.scss */
  .mx-xl-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 12016, app/assets/stylesheets/core.scss */
  .mx-xl-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 12020, app/assets/stylesheets/core.scss */
  .mx-xl-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 12024, app/assets/stylesheets/core.scss */
  .mx-xl-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 12028, app/assets/stylesheets/core.scss */
  .mx-xl-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 12032, app/assets/stylesheets/core.scss */
  .mx-xl-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 12036, app/assets/stylesheets/core.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 12040, app/assets/stylesheets/core.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 12044, app/assets/stylesheets/core.scss */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 12048, app/assets/stylesheets/core.scss */
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 12052, app/assets/stylesheets/core.scss */
  .my-xl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 12056, app/assets/stylesheets/core.scss */
  .my-xl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 12060, app/assets/stylesheets/core.scss */
  .my-xl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 12064, app/assets/stylesheets/core.scss */
  .my-xl-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 12068, app/assets/stylesheets/core.scss */
  .my-xl-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 12072, app/assets/stylesheets/core.scss */
  .my-xl-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 12076, app/assets/stylesheets/core.scss */
  .my-xl-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 12080, app/assets/stylesheets/core.scss */
  .my-xl-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 12084, app/assets/stylesheets/core.scss */
  .my-xl-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 12088, app/assets/stylesheets/core.scss */
  .my-xl-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 12092, app/assets/stylesheets/core.scss */
  .my-xl-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 12096, app/assets/stylesheets/core.scss */
  .my-xl-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 12100, app/assets/stylesheets/core.scss */
  .my-xl-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 12104, app/assets/stylesheets/core.scss */
  .my-xl-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 12108, app/assets/stylesheets/core.scss */
  .my-xl-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 12112, app/assets/stylesheets/core.scss */
  .my-xl-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 12116, app/assets/stylesheets/core.scss */
  .my-xl-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 12120, app/assets/stylesheets/core.scss */
  .my-xl-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 12124, app/assets/stylesheets/core.scss */
  .my-xl-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 12128, app/assets/stylesheets/core.scss */
  .my-xl-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 12132, app/assets/stylesheets/core.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 12135, app/assets/stylesheets/core.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 12138, app/assets/stylesheets/core.scss */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 12141, app/assets/stylesheets/core.scss */
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 12144, app/assets/stylesheets/core.scss */
  .mt-xl-n5 {
    margin-top: -2rem !important;
  }
  /* line 12147, app/assets/stylesheets/core.scss */
  .mt-xl-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 12150, app/assets/stylesheets/core.scss */
  .mt-xl-n7 {
    margin-top: -3rem !important;
  }
  /* line 12153, app/assets/stylesheets/core.scss */
  .mt-xl-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 12156, app/assets/stylesheets/core.scss */
  .mt-xl-n9 {
    margin-top: -4rem !important;
  }
  /* line 12159, app/assets/stylesheets/core.scss */
  .mt-xl-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 12162, app/assets/stylesheets/core.scss */
  .mt-xl-n11 {
    margin-top: -5rem !important;
  }
  /* line 12165, app/assets/stylesheets/core.scss */
  .mt-xl-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 12168, app/assets/stylesheets/core.scss */
  .mt-xl-n13 {
    margin-top: -6rem !important;
  }
  /* line 12171, app/assets/stylesheets/core.scss */
  .mt-xl-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 12174, app/assets/stylesheets/core.scss */
  .mt-xl-n15 {
    margin-top: -7rem !important;
  }
  /* line 12177, app/assets/stylesheets/core.scss */
  .mt-xl-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 12180, app/assets/stylesheets/core.scss */
  .mt-xl-n17 {
    margin-top: -8rem !important;
  }
  /* line 12183, app/assets/stylesheets/core.scss */
  .mt-xl-n18 {
    margin-top: -10rem !important;
  }
  /* line 12186, app/assets/stylesheets/core.scss */
  .mt-xl-n19 {
    margin-top: -12rem !important;
  }
  /* line 12189, app/assets/stylesheets/core.scss */
  .mt-xl-n20 {
    margin-top: -14rem !important;
  }
  /* line 12192, app/assets/stylesheets/core.scss */
  .mt-xl-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 12195, app/assets/stylesheets/core.scss */
  .mt-xl-n22 {
    margin-top: -22rem !important;
  }
  /* line 12198, app/assets/stylesheets/core.scss */
  .mt-xl-n23 {
    margin-top: -35rem !important;
  }
  /* line 12201, app/assets/stylesheets/core.scss */
  .mt-xl-n24 {
    margin-top: -40rem !important;
  }
  /* line 12204, app/assets/stylesheets/core.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 12207, app/assets/stylesheets/core.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 12210, app/assets/stylesheets/core.scss */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 12213, app/assets/stylesheets/core.scss */
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 12216, app/assets/stylesheets/core.scss */
  .me-xl-n5 {
    margin-right: -2rem !important;
  }
  /* line 12219, app/assets/stylesheets/core.scss */
  .me-xl-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 12222, app/assets/stylesheets/core.scss */
  .me-xl-n7 {
    margin-right: -3rem !important;
  }
  /* line 12225, app/assets/stylesheets/core.scss */
  .me-xl-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 12228, app/assets/stylesheets/core.scss */
  .me-xl-n9 {
    margin-right: -4rem !important;
  }
  /* line 12231, app/assets/stylesheets/core.scss */
  .me-xl-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 12234, app/assets/stylesheets/core.scss */
  .me-xl-n11 {
    margin-right: -5rem !important;
  }
  /* line 12237, app/assets/stylesheets/core.scss */
  .me-xl-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 12240, app/assets/stylesheets/core.scss */
  .me-xl-n13 {
    margin-right: -6rem !important;
  }
  /* line 12243, app/assets/stylesheets/core.scss */
  .me-xl-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 12246, app/assets/stylesheets/core.scss */
  .me-xl-n15 {
    margin-right: -7rem !important;
  }
  /* line 12249, app/assets/stylesheets/core.scss */
  .me-xl-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 12252, app/assets/stylesheets/core.scss */
  .me-xl-n17 {
    margin-right: -8rem !important;
  }
  /* line 12255, app/assets/stylesheets/core.scss */
  .me-xl-n18 {
    margin-right: -10rem !important;
  }
  /* line 12258, app/assets/stylesheets/core.scss */
  .me-xl-n19 {
    margin-right: -12rem !important;
  }
  /* line 12261, app/assets/stylesheets/core.scss */
  .me-xl-n20 {
    margin-right: -14rem !important;
  }
  /* line 12264, app/assets/stylesheets/core.scss */
  .me-xl-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 12267, app/assets/stylesheets/core.scss */
  .me-xl-n22 {
    margin-right: -22rem !important;
  }
  /* line 12270, app/assets/stylesheets/core.scss */
  .me-xl-n23 {
    margin-right: -35rem !important;
  }
  /* line 12273, app/assets/stylesheets/core.scss */
  .me-xl-n24 {
    margin-right: -40rem !important;
  }
  /* line 12276, app/assets/stylesheets/core.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 12279, app/assets/stylesheets/core.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 12282, app/assets/stylesheets/core.scss */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 12285, app/assets/stylesheets/core.scss */
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 12288, app/assets/stylesheets/core.scss */
  .mb-xl-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 12291, app/assets/stylesheets/core.scss */
  .mb-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 12294, app/assets/stylesheets/core.scss */
  .mb-xl-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 12297, app/assets/stylesheets/core.scss */
  .mb-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 12300, app/assets/stylesheets/core.scss */
  .mb-xl-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 12303, app/assets/stylesheets/core.scss */
  .mb-xl-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 12306, app/assets/stylesheets/core.scss */
  .mb-xl-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 12309, app/assets/stylesheets/core.scss */
  .mb-xl-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 12312, app/assets/stylesheets/core.scss */
  .mb-xl-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 12315, app/assets/stylesheets/core.scss */
  .mb-xl-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 12318, app/assets/stylesheets/core.scss */
  .mb-xl-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 12321, app/assets/stylesheets/core.scss */
  .mb-xl-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 12324, app/assets/stylesheets/core.scss */
  .mb-xl-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 12327, app/assets/stylesheets/core.scss */
  .mb-xl-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 12330, app/assets/stylesheets/core.scss */
  .mb-xl-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 12333, app/assets/stylesheets/core.scss */
  .mb-xl-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 12336, app/assets/stylesheets/core.scss */
  .mb-xl-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 12339, app/assets/stylesheets/core.scss */
  .mb-xl-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 12342, app/assets/stylesheets/core.scss */
  .mb-xl-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 12345, app/assets/stylesheets/core.scss */
  .mb-xl-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 12348, app/assets/stylesheets/core.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 12351, app/assets/stylesheets/core.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 12354, app/assets/stylesheets/core.scss */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 12357, app/assets/stylesheets/core.scss */
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 12360, app/assets/stylesheets/core.scss */
  .ms-xl-n5 {
    margin-left: -2rem !important;
  }
  /* line 12363, app/assets/stylesheets/core.scss */
  .ms-xl-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 12366, app/assets/stylesheets/core.scss */
  .ms-xl-n7 {
    margin-left: -3rem !important;
  }
  /* line 12369, app/assets/stylesheets/core.scss */
  .ms-xl-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 12372, app/assets/stylesheets/core.scss */
  .ms-xl-n9 {
    margin-left: -4rem !important;
  }
  /* line 12375, app/assets/stylesheets/core.scss */
  .ms-xl-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 12378, app/assets/stylesheets/core.scss */
  .ms-xl-n11 {
    margin-left: -5rem !important;
  }
  /* line 12381, app/assets/stylesheets/core.scss */
  .ms-xl-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 12384, app/assets/stylesheets/core.scss */
  .ms-xl-n13 {
    margin-left: -6rem !important;
  }
  /* line 12387, app/assets/stylesheets/core.scss */
  .ms-xl-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 12390, app/assets/stylesheets/core.scss */
  .ms-xl-n15 {
    margin-left: -7rem !important;
  }
  /* line 12393, app/assets/stylesheets/core.scss */
  .ms-xl-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 12396, app/assets/stylesheets/core.scss */
  .ms-xl-n17 {
    margin-left: -8rem !important;
  }
  /* line 12399, app/assets/stylesheets/core.scss */
  .ms-xl-n18 {
    margin-left: -10rem !important;
  }
  /* line 12402, app/assets/stylesheets/core.scss */
  .ms-xl-n19 {
    margin-left: -12rem !important;
  }
  /* line 12405, app/assets/stylesheets/core.scss */
  .ms-xl-n20 {
    margin-left: -14rem !important;
  }
  /* line 12408, app/assets/stylesheets/core.scss */
  .ms-xl-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 12411, app/assets/stylesheets/core.scss */
  .ms-xl-n22 {
    margin-left: -22rem !important;
  }
  /* line 12414, app/assets/stylesheets/core.scss */
  .ms-xl-n23 {
    margin-left: -35rem !important;
  }
  /* line 12417, app/assets/stylesheets/core.scss */
  .ms-xl-n24 {
    margin-left: -40rem !important;
  }
  /* line 12420, app/assets/stylesheets/core.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12423, app/assets/stylesheets/core.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12426, app/assets/stylesheets/core.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12429, app/assets/stylesheets/core.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12432, app/assets/stylesheets/core.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12435, app/assets/stylesheets/core.scss */
  .p-xl-5 {
    padding: 2rem !important;
  }
  /* line 12438, app/assets/stylesheets/core.scss */
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  /* line 12441, app/assets/stylesheets/core.scss */
  .p-xl-7 {
    padding: 3rem !important;
  }
  /* line 12444, app/assets/stylesheets/core.scss */
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  /* line 12447, app/assets/stylesheets/core.scss */
  .p-xl-9 {
    padding: 4rem !important;
  }
  /* line 12450, app/assets/stylesheets/core.scss */
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  /* line 12453, app/assets/stylesheets/core.scss */
  .p-xl-11 {
    padding: 5rem !important;
  }
  /* line 12456, app/assets/stylesheets/core.scss */
  .p-xl-12 {
    padding: 5.5rem !important;
  }
  /* line 12459, app/assets/stylesheets/core.scss */
  .p-xl-13 {
    padding: 6rem !important;
  }
  /* line 12462, app/assets/stylesheets/core.scss */
  .p-xl-14 {
    padding: 6.5rem !important;
  }
  /* line 12465, app/assets/stylesheets/core.scss */
  .p-xl-15 {
    padding: 7rem !important;
  }
  /* line 12468, app/assets/stylesheets/core.scss */
  .p-xl-16 {
    padding: 7.5rem !important;
  }
  /* line 12471, app/assets/stylesheets/core.scss */
  .p-xl-17 {
    padding: 8rem !important;
  }
  /* line 12474, app/assets/stylesheets/core.scss */
  .p-xl-18 {
    padding: 10rem !important;
  }
  /* line 12477, app/assets/stylesheets/core.scss */
  .p-xl-19 {
    padding: 12rem !important;
  }
  /* line 12480, app/assets/stylesheets/core.scss */
  .p-xl-20 {
    padding: 14rem !important;
  }
  /* line 12483, app/assets/stylesheets/core.scss */
  .p-xl-21 {
    padding: 18.5rem !important;
  }
  /* line 12486, app/assets/stylesheets/core.scss */
  .p-xl-22 {
    padding: 22rem !important;
  }
  /* line 12489, app/assets/stylesheets/core.scss */
  .p-xl-23 {
    padding: 35rem !important;
  }
  /* line 12492, app/assets/stylesheets/core.scss */
  .p-xl-24 {
    padding: 40rem !important;
  }
  /* line 12495, app/assets/stylesheets/core.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 12499, app/assets/stylesheets/core.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 12503, app/assets/stylesheets/core.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 12507, app/assets/stylesheets/core.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 12511, app/assets/stylesheets/core.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 12515, app/assets/stylesheets/core.scss */
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 12519, app/assets/stylesheets/core.scss */
  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 12523, app/assets/stylesheets/core.scss */
  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 12527, app/assets/stylesheets/core.scss */
  .px-xl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 12531, app/assets/stylesheets/core.scss */
  .px-xl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 12535, app/assets/stylesheets/core.scss */
  .px-xl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 12539, app/assets/stylesheets/core.scss */
  .px-xl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 12543, app/assets/stylesheets/core.scss */
  .px-xl-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 12547, app/assets/stylesheets/core.scss */
  .px-xl-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 12551, app/assets/stylesheets/core.scss */
  .px-xl-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 12555, app/assets/stylesheets/core.scss */
  .px-xl-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 12559, app/assets/stylesheets/core.scss */
  .px-xl-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 12563, app/assets/stylesheets/core.scss */
  .px-xl-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 12567, app/assets/stylesheets/core.scss */
  .px-xl-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 12571, app/assets/stylesheets/core.scss */
  .px-xl-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 12575, app/assets/stylesheets/core.scss */
  .px-xl-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 12579, app/assets/stylesheets/core.scss */
  .px-xl-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 12583, app/assets/stylesheets/core.scss */
  .px-xl-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 12587, app/assets/stylesheets/core.scss */
  .px-xl-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 12591, app/assets/stylesheets/core.scss */
  .px-xl-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 12595, app/assets/stylesheets/core.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12599, app/assets/stylesheets/core.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12603, app/assets/stylesheets/core.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12607, app/assets/stylesheets/core.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12611, app/assets/stylesheets/core.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12615, app/assets/stylesheets/core.scss */
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 12619, app/assets/stylesheets/core.scss */
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 12623, app/assets/stylesheets/core.scss */
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 12627, app/assets/stylesheets/core.scss */
  .py-xl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 12631, app/assets/stylesheets/core.scss */
  .py-xl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 12635, app/assets/stylesheets/core.scss */
  .py-xl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 12639, app/assets/stylesheets/core.scss */
  .py-xl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 12643, app/assets/stylesheets/core.scss */
  .py-xl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 12647, app/assets/stylesheets/core.scss */
  .py-xl-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 12651, app/assets/stylesheets/core.scss */
  .py-xl-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 12655, app/assets/stylesheets/core.scss */
  .py-xl-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 12659, app/assets/stylesheets/core.scss */
  .py-xl-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 12663, app/assets/stylesheets/core.scss */
  .py-xl-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 12667, app/assets/stylesheets/core.scss */
  .py-xl-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 12671, app/assets/stylesheets/core.scss */
  .py-xl-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 12675, app/assets/stylesheets/core.scss */
  .py-xl-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 12679, app/assets/stylesheets/core.scss */
  .py-xl-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 12683, app/assets/stylesheets/core.scss */
  .py-xl-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 12687, app/assets/stylesheets/core.scss */
  .py-xl-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 12691, app/assets/stylesheets/core.scss */
  .py-xl-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 12695, app/assets/stylesheets/core.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 12698, app/assets/stylesheets/core.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 12701, app/assets/stylesheets/core.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 12704, app/assets/stylesheets/core.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 12707, app/assets/stylesheets/core.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 12710, app/assets/stylesheets/core.scss */
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  /* line 12713, app/assets/stylesheets/core.scss */
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 12716, app/assets/stylesheets/core.scss */
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  /* line 12719, app/assets/stylesheets/core.scss */
  .pt-xl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 12722, app/assets/stylesheets/core.scss */
  .pt-xl-9 {
    padding-top: 4rem !important;
  }
  /* line 12725, app/assets/stylesheets/core.scss */
  .pt-xl-10 {
    padding-top: 4.5rem !important;
  }
  /* line 12728, app/assets/stylesheets/core.scss */
  .pt-xl-11 {
    padding-top: 5rem !important;
  }
  /* line 12731, app/assets/stylesheets/core.scss */
  .pt-xl-12 {
    padding-top: 5.5rem !important;
  }
  /* line 12734, app/assets/stylesheets/core.scss */
  .pt-xl-13 {
    padding-top: 6rem !important;
  }
  /* line 12737, app/assets/stylesheets/core.scss */
  .pt-xl-14 {
    padding-top: 6.5rem !important;
  }
  /* line 12740, app/assets/stylesheets/core.scss */
  .pt-xl-15 {
    padding-top: 7rem !important;
  }
  /* line 12743, app/assets/stylesheets/core.scss */
  .pt-xl-16 {
    padding-top: 7.5rem !important;
  }
  /* line 12746, app/assets/stylesheets/core.scss */
  .pt-xl-17 {
    padding-top: 8rem !important;
  }
  /* line 12749, app/assets/stylesheets/core.scss */
  .pt-xl-18 {
    padding-top: 10rem !important;
  }
  /* line 12752, app/assets/stylesheets/core.scss */
  .pt-xl-19 {
    padding-top: 12rem !important;
  }
  /* line 12755, app/assets/stylesheets/core.scss */
  .pt-xl-20 {
    padding-top: 14rem !important;
  }
  /* line 12758, app/assets/stylesheets/core.scss */
  .pt-xl-21 {
    padding-top: 18.5rem !important;
  }
  /* line 12761, app/assets/stylesheets/core.scss */
  .pt-xl-22 {
    padding-top: 22rem !important;
  }
  /* line 12764, app/assets/stylesheets/core.scss */
  .pt-xl-23 {
    padding-top: 35rem !important;
  }
  /* line 12767, app/assets/stylesheets/core.scss */
  .pt-xl-24 {
    padding-top: 40rem !important;
  }
  /* line 12770, app/assets/stylesheets/core.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 12773, app/assets/stylesheets/core.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 12776, app/assets/stylesheets/core.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 12779, app/assets/stylesheets/core.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 12782, app/assets/stylesheets/core.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 12785, app/assets/stylesheets/core.scss */
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  /* line 12788, app/assets/stylesheets/core.scss */
  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 12791, app/assets/stylesheets/core.scss */
  .pe-xl-7 {
    padding-right: 3rem !important;
  }
  /* line 12794, app/assets/stylesheets/core.scss */
  .pe-xl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 12797, app/assets/stylesheets/core.scss */
  .pe-xl-9 {
    padding-right: 4rem !important;
  }
  /* line 12800, app/assets/stylesheets/core.scss */
  .pe-xl-10 {
    padding-right: 4.5rem !important;
  }
  /* line 12803, app/assets/stylesheets/core.scss */
  .pe-xl-11 {
    padding-right: 5rem !important;
  }
  /* line 12806, app/assets/stylesheets/core.scss */
  .pe-xl-12 {
    padding-right: 5.5rem !important;
  }
  /* line 12809, app/assets/stylesheets/core.scss */
  .pe-xl-13 {
    padding-right: 6rem !important;
  }
  /* line 12812, app/assets/stylesheets/core.scss */
  .pe-xl-14 {
    padding-right: 6.5rem !important;
  }
  /* line 12815, app/assets/stylesheets/core.scss */
  .pe-xl-15 {
    padding-right: 7rem !important;
  }
  /* line 12818, app/assets/stylesheets/core.scss */
  .pe-xl-16 {
    padding-right: 7.5rem !important;
  }
  /* line 12821, app/assets/stylesheets/core.scss */
  .pe-xl-17 {
    padding-right: 8rem !important;
  }
  /* line 12824, app/assets/stylesheets/core.scss */
  .pe-xl-18 {
    padding-right: 10rem !important;
  }
  /* line 12827, app/assets/stylesheets/core.scss */
  .pe-xl-19 {
    padding-right: 12rem !important;
  }
  /* line 12830, app/assets/stylesheets/core.scss */
  .pe-xl-20 {
    padding-right: 14rem !important;
  }
  /* line 12833, app/assets/stylesheets/core.scss */
  .pe-xl-21 {
    padding-right: 18.5rem !important;
  }
  /* line 12836, app/assets/stylesheets/core.scss */
  .pe-xl-22 {
    padding-right: 22rem !important;
  }
  /* line 12839, app/assets/stylesheets/core.scss */
  .pe-xl-23 {
    padding-right: 35rem !important;
  }
  /* line 12842, app/assets/stylesheets/core.scss */
  .pe-xl-24 {
    padding-right: 40rem !important;
  }
  /* line 12845, app/assets/stylesheets/core.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 12848, app/assets/stylesheets/core.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 12851, app/assets/stylesheets/core.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 12854, app/assets/stylesheets/core.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 12857, app/assets/stylesheets/core.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 12860, app/assets/stylesheets/core.scss */
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 12863, app/assets/stylesheets/core.scss */
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 12866, app/assets/stylesheets/core.scss */
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 12869, app/assets/stylesheets/core.scss */
  .pb-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 12872, app/assets/stylesheets/core.scss */
  .pb-xl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 12875, app/assets/stylesheets/core.scss */
  .pb-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 12878, app/assets/stylesheets/core.scss */
  .pb-xl-11 {
    padding-bottom: 5rem !important;
  }
  /* line 12881, app/assets/stylesheets/core.scss */
  .pb-xl-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 12884, app/assets/stylesheets/core.scss */
  .pb-xl-13 {
    padding-bottom: 6rem !important;
  }
  /* line 12887, app/assets/stylesheets/core.scss */
  .pb-xl-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 12890, app/assets/stylesheets/core.scss */
  .pb-xl-15 {
    padding-bottom: 7rem !important;
  }
  /* line 12893, app/assets/stylesheets/core.scss */
  .pb-xl-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 12896, app/assets/stylesheets/core.scss */
  .pb-xl-17 {
    padding-bottom: 8rem !important;
  }
  /* line 12899, app/assets/stylesheets/core.scss */
  .pb-xl-18 {
    padding-bottom: 10rem !important;
  }
  /* line 12902, app/assets/stylesheets/core.scss */
  .pb-xl-19 {
    padding-bottom: 12rem !important;
  }
  /* line 12905, app/assets/stylesheets/core.scss */
  .pb-xl-20 {
    padding-bottom: 14rem !important;
  }
  /* line 12908, app/assets/stylesheets/core.scss */
  .pb-xl-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 12911, app/assets/stylesheets/core.scss */
  .pb-xl-22 {
    padding-bottom: 22rem !important;
  }
  /* line 12914, app/assets/stylesheets/core.scss */
  .pb-xl-23 {
    padding-bottom: 35rem !important;
  }
  /* line 12917, app/assets/stylesheets/core.scss */
  .pb-xl-24 {
    padding-bottom: 40rem !important;
  }
  /* line 12920, app/assets/stylesheets/core.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12923, app/assets/stylesheets/core.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12926, app/assets/stylesheets/core.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12929, app/assets/stylesheets/core.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 12932, app/assets/stylesheets/core.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12935, app/assets/stylesheets/core.scss */
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  /* line 12938, app/assets/stylesheets/core.scss */
  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 12941, app/assets/stylesheets/core.scss */
  .ps-xl-7 {
    padding-left: 3rem !important;
  }
  /* line 12944, app/assets/stylesheets/core.scss */
  .ps-xl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 12947, app/assets/stylesheets/core.scss */
  .ps-xl-9 {
    padding-left: 4rem !important;
  }
  /* line 12950, app/assets/stylesheets/core.scss */
  .ps-xl-10 {
    padding-left: 4.5rem !important;
  }
  /* line 12953, app/assets/stylesheets/core.scss */
  .ps-xl-11 {
    padding-left: 5rem !important;
  }
  /* line 12956, app/assets/stylesheets/core.scss */
  .ps-xl-12 {
    padding-left: 5.5rem !important;
  }
  /* line 12959, app/assets/stylesheets/core.scss */
  .ps-xl-13 {
    padding-left: 6rem !important;
  }
  /* line 12962, app/assets/stylesheets/core.scss */
  .ps-xl-14 {
    padding-left: 6.5rem !important;
  }
  /* line 12965, app/assets/stylesheets/core.scss */
  .ps-xl-15 {
    padding-left: 7rem !important;
  }
  /* line 12968, app/assets/stylesheets/core.scss */
  .ps-xl-16 {
    padding-left: 7.5rem !important;
  }
  /* line 12971, app/assets/stylesheets/core.scss */
  .ps-xl-17 {
    padding-left: 8rem !important;
  }
  /* line 12974, app/assets/stylesheets/core.scss */
  .ps-xl-18 {
    padding-left: 10rem !important;
  }
  /* line 12977, app/assets/stylesheets/core.scss */
  .ps-xl-19 {
    padding-left: 12rem !important;
  }
  /* line 12980, app/assets/stylesheets/core.scss */
  .ps-xl-20 {
    padding-left: 14rem !important;
  }
  /* line 12983, app/assets/stylesheets/core.scss */
  .ps-xl-21 {
    padding-left: 18.5rem !important;
  }
  /* line 12986, app/assets/stylesheets/core.scss */
  .ps-xl-22 {
    padding-left: 22rem !important;
  }
  /* line 12989, app/assets/stylesheets/core.scss */
  .ps-xl-23 {
    padding-left: 35rem !important;
  }
  /* line 12992, app/assets/stylesheets/core.scss */
  .ps-xl-24 {
    padding-left: 40rem !important;
  }
  /* line 12995, app/assets/stylesheets/core.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 12998, app/assets/stylesheets/core.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 13001, app/assets/stylesheets/core.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 13004, app/assets/stylesheets/core.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 13007, app/assets/stylesheets/core.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 13010, app/assets/stylesheets/core.scss */
  .gap-xl-5 {
    gap: 2rem !important;
  }
  /* line 13013, app/assets/stylesheets/core.scss */
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  /* line 13016, app/assets/stylesheets/core.scss */
  .gap-xl-7 {
    gap: 3rem !important;
  }
  /* line 13019, app/assets/stylesheets/core.scss */
  .gap-xl-8 {
    gap: 3.5rem !important;
  }
  /* line 13022, app/assets/stylesheets/core.scss */
  .gap-xl-9 {
    gap: 4rem !important;
  }
  /* line 13025, app/assets/stylesheets/core.scss */
  .gap-xl-10 {
    gap: 4.5rem !important;
  }
  /* line 13028, app/assets/stylesheets/core.scss */
  .gap-xl-11 {
    gap: 5rem !important;
  }
  /* line 13031, app/assets/stylesheets/core.scss */
  .gap-xl-12 {
    gap: 5.5rem !important;
  }
  /* line 13034, app/assets/stylesheets/core.scss */
  .gap-xl-13 {
    gap: 6rem !important;
  }
  /* line 13037, app/assets/stylesheets/core.scss */
  .gap-xl-14 {
    gap: 6.5rem !important;
  }
  /* line 13040, app/assets/stylesheets/core.scss */
  .gap-xl-15 {
    gap: 7rem !important;
  }
  /* line 13043, app/assets/stylesheets/core.scss */
  .gap-xl-16 {
    gap: 7.5rem !important;
  }
  /* line 13046, app/assets/stylesheets/core.scss */
  .gap-xl-17 {
    gap: 8rem !important;
  }
  /* line 13049, app/assets/stylesheets/core.scss */
  .gap-xl-18 {
    gap: 10rem !important;
  }
  /* line 13052, app/assets/stylesheets/core.scss */
  .gap-xl-19 {
    gap: 12rem !important;
  }
  /* line 13055, app/assets/stylesheets/core.scss */
  .gap-xl-20 {
    gap: 14rem !important;
  }
  /* line 13058, app/assets/stylesheets/core.scss */
  .gap-xl-21 {
    gap: 18.5rem !important;
  }
  /* line 13061, app/assets/stylesheets/core.scss */
  .gap-xl-22 {
    gap: 22rem !important;
  }
  /* line 13064, app/assets/stylesheets/core.scss */
  .gap-xl-23 {
    gap: 35rem !important;
  }
  /* line 13067, app/assets/stylesheets/core.scss */
  .gap-xl-24 {
    gap: 40rem !important;
  }
  /* line 13070, app/assets/stylesheets/core.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 13073, app/assets/stylesheets/core.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 13076, app/assets/stylesheets/core.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 13079, app/assets/stylesheets/core.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 13082, app/assets/stylesheets/core.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 13085, app/assets/stylesheets/core.scss */
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  /* line 13088, app/assets/stylesheets/core.scss */
  .row-gap-xl-6 {
    row-gap: 2.5rem !important;
  }
  /* line 13091, app/assets/stylesheets/core.scss */
  .row-gap-xl-7 {
    row-gap: 3rem !important;
  }
  /* line 13094, app/assets/stylesheets/core.scss */
  .row-gap-xl-8 {
    row-gap: 3.5rem !important;
  }
  /* line 13097, app/assets/stylesheets/core.scss */
  .row-gap-xl-9 {
    row-gap: 4rem !important;
  }
  /* line 13100, app/assets/stylesheets/core.scss */
  .row-gap-xl-10 {
    row-gap: 4.5rem !important;
  }
  /* line 13103, app/assets/stylesheets/core.scss */
  .row-gap-xl-11 {
    row-gap: 5rem !important;
  }
  /* line 13106, app/assets/stylesheets/core.scss */
  .row-gap-xl-12 {
    row-gap: 5.5rem !important;
  }
  /* line 13109, app/assets/stylesheets/core.scss */
  .row-gap-xl-13 {
    row-gap: 6rem !important;
  }
  /* line 13112, app/assets/stylesheets/core.scss */
  .row-gap-xl-14 {
    row-gap: 6.5rem !important;
  }
  /* line 13115, app/assets/stylesheets/core.scss */
  .row-gap-xl-15 {
    row-gap: 7rem !important;
  }
  /* line 13118, app/assets/stylesheets/core.scss */
  .row-gap-xl-16 {
    row-gap: 7.5rem !important;
  }
  /* line 13121, app/assets/stylesheets/core.scss */
  .row-gap-xl-17 {
    row-gap: 8rem !important;
  }
  /* line 13124, app/assets/stylesheets/core.scss */
  .row-gap-xl-18 {
    row-gap: 10rem !important;
  }
  /* line 13127, app/assets/stylesheets/core.scss */
  .row-gap-xl-19 {
    row-gap: 12rem !important;
  }
  /* line 13130, app/assets/stylesheets/core.scss */
  .row-gap-xl-20 {
    row-gap: 14rem !important;
  }
  /* line 13133, app/assets/stylesheets/core.scss */
  .row-gap-xl-21 {
    row-gap: 18.5rem !important;
  }
  /* line 13136, app/assets/stylesheets/core.scss */
  .row-gap-xl-22 {
    row-gap: 22rem !important;
  }
  /* line 13139, app/assets/stylesheets/core.scss */
  .row-gap-xl-23 {
    row-gap: 35rem !important;
  }
  /* line 13142, app/assets/stylesheets/core.scss */
  .row-gap-xl-24 {
    row-gap: 40rem !important;
  }
  /* line 13145, app/assets/stylesheets/core.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 13149, app/assets/stylesheets/core.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 13153, app/assets/stylesheets/core.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 13157, app/assets/stylesheets/core.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 13161, app/assets/stylesheets/core.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 13165, app/assets/stylesheets/core.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 13169, app/assets/stylesheets/core.scss */
  .column-gap-xl-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 13173, app/assets/stylesheets/core.scss */
  .column-gap-xl-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 13177, app/assets/stylesheets/core.scss */
  .column-gap-xl-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 13181, app/assets/stylesheets/core.scss */
  .column-gap-xl-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 13185, app/assets/stylesheets/core.scss */
  .column-gap-xl-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 13189, app/assets/stylesheets/core.scss */
  .column-gap-xl-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 13193, app/assets/stylesheets/core.scss */
  .column-gap-xl-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 13197, app/assets/stylesheets/core.scss */
  .column-gap-xl-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 13201, app/assets/stylesheets/core.scss */
  .column-gap-xl-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 13205, app/assets/stylesheets/core.scss */
  .column-gap-xl-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 13209, app/assets/stylesheets/core.scss */
  .column-gap-xl-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 13213, app/assets/stylesheets/core.scss */
  .column-gap-xl-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 13217, app/assets/stylesheets/core.scss */
  .column-gap-xl-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 13221, app/assets/stylesheets/core.scss */
  .column-gap-xl-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 13225, app/assets/stylesheets/core.scss */
  .column-gap-xl-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 13229, app/assets/stylesheets/core.scss */
  .column-gap-xl-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 13233, app/assets/stylesheets/core.scss */
  .column-gap-xl-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 13237, app/assets/stylesheets/core.scss */
  .column-gap-xl-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 13241, app/assets/stylesheets/core.scss */
  .column-gap-xl-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 13245, app/assets/stylesheets/core.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 13248, app/assets/stylesheets/core.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 13251, app/assets/stylesheets/core.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 13256, app/assets/stylesheets/core.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 13259, app/assets/stylesheets/core.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 13262, app/assets/stylesheets/core.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 13265, app/assets/stylesheets/core.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 13269, app/assets/stylesheets/core.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 13273, app/assets/stylesheets/core.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 13277, app/assets/stylesheets/core.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 13281, app/assets/stylesheets/core.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 13285, app/assets/stylesheets/core.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 13288, app/assets/stylesheets/core.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 13291, app/assets/stylesheets/core.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 13294, app/assets/stylesheets/core.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 13297, app/assets/stylesheets/core.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 13300, app/assets/stylesheets/core.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 13303, app/assets/stylesheets/core.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 13306, app/assets/stylesheets/core.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 13309, app/assets/stylesheets/core.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 13312, app/assets/stylesheets/core.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 13315, app/assets/stylesheets/core.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 13318, app/assets/stylesheets/core.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 13321, app/assets/stylesheets/core.scss */
  .w-xxl-30 {
    width: 30% !important;
  }
  /* line 13324, app/assets/stylesheets/core.scss */
  .w-xxl-40 {
    width: 40% !important;
  }
  /* line 13327, app/assets/stylesheets/core.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 13330, app/assets/stylesheets/core.scss */
  .w-xxl-65 {
    width: 65% !important;
  }
  /* line 13333, app/assets/stylesheets/core.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 13336, app/assets/stylesheets/core.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 13339, app/assets/stylesheets/core.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 13342, app/assets/stylesheets/core.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 13345, app/assets/stylesheets/core.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 13348, app/assets/stylesheets/core.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 13351, app/assets/stylesheets/core.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 13354, app/assets/stylesheets/core.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 13357, app/assets/stylesheets/core.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 13360, app/assets/stylesheets/core.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 13363, app/assets/stylesheets/core.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 13366, app/assets/stylesheets/core.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 13369, app/assets/stylesheets/core.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 13372, app/assets/stylesheets/core.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 13375, app/assets/stylesheets/core.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 13378, app/assets/stylesheets/core.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 13381, app/assets/stylesheets/core.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 13384, app/assets/stylesheets/core.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 13387, app/assets/stylesheets/core.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 13390, app/assets/stylesheets/core.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 13393, app/assets/stylesheets/core.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 13396, app/assets/stylesheets/core.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 13399, app/assets/stylesheets/core.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 13402, app/assets/stylesheets/core.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 13405, app/assets/stylesheets/core.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 13408, app/assets/stylesheets/core.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 13411, app/assets/stylesheets/core.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 13414, app/assets/stylesheets/core.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 13417, app/assets/stylesheets/core.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 13420, app/assets/stylesheets/core.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 13423, app/assets/stylesheets/core.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 13426, app/assets/stylesheets/core.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 13429, app/assets/stylesheets/core.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 13432, app/assets/stylesheets/core.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 13435, app/assets/stylesheets/core.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 13438, app/assets/stylesheets/core.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 13441, app/assets/stylesheets/core.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 13444, app/assets/stylesheets/core.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 13447, app/assets/stylesheets/core.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 13450, app/assets/stylesheets/core.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 13453, app/assets/stylesheets/core.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 13456, app/assets/stylesheets/core.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 13459, app/assets/stylesheets/core.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 13462, app/assets/stylesheets/core.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 13465, app/assets/stylesheets/core.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 13468, app/assets/stylesheets/core.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 13471, app/assets/stylesheets/core.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 13474, app/assets/stylesheets/core.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 13477, app/assets/stylesheets/core.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 13480, app/assets/stylesheets/core.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 13483, app/assets/stylesheets/core.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 13486, app/assets/stylesheets/core.scss */
  .m-xxl-5 {
    margin: 2rem !important;
  }
  /* line 13489, app/assets/stylesheets/core.scss */
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  /* line 13492, app/assets/stylesheets/core.scss */
  .m-xxl-7 {
    margin: 3rem !important;
  }
  /* line 13495, app/assets/stylesheets/core.scss */
  .m-xxl-8 {
    margin: 3.5rem !important;
  }
  /* line 13498, app/assets/stylesheets/core.scss */
  .m-xxl-9 {
    margin: 4rem !important;
  }
  /* line 13501, app/assets/stylesheets/core.scss */
  .m-xxl-10 {
    margin: 4.5rem !important;
  }
  /* line 13504, app/assets/stylesheets/core.scss */
  .m-xxl-11 {
    margin: 5rem !important;
  }
  /* line 13507, app/assets/stylesheets/core.scss */
  .m-xxl-12 {
    margin: 5.5rem !important;
  }
  /* line 13510, app/assets/stylesheets/core.scss */
  .m-xxl-13 {
    margin: 6rem !important;
  }
  /* line 13513, app/assets/stylesheets/core.scss */
  .m-xxl-14 {
    margin: 6.5rem !important;
  }
  /* line 13516, app/assets/stylesheets/core.scss */
  .m-xxl-15 {
    margin: 7rem !important;
  }
  /* line 13519, app/assets/stylesheets/core.scss */
  .m-xxl-16 {
    margin: 7.5rem !important;
  }
  /* line 13522, app/assets/stylesheets/core.scss */
  .m-xxl-17 {
    margin: 8rem !important;
  }
  /* line 13525, app/assets/stylesheets/core.scss */
  .m-xxl-18 {
    margin: 10rem !important;
  }
  /* line 13528, app/assets/stylesheets/core.scss */
  .m-xxl-19 {
    margin: 12rem !important;
  }
  /* line 13531, app/assets/stylesheets/core.scss */
  .m-xxl-20 {
    margin: 14rem !important;
  }
  /* line 13534, app/assets/stylesheets/core.scss */
  .m-xxl-21 {
    margin: 18.5rem !important;
  }
  /* line 13537, app/assets/stylesheets/core.scss */
  .m-xxl-22 {
    margin: 22rem !important;
  }
  /* line 13540, app/assets/stylesheets/core.scss */
  .m-xxl-23 {
    margin: 35rem !important;
  }
  /* line 13543, app/assets/stylesheets/core.scss */
  .m-xxl-24 {
    margin: 40rem !important;
  }
  /* line 13546, app/assets/stylesheets/core.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 13549, app/assets/stylesheets/core.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 13553, app/assets/stylesheets/core.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 13557, app/assets/stylesheets/core.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 13561, app/assets/stylesheets/core.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 13565, app/assets/stylesheets/core.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 13569, app/assets/stylesheets/core.scss */
  .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 13573, app/assets/stylesheets/core.scss */
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 13577, app/assets/stylesheets/core.scss */
  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 13581, app/assets/stylesheets/core.scss */
  .mx-xxl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 13585, app/assets/stylesheets/core.scss */
  .mx-xxl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 13589, app/assets/stylesheets/core.scss */
  .mx-xxl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 13593, app/assets/stylesheets/core.scss */
  .mx-xxl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 13597, app/assets/stylesheets/core.scss */
  .mx-xxl-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 13601, app/assets/stylesheets/core.scss */
  .mx-xxl-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 13605, app/assets/stylesheets/core.scss */
  .mx-xxl-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 13609, app/assets/stylesheets/core.scss */
  .mx-xxl-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 13613, app/assets/stylesheets/core.scss */
  .mx-xxl-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 13617, app/assets/stylesheets/core.scss */
  .mx-xxl-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 13621, app/assets/stylesheets/core.scss */
  .mx-xxl-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 13625, app/assets/stylesheets/core.scss */
  .mx-xxl-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 13629, app/assets/stylesheets/core.scss */
  .mx-xxl-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 13633, app/assets/stylesheets/core.scss */
  .mx-xxl-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 13637, app/assets/stylesheets/core.scss */
  .mx-xxl-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 13641, app/assets/stylesheets/core.scss */
  .mx-xxl-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 13645, app/assets/stylesheets/core.scss */
  .mx-xxl-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 13649, app/assets/stylesheets/core.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 13653, app/assets/stylesheets/core.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 13657, app/assets/stylesheets/core.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 13661, app/assets/stylesheets/core.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 13665, app/assets/stylesheets/core.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 13669, app/assets/stylesheets/core.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 13673, app/assets/stylesheets/core.scss */
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 13677, app/assets/stylesheets/core.scss */
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 13681, app/assets/stylesheets/core.scss */
  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 13685, app/assets/stylesheets/core.scss */
  .my-xxl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 13689, app/assets/stylesheets/core.scss */
  .my-xxl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 13693, app/assets/stylesheets/core.scss */
  .my-xxl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 13697, app/assets/stylesheets/core.scss */
  .my-xxl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 13701, app/assets/stylesheets/core.scss */
  .my-xxl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 13705, app/assets/stylesheets/core.scss */
  .my-xxl-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 13709, app/assets/stylesheets/core.scss */
  .my-xxl-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 13713, app/assets/stylesheets/core.scss */
  .my-xxl-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 13717, app/assets/stylesheets/core.scss */
  .my-xxl-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 13721, app/assets/stylesheets/core.scss */
  .my-xxl-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 13725, app/assets/stylesheets/core.scss */
  .my-xxl-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 13729, app/assets/stylesheets/core.scss */
  .my-xxl-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 13733, app/assets/stylesheets/core.scss */
  .my-xxl-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 13737, app/assets/stylesheets/core.scss */
  .my-xxl-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 13741, app/assets/stylesheets/core.scss */
  .my-xxl-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 13745, app/assets/stylesheets/core.scss */
  .my-xxl-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 13749, app/assets/stylesheets/core.scss */
  .my-xxl-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 13753, app/assets/stylesheets/core.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 13757, app/assets/stylesheets/core.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 13760, app/assets/stylesheets/core.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 13763, app/assets/stylesheets/core.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 13766, app/assets/stylesheets/core.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 13769, app/assets/stylesheets/core.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 13772, app/assets/stylesheets/core.scss */
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  /* line 13775, app/assets/stylesheets/core.scss */
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 13778, app/assets/stylesheets/core.scss */
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  /* line 13781, app/assets/stylesheets/core.scss */
  .mt-xxl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 13784, app/assets/stylesheets/core.scss */
  .mt-xxl-9 {
    margin-top: 4rem !important;
  }
  /* line 13787, app/assets/stylesheets/core.scss */
  .mt-xxl-10 {
    margin-top: 4.5rem !important;
  }
  /* line 13790, app/assets/stylesheets/core.scss */
  .mt-xxl-11 {
    margin-top: 5rem !important;
  }
  /* line 13793, app/assets/stylesheets/core.scss */
  .mt-xxl-12 {
    margin-top: 5.5rem !important;
  }
  /* line 13796, app/assets/stylesheets/core.scss */
  .mt-xxl-13 {
    margin-top: 6rem !important;
  }
  /* line 13799, app/assets/stylesheets/core.scss */
  .mt-xxl-14 {
    margin-top: 6.5rem !important;
  }
  /* line 13802, app/assets/stylesheets/core.scss */
  .mt-xxl-15 {
    margin-top: 7rem !important;
  }
  /* line 13805, app/assets/stylesheets/core.scss */
  .mt-xxl-16 {
    margin-top: 7.5rem !important;
  }
  /* line 13808, app/assets/stylesheets/core.scss */
  .mt-xxl-17 {
    margin-top: 8rem !important;
  }
  /* line 13811, app/assets/stylesheets/core.scss */
  .mt-xxl-18 {
    margin-top: 10rem !important;
  }
  /* line 13814, app/assets/stylesheets/core.scss */
  .mt-xxl-19 {
    margin-top: 12rem !important;
  }
  /* line 13817, app/assets/stylesheets/core.scss */
  .mt-xxl-20 {
    margin-top: 14rem !important;
  }
  /* line 13820, app/assets/stylesheets/core.scss */
  .mt-xxl-21 {
    margin-top: 18.5rem !important;
  }
  /* line 13823, app/assets/stylesheets/core.scss */
  .mt-xxl-22 {
    margin-top: 22rem !important;
  }
  /* line 13826, app/assets/stylesheets/core.scss */
  .mt-xxl-23 {
    margin-top: 35rem !important;
  }
  /* line 13829, app/assets/stylesheets/core.scss */
  .mt-xxl-24 {
    margin-top: 40rem !important;
  }
  /* line 13832, app/assets/stylesheets/core.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 13835, app/assets/stylesheets/core.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 13838, app/assets/stylesheets/core.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 13841, app/assets/stylesheets/core.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 13844, app/assets/stylesheets/core.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 13847, app/assets/stylesheets/core.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 13850, app/assets/stylesheets/core.scss */
  .me-xxl-5 {
    margin-right: 2rem !important;
  }
  /* line 13853, app/assets/stylesheets/core.scss */
  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 13856, app/assets/stylesheets/core.scss */
  .me-xxl-7 {
    margin-right: 3rem !important;
  }
  /* line 13859, app/assets/stylesheets/core.scss */
  .me-xxl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 13862, app/assets/stylesheets/core.scss */
  .me-xxl-9 {
    margin-right: 4rem !important;
  }
  /* line 13865, app/assets/stylesheets/core.scss */
  .me-xxl-10 {
    margin-right: 4.5rem !important;
  }
  /* line 13868, app/assets/stylesheets/core.scss */
  .me-xxl-11 {
    margin-right: 5rem !important;
  }
  /* line 13871, app/assets/stylesheets/core.scss */
  .me-xxl-12 {
    margin-right: 5.5rem !important;
  }
  /* line 13874, app/assets/stylesheets/core.scss */
  .me-xxl-13 {
    margin-right: 6rem !important;
  }
  /* line 13877, app/assets/stylesheets/core.scss */
  .me-xxl-14 {
    margin-right: 6.5rem !important;
  }
  /* line 13880, app/assets/stylesheets/core.scss */
  .me-xxl-15 {
    margin-right: 7rem !important;
  }
  /* line 13883, app/assets/stylesheets/core.scss */
  .me-xxl-16 {
    margin-right: 7.5rem !important;
  }
  /* line 13886, app/assets/stylesheets/core.scss */
  .me-xxl-17 {
    margin-right: 8rem !important;
  }
  /* line 13889, app/assets/stylesheets/core.scss */
  .me-xxl-18 {
    margin-right: 10rem !important;
  }
  /* line 13892, app/assets/stylesheets/core.scss */
  .me-xxl-19 {
    margin-right: 12rem !important;
  }
  /* line 13895, app/assets/stylesheets/core.scss */
  .me-xxl-20 {
    margin-right: 14rem !important;
  }
  /* line 13898, app/assets/stylesheets/core.scss */
  .me-xxl-21 {
    margin-right: 18.5rem !important;
  }
  /* line 13901, app/assets/stylesheets/core.scss */
  .me-xxl-22 {
    margin-right: 22rem !important;
  }
  /* line 13904, app/assets/stylesheets/core.scss */
  .me-xxl-23 {
    margin-right: 35rem !important;
  }
  /* line 13907, app/assets/stylesheets/core.scss */
  .me-xxl-24 {
    margin-right: 40rem !important;
  }
  /* line 13910, app/assets/stylesheets/core.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 13913, app/assets/stylesheets/core.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 13916, app/assets/stylesheets/core.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 13919, app/assets/stylesheets/core.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 13922, app/assets/stylesheets/core.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 13925, app/assets/stylesheets/core.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 13928, app/assets/stylesheets/core.scss */
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 13931, app/assets/stylesheets/core.scss */
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 13934, app/assets/stylesheets/core.scss */
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 13937, app/assets/stylesheets/core.scss */
  .mb-xxl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 13940, app/assets/stylesheets/core.scss */
  .mb-xxl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 13943, app/assets/stylesheets/core.scss */
  .mb-xxl-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 13946, app/assets/stylesheets/core.scss */
  .mb-xxl-11 {
    margin-bottom: 5rem !important;
  }
  /* line 13949, app/assets/stylesheets/core.scss */
  .mb-xxl-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 13952, app/assets/stylesheets/core.scss */
  .mb-xxl-13 {
    margin-bottom: 6rem !important;
  }
  /* line 13955, app/assets/stylesheets/core.scss */
  .mb-xxl-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 13958, app/assets/stylesheets/core.scss */
  .mb-xxl-15 {
    margin-bottom: 7rem !important;
  }
  /* line 13961, app/assets/stylesheets/core.scss */
  .mb-xxl-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 13964, app/assets/stylesheets/core.scss */
  .mb-xxl-17 {
    margin-bottom: 8rem !important;
  }
  /* line 13967, app/assets/stylesheets/core.scss */
  .mb-xxl-18 {
    margin-bottom: 10rem !important;
  }
  /* line 13970, app/assets/stylesheets/core.scss */
  .mb-xxl-19 {
    margin-bottom: 12rem !important;
  }
  /* line 13973, app/assets/stylesheets/core.scss */
  .mb-xxl-20 {
    margin-bottom: 14rem !important;
  }
  /* line 13976, app/assets/stylesheets/core.scss */
  .mb-xxl-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 13979, app/assets/stylesheets/core.scss */
  .mb-xxl-22 {
    margin-bottom: 22rem !important;
  }
  /* line 13982, app/assets/stylesheets/core.scss */
  .mb-xxl-23 {
    margin-bottom: 35rem !important;
  }
  /* line 13985, app/assets/stylesheets/core.scss */
  .mb-xxl-24 {
    margin-bottom: 40rem !important;
  }
  /* line 13988, app/assets/stylesheets/core.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 13991, app/assets/stylesheets/core.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 13994, app/assets/stylesheets/core.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 13997, app/assets/stylesheets/core.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 14000, app/assets/stylesheets/core.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 14003, app/assets/stylesheets/core.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 14006, app/assets/stylesheets/core.scss */
  .ms-xxl-5 {
    margin-left: 2rem !important;
  }
  /* line 14009, app/assets/stylesheets/core.scss */
  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 14012, app/assets/stylesheets/core.scss */
  .ms-xxl-7 {
    margin-left: 3rem !important;
  }
  /* line 14015, app/assets/stylesheets/core.scss */
  .ms-xxl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 14018, app/assets/stylesheets/core.scss */
  .ms-xxl-9 {
    margin-left: 4rem !important;
  }
  /* line 14021, app/assets/stylesheets/core.scss */
  .ms-xxl-10 {
    margin-left: 4.5rem !important;
  }
  /* line 14024, app/assets/stylesheets/core.scss */
  .ms-xxl-11 {
    margin-left: 5rem !important;
  }
  /* line 14027, app/assets/stylesheets/core.scss */
  .ms-xxl-12 {
    margin-left: 5.5rem !important;
  }
  /* line 14030, app/assets/stylesheets/core.scss */
  .ms-xxl-13 {
    margin-left: 6rem !important;
  }
  /* line 14033, app/assets/stylesheets/core.scss */
  .ms-xxl-14 {
    margin-left: 6.5rem !important;
  }
  /* line 14036, app/assets/stylesheets/core.scss */
  .ms-xxl-15 {
    margin-left: 7rem !important;
  }
  /* line 14039, app/assets/stylesheets/core.scss */
  .ms-xxl-16 {
    margin-left: 7.5rem !important;
  }
  /* line 14042, app/assets/stylesheets/core.scss */
  .ms-xxl-17 {
    margin-left: 8rem !important;
  }
  /* line 14045, app/assets/stylesheets/core.scss */
  .ms-xxl-18 {
    margin-left: 10rem !important;
  }
  /* line 14048, app/assets/stylesheets/core.scss */
  .ms-xxl-19 {
    margin-left: 12rem !important;
  }
  /* line 14051, app/assets/stylesheets/core.scss */
  .ms-xxl-20 {
    margin-left: 14rem !important;
  }
  /* line 14054, app/assets/stylesheets/core.scss */
  .ms-xxl-21 {
    margin-left: 18.5rem !important;
  }
  /* line 14057, app/assets/stylesheets/core.scss */
  .ms-xxl-22 {
    margin-left: 22rem !important;
  }
  /* line 14060, app/assets/stylesheets/core.scss */
  .ms-xxl-23 {
    margin-left: 35rem !important;
  }
  /* line 14063, app/assets/stylesheets/core.scss */
  .ms-xxl-24 {
    margin-left: 40rem !important;
  }
  /* line 14066, app/assets/stylesheets/core.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 14069, app/assets/stylesheets/core.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 14072, app/assets/stylesheets/core.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 14075, app/assets/stylesheets/core.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 14078, app/assets/stylesheets/core.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 14081, app/assets/stylesheets/core.scss */
  .m-xxl-n5 {
    margin: -2rem !important;
  }
  /* line 14084, app/assets/stylesheets/core.scss */
  .m-xxl-n6 {
    margin: -2.5rem !important;
  }
  /* line 14087, app/assets/stylesheets/core.scss */
  .m-xxl-n7 {
    margin: -3rem !important;
  }
  /* line 14090, app/assets/stylesheets/core.scss */
  .m-xxl-n8 {
    margin: -3.5rem !important;
  }
  /* line 14093, app/assets/stylesheets/core.scss */
  .m-xxl-n9 {
    margin: -4rem !important;
  }
  /* line 14096, app/assets/stylesheets/core.scss */
  .m-xxl-n10 {
    margin: -4.5rem !important;
  }
  /* line 14099, app/assets/stylesheets/core.scss */
  .m-xxl-n11 {
    margin: -5rem !important;
  }
  /* line 14102, app/assets/stylesheets/core.scss */
  .m-xxl-n12 {
    margin: -5.5rem !important;
  }
  /* line 14105, app/assets/stylesheets/core.scss */
  .m-xxl-n13 {
    margin: -6rem !important;
  }
  /* line 14108, app/assets/stylesheets/core.scss */
  .m-xxl-n14 {
    margin: -6.5rem !important;
  }
  /* line 14111, app/assets/stylesheets/core.scss */
  .m-xxl-n15 {
    margin: -7rem !important;
  }
  /* line 14114, app/assets/stylesheets/core.scss */
  .m-xxl-n16 {
    margin: -7.5rem !important;
  }
  /* line 14117, app/assets/stylesheets/core.scss */
  .m-xxl-n17 {
    margin: -8rem !important;
  }
  /* line 14120, app/assets/stylesheets/core.scss */
  .m-xxl-n18 {
    margin: -10rem !important;
  }
  /* line 14123, app/assets/stylesheets/core.scss */
  .m-xxl-n19 {
    margin: -12rem !important;
  }
  /* line 14126, app/assets/stylesheets/core.scss */
  .m-xxl-n20 {
    margin: -14rem !important;
  }
  /* line 14129, app/assets/stylesheets/core.scss */
  .m-xxl-n21 {
    margin: -18.5rem !important;
  }
  /* line 14132, app/assets/stylesheets/core.scss */
  .m-xxl-n22 {
    margin: -22rem !important;
  }
  /* line 14135, app/assets/stylesheets/core.scss */
  .m-xxl-n23 {
    margin: -35rem !important;
  }
  /* line 14138, app/assets/stylesheets/core.scss */
  .m-xxl-n24 {
    margin: -40rem !important;
  }
  /* line 14141, app/assets/stylesheets/core.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 14145, app/assets/stylesheets/core.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 14149, app/assets/stylesheets/core.scss */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 14153, app/assets/stylesheets/core.scss */
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 14157, app/assets/stylesheets/core.scss */
  .mx-xxl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 14161, app/assets/stylesheets/core.scss */
  .mx-xxl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 14165, app/assets/stylesheets/core.scss */
  .mx-xxl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 14169, app/assets/stylesheets/core.scss */
  .mx-xxl-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 14173, app/assets/stylesheets/core.scss */
  .mx-xxl-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 14177, app/assets/stylesheets/core.scss */
  .mx-xxl-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 14181, app/assets/stylesheets/core.scss */
  .mx-xxl-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 14185, app/assets/stylesheets/core.scss */
  .mx-xxl-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 14189, app/assets/stylesheets/core.scss */
  .mx-xxl-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 14193, app/assets/stylesheets/core.scss */
  .mx-xxl-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 14197, app/assets/stylesheets/core.scss */
  .mx-xxl-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 14201, app/assets/stylesheets/core.scss */
  .mx-xxl-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 14205, app/assets/stylesheets/core.scss */
  .mx-xxl-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 14209, app/assets/stylesheets/core.scss */
  .mx-xxl-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 14213, app/assets/stylesheets/core.scss */
  .mx-xxl-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 14217, app/assets/stylesheets/core.scss */
  .mx-xxl-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 14221, app/assets/stylesheets/core.scss */
  .mx-xxl-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 14225, app/assets/stylesheets/core.scss */
  .mx-xxl-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 14229, app/assets/stylesheets/core.scss */
  .mx-xxl-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 14233, app/assets/stylesheets/core.scss */
  .mx-xxl-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 14237, app/assets/stylesheets/core.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 14241, app/assets/stylesheets/core.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 14245, app/assets/stylesheets/core.scss */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 14249, app/assets/stylesheets/core.scss */
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 14253, app/assets/stylesheets/core.scss */
  .my-xxl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 14257, app/assets/stylesheets/core.scss */
  .my-xxl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 14261, app/assets/stylesheets/core.scss */
  .my-xxl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 14265, app/assets/stylesheets/core.scss */
  .my-xxl-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 14269, app/assets/stylesheets/core.scss */
  .my-xxl-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 14273, app/assets/stylesheets/core.scss */
  .my-xxl-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 14277, app/assets/stylesheets/core.scss */
  .my-xxl-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 14281, app/assets/stylesheets/core.scss */
  .my-xxl-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 14285, app/assets/stylesheets/core.scss */
  .my-xxl-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 14289, app/assets/stylesheets/core.scss */
  .my-xxl-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 14293, app/assets/stylesheets/core.scss */
  .my-xxl-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 14297, app/assets/stylesheets/core.scss */
  .my-xxl-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 14301, app/assets/stylesheets/core.scss */
  .my-xxl-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 14305, app/assets/stylesheets/core.scss */
  .my-xxl-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 14309, app/assets/stylesheets/core.scss */
  .my-xxl-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 14313, app/assets/stylesheets/core.scss */
  .my-xxl-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 14317, app/assets/stylesheets/core.scss */
  .my-xxl-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 14321, app/assets/stylesheets/core.scss */
  .my-xxl-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 14325, app/assets/stylesheets/core.scss */
  .my-xxl-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 14329, app/assets/stylesheets/core.scss */
  .my-xxl-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 14333, app/assets/stylesheets/core.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 14336, app/assets/stylesheets/core.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 14339, app/assets/stylesheets/core.scss */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 14342, app/assets/stylesheets/core.scss */
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 14345, app/assets/stylesheets/core.scss */
  .mt-xxl-n5 {
    margin-top: -2rem !important;
  }
  /* line 14348, app/assets/stylesheets/core.scss */
  .mt-xxl-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 14351, app/assets/stylesheets/core.scss */
  .mt-xxl-n7 {
    margin-top: -3rem !important;
  }
  /* line 14354, app/assets/stylesheets/core.scss */
  .mt-xxl-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 14357, app/assets/stylesheets/core.scss */
  .mt-xxl-n9 {
    margin-top: -4rem !important;
  }
  /* line 14360, app/assets/stylesheets/core.scss */
  .mt-xxl-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 14363, app/assets/stylesheets/core.scss */
  .mt-xxl-n11 {
    margin-top: -5rem !important;
  }
  /* line 14366, app/assets/stylesheets/core.scss */
  .mt-xxl-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 14369, app/assets/stylesheets/core.scss */
  .mt-xxl-n13 {
    margin-top: -6rem !important;
  }
  /* line 14372, app/assets/stylesheets/core.scss */
  .mt-xxl-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 14375, app/assets/stylesheets/core.scss */
  .mt-xxl-n15 {
    margin-top: -7rem !important;
  }
  /* line 14378, app/assets/stylesheets/core.scss */
  .mt-xxl-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 14381, app/assets/stylesheets/core.scss */
  .mt-xxl-n17 {
    margin-top: -8rem !important;
  }
  /* line 14384, app/assets/stylesheets/core.scss */
  .mt-xxl-n18 {
    margin-top: -10rem !important;
  }
  /* line 14387, app/assets/stylesheets/core.scss */
  .mt-xxl-n19 {
    margin-top: -12rem !important;
  }
  /* line 14390, app/assets/stylesheets/core.scss */
  .mt-xxl-n20 {
    margin-top: -14rem !important;
  }
  /* line 14393, app/assets/stylesheets/core.scss */
  .mt-xxl-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 14396, app/assets/stylesheets/core.scss */
  .mt-xxl-n22 {
    margin-top: -22rem !important;
  }
  /* line 14399, app/assets/stylesheets/core.scss */
  .mt-xxl-n23 {
    margin-top: -35rem !important;
  }
  /* line 14402, app/assets/stylesheets/core.scss */
  .mt-xxl-n24 {
    margin-top: -40rem !important;
  }
  /* line 14405, app/assets/stylesheets/core.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 14408, app/assets/stylesheets/core.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 14411, app/assets/stylesheets/core.scss */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 14414, app/assets/stylesheets/core.scss */
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 14417, app/assets/stylesheets/core.scss */
  .me-xxl-n5 {
    margin-right: -2rem !important;
  }
  /* line 14420, app/assets/stylesheets/core.scss */
  .me-xxl-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 14423, app/assets/stylesheets/core.scss */
  .me-xxl-n7 {
    margin-right: -3rem !important;
  }
  /* line 14426, app/assets/stylesheets/core.scss */
  .me-xxl-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 14429, app/assets/stylesheets/core.scss */
  .me-xxl-n9 {
    margin-right: -4rem !important;
  }
  /* line 14432, app/assets/stylesheets/core.scss */
  .me-xxl-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 14435, app/assets/stylesheets/core.scss */
  .me-xxl-n11 {
    margin-right: -5rem !important;
  }
  /* line 14438, app/assets/stylesheets/core.scss */
  .me-xxl-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 14441, app/assets/stylesheets/core.scss */
  .me-xxl-n13 {
    margin-right: -6rem !important;
  }
  /* line 14444, app/assets/stylesheets/core.scss */
  .me-xxl-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 14447, app/assets/stylesheets/core.scss */
  .me-xxl-n15 {
    margin-right: -7rem !important;
  }
  /* line 14450, app/assets/stylesheets/core.scss */
  .me-xxl-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 14453, app/assets/stylesheets/core.scss */
  .me-xxl-n17 {
    margin-right: -8rem !important;
  }
  /* line 14456, app/assets/stylesheets/core.scss */
  .me-xxl-n18 {
    margin-right: -10rem !important;
  }
  /* line 14459, app/assets/stylesheets/core.scss */
  .me-xxl-n19 {
    margin-right: -12rem !important;
  }
  /* line 14462, app/assets/stylesheets/core.scss */
  .me-xxl-n20 {
    margin-right: -14rem !important;
  }
  /* line 14465, app/assets/stylesheets/core.scss */
  .me-xxl-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 14468, app/assets/stylesheets/core.scss */
  .me-xxl-n22 {
    margin-right: -22rem !important;
  }
  /* line 14471, app/assets/stylesheets/core.scss */
  .me-xxl-n23 {
    margin-right: -35rem !important;
  }
  /* line 14474, app/assets/stylesheets/core.scss */
  .me-xxl-n24 {
    margin-right: -40rem !important;
  }
  /* line 14477, app/assets/stylesheets/core.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 14480, app/assets/stylesheets/core.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 14483, app/assets/stylesheets/core.scss */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 14486, app/assets/stylesheets/core.scss */
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 14489, app/assets/stylesheets/core.scss */
  .mb-xxl-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 14492, app/assets/stylesheets/core.scss */
  .mb-xxl-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 14495, app/assets/stylesheets/core.scss */
  .mb-xxl-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 14498, app/assets/stylesheets/core.scss */
  .mb-xxl-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 14501, app/assets/stylesheets/core.scss */
  .mb-xxl-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 14504, app/assets/stylesheets/core.scss */
  .mb-xxl-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 14507, app/assets/stylesheets/core.scss */
  .mb-xxl-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 14510, app/assets/stylesheets/core.scss */
  .mb-xxl-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 14513, app/assets/stylesheets/core.scss */
  .mb-xxl-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 14516, app/assets/stylesheets/core.scss */
  .mb-xxl-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 14519, app/assets/stylesheets/core.scss */
  .mb-xxl-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 14522, app/assets/stylesheets/core.scss */
  .mb-xxl-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 14525, app/assets/stylesheets/core.scss */
  .mb-xxl-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 14528, app/assets/stylesheets/core.scss */
  .mb-xxl-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 14531, app/assets/stylesheets/core.scss */
  .mb-xxl-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 14534, app/assets/stylesheets/core.scss */
  .mb-xxl-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 14537, app/assets/stylesheets/core.scss */
  .mb-xxl-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 14540, app/assets/stylesheets/core.scss */
  .mb-xxl-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 14543, app/assets/stylesheets/core.scss */
  .mb-xxl-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 14546, app/assets/stylesheets/core.scss */
  .mb-xxl-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 14549, app/assets/stylesheets/core.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 14552, app/assets/stylesheets/core.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 14555, app/assets/stylesheets/core.scss */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 14558, app/assets/stylesheets/core.scss */
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 14561, app/assets/stylesheets/core.scss */
  .ms-xxl-n5 {
    margin-left: -2rem !important;
  }
  /* line 14564, app/assets/stylesheets/core.scss */
  .ms-xxl-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 14567, app/assets/stylesheets/core.scss */
  .ms-xxl-n7 {
    margin-left: -3rem !important;
  }
  /* line 14570, app/assets/stylesheets/core.scss */
  .ms-xxl-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 14573, app/assets/stylesheets/core.scss */
  .ms-xxl-n9 {
    margin-left: -4rem !important;
  }
  /* line 14576, app/assets/stylesheets/core.scss */
  .ms-xxl-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 14579, app/assets/stylesheets/core.scss */
  .ms-xxl-n11 {
    margin-left: -5rem !important;
  }
  /* line 14582, app/assets/stylesheets/core.scss */
  .ms-xxl-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 14585, app/assets/stylesheets/core.scss */
  .ms-xxl-n13 {
    margin-left: -6rem !important;
  }
  /* line 14588, app/assets/stylesheets/core.scss */
  .ms-xxl-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 14591, app/assets/stylesheets/core.scss */
  .ms-xxl-n15 {
    margin-left: -7rem !important;
  }
  /* line 14594, app/assets/stylesheets/core.scss */
  .ms-xxl-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 14597, app/assets/stylesheets/core.scss */
  .ms-xxl-n17 {
    margin-left: -8rem !important;
  }
  /* line 14600, app/assets/stylesheets/core.scss */
  .ms-xxl-n18 {
    margin-left: -10rem !important;
  }
  /* line 14603, app/assets/stylesheets/core.scss */
  .ms-xxl-n19 {
    margin-left: -12rem !important;
  }
  /* line 14606, app/assets/stylesheets/core.scss */
  .ms-xxl-n20 {
    margin-left: -14rem !important;
  }
  /* line 14609, app/assets/stylesheets/core.scss */
  .ms-xxl-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 14612, app/assets/stylesheets/core.scss */
  .ms-xxl-n22 {
    margin-left: -22rem !important;
  }
  /* line 14615, app/assets/stylesheets/core.scss */
  .ms-xxl-n23 {
    margin-left: -35rem !important;
  }
  /* line 14618, app/assets/stylesheets/core.scss */
  .ms-xxl-n24 {
    margin-left: -40rem !important;
  }
  /* line 14621, app/assets/stylesheets/core.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 14624, app/assets/stylesheets/core.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 14627, app/assets/stylesheets/core.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 14630, app/assets/stylesheets/core.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 14633, app/assets/stylesheets/core.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 14636, app/assets/stylesheets/core.scss */
  .p-xxl-5 {
    padding: 2rem !important;
  }
  /* line 14639, app/assets/stylesheets/core.scss */
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  /* line 14642, app/assets/stylesheets/core.scss */
  .p-xxl-7 {
    padding: 3rem !important;
  }
  /* line 14645, app/assets/stylesheets/core.scss */
  .p-xxl-8 {
    padding: 3.5rem !important;
  }
  /* line 14648, app/assets/stylesheets/core.scss */
  .p-xxl-9 {
    padding: 4rem !important;
  }
  /* line 14651, app/assets/stylesheets/core.scss */
  .p-xxl-10 {
    padding: 4.5rem !important;
  }
  /* line 14654, app/assets/stylesheets/core.scss */
  .p-xxl-11 {
    padding: 5rem !important;
  }
  /* line 14657, app/assets/stylesheets/core.scss */
  .p-xxl-12 {
    padding: 5.5rem !important;
  }
  /* line 14660, app/assets/stylesheets/core.scss */
  .p-xxl-13 {
    padding: 6rem !important;
  }
  /* line 14663, app/assets/stylesheets/core.scss */
  .p-xxl-14 {
    padding: 6.5rem !important;
  }
  /* line 14666, app/assets/stylesheets/core.scss */
  .p-xxl-15 {
    padding: 7rem !important;
  }
  /* line 14669, app/assets/stylesheets/core.scss */
  .p-xxl-16 {
    padding: 7.5rem !important;
  }
  /* line 14672, app/assets/stylesheets/core.scss */
  .p-xxl-17 {
    padding: 8rem !important;
  }
  /* line 14675, app/assets/stylesheets/core.scss */
  .p-xxl-18 {
    padding: 10rem !important;
  }
  /* line 14678, app/assets/stylesheets/core.scss */
  .p-xxl-19 {
    padding: 12rem !important;
  }
  /* line 14681, app/assets/stylesheets/core.scss */
  .p-xxl-20 {
    padding: 14rem !important;
  }
  /* line 14684, app/assets/stylesheets/core.scss */
  .p-xxl-21 {
    padding: 18.5rem !important;
  }
  /* line 14687, app/assets/stylesheets/core.scss */
  .p-xxl-22 {
    padding: 22rem !important;
  }
  /* line 14690, app/assets/stylesheets/core.scss */
  .p-xxl-23 {
    padding: 35rem !important;
  }
  /* line 14693, app/assets/stylesheets/core.scss */
  .p-xxl-24 {
    padding: 40rem !important;
  }
  /* line 14696, app/assets/stylesheets/core.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 14700, app/assets/stylesheets/core.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 14704, app/assets/stylesheets/core.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 14708, app/assets/stylesheets/core.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 14712, app/assets/stylesheets/core.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 14716, app/assets/stylesheets/core.scss */
  .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 14720, app/assets/stylesheets/core.scss */
  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 14724, app/assets/stylesheets/core.scss */
  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 14728, app/assets/stylesheets/core.scss */
  .px-xxl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 14732, app/assets/stylesheets/core.scss */
  .px-xxl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 14736, app/assets/stylesheets/core.scss */
  .px-xxl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 14740, app/assets/stylesheets/core.scss */
  .px-xxl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 14744, app/assets/stylesheets/core.scss */
  .px-xxl-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 14748, app/assets/stylesheets/core.scss */
  .px-xxl-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 14752, app/assets/stylesheets/core.scss */
  .px-xxl-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 14756, app/assets/stylesheets/core.scss */
  .px-xxl-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 14760, app/assets/stylesheets/core.scss */
  .px-xxl-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 14764, app/assets/stylesheets/core.scss */
  .px-xxl-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 14768, app/assets/stylesheets/core.scss */
  .px-xxl-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 14772, app/assets/stylesheets/core.scss */
  .px-xxl-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 14776, app/assets/stylesheets/core.scss */
  .px-xxl-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 14780, app/assets/stylesheets/core.scss */
  .px-xxl-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 14784, app/assets/stylesheets/core.scss */
  .px-xxl-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 14788, app/assets/stylesheets/core.scss */
  .px-xxl-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 14792, app/assets/stylesheets/core.scss */
  .px-xxl-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 14796, app/assets/stylesheets/core.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 14800, app/assets/stylesheets/core.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 14804, app/assets/stylesheets/core.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 14808, app/assets/stylesheets/core.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 14812, app/assets/stylesheets/core.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 14816, app/assets/stylesheets/core.scss */
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 14820, app/assets/stylesheets/core.scss */
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 14824, app/assets/stylesheets/core.scss */
  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 14828, app/assets/stylesheets/core.scss */
  .py-xxl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 14832, app/assets/stylesheets/core.scss */
  .py-xxl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 14836, app/assets/stylesheets/core.scss */
  .py-xxl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 14840, app/assets/stylesheets/core.scss */
  .py-xxl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 14844, app/assets/stylesheets/core.scss */
  .py-xxl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 14848, app/assets/stylesheets/core.scss */
  .py-xxl-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 14852, app/assets/stylesheets/core.scss */
  .py-xxl-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 14856, app/assets/stylesheets/core.scss */
  .py-xxl-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 14860, app/assets/stylesheets/core.scss */
  .py-xxl-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 14864, app/assets/stylesheets/core.scss */
  .py-xxl-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 14868, app/assets/stylesheets/core.scss */
  .py-xxl-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 14872, app/assets/stylesheets/core.scss */
  .py-xxl-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 14876, app/assets/stylesheets/core.scss */
  .py-xxl-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 14880, app/assets/stylesheets/core.scss */
  .py-xxl-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 14884, app/assets/stylesheets/core.scss */
  .py-xxl-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 14888, app/assets/stylesheets/core.scss */
  .py-xxl-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 14892, app/assets/stylesheets/core.scss */
  .py-xxl-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 14896, app/assets/stylesheets/core.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 14899, app/assets/stylesheets/core.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14902, app/assets/stylesheets/core.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14905, app/assets/stylesheets/core.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 14908, app/assets/stylesheets/core.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14911, app/assets/stylesheets/core.scss */
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  /* line 14914, app/assets/stylesheets/core.scss */
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 14917, app/assets/stylesheets/core.scss */
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  /* line 14920, app/assets/stylesheets/core.scss */
  .pt-xxl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 14923, app/assets/stylesheets/core.scss */
  .pt-xxl-9 {
    padding-top: 4rem !important;
  }
  /* line 14926, app/assets/stylesheets/core.scss */
  .pt-xxl-10 {
    padding-top: 4.5rem !important;
  }
  /* line 14929, app/assets/stylesheets/core.scss */
  .pt-xxl-11 {
    padding-top: 5rem !important;
  }
  /* line 14932, app/assets/stylesheets/core.scss */
  .pt-xxl-12 {
    padding-top: 5.5rem !important;
  }
  /* line 14935, app/assets/stylesheets/core.scss */
  .pt-xxl-13 {
    padding-top: 6rem !important;
  }
  /* line 14938, app/assets/stylesheets/core.scss */
  .pt-xxl-14 {
    padding-top: 6.5rem !important;
  }
  /* line 14941, app/assets/stylesheets/core.scss */
  .pt-xxl-15 {
    padding-top: 7rem !important;
  }
  /* line 14944, app/assets/stylesheets/core.scss */
  .pt-xxl-16 {
    padding-top: 7.5rem !important;
  }
  /* line 14947, app/assets/stylesheets/core.scss */
  .pt-xxl-17 {
    padding-top: 8rem !important;
  }
  /* line 14950, app/assets/stylesheets/core.scss */
  .pt-xxl-18 {
    padding-top: 10rem !important;
  }
  /* line 14953, app/assets/stylesheets/core.scss */
  .pt-xxl-19 {
    padding-top: 12rem !important;
  }
  /* line 14956, app/assets/stylesheets/core.scss */
  .pt-xxl-20 {
    padding-top: 14rem !important;
  }
  /* line 14959, app/assets/stylesheets/core.scss */
  .pt-xxl-21 {
    padding-top: 18.5rem !important;
  }
  /* line 14962, app/assets/stylesheets/core.scss */
  .pt-xxl-22 {
    padding-top: 22rem !important;
  }
  /* line 14965, app/assets/stylesheets/core.scss */
  .pt-xxl-23 {
    padding-top: 35rem !important;
  }
  /* line 14968, app/assets/stylesheets/core.scss */
  .pt-xxl-24 {
    padding-top: 40rem !important;
  }
  /* line 14971, app/assets/stylesheets/core.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 14974, app/assets/stylesheets/core.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 14977, app/assets/stylesheets/core.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 14980, app/assets/stylesheets/core.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 14983, app/assets/stylesheets/core.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 14986, app/assets/stylesheets/core.scss */
  .pe-xxl-5 {
    padding-right: 2rem !important;
  }
  /* line 14989, app/assets/stylesheets/core.scss */
  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 14992, app/assets/stylesheets/core.scss */
  .pe-xxl-7 {
    padding-right: 3rem !important;
  }
  /* line 14995, app/assets/stylesheets/core.scss */
  .pe-xxl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 14998, app/assets/stylesheets/core.scss */
  .pe-xxl-9 {
    padding-right: 4rem !important;
  }
  /* line 15001, app/assets/stylesheets/core.scss */
  .pe-xxl-10 {
    padding-right: 4.5rem !important;
  }
  /* line 15004, app/assets/stylesheets/core.scss */
  .pe-xxl-11 {
    padding-right: 5rem !important;
  }
  /* line 15007, app/assets/stylesheets/core.scss */
  .pe-xxl-12 {
    padding-right: 5.5rem !important;
  }
  /* line 15010, app/assets/stylesheets/core.scss */
  .pe-xxl-13 {
    padding-right: 6rem !important;
  }
  /* line 15013, app/assets/stylesheets/core.scss */
  .pe-xxl-14 {
    padding-right: 6.5rem !important;
  }
  /* line 15016, app/assets/stylesheets/core.scss */
  .pe-xxl-15 {
    padding-right: 7rem !important;
  }
  /* line 15019, app/assets/stylesheets/core.scss */
  .pe-xxl-16 {
    padding-right: 7.5rem !important;
  }
  /* line 15022, app/assets/stylesheets/core.scss */
  .pe-xxl-17 {
    padding-right: 8rem !important;
  }
  /* line 15025, app/assets/stylesheets/core.scss */
  .pe-xxl-18 {
    padding-right: 10rem !important;
  }
  /* line 15028, app/assets/stylesheets/core.scss */
  .pe-xxl-19 {
    padding-right: 12rem !important;
  }
  /* line 15031, app/assets/stylesheets/core.scss */
  .pe-xxl-20 {
    padding-right: 14rem !important;
  }
  /* line 15034, app/assets/stylesheets/core.scss */
  .pe-xxl-21 {
    padding-right: 18.5rem !important;
  }
  /* line 15037, app/assets/stylesheets/core.scss */
  .pe-xxl-22 {
    padding-right: 22rem !important;
  }
  /* line 15040, app/assets/stylesheets/core.scss */
  .pe-xxl-23 {
    padding-right: 35rem !important;
  }
  /* line 15043, app/assets/stylesheets/core.scss */
  .pe-xxl-24 {
    padding-right: 40rem !important;
  }
  /* line 15046, app/assets/stylesheets/core.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 15049, app/assets/stylesheets/core.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 15052, app/assets/stylesheets/core.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 15055, app/assets/stylesheets/core.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 15058, app/assets/stylesheets/core.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 15061, app/assets/stylesheets/core.scss */
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 15064, app/assets/stylesheets/core.scss */
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 15067, app/assets/stylesheets/core.scss */
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 15070, app/assets/stylesheets/core.scss */
  .pb-xxl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 15073, app/assets/stylesheets/core.scss */
  .pb-xxl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 15076, app/assets/stylesheets/core.scss */
  .pb-xxl-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 15079, app/assets/stylesheets/core.scss */
  .pb-xxl-11 {
    padding-bottom: 5rem !important;
  }
  /* line 15082, app/assets/stylesheets/core.scss */
  .pb-xxl-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 15085, app/assets/stylesheets/core.scss */
  .pb-xxl-13 {
    padding-bottom: 6rem !important;
  }
  /* line 15088, app/assets/stylesheets/core.scss */
  .pb-xxl-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 15091, app/assets/stylesheets/core.scss */
  .pb-xxl-15 {
    padding-bottom: 7rem !important;
  }
  /* line 15094, app/assets/stylesheets/core.scss */
  .pb-xxl-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 15097, app/assets/stylesheets/core.scss */
  .pb-xxl-17 {
    padding-bottom: 8rem !important;
  }
  /* line 15100, app/assets/stylesheets/core.scss */
  .pb-xxl-18 {
    padding-bottom: 10rem !important;
  }
  /* line 15103, app/assets/stylesheets/core.scss */
  .pb-xxl-19 {
    padding-bottom: 12rem !important;
  }
  /* line 15106, app/assets/stylesheets/core.scss */
  .pb-xxl-20 {
    padding-bottom: 14rem !important;
  }
  /* line 15109, app/assets/stylesheets/core.scss */
  .pb-xxl-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 15112, app/assets/stylesheets/core.scss */
  .pb-xxl-22 {
    padding-bottom: 22rem !important;
  }
  /* line 15115, app/assets/stylesheets/core.scss */
  .pb-xxl-23 {
    padding-bottom: 35rem !important;
  }
  /* line 15118, app/assets/stylesheets/core.scss */
  .pb-xxl-24 {
    padding-bottom: 40rem !important;
  }
  /* line 15121, app/assets/stylesheets/core.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 15124, app/assets/stylesheets/core.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 15127, app/assets/stylesheets/core.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 15130, app/assets/stylesheets/core.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 15133, app/assets/stylesheets/core.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 15136, app/assets/stylesheets/core.scss */
  .ps-xxl-5 {
    padding-left: 2rem !important;
  }
  /* line 15139, app/assets/stylesheets/core.scss */
  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 15142, app/assets/stylesheets/core.scss */
  .ps-xxl-7 {
    padding-left: 3rem !important;
  }
  /* line 15145, app/assets/stylesheets/core.scss */
  .ps-xxl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 15148, app/assets/stylesheets/core.scss */
  .ps-xxl-9 {
    padding-left: 4rem !important;
  }
  /* line 15151, app/assets/stylesheets/core.scss */
  .ps-xxl-10 {
    padding-left: 4.5rem !important;
  }
  /* line 15154, app/assets/stylesheets/core.scss */
  .ps-xxl-11 {
    padding-left: 5rem !important;
  }
  /* line 15157, app/assets/stylesheets/core.scss */
  .ps-xxl-12 {
    padding-left: 5.5rem !important;
  }
  /* line 15160, app/assets/stylesheets/core.scss */
  .ps-xxl-13 {
    padding-left: 6rem !important;
  }
  /* line 15163, app/assets/stylesheets/core.scss */
  .ps-xxl-14 {
    padding-left: 6.5rem !important;
  }
  /* line 15166, app/assets/stylesheets/core.scss */
  .ps-xxl-15 {
    padding-left: 7rem !important;
  }
  /* line 15169, app/assets/stylesheets/core.scss */
  .ps-xxl-16 {
    padding-left: 7.5rem !important;
  }
  /* line 15172, app/assets/stylesheets/core.scss */
  .ps-xxl-17 {
    padding-left: 8rem !important;
  }
  /* line 15175, app/assets/stylesheets/core.scss */
  .ps-xxl-18 {
    padding-left: 10rem !important;
  }
  /* line 15178, app/assets/stylesheets/core.scss */
  .ps-xxl-19 {
    padding-left: 12rem !important;
  }
  /* line 15181, app/assets/stylesheets/core.scss */
  .ps-xxl-20 {
    padding-left: 14rem !important;
  }
  /* line 15184, app/assets/stylesheets/core.scss */
  .ps-xxl-21 {
    padding-left: 18.5rem !important;
  }
  /* line 15187, app/assets/stylesheets/core.scss */
  .ps-xxl-22 {
    padding-left: 22rem !important;
  }
  /* line 15190, app/assets/stylesheets/core.scss */
  .ps-xxl-23 {
    padding-left: 35rem !important;
  }
  /* line 15193, app/assets/stylesheets/core.scss */
  .ps-xxl-24 {
    padding-left: 40rem !important;
  }
  /* line 15196, app/assets/stylesheets/core.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 15199, app/assets/stylesheets/core.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 15202, app/assets/stylesheets/core.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 15205, app/assets/stylesheets/core.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 15208, app/assets/stylesheets/core.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 15211, app/assets/stylesheets/core.scss */
  .gap-xxl-5 {
    gap: 2rem !important;
  }
  /* line 15214, app/assets/stylesheets/core.scss */
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  /* line 15217, app/assets/stylesheets/core.scss */
  .gap-xxl-7 {
    gap: 3rem !important;
  }
  /* line 15220, app/assets/stylesheets/core.scss */
  .gap-xxl-8 {
    gap: 3.5rem !important;
  }
  /* line 15223, app/assets/stylesheets/core.scss */
  .gap-xxl-9 {
    gap: 4rem !important;
  }
  /* line 15226, app/assets/stylesheets/core.scss */
  .gap-xxl-10 {
    gap: 4.5rem !important;
  }
  /* line 15229, app/assets/stylesheets/core.scss */
  .gap-xxl-11 {
    gap: 5rem !important;
  }
  /* line 15232, app/assets/stylesheets/core.scss */
  .gap-xxl-12 {
    gap: 5.5rem !important;
  }
  /* line 15235, app/assets/stylesheets/core.scss */
  .gap-xxl-13 {
    gap: 6rem !important;
  }
  /* line 15238, app/assets/stylesheets/core.scss */
  .gap-xxl-14 {
    gap: 6.5rem !important;
  }
  /* line 15241, app/assets/stylesheets/core.scss */
  .gap-xxl-15 {
    gap: 7rem !important;
  }
  /* line 15244, app/assets/stylesheets/core.scss */
  .gap-xxl-16 {
    gap: 7.5rem !important;
  }
  /* line 15247, app/assets/stylesheets/core.scss */
  .gap-xxl-17 {
    gap: 8rem !important;
  }
  /* line 15250, app/assets/stylesheets/core.scss */
  .gap-xxl-18 {
    gap: 10rem !important;
  }
  /* line 15253, app/assets/stylesheets/core.scss */
  .gap-xxl-19 {
    gap: 12rem !important;
  }
  /* line 15256, app/assets/stylesheets/core.scss */
  .gap-xxl-20 {
    gap: 14rem !important;
  }
  /* line 15259, app/assets/stylesheets/core.scss */
  .gap-xxl-21 {
    gap: 18.5rem !important;
  }
  /* line 15262, app/assets/stylesheets/core.scss */
  .gap-xxl-22 {
    gap: 22rem !important;
  }
  /* line 15265, app/assets/stylesheets/core.scss */
  .gap-xxl-23 {
    gap: 35rem !important;
  }
  /* line 15268, app/assets/stylesheets/core.scss */
  .gap-xxl-24 {
    gap: 40rem !important;
  }
  /* line 15271, app/assets/stylesheets/core.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 15274, app/assets/stylesheets/core.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 15277, app/assets/stylesheets/core.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 15280, app/assets/stylesheets/core.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 15283, app/assets/stylesheets/core.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 15286, app/assets/stylesheets/core.scss */
  .row-gap-xxl-5 {
    row-gap: 2rem !important;
  }
  /* line 15289, app/assets/stylesheets/core.scss */
  .row-gap-xxl-6 {
    row-gap: 2.5rem !important;
  }
  /* line 15292, app/assets/stylesheets/core.scss */
  .row-gap-xxl-7 {
    row-gap: 3rem !important;
  }
  /* line 15295, app/assets/stylesheets/core.scss */
  .row-gap-xxl-8 {
    row-gap: 3.5rem !important;
  }
  /* line 15298, app/assets/stylesheets/core.scss */
  .row-gap-xxl-9 {
    row-gap: 4rem !important;
  }
  /* line 15301, app/assets/stylesheets/core.scss */
  .row-gap-xxl-10 {
    row-gap: 4.5rem !important;
  }
  /* line 15304, app/assets/stylesheets/core.scss */
  .row-gap-xxl-11 {
    row-gap: 5rem !important;
  }
  /* line 15307, app/assets/stylesheets/core.scss */
  .row-gap-xxl-12 {
    row-gap: 5.5rem !important;
  }
  /* line 15310, app/assets/stylesheets/core.scss */
  .row-gap-xxl-13 {
    row-gap: 6rem !important;
  }
  /* line 15313, app/assets/stylesheets/core.scss */
  .row-gap-xxl-14 {
    row-gap: 6.5rem !important;
  }
  /* line 15316, app/assets/stylesheets/core.scss */
  .row-gap-xxl-15 {
    row-gap: 7rem !important;
  }
  /* line 15319, app/assets/stylesheets/core.scss */
  .row-gap-xxl-16 {
    row-gap: 7.5rem !important;
  }
  /* line 15322, app/assets/stylesheets/core.scss */
  .row-gap-xxl-17 {
    row-gap: 8rem !important;
  }
  /* line 15325, app/assets/stylesheets/core.scss */
  .row-gap-xxl-18 {
    row-gap: 10rem !important;
  }
  /* line 15328, app/assets/stylesheets/core.scss */
  .row-gap-xxl-19 {
    row-gap: 12rem !important;
  }
  /* line 15331, app/assets/stylesheets/core.scss */
  .row-gap-xxl-20 {
    row-gap: 14rem !important;
  }
  /* line 15334, app/assets/stylesheets/core.scss */
  .row-gap-xxl-21 {
    row-gap: 18.5rem !important;
  }
  /* line 15337, app/assets/stylesheets/core.scss */
  .row-gap-xxl-22 {
    row-gap: 22rem !important;
  }
  /* line 15340, app/assets/stylesheets/core.scss */
  .row-gap-xxl-23 {
    row-gap: 35rem !important;
  }
  /* line 15343, app/assets/stylesheets/core.scss */
  .row-gap-xxl-24 {
    row-gap: 40rem !important;
  }
  /* line 15346, app/assets/stylesheets/core.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 15350, app/assets/stylesheets/core.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 15354, app/assets/stylesheets/core.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 15358, app/assets/stylesheets/core.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 15362, app/assets/stylesheets/core.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 15366, app/assets/stylesheets/core.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 15370, app/assets/stylesheets/core.scss */
  .column-gap-xxl-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 15374, app/assets/stylesheets/core.scss */
  .column-gap-xxl-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 15378, app/assets/stylesheets/core.scss */
  .column-gap-xxl-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 15382, app/assets/stylesheets/core.scss */
  .column-gap-xxl-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 15386, app/assets/stylesheets/core.scss */
  .column-gap-xxl-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 15390, app/assets/stylesheets/core.scss */
  .column-gap-xxl-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 15394, app/assets/stylesheets/core.scss */
  .column-gap-xxl-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 15398, app/assets/stylesheets/core.scss */
  .column-gap-xxl-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 15402, app/assets/stylesheets/core.scss */
  .column-gap-xxl-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 15406, app/assets/stylesheets/core.scss */
  .column-gap-xxl-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 15410, app/assets/stylesheets/core.scss */
  .column-gap-xxl-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 15414, app/assets/stylesheets/core.scss */
  .column-gap-xxl-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 15418, app/assets/stylesheets/core.scss */
  .column-gap-xxl-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 15422, app/assets/stylesheets/core.scss */
  .column-gap-xxl-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 15426, app/assets/stylesheets/core.scss */
  .column-gap-xxl-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 15430, app/assets/stylesheets/core.scss */
  .column-gap-xxl-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 15434, app/assets/stylesheets/core.scss */
  .column-gap-xxl-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 15438, app/assets/stylesheets/core.scss */
  .column-gap-xxl-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 15442, app/assets/stylesheets/core.scss */
  .column-gap-xxl-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 15446, app/assets/stylesheets/core.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 15449, app/assets/stylesheets/core.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 15452, app/assets/stylesheets/core.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 15457, app/assets/stylesheets/core.scss */
  .fs-1 {
    font-size: 2.625rem !important;
  }
  /* line 15460, app/assets/stylesheets/core.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 15463, app/assets/stylesheets/core.scss */
  .fs-3 {
    font-size: 1.625rem !important;
  }
}

@media print {
  /* line 15468, app/assets/stylesheets/core.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 15471, app/assets/stylesheets/core.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 15474, app/assets/stylesheets/core.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 15477, app/assets/stylesheets/core.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 15480, app/assets/stylesheets/core.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 15483, app/assets/stylesheets/core.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 15486, app/assets/stylesheets/core.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 15489, app/assets/stylesheets/core.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 15492, app/assets/stylesheets/core.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 15495, app/assets/stylesheets/core.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 15498, app/assets/stylesheets/core.scss */
  .d-print-none {
    display: none !important;
  }
}

/* avatar-size start */
/* line 15503, app/assets/stylesheets/core.scss */
.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 3.75rem;
}

/* line 15509, app/assets/stylesheets/core.scss */
.avatar-sm {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 5.625rem;
}

/* line 15515, app/assets/stylesheets/core.scss */
.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 7.5rem;
}

/* line 15521, app/assets/stylesheets/core.scss */
.avatar-lg {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 9.375rem;
}

/* line 15527, app/assets/stylesheets/core.scss */
.avatar-xl {
  width: 4.375rem;
  height: 4.375rem;
  font-size: 13.125rem;
}

/* line 15533, app/assets/stylesheets/core.scss */
.avatar-xxl {
  width: 5.625rem;
  height: 5.625rem;
  font-size: 16.875rem;
}

/* avatar-size end */
/* line 15540, app/assets/stylesheets/core.scss */
.icon-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
}

/* line 15546, app/assets/stylesheets/core.scss */
.icon-sm {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}

/* line 15552, app/assets/stylesheets/core.scss */
.icon-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

/* line 15558, app/assets/stylesheets/core.scss */
.icon-lg {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}

/* line 15564, app/assets/stylesheets/core.scss */
.icon-xl {
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
}

/* line 15570, app/assets/stylesheets/core.scss */
.icon-xxl {
  width: 5.625rem;
  height: 5.625rem;
  line-height: 5.625rem;
}

/* line 15576, app/assets/stylesheets/core.scss */
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

/* line 15584, app/assets/stylesheets/core.scss */
.font-12 {
  font-size: 12px;
}

/* line 15588, app/assets/stylesheets/core.scss */
.font-13 {
  font-size: 13px;
}

/* line 15592, app/assets/stylesheets/core.scss */
.font-14 {
  font-size: 14px;
}

/* line 15596, app/assets/stylesheets/core.scss */
.font-15 {
  font-size: 15px;
}

/* line 15600, app/assets/stylesheets/core.scss */
.font-16 {
  font-size: 16px;
}

/* line 15604, app/assets/stylesheets/core.scss */
.font-17 {
  font-size: 17px;
}

/* line 15608, app/assets/stylesheets/core.scss */
.font-18 {
  font-size: 18px;
}

/* line 15612, app/assets/stylesheets/core.scss */
.font-19 {
  font-size: 19px;
}

/* line 15616, app/assets/stylesheets/core.scss */
.font-20 {
  font-size: 20px;
}

/* line 15620, app/assets/stylesheets/core.scss */
.font-21 {
  font-size: 21px;
}

/* line 15624, app/assets/stylesheets/core.scss */
.font-22 {
  font-size: 22px;
}

/* line 15628, app/assets/stylesheets/core.scss */
.font-23 {
  font-size: 23px;
}

/* line 15632, app/assets/stylesheets/core.scss */
.font-24 {
  font-size: 24px;
}

/* line 15636, app/assets/stylesheets/core.scss */
.font-25 {
  font-size: 25px;
}

/* line 15640, app/assets/stylesheets/core.scss */
.font-26 {
  font-size: 26px;
}

/* line 15644, app/assets/stylesheets/core.scss */
.font-27 {
  font-size: 27px;
}

/* line 15648, app/assets/stylesheets/core.scss */
.font-28 {
  font-size: 28px;
}

/* line 15652, app/assets/stylesheets/core.scss */
.font-29 {
  font-size: 29px;
}

/* line 15656, app/assets/stylesheets/core.scss */
.font-30 {
  font-size: 30px;
}

/* line 15660, app/assets/stylesheets/core.scss */
.font-31 {
  font-size: 31px;
}

/* line 15664, app/assets/stylesheets/core.scss */
.font-32 {
  font-size: 32px;
}

/* line 15668, app/assets/stylesheets/core.scss */
.font-33 {
  font-size: 33px;
}

/* line 15672, app/assets/stylesheets/core.scss */
.font-34 {
  font-size: 34px;
}

/* line 15676, app/assets/stylesheets/core.scss */
.font-35 {
  font-size: 35px;
}

/* line 15680, app/assets/stylesheets/core.scss */
.font-36 {
  font-size: 36px;
}

/* line 15684, app/assets/stylesheets/core.scss */
.font-37 {
  font-size: 37px;
}

/* line 15688, app/assets/stylesheets/core.scss */
.font-38 {
  font-size: 38px;
}

/* line 15692, app/assets/stylesheets/core.scss */
.font-39 {
  font-size: 39px;
}

/* line 15696, app/assets/stylesheets/core.scss */
.font-40 {
  font-size: 40px;
}

/* line 15700, app/assets/stylesheets/core.scss */
.font-41 {
  font-size: 41px;
}

/* line 15704, app/assets/stylesheets/core.scss */
.font-42 {
  font-size: 42px;
}

/* line 15708, app/assets/stylesheets/core.scss */
.font-43 {
  font-size: 43px;
}

/* line 15712, app/assets/stylesheets/core.scss */
.font-44 {
  font-size: 44px;
}

/* line 15716, app/assets/stylesheets/core.scss */
.font-45 {
  font-size: 45px;
}

/* line 15720, app/assets/stylesheets/core.scss */
.font-46 {
  font-size: 46px;
}

/* line 15724, app/assets/stylesheets/core.scss */
.font-47 {
  font-size: 47px;
}

/* line 15728, app/assets/stylesheets/core.scss */
.font-48 {
  font-size: 48px;
}

/* line 15732, app/assets/stylesheets/core.scss */
.font-dm-serif {
  font-family: "DM Serif Display", "sans-serif;";
}

/* line 15736, app/assets/stylesheets/core.scss */
.text-inherit {
  color: inherit;
}

/* line 15739, app/assets/stylesheets/core.scss */
.text-inherit:hover {
  color: #1c2232 !important;
}

/* line 15743, app/assets/stylesheets/core.scss */
.text-reset:hover {
  color: #1c2232 !important;
}

/* line 15747, app/assets/stylesheets/core.scss */
.text-bottom-line {
  position: relative;
}

/* line 15750, 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 15763, app/assets/stylesheets/core.scss */
.grayscale {
  filter: grayscale(100%);
  opacity: 0.5;
}

/* line 15768, app/assets/stylesheets/core.scss */
.color-white-filter {
  filter: brightness(0) invert(1);
}

/* line 15772, app/assets/stylesheets/core.scss */
.color-dark-filter {
  filter: brightness(1) invert(0);
}

/* line 15776, app/assets/stylesheets/core.scss */
.bg-cover {
  background: no-repeat center center/cover;
}

/* line 15780, 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 15791, app/assets/stylesheets/core.scss */
.img-zoom {
  border-radius: 0.25rem;
  overflow: hidden;
}

/* line 15795, app/assets/stylesheets/core.scss */
.img-zoom img {
  transition: transform 0.5s ease;
}

/* line 15798, app/assets/stylesheets/core.scss */
.img-zoom img:hover {
  transform: scale(1.1);
}

/* line 15802, app/assets/stylesheets/core.scss */
.status {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 10px;
}

/* line 15809, 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 15816, 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 15826, 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 15960, 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 16013, app/assets/stylesheets/core.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 16020, app/assets/stylesheets/core.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 16025, 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 16038, app/assets/stylesheets/core.scss */
hr {
  margin: 1rem 0;
  color: #aaa8b3;
  border: 0;
  border-top: var(--border-width) solid;
  opacity: 0.25;
}

/* line 16046, 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 16054, app/assets/stylesheets/core.scss */
h1, .h1 {
  font-size: calc(1.3875rem + 1.65vw);
}

@media (min-width: 1200px) {
  /* line 16058, app/assets/stylesheets/core.scss */
  h1, .h1 {
    font-size: 2.625rem;
  }
}

/* line 16063, app/assets/stylesheets/core.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 16067, app/assets/stylesheets/core.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 16072, app/assets/stylesheets/core.scss */
h3, .h3 {
  font-size: calc(1.2875rem + 0.45vw);
}

@media (min-width: 1200px) {
  /* line 16076, app/assets/stylesheets/core.scss */
  h3, .h3 {
    font-size: 1.625rem;
  }
}

/* line 16081, app/assets/stylesheets/core.scss */
h4, .h4 {
  font-size: 1.25rem;
}

/* line 16085, app/assets/stylesheets/core.scss */
h5, .h5 {
  font-size: 1rem;
}

/* line 16089, app/assets/stylesheets/core.scss */
h6, .h6 {
  font-size: 0.875rem;
}

/* line 16093, app/assets/stylesheets/core.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 16098, 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 16106, app/assets/stylesheets/core.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 16112, app/assets/stylesheets/core.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 16117, app/assets/stylesheets/core.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 16124, app/assets/stylesheets/core.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 16131, app/assets/stylesheets/core.scss */
dt {
  font-weight: 700;
}

/* line 16135, app/assets/stylesheets/core.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 16140, app/assets/stylesheets/core.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 16144, app/assets/stylesheets/core.scss */
b,
strong {
  font-weight: bolder;
}

/* line 16149, app/assets/stylesheets/core.scss */
small, .small {
  font-size: 0.875em;
}

/* line 16153, app/assets/stylesheets/core.scss */
mark, .mark {
  padding: 0.1875em;
  background-color: var(--highlight-bg);
}

/* line 16158, app/assets/stylesheets/core.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 16166, app/assets/stylesheets/core.scss */
sub {
  bottom: -0.25em;
}

/* line 16170, app/assets/stylesheets/core.scss */
sup {
  top: -0.5em;
}

/* line 16174, app/assets/stylesheets/core.scss */
a {
  color: rgba(var(--link-color-rgb), var(--link-opacity, 1));
  text-decoration: none;
}

/* line 16178, app/assets/stylesheets/core.scss */
a:hover {
  --link-color-rgb: var(--link-hover-color-rgb);
}

/* line 16182, app/assets/stylesheets/core.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 16187, app/assets/stylesheets/core.scss */
pre,
code,
kbd,
samp {
  font-family: var(--font-monospace);
  font-size: 1em;
}

/* line 16195, app/assets/stylesheets/core.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 16202, app/assets/stylesheets/core.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 16208, app/assets/stylesheets/core.scss */
code {
  font-size: 0.875em;
  color: var(--code-color);
  word-wrap: break-word;
}

/* line 16213, app/assets/stylesheets/core.scss */
a > code {
  color: inherit;
}

/* line 16217, 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 16224, app/assets/stylesheets/core.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 16229, app/assets/stylesheets/core.scss */
figure {
  margin: 0 0 1rem;
}

/* line 16233, app/assets/stylesheets/core.scss */
img,
svg {
  vertical-align: middle;
}

/* line 16238, app/assets/stylesheets/core.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 16243, app/assets/stylesheets/core.scss */
caption {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  color: var(--secondary-color);
  text-align: left;
}

/* line 16250, app/assets/stylesheets/core.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 16255, app/assets/stylesheets/core.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 16266, app/assets/stylesheets/core.scss */
label {
  display: inline-block;
}

/* line 16270, app/assets/stylesheets/core.scss */
button {
  border-radius: 0;
}

/* line 16274, app/assets/stylesheets/core.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 16278, app/assets/stylesheets/core.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 16289, app/assets/stylesheets/core.scss */
button,
select {
  text-transform: none;
}

/* line 16294, app/assets/stylesheets/core.scss */
[role=button] {
  cursor: pointer;
}

/* line 16298, app/assets/stylesheets/core.scss */
select {
  word-wrap: normal;
}

/* line 16301, app/assets/stylesheets/core.scss */
select:disabled {
  opacity: 1;
}

/* line 16305, 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 16309, app/assets/stylesheets/core.scss */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* line 16315, app/assets/stylesheets/core.scss */
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

/* line 16322, app/assets/stylesheets/core.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 16327, app/assets/stylesheets/core.scss */
textarea {
  resize: vertical;
}

/* line 16331, app/assets/stylesheets/core.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 16338, 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 16347, app/assets/stylesheets/core.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 16351, app/assets/stylesheets/core.scss */
legend + * {
  clear: left;
}

/* line 16355, 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 16365, app/assets/stylesheets/core.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 16369, 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 16382, app/assets/stylesheets/core.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 16386, app/assets/stylesheets/core.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 16390, app/assets/stylesheets/core.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 16395, app/assets/stylesheets/core.scss */
output {
  display: inline-block;
}

/* line 16399, app/assets/stylesheets/core.scss */
iframe {
  border: 0;
}

/* line 16403, app/assets/stylesheets/core.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 16408, app/assets/stylesheets/core.scss */
progress {
  vertical-align: baseline;
}

/* line 16412, app/assets/stylesheets/core.scss */
[hidden] {
  display: none !important;
}

/* line 16416, app/assets/stylesheets/core.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 500;
}

/* line 16421, app/assets/stylesheets/core.scss */
.display-0 {
  font-size: calc(1.625rem + 5vw);
  font-weight: 300;
  line-height: 1.3;
}

/* line 16427, app/assets/stylesheets/core.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.3;
}

/* line 16433, 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 16439, app/assets/stylesheets/core.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 16444, 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 16450, app/assets/stylesheets/core.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 16455, 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 16461, app/assets/stylesheets/core.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 16466, 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 16472, app/assets/stylesheets/core.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 16477, 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 16483, app/assets/stylesheets/core.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 16488, app/assets/stylesheets/core.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 16493, app/assets/stylesheets/core.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 16498, app/assets/stylesheets/core.scss */
.list-inline-item {
  display: inline-block;
}

/* line 16501, app/assets/stylesheets/core.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 16505, app/assets/stylesheets/core.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 16510, app/assets/stylesheets/core.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 16514, app/assets/stylesheets/core.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 16518, app/assets/stylesheets/core.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6f6985;
}

/* line 16524, app/assets/stylesheets/core.scss */
.blockquote-footer::before {
  content: "— ";
}

/* line 16528, app/assets/stylesheets/core.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 16533, 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 16542, app/assets/stylesheets/core.scss */
.figure {
  display: inline-block;
}

/* line 16546, app/assets/stylesheets/core.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 16551, app/assets/stylesheets/core.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--secondary-color);
}

/* line 16556, 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 16573, app/assets/stylesheets/core.scss */
  .container-sm, .container {
    max-width: 486px;
  }
}

@media (min-width: 768px) {
  /* line 16578, app/assets/stylesheets/core.scss */
  .container-md, .container-sm, .container {
    max-width: 648px;
  }
}

@media (min-width: 992px) {
  /* line 16583, app/assets/stylesheets/core.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 864px;
  }
}

@media (min-width: 1200px) {
  /* line 16588, app/assets/stylesheets/core.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1026px;
  }
}

@media (min-width: 1400px) {
  /* line 16593, app/assets/stylesheets/core.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1188px;
  }
}

/* line 16597, 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 16606, 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 16615, 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 16624, app/assets/stylesheets/core.scss */
.col {
  flex: 1 0 0%;
}

/* line 16628, app/assets/stylesheets/core.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 16633, app/assets/stylesheets/core.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 16638, app/assets/stylesheets/core.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 16643, app/assets/stylesheets/core.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 16648, app/assets/stylesheets/core.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 16653, app/assets/stylesheets/core.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 16658, app/assets/stylesheets/core.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 16663, app/assets/stylesheets/core.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 16668, app/assets/stylesheets/core.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 16673, app/assets/stylesheets/core.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 16678, app/assets/stylesheets/core.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 16683, app/assets/stylesheets/core.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 16688, app/assets/stylesheets/core.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 16693, app/assets/stylesheets/core.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 16698, app/assets/stylesheets/core.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 16703, app/assets/stylesheets/core.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 16708, app/assets/stylesheets/core.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 16713, app/assets/stylesheets/core.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 16718, app/assets/stylesheets/core.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 16723, app/assets/stylesheets/core.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 16728, app/assets/stylesheets/core.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 16732, app/assets/stylesheets/core.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 16736, app/assets/stylesheets/core.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 16740, app/assets/stylesheets/core.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 16744, app/assets/stylesheets/core.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 16748, app/assets/stylesheets/core.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 16752, app/assets/stylesheets/core.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 16756, app/assets/stylesheets/core.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 16760, app/assets/stylesheets/core.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 16764, app/assets/stylesheets/core.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 16768, app/assets/stylesheets/core.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 16772, app/assets/stylesheets/core.scss */
.g-0,
.gx-0 {
  --gutter-x: 0;
}

/* line 16777, app/assets/stylesheets/core.scss */
.g-0,
.gy-0 {
  --gutter-y: 0;
}

/* line 16782, app/assets/stylesheets/core.scss */
.g-1,
.gx-1 {
  --gutter-x: 0.25rem;
}

/* line 16787, app/assets/stylesheets/core.scss */
.g-1,
.gy-1 {
  --gutter-y: 0.25rem;
}

/* line 16792, app/assets/stylesheets/core.scss */
.g-2,
.gx-2 {
  --gutter-x: 0.5rem;
}

/* line 16797, app/assets/stylesheets/core.scss */
.g-2,
.gy-2 {
  --gutter-y: 0.5rem;
}

/* line 16802, app/assets/stylesheets/core.scss */
.g-3,
.gx-3 {
  --gutter-x: 1rem;
}

/* line 16807, app/assets/stylesheets/core.scss */
.g-3,
.gy-3 {
  --gutter-y: 1rem;
}

/* line 16812, app/assets/stylesheets/core.scss */
.g-4,
.gx-4 {
  --gutter-x: 1.5rem;
}

/* line 16817, app/assets/stylesheets/core.scss */
.g-4,
.gy-4 {
  --gutter-y: 1.5rem;
}

/* line 16822, app/assets/stylesheets/core.scss */
.g-5,
.gx-5 {
  --gutter-x: 2rem;
}

/* line 16827, app/assets/stylesheets/core.scss */
.g-5,
.gy-5 {
  --gutter-y: 2rem;
}

/* line 16832, app/assets/stylesheets/core.scss */
.g-6,
.gx-6 {
  --gutter-x: 2.5rem;
}

/* line 16837, app/assets/stylesheets/core.scss */
.g-6,
.gy-6 {
  --gutter-y: 2.5rem;
}

/* line 16842, app/assets/stylesheets/core.scss */
.g-7,
.gx-7 {
  --gutter-x: 3rem;
}

/* line 16847, app/assets/stylesheets/core.scss */
.g-7,
.gy-7 {
  --gutter-y: 3rem;
}

/* line 16852, app/assets/stylesheets/core.scss */
.g-8,
.gx-8 {
  --gutter-x: 3.5rem;
}

/* line 16857, app/assets/stylesheets/core.scss */
.g-8,
.gy-8 {
  --gutter-y: 3.5rem;
}

/* line 16862, app/assets/stylesheets/core.scss */
.g-9,
.gx-9 {
  --gutter-x: 4rem;
}

/* line 16867, app/assets/stylesheets/core.scss */
.g-9,
.gy-9 {
  --gutter-y: 4rem;
}

/* line 16872, app/assets/stylesheets/core.scss */
.g-10,
.gx-10 {
  --gutter-x: 4.5rem;
}

/* line 16877, app/assets/stylesheets/core.scss */
.g-10,
.gy-10 {
  --gutter-y: 4.5rem;
}

/* line 16882, app/assets/stylesheets/core.scss */
.g-11,
.gx-11 {
  --gutter-x: 5rem;
}

/* line 16887, app/assets/stylesheets/core.scss */
.g-11,
.gy-11 {
  --gutter-y: 5rem;
}

/* line 16892, app/assets/stylesheets/core.scss */
.g-12,
.gx-12 {
  --gutter-x: 5.5rem;
}

/* line 16897, app/assets/stylesheets/core.scss */
.g-12,
.gy-12 {
  --gutter-y: 5.5rem;
}

/* line 16902, app/assets/stylesheets/core.scss */
.g-13,
.gx-13 {
  --gutter-x: 6rem;
}

/* line 16907, app/assets/stylesheets/core.scss */
.g-13,
.gy-13 {
  --gutter-y: 6rem;
}

/* line 16912, app/assets/stylesheets/core.scss */
.g-14,
.gx-14 {
  --gutter-x: 6.5rem;
}

/* line 16917, app/assets/stylesheets/core.scss */
.g-14,
.gy-14 {
  --gutter-y: 6.5rem;
}

/* line 16922, app/assets/stylesheets/core.scss */
.g-15,
.gx-15 {
  --gutter-x: 7rem;
}

/* line 16927, app/assets/stylesheets/core.scss */
.g-15,
.gy-15 {
  --gutter-y: 7rem;
}

/* line 16932, app/assets/stylesheets/core.scss */
.g-16,
.gx-16 {
  --gutter-x: 7.5rem;
}

/* line 16937, app/assets/stylesheets/core.scss */
.g-16,
.gy-16 {
  --gutter-y: 7.5rem;
}

/* line 16942, app/assets/stylesheets/core.scss */
.g-17,
.gx-17 {
  --gutter-x: 8rem;
}

/* line 16947, app/assets/stylesheets/core.scss */
.g-17,
.gy-17 {
  --gutter-y: 8rem;
}

/* line 16952, app/assets/stylesheets/core.scss */
.g-18,
.gx-18 {
  --gutter-x: 10rem;
}

/* line 16957, app/assets/stylesheets/core.scss */
.g-18,
.gy-18 {
  --gutter-y: 10rem;
}

/* line 16962, app/assets/stylesheets/core.scss */
.g-19,
.gx-19 {
  --gutter-x: 12rem;
}

/* line 16967, app/assets/stylesheets/core.scss */
.g-19,
.gy-19 {
  --gutter-y: 12rem;
}

/* line 16972, app/assets/stylesheets/core.scss */
.g-20,
.gx-20 {
  --gutter-x: 14rem;
}

/* line 16977, app/assets/stylesheets/core.scss */
.g-20,
.gy-20 {
  --gutter-y: 14rem;
}

/* line 16982, app/assets/stylesheets/core.scss */
.g-21,
.gx-21 {
  --gutter-x: 18.5rem;
}

/* line 16987, app/assets/stylesheets/core.scss */
.g-21,
.gy-21 {
  --gutter-y: 18.5rem;
}

/* line 16992, app/assets/stylesheets/core.scss */
.g-22,
.gx-22 {
  --gutter-x: 22rem;
}

/* line 16997, app/assets/stylesheets/core.scss */
.g-22,
.gy-22 {
  --gutter-y: 22rem;
}

/* line 17002, app/assets/stylesheets/core.scss */
.g-23,
.gx-23 {
  --gutter-x: 35rem;
}

/* line 17007, app/assets/stylesheets/core.scss */
.g-23,
.gy-23 {
  --gutter-y: 35rem;
}

/* line 17012, app/assets/stylesheets/core.scss */
.g-24,
.gx-24 {
  --gutter-x: 40rem;
}

/* line 17017, app/assets/stylesheets/core.scss */
.g-24,
.gy-24 {
  --gutter-y: 40rem;
}

@media (min-width: 576px) {
  /* line 17023, app/assets/stylesheets/core.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 17026, app/assets/stylesheets/core.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17030, app/assets/stylesheets/core.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17034, app/assets/stylesheets/core.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17038, app/assets/stylesheets/core.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 17042, app/assets/stylesheets/core.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17046, app/assets/stylesheets/core.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 17050, app/assets/stylesheets/core.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 17054, app/assets/stylesheets/core.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17058, app/assets/stylesheets/core.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 17062, app/assets/stylesheets/core.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 17066, app/assets/stylesheets/core.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17070, app/assets/stylesheets/core.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 17074, app/assets/stylesheets/core.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 17078, app/assets/stylesheets/core.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17082, app/assets/stylesheets/core.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 17086, app/assets/stylesheets/core.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 17090, app/assets/stylesheets/core.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 17094, app/assets/stylesheets/core.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 17098, app/assets/stylesheets/core.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 17102, app/assets/stylesheets/core.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17106, app/assets/stylesheets/core.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 17109, app/assets/stylesheets/core.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 17112, app/assets/stylesheets/core.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 17115, app/assets/stylesheets/core.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 17118, app/assets/stylesheets/core.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 17121, app/assets/stylesheets/core.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 17124, app/assets/stylesheets/core.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 17127, app/assets/stylesheets/core.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 17130, app/assets/stylesheets/core.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 17133, app/assets/stylesheets/core.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 17136, app/assets/stylesheets/core.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 17139, app/assets/stylesheets/core.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 17142, app/assets/stylesheets/core.scss */
  .g-sm-0,
.gx-sm-0 {
    --gutter-x: 0;
  }
  /* line 17146, app/assets/stylesheets/core.scss */
  .g-sm-0,
.gy-sm-0 {
    --gutter-y: 0;
  }
  /* line 17150, app/assets/stylesheets/core.scss */
  .g-sm-1,
.gx-sm-1 {
    --gutter-x: 0.25rem;
  }
  /* line 17154, app/assets/stylesheets/core.scss */
  .g-sm-1,
.gy-sm-1 {
    --gutter-y: 0.25rem;
  }
  /* line 17158, app/assets/stylesheets/core.scss */
  .g-sm-2,
.gx-sm-2 {
    --gutter-x: 0.5rem;
  }
  /* line 17162, app/assets/stylesheets/core.scss */
  .g-sm-2,
.gy-sm-2 {
    --gutter-y: 0.5rem;
  }
  /* line 17166, app/assets/stylesheets/core.scss */
  .g-sm-3,
.gx-sm-3 {
    --gutter-x: 1rem;
  }
  /* line 17170, app/assets/stylesheets/core.scss */
  .g-sm-3,
.gy-sm-3 {
    --gutter-y: 1rem;
  }
  /* line 17174, app/assets/stylesheets/core.scss */
  .g-sm-4,
.gx-sm-4 {
    --gutter-x: 1.5rem;
  }
  /* line 17178, app/assets/stylesheets/core.scss */
  .g-sm-4,
.gy-sm-4 {
    --gutter-y: 1.5rem;
  }
  /* line 17182, app/assets/stylesheets/core.scss */
  .g-sm-5,
.gx-sm-5 {
    --gutter-x: 2rem;
  }
  /* line 17186, app/assets/stylesheets/core.scss */
  .g-sm-5,
.gy-sm-5 {
    --gutter-y: 2rem;
  }
  /* line 17190, app/assets/stylesheets/core.scss */
  .g-sm-6,
.gx-sm-6 {
    --gutter-x: 2.5rem;
  }
  /* line 17194, app/assets/stylesheets/core.scss */
  .g-sm-6,
.gy-sm-6 {
    --gutter-y: 2.5rem;
  }
  /* line 17198, app/assets/stylesheets/core.scss */
  .g-sm-7,
.gx-sm-7 {
    --gutter-x: 3rem;
  }
  /* line 17202, app/assets/stylesheets/core.scss */
  .g-sm-7,
.gy-sm-7 {
    --gutter-y: 3rem;
  }
  /* line 17206, app/assets/stylesheets/core.scss */
  .g-sm-8,
.gx-sm-8 {
    --gutter-x: 3.5rem;
  }
  /* line 17210, app/assets/stylesheets/core.scss */
  .g-sm-8,
.gy-sm-8 {
    --gutter-y: 3.5rem;
  }
  /* line 17214, app/assets/stylesheets/core.scss */
  .g-sm-9,
.gx-sm-9 {
    --gutter-x: 4rem;
  }
  /* line 17218, app/assets/stylesheets/core.scss */
  .g-sm-9,
.gy-sm-9 {
    --gutter-y: 4rem;
  }
  /* line 17222, app/assets/stylesheets/core.scss */
  .g-sm-10,
.gx-sm-10 {
    --gutter-x: 4.5rem;
  }
  /* line 17226, app/assets/stylesheets/core.scss */
  .g-sm-10,
.gy-sm-10 {
    --gutter-y: 4.5rem;
  }
  /* line 17230, app/assets/stylesheets/core.scss */
  .g-sm-11,
.gx-sm-11 {
    --gutter-x: 5rem;
  }
  /* line 17234, app/assets/stylesheets/core.scss */
  .g-sm-11,
.gy-sm-11 {
    --gutter-y: 5rem;
  }
  /* line 17238, app/assets/stylesheets/core.scss */
  .g-sm-12,
.gx-sm-12 {
    --gutter-x: 5.5rem;
  }
  /* line 17242, app/assets/stylesheets/core.scss */
  .g-sm-12,
.gy-sm-12 {
    --gutter-y: 5.5rem;
  }
  /* line 17246, app/assets/stylesheets/core.scss */
  .g-sm-13,
.gx-sm-13 {
    --gutter-x: 6rem;
  }
  /* line 17250, app/assets/stylesheets/core.scss */
  .g-sm-13,
.gy-sm-13 {
    --gutter-y: 6rem;
  }
  /* line 17254, app/assets/stylesheets/core.scss */
  .g-sm-14,
.gx-sm-14 {
    --gutter-x: 6.5rem;
  }
  /* line 17258, app/assets/stylesheets/core.scss */
  .g-sm-14,
.gy-sm-14 {
    --gutter-y: 6.5rem;
  }
  /* line 17262, app/assets/stylesheets/core.scss */
  .g-sm-15,
.gx-sm-15 {
    --gutter-x: 7rem;
  }
  /* line 17266, app/assets/stylesheets/core.scss */
  .g-sm-15,
.gy-sm-15 {
    --gutter-y: 7rem;
  }
  /* line 17270, app/assets/stylesheets/core.scss */
  .g-sm-16,
.gx-sm-16 {
    --gutter-x: 7.5rem;
  }
  /* line 17274, app/assets/stylesheets/core.scss */
  .g-sm-16,
.gy-sm-16 {
    --gutter-y: 7.5rem;
  }
  /* line 17278, app/assets/stylesheets/core.scss */
  .g-sm-17,
.gx-sm-17 {
    --gutter-x: 8rem;
  }
  /* line 17282, app/assets/stylesheets/core.scss */
  .g-sm-17,
.gy-sm-17 {
    --gutter-y: 8rem;
  }
  /* line 17286, app/assets/stylesheets/core.scss */
  .g-sm-18,
.gx-sm-18 {
    --gutter-x: 10rem;
  }
  /* line 17290, app/assets/stylesheets/core.scss */
  .g-sm-18,
.gy-sm-18 {
    --gutter-y: 10rem;
  }
  /* line 17294, app/assets/stylesheets/core.scss */
  .g-sm-19,
.gx-sm-19 {
    --gutter-x: 12rem;
  }
  /* line 17298, app/assets/stylesheets/core.scss */
  .g-sm-19,
.gy-sm-19 {
    --gutter-y: 12rem;
  }
  /* line 17302, app/assets/stylesheets/core.scss */
  .g-sm-20,
.gx-sm-20 {
    --gutter-x: 14rem;
  }
  /* line 17306, app/assets/stylesheets/core.scss */
  .g-sm-20,
.gy-sm-20 {
    --gutter-y: 14rem;
  }
  /* line 17310, app/assets/stylesheets/core.scss */
  .g-sm-21,
.gx-sm-21 {
    --gutter-x: 18.5rem;
  }
  /* line 17314, app/assets/stylesheets/core.scss */
  .g-sm-21,
.gy-sm-21 {
    --gutter-y: 18.5rem;
  }
  /* line 17318, app/assets/stylesheets/core.scss */
  .g-sm-22,
.gx-sm-22 {
    --gutter-x: 22rem;
  }
  /* line 17322, app/assets/stylesheets/core.scss */
  .g-sm-22,
.gy-sm-22 {
    --gutter-y: 22rem;
  }
  /* line 17326, app/assets/stylesheets/core.scss */
  .g-sm-23,
.gx-sm-23 {
    --gutter-x: 35rem;
  }
  /* line 17330, app/assets/stylesheets/core.scss */
  .g-sm-23,
.gy-sm-23 {
    --gutter-y: 35rem;
  }
  /* line 17334, app/assets/stylesheets/core.scss */
  .g-sm-24,
.gx-sm-24 {
    --gutter-x: 40rem;
  }
  /* line 17338, app/assets/stylesheets/core.scss */
  .g-sm-24,
.gy-sm-24 {
    --gutter-y: 40rem;
  }
}

@media (min-width: 768px) {
  /* line 17344, app/assets/stylesheets/core.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 17347, app/assets/stylesheets/core.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17351, app/assets/stylesheets/core.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17355, app/assets/stylesheets/core.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17359, app/assets/stylesheets/core.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 17363, app/assets/stylesheets/core.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17367, app/assets/stylesheets/core.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 17371, app/assets/stylesheets/core.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 17375, app/assets/stylesheets/core.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17379, app/assets/stylesheets/core.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 17383, app/assets/stylesheets/core.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 17387, app/assets/stylesheets/core.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17391, app/assets/stylesheets/core.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 17395, app/assets/stylesheets/core.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 17399, app/assets/stylesheets/core.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17403, app/assets/stylesheets/core.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 17407, app/assets/stylesheets/core.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 17411, app/assets/stylesheets/core.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 17415, app/assets/stylesheets/core.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 17419, app/assets/stylesheets/core.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 17423, app/assets/stylesheets/core.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17427, app/assets/stylesheets/core.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 17430, app/assets/stylesheets/core.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 17433, app/assets/stylesheets/core.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 17436, app/assets/stylesheets/core.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 17439, app/assets/stylesheets/core.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 17442, app/assets/stylesheets/core.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 17445, app/assets/stylesheets/core.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 17448, app/assets/stylesheets/core.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 17451, app/assets/stylesheets/core.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 17454, app/assets/stylesheets/core.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 17457, app/assets/stylesheets/core.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 17460, app/assets/stylesheets/core.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 17463, app/assets/stylesheets/core.scss */
  .g-md-0,
.gx-md-0 {
    --gutter-x: 0;
  }
  /* line 17467, app/assets/stylesheets/core.scss */
  .g-md-0,
.gy-md-0 {
    --gutter-y: 0;
  }
  /* line 17471, app/assets/stylesheets/core.scss */
  .g-md-1,
.gx-md-1 {
    --gutter-x: 0.25rem;
  }
  /* line 17475, app/assets/stylesheets/core.scss */
  .g-md-1,
.gy-md-1 {
    --gutter-y: 0.25rem;
  }
  /* line 17479, app/assets/stylesheets/core.scss */
  .g-md-2,
.gx-md-2 {
    --gutter-x: 0.5rem;
  }
  /* line 17483, app/assets/stylesheets/core.scss */
  .g-md-2,
.gy-md-2 {
    --gutter-y: 0.5rem;
  }
  /* line 17487, app/assets/stylesheets/core.scss */
  .g-md-3,
.gx-md-3 {
    --gutter-x: 1rem;
  }
  /* line 17491, app/assets/stylesheets/core.scss */
  .g-md-3,
.gy-md-3 {
    --gutter-y: 1rem;
  }
  /* line 17495, app/assets/stylesheets/core.scss */
  .g-md-4,
.gx-md-4 {
    --gutter-x: 1.5rem;
  }
  /* line 17499, app/assets/stylesheets/core.scss */
  .g-md-4,
.gy-md-4 {
    --gutter-y: 1.5rem;
  }
  /* line 17503, app/assets/stylesheets/core.scss */
  .g-md-5,
.gx-md-5 {
    --gutter-x: 2rem;
  }
  /* line 17507, app/assets/stylesheets/core.scss */
  .g-md-5,
.gy-md-5 {
    --gutter-y: 2rem;
  }
  /* line 17511, app/assets/stylesheets/core.scss */
  .g-md-6,
.gx-md-6 {
    --gutter-x: 2.5rem;
  }
  /* line 17515, app/assets/stylesheets/core.scss */
  .g-md-6,
.gy-md-6 {
    --gutter-y: 2.5rem;
  }
  /* line 17519, app/assets/stylesheets/core.scss */
  .g-md-7,
.gx-md-7 {
    --gutter-x: 3rem;
  }
  /* line 17523, app/assets/stylesheets/core.scss */
  .g-md-7,
.gy-md-7 {
    --gutter-y: 3rem;
  }
  /* line 17527, app/assets/stylesheets/core.scss */
  .g-md-8,
.gx-md-8 {
    --gutter-x: 3.5rem;
  }
  /* line 17531, app/assets/stylesheets/core.scss */
  .g-md-8,
.gy-md-8 {
    --gutter-y: 3.5rem;
  }
  /* line 17535, app/assets/stylesheets/core.scss */
  .g-md-9,
.gx-md-9 {
    --gutter-x: 4rem;
  }
  /* line 17539, app/assets/stylesheets/core.scss */
  .g-md-9,
.gy-md-9 {
    --gutter-y: 4rem;
  }
  /* line 17543, app/assets/stylesheets/core.scss */
  .g-md-10,
.gx-md-10 {
    --gutter-x: 4.5rem;
  }
  /* line 17547, app/assets/stylesheets/core.scss */
  .g-md-10,
.gy-md-10 {
    --gutter-y: 4.5rem;
  }
  /* line 17551, app/assets/stylesheets/core.scss */
  .g-md-11,
.gx-md-11 {
    --gutter-x: 5rem;
  }
  /* line 17555, app/assets/stylesheets/core.scss */
  .g-md-11,
.gy-md-11 {
    --gutter-y: 5rem;
  }
  /* line 17559, app/assets/stylesheets/core.scss */
  .g-md-12,
.gx-md-12 {
    --gutter-x: 5.5rem;
  }
  /* line 17563, app/assets/stylesheets/core.scss */
  .g-md-12,
.gy-md-12 {
    --gutter-y: 5.5rem;
  }
  /* line 17567, app/assets/stylesheets/core.scss */
  .g-md-13,
.gx-md-13 {
    --gutter-x: 6rem;
  }
  /* line 17571, app/assets/stylesheets/core.scss */
  .g-md-13,
.gy-md-13 {
    --gutter-y: 6rem;
  }
  /* line 17575, app/assets/stylesheets/core.scss */
  .g-md-14,
.gx-md-14 {
    --gutter-x: 6.5rem;
  }
  /* line 17579, app/assets/stylesheets/core.scss */
  .g-md-14,
.gy-md-14 {
    --gutter-y: 6.5rem;
  }
  /* line 17583, app/assets/stylesheets/core.scss */
  .g-md-15,
.gx-md-15 {
    --gutter-x: 7rem;
  }
  /* line 17587, app/assets/stylesheets/core.scss */
  .g-md-15,
.gy-md-15 {
    --gutter-y: 7rem;
  }
  /* line 17591, app/assets/stylesheets/core.scss */
  .g-md-16,
.gx-md-16 {
    --gutter-x: 7.5rem;
  }
  /* line 17595, app/assets/stylesheets/core.scss */
  .g-md-16,
.gy-md-16 {
    --gutter-y: 7.5rem;
  }
  /* line 17599, app/assets/stylesheets/core.scss */
  .g-md-17,
.gx-md-17 {
    --gutter-x: 8rem;
  }
  /* line 17603, app/assets/stylesheets/core.scss */
  .g-md-17,
.gy-md-17 {
    --gutter-y: 8rem;
  }
  /* line 17607, app/assets/stylesheets/core.scss */
  .g-md-18,
.gx-md-18 {
    --gutter-x: 10rem;
  }
  /* line 17611, app/assets/stylesheets/core.scss */
  .g-md-18,
.gy-md-18 {
    --gutter-y: 10rem;
  }
  /* line 17615, app/assets/stylesheets/core.scss */
  .g-md-19,
.gx-md-19 {
    --gutter-x: 12rem;
  }
  /* line 17619, app/assets/stylesheets/core.scss */
  .g-md-19,
.gy-md-19 {
    --gutter-y: 12rem;
  }
  /* line 17623, app/assets/stylesheets/core.scss */
  .g-md-20,
.gx-md-20 {
    --gutter-x: 14rem;
  }
  /* line 17627, app/assets/stylesheets/core.scss */
  .g-md-20,
.gy-md-20 {
    --gutter-y: 14rem;
  }
  /* line 17631, app/assets/stylesheets/core.scss */
  .g-md-21,
.gx-md-21 {
    --gutter-x: 18.5rem;
  }
  /* line 17635, app/assets/stylesheets/core.scss */
  .g-md-21,
.gy-md-21 {
    --gutter-y: 18.5rem;
  }
  /* line 17639, app/assets/stylesheets/core.scss */
  .g-md-22,
.gx-md-22 {
    --gutter-x: 22rem;
  }
  /* line 17643, app/assets/stylesheets/core.scss */
  .g-md-22,
.gy-md-22 {
    --gutter-y: 22rem;
  }
  /* line 17647, app/assets/stylesheets/core.scss */
  .g-md-23,
.gx-md-23 {
    --gutter-x: 35rem;
  }
  /* line 17651, app/assets/stylesheets/core.scss */
  .g-md-23,
.gy-md-23 {
    --gutter-y: 35rem;
  }
  /* line 17655, app/assets/stylesheets/core.scss */
  .g-md-24,
.gx-md-24 {
    --gutter-x: 40rem;
  }
  /* line 17659, app/assets/stylesheets/core.scss */
  .g-md-24,
.gy-md-24 {
    --gutter-y: 40rem;
  }
}

@media (min-width: 992px) {
  /* line 17665, app/assets/stylesheets/core.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 17668, app/assets/stylesheets/core.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17672, app/assets/stylesheets/core.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17676, app/assets/stylesheets/core.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17680, app/assets/stylesheets/core.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 17684, app/assets/stylesheets/core.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17688, app/assets/stylesheets/core.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 17692, app/assets/stylesheets/core.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 17696, app/assets/stylesheets/core.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17700, app/assets/stylesheets/core.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 17704, app/assets/stylesheets/core.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 17708, app/assets/stylesheets/core.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 17712, app/assets/stylesheets/core.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 17716, app/assets/stylesheets/core.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 17720, app/assets/stylesheets/core.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 17724, app/assets/stylesheets/core.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 17728, app/assets/stylesheets/core.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 17732, app/assets/stylesheets/core.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 17736, app/assets/stylesheets/core.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 17740, app/assets/stylesheets/core.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 17744, app/assets/stylesheets/core.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17748, app/assets/stylesheets/core.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 17751, app/assets/stylesheets/core.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 17754, app/assets/stylesheets/core.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 17757, app/assets/stylesheets/core.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 17760, app/assets/stylesheets/core.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 17763, app/assets/stylesheets/core.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 17766, app/assets/stylesheets/core.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 17769, app/assets/stylesheets/core.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 17772, app/assets/stylesheets/core.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 17775, app/assets/stylesheets/core.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 17778, app/assets/stylesheets/core.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 17781, app/assets/stylesheets/core.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 17784, app/assets/stylesheets/core.scss */
  .g-lg-0,
.gx-lg-0 {
    --gutter-x: 0;
  }
  /* line 17788, app/assets/stylesheets/core.scss */
  .g-lg-0,
.gy-lg-0 {
    --gutter-y: 0;
  }
  /* line 17792, app/assets/stylesheets/core.scss */
  .g-lg-1,
.gx-lg-1 {
    --gutter-x: 0.25rem;
  }
  /* line 17796, app/assets/stylesheets/core.scss */
  .g-lg-1,
.gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  /* line 17800, app/assets/stylesheets/core.scss */
  .g-lg-2,
.gx-lg-2 {
    --gutter-x: 0.5rem;
  }
  /* line 17804, app/assets/stylesheets/core.scss */
  .g-lg-2,
.gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  /* line 17808, app/assets/stylesheets/core.scss */
  .g-lg-3,
.gx-lg-3 {
    --gutter-x: 1rem;
  }
  /* line 17812, app/assets/stylesheets/core.scss */
  .g-lg-3,
.gy-lg-3 {
    --gutter-y: 1rem;
  }
  /* line 17816, app/assets/stylesheets/core.scss */
  .g-lg-4,
.gx-lg-4 {
    --gutter-x: 1.5rem;
  }
  /* line 17820, app/assets/stylesheets/core.scss */
  .g-lg-4,
.gy-lg-4 {
    --gutter-y: 1.5rem;
  }
  /* line 17824, app/assets/stylesheets/core.scss */
  .g-lg-5,
.gx-lg-5 {
    --gutter-x: 2rem;
  }
  /* line 17828, app/assets/stylesheets/core.scss */
  .g-lg-5,
.gy-lg-5 {
    --gutter-y: 2rem;
  }
  /* line 17832, app/assets/stylesheets/core.scss */
  .g-lg-6,
.gx-lg-6 {
    --gutter-x: 2.5rem;
  }
  /* line 17836, app/assets/stylesheets/core.scss */
  .g-lg-6,
.gy-lg-6 {
    --gutter-y: 2.5rem;
  }
  /* line 17840, app/assets/stylesheets/core.scss */
  .g-lg-7,
.gx-lg-7 {
    --gutter-x: 3rem;
  }
  /* line 17844, app/assets/stylesheets/core.scss */
  .g-lg-7,
.gy-lg-7 {
    --gutter-y: 3rem;
  }
  /* line 17848, app/assets/stylesheets/core.scss */
  .g-lg-8,
.gx-lg-8 {
    --gutter-x: 3.5rem;
  }
  /* line 17852, app/assets/stylesheets/core.scss */
  .g-lg-8,
.gy-lg-8 {
    --gutter-y: 3.5rem;
  }
  /* line 17856, app/assets/stylesheets/core.scss */
  .g-lg-9,
.gx-lg-9 {
    --gutter-x: 4rem;
  }
  /* line 17860, app/assets/stylesheets/core.scss */
  .g-lg-9,
.gy-lg-9 {
    --gutter-y: 4rem;
  }
  /* line 17864, app/assets/stylesheets/core.scss */
  .g-lg-10,
.gx-lg-10 {
    --gutter-x: 4.5rem;
  }
  /* line 17868, app/assets/stylesheets/core.scss */
  .g-lg-10,
.gy-lg-10 {
    --gutter-y: 4.5rem;
  }
  /* line 17872, app/assets/stylesheets/core.scss */
  .g-lg-11,
.gx-lg-11 {
    --gutter-x: 5rem;
  }
  /* line 17876, app/assets/stylesheets/core.scss */
  .g-lg-11,
.gy-lg-11 {
    --gutter-y: 5rem;
  }
  /* line 17880, app/assets/stylesheets/core.scss */
  .g-lg-12,
.gx-lg-12 {
    --gutter-x: 5.5rem;
  }
  /* line 17884, app/assets/stylesheets/core.scss */
  .g-lg-12,
.gy-lg-12 {
    --gutter-y: 5.5rem;
  }
  /* line 17888, app/assets/stylesheets/core.scss */
  .g-lg-13,
.gx-lg-13 {
    --gutter-x: 6rem;
  }
  /* line 17892, app/assets/stylesheets/core.scss */
  .g-lg-13,
.gy-lg-13 {
    --gutter-y: 6rem;
  }
  /* line 17896, app/assets/stylesheets/core.scss */
  .g-lg-14,
.gx-lg-14 {
    --gutter-x: 6.5rem;
  }
  /* line 17900, app/assets/stylesheets/core.scss */
  .g-lg-14,
.gy-lg-14 {
    --gutter-y: 6.5rem;
  }
  /* line 17904, app/assets/stylesheets/core.scss */
  .g-lg-15,
.gx-lg-15 {
    --gutter-x: 7rem;
  }
  /* line 17908, app/assets/stylesheets/core.scss */
  .g-lg-15,
.gy-lg-15 {
    --gutter-y: 7rem;
  }
  /* line 17912, app/assets/stylesheets/core.scss */
  .g-lg-16,
.gx-lg-16 {
    --gutter-x: 7.5rem;
  }
  /* line 17916, app/assets/stylesheets/core.scss */
  .g-lg-16,
.gy-lg-16 {
    --gutter-y: 7.5rem;
  }
  /* line 17920, app/assets/stylesheets/core.scss */
  .g-lg-17,
.gx-lg-17 {
    --gutter-x: 8rem;
  }
  /* line 17924, app/assets/stylesheets/core.scss */
  .g-lg-17,
.gy-lg-17 {
    --gutter-y: 8rem;
  }
  /* line 17928, app/assets/stylesheets/core.scss */
  .g-lg-18,
.gx-lg-18 {
    --gutter-x: 10rem;
  }
  /* line 17932, app/assets/stylesheets/core.scss */
  .g-lg-18,
.gy-lg-18 {
    --gutter-y: 10rem;
  }
  /* line 17936, app/assets/stylesheets/core.scss */
  .g-lg-19,
.gx-lg-19 {
    --gutter-x: 12rem;
  }
  /* line 17940, app/assets/stylesheets/core.scss */
  .g-lg-19,
.gy-lg-19 {
    --gutter-y: 12rem;
  }
  /* line 17944, app/assets/stylesheets/core.scss */
  .g-lg-20,
.gx-lg-20 {
    --gutter-x: 14rem;
  }
  /* line 17948, app/assets/stylesheets/core.scss */
  .g-lg-20,
.gy-lg-20 {
    --gutter-y: 14rem;
  }
  /* line 17952, app/assets/stylesheets/core.scss */
  .g-lg-21,
.gx-lg-21 {
    --gutter-x: 18.5rem;
  }
  /* line 17956, app/assets/stylesheets/core.scss */
  .g-lg-21,
.gy-lg-21 {
    --gutter-y: 18.5rem;
  }
  /* line 17960, app/assets/stylesheets/core.scss */
  .g-lg-22,
.gx-lg-22 {
    --gutter-x: 22rem;
  }
  /* line 17964, app/assets/stylesheets/core.scss */
  .g-lg-22,
.gy-lg-22 {
    --gutter-y: 22rem;
  }
  /* line 17968, app/assets/stylesheets/core.scss */
  .g-lg-23,
.gx-lg-23 {
    --gutter-x: 35rem;
  }
  /* line 17972, app/assets/stylesheets/core.scss */
  .g-lg-23,
.gy-lg-23 {
    --gutter-y: 35rem;
  }
  /* line 17976, app/assets/stylesheets/core.scss */
  .g-lg-24,
.gx-lg-24 {
    --gutter-x: 40rem;
  }
  /* line 17980, app/assets/stylesheets/core.scss */
  .g-lg-24,
.gy-lg-24 {
    --gutter-y: 40rem;
  }
}

@media (min-width: 1200px) {
  /* line 17986, app/assets/stylesheets/core.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 17989, app/assets/stylesheets/core.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 17993, app/assets/stylesheets/core.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 17997, app/assets/stylesheets/core.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 18001, app/assets/stylesheets/core.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 18005, app/assets/stylesheets/core.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 18009, app/assets/stylesheets/core.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 18013, app/assets/stylesheets/core.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 18017, app/assets/stylesheets/core.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 18021, app/assets/stylesheets/core.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 18025, app/assets/stylesheets/core.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 18029, app/assets/stylesheets/core.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 18033, app/assets/stylesheets/core.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 18037, app/assets/stylesheets/core.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 18041, app/assets/stylesheets/core.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 18045, app/assets/stylesheets/core.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 18049, app/assets/stylesheets/core.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 18053, app/assets/stylesheets/core.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 18057, app/assets/stylesheets/core.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 18061, app/assets/stylesheets/core.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 18065, app/assets/stylesheets/core.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 18069, app/assets/stylesheets/core.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 18072, app/assets/stylesheets/core.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 18075, app/assets/stylesheets/core.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 18078, app/assets/stylesheets/core.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 18081, app/assets/stylesheets/core.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 18084, app/assets/stylesheets/core.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 18087, app/assets/stylesheets/core.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 18090, app/assets/stylesheets/core.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 18093, app/assets/stylesheets/core.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 18096, app/assets/stylesheets/core.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 18099, app/assets/stylesheets/core.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 18102, app/assets/stylesheets/core.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 18105, app/assets/stylesheets/core.scss */
  .g-xl-0,
.gx-xl-0 {
    --gutter-x: 0;
  }
  /* line 18109, app/assets/stylesheets/core.scss */
  .g-xl-0,
.gy-xl-0 {
    --gutter-y: 0;
  }
  /* line 18113, app/assets/stylesheets/core.scss */
  .g-xl-1,
.gx-xl-1 {
    --gutter-x: 0.25rem;
  }
  /* line 18117, app/assets/stylesheets/core.scss */
  .g-xl-1,
.gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  /* line 18121, app/assets/stylesheets/core.scss */
  .g-xl-2,
.gx-xl-2 {
    --gutter-x: 0.5rem;
  }
  /* line 18125, app/assets/stylesheets/core.scss */
  .g-xl-2,
.gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  /* line 18129, app/assets/stylesheets/core.scss */
  .g-xl-3,
.gx-xl-3 {
    --gutter-x: 1rem;
  }
  /* line 18133, app/assets/stylesheets/core.scss */
  .g-xl-3,
.gy-xl-3 {
    --gutter-y: 1rem;
  }
  /* line 18137, app/assets/stylesheets/core.scss */
  .g-xl-4,
.gx-xl-4 {
    --gutter-x: 1.5rem;
  }
  /* line 18141, app/assets/stylesheets/core.scss */
  .g-xl-4,
.gy-xl-4 {
    --gutter-y: 1.5rem;
  }
  /* line 18145, app/assets/stylesheets/core.scss */
  .g-xl-5,
.gx-xl-5 {
    --gutter-x: 2rem;
  }
  /* line 18149, app/assets/stylesheets/core.scss */
  .g-xl-5,
.gy-xl-5 {
    --gutter-y: 2rem;
  }
  /* line 18153, app/assets/stylesheets/core.scss */
  .g-xl-6,
.gx-xl-6 {
    --gutter-x: 2.5rem;
  }
  /* line 18157, app/assets/stylesheets/core.scss */
  .g-xl-6,
.gy-xl-6 {
    --gutter-y: 2.5rem;
  }
  /* line 18161, app/assets/stylesheets/core.scss */
  .g-xl-7,
.gx-xl-7 {
    --gutter-x: 3rem;
  }
  /* line 18165, app/assets/stylesheets/core.scss */
  .g-xl-7,
.gy-xl-7 {
    --gutter-y: 3rem;
  }
  /* line 18169, app/assets/stylesheets/core.scss */
  .g-xl-8,
.gx-xl-8 {
    --gutter-x: 3.5rem;
  }
  /* line 18173, app/assets/stylesheets/core.scss */
  .g-xl-8,
.gy-xl-8 {
    --gutter-y: 3.5rem;
  }
  /* line 18177, app/assets/stylesheets/core.scss */
  .g-xl-9,
.gx-xl-9 {
    --gutter-x: 4rem;
  }
  /* line 18181, app/assets/stylesheets/core.scss */
  .g-xl-9,
.gy-xl-9 {
    --gutter-y: 4rem;
  }
  /* line 18185, app/assets/stylesheets/core.scss */
  .g-xl-10,
.gx-xl-10 {
    --gutter-x: 4.5rem;
  }
  /* line 18189, app/assets/stylesheets/core.scss */
  .g-xl-10,
.gy-xl-10 {
    --gutter-y: 4.5rem;
  }
  /* line 18193, app/assets/stylesheets/core.scss */
  .g-xl-11,
.gx-xl-11 {
    --gutter-x: 5rem;
  }
  /* line 18197, app/assets/stylesheets/core.scss */
  .g-xl-11,
.gy-xl-11 {
    --gutter-y: 5rem;
  }
  /* line 18201, app/assets/stylesheets/core.scss */
  .g-xl-12,
.gx-xl-12 {
    --gutter-x: 5.5rem;
  }
  /* line 18205, app/assets/stylesheets/core.scss */
  .g-xl-12,
.gy-xl-12 {
    --gutter-y: 5.5rem;
  }
  /* line 18209, app/assets/stylesheets/core.scss */
  .g-xl-13,
.gx-xl-13 {
    --gutter-x: 6rem;
  }
  /* line 18213, app/assets/stylesheets/core.scss */
  .g-xl-13,
.gy-xl-13 {
    --gutter-y: 6rem;
  }
  /* line 18217, app/assets/stylesheets/core.scss */
  .g-xl-14,
.gx-xl-14 {
    --gutter-x: 6.5rem;
  }
  /* line 18221, app/assets/stylesheets/core.scss */
  .g-xl-14,
.gy-xl-14 {
    --gutter-y: 6.5rem;
  }
  /* line 18225, app/assets/stylesheets/core.scss */
  .g-xl-15,
.gx-xl-15 {
    --gutter-x: 7rem;
  }
  /* line 18229, app/assets/stylesheets/core.scss */
  .g-xl-15,
.gy-xl-15 {
    --gutter-y: 7rem;
  }
  /* line 18233, app/assets/stylesheets/core.scss */
  .g-xl-16,
.gx-xl-16 {
    --gutter-x: 7.5rem;
  }
  /* line 18237, app/assets/stylesheets/core.scss */
  .g-xl-16,
.gy-xl-16 {
    --gutter-y: 7.5rem;
  }
  /* line 18241, app/assets/stylesheets/core.scss */
  .g-xl-17,
.gx-xl-17 {
    --gutter-x: 8rem;
  }
  /* line 18245, app/assets/stylesheets/core.scss */
  .g-xl-17,
.gy-xl-17 {
    --gutter-y: 8rem;
  }
  /* line 18249, app/assets/stylesheets/core.scss */
  .g-xl-18,
.gx-xl-18 {
    --gutter-x: 10rem;
  }
  /* line 18253, app/assets/stylesheets/core.scss */
  .g-xl-18,
.gy-xl-18 {
    --gutter-y: 10rem;
  }
  /* line 18257, app/assets/stylesheets/core.scss */
  .g-xl-19,
.gx-xl-19 {
    --gutter-x: 12rem;
  }
  /* line 18261, app/assets/stylesheets/core.scss */
  .g-xl-19,
.gy-xl-19 {
    --gutter-y: 12rem;
  }
  /* line 18265, app/assets/stylesheets/core.scss */
  .g-xl-20,
.gx-xl-20 {
    --gutter-x: 14rem;
  }
  /* line 18269, app/assets/stylesheets/core.scss */
  .g-xl-20,
.gy-xl-20 {
    --gutter-y: 14rem;
  }
  /* line 18273, app/assets/stylesheets/core.scss */
  .g-xl-21,
.gx-xl-21 {
    --gutter-x: 18.5rem;
  }
  /* line 18277, app/assets/stylesheets/core.scss */
  .g-xl-21,
.gy-xl-21 {
    --gutter-y: 18.5rem;
  }
  /* line 18281, app/assets/stylesheets/core.scss */
  .g-xl-22,
.gx-xl-22 {
    --gutter-x: 22rem;
  }
  /* line 18285, app/assets/stylesheets/core.scss */
  .g-xl-22,
.gy-xl-22 {
    --gutter-y: 22rem;
  }
  /* line 18289, app/assets/stylesheets/core.scss */
  .g-xl-23,
.gx-xl-23 {
    --gutter-x: 35rem;
  }
  /* line 18293, app/assets/stylesheets/core.scss */
  .g-xl-23,
.gy-xl-23 {
    --gutter-y: 35rem;
  }
  /* line 18297, app/assets/stylesheets/core.scss */
  .g-xl-24,
.gx-xl-24 {
    --gutter-x: 40rem;
  }
  /* line 18301, app/assets/stylesheets/core.scss */
  .g-xl-24,
.gy-xl-24 {
    --gutter-y: 40rem;
  }
}

@media (min-width: 1400px) {
  /* line 18307, app/assets/stylesheets/core.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 18310, app/assets/stylesheets/core.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 18314, app/assets/stylesheets/core.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 18318, app/assets/stylesheets/core.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 18322, app/assets/stylesheets/core.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 18326, app/assets/stylesheets/core.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 18330, app/assets/stylesheets/core.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 18334, app/assets/stylesheets/core.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 18338, app/assets/stylesheets/core.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 18342, app/assets/stylesheets/core.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 18346, app/assets/stylesheets/core.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 18350, app/assets/stylesheets/core.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 18354, app/assets/stylesheets/core.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 18358, app/assets/stylesheets/core.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 18362, app/assets/stylesheets/core.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 18366, app/assets/stylesheets/core.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 18370, app/assets/stylesheets/core.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 18374, app/assets/stylesheets/core.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 18378, app/assets/stylesheets/core.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 18382, app/assets/stylesheets/core.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 18386, app/assets/stylesheets/core.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 18390, app/assets/stylesheets/core.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 18393, app/assets/stylesheets/core.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 18396, app/assets/stylesheets/core.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 18399, app/assets/stylesheets/core.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 18402, app/assets/stylesheets/core.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 18405, app/assets/stylesheets/core.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 18408, app/assets/stylesheets/core.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 18411, app/assets/stylesheets/core.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 18414, app/assets/stylesheets/core.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 18417, app/assets/stylesheets/core.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 18420, app/assets/stylesheets/core.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 18423, app/assets/stylesheets/core.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 18426, app/assets/stylesheets/core.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --gutter-x: 0;
  }
  /* line 18430, app/assets/stylesheets/core.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --gutter-y: 0;
  }
  /* line 18434, app/assets/stylesheets/core.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --gutter-x: 0.25rem;
  }
  /* line 18438, app/assets/stylesheets/core.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --gutter-y: 0.25rem;
  }
  /* line 18442, app/assets/stylesheets/core.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --gutter-x: 0.5rem;
  }
  /* line 18446, app/assets/stylesheets/core.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --gutter-y: 0.5rem;
  }
  /* line 18450, app/assets/stylesheets/core.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --gutter-x: 1rem;
  }
  /* line 18454, app/assets/stylesheets/core.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --gutter-y: 1rem;
  }
  /* line 18458, app/assets/stylesheets/core.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --gutter-x: 1.5rem;
  }
  /* line 18462, app/assets/stylesheets/core.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --gutter-y: 1.5rem;
  }
  /* line 18466, app/assets/stylesheets/core.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --gutter-x: 2rem;
  }
  /* line 18470, app/assets/stylesheets/core.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --gutter-y: 2rem;
  }
  /* line 18474, app/assets/stylesheets/core.scss */
  .g-xxl-6,
.gx-xxl-6 {
    --gutter-x: 2.5rem;
  }
  /* line 18478, app/assets/stylesheets/core.scss */
  .g-xxl-6,
.gy-xxl-6 {
    --gutter-y: 2.5rem;
  }
  /* line 18482, app/assets/stylesheets/core.scss */
  .g-xxl-7,
.gx-xxl-7 {
    --gutter-x: 3rem;
  }
  /* line 18486, app/assets/stylesheets/core.scss */
  .g-xxl-7,
.gy-xxl-7 {
    --gutter-y: 3rem;
  }
  /* line 18490, app/assets/stylesheets/core.scss */
  .g-xxl-8,
.gx-xxl-8 {
    --gutter-x: 3.5rem;
  }
  /* line 18494, app/assets/stylesheets/core.scss */
  .g-xxl-8,
.gy-xxl-8 {
    --gutter-y: 3.5rem;
  }
  /* line 18498, app/assets/stylesheets/core.scss */
  .g-xxl-9,
.gx-xxl-9 {
    --gutter-x: 4rem;
  }
  /* line 18502, app/assets/stylesheets/core.scss */
  .g-xxl-9,
.gy-xxl-9 {
    --gutter-y: 4rem;
  }
  /* line 18506, app/assets/stylesheets/core.scss */
  .g-xxl-10,
.gx-xxl-10 {
    --gutter-x: 4.5rem;
  }
  /* line 18510, app/assets/stylesheets/core.scss */
  .g-xxl-10,
.gy-xxl-10 {
    --gutter-y: 4.5rem;
  }
  /* line 18514, app/assets/stylesheets/core.scss */
  .g-xxl-11,
.gx-xxl-11 {
    --gutter-x: 5rem;
  }
  /* line 18518, app/assets/stylesheets/core.scss */
  .g-xxl-11,
.gy-xxl-11 {
    --gutter-y: 5rem;
  }
  /* line 18522, app/assets/stylesheets/core.scss */
  .g-xxl-12,
.gx-xxl-12 {
    --gutter-x: 5.5rem;
  }
  /* line 18526, app/assets/stylesheets/core.scss */
  .g-xxl-12,
.gy-xxl-12 {
    --gutter-y: 5.5rem;
  }
  /* line 18530, app/assets/stylesheets/core.scss */
  .g-xxl-13,
.gx-xxl-13 {
    --gutter-x: 6rem;
  }
  /* line 18534, app/assets/stylesheets/core.scss */
  .g-xxl-13,
.gy-xxl-13 {
    --gutter-y: 6rem;
  }
  /* line 18538, app/assets/stylesheets/core.scss */
  .g-xxl-14,
.gx-xxl-14 {
    --gutter-x: 6.5rem;
  }
  /* line 18542, app/assets/stylesheets/core.scss */
  .g-xxl-14,
.gy-xxl-14 {
    --gutter-y: 6.5rem;
  }
  /* line 18546, app/assets/stylesheets/core.scss */
  .g-xxl-15,
.gx-xxl-15 {
    --gutter-x: 7rem;
  }
  /* line 18550, app/assets/stylesheets/core.scss */
  .g-xxl-15,
.gy-xxl-15 {
    --gutter-y: 7rem;
  }
  /* line 18554, app/assets/stylesheets/core.scss */
  .g-xxl-16,
.gx-xxl-16 {
    --gutter-x: 7.5rem;
  }
  /* line 18558, app/assets/stylesheets/core.scss */
  .g-xxl-16,
.gy-xxl-16 {
    --gutter-y: 7.5rem;
  }
  /* line 18562, app/assets/stylesheets/core.scss */
  .g-xxl-17,
.gx-xxl-17 {
    --gutter-x: 8rem;
  }
  /* line 18566, app/assets/stylesheets/core.scss */
  .g-xxl-17,
.gy-xxl-17 {
    --gutter-y: 8rem;
  }
  /* line 18570, app/assets/stylesheets/core.scss */
  .g-xxl-18,
.gx-xxl-18 {
    --gutter-x: 10rem;
  }
  /* line 18574, app/assets/stylesheets/core.scss */
  .g-xxl-18,
.gy-xxl-18 {
    --gutter-y: 10rem;
  }
  /* line 18578, app/assets/stylesheets/core.scss */
  .g-xxl-19,
.gx-xxl-19 {
    --gutter-x: 12rem;
  }
  /* line 18582, app/assets/stylesheets/core.scss */
  .g-xxl-19,
.gy-xxl-19 {
    --gutter-y: 12rem;
  }
  /* line 18586, app/assets/stylesheets/core.scss */
  .g-xxl-20,
.gx-xxl-20 {
    --gutter-x: 14rem;
  }
  /* line 18590, app/assets/stylesheets/core.scss */
  .g-xxl-20,
.gy-xxl-20 {
    --gutter-y: 14rem;
  }
  /* line 18594, app/assets/stylesheets/core.scss */
  .g-xxl-21,
.gx-xxl-21 {
    --gutter-x: 18.5rem;
  }
  /* line 18598, app/assets/stylesheets/core.scss */
  .g-xxl-21,
.gy-xxl-21 {
    --gutter-y: 18.5rem;
  }
  /* line 18602, app/assets/stylesheets/core.scss */
  .g-xxl-22,
.gx-xxl-22 {
    --gutter-x: 22rem;
  }
  /* line 18606, app/assets/stylesheets/core.scss */
  .g-xxl-22,
.gy-xxl-22 {
    --gutter-y: 22rem;
  }
  /* line 18610, app/assets/stylesheets/core.scss */
  .g-xxl-23,
.gx-xxl-23 {
    --gutter-x: 35rem;
  }
  /* line 18614, app/assets/stylesheets/core.scss */
  .g-xxl-23,
.gy-xxl-23 {
    --gutter-y: 35rem;
  }
  /* line 18618, app/assets/stylesheets/core.scss */
  .g-xxl-24,
.gx-xxl-24 {
    --gutter-x: 40rem;
  }
  /* line 18622, app/assets/stylesheets/core.scss */
  .g-xxl-24,
.gy-xxl-24 {
    --gutter-y: 40rem;
  }
}

/* line 18627, 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 18644, 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 18650, app/assets/stylesheets/core.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 18653, app/assets/stylesheets/core.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 18657, app/assets/stylesheets/core.scss */
.table-group-divider {
  border-top: calc(var(--border-width) * 2) solid currentcolor;
}

/* line 18661, app/assets/stylesheets/core.scss */
.caption-top {
  caption-side: top;
}

/* line 18665, app/assets/stylesheets/core.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 18669, app/assets/stylesheets/core.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--border-width) 0;
}

/* line 18672, app/assets/stylesheets/core.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--border-width);
}

/* line 18676, app/assets/stylesheets/core.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 18679, app/assets/stylesheets/core.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 18683, 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 18688, 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 18693, app/assets/stylesheets/core.scss */
.table-active {
  --table-accent-bg: var(--table-active-bg);
  color: var(--table-active-color);
}

/* line 18698, app/assets/stylesheets/core.scss */
.table-hover > tbody > tr:hover > * {
  --table-accent-bg: var(--table-hover-bg);
  color: var(--table-hover-color);
}

/* line 18703, 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 18717, 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 18731, 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 18745, 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 18759, 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 18773, 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 18787, 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 18801, 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 18815, app/assets/stylesheets/core.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 18821, app/assets/stylesheets/core.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 18827, app/assets/stylesheets/core.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 18833, app/assets/stylesheets/core.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 18839, app/assets/stylesheets/core.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 18845, app/assets/stylesheets/core.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 18850, app/assets/stylesheets/core.scss */
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-800);
}

/* line 18857, 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 18867, 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 18873, 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 18879, app/assets/stylesheets/core.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--secondary-color);
}

/* line 18885, 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 18903, app/assets/stylesheets/core.scss */
  .form-control {
    transition: none;
  }
}

/* line 18907, app/assets/stylesheets/core.scss */
.form-control[type=file] {
  overflow: hidden;
}

/* line 18910, app/assets/stylesheets/core.scss */
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 18913, 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 18920, app/assets/stylesheets/core.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.6em;
  margin: 0;
}

/* line 18925, app/assets/stylesheets/core.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 18929, app/assets/stylesheets/core.scss */
.form-control::-moz-placeholder {
  color: var(--body-color);
  opacity: 1;
}

/* line 18933, 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 18937, app/assets/stylesheets/core.scss */
.form-control:disabled {
  background-color: var(--secondary-bg);
  opacity: 1;
}

/* line 18941, 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 18957, app/assets/stylesheets/core.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 18961, app/assets/stylesheets/core.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--secondary-bg);
}

/* line 18965, 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 18976, app/assets/stylesheets/core.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 18979, app/assets/stylesheets/core.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 18984, 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 18990, 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 18997, 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 19003, 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 19010, app/assets/stylesheets/core.scss */
textarea.form-control {
  min-height: calc(1.6em + 1.2rem + calc(var(--border-width) * 2));
}

/* line 19013, app/assets/stylesheets/core.scss */
textarea.form-control-sm {
  min-height: calc(1.6em + 0.96rem + calc(var(--border-width) * 2));
}

/* line 19016, app/assets/stylesheets/core.scss */
textarea.form-control-lg {
  min-height: calc(1.6em + 1.26rem + calc(var(--border-width) * 2));
}

/* line 19020, 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 19025, app/assets/stylesheets/core.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 19028, app/assets/stylesheets/core.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--border-radius);
}

/* line 19032, app/assets/stylesheets/core.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--border-radius);
}

/* line 19036, app/assets/stylesheets/core.scss */
.form-control-color.form-control-sm {
  height: calc(1.6em + 0.96rem + calc(var(--border-width) * 2));
}

/* line 19039, app/assets/stylesheets/core.scss */
.form-control-color.form-control-lg {
  height: calc(1.6em + 1.26rem + calc(var(--border-width) * 2));
}

/* line 19043, 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 19065, app/assets/stylesheets/core.scss */
  .form-select {
    transition: none;
  }
}

/* line 19069, 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 19074, app/assets/stylesheets/core.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

/* line 19078, app/assets/stylesheets/core.scss */
.form-select:disabled {
  background-color: var(--secondary-bg);
}

/* line 19081, app/assets/stylesheets/core.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--body-color);
}

/* line 19086, 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 19094, 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 19102, 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 19106, app/assets/stylesheets/core.scss */
.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 19112, app/assets/stylesheets/core.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 19117, app/assets/stylesheets/core.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 19122, app/assets/stylesheets/core.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 19128, 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 19146, app/assets/stylesheets/core.scss */
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

/* line 19149, app/assets/stylesheets/core.scss */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 19152, app/assets/stylesheets/core.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 19155, 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 19160, app/assets/stylesheets/core.scss */
.form-check-input:checked {
  background-color: #1c2232;
  border-color: #1c2232;
}

/* line 19164, 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 19167, 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 19170, 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 19175, app/assets/stylesheets/core.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 19180, 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 19185, app/assets/stylesheets/core.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 19188, 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 19198, app/assets/stylesheets/core.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 19202, 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 19205, 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 19209, app/assets/stylesheets/core.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 19213, app/assets/stylesheets/core.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 19218, app/assets/stylesheets/core.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 19223, app/assets/stylesheets/core.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 19228, app/assets/stylesheets/core.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 19234, 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 19238, 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 19247, app/assets/stylesheets/core.scss */
.form-range:focus {
  outline: 0;
}

/* line 19250, 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 19253, 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 19256, app/assets/stylesheets/core.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 19259, 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 19272, app/assets/stylesheets/core.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 19277, app/assets/stylesheets/core.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #ffcdc3;
}

/* line 19280, 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 19289, 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 19301, app/assets/stylesheets/core.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 19306, app/assets/stylesheets/core.scss */
.form-range::-moz-range-thumb:active {
  background-color: #ffcdc3;
}

/* line 19309, 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 19318, app/assets/stylesheets/core.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 19321, app/assets/stylesheets/core.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--secondary-color);
}

/* line 19324, app/assets/stylesheets/core.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--secondary-color);
}

/* line 19328, app/assets/stylesheets/core.scss */
.form-floating {
  position: relative;
}

/* line 19331, 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 19337, 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 19354, app/assets/stylesheets/core.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 19358, app/assets/stylesheets/core.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 1rem;
}

/* line 19362, app/assets/stylesheets/core.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}

/* line 19365, 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 19369, 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 19373, 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 19379, 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 19384, app/assets/stylesheets/core.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 19388, 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 19392, 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 19399, 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 19408, 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 19420, 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 19424, app/assets/stylesheets/core.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--border-width) 0;
}

/* line 19427, app/assets/stylesheets/core.scss */
.form-floating > :disabled ~ label {
  color: #6f6985;
}

/* line 19430, app/assets/stylesheets/core.scss */
.form-floating > :disabled ~ label::after {
  background-color: var(--secondary-bg);
}

/* line 19434, app/assets/stylesheets/core.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 19441, 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 19449, 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 19454, app/assets/stylesheets/core.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 19458, app/assets/stylesheets/core.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 19462, 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 19477, 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 19486, 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 19495, app/assets/stylesheets/core.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}

/* line 19500, 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 19507, 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 19514, 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 19519, 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 19525, 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 19533, 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 19547, 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 19554, 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 19562, 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 19567, 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 19572, app/assets/stylesheets/core.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--form-valid-border-color);
}

/* line 19575, 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 19581, 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 19586, 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 19590, app/assets/stylesheets/core.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--form-valid-border-color);
}

/* line 19593, 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 19596, 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 19599, 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 19603, app/assets/stylesheets/core.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

/* line 19607, 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 19615, 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 19623, 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 19637, 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 19644, 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 19652, 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 19657, 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 19662, app/assets/stylesheets/core.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--form-invalid-border-color);
}

/* line 19665, 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 19671, 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 19676, 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 19680, app/assets/stylesheets/core.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--form-invalid-border-color);
}

/* line 19683, 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 19686, 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 19689, 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 19693, app/assets/stylesheets/core.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

/* line 19697, 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 19705, 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 19740, app/assets/stylesheets/core.scss */
  .btn {
    transition: none;
  }
}

/* line 19744, 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 19749, 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 19754, 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 19761, 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 19766, 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 19771, 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 19774, 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 19782, 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 19799, 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 19816, 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 19833, 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 19850, 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 19867, 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 19884, 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 19901, 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 19918, 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 19935, 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 19952, 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 19969, 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 19986, 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 20003, 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 20020, 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 20037, 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 20054, 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 20071, 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 20088, 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 20105, 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 20122, 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 20139, 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 20156, 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 20173, 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 20190, 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 20207, 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 20224, 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 20241, 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 20258, 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 20275, 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 20292, 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 20307, app/assets/stylesheets/core.scss */
.btn-link:focus-visible {
  color: var(--btn-color);
}

/* line 20310, app/assets/stylesheets/core.scss */
.btn-link:hover {
  color: var(--btn-hover-color);
}

/* line 20314, 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 20321, 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 20328, app/assets/stylesheets/core.scss */
.btn-doggo {
  background-color: #2563f6;
  color: #FFF2DB;
  --btn-hover-color: #FFF2DB;
}

/* line 20334, app/assets/stylesheets/core.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20338, app/assets/stylesheets/core.scss */
  .fade {
    transition: none;
  }
}

/* line 20342, app/assets/stylesheets/core.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 20346, app/assets/stylesheets/core.scss */
.collapse:not(.show) {
  display: none;
}

/* line 20350, app/assets/stylesheets/core.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20356, app/assets/stylesheets/core.scss */
  .collapsing {
    transition: none;
  }
}

/* line 20360, app/assets/stylesheets/core.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20366, app/assets/stylesheets/core.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 20371, app/assets/stylesheets/core.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 20380, app/assets/stylesheets/core.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 20383, 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 20393, app/assets/stylesheets/core.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 20397, 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 20441, app/assets/stylesheets/core.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--dropdown-spacer);
}

/* line 20447, app/assets/stylesheets/core.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 20450, app/assets/stylesheets/core.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 20455, app/assets/stylesheets/core.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 20458, app/assets/stylesheets/core.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 20464, app/assets/stylesheets/core.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 20467, app/assets/stylesheets/core.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 20471, app/assets/stylesheets/core.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 20474, app/assets/stylesheets/core.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 20480, app/assets/stylesheets/core.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 20483, app/assets/stylesheets/core.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 20487, app/assets/stylesheets/core.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 20490, app/assets/stylesheets/core.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 20496, app/assets/stylesheets/core.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 20499, app/assets/stylesheets/core.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 20503, app/assets/stylesheets/core.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 20506, app/assets/stylesheets/core.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 20512, app/assets/stylesheets/core.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 20515, app/assets/stylesheets/core.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 20519, app/assets/stylesheets/core.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 20522, app/assets/stylesheets/core.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 20528, app/assets/stylesheets/core.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 20531, app/assets/stylesheets/core.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 20535, app/assets/stylesheets/core.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 20538, app/assets/stylesheets/core.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 20543, app/assets/stylesheets/core.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--dropdown-spacer);
}

/* line 20549, 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 20559, app/assets/stylesheets/core.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 20563, 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 20570, 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 20580, app/assets/stylesheets/core.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 20583, app/assets/stylesheets/core.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 20587, 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 20594, app/assets/stylesheets/core.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 20600, app/assets/stylesheets/core.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 20603, 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 20612, app/assets/stylesheets/core.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 20615, app/assets/stylesheets/core.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 20619, 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 20627, 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 20640, 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 20644, 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 20649, app/assets/stylesheets/core.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 20655, app/assets/stylesheets/core.scss */
.dropdown-menu.show {
  display: block;
}

/* line 20659, 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 20668, 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 20674, 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 20689, app/assets/stylesheets/core.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 20695, app/assets/stylesheets/core.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 20700, 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 20715, app/assets/stylesheets/core.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 20720, app/assets/stylesheets/core.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 20724, app/assets/stylesheets/core.scss */
.btn-group {
  border-radius: var(--border-radius);
}

/* line 20727, 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 20731, 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 20737, 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 20744, app/assets/stylesheets/core.scss */
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 20748, app/assets/stylesheets/core.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 20751, app/assets/stylesheets/core.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 20755, 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 20760, 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 20765, app/assets/stylesheets/core.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 20770, app/assets/stylesheets/core.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 20774, 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 20778, 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 20783, 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 20789, 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 20804, 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 20815, app/assets/stylesheets/core.scss */
  .nav-link {
    transition: none;
  }
}

/* line 20819, app/assets/stylesheets/core.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--nav-link-hover-color);
}

/* line 20822, 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 20826, app/assets/stylesheets/core.scss */
.nav-link.disabled {
  color: var(--nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 20832, 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 20842, 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 20848, 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 20852, 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 20857, 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 20863, 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 20869, 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 20874, app/assets/stylesheets/core.scss */
.nav-pills .nav-link {
  border-radius: var(--nav-pills-border-radius);
}

/* line 20877, app/assets/stylesheets/core.scss */
.nav-pills .nav-link:disabled {
  color: var(--nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 20882, 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 20888, 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 20894, 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 20899, app/assets/stylesheets/core.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 20902, 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 20909, app/assets/stylesheets/core.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 20915, app/assets/stylesheets/core.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 20922, app/assets/stylesheets/core.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 20927, app/assets/stylesheets/core.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 20930, app/assets/stylesheets/core.scss */
.tab-content > .active {
  display: block;
}

/* line 20934, 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 20962, 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 20974, 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 20982, app/assets/stylesheets/core.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--navbar-brand-hover-color);
}

/* line 20986, 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 21000, app/assets/stylesheets/core.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--navbar-active-color);
}

/* line 21003, app/assets/stylesheets/core.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 21007, app/assets/stylesheets/core.scss */
.navbar-text {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: var(--navbar-color);
}

/* line 21012, app/assets/stylesheets/core.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--navbar-active-color);
}

/* line 21018, app/assets/stylesheets/core.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 21024, 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 21035, app/assets/stylesheets/core.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 21039, app/assets/stylesheets/core.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 21042, app/assets/stylesheets/core.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--navbar-toggler-focus-width);
}

/* line 21048, 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 21059, app/assets/stylesheets/core.scss */
.navbar-nav-scroll {
  max-height: var(--scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 21065, app/assets/stylesheets/core.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 21069, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 21072, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 21075, 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 21079, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 21082, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 21086, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 21089, 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 21101, app/assets/stylesheets/core.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 21104, 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 21112, app/assets/stylesheets/core.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 21116, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 21119, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 21122, 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 21126, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 21129, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 21133, app/assets/stylesheets/core.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 21136, 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 21148, app/assets/stylesheets/core.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 21151, 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 21159, app/assets/stylesheets/core.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 21163, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 21166, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 21169, 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 21173, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 21176, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 21180, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 21183, 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 21195, app/assets/stylesheets/core.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 21198, 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 21206, app/assets/stylesheets/core.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 21210, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 21213, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 21216, 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 21220, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 21223, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 21227, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 21230, 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 21242, app/assets/stylesheets/core.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 21245, 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 21253, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 21257, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 21260, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 21263, 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 21267, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 21270, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 21274, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 21277, 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 21289, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 21292, app/assets/stylesheets/core.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 21299, app/assets/stylesheets/core.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 21303, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 21306, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 21309, 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 21313, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 21316, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 21320, app/assets/stylesheets/core.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 21323, 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 21335, app/assets/stylesheets/core.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 21338, app/assets/stylesheets/core.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 21345, 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 21356, 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 21360, 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 21392, app/assets/stylesheets/core.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 21396, app/assets/stylesheets/core.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 21400, 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 21405, 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 21410, app/assets/stylesheets/core.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 21415, 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 21421, app/assets/stylesheets/core.scss */
.card-title {
  margin-bottom: var(--card-title-spacer-y);
  color: var(--card-title-color);
}

/* line 21426, 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 21432, app/assets/stylesheets/core.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 21436, app/assets/stylesheets/core.scss */
.card-link + .card-link {
  margin-left: var(--card-spacer-x);
}

/* line 21440, 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 21447, app/assets/stylesheets/core.scss */
.card-header:first-child {
  border-radius: var(--card-inner-border-radius) var(--card-inner-border-radius) 0 0;
}

/* line 21451, 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 21457, app/assets/stylesheets/core.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--card-inner-border-radius) var(--card-inner-border-radius);
}

/* line 21461, 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 21467, app/assets/stylesheets/core.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--card-bg);
  border-bottom-color: var(--card-bg);
}

/* line 21472, 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 21477, 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 21487, app/assets/stylesheets/core.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 21493, 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 21499, 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 21505, app/assets/stylesheets/core.scss */
.card-group > .card {
  margin-bottom: var(--card-group-margin);
}

@media (min-width: 576px) {
  /* line 21509, app/assets/stylesheets/core.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 21513, app/assets/stylesheets/core.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 21517, app/assets/stylesheets/core.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 21521, app/assets/stylesheets/core.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 21525, 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 21529, 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 21533, app/assets/stylesheets/core.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 21537, 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 21541, 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 21547, 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 21572, 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 21588, app/assets/stylesheets/core.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 21592, 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 21597, app/assets/stylesheets/core.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--accordion-btn-active-icon);
  transform: var(--accordion-btn-icon-transform);
}

/* line 21601, 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 21613, app/assets/stylesheets/core.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 21617, app/assets/stylesheets/core.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 21620, 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 21627, app/assets/stylesheets/core.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 21631, 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 21636, 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 21640, 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 21644, app/assets/stylesheets/core.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 21647, 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 21651, 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 21655, 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 21660, app/assets/stylesheets/core.scss */
.accordion-body {
  padding: var(--accordion-body-padding-y) var(--accordion-body-padding-x);
}

/* line 21664, app/assets/stylesheets/core.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 21667, app/assets/stylesheets/core.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 21672, app/assets/stylesheets/core.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 21675, app/assets/stylesheets/core.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 21678, app/assets/stylesheets/core.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 21682, 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 21687, 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 21707, app/assets/stylesheets/core.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--breadcrumb-item-padding-x);
}

/* line 21710, 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 21716, app/assets/stylesheets/core.scss */
.breadcrumb-item.active {
  color: var(--breadcrumb-item-active-color);
}

/* line 21720, 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 21746, 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 21757, app/assets/stylesheets/core.scss */
  .page-link {
    transition: none;
  }
}

/* line 21761, 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 21767, 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 21774, 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 21780, 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 21787, app/assets/stylesheets/core.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc( var(--border-width) * -1);
}

/* line 21792, app/assets/stylesheets/core.scss */
.page-item .page-link {
  border-radius: var(--pagination-border-radius);
}

/* line 21796, 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 21803, 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 21810, 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 21828, app/assets/stylesheets/core.scss */
.badge:empty {
  display: none;
}

/* line 21832, app/assets/stylesheets/core.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 21837, 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 21856, app/assets/stylesheets/core.scss */
.alert-heading {
  color: inherit;
}

/* line 21860, app/assets/stylesheets/core.scss */
.alert-link {
  font-weight: 700;
  color: var(--alert-link-color);
}

/* line 21865, app/assets/stylesheets/core.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 21868, app/assets/stylesheets/core.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 21876, 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 21883, 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 21890, 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 21897, 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 21904, 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 21911, 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 21918, 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 21925, 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 21932, 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 21939, 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 21946, 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 21953, 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 21960, 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 21967, 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 21974, 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 21986, 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 22004, 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 22016, app/assets/stylesheets/core.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 22021, 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 22026, app/assets/stylesheets/core.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 22030, app/assets/stylesheets/core.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 22034, app/assets/stylesheets/core.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 22038, app/assets/stylesheets/core.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 22043, 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 22068, app/assets/stylesheets/core.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 22072, app/assets/stylesheets/core.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 22077, app/assets/stylesheets/core.scss */
.list-group-item-action {
  width: 100%;
  color: var(--list-group-action-color);
  text-align: inherit;
}

/* line 22082, 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 22088, 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 22093, 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 22101, app/assets/stylesheets/core.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 22105, app/assets/stylesheets/core.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 22109, 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 22114, 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 22120, app/assets/stylesheets/core.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 22123, 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 22128, app/assets/stylesheets/core.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 22131, 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 22135, 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 22139, app/assets/stylesheets/core.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 22142, 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 22146, 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 22152, app/assets/stylesheets/core.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 22155, 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 22159, 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 22163, app/assets/stylesheets/core.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 22166, 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 22170, 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 22176, app/assets/stylesheets/core.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 22179, 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 22183, 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 22187, app/assets/stylesheets/core.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 22190, 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 22194, 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 22200, app/assets/stylesheets/core.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 22203, 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 22207, 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 22211, app/assets/stylesheets/core.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 22214, 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 22218, 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 22224, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 22227, 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 22231, 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 22235, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 22238, 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 22242, 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 22248, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 22251, 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 22255, 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 22259, app/assets/stylesheets/core.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 22262, 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 22266, 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 22271, app/assets/stylesheets/core.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 22274, app/assets/stylesheets/core.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--list-group-border-width);
}

/* line 22277, app/assets/stylesheets/core.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 22281, 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 22294, 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 22307, 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 22320, 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 22333, 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 22346, 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 22359, 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 22372, 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 22385, 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 22398, 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 22411, 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 22424, 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 22437, 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 22450, 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 22463, 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 22476, 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 22495, app/assets/stylesheets/core.scss */
.btn-close:hover {
  color: var(--btn-close-color);
  text-decoration: none;
  opacity: var(--btn-close-hover-opacity);
}

/* line 22500, app/assets/stylesheets/core.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--btn-close-focus-shadow);
  opacity: var(--btn-close-focus-opacity);
}

/* line 22505, 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 22513, app/assets/stylesheets/core.scss */
.btn-close-white {
  filter: var(--btn-close-white-filter);
}

/* line 22517, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] .btn-close {
  filter: var(--btn-close-white-filter);
}

/* line 22521, 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 22548, app/assets/stylesheets/core.scss */
.toast.showing {
  opacity: 0;
}

/* line 22551, app/assets/stylesheets/core.scss */
.toast:not(.show) {
  display: none;
}

/* line 22555, 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 22564, app/assets/stylesheets/core.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--toast-spacing);
}

/* line 22568, 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 22579, 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 22584, app/assets/stylesheets/core.scss */
.toast-body {
  padding: var(--toast-padding-x);
  word-wrap: break-word;
}

/* line 22589, 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 22623, app/assets/stylesheets/core.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--modal-margin);
  pointer-events: none;
}

/* line 22629, 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 22634, app/assets/stylesheets/core.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 22638, app/assets/stylesheets/core.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 22641, app/assets/stylesheets/core.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 22645, app/assets/stylesheets/core.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--modal-margin) * 2);
}

/* line 22648, app/assets/stylesheets/core.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 22652, app/assets/stylesheets/core.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 22656, app/assets/stylesheets/core.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--modal-margin) * 2);
}

/* line 22662, 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 22676, 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 22688, app/assets/stylesheets/core.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 22691, app/assets/stylesheets/core.scss */
.modal-backdrop.show {
  opacity: var(--backdrop-opacity);
}

/* line 22695, 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 22705, 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 22710, app/assets/stylesheets/core.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--modal-title-line-height);
}

/* line 22715, app/assets/stylesheets/core.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--modal-padding);
}

/* line 22721, 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 22733, app/assets/stylesheets/core.scss */
.modal-footer > * {
  margin: calc(var(--modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  /* line 22738, app/assets/stylesheets/core.scss */
  .modal {
    --modal-margin: 1.75rem;
    --modal-box-shadow: 0 0.5rem 1rem rgba(38, 31, 68, 0.15);
  }
  /* line 22742, app/assets/stylesheets/core.scss */
  .modal-dialog {
    max-width: var(--modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 22747, app/assets/stylesheets/core.scss */
  .modal-sm {
    --modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 22752, app/assets/stylesheets/core.scss */
  .modal-lg,
.modal-xl {
    --modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 22758, app/assets/stylesheets/core.scss */
  .modal-xl {
    --modal-width: 1140px;
  }
}

/* line 22762, app/assets/stylesheets/core.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 22768, app/assets/stylesheets/core.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 22773, app/assets/stylesheets/core.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 22777, app/assets/stylesheets/core.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 22782, app/assets/stylesheets/core.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 22788, app/assets/stylesheets/core.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 22793, app/assets/stylesheets/core.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 22797, app/assets/stylesheets/core.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 22802, app/assets/stylesheets/core.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 22808, app/assets/stylesheets/core.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 22813, app/assets/stylesheets/core.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 22817, app/assets/stylesheets/core.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 22822, app/assets/stylesheets/core.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 22828, app/assets/stylesheets/core.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 22833, app/assets/stylesheets/core.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 22837, app/assets/stylesheets/core.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 22842, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 22848, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 22853, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 22857, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 22862, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 22868, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 22873, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 22877, app/assets/stylesheets/core.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 22881, 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 22915, app/assets/stylesheets/core.scss */
.tooltip.show {
  opacity: var(--tooltip-opacity);
}

/* line 22918, app/assets/stylesheets/core.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--tooltip-arrow-width);
  height: var(--tooltip-arrow-height);
}

/* line 22923, app/assets/stylesheets/core.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 22930, 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 22933, 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 22940, 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 22945, 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 22952, 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 22955, 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 22962, 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 22967, 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 22974, 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 22983, 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 23030, app/assets/stylesheets/core.scss */
.popover .popover-arrow {
  display: block;
  width: var(--popover-arrow-width);
  height: var(--popover-arrow-height);
}

/* line 23035, 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 23044, 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 23047, 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 23050, 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 23054, 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 23060, 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 23065, 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 23068, 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 23072, 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 23078, 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 23081, 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 23084, 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 23088, 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 23092, 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 23104, 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 23109, 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 23112, 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 23116, 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 23122, 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 23132, app/assets/stylesheets/core.scss */
.popover-header:empty {
  display: none;
}

/* line 23136, app/assets/stylesheets/core.scss */
.popover-body {
  padding: var(--popover-body-padding-y) var(--popover-body-padding-x);
  color: var(--popover-body-color);
}

/* line 23141, app/assets/stylesheets/core.scss */
.carousel {
  position: relative;
}

/* line 23145, app/assets/stylesheets/core.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 23149, app/assets/stylesheets/core.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 23154, app/assets/stylesheets/core.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 23160, 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 23170, app/assets/stylesheets/core.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 23175, app/assets/stylesheets/core.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 23181, app/assets/stylesheets/core.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 23186, app/assets/stylesheets/core.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 23191, app/assets/stylesheets/core.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 23196, 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 23202, 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 23209, app/assets/stylesheets/core.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 23215, 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 23234, app/assets/stylesheets/core.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 23239, 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 23248, app/assets/stylesheets/core.scss */
.carousel-control-prev {
  left: 0;
}

/* line 23252, app/assets/stylesheets/core.scss */
.carousel-control-next {
  right: 0;
}

/* line 23256, 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 23274, 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 23278, 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 23282, 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 23295, 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 23314, app/assets/stylesheets/core.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 23318, app/assets/stylesheets/core.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 23322, 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 23333, app/assets/stylesheets/core.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 23337, app/assets/stylesheets/core.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #1c2232;
}

/* line 23340, app/assets/stylesheets/core.scss */
.carousel-dark .carousel-caption {
  color: #1c2232;
}

/* line 23344, 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 23349, 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 23352, app/assets/stylesheets/core.scss */
[data-bs-theme=dark] .carousel .carousel-caption, .carousel[data-bs-theme=dark] .carousel-caption {
  color: #1c2232;
}

/* line 23356, 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 23371, 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 23382, 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 23397, 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 23407, app/assets/stylesheets/core.scss */
.spinner-grow-sm {
  --spinner-width: 1rem;
  --spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 23413, app/assets/stylesheets/core.scss */
  .spinner-border,
.spinner-grow {
    --spinner-animation-speed: 1.5s;
  }
}

/* line 23418, 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 23434, 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 23450, app/assets/stylesheets/core.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 23455, 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 23464, 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 23473, 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 23484, 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 23494, app/assets/stylesheets/core.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  /* line 23499, app/assets/stylesheets/core.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 23504, app/assets/stylesheets/core.scss */
  .offcanvas-sm {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 23509, app/assets/stylesheets/core.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 23512, 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 23522, 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 23538, app/assets/stylesheets/core.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 23543, 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 23552, 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 23561, 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 23572, 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 23582, app/assets/stylesheets/core.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  /* line 23587, app/assets/stylesheets/core.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 23592, app/assets/stylesheets/core.scss */
  .offcanvas-md {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 23597, app/assets/stylesheets/core.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 23600, 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 23610, 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 23626, app/assets/stylesheets/core.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 23631, 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 23640, 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 23649, 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 23660, 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 23670, app/assets/stylesheets/core.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  /* line 23675, app/assets/stylesheets/core.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 23680, app/assets/stylesheets/core.scss */
  .offcanvas-lg {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 23685, app/assets/stylesheets/core.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 23688, 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 23698, 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 23714, app/assets/stylesheets/core.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 23719, 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 23728, 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 23737, 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 23748, 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 23758, app/assets/stylesheets/core.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 23763, app/assets/stylesheets/core.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 23768, app/assets/stylesheets/core.scss */
  .offcanvas-xl {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 23773, app/assets/stylesheets/core.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 23776, 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 23786, 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 23802, app/assets/stylesheets/core.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 23807, 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 23816, 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 23825, 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 23836, 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 23846, app/assets/stylesheets/core.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 23851, app/assets/stylesheets/core.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 23856, app/assets/stylesheets/core.scss */
  .offcanvas-xxl {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 23861, app/assets/stylesheets/core.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 23864, app/assets/stylesheets/core.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 23873, 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 23888, app/assets/stylesheets/core.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 23892, 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 23899, 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 23906, 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 23915, 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 23923, app/assets/stylesheets/core.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 23926, app/assets/stylesheets/core.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 23930, app/assets/stylesheets/core.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1c2232;
}

/* line 23939, app/assets/stylesheets/core.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 23942, app/assets/stylesheets/core.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 23946, 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 23952, 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 23959, app/assets/stylesheets/core.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--offcanvas-title-line-height);
}

/* line 23964, app/assets/stylesheets/core.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
  overflow-y: auto;
}

/* line 23970, app/assets/stylesheets/core.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 23978, app/assets/stylesheets/core.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 23983, app/assets/stylesheets/core.scss */
.placeholder-xs {
  min-height: 0.6em;
}

/* line 23987, app/assets/stylesheets/core.scss */
.placeholder-sm {
  min-height: 0.8em;
}

/* line 23991, app/assets/stylesheets/core.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 23995, app/assets/stylesheets/core.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

/* line 24004, 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 24018, app/assets/stylesheets/core.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 24024, app/assets/stylesheets/core.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(255, 89, 56, var(--bg-opacity, 1)) !important;
}

/* line 24029, app/assets/stylesheets/core.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(103, 46, 187, var(--bg-opacity, 1)) !important;
}

/* line 24034, app/assets/stylesheets/core.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(36, 161, 72, var(--bg-opacity, 1)) !important;
}

/* line 24039, app/assets/stylesheets/core.scss */
.text-bg-info {
  color: #fff !important;
  background-color: RGBA(23, 162, 184, var(--bg-opacity, 1)) !important;
}

/* line 24044, app/assets/stylesheets/core.scss */
.text-bg-warning {
  color: #1c2232 !important;
  background-color: RGBA(255, 193, 7, var(--bg-opacity, 1)) !important;
}

/* line 24049, app/assets/stylesheets/core.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(234, 67, 54, var(--bg-opacity, 1)) !important;
}

/* line 24054, app/assets/stylesheets/core.scss */
.text-bg-light {
  color: #1c2232 !important;
  background-color: RGBA(244, 244, 245, var(--bg-opacity, 1)) !important;
}

/* line 24059, app/assets/stylesheets/core.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(38, 31, 68, var(--bg-opacity, 1)) !important;
}

/* line 24064, app/assets/stylesheets/core.scss */
.text-bg-white {
  color: #1c2232 !important;
  background-color: RGBA(255, 255, 255, var(--bg-opacity, 1)) !important;
}

/* line 24069, app/assets/stylesheets/core.scss */
.text-bg-light-primary {
  color: #1c2232 !important;
  background-color: RGBA(255, 234, 230, var(--bg-opacity, 1)) !important;
}

/* line 24074, app/assets/stylesheets/core.scss */
.text-bg-light-danger {
  color: #1c2232 !important;
  background-color: RGBA(255, 235, 234, var(--bg-opacity, 1)) !important;
}

/* line 24079, app/assets/stylesheets/core.scss */
.text-bg-light-info {
  color: #1c2232 !important;
  background-color: RGBA(208, 255, 255, var(--bg-opacity, 1)) !important;
}

/* line 24084, app/assets/stylesheets/core.scss */
.text-bg-light-warning {
  color: #1c2232 !important;
  background-color: RGBA(255, 246, 225, var(--bg-opacity, 1)) !important;
}

/* line 24089, app/assets/stylesheets/core.scss */
.text-bg-light-secondary {
  color: #1c2232 !important;
  background-color: RGBA(235, 221, 255, var(--bg-opacity, 1)) !important;
}

/* line 24094, app/assets/stylesheets/core.scss */
.text-bg-light-success {
  color: #1c2232 !important;
  background-color: RGBA(232, 255, 243, var(--bg-opacity, 1)) !important;
}

/* line 24099, 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 24103, 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 24108, 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 24112, 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 24117, 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 24121, 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 24126, 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 24130, 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 24135, 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 24139, 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 24144, 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 24148, 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 24153, 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 24157, 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 24162, 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 24166, 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 24171, 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 24175, 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 24180, 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 24184, 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 24189, 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 24193, 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 24198, 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 24202, 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 24207, 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 24211, 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 24216, 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 24220, 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 24225, 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 24229, 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 24234, 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 24238, 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 24243, 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 24248, 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 24256, 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 24264, app/assets/stylesheets/core.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 24269, 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 24273, app/assets/stylesheets/core.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 24277, app/assets/stylesheets/core.scss */
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}

/* line 24282, app/assets/stylesheets/core.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 24290, app/assets/stylesheets/core.scss */
.ratio-1x1 {
  --aspect-ratio: 100%;
}

/* line 24294, app/assets/stylesheets/core.scss */
.ratio-4x3 {
  --aspect-ratio: 75%;
}

/* line 24298, app/assets/stylesheets/core.scss */
.ratio-16x9 {
  --aspect-ratio: 56.25%;
}

/* line 24302, app/assets/stylesheets/core.scss */
.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}

/* line 24306, app/assets/stylesheets/core.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 24314, app/assets/stylesheets/core.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24322, app/assets/stylesheets/core.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 24328, app/assets/stylesheets/core.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24335, app/assets/stylesheets/core.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 24340, app/assets/stylesheets/core.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24347, app/assets/stylesheets/core.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 24352, app/assets/stylesheets/core.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24359, app/assets/stylesheets/core.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 24364, app/assets/stylesheets/core.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24371, app/assets/stylesheets/core.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 24376, app/assets/stylesheets/core.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24383, app/assets/stylesheets/core.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 24388, app/assets/stylesheets/core.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 24394, app/assets/stylesheets/core.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 24401, app/assets/stylesheets/core.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 24408, 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 24419, app/assets/stylesheets/core.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 24424, app/assets/stylesheets/core.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 24434, app/assets/stylesheets/core.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 24440, app/assets/stylesheets/core.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 24449, app/assets/stylesheets/core.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 24453, app/assets/stylesheets/core.scss */
.align-top {
  vertical-align: top !important;
}

/* line 24457, app/assets/stylesheets/core.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 24461, app/assets/stylesheets/core.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 24465, app/assets/stylesheets/core.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 24469, app/assets/stylesheets/core.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 24473, app/assets/stylesheets/core.scss */
.float-start {
  float: left !important;
}

/* line 24477, app/assets/stylesheets/core.scss */
.float-end {
  float: right !important;
}

/* line 24481, app/assets/stylesheets/core.scss */
.float-none {
  float: none !important;
}

/* line 24485, app/assets/stylesheets/core.scss */
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

/* line 24490, app/assets/stylesheets/core.scss */
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

/* line 24495, app/assets/stylesheets/core.scss */
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

/* line 24500, app/assets/stylesheets/core.scss */
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

/* line 24505, app/assets/stylesheets/core.scss */
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

/* line 24510, app/assets/stylesheets/core.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 24514, app/assets/stylesheets/core.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 24518, app/assets/stylesheets/core.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 24522, app/assets/stylesheets/core.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 24526, app/assets/stylesheets/core.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 24530, app/assets/stylesheets/core.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 24534, app/assets/stylesheets/core.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 24538, app/assets/stylesheets/core.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 24542, app/assets/stylesheets/core.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 24546, app/assets/stylesheets/core.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 24550, app/assets/stylesheets/core.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 24554, app/assets/stylesheets/core.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 24558, app/assets/stylesheets/core.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 24562, app/assets/stylesheets/core.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 24566, app/assets/stylesheets/core.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 24570, app/assets/stylesheets/core.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 24574, app/assets/stylesheets/core.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 24578, app/assets/stylesheets/core.scss */
.d-inline {
  display: inline !important;
}

/* line 24582, app/assets/stylesheets/core.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 24586, app/assets/stylesheets/core.scss */
.d-block {
  display: block !important;
}

/* line 24590, app/assets/stylesheets/core.scss */
.d-grid {
  display: grid !important;
}

/* line 24594, app/assets/stylesheets/core.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 24598, app/assets/stylesheets/core.scss */
.d-table {
  display: table !important;
}

/* line 24602, app/assets/stylesheets/core.scss */
.d-table-row {
  display: table-row !important;
}

/* line 24606, app/assets/stylesheets/core.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 24610, app/assets/stylesheets/core.scss */
.d-flex {
  display: flex !important;
}

/* line 24614, app/assets/stylesheets/core.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 24618, app/assets/stylesheets/core.scss */
.d-none {
  display: none !important;
}

/* line 24622, app/assets/stylesheets/core.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(38, 31, 68, 0.15) !important;
}

/* line 24626, app/assets/stylesheets/core.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(38, 31, 68, 0.075) !important;
}

/* line 24630, app/assets/stylesheets/core.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(38, 31, 68, 0.175) !important;
}

/* line 24634, app/assets/stylesheets/core.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 24638, app/assets/stylesheets/core.scss */
.focus-ring-primary {
  --focus-ring-color: rgba(var(--primary-rgb), var(--focus-ring-opacity));
}

/* line 24642, app/assets/stylesheets/core.scss */
.focus-ring-secondary {
  --focus-ring-color: rgba(var(--secondary-rgb), var(--focus-ring-opacity));
}

/* line 24646, app/assets/stylesheets/core.scss */
.focus-ring-success {
  --focus-ring-color: rgba(var(--success-rgb), var(--focus-ring-opacity));
}

/* line 24650, app/assets/stylesheets/core.scss */
.focus-ring-info {
  --focus-ring-color: rgba(var(--info-rgb), var(--focus-ring-opacity));
}

/* line 24654, app/assets/stylesheets/core.scss */
.focus-ring-warning {
  --focus-ring-color: rgba(var(--warning-rgb), var(--focus-ring-opacity));
}

/* line 24658, app/assets/stylesheets/core.scss */
.focus-ring-danger {
  --focus-ring-color: rgba(var(--danger-rgb), var(--focus-ring-opacity));
}

/* line 24662, app/assets/stylesheets/core.scss */
.focus-ring-light {
  --focus-ring-color: rgba(var(--light-rgb), var(--focus-ring-opacity));
}

/* line 24666, app/assets/stylesheets/core.scss */
.focus-ring-dark {
  --focus-ring-color: rgba(var(--dark-rgb), var(--focus-ring-opacity));
}

/* line 24670, app/assets/stylesheets/core.scss */
.focus-ring-white {
  --focus-ring-color: rgba(var(--white-rgb), var(--focus-ring-opacity));
}

/* line 24674, app/assets/stylesheets/core.scss */
.focus-ring-light-primary {
  --focus-ring-color: rgba(var(--light-primary-rgb), var(--focus-ring-opacity));
}

/* line 24678, app/assets/stylesheets/core.scss */
.focus-ring-light-danger {
  --focus-ring-color: rgba(var(--light-danger-rgb), var(--focus-ring-opacity));
}

/* line 24682, app/assets/stylesheets/core.scss */
.focus-ring-light-info {
  --focus-ring-color: rgba(var(--light-info-rgb), var(--focus-ring-opacity));
}

/* line 24686, app/assets/stylesheets/core.scss */
.focus-ring-light-warning {
  --focus-ring-color: rgba(var(--light-warning-rgb), var(--focus-ring-opacity));
}

/* line 24690, app/assets/stylesheets/core.scss */
.focus-ring-light-secondary {
  --focus-ring-color: rgba(var(--light-secondary-rgb), var(--focus-ring-opacity));
}

/* line 24694, app/assets/stylesheets/core.scss */
.focus-ring-light-success {
  --focus-ring-color: rgba(var(--light-success-rgb), var(--focus-ring-opacity));
}

/* line 24698, app/assets/stylesheets/core.scss */
.position-static {
  position: static !important;
}

/* line 24702, app/assets/stylesheets/core.scss */
.position-relative {
  position: relative !important;
}

/* line 24706, app/assets/stylesheets/core.scss */
.position-absolute {
  position: absolute !important;
}

/* line 24710, app/assets/stylesheets/core.scss */
.position-fixed {
  position: fixed !important;
}

/* line 24714, app/assets/stylesheets/core.scss */
.position-sticky {
  position: sticky !important;
}

/* line 24718, app/assets/stylesheets/core.scss */
.top-0 {
  top: 0 !important;
}

/* line 24722, app/assets/stylesheets/core.scss */
.top-50 {
  top: 50% !important;
}

/* line 24726, app/assets/stylesheets/core.scss */
.top-100 {
  top: 100% !important;
}

/* line 24730, app/assets/stylesheets/core.scss */
.top-auto {
  top: auto !important;
}

/* line 24734, app/assets/stylesheets/core.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 24738, app/assets/stylesheets/core.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 24742, app/assets/stylesheets/core.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 24746, app/assets/stylesheets/core.scss */
.bottom-auto {
  bottom: auto !important;
}

/* line 24750, app/assets/stylesheets/core.scss */
.start-0 {
  left: 0 !important;
}

/* line 24754, app/assets/stylesheets/core.scss */
.start-50 {
  left: 50% !important;
}

/* line 24758, app/assets/stylesheets/core.scss */
.start-100 {
  left: 100% !important;
}

/* line 24762, app/assets/stylesheets/core.scss */
.start-auto {
  left: auto !important;
}

/* line 24766, app/assets/stylesheets/core.scss */
.end-0 {
  right: 0 !important;
}

/* line 24770, app/assets/stylesheets/core.scss */
.end-50 {
  right: 50% !important;
}

/* line 24774, app/assets/stylesheets/core.scss */
.end-100 {
  right: 100% !important;
}

/* line 24778, app/assets/stylesheets/core.scss */
.end-auto {
  right: auto !important;
}

/* line 24782, app/assets/stylesheets/core.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 24786, app/assets/stylesheets/core.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 24790, app/assets/stylesheets/core.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 24794, app/assets/stylesheets/core.scss */
.border {
  border: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 24798, app/assets/stylesheets/core.scss */
.border-0 {
  border: 0 !important;
}

/* line 24802, app/assets/stylesheets/core.scss */
.border-top {
  border-top: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 24806, app/assets/stylesheets/core.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 24810, app/assets/stylesheets/core.scss */
.border-end {
  border-right: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 24814, app/assets/stylesheets/core.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 24818, app/assets/stylesheets/core.scss */
.border-bottom {
  border-bottom: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 24822, app/assets/stylesheets/core.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 24826, app/assets/stylesheets/core.scss */
.border-start {
  border-left: var(--border-width) var(--border-style) var(--border-color) !important;
}

/* line 24830, app/assets/stylesheets/core.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 24834, app/assets/stylesheets/core.scss */
.border-primary {
  --border-opacity: 1;
  border-color: rgba(var(--primary-rgb), var(--border-opacity)) !important;
}

/* line 24839, app/assets/stylesheets/core.scss */
.border-secondary {
  --border-opacity: 1;
  border-color: rgba(var(--secondary-rgb), var(--border-opacity)) !important;
}

/* line 24844, app/assets/stylesheets/core.scss */
.border-success {
  --border-opacity: 1;
  border-color: rgba(var(--success-rgb), var(--border-opacity)) !important;
}

/* line 24849, app/assets/stylesheets/core.scss */
.border-info {
  --border-opacity: 1;
  border-color: rgba(var(--info-rgb), var(--border-opacity)) !important;
}

/* line 24854, app/assets/stylesheets/core.scss */
.border-warning {
  --border-opacity: 1;
  border-color: rgba(var(--warning-rgb), var(--border-opacity)) !important;
}

/* line 24859, app/assets/stylesheets/core.scss */
.border-danger {
  --border-opacity: 1;
  border-color: rgba(var(--danger-rgb), var(--border-opacity)) !important;
}

/* line 24864, app/assets/stylesheets/core.scss */
.border-light {
  --border-opacity: 1;
  border-color: rgba(var(--light-rgb), var(--border-opacity)) !important;
}

/* line 24869, app/assets/stylesheets/core.scss */
.border-dark {
  --border-opacity: 1;
  border-color: rgba(var(--dark-rgb), var(--border-opacity)) !important;
}

/* line 24874, app/assets/stylesheets/core.scss */
.border-white {
  --border-opacity: 1;
  border-color: rgba(var(--white-rgb), var(--border-opacity)) !important;
}

/* line 24879, app/assets/stylesheets/core.scss */
.border-light-primary {
  --border-opacity: 1;
  border-color: rgba(var(--light-primary-rgb), var(--border-opacity)) !important;
}

/* line 24884, app/assets/stylesheets/core.scss */
.border-light-danger {
  --border-opacity: 1;
  border-color: rgba(var(--light-danger-rgb), var(--border-opacity)) !important;
}

/* line 24889, app/assets/stylesheets/core.scss */
.border-light-info {
  --border-opacity: 1;
  border-color: rgba(var(--light-info-rgb), var(--border-opacity)) !important;
}

/* line 24894, app/assets/stylesheets/core.scss */
.border-light-warning {
  --border-opacity: 1;
  border-color: rgba(var(--light-warning-rgb), var(--border-opacity)) !important;
}

/* line 24899, app/assets/stylesheets/core.scss */
.border-light-secondary {
  --border-opacity: 1;
  border-color: rgba(var(--light-secondary-rgb), var(--border-opacity)) !important;
}

/* line 24904, app/assets/stylesheets/core.scss */
.border-light-success {
  --border-opacity: 1;
  border-color: rgba(var(--light-success-rgb), var(--border-opacity)) !important;
}

/* line 24909, app/assets/stylesheets/core.scss */
.border-black {
  --border-opacity: 1;
  border-color: rgba(var(--black-rgb), var(--border-opacity)) !important;
}

/* line 24914, app/assets/stylesheets/core.scss */
.border-primary-subtle {
  border-color: var(--primary-border-subtle) !important;
}

/* line 24918, app/assets/stylesheets/core.scss */
.border-secondary-subtle {
  border-color: var(--secondary-border-subtle) !important;
}

/* line 24922, app/assets/stylesheets/core.scss */
.border-success-subtle {
  border-color: var(--success-border-subtle) !important;
}

/* line 24926, app/assets/stylesheets/core.scss */
.border-info-subtle {
  border-color: var(--info-border-subtle) !important;
}

/* line 24930, app/assets/stylesheets/core.scss */
.border-warning-subtle {
  border-color: var(--warning-border-subtle) !important;
}

/* line 24934, app/assets/stylesheets/core.scss */
.border-danger-subtle {
  border-color: var(--danger-border-subtle) !important;
}

/* line 24938, app/assets/stylesheets/core.scss */
.border-light-subtle {
  border-color: var(--light-border-subtle) !important;
}

/* line 24942, app/assets/stylesheets/core.scss */
.border-dark-subtle {
  border-color: var(--dark-border-subtle) !important;
}

/* line 24946, app/assets/stylesheets/core.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 24950, app/assets/stylesheets/core.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 24954, app/assets/stylesheets/core.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 24958, app/assets/stylesheets/core.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 24962, app/assets/stylesheets/core.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 24966, app/assets/stylesheets/core.scss */
.border-opacity-10 {
  --border-opacity: 0.1;
}

/* line 24970, app/assets/stylesheets/core.scss */
.border-opacity-25 {
  --border-opacity: 0.25;
}

/* line 24974, app/assets/stylesheets/core.scss */
.border-opacity-50 {
  --border-opacity: 0.5;
}

/* line 24978, app/assets/stylesheets/core.scss */
.border-opacity-75 {
  --border-opacity: 0.75;
}

/* line 24982, app/assets/stylesheets/core.scss */
.border-opacity-100 {
  --border-opacity: 1;
}

/* line 24986, app/assets/stylesheets/core.scss */
.w-25 {
  width: 25% !important;
}

/* line 24990, app/assets/stylesheets/core.scss */
.w-30 {
  width: 30% !important;
}

/* line 24994, app/assets/stylesheets/core.scss */
.w-40 {
  width: 40% !important;
}

/* line 24998, app/assets/stylesheets/core.scss */
.w-50 {
  width: 50% !important;
}

/* line 25002, app/assets/stylesheets/core.scss */
.w-65 {
  width: 65% !important;
}

/* line 25006, app/assets/stylesheets/core.scss */
.w-75 {
  width: 75% !important;
}

/* line 25010, app/assets/stylesheets/core.scss */
.w-85 {
  width: 85% !important;
}

/* line 25014, app/assets/stylesheets/core.scss */
.w-100 {
  width: 100% !important;
}

/* line 25018, app/assets/stylesheets/core.scss */
.w-auto {
  width: auto !important;
}

/* line 25022, app/assets/stylesheets/core.scss */
.mw-50 {
  max-width: 50% !important;
}

/* line 25026, app/assets/stylesheets/core.scss */
.mw-80 {
  max-width: 80% !important;
}

/* line 25030, app/assets/stylesheets/core.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 25034, app/assets/stylesheets/core.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 25038, app/assets/stylesheets/core.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 25042, app/assets/stylesheets/core.scss */
.h-25 {
  height: 25% !important;
}

/* line 25046, app/assets/stylesheets/core.scss */
.h-50 {
  height: 50% !important;
}

/* line 25050, app/assets/stylesheets/core.scss */
.h-75 {
  height: 75% !important;
}

/* line 25054, app/assets/stylesheets/core.scss */
.h-100 {
  height: 100% !important;
}

/* line 25058, app/assets/stylesheets/core.scss */
.h-auto {
  height: auto !important;
}

/* line 25062, app/assets/stylesheets/core.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 25066, app/assets/stylesheets/core.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 25070, app/assets/stylesheets/core.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 25074, app/assets/stylesheets/core.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 25078, app/assets/stylesheets/core.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 25082, app/assets/stylesheets/core.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 25086, app/assets/stylesheets/core.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 25090, app/assets/stylesheets/core.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 25094, app/assets/stylesheets/core.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 25098, app/assets/stylesheets/core.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 25102, app/assets/stylesheets/core.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 25106, app/assets/stylesheets/core.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25110, app/assets/stylesheets/core.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 25114, app/assets/stylesheets/core.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 25118, app/assets/stylesheets/core.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 25122, app/assets/stylesheets/core.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 25126, app/assets/stylesheets/core.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 25130, app/assets/stylesheets/core.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 25134, app/assets/stylesheets/core.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 25138, app/assets/stylesheets/core.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 25142, app/assets/stylesheets/core.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 25146, app/assets/stylesheets/core.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 25150, app/assets/stylesheets/core.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 25154, app/assets/stylesheets/core.scss */
.align-items-center {
  align-items: center !important;
}

/* line 25158, app/assets/stylesheets/core.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 25162, app/assets/stylesheets/core.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 25166, app/assets/stylesheets/core.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 25170, app/assets/stylesheets/core.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 25174, app/assets/stylesheets/core.scss */
.align-content-center {
  align-content: center !important;
}

/* line 25178, app/assets/stylesheets/core.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 25182, app/assets/stylesheets/core.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 25186, app/assets/stylesheets/core.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 25190, app/assets/stylesheets/core.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 25194, app/assets/stylesheets/core.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 25198, app/assets/stylesheets/core.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 25202, app/assets/stylesheets/core.scss */
.align-self-center {
  align-self: center !important;
}

/* line 25206, app/assets/stylesheets/core.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 25210, app/assets/stylesheets/core.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 25214, app/assets/stylesheets/core.scss */
.order-first {
  order: -1 !important;
}

/* line 25218, app/assets/stylesheets/core.scss */
.order-0 {
  order: 0 !important;
}

/* line 25222, app/assets/stylesheets/core.scss */
.order-1 {
  order: 1 !important;
}

/* line 25226, app/assets/stylesheets/core.scss */
.order-2 {
  order: 2 !important;
}

/* line 25230, app/assets/stylesheets/core.scss */
.order-3 {
  order: 3 !important;
}

/* line 25234, app/assets/stylesheets/core.scss */
.order-4 {
  order: 4 !important;
}

/* line 25238, app/assets/stylesheets/core.scss */
.order-5 {
  order: 5 !important;
}

/* line 25242, app/assets/stylesheets/core.scss */
.order-last {
  order: 6 !important;
}

/* line 25246, app/assets/stylesheets/core.scss */
.m-0 {
  margin: 0 !important;
}

/* line 25250, app/assets/stylesheets/core.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 25254, app/assets/stylesheets/core.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 25258, app/assets/stylesheets/core.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 25262, app/assets/stylesheets/core.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 25266, app/assets/stylesheets/core.scss */
.m-5 {
  margin: 2rem !important;
}

/* line 25270, app/assets/stylesheets/core.scss */
.m-6 {
  margin: 2.5rem !important;
}

/* line 25274, app/assets/stylesheets/core.scss */
.m-7 {
  margin: 3rem !important;
}

/* line 25278, app/assets/stylesheets/core.scss */
.m-8 {
  margin: 3.5rem !important;
}

/* line 25282, app/assets/stylesheets/core.scss */
.m-9 {
  margin: 4rem !important;
}

/* line 25286, app/assets/stylesheets/core.scss */
.m-10 {
  margin: 4.5rem !important;
}

/* line 25290, app/assets/stylesheets/core.scss */
.m-11 {
  margin: 5rem !important;
}

/* line 25294, app/assets/stylesheets/core.scss */
.m-12 {
  margin: 5.5rem !important;
}

/* line 25298, app/assets/stylesheets/core.scss */
.m-13 {
  margin: 6rem !important;
}

/* line 25302, app/assets/stylesheets/core.scss */
.m-14 {
  margin: 6.5rem !important;
}

/* line 25306, app/assets/stylesheets/core.scss */
.m-15 {
  margin: 7rem !important;
}

/* line 25310, app/assets/stylesheets/core.scss */
.m-16 {
  margin: 7.5rem !important;
}

/* line 25314, app/assets/stylesheets/core.scss */
.m-17 {
  margin: 8rem !important;
}

/* line 25318, app/assets/stylesheets/core.scss */
.m-18 {
  margin: 10rem !important;
}

/* line 25322, app/assets/stylesheets/core.scss */
.m-19 {
  margin: 12rem !important;
}

/* line 25326, app/assets/stylesheets/core.scss */
.m-20 {
  margin: 14rem !important;
}

/* line 25330, app/assets/stylesheets/core.scss */
.m-21 {
  margin: 18.5rem !important;
}

/* line 25334, app/assets/stylesheets/core.scss */
.m-22 {
  margin: 22rem !important;
}

/* line 25338, app/assets/stylesheets/core.scss */
.m-23 {
  margin: 35rem !important;
}

/* line 25342, app/assets/stylesheets/core.scss */
.m-24 {
  margin: 40rem !important;
}

/* line 25346, app/assets/stylesheets/core.scss */
.m-auto {
  margin: auto !important;
}

/* line 25350, app/assets/stylesheets/core.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 25355, app/assets/stylesheets/core.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 25360, app/assets/stylesheets/core.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 25365, app/assets/stylesheets/core.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 25370, app/assets/stylesheets/core.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 25375, app/assets/stylesheets/core.scss */
.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

/* line 25380, app/assets/stylesheets/core.scss */
.mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

/* line 25385, app/assets/stylesheets/core.scss */
.mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 25390, app/assets/stylesheets/core.scss */
.mx-8 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

/* line 25395, app/assets/stylesheets/core.scss */
.mx-9 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 25400, app/assets/stylesheets/core.scss */
.mx-10 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

/* line 25405, app/assets/stylesheets/core.scss */
.mx-11 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

/* line 25410, app/assets/stylesheets/core.scss */
.mx-12 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

/* line 25415, app/assets/stylesheets/core.scss */
.mx-13 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* line 25420, app/assets/stylesheets/core.scss */
.mx-14 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

/* line 25425, app/assets/stylesheets/core.scss */
.mx-15 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

/* line 25430, app/assets/stylesheets/core.scss */
.mx-16 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

/* line 25435, app/assets/stylesheets/core.scss */
.mx-17 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

/* line 25440, app/assets/stylesheets/core.scss */
.mx-18 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

/* line 25445, app/assets/stylesheets/core.scss */
.mx-19 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

/* line 25450, app/assets/stylesheets/core.scss */
.mx-20 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

/* line 25455, app/assets/stylesheets/core.scss */
.mx-21 {
  margin-right: 18.5rem !important;
  margin-left: 18.5rem !important;
}

/* line 25460, app/assets/stylesheets/core.scss */
.mx-22 {
  margin-right: 22rem !important;
  margin-left: 22rem !important;
}

/* line 25465, app/assets/stylesheets/core.scss */
.mx-23 {
  margin-right: 35rem !important;
  margin-left: 35rem !important;
}

/* line 25470, app/assets/stylesheets/core.scss */
.mx-24 {
  margin-right: 40rem !important;
  margin-left: 40rem !important;
}

/* line 25475, app/assets/stylesheets/core.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 25480, app/assets/stylesheets/core.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 25485, app/assets/stylesheets/core.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 25490, app/assets/stylesheets/core.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 25495, app/assets/stylesheets/core.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 25500, app/assets/stylesheets/core.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 25505, app/assets/stylesheets/core.scss */
.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 25510, app/assets/stylesheets/core.scss */
.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 25515, app/assets/stylesheets/core.scss */
.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 25520, app/assets/stylesheets/core.scss */
.my-8 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 25525, app/assets/stylesheets/core.scss */
.my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 25530, app/assets/stylesheets/core.scss */
.my-10 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 25535, app/assets/stylesheets/core.scss */
.my-11 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 25540, app/assets/stylesheets/core.scss */
.my-12 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

/* line 25545, app/assets/stylesheets/core.scss */
.my-13 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 25550, app/assets/stylesheets/core.scss */
.my-14 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

/* line 25555, app/assets/stylesheets/core.scss */
.my-15 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* line 25560, app/assets/stylesheets/core.scss */
.my-16 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

/* line 25565, app/assets/stylesheets/core.scss */
.my-17 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

/* line 25570, app/assets/stylesheets/core.scss */
.my-18 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 25575, app/assets/stylesheets/core.scss */
.my-19 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

/* line 25580, app/assets/stylesheets/core.scss */
.my-20 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

/* line 25585, app/assets/stylesheets/core.scss */
.my-21 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important;
}

/* line 25590, app/assets/stylesheets/core.scss */
.my-22 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}

/* line 25595, app/assets/stylesheets/core.scss */
.my-23 {
  margin-top: 35rem !important;
  margin-bottom: 35rem !important;
}

/* line 25600, app/assets/stylesheets/core.scss */
.my-24 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important;
}

/* line 25605, app/assets/stylesheets/core.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 25610, app/assets/stylesheets/core.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 25614, app/assets/stylesheets/core.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 25618, app/assets/stylesheets/core.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 25622, app/assets/stylesheets/core.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 25626, app/assets/stylesheets/core.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 25630, app/assets/stylesheets/core.scss */
.mt-5 {
  margin-top: 2rem !important;
}

/* line 25634, app/assets/stylesheets/core.scss */
.mt-6 {
  margin-top: 2.5rem !important;
}

/* line 25638, app/assets/stylesheets/core.scss */
.mt-7 {
  margin-top: 3rem !important;
}

/* line 25642, app/assets/stylesheets/core.scss */
.mt-8 {
  margin-top: 3.5rem !important;
}

/* line 25646, app/assets/stylesheets/core.scss */
.mt-9 {
  margin-top: 4rem !important;
}

/* line 25650, app/assets/stylesheets/core.scss */
.mt-10 {
  margin-top: 4.5rem !important;
}

/* line 25654, app/assets/stylesheets/core.scss */
.mt-11 {
  margin-top: 5rem !important;
}

/* line 25658, app/assets/stylesheets/core.scss */
.mt-12 {
  margin-top: 5.5rem !important;
}

/* line 25662, app/assets/stylesheets/core.scss */
.mt-13 {
  margin-top: 6rem !important;
}

/* line 25666, app/assets/stylesheets/core.scss */
.mt-14 {
  margin-top: 6.5rem !important;
}

/* line 25670, app/assets/stylesheets/core.scss */
.mt-15 {
  margin-top: 7rem !important;
}

/* line 25674, app/assets/stylesheets/core.scss */
.mt-16 {
  margin-top: 7.5rem !important;
}

/* line 25678, app/assets/stylesheets/core.scss */
.mt-17 {
  margin-top: 8rem !important;
}

/* line 25682, app/assets/stylesheets/core.scss */
.mt-18 {
  margin-top: 10rem !important;
}

/* line 25686, app/assets/stylesheets/core.scss */
.mt-19 {
  margin-top: 12rem !important;
}

/* line 25690, app/assets/stylesheets/core.scss */
.mt-20 {
  margin-top: 14rem !important;
}

/* line 25694, app/assets/stylesheets/core.scss */
.mt-21 {
  margin-top: 18.5rem !important;
}

/* line 25698, app/assets/stylesheets/core.scss */
.mt-22 {
  margin-top: 22rem !important;
}

/* line 25702, app/assets/stylesheets/core.scss */
.mt-23 {
  margin-top: 35rem !important;
}

/* line 25706, app/assets/stylesheets/core.scss */
.mt-24 {
  margin-top: 40rem !important;
}

/* line 25710, app/assets/stylesheets/core.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 25714, app/assets/stylesheets/core.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 25718, app/assets/stylesheets/core.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 25722, app/assets/stylesheets/core.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 25726, app/assets/stylesheets/core.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 25730, app/assets/stylesheets/core.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 25734, app/assets/stylesheets/core.scss */
.me-5 {
  margin-right: 2rem !important;
}

/* line 25738, app/assets/stylesheets/core.scss */
.me-6 {
  margin-right: 2.5rem !important;
}

/* line 25742, app/assets/stylesheets/core.scss */
.me-7 {
  margin-right: 3rem !important;
}

/* line 25746, app/assets/stylesheets/core.scss */
.me-8 {
  margin-right: 3.5rem !important;
}

/* line 25750, app/assets/stylesheets/core.scss */
.me-9 {
  margin-right: 4rem !important;
}

/* line 25754, app/assets/stylesheets/core.scss */
.me-10 {
  margin-right: 4.5rem !important;
}

/* line 25758, app/assets/stylesheets/core.scss */
.me-11 {
  margin-right: 5rem !important;
}

/* line 25762, app/assets/stylesheets/core.scss */
.me-12 {
  margin-right: 5.5rem !important;
}

/* line 25766, app/assets/stylesheets/core.scss */
.me-13 {
  margin-right: 6rem !important;
}

/* line 25770, app/assets/stylesheets/core.scss */
.me-14 {
  margin-right: 6.5rem !important;
}

/* line 25774, app/assets/stylesheets/core.scss */
.me-15 {
  margin-right: 7rem !important;
}

/* line 25778, app/assets/stylesheets/core.scss */
.me-16 {
  margin-right: 7.5rem !important;
}

/* line 25782, app/assets/stylesheets/core.scss */
.me-17 {
  margin-right: 8rem !important;
}

/* line 25786, app/assets/stylesheets/core.scss */
.me-18 {
  margin-right: 10rem !important;
}

/* line 25790, app/assets/stylesheets/core.scss */
.me-19 {
  margin-right: 12rem !important;
}

/* line 25794, app/assets/stylesheets/core.scss */
.me-20 {
  margin-right: 14rem !important;
}

/* line 25798, app/assets/stylesheets/core.scss */
.me-21 {
  margin-right: 18.5rem !important;
}

/* line 25802, app/assets/stylesheets/core.scss */
.me-22 {
  margin-right: 22rem !important;
}

/* line 25806, app/assets/stylesheets/core.scss */
.me-23 {
  margin-right: 35rem !important;
}

/* line 25810, app/assets/stylesheets/core.scss */
.me-24 {
  margin-right: 40rem !important;
}

/* line 25814, app/assets/stylesheets/core.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 25818, app/assets/stylesheets/core.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 25822, app/assets/stylesheets/core.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25826, app/assets/stylesheets/core.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25830, app/assets/stylesheets/core.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 25834, app/assets/stylesheets/core.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25838, app/assets/stylesheets/core.scss */
.mb-5 {
  margin-bottom: 2rem !important;
}

/* line 25842, app/assets/stylesheets/core.scss */
.mb-6 {
  margin-bottom: 2.5rem !important;
}

/* line 25846, app/assets/stylesheets/core.scss */
.mb-7 {
  margin-bottom: 3rem !important;
}

/* line 25850, app/assets/stylesheets/core.scss */
.mb-8 {
  margin-bottom: 3.5rem !important;
}

/* line 25854, app/assets/stylesheets/core.scss */
.mb-9 {
  margin-bottom: 4rem !important;
}

/* line 25858, app/assets/stylesheets/core.scss */
.mb-10 {
  margin-bottom: 4.5rem !important;
}

/* line 25862, app/assets/stylesheets/core.scss */
.mb-11 {
  margin-bottom: 5rem !important;
}

/* line 25866, app/assets/stylesheets/core.scss */
.mb-12 {
  margin-bottom: 5.5rem !important;
}

/* line 25870, app/assets/stylesheets/core.scss */
.mb-13 {
  margin-bottom: 6rem !important;
}

/* line 25874, app/assets/stylesheets/core.scss */
.mb-14 {
  margin-bottom: 6.5rem !important;
}

/* line 25878, app/assets/stylesheets/core.scss */
.mb-15 {
  margin-bottom: 7rem !important;
}

/* line 25882, app/assets/stylesheets/core.scss */
.mb-16 {
  margin-bottom: 7.5rem !important;
}

/* line 25886, app/assets/stylesheets/core.scss */
.mb-17 {
  margin-bottom: 8rem !important;
}

/* line 25890, app/assets/stylesheets/core.scss */
.mb-18 {
  margin-bottom: 10rem !important;
}

/* line 25894, app/assets/stylesheets/core.scss */
.mb-19 {
  margin-bottom: 12rem !important;
}

/* line 25898, app/assets/stylesheets/core.scss */
.mb-20 {
  margin-bottom: 14rem !important;
}

/* line 25902, app/assets/stylesheets/core.scss */
.mb-21 {
  margin-bottom: 18.5rem !important;
}

/* line 25906, app/assets/stylesheets/core.scss */
.mb-22 {
  margin-bottom: 22rem !important;
}

/* line 25910, app/assets/stylesheets/core.scss */
.mb-23 {
  margin-bottom: 35rem !important;
}

/* line 25914, app/assets/stylesheets/core.scss */
.mb-24 {
  margin-bottom: 40rem !important;
}

/* line 25918, app/assets/stylesheets/core.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 25922, app/assets/stylesheets/core.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 25926, app/assets/stylesheets/core.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 25930, app/assets/stylesheets/core.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 25934, app/assets/stylesheets/core.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 25938, app/assets/stylesheets/core.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 25942, app/assets/stylesheets/core.scss */
.ms-5 {
  margin-left: 2rem !important;
}

/* line 25946, app/assets/stylesheets/core.scss */
.ms-6 {
  margin-left: 2.5rem !important;
}

/* line 25950, app/assets/stylesheets/core.scss */
.ms-7 {
  margin-left: 3rem !important;
}

/* line 25954, app/assets/stylesheets/core.scss */
.ms-8 {
  margin-left: 3.5rem !important;
}

/* line 25958, app/assets/stylesheets/core.scss */
.ms-9 {
  margin-left: 4rem !important;
}

/* line 25962, app/assets/stylesheets/core.scss */
.ms-10 {
  margin-left: 4.5rem !important;
}

/* line 25966, app/assets/stylesheets/core.scss */
.ms-11 {
  margin-left: 5rem !important;
}

/* line 25970, app/assets/stylesheets/core.scss */
.ms-12 {
  margin-left: 5.5rem !important;
}

/* line 25974, app/assets/stylesheets/core.scss */
.ms-13 {
  margin-left: 6rem !important;
}

/* line 25978, app/assets/stylesheets/core.scss */
.ms-14 {
  margin-left: 6.5rem !important;
}

/* line 25982, app/assets/stylesheets/core.scss */
.ms-15 {
  margin-left: 7rem !important;
}

/* line 25986, app/assets/stylesheets/core.scss */
.ms-16 {
  margin-left: 7.5rem !important;
}

/* line 25990, app/assets/stylesheets/core.scss */
.ms-17 {
  margin-left: 8rem !important;
}

/* line 25994, app/assets/stylesheets/core.scss */
.ms-18 {
  margin-left: 10rem !important;
}

/* line 25998, app/assets/stylesheets/core.scss */
.ms-19 {
  margin-left: 12rem !important;
}

/* line 26002, app/assets/stylesheets/core.scss */
.ms-20 {
  margin-left: 14rem !important;
}

/* line 26006, app/assets/stylesheets/core.scss */
.ms-21 {
  margin-left: 18.5rem !important;
}

/* line 26010, app/assets/stylesheets/core.scss */
.ms-22 {
  margin-left: 22rem !important;
}

/* line 26014, app/assets/stylesheets/core.scss */
.ms-23 {
  margin-left: 35rem !important;
}

/* line 26018, app/assets/stylesheets/core.scss */
.ms-24 {
  margin-left: 40rem !important;
}

/* line 26022, app/assets/stylesheets/core.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 26026, app/assets/stylesheets/core.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 26030, app/assets/stylesheets/core.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 26034, app/assets/stylesheets/core.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 26038, app/assets/stylesheets/core.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 26042, app/assets/stylesheets/core.scss */
.m-n5 {
  margin: -2rem !important;
}

/* line 26046, app/assets/stylesheets/core.scss */
.m-n6 {
  margin: -2.5rem !important;
}

/* line 26050, app/assets/stylesheets/core.scss */
.m-n7 {
  margin: -3rem !important;
}

/* line 26054, app/assets/stylesheets/core.scss */
.m-n8 {
  margin: -3.5rem !important;
}

/* line 26058, app/assets/stylesheets/core.scss */
.m-n9 {
  margin: -4rem !important;
}

/* line 26062, app/assets/stylesheets/core.scss */
.m-n10 {
  margin: -4.5rem !important;
}

/* line 26066, app/assets/stylesheets/core.scss */
.m-n11 {
  margin: -5rem !important;
}

/* line 26070, app/assets/stylesheets/core.scss */
.m-n12 {
  margin: -5.5rem !important;
}

/* line 26074, app/assets/stylesheets/core.scss */
.m-n13 {
  margin: -6rem !important;
}

/* line 26078, app/assets/stylesheets/core.scss */
.m-n14 {
  margin: -6.5rem !important;
}

/* line 26082, app/assets/stylesheets/core.scss */
.m-n15 {
  margin: -7rem !important;
}

/* line 26086, app/assets/stylesheets/core.scss */
.m-n16 {
  margin: -7.5rem !important;
}

/* line 26090, app/assets/stylesheets/core.scss */
.m-n17 {
  margin: -8rem !important;
}

/* line 26094, app/assets/stylesheets/core.scss */
.m-n18 {
  margin: -10rem !important;
}

/* line 26098, app/assets/stylesheets/core.scss */
.m-n19 {
  margin: -12rem !important;
}

/* line 26102, app/assets/stylesheets/core.scss */
.m-n20 {
  margin: -14rem !important;
}

/* line 26106, app/assets/stylesheets/core.scss */
.m-n21 {
  margin: -18.5rem !important;
}

/* line 26110, app/assets/stylesheets/core.scss */
.m-n22 {
  margin: -22rem !important;
}

/* line 26114, app/assets/stylesheets/core.scss */
.m-n23 {
  margin: -35rem !important;
}

/* line 26118, app/assets/stylesheets/core.scss */
.m-n24 {
  margin: -40rem !important;
}

/* line 26122, app/assets/stylesheets/core.scss */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 26127, app/assets/stylesheets/core.scss */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 26132, app/assets/stylesheets/core.scss */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 26137, app/assets/stylesheets/core.scss */
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 26142, app/assets/stylesheets/core.scss */
.mx-n5 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

/* line 26147, app/assets/stylesheets/core.scss */
.mx-n6 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

/* line 26152, app/assets/stylesheets/core.scss */
.mx-n7 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 26157, app/assets/stylesheets/core.scss */
.mx-n8 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

/* line 26162, app/assets/stylesheets/core.scss */
.mx-n9 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

/* line 26167, app/assets/stylesheets/core.scss */
.mx-n10 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

/* line 26172, app/assets/stylesheets/core.scss */
.mx-n11 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

/* line 26177, app/assets/stylesheets/core.scss */
.mx-n12 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

/* line 26182, app/assets/stylesheets/core.scss */
.mx-n13 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

/* line 26187, app/assets/stylesheets/core.scss */
.mx-n14 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

/* line 26192, app/assets/stylesheets/core.scss */
.mx-n15 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

/* line 26197, app/assets/stylesheets/core.scss */
.mx-n16 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

/* line 26202, app/assets/stylesheets/core.scss */
.mx-n17 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

/* line 26207, app/assets/stylesheets/core.scss */
.mx-n18 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

/* line 26212, app/assets/stylesheets/core.scss */
.mx-n19 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

/* line 26217, app/assets/stylesheets/core.scss */
.mx-n20 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

/* line 26222, app/assets/stylesheets/core.scss */
.mx-n21 {
  margin-right: -18.5rem !important;
  margin-left: -18.5rem !important;
}

/* line 26227, app/assets/stylesheets/core.scss */
.mx-n22 {
  margin-right: -22rem !important;
  margin-left: -22rem !important;
}

/* line 26232, app/assets/stylesheets/core.scss */
.mx-n23 {
  margin-right: -35rem !important;
  margin-left: -35rem !important;
}

/* line 26237, app/assets/stylesheets/core.scss */
.mx-n24 {
  margin-right: -40rem !important;
  margin-left: -40rem !important;
}

/* line 26242, app/assets/stylesheets/core.scss */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 26247, app/assets/stylesheets/core.scss */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 26252, app/assets/stylesheets/core.scss */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 26257, app/assets/stylesheets/core.scss */
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 26262, app/assets/stylesheets/core.scss */
.my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

/* line 26267, app/assets/stylesheets/core.scss */
.my-n6 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

/* line 26272, app/assets/stylesheets/core.scss */
.my-n7 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 26277, app/assets/stylesheets/core.scss */
.my-n8 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

/* line 26282, app/assets/stylesheets/core.scss */
.my-n9 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

/* line 26287, app/assets/stylesheets/core.scss */
.my-n10 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

/* line 26292, app/assets/stylesheets/core.scss */
.my-n11 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

/* line 26297, app/assets/stylesheets/core.scss */
.my-n12 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

/* line 26302, app/assets/stylesheets/core.scss */
.my-n13 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

/* line 26307, app/assets/stylesheets/core.scss */
.my-n14 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

/* line 26312, app/assets/stylesheets/core.scss */
.my-n15 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

/* line 26317, app/assets/stylesheets/core.scss */
.my-n16 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

/* line 26322, app/assets/stylesheets/core.scss */
.my-n17 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

/* line 26327, app/assets/stylesheets/core.scss */
.my-n18 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

/* line 26332, app/assets/stylesheets/core.scss */
.my-n19 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

/* line 26337, app/assets/stylesheets/core.scss */
.my-n20 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

/* line 26342, app/assets/stylesheets/core.scss */
.my-n21 {
  margin-top: -18.5rem !important;
  margin-bottom: -18.5rem !important;
}

/* line 26347, app/assets/stylesheets/core.scss */
.my-n22 {
  margin-top: -22rem !important;
  margin-bottom: -22rem !important;
}

/* line 26352, app/assets/stylesheets/core.scss */
.my-n23 {
  margin-top: -35rem !important;
  margin-bottom: -35rem !important;
}

/* line 26357, app/assets/stylesheets/core.scss */
.my-n24 {
  margin-top: -40rem !important;
  margin-bottom: -40rem !important;
}

/* line 26362, app/assets/stylesheets/core.scss */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 26366, app/assets/stylesheets/core.scss */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 26370, app/assets/stylesheets/core.scss */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 26374, app/assets/stylesheets/core.scss */
.mt-n4 {
  margin-top: -1.5rem !important;
}

/* line 26378, app/assets/stylesheets/core.scss */
.mt-n5 {
  margin-top: -2rem !important;
}

/* line 26382, app/assets/stylesheets/core.scss */
.mt-n6 {
  margin-top: -2.5rem !important;
}

/* line 26386, app/assets/stylesheets/core.scss */
.mt-n7 {
  margin-top: -3rem !important;
}

/* line 26390, app/assets/stylesheets/core.scss */
.mt-n8 {
  margin-top: -3.5rem !important;
}

/* line 26394, app/assets/stylesheets/core.scss */
.mt-n9 {
  margin-top: -4rem !important;
}

/* line 26398, app/assets/stylesheets/core.scss */
.mt-n10 {
  margin-top: -4.5rem !important;
}

/* line 26402, app/assets/stylesheets/core.scss */
.mt-n11 {
  margin-top: -5rem !important;
}

/* line 26406, app/assets/stylesheets/core.scss */
.mt-n12 {
  margin-top: -5.5rem !important;
}

/* line 26410, app/assets/stylesheets/core.scss */
.mt-n13 {
  margin-top: -6rem !important;
}

/* line 26414, app/assets/stylesheets/core.scss */
.mt-n14 {
  margin-top: -6.5rem !important;
}

/* line 26418, app/assets/stylesheets/core.scss */
.mt-n15 {
  margin-top: -7rem !important;
}

/* line 26422, app/assets/stylesheets/core.scss */
.mt-n16 {
  margin-top: -7.5rem !important;
}

/* line 26426, app/assets/stylesheets/core.scss */
.mt-n17 {
  margin-top: -8rem !important;
}

/* line 26430, app/assets/stylesheets/core.scss */
.mt-n18 {
  margin-top: -10rem !important;
}

/* line 26434, app/assets/stylesheets/core.scss */
.mt-n19 {
  margin-top: -12rem !important;
}

/* line 26438, app/assets/stylesheets/core.scss */
.mt-n20 {
  margin-top: -14rem !important;
}

/* line 26442, app/assets/stylesheets/core.scss */
.mt-n21 {
  margin-top: -18.5rem !important;
}

/* line 26446, app/assets/stylesheets/core.scss */
.mt-n22 {
  margin-top: -22rem !important;
}

/* line 26450, app/assets/stylesheets/core.scss */
.mt-n23 {
  margin-top: -35rem !important;
}

/* line 26454, app/assets/stylesheets/core.scss */
.mt-n24 {
  margin-top: -40rem !important;
}

/* line 26458, app/assets/stylesheets/core.scss */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 26462, app/assets/stylesheets/core.scss */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 26466, app/assets/stylesheets/core.scss */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 26470, app/assets/stylesheets/core.scss */
.me-n4 {
  margin-right: -1.5rem !important;
}

/* line 26474, app/assets/stylesheets/core.scss */
.me-n5 {
  margin-right: -2rem !important;
}

/* line 26478, app/assets/stylesheets/core.scss */
.me-n6 {
  margin-right: -2.5rem !important;
}

/* line 26482, app/assets/stylesheets/core.scss */
.me-n7 {
  margin-right: -3rem !important;
}

/* line 26486, app/assets/stylesheets/core.scss */
.me-n8 {
  margin-right: -3.5rem !important;
}

/* line 26490, app/assets/stylesheets/core.scss */
.me-n9 {
  margin-right: -4rem !important;
}

/* line 26494, app/assets/stylesheets/core.scss */
.me-n10 {
  margin-right: -4.5rem !important;
}

/* line 26498, app/assets/stylesheets/core.scss */
.me-n11 {
  margin-right: -5rem !important;
}

/* line 26502, app/assets/stylesheets/core.scss */
.me-n12 {
  margin-right: -5.5rem !important;
}

/* line 26506, app/assets/stylesheets/core.scss */
.me-n13 {
  margin-right: -6rem !important;
}

/* line 26510, app/assets/stylesheets/core.scss */
.me-n14 {
  margin-right: -6.5rem !important;
}

/* line 26514, app/assets/stylesheets/core.scss */
.me-n15 {
  margin-right: -7rem !important;
}

/* line 26518, app/assets/stylesheets/core.scss */
.me-n16 {
  margin-right: -7.5rem !important;
}

/* line 26522, app/assets/stylesheets/core.scss */
.me-n17 {
  margin-right: -8rem !important;
}

/* line 26526, app/assets/stylesheets/core.scss */
.me-n18 {
  margin-right: -10rem !important;
}

/* line 26530, app/assets/stylesheets/core.scss */
.me-n19 {
  margin-right: -12rem !important;
}

/* line 26534, app/assets/stylesheets/core.scss */
.me-n20 {
  margin-right: -14rem !important;
}

/* line 26538, app/assets/stylesheets/core.scss */
.me-n21 {
  margin-right: -18.5rem !important;
}

/* line 26542, app/assets/stylesheets/core.scss */
.me-n22 {
  margin-right: -22rem !important;
}

/* line 26546, app/assets/stylesheets/core.scss */
.me-n23 {
  margin-right: -35rem !important;
}

/* line 26550, app/assets/stylesheets/core.scss */
.me-n24 {
  margin-right: -40rem !important;
}

/* line 26554, app/assets/stylesheets/core.scss */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 26558, app/assets/stylesheets/core.scss */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 26562, app/assets/stylesheets/core.scss */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 26566, app/assets/stylesheets/core.scss */
.mb-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 26570, app/assets/stylesheets/core.scss */
.mb-n5 {
  margin-bottom: -2rem !important;
}

/* line 26574, app/assets/stylesheets/core.scss */
.mb-n6 {
  margin-bottom: -2.5rem !important;
}

/* line 26578, app/assets/stylesheets/core.scss */
.mb-n7 {
  margin-bottom: -3rem !important;
}

/* line 26582, app/assets/stylesheets/core.scss */
.mb-n8 {
  margin-bottom: -3.5rem !important;
}

/* line 26586, app/assets/stylesheets/core.scss */
.mb-n9 {
  margin-bottom: -4rem !important;
}

/* line 26590, app/assets/stylesheets/core.scss */
.mb-n10 {
  margin-bottom: -4.5rem !important;
}

/* line 26594, app/assets/stylesheets/core.scss */
.mb-n11 {
  margin-bottom: -5rem !important;
}

/* line 26598, app/assets/stylesheets/core.scss */
.mb-n12 {
  margin-bottom: -5.5rem !important;
}

/* line 26602, app/assets/stylesheets/core.scss */
.mb-n13 {
  margin-bottom: -6rem !important;
}

/* line 26606, app/assets/stylesheets/core.scss */
.mb-n14 {
  margin-bottom: -6.5rem !important;
}

/* line 26610, app/assets/stylesheets/core.scss */
.mb-n15 {
  margin-bottom: -7rem !important;
}

/* line 26614, app/assets/stylesheets/core.scss */
.mb-n16 {
  margin-bottom: -7.5rem !important;
}

/* line 26618, app/assets/stylesheets/core.scss */
.mb-n17 {
  margin-bottom: -8rem !important;
}

/* line 26622, app/assets/stylesheets/core.scss */
.mb-n18 {
  margin-bottom: -10rem !important;
}

/* line 26626, app/assets/stylesheets/core.scss */
.mb-n19 {
  margin-bottom: -12rem !important;
}

/* line 26630, app/assets/stylesheets/core.scss */
.mb-n20 {
  margin-bottom: -14rem !important;
}

/* line 26634, app/assets/stylesheets/core.scss */
.mb-n21 {
  margin-bottom: -18.5rem !important;
}

/* line 26638, app/assets/stylesheets/core.scss */
.mb-n22 {
  margin-bottom: -22rem !important;
}

/* line 26642, app/assets/stylesheets/core.scss */
.mb-n23 {
  margin-bottom: -35rem !important;
}

/* line 26646, app/assets/stylesheets/core.scss */
.mb-n24 {
  margin-bottom: -40rem !important;
}

/* line 26650, app/assets/stylesheets/core.scss */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 26654, app/assets/stylesheets/core.scss */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 26658, app/assets/stylesheets/core.scss */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 26662, app/assets/stylesheets/core.scss */
.ms-n4 {
  margin-left: -1.5rem !important;
}

/* line 26666, app/assets/stylesheets/core.scss */
.ms-n5 {
  margin-left: -2rem !important;
}

/* line 26670, app/assets/stylesheets/core.scss */
.ms-n6 {
  margin-left: -2.5rem !important;
}

/* line 26674, app/assets/stylesheets/core.scss */
.ms-n7 {
  margin-left: -3rem !important;
}

/* line 26678, app/assets/stylesheets/core.scss */
.ms-n8 {
  margin-left: -3.5rem !important;
}

/* line 26682, app/assets/stylesheets/core.scss */
.ms-n9 {
  margin-left: -4rem !important;
}

/* line 26686, app/assets/stylesheets/core.scss */
.ms-n10 {
  margin-left: -4.5rem !important;
}

/* line 26690, app/assets/stylesheets/core.scss */
.ms-n11 {
  margin-left: -5rem !important;
}

/* line 26694, app/assets/stylesheets/core.scss */
.ms-n12 {
  margin-left: -5.5rem !important;
}

/* line 26698, app/assets/stylesheets/core.scss */
.ms-n13 {
  margin-left: -6rem !important;
}

/* line 26702, app/assets/stylesheets/core.scss */
.ms-n14 {
  margin-left: -6.5rem !important;
}

/* line 26706, app/assets/stylesheets/core.scss */
.ms-n15 {
  margin-left: -7rem !important;
}

/* line 26710, app/assets/stylesheets/core.scss */
.ms-n16 {
  margin-left: -7.5rem !important;
}

/* line 26714, app/assets/stylesheets/core.scss */
.ms-n17 {
  margin-left: -8rem !important;
}

/* line 26718, app/assets/stylesheets/core.scss */
.ms-n18 {
  margin-left: -10rem !important;
}

/* line 26722, app/assets/stylesheets/core.scss */
.ms-n19 {
  margin-left: -12rem !important;
}

/* line 26726, app/assets/stylesheets/core.scss */
.ms-n20 {
  margin-left: -14rem !important;
}

/* line 26730, app/assets/stylesheets/core.scss */
.ms-n21 {
  margin-left: -18.5rem !important;
}

/* line 26734, app/assets/stylesheets/core.scss */
.ms-n22 {
  margin-left: -22rem !important;
}

/* line 26738, app/assets/stylesheets/core.scss */
.ms-n23 {
  margin-left: -35rem !important;
}

/* line 26742, app/assets/stylesheets/core.scss */
.ms-n24 {
  margin-left: -40rem !important;
}

/* line 26746, app/assets/stylesheets/core.scss */
.p-0 {
  padding: 0 !important;
}

/* line 26750, app/assets/stylesheets/core.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 26754, app/assets/stylesheets/core.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 26758, app/assets/stylesheets/core.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 26762, app/assets/stylesheets/core.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 26766, app/assets/stylesheets/core.scss */
.p-5 {
  padding: 2rem !important;
}

/* line 26770, app/assets/stylesheets/core.scss */
.p-6 {
  padding: 2.5rem !important;
}

/* line 26774, app/assets/stylesheets/core.scss */
.p-7 {
  padding: 3rem !important;
}

/* line 26778, app/assets/stylesheets/core.scss */
.p-8 {
  padding: 3.5rem !important;
}

/* line 26782, app/assets/stylesheets/core.scss */
.p-9 {
  padding: 4rem !important;
}

/* line 26786, app/assets/stylesheets/core.scss */
.p-10 {
  padding: 4.5rem !important;
}

/* line 26790, app/assets/stylesheets/core.scss */
.p-11 {
  padding: 5rem !important;
}

/* line 26794, app/assets/stylesheets/core.scss */
.p-12 {
  padding: 5.5rem !important;
}

/* line 26798, app/assets/stylesheets/core.scss */
.p-13 {
  padding: 6rem !important;
}

/* line 26802, app/assets/stylesheets/core.scss */
.p-14 {
  padding: 6.5rem !important;
}

/* line 26806, app/assets/stylesheets/core.scss */
.p-15 {
  padding: 7rem !important;
}

/* line 26810, app/assets/stylesheets/core.scss */
.p-16 {
  padding: 7.5rem !important;
}

/* line 26814, app/assets/stylesheets/core.scss */
.p-17 {
  padding: 8rem !important;
}

/* line 26818, app/assets/stylesheets/core.scss */
.p-18 {
  padding: 10rem !important;
}

/* line 26822, app/assets/stylesheets/core.scss */
.p-19 {
  padding: 12rem !important;
}

/* line 26826, app/assets/stylesheets/core.scss */
.p-20 {
  padding: 14rem !important;
}

/* line 26830, app/assets/stylesheets/core.scss */
.p-21 {
  padding: 18.5rem !important;
}

/* line 26834, app/assets/stylesheets/core.scss */
.p-22 {
  padding: 22rem !important;
}

/* line 26838, app/assets/stylesheets/core.scss */
.p-23 {
  padding: 35rem !important;
}

/* line 26842, app/assets/stylesheets/core.scss */
.p-24 {
  padding: 40rem !important;
}

/* line 26846, app/assets/stylesheets/core.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 26851, app/assets/stylesheets/core.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 26856, app/assets/stylesheets/core.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 26861, app/assets/stylesheets/core.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 26866, app/assets/stylesheets/core.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 26871, app/assets/stylesheets/core.scss */
.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/* line 26876, app/assets/stylesheets/core.scss */
.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

/* line 26881, app/assets/stylesheets/core.scss */
.px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 26886, app/assets/stylesheets/core.scss */
.px-8 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

/* line 26891, app/assets/stylesheets/core.scss */
.px-9 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 26896, app/assets/stylesheets/core.scss */
.px-10 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

/* line 26901, app/assets/stylesheets/core.scss */
.px-11 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 26906, app/assets/stylesheets/core.scss */
.px-12 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

/* line 26911, app/assets/stylesheets/core.scss */
.px-13 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/* line 26916, app/assets/stylesheets/core.scss */
.px-14 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

/* line 26921, app/assets/stylesheets/core.scss */
.px-15 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

/* line 26926, app/assets/stylesheets/core.scss */
.px-16 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

/* line 26931, app/assets/stylesheets/core.scss */
.px-17 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

/* line 26936, app/assets/stylesheets/core.scss */
.px-18 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

/* line 26941, app/assets/stylesheets/core.scss */
.px-19 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

/* line 26946, app/assets/stylesheets/core.scss */
.px-20 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

/* line 26951, app/assets/stylesheets/core.scss */
.px-21 {
  padding-right: 18.5rem !important;
  padding-left: 18.5rem !important;
}

/* line 26956, app/assets/stylesheets/core.scss */
.px-22 {
  padding-right: 22rem !important;
  padding-left: 22rem !important;
}

/* line 26961, app/assets/stylesheets/core.scss */
.px-23 {
  padding-right: 35rem !important;
  padding-left: 35rem !important;
}

/* line 26966, app/assets/stylesheets/core.scss */
.px-24 {
  padding-right: 40rem !important;
  padding-left: 40rem !important;
}

/* line 26971, app/assets/stylesheets/core.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 26976, app/assets/stylesheets/core.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 26981, app/assets/stylesheets/core.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 26986, app/assets/stylesheets/core.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 26991, app/assets/stylesheets/core.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 26996, app/assets/stylesheets/core.scss */
.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 27001, app/assets/stylesheets/core.scss */
.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 27006, app/assets/stylesheets/core.scss */
.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 27011, app/assets/stylesheets/core.scss */
.py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 27016, app/assets/stylesheets/core.scss */
.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 27021, app/assets/stylesheets/core.scss */
.py-10 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 27026, app/assets/stylesheets/core.scss */
.py-11 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 27031, app/assets/stylesheets/core.scss */
.py-12 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

/* line 27036, app/assets/stylesheets/core.scss */
.py-13 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 27041, app/assets/stylesheets/core.scss */
.py-14 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

/* line 27046, app/assets/stylesheets/core.scss */
.py-15 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* line 27051, app/assets/stylesheets/core.scss */
.py-16 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 27056, app/assets/stylesheets/core.scss */
.py-17 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 27061, app/assets/stylesheets/core.scss */
.py-18 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 27066, app/assets/stylesheets/core.scss */
.py-19 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/* line 27071, app/assets/stylesheets/core.scss */
.py-20 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

/* line 27076, app/assets/stylesheets/core.scss */
.py-21 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

/* line 27081, app/assets/stylesheets/core.scss */
.py-22 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}

/* line 27086, app/assets/stylesheets/core.scss */
.py-23 {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important;
}

/* line 27091, app/assets/stylesheets/core.scss */
.py-24 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important;
}

/* line 27096, app/assets/stylesheets/core.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 27100, app/assets/stylesheets/core.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 27104, app/assets/stylesheets/core.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 27108, app/assets/stylesheets/core.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 27112, app/assets/stylesheets/core.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 27116, app/assets/stylesheets/core.scss */
.pt-5 {
  padding-top: 2rem !important;
}

/* line 27120, app/assets/stylesheets/core.scss */
.pt-6 {
  padding-top: 2.5rem !important;
}

/* line 27124, app/assets/stylesheets/core.scss */
.pt-7 {
  padding-top: 3rem !important;
}

/* line 27128, app/assets/stylesheets/core.scss */
.pt-8 {
  padding-top: 3.5rem !important;
}

/* line 27132, app/assets/stylesheets/core.scss */
.pt-9 {
  padding-top: 4rem !important;
}

/* line 27136, app/assets/stylesheets/core.scss */
.pt-10 {
  padding-top: 4.5rem !important;
}

/* line 27140, app/assets/stylesheets/core.scss */
.pt-11 {
  padding-top: 5rem !important;
}

/* line 27144, app/assets/stylesheets/core.scss */
.pt-12 {
  padding-top: 5.5rem !important;
}

/* line 27148, app/assets/stylesheets/core.scss */
.pt-13 {
  padding-top: 6rem !important;
}

/* line 27152, app/assets/stylesheets/core.scss */
.pt-14 {
  padding-top: 6.5rem !important;
}

/* line 27156, app/assets/stylesheets/core.scss */
.pt-15 {
  padding-top: 7rem !important;
}

/* line 27160, app/assets/stylesheets/core.scss */
.pt-16 {
  padding-top: 7.5rem !important;
}

/* line 27164, app/assets/stylesheets/core.scss */
.pt-17 {
  padding-top: 8rem !important;
}

/* line 27168, app/assets/stylesheets/core.scss */
.pt-18 {
  padding-top: 10rem !important;
}

/* line 27172, app/assets/stylesheets/core.scss */
.pt-19 {
  padding-top: 12rem !important;
}

/* line 27176, app/assets/stylesheets/core.scss */
.pt-20 {
  padding-top: 14rem !important;
}

/* line 27180, app/assets/stylesheets/core.scss */
.pt-21 {
  padding-top: 18.5rem !important;
}

/* line 27184, app/assets/stylesheets/core.scss */
.pt-22 {
  padding-top: 22rem !important;
}

/* line 27188, app/assets/stylesheets/core.scss */
.pt-23 {
  padding-top: 35rem !important;
}

/* line 27192, app/assets/stylesheets/core.scss */
.pt-24 {
  padding-top: 40rem !important;
}

/* line 27196, app/assets/stylesheets/core.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 27200, app/assets/stylesheets/core.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 27204, app/assets/stylesheets/core.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 27208, app/assets/stylesheets/core.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 27212, app/assets/stylesheets/core.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 27216, app/assets/stylesheets/core.scss */
.pe-5 {
  padding-right: 2rem !important;
}

/* line 27220, app/assets/stylesheets/core.scss */
.pe-6 {
  padding-right: 2.5rem !important;
}

/* line 27224, app/assets/stylesheets/core.scss */
.pe-7 {
  padding-right: 3rem !important;
}

/* line 27228, app/assets/stylesheets/core.scss */
.pe-8 {
  padding-right: 3.5rem !important;
}

/* line 27232, app/assets/stylesheets/core.scss */
.pe-9 {
  padding-right: 4rem !important;
}

/* line 27236, app/assets/stylesheets/core.scss */
.pe-10 {
  padding-right: 4.5rem !important;
}

/* line 27240, app/assets/stylesheets/core.scss */
.pe-11 {
  padding-right: 5rem !important;
}

/* line 27244, app/assets/stylesheets/core.scss */
.pe-12 {
  padding-right: 5.5rem !important;
}

/* line 27248, app/assets/stylesheets/core.scss */
.pe-13 {
  padding-right: 6rem !important;
}

/* line 27252, app/assets/stylesheets/core.scss */
.pe-14 {
  padding-right: 6.5rem !important;
}

/* line 27256, app/assets/stylesheets/core.scss */
.pe-15 {
  padding-right: 7rem !important;
}

/* line 27260, app/assets/stylesheets/core.scss */
.pe-16 {
  padding-right: 7.5rem !important;
}

/* line 27264, app/assets/stylesheets/core.scss */
.pe-17 {
  padding-right: 8rem !important;
}

/* line 27268, app/assets/stylesheets/core.scss */
.pe-18 {
  padding-right: 10rem !important;
}

/* line 27272, app/assets/stylesheets/core.scss */
.pe-19 {
  padding-right: 12rem !important;
}

/* line 27276, app/assets/stylesheets/core.scss */
.pe-20 {
  padding-right: 14rem !important;
}

/* line 27280, app/assets/stylesheets/core.scss */
.pe-21 {
  padding-right: 18.5rem !important;
}

/* line 27284, app/assets/stylesheets/core.scss */
.pe-22 {
  padding-right: 22rem !important;
}

/* line 27288, app/assets/stylesheets/core.scss */
.pe-23 {
  padding-right: 35rem !important;
}

/* line 27292, app/assets/stylesheets/core.scss */
.pe-24 {
  padding-right: 40rem !important;
}

/* line 27296, app/assets/stylesheets/core.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 27300, app/assets/stylesheets/core.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 27304, app/assets/stylesheets/core.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 27308, app/assets/stylesheets/core.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 27312, app/assets/stylesheets/core.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 27316, app/assets/stylesheets/core.scss */
.pb-5 {
  padding-bottom: 2rem !important;
}

/* line 27320, app/assets/stylesheets/core.scss */
.pb-6 {
  padding-bottom: 2.5rem !important;
}

/* line 27324, app/assets/stylesheets/core.scss */
.pb-7 {
  padding-bottom: 3rem !important;
}

/* line 27328, app/assets/stylesheets/core.scss */
.pb-8 {
  padding-bottom: 3.5rem !important;
}

/* line 27332, app/assets/stylesheets/core.scss */
.pb-9 {
  padding-bottom: 4rem !important;
}

/* line 27336, app/assets/stylesheets/core.scss */
.pb-10 {
  padding-bottom: 4.5rem !important;
}

/* line 27340, app/assets/stylesheets/core.scss */
.pb-11 {
  padding-bottom: 5rem !important;
}

/* line 27344, app/assets/stylesheets/core.scss */
.pb-12 {
  padding-bottom: 5.5rem !important;
}

/* line 27348, app/assets/stylesheets/core.scss */
.pb-13 {
  padding-bottom: 6rem !important;
}

/* line 27352, app/assets/stylesheets/core.scss */
.pb-14 {
  padding-bottom: 6.5rem !important;
}

/* line 27356, app/assets/stylesheets/core.scss */
.pb-15 {
  padding-bottom: 7rem !important;
}

/* line 27360, app/assets/stylesheets/core.scss */
.pb-16 {
  padding-bottom: 7.5rem !important;
}

/* line 27364, app/assets/stylesheets/core.scss */
.pb-17 {
  padding-bottom: 8rem !important;
}

/* line 27368, app/assets/stylesheets/core.scss */
.pb-18 {
  padding-bottom: 10rem !important;
}

/* line 27372, app/assets/stylesheets/core.scss */
.pb-19 {
  padding-bottom: 12rem !important;
}

/* line 27376, app/assets/stylesheets/core.scss */
.pb-20 {
  padding-bottom: 14rem !important;
}

/* line 27380, app/assets/stylesheets/core.scss */
.pb-21 {
  padding-bottom: 18.5rem !important;
}

/* line 27384, app/assets/stylesheets/core.scss */
.pb-22 {
  padding-bottom: 22rem !important;
}

/* line 27388, app/assets/stylesheets/core.scss */
.pb-23 {
  padding-bottom: 35rem !important;
}

/* line 27392, app/assets/stylesheets/core.scss */
.pb-24 {
  padding-bottom: 40rem !important;
}

/* line 27396, app/assets/stylesheets/core.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 27400, app/assets/stylesheets/core.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 27404, app/assets/stylesheets/core.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 27408, app/assets/stylesheets/core.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 27412, app/assets/stylesheets/core.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 27416, app/assets/stylesheets/core.scss */
.ps-5 {
  padding-left: 2rem !important;
}

/* line 27420, app/assets/stylesheets/core.scss */
.ps-6 {
  padding-left: 2.5rem !important;
}

/* line 27424, app/assets/stylesheets/core.scss */
.ps-7 {
  padding-left: 3rem !important;
}

/* line 27428, app/assets/stylesheets/core.scss */
.ps-8 {
  padding-left: 3.5rem !important;
}

/* line 27432, app/assets/stylesheets/core.scss */
.ps-9 {
  padding-left: 4rem !important;
}

/* line 27436, app/assets/stylesheets/core.scss */
.ps-10 {
  padding-left: 4.5rem !important;
}

/* line 27440, app/assets/stylesheets/core.scss */
.ps-11 {
  padding-left: 5rem !important;
}

/* line 27444, app/assets/stylesheets/core.scss */
.ps-12 {
  padding-left: 5.5rem !important;
}

/* line 27448, app/assets/stylesheets/core.scss */
.ps-13 {
  padding-left: 6rem !important;
}

/* line 27452, app/assets/stylesheets/core.scss */
.ps-14 {
  padding-left: 6.5rem !important;
}

/* line 27456, app/assets/stylesheets/core.scss */
.ps-15 {
  padding-left: 7rem !important;
}

/* line 27460, app/assets/stylesheets/core.scss */
.ps-16 {
  padding-left: 7.5rem !important;
}

/* line 27464, app/assets/stylesheets/core.scss */
.ps-17 {
  padding-left: 8rem !important;
}

/* line 27468, app/assets/stylesheets/core.scss */
.ps-18 {
  padding-left: 10rem !important;
}

/* line 27472, app/assets/stylesheets/core.scss */
.ps-19 {
  padding-left: 12rem !important;
}

/* line 27476, app/assets/stylesheets/core.scss */
.ps-20 {
  padding-left: 14rem !important;
}

/* line 27480, app/assets/stylesheets/core.scss */
.ps-21 {
  padding-left: 18.5rem !important;
}

/* line 27484, app/assets/stylesheets/core.scss */
.ps-22 {
  padding-left: 22rem !important;
}

/* line 27488, app/assets/stylesheets/core.scss */
.ps-23 {
  padding-left: 35rem !important;
}

/* line 27492, app/assets/stylesheets/core.scss */
.ps-24 {
  padding-left: 40rem !important;
}

/* line 27496, app/assets/stylesheets/core.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 27500, app/assets/stylesheets/core.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 27504, app/assets/stylesheets/core.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 27508, app/assets/stylesheets/core.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 27512, app/assets/stylesheets/core.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 27516, app/assets/stylesheets/core.scss */
.gap-5 {
  gap: 2rem !important;
}

/* line 27520, app/assets/stylesheets/core.scss */
.gap-6 {
  gap: 2.5rem !important;
}

/* line 27524, app/assets/stylesheets/core.scss */
.gap-7 {
  gap: 3rem !important;
}

/* line 27528, app/assets/stylesheets/core.scss */
.gap-8 {
  gap: 3.5rem !important;
}

/* line 27532, app/assets/stylesheets/core.scss */
.gap-9 {
  gap: 4rem !important;
}

/* line 27536, app/assets/stylesheets/core.scss */
.gap-10 {
  gap: 4.5rem !important;
}

/* line 27540, app/assets/stylesheets/core.scss */
.gap-11 {
  gap: 5rem !important;
}

/* line 27544, app/assets/stylesheets/core.scss */
.gap-12 {
  gap: 5.5rem !important;
}

/* line 27548, app/assets/stylesheets/core.scss */
.gap-13 {
  gap: 6rem !important;
}

/* line 27552, app/assets/stylesheets/core.scss */
.gap-14 {
  gap: 6.5rem !important;
}

/* line 27556, app/assets/stylesheets/core.scss */
.gap-15 {
  gap: 7rem !important;
}

/* line 27560, app/assets/stylesheets/core.scss */
.gap-16 {
  gap: 7.5rem !important;
}

/* line 27564, app/assets/stylesheets/core.scss */
.gap-17 {
  gap: 8rem !important;
}

/* line 27568, app/assets/stylesheets/core.scss */
.gap-18 {
  gap: 10rem !important;
}

/* line 27572, app/assets/stylesheets/core.scss */
.gap-19 {
  gap: 12rem !important;
}

/* line 27576, app/assets/stylesheets/core.scss */
.gap-20 {
  gap: 14rem !important;
}

/* line 27580, app/assets/stylesheets/core.scss */
.gap-21 {
  gap: 18.5rem !important;
}

/* line 27584, app/assets/stylesheets/core.scss */
.gap-22 {
  gap: 22rem !important;
}

/* line 27588, app/assets/stylesheets/core.scss */
.gap-23 {
  gap: 35rem !important;
}

/* line 27592, app/assets/stylesheets/core.scss */
.gap-24 {
  gap: 40rem !important;
}

/* line 27596, app/assets/stylesheets/core.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 27600, app/assets/stylesheets/core.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 27604, app/assets/stylesheets/core.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 27608, app/assets/stylesheets/core.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 27612, app/assets/stylesheets/core.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 27616, app/assets/stylesheets/core.scss */
.row-gap-5 {
  row-gap: 2rem !important;
}

/* line 27620, app/assets/stylesheets/core.scss */
.row-gap-6 {
  row-gap: 2.5rem !important;
}

/* line 27624, app/assets/stylesheets/core.scss */
.row-gap-7 {
  row-gap: 3rem !important;
}

/* line 27628, app/assets/stylesheets/core.scss */
.row-gap-8 {
  row-gap: 3.5rem !important;
}

/* line 27632, app/assets/stylesheets/core.scss */
.row-gap-9 {
  row-gap: 4rem !important;
}

/* line 27636, app/assets/stylesheets/core.scss */
.row-gap-10 {
  row-gap: 4.5rem !important;
}

/* line 27640, app/assets/stylesheets/core.scss */
.row-gap-11 {
  row-gap: 5rem !important;
}

/* line 27644, app/assets/stylesheets/core.scss */
.row-gap-12 {
  row-gap: 5.5rem !important;
}

/* line 27648, app/assets/stylesheets/core.scss */
.row-gap-13 {
  row-gap: 6rem !important;
}

/* line 27652, app/assets/stylesheets/core.scss */
.row-gap-14 {
  row-gap: 6.5rem !important;
}

/* line 27656, app/assets/stylesheets/core.scss */
.row-gap-15 {
  row-gap: 7rem !important;
}

/* line 27660, app/assets/stylesheets/core.scss */
.row-gap-16 {
  row-gap: 7.5rem !important;
}

/* line 27664, app/assets/stylesheets/core.scss */
.row-gap-17 {
  row-gap: 8rem !important;
}

/* line 27668, app/assets/stylesheets/core.scss */
.row-gap-18 {
  row-gap: 10rem !important;
}

/* line 27672, app/assets/stylesheets/core.scss */
.row-gap-19 {
  row-gap: 12rem !important;
}

/* line 27676, app/assets/stylesheets/core.scss */
.row-gap-20 {
  row-gap: 14rem !important;
}

/* line 27680, app/assets/stylesheets/core.scss */
.row-gap-21 {
  row-gap: 18.5rem !important;
}

/* line 27684, app/assets/stylesheets/core.scss */
.row-gap-22 {
  row-gap: 22rem !important;
}

/* line 27688, app/assets/stylesheets/core.scss */
.row-gap-23 {
  row-gap: 35rem !important;
}

/* line 27692, app/assets/stylesheets/core.scss */
.row-gap-24 {
  row-gap: 40rem !important;
}

/* line 27696, app/assets/stylesheets/core.scss */
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

/* line 27701, app/assets/stylesheets/core.scss */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

/* line 27706, app/assets/stylesheets/core.scss */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

/* line 27711, app/assets/stylesheets/core.scss */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

/* line 27716, app/assets/stylesheets/core.scss */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

/* line 27721, app/assets/stylesheets/core.scss */
.column-gap-5 {
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

/* line 27726, app/assets/stylesheets/core.scss */
.column-gap-6 {
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

/* line 27731, app/assets/stylesheets/core.scss */
.column-gap-7 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

/* line 27736, app/assets/stylesheets/core.scss */
.column-gap-8 {
  -moz-column-gap: 3.5rem !important;
  column-gap: 3.5rem !important;
}

/* line 27741, app/assets/stylesheets/core.scss */
.column-gap-9 {
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

/* line 27746, app/assets/stylesheets/core.scss */
.column-gap-10 {
  -moz-column-gap: 4.5rem !important;
  column-gap: 4.5rem !important;
}

/* line 27751, app/assets/stylesheets/core.scss */
.column-gap-11 {
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

/* line 27756, app/assets/stylesheets/core.scss */
.column-gap-12 {
  -moz-column-gap: 5.5rem !important;
  column-gap: 5.5rem !important;
}

/* line 27761, app/assets/stylesheets/core.scss */
.column-gap-13 {
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

/* line 27766, app/assets/stylesheets/core.scss */
.column-gap-14 {
  -moz-column-gap: 6.5rem !important;
  column-gap: 6.5rem !important;
}

/* line 27771, app/assets/stylesheets/core.scss */
.column-gap-15 {
  -moz-column-gap: 7rem !important;
  column-gap: 7rem !important;
}

/* line 27776, app/assets/stylesheets/core.scss */
.column-gap-16 {
  -moz-column-gap: 7.5rem !important;
  column-gap: 7.5rem !important;
}

/* line 27781, app/assets/stylesheets/core.scss */
.column-gap-17 {
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

/* line 27786, app/assets/stylesheets/core.scss */
.column-gap-18 {
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

/* line 27791, app/assets/stylesheets/core.scss */
.column-gap-19 {
  -moz-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

/* line 27796, app/assets/stylesheets/core.scss */
.column-gap-20 {
  -moz-column-gap: 14rem !important;
  column-gap: 14rem !important;
}

/* line 27801, app/assets/stylesheets/core.scss */
.column-gap-21 {
  -moz-column-gap: 18.5rem !important;
  column-gap: 18.5rem !important;
}

/* line 27806, app/assets/stylesheets/core.scss */
.column-gap-22 {
  -moz-column-gap: 22rem !important;
  column-gap: 22rem !important;
}

/* line 27811, app/assets/stylesheets/core.scss */
.column-gap-23 {
  -moz-column-gap: 35rem !important;
  column-gap: 35rem !important;
}

/* line 27816, app/assets/stylesheets/core.scss */
.column-gap-24 {
  -moz-column-gap: 40rem !important;
  column-gap: 40rem !important;
}

/* line 27821, app/assets/stylesheets/core.scss */
.font-monospace {
  font-family: var(--font-monospace) !important;
}

/* line 27825, app/assets/stylesheets/core.scss */
.fs-1 {
  font-size: calc(1.3875rem + 1.65vw) !important;
}

/* line 27829, app/assets/stylesheets/core.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 27833, app/assets/stylesheets/core.scss */
.fs-3 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

/* line 27837, app/assets/stylesheets/core.scss */
.fs-4 {
  font-size: 1.25rem !important;
}

/* line 27841, app/assets/stylesheets/core.scss */
.fs-5 {
  font-size: 1rem !important;
}

/* line 27845, app/assets/stylesheets/core.scss */
.fs-6 {
  font-size: 0.875rem !important;
}

/* line 27849, app/assets/stylesheets/core.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 27853, app/assets/stylesheets/core.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 27857, app/assets/stylesheets/core.scss */
.fw-lighter {
  font-weight: 200 !important;
}

/* line 27861, app/assets/stylesheets/core.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 27865, app/assets/stylesheets/core.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 27869, app/assets/stylesheets/core.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 27873, app/assets/stylesheets/core.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 27877, app/assets/stylesheets/core.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 27881, app/assets/stylesheets/core.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 27885, app/assets/stylesheets/core.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 27889, app/assets/stylesheets/core.scss */
.lh-2 {
  line-height: 1.5 !important;
}

/* line 27893, app/assets/stylesheets/core.scss */
.lh-3 {
  line-height: 1.8 !important;
}

/* line 27897, app/assets/stylesheets/core.scss */
.lh-sm {
  line-height: 1.08 !important;
}

/* line 27901, app/assets/stylesheets/core.scss */
.lh-base {
  line-height: 1.6 !important;
}

/* line 27905, app/assets/stylesheets/core.scss */
.lh-md {
  line-height: 1.4 !important;
}

/* line 27909, app/assets/stylesheets/core.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 27913, app/assets/stylesheets/core.scss */
.text-start {
  text-align: left !important;
}

/* line 27917, app/assets/stylesheets/core.scss */
.text-end {
  text-align: right !important;
}

/* line 27921, app/assets/stylesheets/core.scss */
.text-center {
  text-align: center !important;
}

/* line 27925, app/assets/stylesheets/core.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 27929, app/assets/stylesheets/core.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 27933, app/assets/stylesheets/core.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 27937, app/assets/stylesheets/core.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 27941, app/assets/stylesheets/core.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 27945, app/assets/stylesheets/core.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 27949, app/assets/stylesheets/core.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 27953, app/assets/stylesheets/core.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 27958, app/assets/stylesheets/core.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 27964, app/assets/stylesheets/core.scss */
.text-primary {
  --text-opacity: 1;
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}

/* line 27969, app/assets/stylesheets/core.scss */
.text-secondary {
  --text-opacity: 1;
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
}

/* line 27974, app/assets/stylesheets/core.scss */
.text-success {
  --text-opacity: 1;
  color: rgba(var(--success-rgb), var(--text-opacity)) !important;
}

/* line 27979, app/assets/stylesheets/core.scss */
.text-info {
  --text-opacity: 1;
  color: rgba(var(--info-rgb), var(--text-opacity)) !important;
}

/* line 27984, app/assets/stylesheets/core.scss */
.text-warning {
  --text-opacity: 1;
  color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
}

/* line 27989, app/assets/stylesheets/core.scss */
.text-danger {
  --text-opacity: 1;
  color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
}

/* line 27994, app/assets/stylesheets/core.scss */
.text-light {
  --text-opacity: 1;
  color: rgba(var(--light-rgb), var(--text-opacity)) !important;
}

/* line 27999, app/assets/stylesheets/core.scss */
.text-white {
  --text-opacity: 1;
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}

/* line 28004, app/assets/stylesheets/core.scss */
.text-light-primary {
  --text-opacity: 1;
  color: rgba(var(--light-primary-rgb), var(--text-opacity)) !important;
}

/* line 28009, app/assets/stylesheets/core.scss */
.text-light-danger {
  --text-opacity: 1;
  color: rgba(var(--light-danger-rgb), var(--text-opacity)) !important;
}

/* line 28014, app/assets/stylesheets/core.scss */
.text-light-info {
  --text-opacity: 1;
  color: rgba(var(--light-info-rgb), var(--text-opacity)) !important;
}

/* line 28019, app/assets/stylesheets/core.scss */
.text-light-warning {
  --text-opacity: 1;
  color: rgba(var(--light-warning-rgb), var(--text-opacity)) !important;
}

/* line 28024, app/assets/stylesheets/core.scss */
.text-light-secondary {
  --text-opacity: 1;
  color: rgba(var(--light-secondary-rgb), var(--text-opacity)) !important;
}

/* line 28029, app/assets/stylesheets/core.scss */
.text-light-success {
  --text-opacity: 1;
  color: rgba(var(--light-success-rgb), var(--text-opacity)) !important;
}

/* line 28034, app/assets/stylesheets/core.scss */
.text-black {
  --text-opacity: 1;
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}

/* line 28039, app/assets/stylesheets/core.scss */
.text-body {
  --text-opacity: 1;
  color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}

/* line 28044, app/assets/stylesheets/core.scss */
.text-muted {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}

/* line 28049, app/assets/stylesheets/core.scss */
.text-black-50 {
  --text-opacity: 1;
  color: rgba(38, 31, 68, 0.5) !important;
}

/* line 28054, app/assets/stylesheets/core.scss */
.text-white-50 {
  --text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 28059, app/assets/stylesheets/core.scss */
.text-body-secondary {
  --text-opacity: 1;
  color: var(--secondary-color) !important;
}

/* line 28064, app/assets/stylesheets/core.scss */
.text-body-tertiary {
  --text-opacity: 1;
  color: var(--tertiary-color) !important;
}

/* line 28069, app/assets/stylesheets/core.scss */
.text-body-emphasis {
  --text-opacity: 1;
  color: var(--emphasis-color) !important;
}

/* line 28074, app/assets/stylesheets/core.scss */
.text-reset {
  --text-opacity: 1;
  color: inherit !important;
}

/* line 28079, app/assets/stylesheets/core.scss */
.text-opacity-25 {
  --text-opacity: 0.25;
}

/* line 28083, app/assets/stylesheets/core.scss */
.text-opacity-50 {
  --text-opacity: 0.5;
}

/* line 28087, app/assets/stylesheets/core.scss */
.text-opacity-75 {
  --text-opacity: 0.75;
}

/* line 28091, app/assets/stylesheets/core.scss */
.text-opacity-100 {
  --text-opacity: 1;
}

/* line 28095, app/assets/stylesheets/core.scss */
.text-primary-emphasis {
  color: var(--primary-text-emphasis) !important;
}

/* line 28099, app/assets/stylesheets/core.scss */
.text-secondary-emphasis {
  color: var(--secondary-text-emphasis) !important;
}

/* line 28103, app/assets/stylesheets/core.scss */
.text-success-emphasis {
  color: var(--success-text-emphasis) !important;
}

/* line 28107, app/assets/stylesheets/core.scss */
.text-info-emphasis {
  color: var(--info-text-emphasis) !important;
}

/* line 28111, app/assets/stylesheets/core.scss */
.text-warning-emphasis {
  color: var(--warning-text-emphasis) !important;
}

/* line 28115, app/assets/stylesheets/core.scss */
.text-danger-emphasis {
  color: var(--danger-text-emphasis) !important;
}

/* line 28119, app/assets/stylesheets/core.scss */
.text-light-emphasis {
  color: var(--light-text-emphasis) !important;
}

/* line 28123, app/assets/stylesheets/core.scss */
.text-dark-emphasis {
  color: var(--dark-text-emphasis) !important;
}

/* line 28127, app/assets/stylesheets/core.scss */
.link-opacity-10 {
  --link-opacity: 0.1;
}

/* line 28131, app/assets/stylesheets/core.scss */
.link-opacity-10-hover:hover {
  --link-opacity: 0.1;
}

/* line 28135, app/assets/stylesheets/core.scss */
.link-opacity-25 {
  --link-opacity: 0.25;
}

/* line 28139, app/assets/stylesheets/core.scss */
.link-opacity-25-hover:hover {
  --link-opacity: 0.25;
}

/* line 28143, app/assets/stylesheets/core.scss */
.link-opacity-50 {
  --link-opacity: 0.5;
}

/* line 28147, app/assets/stylesheets/core.scss */
.link-opacity-50-hover:hover {
  --link-opacity: 0.5;
}

/* line 28151, app/assets/stylesheets/core.scss */
.link-opacity-75 {
  --link-opacity: 0.75;
}

/* line 28155, app/assets/stylesheets/core.scss */
.link-opacity-75-hover:hover {
  --link-opacity: 0.75;
}

/* line 28159, app/assets/stylesheets/core.scss */
.link-opacity-100 {
  --link-opacity: 1;
}

/* line 28163, app/assets/stylesheets/core.scss */
.link-opacity-100-hover:hover {
  --link-opacity: 1;
}

/* line 28167, app/assets/stylesheets/core.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 28171, app/assets/stylesheets/core.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 28175, app/assets/stylesheets/core.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 28179, app/assets/stylesheets/core.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 28183, app/assets/stylesheets/core.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 28187, app/assets/stylesheets/core.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 28191, 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 28196, 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 28201, 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 28206, 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 28211, 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 28216, 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 28221, 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 28226, 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 28231, 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 28236, 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 28241, 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 28246, 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 28251, 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 28256, 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 28261, 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 28266, 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 28271, app/assets/stylesheets/core.scss */
.link-underline-opacity-0 {
  --link-underline-opacity: 0;
}

/* line 28275, app/assets/stylesheets/core.scss */
.link-underline-opacity-0-hover:hover {
  --link-underline-opacity: 0;
}

/* line 28279, app/assets/stylesheets/core.scss */
.link-underline-opacity-10 {
  --link-underline-opacity: 0.1;
}

/* line 28283, app/assets/stylesheets/core.scss */
.link-underline-opacity-10-hover:hover {
  --link-underline-opacity: 0.1;
}

/* line 28287, app/assets/stylesheets/core.scss */
.link-underline-opacity-25 {
  --link-underline-opacity: 0.25;
}

/* line 28291, app/assets/stylesheets/core.scss */
.link-underline-opacity-25-hover:hover {
  --link-underline-opacity: 0.25;
}

/* line 28295, app/assets/stylesheets/core.scss */
.link-underline-opacity-50 {
  --link-underline-opacity: 0.5;
}

/* line 28299, app/assets/stylesheets/core.scss */
.link-underline-opacity-50-hover:hover {
  --link-underline-opacity: 0.5;
}

/* line 28303, app/assets/stylesheets/core.scss */
.link-underline-opacity-75 {
  --link-underline-opacity: 0.75;
}

/* line 28307, app/assets/stylesheets/core.scss */
.link-underline-opacity-75-hover:hover {
  --link-underline-opacity: 0.75;
}

/* line 28311, app/assets/stylesheets/core.scss */
.link-underline-opacity-100 {
  --link-underline-opacity: 1;
}

/* line 28315, app/assets/stylesheets/core.scss */
.link-underline-opacity-100-hover:hover {
  --link-underline-opacity: 1;
}

/* line 28319, app/assets/stylesheets/core.scss */
.bg-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--primary-rgb), var(--bg-opacity)) !important;
}

/* line 28324, app/assets/stylesheets/core.scss */
.bg-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-rgb), var(--bg-opacity)) !important;
}

/* line 28329, app/assets/stylesheets/core.scss */
.bg-success {
  --bg-opacity: 1;
  background-color: rgba(var(--success-rgb), var(--bg-opacity)) !important;
}

/* line 28334, app/assets/stylesheets/core.scss */
.bg-info {
  --bg-opacity: 1;
  background-color: rgba(var(--info-rgb), var(--bg-opacity)) !important;
}

/* line 28339, app/assets/stylesheets/core.scss */
.bg-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--warning-rgb), var(--bg-opacity)) !important;
}

/* line 28344, app/assets/stylesheets/core.scss */
.bg-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--danger-rgb), var(--bg-opacity)) !important;
}

/* line 28349, app/assets/stylesheets/core.scss */
.bg-light {
  --bg-opacity: 1;
  background-color: rgba(var(--light-rgb), var(--bg-opacity)) !important;
}

/* line 28354, app/assets/stylesheets/core.scss */
.bg-dark {
  --bg-opacity: 1;
  background-color: #0A0A27 !important;
}

/* line 28359, app/assets/stylesheets/core.scss */
.bg-white {
  --bg-opacity: 1;
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}

/* line 28364, app/assets/stylesheets/core.scss */
.bg-light-primary {
  --bg-opacity: 1;
  background-color: rgba(var(--light-primary-rgb), var(--bg-opacity)) !important;
}

/* line 28369, app/assets/stylesheets/core.scss */
.bg-light-danger {
  --bg-opacity: 1;
  background-color: rgba(var(--light-danger-rgb), var(--bg-opacity)) !important;
}

/* line 28374, app/assets/stylesheets/core.scss */
.bg-light-info {
  --bg-opacity: 1;
  background-color: rgba(var(--light-info-rgb), var(--bg-opacity)) !important;
}

/* line 28379, app/assets/stylesheets/core.scss */
.bg-light-warning {
  --bg-opacity: 1;
  background-color: rgba(var(--light-warning-rgb), var(--bg-opacity)) !important;
}

/* line 28384, app/assets/stylesheets/core.scss */
.bg-light-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--light-secondary-rgb), var(--bg-opacity)) !important;
}

/* line 28389, app/assets/stylesheets/core.scss */
.bg-light-success {
  --bg-opacity: 1;
  background-color: rgba(var(--light-success-rgb), var(--bg-opacity)) !important;
}

/* line 28394, app/assets/stylesheets/core.scss */
.bg-black {
  --bg-opacity: 1;
  background-color: rgba(var(--black-rgb), var(--bg-opacity)) !important;
}

/* line 28399, app/assets/stylesheets/core.scss */
.bg-body {
  --bg-opacity: 1;
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}

/* line 28404, app/assets/stylesheets/core.scss */
.bg-transparent {
  --bg-opacity: 1;
  background-color: transparent !important;
}

/* line 28409, app/assets/stylesheets/core.scss */
.bg-body-secondary {
  --bg-opacity: 1;
  background-color: rgba(var(--secondary-bg-rgb), var(--bg-opacity)) !important;
}

/* line 28414, app/assets/stylesheets/core.scss */
.bg-body-tertiary {
  --bg-opacity: 1;
  background-color: rgba(var(--tertiary-bg-rgb), var(--bg-opacity)) !important;
}

/* line 28419, app/assets/stylesheets/core.scss */
.bg-opacity-10 {
  --bg-opacity: 0.1;
}

/* line 28423, app/assets/stylesheets/core.scss */
.bg-opacity-25 {
  --bg-opacity: 0.25;
}

/* line 28427, app/assets/stylesheets/core.scss */
.bg-opacity-50 {
  --bg-opacity: 0.5;
}

/* line 28431, app/assets/stylesheets/core.scss */
.bg-opacity-75 {
  --bg-opacity: 0.75;
}

/* line 28435, app/assets/stylesheets/core.scss */
.bg-opacity-100 {
  --bg-opacity: 1;
}

/* line 28439, app/assets/stylesheets/core.scss */
.bg-primary-subtle {
  background-color: var(--primary-bg-subtle) !important;
}

/* line 28443, app/assets/stylesheets/core.scss */
.bg-secondary-subtle {
  background-color: var(--secondary-bg-subtle) !important;
}

/* line 28447, app/assets/stylesheets/core.scss */
.bg-success-subtle {
  background-color: var(--success-bg-subtle) !important;
}

/* line 28451, app/assets/stylesheets/core.scss */
.bg-info-subtle {
  background-color: var(--info-bg-subtle) !important;
}

/* line 28455, app/assets/stylesheets/core.scss */
.bg-warning-subtle {
  background-color: var(--warning-bg-subtle) !important;
}

/* line 28459, app/assets/stylesheets/core.scss */
.bg-danger-subtle {
  background-color: var(--danger-bg-subtle) !important;
}

/* line 28463, app/assets/stylesheets/core.scss */
.bg-light-subtle {
  background-color: var(--light-bg-subtle) !important;
}

/* line 28467, app/assets/stylesheets/core.scss */
.bg-dark-subtle {
  background-color: var(--dark-bg-subtle) !important;
}

/* line 28471, app/assets/stylesheets/core.scss */
.bg-gradient {
  background-image: var(--gradient) !important;
}

/* line 28475, app/assets/stylesheets/core.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 28481, app/assets/stylesheets/core.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 28487, app/assets/stylesheets/core.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 28493, app/assets/stylesheets/core.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 28497, app/assets/stylesheets/core.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 28501, app/assets/stylesheets/core.scss */
.rounded {
  border-radius: var(--border-radius) !important;
}

/* line 28505, app/assets/stylesheets/core.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 28509, app/assets/stylesheets/core.scss */
.rounded-1 {
  border-radius: var(--border-radius-sm) !important;
}

/* line 28513, app/assets/stylesheets/core.scss */
.rounded-2 {
  border-radius: var(--border-radius) !important;
}

/* line 28517, app/assets/stylesheets/core.scss */
.rounded-3 {
  border-radius: var(--border-radius-lg) !important;
}

/* line 28521, app/assets/stylesheets/core.scss */
.rounded-4 {
  border-radius: var(--border-radius-xl) !important;
}

/* line 28525, app/assets/stylesheets/core.scss */
.rounded-5 {
  border-radius: var(--border-radius-xxl) !important;
}

/* line 28529, app/assets/stylesheets/core.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 28533, app/assets/stylesheets/core.scss */
.rounded-pill {
  border-radius: var(--border-radius-pill) !important;
}

/* line 28537, app/assets/stylesheets/core.scss */
.rounded-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}

/* line 28542, app/assets/stylesheets/core.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 28547, 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 28552, 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 28557, 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 28562, 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 28567, 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 28572, app/assets/stylesheets/core.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 28577, 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 28582, app/assets/stylesheets/core.scss */
.rounded-end {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

/* line 28587, app/assets/stylesheets/core.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 28592, 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 28597, 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 28602, 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 28607, 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 28612, 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 28617, app/assets/stylesheets/core.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 28622, 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 28627, app/assets/stylesheets/core.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

/* line 28632, app/assets/stylesheets/core.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 28637, 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 28642, 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 28647, 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 28652, 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 28657, 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 28662, app/assets/stylesheets/core.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 28667, 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 28672, app/assets/stylesheets/core.scss */
.rounded-start {
  border-bottom-left-radius: var(--border-radius) !important;
  border-top-left-radius: var(--border-radius) !important;
}

/* line 28677, app/assets/stylesheets/core.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 28682, 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 28687, 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 28692, 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 28697, 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 28702, 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 28707, app/assets/stylesheets/core.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 28712, 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 28717, app/assets/stylesheets/core.scss */
.visible {
  visibility: visible !important;
}

/* line 28721, app/assets/stylesheets/core.scss */
.invisible {
  visibility: hidden !important;
}

/* line 28725, app/assets/stylesheets/core.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 28729, app/assets/stylesheets/core.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 28733, app/assets/stylesheets/core.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 28737, app/assets/stylesheets/core.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 28741, app/assets/stylesheets/core.scss */
.z-4 {
  z-index: 4 !important;
}

/* line 28745, app/assets/stylesheets/core.scss */
.z-5 {
  z-index: 5 !important;
}

@media (min-width: 576px) {
  /* line 28750, app/assets/stylesheets/core.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 28753, app/assets/stylesheets/core.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 28756, app/assets/stylesheets/core.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 28759, app/assets/stylesheets/core.scss */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 28763, app/assets/stylesheets/core.scss */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 28767, app/assets/stylesheets/core.scss */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 28771, app/assets/stylesheets/core.scss */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 28775, app/assets/stylesheets/core.scss */
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 28779, app/assets/stylesheets/core.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 28782, app/assets/stylesheets/core.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 28785, app/assets/stylesheets/core.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 28788, app/assets/stylesheets/core.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 28791, app/assets/stylesheets/core.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 28794, app/assets/stylesheets/core.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 28797, app/assets/stylesheets/core.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 28800, app/assets/stylesheets/core.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 28803, app/assets/stylesheets/core.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 28806, app/assets/stylesheets/core.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 28809, app/assets/stylesheets/core.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 28812, app/assets/stylesheets/core.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 28815, app/assets/stylesheets/core.scss */
  .w-sm-30 {
    width: 30% !important;
  }
  /* line 28818, app/assets/stylesheets/core.scss */
  .w-sm-40 {
    width: 40% !important;
  }
  /* line 28821, app/assets/stylesheets/core.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 28824, app/assets/stylesheets/core.scss */
  .w-sm-65 {
    width: 65% !important;
  }
  /* line 28827, app/assets/stylesheets/core.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 28830, app/assets/stylesheets/core.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 28833, app/assets/stylesheets/core.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 28836, app/assets/stylesheets/core.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 28839, app/assets/stylesheets/core.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 28842, app/assets/stylesheets/core.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 28845, app/assets/stylesheets/core.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 28848, app/assets/stylesheets/core.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 28851, app/assets/stylesheets/core.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 28854, app/assets/stylesheets/core.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 28857, app/assets/stylesheets/core.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 28860, app/assets/stylesheets/core.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 28863, app/assets/stylesheets/core.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 28866, app/assets/stylesheets/core.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 28869, app/assets/stylesheets/core.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 28872, app/assets/stylesheets/core.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 28875, app/assets/stylesheets/core.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 28878, app/assets/stylesheets/core.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28881, app/assets/stylesheets/core.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 28884, app/assets/stylesheets/core.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 28887, app/assets/stylesheets/core.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 28890, app/assets/stylesheets/core.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 28893, app/assets/stylesheets/core.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 28896, app/assets/stylesheets/core.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 28899, app/assets/stylesheets/core.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 28902, app/assets/stylesheets/core.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 28905, app/assets/stylesheets/core.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 28908, app/assets/stylesheets/core.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 28911, app/assets/stylesheets/core.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 28914, app/assets/stylesheets/core.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 28917, app/assets/stylesheets/core.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 28920, app/assets/stylesheets/core.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 28923, app/assets/stylesheets/core.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 28926, app/assets/stylesheets/core.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 28929, app/assets/stylesheets/core.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 28932, app/assets/stylesheets/core.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 28935, app/assets/stylesheets/core.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 28938, app/assets/stylesheets/core.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 28941, app/assets/stylesheets/core.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 28944, app/assets/stylesheets/core.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 28947, app/assets/stylesheets/core.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 28950, app/assets/stylesheets/core.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 28953, app/assets/stylesheets/core.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 28956, app/assets/stylesheets/core.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 28959, app/assets/stylesheets/core.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 28962, app/assets/stylesheets/core.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 28965, app/assets/stylesheets/core.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 28968, app/assets/stylesheets/core.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 28971, app/assets/stylesheets/core.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 28974, app/assets/stylesheets/core.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 28977, app/assets/stylesheets/core.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 28980, app/assets/stylesheets/core.scss */
  .m-sm-5 {
    margin: 2rem !important;
  }
  /* line 28983, app/assets/stylesheets/core.scss */
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  /* line 28986, app/assets/stylesheets/core.scss */
  .m-sm-7 {
    margin: 3rem !important;
  }
  /* line 28989, app/assets/stylesheets/core.scss */
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  /* line 28992, app/assets/stylesheets/core.scss */
  .m-sm-9 {
    margin: 4rem !important;
  }
  /* line 28995, app/assets/stylesheets/core.scss */
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  /* line 28998, app/assets/stylesheets/core.scss */
  .m-sm-11 {
    margin: 5rem !important;
  }
  /* line 29001, app/assets/stylesheets/core.scss */
  .m-sm-12 {
    margin: 5.5rem !important;
  }
  /* line 29004, app/assets/stylesheets/core.scss */
  .m-sm-13 {
    margin: 6rem !important;
  }
  /* line 29007, app/assets/stylesheets/core.scss */
  .m-sm-14 {
    margin: 6.5rem !important;
  }
  /* line 29010, app/assets/stylesheets/core.scss */
  .m-sm-15 {
    margin: 7rem !important;
  }
  /* line 29013, app/assets/stylesheets/core.scss */
  .m-sm-16 {
    margin: 7.5rem !important;
  }
  /* line 29016, app/assets/stylesheets/core.scss */
  .m-sm-17 {
    margin: 8rem !important;
  }
  /* line 29019, app/assets/stylesheets/core.scss */
  .m-sm-18 {
    margin: 10rem !important;
  }
  /* line 29022, app/assets/stylesheets/core.scss */
  .m-sm-19 {
    margin: 12rem !important;
  }
  /* line 29025, app/assets/stylesheets/core.scss */
  .m-sm-20 {
    margin: 14rem !important;
  }
  /* line 29028, app/assets/stylesheets/core.scss */
  .m-sm-21 {
    margin: 18.5rem !important;
  }
  /* line 29031, app/assets/stylesheets/core.scss */
  .m-sm-22 {
    margin: 22rem !important;
  }
  /* line 29034, app/assets/stylesheets/core.scss */
  .m-sm-23 {
    margin: 35rem !important;
  }
  /* line 29037, app/assets/stylesheets/core.scss */
  .m-sm-24 {
    margin: 40rem !important;
  }
  /* line 29040, app/assets/stylesheets/core.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 29043, app/assets/stylesheets/core.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 29047, app/assets/stylesheets/core.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 29051, app/assets/stylesheets/core.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 29055, app/assets/stylesheets/core.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 29059, app/assets/stylesheets/core.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 29063, app/assets/stylesheets/core.scss */
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 29067, app/assets/stylesheets/core.scss */
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 29071, app/assets/stylesheets/core.scss */
  .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 29075, app/assets/stylesheets/core.scss */
  .mx-sm-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 29079, app/assets/stylesheets/core.scss */
  .mx-sm-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 29083, app/assets/stylesheets/core.scss */
  .mx-sm-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 29087, app/assets/stylesheets/core.scss */
  .mx-sm-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 29091, app/assets/stylesheets/core.scss */
  .mx-sm-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 29095, app/assets/stylesheets/core.scss */
  .mx-sm-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 29099, app/assets/stylesheets/core.scss */
  .mx-sm-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 29103, app/assets/stylesheets/core.scss */
  .mx-sm-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 29107, app/assets/stylesheets/core.scss */
  .mx-sm-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 29111, app/assets/stylesheets/core.scss */
  .mx-sm-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 29115, app/assets/stylesheets/core.scss */
  .mx-sm-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 29119, app/assets/stylesheets/core.scss */
  .mx-sm-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 29123, app/assets/stylesheets/core.scss */
  .mx-sm-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 29127, app/assets/stylesheets/core.scss */
  .mx-sm-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 29131, app/assets/stylesheets/core.scss */
  .mx-sm-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 29135, app/assets/stylesheets/core.scss */
  .mx-sm-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 29139, app/assets/stylesheets/core.scss */
  .mx-sm-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 29143, app/assets/stylesheets/core.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 29147, app/assets/stylesheets/core.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 29151, app/assets/stylesheets/core.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 29155, app/assets/stylesheets/core.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 29159, app/assets/stylesheets/core.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 29163, app/assets/stylesheets/core.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 29167, app/assets/stylesheets/core.scss */
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 29171, app/assets/stylesheets/core.scss */
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 29175, app/assets/stylesheets/core.scss */
  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 29179, app/assets/stylesheets/core.scss */
  .my-sm-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 29183, app/assets/stylesheets/core.scss */
  .my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 29187, app/assets/stylesheets/core.scss */
  .my-sm-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 29191, app/assets/stylesheets/core.scss */
  .my-sm-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 29195, app/assets/stylesheets/core.scss */
  .my-sm-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 29199, app/assets/stylesheets/core.scss */
  .my-sm-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 29203, app/assets/stylesheets/core.scss */
  .my-sm-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 29207, app/assets/stylesheets/core.scss */
  .my-sm-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 29211, app/assets/stylesheets/core.scss */
  .my-sm-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 29215, app/assets/stylesheets/core.scss */
  .my-sm-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 29219, app/assets/stylesheets/core.scss */
  .my-sm-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 29223, app/assets/stylesheets/core.scss */
  .my-sm-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 29227, app/assets/stylesheets/core.scss */
  .my-sm-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 29231, app/assets/stylesheets/core.scss */
  .my-sm-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 29235, app/assets/stylesheets/core.scss */
  .my-sm-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 29239, app/assets/stylesheets/core.scss */
  .my-sm-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 29243, app/assets/stylesheets/core.scss */
  .my-sm-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 29247, app/assets/stylesheets/core.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 29251, app/assets/stylesheets/core.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 29254, app/assets/stylesheets/core.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 29257, app/assets/stylesheets/core.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 29260, app/assets/stylesheets/core.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 29263, app/assets/stylesheets/core.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 29266, app/assets/stylesheets/core.scss */
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  /* line 29269, app/assets/stylesheets/core.scss */
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  /* line 29272, app/assets/stylesheets/core.scss */
  .mt-sm-7 {
    margin-top: 3rem !important;
  }
  /* line 29275, app/assets/stylesheets/core.scss */
  .mt-sm-8 {
    margin-top: 3.5rem !important;
  }
  /* line 29278, app/assets/stylesheets/core.scss */
  .mt-sm-9 {
    margin-top: 4rem !important;
  }
  /* line 29281, app/assets/stylesheets/core.scss */
  .mt-sm-10 {
    margin-top: 4.5rem !important;
  }
  /* line 29284, app/assets/stylesheets/core.scss */
  .mt-sm-11 {
    margin-top: 5rem !important;
  }
  /* line 29287, app/assets/stylesheets/core.scss */
  .mt-sm-12 {
    margin-top: 5.5rem !important;
  }
  /* line 29290, app/assets/stylesheets/core.scss */
  .mt-sm-13 {
    margin-top: 6rem !important;
  }
  /* line 29293, app/assets/stylesheets/core.scss */
  .mt-sm-14 {
    margin-top: 6.5rem !important;
  }
  /* line 29296, app/assets/stylesheets/core.scss */
  .mt-sm-15 {
    margin-top: 7rem !important;
  }
  /* line 29299, app/assets/stylesheets/core.scss */
  .mt-sm-16 {
    margin-top: 7.5rem !important;
  }
  /* line 29302, app/assets/stylesheets/core.scss */
  .mt-sm-17 {
    margin-top: 8rem !important;
  }
  /* line 29305, app/assets/stylesheets/core.scss */
  .mt-sm-18 {
    margin-top: 10rem !important;
  }
  /* line 29308, app/assets/stylesheets/core.scss */
  .mt-sm-19 {
    margin-top: 12rem !important;
  }
  /* line 29311, app/assets/stylesheets/core.scss */
  .mt-sm-20 {
    margin-top: 14rem !important;
  }
  /* line 29314, app/assets/stylesheets/core.scss */
  .mt-sm-21 {
    margin-top: 18.5rem !important;
  }
  /* line 29317, app/assets/stylesheets/core.scss */
  .mt-sm-22 {
    margin-top: 22rem !important;
  }
  /* line 29320, app/assets/stylesheets/core.scss */
  .mt-sm-23 {
    margin-top: 35rem !important;
  }
  /* line 29323, app/assets/stylesheets/core.scss */
  .mt-sm-24 {
    margin-top: 40rem !important;
  }
  /* line 29326, app/assets/stylesheets/core.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 29329, app/assets/stylesheets/core.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 29332, app/assets/stylesheets/core.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 29335, app/assets/stylesheets/core.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 29338, app/assets/stylesheets/core.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 29341, app/assets/stylesheets/core.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 29344, app/assets/stylesheets/core.scss */
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  /* line 29347, app/assets/stylesheets/core.scss */
  .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  /* line 29350, app/assets/stylesheets/core.scss */
  .me-sm-7 {
    margin-right: 3rem !important;
  }
  /* line 29353, app/assets/stylesheets/core.scss */
  .me-sm-8 {
    margin-right: 3.5rem !important;
  }
  /* line 29356, app/assets/stylesheets/core.scss */
  .me-sm-9 {
    margin-right: 4rem !important;
  }
  /* line 29359, app/assets/stylesheets/core.scss */
  .me-sm-10 {
    margin-right: 4.5rem !important;
  }
  /* line 29362, app/assets/stylesheets/core.scss */
  .me-sm-11 {
    margin-right: 5rem !important;
  }
  /* line 29365, app/assets/stylesheets/core.scss */
  .me-sm-12 {
    margin-right: 5.5rem !important;
  }
  /* line 29368, app/assets/stylesheets/core.scss */
  .me-sm-13 {
    margin-right: 6rem !important;
  }
  /* line 29371, app/assets/stylesheets/core.scss */
  .me-sm-14 {
    margin-right: 6.5rem !important;
  }
  /* line 29374, app/assets/stylesheets/core.scss */
  .me-sm-15 {
    margin-right: 7rem !important;
  }
  /* line 29377, app/assets/stylesheets/core.scss */
  .me-sm-16 {
    margin-right: 7.5rem !important;
  }
  /* line 29380, app/assets/stylesheets/core.scss */
  .me-sm-17 {
    margin-right: 8rem !important;
  }
  /* line 29383, app/assets/stylesheets/core.scss */
  .me-sm-18 {
    margin-right: 10rem !important;
  }
  /* line 29386, app/assets/stylesheets/core.scss */
  .me-sm-19 {
    margin-right: 12rem !important;
  }
  /* line 29389, app/assets/stylesheets/core.scss */
  .me-sm-20 {
    margin-right: 14rem !important;
  }
  /* line 29392, app/assets/stylesheets/core.scss */
  .me-sm-21 {
    margin-right: 18.5rem !important;
  }
  /* line 29395, app/assets/stylesheets/core.scss */
  .me-sm-22 {
    margin-right: 22rem !important;
  }
  /* line 29398, app/assets/stylesheets/core.scss */
  .me-sm-23 {
    margin-right: 35rem !important;
  }
  /* line 29401, app/assets/stylesheets/core.scss */
  .me-sm-24 {
    margin-right: 40rem !important;
  }
  /* line 29404, app/assets/stylesheets/core.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 29407, app/assets/stylesheets/core.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 29410, app/assets/stylesheets/core.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 29413, app/assets/stylesheets/core.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 29416, app/assets/stylesheets/core.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 29419, app/assets/stylesheets/core.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 29422, app/assets/stylesheets/core.scss */
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  /* line 29425, app/assets/stylesheets/core.scss */
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 29428, app/assets/stylesheets/core.scss */
  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }
  /* line 29431, app/assets/stylesheets/core.scss */
  .mb-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 29434, app/assets/stylesheets/core.scss */
  .mb-sm-9 {
    margin-bottom: 4rem !important;
  }
  /* line 29437, app/assets/stylesheets/core.scss */
  .mb-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 29440, app/assets/stylesheets/core.scss */
  .mb-sm-11 {
    margin-bottom: 5rem !important;
  }
  /* line 29443, app/assets/stylesheets/core.scss */
  .mb-sm-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 29446, app/assets/stylesheets/core.scss */
  .mb-sm-13 {
    margin-bottom: 6rem !important;
  }
  /* line 29449, app/assets/stylesheets/core.scss */
  .mb-sm-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 29452, app/assets/stylesheets/core.scss */
  .mb-sm-15 {
    margin-bottom: 7rem !important;
  }
  /* line 29455, app/assets/stylesheets/core.scss */
  .mb-sm-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 29458, app/assets/stylesheets/core.scss */
  .mb-sm-17 {
    margin-bottom: 8rem !important;
  }
  /* line 29461, app/assets/stylesheets/core.scss */
  .mb-sm-18 {
    margin-bottom: 10rem !important;
  }
  /* line 29464, app/assets/stylesheets/core.scss */
  .mb-sm-19 {
    margin-bottom: 12rem !important;
  }
  /* line 29467, app/assets/stylesheets/core.scss */
  .mb-sm-20 {
    margin-bottom: 14rem !important;
  }
  /* line 29470, app/assets/stylesheets/core.scss */
  .mb-sm-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 29473, app/assets/stylesheets/core.scss */
  .mb-sm-22 {
    margin-bottom: 22rem !important;
  }
  /* line 29476, app/assets/stylesheets/core.scss */
  .mb-sm-23 {
    margin-bottom: 35rem !important;
  }
  /* line 29479, app/assets/stylesheets/core.scss */
  .mb-sm-24 {
    margin-bottom: 40rem !important;
  }
  /* line 29482, app/assets/stylesheets/core.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 29485, app/assets/stylesheets/core.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 29488, app/assets/stylesheets/core.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 29491, app/assets/stylesheets/core.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 29494, app/assets/stylesheets/core.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 29497, app/assets/stylesheets/core.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 29500, app/assets/stylesheets/core.scss */
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  /* line 29503, app/assets/stylesheets/core.scss */
  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  /* line 29506, app/assets/stylesheets/core.scss */
  .ms-sm-7 {
    margin-left: 3rem !important;
  }
  /* line 29509, app/assets/stylesheets/core.scss */
  .ms-sm-8 {
    margin-left: 3.5rem !important;
  }
  /* line 29512, app/assets/stylesheets/core.scss */
  .ms-sm-9 {
    margin-left: 4rem !important;
  }
  /* line 29515, app/assets/stylesheets/core.scss */
  .ms-sm-10 {
    margin-left: 4.5rem !important;
  }
  /* line 29518, app/assets/stylesheets/core.scss */
  .ms-sm-11 {
    margin-left: 5rem !important;
  }
  /* line 29521, app/assets/stylesheets/core.scss */
  .ms-sm-12 {
    margin-left: 5.5rem !important;
  }
  /* line 29524, app/assets/stylesheets/core.scss */
  .ms-sm-13 {
    margin-left: 6rem !important;
  }
  /* line 29527, app/assets/stylesheets/core.scss */
  .ms-sm-14 {
    margin-left: 6.5rem !important;
  }
  /* line 29530, app/assets/stylesheets/core.scss */
  .ms-sm-15 {
    margin-left: 7rem !important;
  }
  /* line 29533, app/assets/stylesheets/core.scss */
  .ms-sm-16 {
    margin-left: 7.5rem !important;
  }
  /* line 29536, app/assets/stylesheets/core.scss */
  .ms-sm-17 {
    margin-left: 8rem !important;
  }
  /* line 29539, app/assets/stylesheets/core.scss */
  .ms-sm-18 {
    margin-left: 10rem !important;
  }
  /* line 29542, app/assets/stylesheets/core.scss */
  .ms-sm-19 {
    margin-left: 12rem !important;
  }
  /* line 29545, app/assets/stylesheets/core.scss */
  .ms-sm-20 {
    margin-left: 14rem !important;
  }
  /* line 29548, app/assets/stylesheets/core.scss */
  .ms-sm-21 {
    margin-left: 18.5rem !important;
  }
  /* line 29551, app/assets/stylesheets/core.scss */
  .ms-sm-22 {
    margin-left: 22rem !important;
  }
  /* line 29554, app/assets/stylesheets/core.scss */
  .ms-sm-23 {
    margin-left: 35rem !important;
  }
  /* line 29557, app/assets/stylesheets/core.scss */
  .ms-sm-24 {
    margin-left: 40rem !important;
  }
  /* line 29560, app/assets/stylesheets/core.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 29563, app/assets/stylesheets/core.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 29566, app/assets/stylesheets/core.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 29569, app/assets/stylesheets/core.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 29572, app/assets/stylesheets/core.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 29575, app/assets/stylesheets/core.scss */
  .m-sm-n5 {
    margin: -2rem !important;
  }
  /* line 29578, app/assets/stylesheets/core.scss */
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  /* line 29581, app/assets/stylesheets/core.scss */
  .m-sm-n7 {
    margin: -3rem !important;
  }
  /* line 29584, app/assets/stylesheets/core.scss */
  .m-sm-n8 {
    margin: -3.5rem !important;
  }
  /* line 29587, app/assets/stylesheets/core.scss */
  .m-sm-n9 {
    margin: -4rem !important;
  }
  /* line 29590, app/assets/stylesheets/core.scss */
  .m-sm-n10 {
    margin: -4.5rem !important;
  }
  /* line 29593, app/assets/stylesheets/core.scss */
  .m-sm-n11 {
    margin: -5rem !important;
  }
  /* line 29596, app/assets/stylesheets/core.scss */
  .m-sm-n12 {
    margin: -5.5rem !important;
  }
  /* line 29599, app/assets/stylesheets/core.scss */
  .m-sm-n13 {
    margin: -6rem !important;
  }
  /* line 29602, app/assets/stylesheets/core.scss */
  .m-sm-n14 {
    margin: -6.5rem !important;
  }
  /* line 29605, app/assets/stylesheets/core.scss */
  .m-sm-n15 {
    margin: -7rem !important;
  }
  /* line 29608, app/assets/stylesheets/core.scss */
  .m-sm-n16 {
    margin: -7.5rem !important;
  }
  /* line 29611, app/assets/stylesheets/core.scss */
  .m-sm-n17 {
    margin: -8rem !important;
  }
  /* line 29614, app/assets/stylesheets/core.scss */
  .m-sm-n18 {
    margin: -10rem !important;
  }
  /* line 29617, app/assets/stylesheets/core.scss */
  .m-sm-n19 {
    margin: -12rem !important;
  }
  /* line 29620, app/assets/stylesheets/core.scss */
  .m-sm-n20 {
    margin: -14rem !important;
  }
  /* line 29623, app/assets/stylesheets/core.scss */
  .m-sm-n21 {
    margin: -18.5rem !important;
  }
  /* line 29626, app/assets/stylesheets/core.scss */
  .m-sm-n22 {
    margin: -22rem !important;
  }
  /* line 29629, app/assets/stylesheets/core.scss */
  .m-sm-n23 {
    margin: -35rem !important;
  }
  /* line 29632, app/assets/stylesheets/core.scss */
  .m-sm-n24 {
    margin: -40rem !important;
  }
  /* line 29635, app/assets/stylesheets/core.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 29639, app/assets/stylesheets/core.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 29643, app/assets/stylesheets/core.scss */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 29647, app/assets/stylesheets/core.scss */
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 29651, app/assets/stylesheets/core.scss */
  .mx-sm-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 29655, app/assets/stylesheets/core.scss */
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 29659, app/assets/stylesheets/core.scss */
  .mx-sm-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 29663, app/assets/stylesheets/core.scss */
  .mx-sm-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 29667, app/assets/stylesheets/core.scss */
  .mx-sm-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 29671, app/assets/stylesheets/core.scss */
  .mx-sm-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 29675, app/assets/stylesheets/core.scss */
  .mx-sm-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 29679, app/assets/stylesheets/core.scss */
  .mx-sm-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 29683, app/assets/stylesheets/core.scss */
  .mx-sm-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 29687, app/assets/stylesheets/core.scss */
  .mx-sm-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 29691, app/assets/stylesheets/core.scss */
  .mx-sm-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 29695, app/assets/stylesheets/core.scss */
  .mx-sm-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 29699, app/assets/stylesheets/core.scss */
  .mx-sm-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 29703, app/assets/stylesheets/core.scss */
  .mx-sm-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 29707, app/assets/stylesheets/core.scss */
  .mx-sm-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 29711, app/assets/stylesheets/core.scss */
  .mx-sm-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 29715, app/assets/stylesheets/core.scss */
  .mx-sm-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 29719, app/assets/stylesheets/core.scss */
  .mx-sm-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 29723, app/assets/stylesheets/core.scss */
  .mx-sm-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 29727, app/assets/stylesheets/core.scss */
  .mx-sm-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 29731, app/assets/stylesheets/core.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 29735, app/assets/stylesheets/core.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 29739, app/assets/stylesheets/core.scss */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 29743, app/assets/stylesheets/core.scss */
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 29747, app/assets/stylesheets/core.scss */
  .my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 29751, app/assets/stylesheets/core.scss */
  .my-sm-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 29755, app/assets/stylesheets/core.scss */
  .my-sm-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 29759, app/assets/stylesheets/core.scss */
  .my-sm-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 29763, app/assets/stylesheets/core.scss */
  .my-sm-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 29767, app/assets/stylesheets/core.scss */
  .my-sm-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 29771, app/assets/stylesheets/core.scss */
  .my-sm-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 29775, app/assets/stylesheets/core.scss */
  .my-sm-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 29779, app/assets/stylesheets/core.scss */
  .my-sm-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 29783, app/assets/stylesheets/core.scss */
  .my-sm-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 29787, app/assets/stylesheets/core.scss */
  .my-sm-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 29791, app/assets/stylesheets/core.scss */
  .my-sm-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 29795, app/assets/stylesheets/core.scss */
  .my-sm-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 29799, app/assets/stylesheets/core.scss */
  .my-sm-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 29803, app/assets/stylesheets/core.scss */
  .my-sm-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 29807, app/assets/stylesheets/core.scss */
  .my-sm-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 29811, app/assets/stylesheets/core.scss */
  .my-sm-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 29815, app/assets/stylesheets/core.scss */
  .my-sm-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 29819, app/assets/stylesheets/core.scss */
  .my-sm-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 29823, app/assets/stylesheets/core.scss */
  .my-sm-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 29827, app/assets/stylesheets/core.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 29830, app/assets/stylesheets/core.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 29833, app/assets/stylesheets/core.scss */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 29836, app/assets/stylesheets/core.scss */
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 29839, app/assets/stylesheets/core.scss */
  .mt-sm-n5 {
    margin-top: -2rem !important;
  }
  /* line 29842, app/assets/stylesheets/core.scss */
  .mt-sm-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 29845, app/assets/stylesheets/core.scss */
  .mt-sm-n7 {
    margin-top: -3rem !important;
  }
  /* line 29848, app/assets/stylesheets/core.scss */
  .mt-sm-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 29851, app/assets/stylesheets/core.scss */
  .mt-sm-n9 {
    margin-top: -4rem !important;
  }
  /* line 29854, app/assets/stylesheets/core.scss */
  .mt-sm-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 29857, app/assets/stylesheets/core.scss */
  .mt-sm-n11 {
    margin-top: -5rem !important;
  }
  /* line 29860, app/assets/stylesheets/core.scss */
  .mt-sm-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 29863, app/assets/stylesheets/core.scss */
  .mt-sm-n13 {
    margin-top: -6rem !important;
  }
  /* line 29866, app/assets/stylesheets/core.scss */
  .mt-sm-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 29869, app/assets/stylesheets/core.scss */
  .mt-sm-n15 {
    margin-top: -7rem !important;
  }
  /* line 29872, app/assets/stylesheets/core.scss */
  .mt-sm-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 29875, app/assets/stylesheets/core.scss */
  .mt-sm-n17 {
    margin-top: -8rem !important;
  }
  /* line 29878, app/assets/stylesheets/core.scss */
  .mt-sm-n18 {
    margin-top: -10rem !important;
  }
  /* line 29881, app/assets/stylesheets/core.scss */
  .mt-sm-n19 {
    margin-top: -12rem !important;
  }
  /* line 29884, app/assets/stylesheets/core.scss */
  .mt-sm-n20 {
    margin-top: -14rem !important;
  }
  /* line 29887, app/assets/stylesheets/core.scss */
  .mt-sm-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 29890, app/assets/stylesheets/core.scss */
  .mt-sm-n22 {
    margin-top: -22rem !important;
  }
  /* line 29893, app/assets/stylesheets/core.scss */
  .mt-sm-n23 {
    margin-top: -35rem !important;
  }
  /* line 29896, app/assets/stylesheets/core.scss */
  .mt-sm-n24 {
    margin-top: -40rem !important;
  }
  /* line 29899, app/assets/stylesheets/core.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 29902, app/assets/stylesheets/core.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 29905, app/assets/stylesheets/core.scss */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 29908, app/assets/stylesheets/core.scss */
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 29911, app/assets/stylesheets/core.scss */
  .me-sm-n5 {
    margin-right: -2rem !important;
  }
  /* line 29914, app/assets/stylesheets/core.scss */
  .me-sm-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 29917, app/assets/stylesheets/core.scss */
  .me-sm-n7 {
    margin-right: -3rem !important;
  }
  /* line 29920, app/assets/stylesheets/core.scss */
  .me-sm-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 29923, app/assets/stylesheets/core.scss */
  .me-sm-n9 {
    margin-right: -4rem !important;
  }
  /* line 29926, app/assets/stylesheets/core.scss */
  .me-sm-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 29929, app/assets/stylesheets/core.scss */
  .me-sm-n11 {
    margin-right: -5rem !important;
  }
  /* line 29932, app/assets/stylesheets/core.scss */
  .me-sm-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 29935, app/assets/stylesheets/core.scss */
  .me-sm-n13 {
    margin-right: -6rem !important;
  }
  /* line 29938, app/assets/stylesheets/core.scss */
  .me-sm-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 29941, app/assets/stylesheets/core.scss */
  .me-sm-n15 {
    margin-right: -7rem !important;
  }
  /* line 29944, app/assets/stylesheets/core.scss */
  .me-sm-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 29947, app/assets/stylesheets/core.scss */
  .me-sm-n17 {
    margin-right: -8rem !important;
  }
  /* line 29950, app/assets/stylesheets/core.scss */
  .me-sm-n18 {
    margin-right: -10rem !important;
  }
  /* line 29953, app/assets/stylesheets/core.scss */
  .me-sm-n19 {
    margin-right: -12rem !important;
  }
  /* line 29956, app/assets/stylesheets/core.scss */
  .me-sm-n20 {
    margin-right: -14rem !important;
  }
  /* line 29959, app/assets/stylesheets/core.scss */
  .me-sm-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 29962, app/assets/stylesheets/core.scss */
  .me-sm-n22 {
    margin-right: -22rem !important;
  }
  /* line 29965, app/assets/stylesheets/core.scss */
  .me-sm-n23 {
    margin-right: -35rem !important;
  }
  /* line 29968, app/assets/stylesheets/core.scss */
  .me-sm-n24 {
    margin-right: -40rem !important;
  }
  /* line 29971, app/assets/stylesheets/core.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 29974, app/assets/stylesheets/core.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 29977, app/assets/stylesheets/core.scss */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 29980, app/assets/stylesheets/core.scss */
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 29983, app/assets/stylesheets/core.scss */
  .mb-sm-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 29986, app/assets/stylesheets/core.scss */
  .mb-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 29989, app/assets/stylesheets/core.scss */
  .mb-sm-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 29992, app/assets/stylesheets/core.scss */
  .mb-sm-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 29995, app/assets/stylesheets/core.scss */
  .mb-sm-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 29998, app/assets/stylesheets/core.scss */
  .mb-sm-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 30001, app/assets/stylesheets/core.scss */
  .mb-sm-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 30004, app/assets/stylesheets/core.scss */
  .mb-sm-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 30007, app/assets/stylesheets/core.scss */
  .mb-sm-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 30010, app/assets/stylesheets/core.scss */
  .mb-sm-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 30013, app/assets/stylesheets/core.scss */
  .mb-sm-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 30016, app/assets/stylesheets/core.scss */
  .mb-sm-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 30019, app/assets/stylesheets/core.scss */
  .mb-sm-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 30022, app/assets/stylesheets/core.scss */
  .mb-sm-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 30025, app/assets/stylesheets/core.scss */
  .mb-sm-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 30028, app/assets/stylesheets/core.scss */
  .mb-sm-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 30031, app/assets/stylesheets/core.scss */
  .mb-sm-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 30034, app/assets/stylesheets/core.scss */
  .mb-sm-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 30037, app/assets/stylesheets/core.scss */
  .mb-sm-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 30040, app/assets/stylesheets/core.scss */
  .mb-sm-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 30043, app/assets/stylesheets/core.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30046, app/assets/stylesheets/core.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30049, app/assets/stylesheets/core.scss */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30052, app/assets/stylesheets/core.scss */
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30055, app/assets/stylesheets/core.scss */
  .ms-sm-n5 {
    margin-left: -2rem !important;
  }
  /* line 30058, app/assets/stylesheets/core.scss */
  .ms-sm-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 30061, app/assets/stylesheets/core.scss */
  .ms-sm-n7 {
    margin-left: -3rem !important;
  }
  /* line 30064, app/assets/stylesheets/core.scss */
  .ms-sm-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 30067, app/assets/stylesheets/core.scss */
  .ms-sm-n9 {
    margin-left: -4rem !important;
  }
  /* line 30070, app/assets/stylesheets/core.scss */
  .ms-sm-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 30073, app/assets/stylesheets/core.scss */
  .ms-sm-n11 {
    margin-left: -5rem !important;
  }
  /* line 30076, app/assets/stylesheets/core.scss */
  .ms-sm-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 30079, app/assets/stylesheets/core.scss */
  .ms-sm-n13 {
    margin-left: -6rem !important;
  }
  /* line 30082, app/assets/stylesheets/core.scss */
  .ms-sm-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 30085, app/assets/stylesheets/core.scss */
  .ms-sm-n15 {
    margin-left: -7rem !important;
  }
  /* line 30088, app/assets/stylesheets/core.scss */
  .ms-sm-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 30091, app/assets/stylesheets/core.scss */
  .ms-sm-n17 {
    margin-left: -8rem !important;
  }
  /* line 30094, app/assets/stylesheets/core.scss */
  .ms-sm-n18 {
    margin-left: -10rem !important;
  }
  /* line 30097, app/assets/stylesheets/core.scss */
  .ms-sm-n19 {
    margin-left: -12rem !important;
  }
  /* line 30100, app/assets/stylesheets/core.scss */
  .ms-sm-n20 {
    margin-left: -14rem !important;
  }
  /* line 30103, app/assets/stylesheets/core.scss */
  .ms-sm-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 30106, app/assets/stylesheets/core.scss */
  .ms-sm-n22 {
    margin-left: -22rem !important;
  }
  /* line 30109, app/assets/stylesheets/core.scss */
  .ms-sm-n23 {
    margin-left: -35rem !important;
  }
  /* line 30112, app/assets/stylesheets/core.scss */
  .ms-sm-n24 {
    margin-left: -40rem !important;
  }
  /* line 30115, app/assets/stylesheets/core.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 30118, app/assets/stylesheets/core.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 30121, app/assets/stylesheets/core.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 30124, app/assets/stylesheets/core.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 30127, app/assets/stylesheets/core.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 30130, app/assets/stylesheets/core.scss */
  .p-sm-5 {
    padding: 2rem !important;
  }
  /* line 30133, app/assets/stylesheets/core.scss */
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  /* line 30136, app/assets/stylesheets/core.scss */
  .p-sm-7 {
    padding: 3rem !important;
  }
  /* line 30139, app/assets/stylesheets/core.scss */
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  /* line 30142, app/assets/stylesheets/core.scss */
  .p-sm-9 {
    padding: 4rem !important;
  }
  /* line 30145, app/assets/stylesheets/core.scss */
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  /* line 30148, app/assets/stylesheets/core.scss */
  .p-sm-11 {
    padding: 5rem !important;
  }
  /* line 30151, app/assets/stylesheets/core.scss */
  .p-sm-12 {
    padding: 5.5rem !important;
  }
  /* line 30154, app/assets/stylesheets/core.scss */
  .p-sm-13 {
    padding: 6rem !important;
  }
  /* line 30157, app/assets/stylesheets/core.scss */
  .p-sm-14 {
    padding: 6.5rem !important;
  }
  /* line 30160, app/assets/stylesheets/core.scss */
  .p-sm-15 {
    padding: 7rem !important;
  }
  /* line 30163, app/assets/stylesheets/core.scss */
  .p-sm-16 {
    padding: 7.5rem !important;
  }
  /* line 30166, app/assets/stylesheets/core.scss */
  .p-sm-17 {
    padding: 8rem !important;
  }
  /* line 30169, app/assets/stylesheets/core.scss */
  .p-sm-18 {
    padding: 10rem !important;
  }
  /* line 30172, app/assets/stylesheets/core.scss */
  .p-sm-19 {
    padding: 12rem !important;
  }
  /* line 30175, app/assets/stylesheets/core.scss */
  .p-sm-20 {
    padding: 14rem !important;
  }
  /* line 30178, app/assets/stylesheets/core.scss */
  .p-sm-21 {
    padding: 18.5rem !important;
  }
  /* line 30181, app/assets/stylesheets/core.scss */
  .p-sm-22 {
    padding: 22rem !important;
  }
  /* line 30184, app/assets/stylesheets/core.scss */
  .p-sm-23 {
    padding: 35rem !important;
  }
  /* line 30187, app/assets/stylesheets/core.scss */
  .p-sm-24 {
    padding: 40rem !important;
  }
  /* line 30190, app/assets/stylesheets/core.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 30194, app/assets/stylesheets/core.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 30198, app/assets/stylesheets/core.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 30202, app/assets/stylesheets/core.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 30206, app/assets/stylesheets/core.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 30210, app/assets/stylesheets/core.scss */
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 30214, app/assets/stylesheets/core.scss */
  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 30218, app/assets/stylesheets/core.scss */
  .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 30222, app/assets/stylesheets/core.scss */
  .px-sm-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 30226, app/assets/stylesheets/core.scss */
  .px-sm-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 30230, app/assets/stylesheets/core.scss */
  .px-sm-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 30234, app/assets/stylesheets/core.scss */
  .px-sm-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 30238, app/assets/stylesheets/core.scss */
  .px-sm-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 30242, app/assets/stylesheets/core.scss */
  .px-sm-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 30246, app/assets/stylesheets/core.scss */
  .px-sm-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 30250, app/assets/stylesheets/core.scss */
  .px-sm-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 30254, app/assets/stylesheets/core.scss */
  .px-sm-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 30258, app/assets/stylesheets/core.scss */
  .px-sm-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 30262, app/assets/stylesheets/core.scss */
  .px-sm-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 30266, app/assets/stylesheets/core.scss */
  .px-sm-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 30270, app/assets/stylesheets/core.scss */
  .px-sm-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 30274, app/assets/stylesheets/core.scss */
  .px-sm-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 30278, app/assets/stylesheets/core.scss */
  .px-sm-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 30282, app/assets/stylesheets/core.scss */
  .px-sm-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 30286, app/assets/stylesheets/core.scss */
  .px-sm-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 30290, app/assets/stylesheets/core.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 30294, app/assets/stylesheets/core.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 30298, app/assets/stylesheets/core.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 30302, app/assets/stylesheets/core.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 30306, app/assets/stylesheets/core.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 30310, app/assets/stylesheets/core.scss */
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 30314, app/assets/stylesheets/core.scss */
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 30318, app/assets/stylesheets/core.scss */
  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 30322, app/assets/stylesheets/core.scss */
  .py-sm-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 30326, app/assets/stylesheets/core.scss */
  .py-sm-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 30330, app/assets/stylesheets/core.scss */
  .py-sm-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 30334, app/assets/stylesheets/core.scss */
  .py-sm-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 30338, app/assets/stylesheets/core.scss */
  .py-sm-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 30342, app/assets/stylesheets/core.scss */
  .py-sm-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 30346, app/assets/stylesheets/core.scss */
  .py-sm-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 30350, app/assets/stylesheets/core.scss */
  .py-sm-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 30354, app/assets/stylesheets/core.scss */
  .py-sm-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 30358, app/assets/stylesheets/core.scss */
  .py-sm-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 30362, app/assets/stylesheets/core.scss */
  .py-sm-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 30366, app/assets/stylesheets/core.scss */
  .py-sm-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 30370, app/assets/stylesheets/core.scss */
  .py-sm-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 30374, app/assets/stylesheets/core.scss */
  .py-sm-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 30378, app/assets/stylesheets/core.scss */
  .py-sm-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 30382, app/assets/stylesheets/core.scss */
  .py-sm-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 30386, app/assets/stylesheets/core.scss */
  .py-sm-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 30390, app/assets/stylesheets/core.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 30393, app/assets/stylesheets/core.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 30396, app/assets/stylesheets/core.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 30399, app/assets/stylesheets/core.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 30402, app/assets/stylesheets/core.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 30405, app/assets/stylesheets/core.scss */
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  /* line 30408, app/assets/stylesheets/core.scss */
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  /* line 30411, app/assets/stylesheets/core.scss */
  .pt-sm-7 {
    padding-top: 3rem !important;
  }
  /* line 30414, app/assets/stylesheets/core.scss */
  .pt-sm-8 {
    padding-top: 3.5rem !important;
  }
  /* line 30417, app/assets/stylesheets/core.scss */
  .pt-sm-9 {
    padding-top: 4rem !important;
  }
  /* line 30420, app/assets/stylesheets/core.scss */
  .pt-sm-10 {
    padding-top: 4.5rem !important;
  }
  /* line 30423, app/assets/stylesheets/core.scss */
  .pt-sm-11 {
    padding-top: 5rem !important;
  }
  /* line 30426, app/assets/stylesheets/core.scss */
  .pt-sm-12 {
    padding-top: 5.5rem !important;
  }
  /* line 30429, app/assets/stylesheets/core.scss */
  .pt-sm-13 {
    padding-top: 6rem !important;
  }
  /* line 30432, app/assets/stylesheets/core.scss */
  .pt-sm-14 {
    padding-top: 6.5rem !important;
  }
  /* line 30435, app/assets/stylesheets/core.scss */
  .pt-sm-15 {
    padding-top: 7rem !important;
  }
  /* line 30438, app/assets/stylesheets/core.scss */
  .pt-sm-16 {
    padding-top: 7.5rem !important;
  }
  /* line 30441, app/assets/stylesheets/core.scss */
  .pt-sm-17 {
    padding-top: 8rem !important;
  }
  /* line 30444, app/assets/stylesheets/core.scss */
  .pt-sm-18 {
    padding-top: 10rem !important;
  }
  /* line 30447, app/assets/stylesheets/core.scss */
  .pt-sm-19 {
    padding-top: 12rem !important;
  }
  /* line 30450, app/assets/stylesheets/core.scss */
  .pt-sm-20 {
    padding-top: 14rem !important;
  }
  /* line 30453, app/assets/stylesheets/core.scss */
  .pt-sm-21 {
    padding-top: 18.5rem !important;
  }
  /* line 30456, app/assets/stylesheets/core.scss */
  .pt-sm-22 {
    padding-top: 22rem !important;
  }
  /* line 30459, app/assets/stylesheets/core.scss */
  .pt-sm-23 {
    padding-top: 35rem !important;
  }
  /* line 30462, app/assets/stylesheets/core.scss */
  .pt-sm-24 {
    padding-top: 40rem !important;
  }
  /* line 30465, app/assets/stylesheets/core.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 30468, app/assets/stylesheets/core.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 30471, app/assets/stylesheets/core.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 30474, app/assets/stylesheets/core.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 30477, app/assets/stylesheets/core.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 30480, app/assets/stylesheets/core.scss */
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  /* line 30483, app/assets/stylesheets/core.scss */
  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  /* line 30486, app/assets/stylesheets/core.scss */
  .pe-sm-7 {
    padding-right: 3rem !important;
  }
  /* line 30489, app/assets/stylesheets/core.scss */
  .pe-sm-8 {
    padding-right: 3.5rem !important;
  }
  /* line 30492, app/assets/stylesheets/core.scss */
  .pe-sm-9 {
    padding-right: 4rem !important;
  }
  /* line 30495, app/assets/stylesheets/core.scss */
  .pe-sm-10 {
    padding-right: 4.5rem !important;
  }
  /* line 30498, app/assets/stylesheets/core.scss */
  .pe-sm-11 {
    padding-right: 5rem !important;
  }
  /* line 30501, app/assets/stylesheets/core.scss */
  .pe-sm-12 {
    padding-right: 5.5rem !important;
  }
  /* line 30504, app/assets/stylesheets/core.scss */
  .pe-sm-13 {
    padding-right: 6rem !important;
  }
  /* line 30507, app/assets/stylesheets/core.scss */
  .pe-sm-14 {
    padding-right: 6.5rem !important;
  }
  /* line 30510, app/assets/stylesheets/core.scss */
  .pe-sm-15 {
    padding-right: 7rem !important;
  }
  /* line 30513, app/assets/stylesheets/core.scss */
  .pe-sm-16 {
    padding-right: 7.5rem !important;
  }
  /* line 30516, app/assets/stylesheets/core.scss */
  .pe-sm-17 {
    padding-right: 8rem !important;
  }
  /* line 30519, app/assets/stylesheets/core.scss */
  .pe-sm-18 {
    padding-right: 10rem !important;
  }
  /* line 30522, app/assets/stylesheets/core.scss */
  .pe-sm-19 {
    padding-right: 12rem !important;
  }
  /* line 30525, app/assets/stylesheets/core.scss */
  .pe-sm-20 {
    padding-right: 14rem !important;
  }
  /* line 30528, app/assets/stylesheets/core.scss */
  .pe-sm-21 {
    padding-right: 18.5rem !important;
  }
  /* line 30531, app/assets/stylesheets/core.scss */
  .pe-sm-22 {
    padding-right: 22rem !important;
  }
  /* line 30534, app/assets/stylesheets/core.scss */
  .pe-sm-23 {
    padding-right: 35rem !important;
  }
  /* line 30537, app/assets/stylesheets/core.scss */
  .pe-sm-24 {
    padding-right: 40rem !important;
  }
  /* line 30540, app/assets/stylesheets/core.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 30543, app/assets/stylesheets/core.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 30546, app/assets/stylesheets/core.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 30549, app/assets/stylesheets/core.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 30552, app/assets/stylesheets/core.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 30555, app/assets/stylesheets/core.scss */
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  /* line 30558, app/assets/stylesheets/core.scss */
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 30561, app/assets/stylesheets/core.scss */
  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }
  /* line 30564, app/assets/stylesheets/core.scss */
  .pb-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 30567, app/assets/stylesheets/core.scss */
  .pb-sm-9 {
    padding-bottom: 4rem !important;
  }
  /* line 30570, app/assets/stylesheets/core.scss */
  .pb-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 30573, app/assets/stylesheets/core.scss */
  .pb-sm-11 {
    padding-bottom: 5rem !important;
  }
  /* line 30576, app/assets/stylesheets/core.scss */
  .pb-sm-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 30579, app/assets/stylesheets/core.scss */
  .pb-sm-13 {
    padding-bottom: 6rem !important;
  }
  /* line 30582, app/assets/stylesheets/core.scss */
  .pb-sm-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 30585, app/assets/stylesheets/core.scss */
  .pb-sm-15 {
    padding-bottom: 7rem !important;
  }
  /* line 30588, app/assets/stylesheets/core.scss */
  .pb-sm-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 30591, app/assets/stylesheets/core.scss */
  .pb-sm-17 {
    padding-bottom: 8rem !important;
  }
  /* line 30594, app/assets/stylesheets/core.scss */
  .pb-sm-18 {
    padding-bottom: 10rem !important;
  }
  /* line 30597, app/assets/stylesheets/core.scss */
  .pb-sm-19 {
    padding-bottom: 12rem !important;
  }
  /* line 30600, app/assets/stylesheets/core.scss */
  .pb-sm-20 {
    padding-bottom: 14rem !important;
  }
  /* line 30603, app/assets/stylesheets/core.scss */
  .pb-sm-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 30606, app/assets/stylesheets/core.scss */
  .pb-sm-22 {
    padding-bottom: 22rem !important;
  }
  /* line 30609, app/assets/stylesheets/core.scss */
  .pb-sm-23 {
    padding-bottom: 35rem !important;
  }
  /* line 30612, app/assets/stylesheets/core.scss */
  .pb-sm-24 {
    padding-bottom: 40rem !important;
  }
  /* line 30615, app/assets/stylesheets/core.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 30618, app/assets/stylesheets/core.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 30621, app/assets/stylesheets/core.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 30624, app/assets/stylesheets/core.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 30627, app/assets/stylesheets/core.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 30630, app/assets/stylesheets/core.scss */
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  /* line 30633, app/assets/stylesheets/core.scss */
  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  /* line 30636, app/assets/stylesheets/core.scss */
  .ps-sm-7 {
    padding-left: 3rem !important;
  }
  /* line 30639, app/assets/stylesheets/core.scss */
  .ps-sm-8 {
    padding-left: 3.5rem !important;
  }
  /* line 30642, app/assets/stylesheets/core.scss */
  .ps-sm-9 {
    padding-left: 4rem !important;
  }
  /* line 30645, app/assets/stylesheets/core.scss */
  .ps-sm-10 {
    padding-left: 4.5rem !important;
  }
  /* line 30648, app/assets/stylesheets/core.scss */
  .ps-sm-11 {
    padding-left: 5rem !important;
  }
  /* line 30651, app/assets/stylesheets/core.scss */
  .ps-sm-12 {
    padding-left: 5.5rem !important;
  }
  /* line 30654, app/assets/stylesheets/core.scss */
  .ps-sm-13 {
    padding-left: 6rem !important;
  }
  /* line 30657, app/assets/stylesheets/core.scss */
  .ps-sm-14 {
    padding-left: 6.5rem !important;
  }
  /* line 30660, app/assets/stylesheets/core.scss */
  .ps-sm-15 {
    padding-left: 7rem !important;
  }
  /* line 30663, app/assets/stylesheets/core.scss */
  .ps-sm-16 {
    padding-left: 7.5rem !important;
  }
  /* line 30666, app/assets/stylesheets/core.scss */
  .ps-sm-17 {
    padding-left: 8rem !important;
  }
  /* line 30669, app/assets/stylesheets/core.scss */
  .ps-sm-18 {
    padding-left: 10rem !important;
  }
  /* line 30672, app/assets/stylesheets/core.scss */
  .ps-sm-19 {
    padding-left: 12rem !important;
  }
  /* line 30675, app/assets/stylesheets/core.scss */
  .ps-sm-20 {
    padding-left: 14rem !important;
  }
  /* line 30678, app/assets/stylesheets/core.scss */
  .ps-sm-21 {
    padding-left: 18.5rem !important;
  }
  /* line 30681, app/assets/stylesheets/core.scss */
  .ps-sm-22 {
    padding-left: 22rem !important;
  }
  /* line 30684, app/assets/stylesheets/core.scss */
  .ps-sm-23 {
    padding-left: 35rem !important;
  }
  /* line 30687, app/assets/stylesheets/core.scss */
  .ps-sm-24 {
    padding-left: 40rem !important;
  }
  /* line 30690, app/assets/stylesheets/core.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 30693, app/assets/stylesheets/core.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 30696, app/assets/stylesheets/core.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 30699, app/assets/stylesheets/core.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 30702, app/assets/stylesheets/core.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 30705, app/assets/stylesheets/core.scss */
  .gap-sm-5 {
    gap: 2rem !important;
  }
  /* line 30708, app/assets/stylesheets/core.scss */
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  /* line 30711, app/assets/stylesheets/core.scss */
  .gap-sm-7 {
    gap: 3rem !important;
  }
  /* line 30714, app/assets/stylesheets/core.scss */
  .gap-sm-8 {
    gap: 3.5rem !important;
  }
  /* line 30717, app/assets/stylesheets/core.scss */
  .gap-sm-9 {
    gap: 4rem !important;
  }
  /* line 30720, app/assets/stylesheets/core.scss */
  .gap-sm-10 {
    gap: 4.5rem !important;
  }
  /* line 30723, app/assets/stylesheets/core.scss */
  .gap-sm-11 {
    gap: 5rem !important;
  }
  /* line 30726, app/assets/stylesheets/core.scss */
  .gap-sm-12 {
    gap: 5.5rem !important;
  }
  /* line 30729, app/assets/stylesheets/core.scss */
  .gap-sm-13 {
    gap: 6rem !important;
  }
  /* line 30732, app/assets/stylesheets/core.scss */
  .gap-sm-14 {
    gap: 6.5rem !important;
  }
  /* line 30735, app/assets/stylesheets/core.scss */
  .gap-sm-15 {
    gap: 7rem !important;
  }
  /* line 30738, app/assets/stylesheets/core.scss */
  .gap-sm-16 {
    gap: 7.5rem !important;
  }
  /* line 30741, app/assets/stylesheets/core.scss */
  .gap-sm-17 {
    gap: 8rem !important;
  }
  /* line 30744, app/assets/stylesheets/core.scss */
  .gap-sm-18 {
    gap: 10rem !important;
  }
  /* line 30747, app/assets/stylesheets/core.scss */
  .gap-sm-19 {
    gap: 12rem !important;
  }
  /* line 30750, app/assets/stylesheets/core.scss */
  .gap-sm-20 {
    gap: 14rem !important;
  }
  /* line 30753, app/assets/stylesheets/core.scss */
  .gap-sm-21 {
    gap: 18.5rem !important;
  }
  /* line 30756, app/assets/stylesheets/core.scss */
  .gap-sm-22 {
    gap: 22rem !important;
  }
  /* line 30759, app/assets/stylesheets/core.scss */
  .gap-sm-23 {
    gap: 35rem !important;
  }
  /* line 30762, app/assets/stylesheets/core.scss */
  .gap-sm-24 {
    gap: 40rem !important;
  }
  /* line 30765, app/assets/stylesheets/core.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 30768, app/assets/stylesheets/core.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 30771, app/assets/stylesheets/core.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 30774, app/assets/stylesheets/core.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 30777, app/assets/stylesheets/core.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 30780, app/assets/stylesheets/core.scss */
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  /* line 30783, app/assets/stylesheets/core.scss */
  .row-gap-sm-6 {
    row-gap: 2.5rem !important;
  }
  /* line 30786, app/assets/stylesheets/core.scss */
  .row-gap-sm-7 {
    row-gap: 3rem !important;
  }
  /* line 30789, app/assets/stylesheets/core.scss */
  .row-gap-sm-8 {
    row-gap: 3.5rem !important;
  }
  /* line 30792, app/assets/stylesheets/core.scss */
  .row-gap-sm-9 {
    row-gap: 4rem !important;
  }
  /* line 30795, app/assets/stylesheets/core.scss */
  .row-gap-sm-10 {
    row-gap: 4.5rem !important;
  }
  /* line 30798, app/assets/stylesheets/core.scss */
  .row-gap-sm-11 {
    row-gap: 5rem !important;
  }
  /* line 30801, app/assets/stylesheets/core.scss */
  .row-gap-sm-12 {
    row-gap: 5.5rem !important;
  }
  /* line 30804, app/assets/stylesheets/core.scss */
  .row-gap-sm-13 {
    row-gap: 6rem !important;
  }
  /* line 30807, app/assets/stylesheets/core.scss */
  .row-gap-sm-14 {
    row-gap: 6.5rem !important;
  }
  /* line 30810, app/assets/stylesheets/core.scss */
  .row-gap-sm-15 {
    row-gap: 7rem !important;
  }
  /* line 30813, app/assets/stylesheets/core.scss */
  .row-gap-sm-16 {
    row-gap: 7.5rem !important;
  }
  /* line 30816, app/assets/stylesheets/core.scss */
  .row-gap-sm-17 {
    row-gap: 8rem !important;
  }
  /* line 30819, app/assets/stylesheets/core.scss */
  .row-gap-sm-18 {
    row-gap: 10rem !important;
  }
  /* line 30822, app/assets/stylesheets/core.scss */
  .row-gap-sm-19 {
    row-gap: 12rem !important;
  }
  /* line 30825, app/assets/stylesheets/core.scss */
  .row-gap-sm-20 {
    row-gap: 14rem !important;
  }
  /* line 30828, app/assets/stylesheets/core.scss */
  .row-gap-sm-21 {
    row-gap: 18.5rem !important;
  }
  /* line 30831, app/assets/stylesheets/core.scss */
  .row-gap-sm-22 {
    row-gap: 22rem !important;
  }
  /* line 30834, app/assets/stylesheets/core.scss */
  .row-gap-sm-23 {
    row-gap: 35rem !important;
  }
  /* line 30837, app/assets/stylesheets/core.scss */
  .row-gap-sm-24 {
    row-gap: 40rem !important;
  }
  /* line 30840, app/assets/stylesheets/core.scss */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 30844, app/assets/stylesheets/core.scss */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 30848, app/assets/stylesheets/core.scss */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 30852, app/assets/stylesheets/core.scss */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 30856, app/assets/stylesheets/core.scss */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 30860, app/assets/stylesheets/core.scss */
  .column-gap-sm-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 30864, app/assets/stylesheets/core.scss */
  .column-gap-sm-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 30868, app/assets/stylesheets/core.scss */
  .column-gap-sm-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 30872, app/assets/stylesheets/core.scss */
  .column-gap-sm-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 30876, app/assets/stylesheets/core.scss */
  .column-gap-sm-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 30880, app/assets/stylesheets/core.scss */
  .column-gap-sm-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 30884, app/assets/stylesheets/core.scss */
  .column-gap-sm-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 30888, app/assets/stylesheets/core.scss */
  .column-gap-sm-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 30892, app/assets/stylesheets/core.scss */
  .column-gap-sm-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 30896, app/assets/stylesheets/core.scss */
  .column-gap-sm-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 30900, app/assets/stylesheets/core.scss */
  .column-gap-sm-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 30904, app/assets/stylesheets/core.scss */
  .column-gap-sm-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 30908, app/assets/stylesheets/core.scss */
  .column-gap-sm-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 30912, app/assets/stylesheets/core.scss */
  .column-gap-sm-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 30916, app/assets/stylesheets/core.scss */
  .column-gap-sm-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 30920, app/assets/stylesheets/core.scss */
  .column-gap-sm-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 30924, app/assets/stylesheets/core.scss */
  .column-gap-sm-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 30928, app/assets/stylesheets/core.scss */
  .column-gap-sm-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 30932, app/assets/stylesheets/core.scss */
  .column-gap-sm-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 30936, app/assets/stylesheets/core.scss */
  .column-gap-sm-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 30940, app/assets/stylesheets/core.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 30943, app/assets/stylesheets/core.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 30946, app/assets/stylesheets/core.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 30951, app/assets/stylesheets/core.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 30954, app/assets/stylesheets/core.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 30957, app/assets/stylesheets/core.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 30960, app/assets/stylesheets/core.scss */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 30964, app/assets/stylesheets/core.scss */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 30968, app/assets/stylesheets/core.scss */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 30972, app/assets/stylesheets/core.scss */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 30976, app/assets/stylesheets/core.scss */
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 30980, app/assets/stylesheets/core.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 30983, app/assets/stylesheets/core.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 30986, app/assets/stylesheets/core.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 30989, app/assets/stylesheets/core.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 30992, app/assets/stylesheets/core.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 30995, app/assets/stylesheets/core.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 30998, app/assets/stylesheets/core.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 31001, app/assets/stylesheets/core.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 31004, app/assets/stylesheets/core.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 31007, app/assets/stylesheets/core.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 31010, app/assets/stylesheets/core.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 31013, app/assets/stylesheets/core.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 31016, app/assets/stylesheets/core.scss */
  .w-md-30 {
    width: 30% !important;
  }
  /* line 31019, app/assets/stylesheets/core.scss */
  .w-md-40 {
    width: 40% !important;
  }
  /* line 31022, app/assets/stylesheets/core.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 31025, app/assets/stylesheets/core.scss */
  .w-md-65 {
    width: 65% !important;
  }
  /* line 31028, app/assets/stylesheets/core.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 31031, app/assets/stylesheets/core.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 31034, app/assets/stylesheets/core.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 31037, app/assets/stylesheets/core.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 31040, app/assets/stylesheets/core.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 31043, app/assets/stylesheets/core.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 31046, app/assets/stylesheets/core.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 31049, app/assets/stylesheets/core.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 31052, app/assets/stylesheets/core.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 31055, app/assets/stylesheets/core.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 31058, app/assets/stylesheets/core.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 31061, app/assets/stylesheets/core.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 31064, app/assets/stylesheets/core.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 31067, app/assets/stylesheets/core.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 31070, app/assets/stylesheets/core.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 31073, app/assets/stylesheets/core.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 31076, app/assets/stylesheets/core.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 31079, app/assets/stylesheets/core.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 31082, app/assets/stylesheets/core.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 31085, app/assets/stylesheets/core.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31088, app/assets/stylesheets/core.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 31091, app/assets/stylesheets/core.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 31094, app/assets/stylesheets/core.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 31097, app/assets/stylesheets/core.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 31100, app/assets/stylesheets/core.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 31103, app/assets/stylesheets/core.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 31106, app/assets/stylesheets/core.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 31109, app/assets/stylesheets/core.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 31112, app/assets/stylesheets/core.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 31115, app/assets/stylesheets/core.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 31118, app/assets/stylesheets/core.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 31121, app/assets/stylesheets/core.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 31124, app/assets/stylesheets/core.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 31127, app/assets/stylesheets/core.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 31130, app/assets/stylesheets/core.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 31133, app/assets/stylesheets/core.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 31136, app/assets/stylesheets/core.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 31139, app/assets/stylesheets/core.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 31142, app/assets/stylesheets/core.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 31145, app/assets/stylesheets/core.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 31148, app/assets/stylesheets/core.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 31151, app/assets/stylesheets/core.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 31154, app/assets/stylesheets/core.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 31157, app/assets/stylesheets/core.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 31160, app/assets/stylesheets/core.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 31163, app/assets/stylesheets/core.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 31166, app/assets/stylesheets/core.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 31169, app/assets/stylesheets/core.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 31172, app/assets/stylesheets/core.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 31175, app/assets/stylesheets/core.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 31178, app/assets/stylesheets/core.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 31181, app/assets/stylesheets/core.scss */
  .m-md-5 {
    margin: 2rem !important;
  }
  /* line 31184, app/assets/stylesheets/core.scss */
  .m-md-6 {
    margin: 2.5rem !important;
  }
  /* line 31187, app/assets/stylesheets/core.scss */
  .m-md-7 {
    margin: 3rem !important;
  }
  /* line 31190, app/assets/stylesheets/core.scss */
  .m-md-8 {
    margin: 3.5rem !important;
  }
  /* line 31193, app/assets/stylesheets/core.scss */
  .m-md-9 {
    margin: 4rem !important;
  }
  /* line 31196, app/assets/stylesheets/core.scss */
  .m-md-10 {
    margin: 4.5rem !important;
  }
  /* line 31199, app/assets/stylesheets/core.scss */
  .m-md-11 {
    margin: 5rem !important;
  }
  /* line 31202, app/assets/stylesheets/core.scss */
  .m-md-12 {
    margin: 5.5rem !important;
  }
  /* line 31205, app/assets/stylesheets/core.scss */
  .m-md-13 {
    margin: 6rem !important;
  }
  /* line 31208, app/assets/stylesheets/core.scss */
  .m-md-14 {
    margin: 6.5rem !important;
  }
  /* line 31211, app/assets/stylesheets/core.scss */
  .m-md-15 {
    margin: 7rem !important;
  }
  /* line 31214, app/assets/stylesheets/core.scss */
  .m-md-16 {
    margin: 7.5rem !important;
  }
  /* line 31217, app/assets/stylesheets/core.scss */
  .m-md-17 {
    margin: 8rem !important;
  }
  /* line 31220, app/assets/stylesheets/core.scss */
  .m-md-18 {
    margin: 10rem !important;
  }
  /* line 31223, app/assets/stylesheets/core.scss */
  .m-md-19 {
    margin: 12rem !important;
  }
  /* line 31226, app/assets/stylesheets/core.scss */
  .m-md-20 {
    margin: 14rem !important;
  }
  /* line 31229, app/assets/stylesheets/core.scss */
  .m-md-21 {
    margin: 18.5rem !important;
  }
  /* line 31232, app/assets/stylesheets/core.scss */
  .m-md-22 {
    margin: 22rem !important;
  }
  /* line 31235, app/assets/stylesheets/core.scss */
  .m-md-23 {
    margin: 35rem !important;
  }
  /* line 31238, app/assets/stylesheets/core.scss */
  .m-md-24 {
    margin: 40rem !important;
  }
  /* line 31241, app/assets/stylesheets/core.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 31244, app/assets/stylesheets/core.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 31248, app/assets/stylesheets/core.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 31252, app/assets/stylesheets/core.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 31256, app/assets/stylesheets/core.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 31260, app/assets/stylesheets/core.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 31264, app/assets/stylesheets/core.scss */
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 31268, app/assets/stylesheets/core.scss */
  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 31272, app/assets/stylesheets/core.scss */
  .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 31276, app/assets/stylesheets/core.scss */
  .mx-md-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 31280, app/assets/stylesheets/core.scss */
  .mx-md-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 31284, app/assets/stylesheets/core.scss */
  .mx-md-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 31288, app/assets/stylesheets/core.scss */
  .mx-md-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 31292, app/assets/stylesheets/core.scss */
  .mx-md-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 31296, app/assets/stylesheets/core.scss */
  .mx-md-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 31300, app/assets/stylesheets/core.scss */
  .mx-md-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 31304, app/assets/stylesheets/core.scss */
  .mx-md-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 31308, app/assets/stylesheets/core.scss */
  .mx-md-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 31312, app/assets/stylesheets/core.scss */
  .mx-md-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 31316, app/assets/stylesheets/core.scss */
  .mx-md-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 31320, app/assets/stylesheets/core.scss */
  .mx-md-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 31324, app/assets/stylesheets/core.scss */
  .mx-md-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 31328, app/assets/stylesheets/core.scss */
  .mx-md-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 31332, app/assets/stylesheets/core.scss */
  .mx-md-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 31336, app/assets/stylesheets/core.scss */
  .mx-md-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 31340, app/assets/stylesheets/core.scss */
  .mx-md-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 31344, app/assets/stylesheets/core.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 31348, app/assets/stylesheets/core.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 31352, app/assets/stylesheets/core.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 31356, app/assets/stylesheets/core.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 31360, app/assets/stylesheets/core.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 31364, app/assets/stylesheets/core.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 31368, app/assets/stylesheets/core.scss */
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 31372, app/assets/stylesheets/core.scss */
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 31376, app/assets/stylesheets/core.scss */
  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 31380, app/assets/stylesheets/core.scss */
  .my-md-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 31384, app/assets/stylesheets/core.scss */
  .my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 31388, app/assets/stylesheets/core.scss */
  .my-md-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 31392, app/assets/stylesheets/core.scss */
  .my-md-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 31396, app/assets/stylesheets/core.scss */
  .my-md-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 31400, app/assets/stylesheets/core.scss */
  .my-md-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 31404, app/assets/stylesheets/core.scss */
  .my-md-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 31408, app/assets/stylesheets/core.scss */
  .my-md-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 31412, app/assets/stylesheets/core.scss */
  .my-md-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 31416, app/assets/stylesheets/core.scss */
  .my-md-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 31420, app/assets/stylesheets/core.scss */
  .my-md-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 31424, app/assets/stylesheets/core.scss */
  .my-md-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 31428, app/assets/stylesheets/core.scss */
  .my-md-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 31432, app/assets/stylesheets/core.scss */
  .my-md-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 31436, app/assets/stylesheets/core.scss */
  .my-md-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 31440, app/assets/stylesheets/core.scss */
  .my-md-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 31444, app/assets/stylesheets/core.scss */
  .my-md-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 31448, app/assets/stylesheets/core.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 31452, app/assets/stylesheets/core.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 31455, app/assets/stylesheets/core.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 31458, app/assets/stylesheets/core.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 31461, app/assets/stylesheets/core.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 31464, app/assets/stylesheets/core.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 31467, app/assets/stylesheets/core.scss */
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  /* line 31470, app/assets/stylesheets/core.scss */
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  /* line 31473, app/assets/stylesheets/core.scss */
  .mt-md-7 {
    margin-top: 3rem !important;
  }
  /* line 31476, app/assets/stylesheets/core.scss */
  .mt-md-8 {
    margin-top: 3.5rem !important;
  }
  /* line 31479, app/assets/stylesheets/core.scss */
  .mt-md-9 {
    margin-top: 4rem !important;
  }
  /* line 31482, app/assets/stylesheets/core.scss */
  .mt-md-10 {
    margin-top: 4.5rem !important;
  }
  /* line 31485, app/assets/stylesheets/core.scss */
  .mt-md-11 {
    margin-top: 5rem !important;
  }
  /* line 31488, app/assets/stylesheets/core.scss */
  .mt-md-12 {
    margin-top: 5.5rem !important;
  }
  /* line 31491, app/assets/stylesheets/core.scss */
  .mt-md-13 {
    margin-top: 6rem !important;
  }
  /* line 31494, app/assets/stylesheets/core.scss */
  .mt-md-14 {
    margin-top: 6.5rem !important;
  }
  /* line 31497, app/assets/stylesheets/core.scss */
  .mt-md-15 {
    margin-top: 7rem !important;
  }
  /* line 31500, app/assets/stylesheets/core.scss */
  .mt-md-16 {
    margin-top: 7.5rem !important;
  }
  /* line 31503, app/assets/stylesheets/core.scss */
  .mt-md-17 {
    margin-top: 8rem !important;
  }
  /* line 31506, app/assets/stylesheets/core.scss */
  .mt-md-18 {
    margin-top: 10rem !important;
  }
  /* line 31509, app/assets/stylesheets/core.scss */
  .mt-md-19 {
    margin-top: 12rem !important;
  }
  /* line 31512, app/assets/stylesheets/core.scss */
  .mt-md-20 {
    margin-top: 14rem !important;
  }
  /* line 31515, app/assets/stylesheets/core.scss */
  .mt-md-21 {
    margin-top: 18.5rem !important;
  }
  /* line 31518, app/assets/stylesheets/core.scss */
  .mt-md-22 {
    margin-top: 22rem !important;
  }
  /* line 31521, app/assets/stylesheets/core.scss */
  .mt-md-23 {
    margin-top: 35rem !important;
  }
  /* line 31524, app/assets/stylesheets/core.scss */
  .mt-md-24 {
    margin-top: 40rem !important;
  }
  /* line 31527, app/assets/stylesheets/core.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 31530, app/assets/stylesheets/core.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 31533, app/assets/stylesheets/core.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 31536, app/assets/stylesheets/core.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 31539, app/assets/stylesheets/core.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 31542, app/assets/stylesheets/core.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 31545, app/assets/stylesheets/core.scss */
  .me-md-5 {
    margin-right: 2rem !important;
  }
  /* line 31548, app/assets/stylesheets/core.scss */
  .me-md-6 {
    margin-right: 2.5rem !important;
  }
  /* line 31551, app/assets/stylesheets/core.scss */
  .me-md-7 {
    margin-right: 3rem !important;
  }
  /* line 31554, app/assets/stylesheets/core.scss */
  .me-md-8 {
    margin-right: 3.5rem !important;
  }
  /* line 31557, app/assets/stylesheets/core.scss */
  .me-md-9 {
    margin-right: 4rem !important;
  }
  /* line 31560, app/assets/stylesheets/core.scss */
  .me-md-10 {
    margin-right: 4.5rem !important;
  }
  /* line 31563, app/assets/stylesheets/core.scss */
  .me-md-11 {
    margin-right: 5rem !important;
  }
  /* line 31566, app/assets/stylesheets/core.scss */
  .me-md-12 {
    margin-right: 5.5rem !important;
  }
  /* line 31569, app/assets/stylesheets/core.scss */
  .me-md-13 {
    margin-right: 6rem !important;
  }
  /* line 31572, app/assets/stylesheets/core.scss */
  .me-md-14 {
    margin-right: 6.5rem !important;
  }
  /* line 31575, app/assets/stylesheets/core.scss */
  .me-md-15 {
    margin-right: 7rem !important;
  }
  /* line 31578, app/assets/stylesheets/core.scss */
  .me-md-16 {
    margin-right: 7.5rem !important;
  }
  /* line 31581, app/assets/stylesheets/core.scss */
  .me-md-17 {
    margin-right: 8rem !important;
  }
  /* line 31584, app/assets/stylesheets/core.scss */
  .me-md-18 {
    margin-right: 10rem !important;
  }
  /* line 31587, app/assets/stylesheets/core.scss */
  .me-md-19 {
    margin-right: 12rem !important;
  }
  /* line 31590, app/assets/stylesheets/core.scss */
  .me-md-20 {
    margin-right: 14rem !important;
  }
  /* line 31593, app/assets/stylesheets/core.scss */
  .me-md-21 {
    margin-right: 18.5rem !important;
  }
  /* line 31596, app/assets/stylesheets/core.scss */
  .me-md-22 {
    margin-right: 22rem !important;
  }
  /* line 31599, app/assets/stylesheets/core.scss */
  .me-md-23 {
    margin-right: 35rem !important;
  }
  /* line 31602, app/assets/stylesheets/core.scss */
  .me-md-24 {
    margin-right: 40rem !important;
  }
  /* line 31605, app/assets/stylesheets/core.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 31608, app/assets/stylesheets/core.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 31611, app/assets/stylesheets/core.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 31614, app/assets/stylesheets/core.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 31617, app/assets/stylesheets/core.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 31620, app/assets/stylesheets/core.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 31623, app/assets/stylesheets/core.scss */
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  /* line 31626, app/assets/stylesheets/core.scss */
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 31629, app/assets/stylesheets/core.scss */
  .mb-md-7 {
    margin-bottom: 3rem !important;
  }
  /* line 31632, app/assets/stylesheets/core.scss */
  .mb-md-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 31635, app/assets/stylesheets/core.scss */
  .mb-md-9 {
    margin-bottom: 4rem !important;
  }
  /* line 31638, app/assets/stylesheets/core.scss */
  .mb-md-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 31641, app/assets/stylesheets/core.scss */
  .mb-md-11 {
    margin-bottom: 5rem !important;
  }
  /* line 31644, app/assets/stylesheets/core.scss */
  .mb-md-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 31647, app/assets/stylesheets/core.scss */
  .mb-md-13 {
    margin-bottom: 6rem !important;
  }
  /* line 31650, app/assets/stylesheets/core.scss */
  .mb-md-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 31653, app/assets/stylesheets/core.scss */
  .mb-md-15 {
    margin-bottom: 7rem !important;
  }
  /* line 31656, app/assets/stylesheets/core.scss */
  .mb-md-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 31659, app/assets/stylesheets/core.scss */
  .mb-md-17 {
    margin-bottom: 8rem !important;
  }
  /* line 31662, app/assets/stylesheets/core.scss */
  .mb-md-18 {
    margin-bottom: 10rem !important;
  }
  /* line 31665, app/assets/stylesheets/core.scss */
  .mb-md-19 {
    margin-bottom: 12rem !important;
  }
  /* line 31668, app/assets/stylesheets/core.scss */
  .mb-md-20 {
    margin-bottom: 14rem !important;
  }
  /* line 31671, app/assets/stylesheets/core.scss */
  .mb-md-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 31674, app/assets/stylesheets/core.scss */
  .mb-md-22 {
    margin-bottom: 22rem !important;
  }
  /* line 31677, app/assets/stylesheets/core.scss */
  .mb-md-23 {
    margin-bottom: 35rem !important;
  }
  /* line 31680, app/assets/stylesheets/core.scss */
  .mb-md-24 {
    margin-bottom: 40rem !important;
  }
  /* line 31683, app/assets/stylesheets/core.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 31686, app/assets/stylesheets/core.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 31689, app/assets/stylesheets/core.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 31692, app/assets/stylesheets/core.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 31695, app/assets/stylesheets/core.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 31698, app/assets/stylesheets/core.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 31701, app/assets/stylesheets/core.scss */
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  /* line 31704, app/assets/stylesheets/core.scss */
  .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  /* line 31707, app/assets/stylesheets/core.scss */
  .ms-md-7 {
    margin-left: 3rem !important;
  }
  /* line 31710, app/assets/stylesheets/core.scss */
  .ms-md-8 {
    margin-left: 3.5rem !important;
  }
  /* line 31713, app/assets/stylesheets/core.scss */
  .ms-md-9 {
    margin-left: 4rem !important;
  }
  /* line 31716, app/assets/stylesheets/core.scss */
  .ms-md-10 {
    margin-left: 4.5rem !important;
  }
  /* line 31719, app/assets/stylesheets/core.scss */
  .ms-md-11 {
    margin-left: 5rem !important;
  }
  /* line 31722, app/assets/stylesheets/core.scss */
  .ms-md-12 {
    margin-left: 5.5rem !important;
  }
  /* line 31725, app/assets/stylesheets/core.scss */
  .ms-md-13 {
    margin-left: 6rem !important;
  }
  /* line 31728, app/assets/stylesheets/core.scss */
  .ms-md-14 {
    margin-left: 6.5rem !important;
  }
  /* line 31731, app/assets/stylesheets/core.scss */
  .ms-md-15 {
    margin-left: 7rem !important;
  }
  /* line 31734, app/assets/stylesheets/core.scss */
  .ms-md-16 {
    margin-left: 7.5rem !important;
  }
  /* line 31737, app/assets/stylesheets/core.scss */
  .ms-md-17 {
    margin-left: 8rem !important;
  }
  /* line 31740, app/assets/stylesheets/core.scss */
  .ms-md-18 {
    margin-left: 10rem !important;
  }
  /* line 31743, app/assets/stylesheets/core.scss */
  .ms-md-19 {
    margin-left: 12rem !important;
  }
  /* line 31746, app/assets/stylesheets/core.scss */
  .ms-md-20 {
    margin-left: 14rem !important;
  }
  /* line 31749, app/assets/stylesheets/core.scss */
  .ms-md-21 {
    margin-left: 18.5rem !important;
  }
  /* line 31752, app/assets/stylesheets/core.scss */
  .ms-md-22 {
    margin-left: 22rem !important;
  }
  /* line 31755, app/assets/stylesheets/core.scss */
  .ms-md-23 {
    margin-left: 35rem !important;
  }
  /* line 31758, app/assets/stylesheets/core.scss */
  .ms-md-24 {
    margin-left: 40rem !important;
  }
  /* line 31761, app/assets/stylesheets/core.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 31764, app/assets/stylesheets/core.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31767, app/assets/stylesheets/core.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31770, app/assets/stylesheets/core.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31773, app/assets/stylesheets/core.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31776, app/assets/stylesheets/core.scss */
  .m-md-n5 {
    margin: -2rem !important;
  }
  /* line 31779, app/assets/stylesheets/core.scss */
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  /* line 31782, app/assets/stylesheets/core.scss */
  .m-md-n7 {
    margin: -3rem !important;
  }
  /* line 31785, app/assets/stylesheets/core.scss */
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  /* line 31788, app/assets/stylesheets/core.scss */
  .m-md-n9 {
    margin: -4rem !important;
  }
  /* line 31791, app/assets/stylesheets/core.scss */
  .m-md-n10 {
    margin: -4.5rem !important;
  }
  /* line 31794, app/assets/stylesheets/core.scss */
  .m-md-n11 {
    margin: -5rem !important;
  }
  /* line 31797, app/assets/stylesheets/core.scss */
  .m-md-n12 {
    margin: -5.5rem !important;
  }
  /* line 31800, app/assets/stylesheets/core.scss */
  .m-md-n13 {
    margin: -6rem !important;
  }
  /* line 31803, app/assets/stylesheets/core.scss */
  .m-md-n14 {
    margin: -6.5rem !important;
  }
  /* line 31806, app/assets/stylesheets/core.scss */
  .m-md-n15 {
    margin: -7rem !important;
  }
  /* line 31809, app/assets/stylesheets/core.scss */
  .m-md-n16 {
    margin: -7.5rem !important;
  }
  /* line 31812, app/assets/stylesheets/core.scss */
  .m-md-n17 {
    margin: -8rem !important;
  }
  /* line 31815, app/assets/stylesheets/core.scss */
  .m-md-n18 {
    margin: -10rem !important;
  }
  /* line 31818, app/assets/stylesheets/core.scss */
  .m-md-n19 {
    margin: -12rem !important;
  }
  /* line 31821, app/assets/stylesheets/core.scss */
  .m-md-n20 {
    margin: -14rem !important;
  }
  /* line 31824, app/assets/stylesheets/core.scss */
  .m-md-n21 {
    margin: -18.5rem !important;
  }
  /* line 31827, app/assets/stylesheets/core.scss */
  .m-md-n22 {
    margin: -22rem !important;
  }
  /* line 31830, app/assets/stylesheets/core.scss */
  .m-md-n23 {
    margin: -35rem !important;
  }
  /* line 31833, app/assets/stylesheets/core.scss */
  .m-md-n24 {
    margin: -40rem !important;
  }
  /* line 31836, app/assets/stylesheets/core.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 31840, app/assets/stylesheets/core.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 31844, app/assets/stylesheets/core.scss */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 31848, app/assets/stylesheets/core.scss */
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 31852, app/assets/stylesheets/core.scss */
  .mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 31856, app/assets/stylesheets/core.scss */
  .mx-md-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 31860, app/assets/stylesheets/core.scss */
  .mx-md-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 31864, app/assets/stylesheets/core.scss */
  .mx-md-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 31868, app/assets/stylesheets/core.scss */
  .mx-md-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 31872, app/assets/stylesheets/core.scss */
  .mx-md-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 31876, app/assets/stylesheets/core.scss */
  .mx-md-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 31880, app/assets/stylesheets/core.scss */
  .mx-md-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 31884, app/assets/stylesheets/core.scss */
  .mx-md-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 31888, app/assets/stylesheets/core.scss */
  .mx-md-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 31892, app/assets/stylesheets/core.scss */
  .mx-md-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 31896, app/assets/stylesheets/core.scss */
  .mx-md-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 31900, app/assets/stylesheets/core.scss */
  .mx-md-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 31904, app/assets/stylesheets/core.scss */
  .mx-md-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 31908, app/assets/stylesheets/core.scss */
  .mx-md-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 31912, app/assets/stylesheets/core.scss */
  .mx-md-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 31916, app/assets/stylesheets/core.scss */
  .mx-md-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 31920, app/assets/stylesheets/core.scss */
  .mx-md-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 31924, app/assets/stylesheets/core.scss */
  .mx-md-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 31928, app/assets/stylesheets/core.scss */
  .mx-md-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 31932, app/assets/stylesheets/core.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 31936, app/assets/stylesheets/core.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 31940, app/assets/stylesheets/core.scss */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 31944, app/assets/stylesheets/core.scss */
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 31948, app/assets/stylesheets/core.scss */
  .my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 31952, app/assets/stylesheets/core.scss */
  .my-md-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 31956, app/assets/stylesheets/core.scss */
  .my-md-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 31960, app/assets/stylesheets/core.scss */
  .my-md-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 31964, app/assets/stylesheets/core.scss */
  .my-md-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 31968, app/assets/stylesheets/core.scss */
  .my-md-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 31972, app/assets/stylesheets/core.scss */
  .my-md-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 31976, app/assets/stylesheets/core.scss */
  .my-md-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 31980, app/assets/stylesheets/core.scss */
  .my-md-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 31984, app/assets/stylesheets/core.scss */
  .my-md-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 31988, app/assets/stylesheets/core.scss */
  .my-md-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 31992, app/assets/stylesheets/core.scss */
  .my-md-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 31996, app/assets/stylesheets/core.scss */
  .my-md-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 32000, app/assets/stylesheets/core.scss */
  .my-md-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 32004, app/assets/stylesheets/core.scss */
  .my-md-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 32008, app/assets/stylesheets/core.scss */
  .my-md-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 32012, app/assets/stylesheets/core.scss */
  .my-md-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 32016, app/assets/stylesheets/core.scss */
  .my-md-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 32020, app/assets/stylesheets/core.scss */
  .my-md-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 32024, app/assets/stylesheets/core.scss */
  .my-md-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 32028, app/assets/stylesheets/core.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 32031, app/assets/stylesheets/core.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 32034, app/assets/stylesheets/core.scss */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 32037, app/assets/stylesheets/core.scss */
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 32040, app/assets/stylesheets/core.scss */
  .mt-md-n5 {
    margin-top: -2rem !important;
  }
  /* line 32043, app/assets/stylesheets/core.scss */
  .mt-md-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 32046, app/assets/stylesheets/core.scss */
  .mt-md-n7 {
    margin-top: -3rem !important;
  }
  /* line 32049, app/assets/stylesheets/core.scss */
  .mt-md-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 32052, app/assets/stylesheets/core.scss */
  .mt-md-n9 {
    margin-top: -4rem !important;
  }
  /* line 32055, app/assets/stylesheets/core.scss */
  .mt-md-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 32058, app/assets/stylesheets/core.scss */
  .mt-md-n11 {
    margin-top: -5rem !important;
  }
  /* line 32061, app/assets/stylesheets/core.scss */
  .mt-md-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 32064, app/assets/stylesheets/core.scss */
  .mt-md-n13 {
    margin-top: -6rem !important;
  }
  /* line 32067, app/assets/stylesheets/core.scss */
  .mt-md-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 32070, app/assets/stylesheets/core.scss */
  .mt-md-n15 {
    margin-top: -7rem !important;
  }
  /* line 32073, app/assets/stylesheets/core.scss */
  .mt-md-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 32076, app/assets/stylesheets/core.scss */
  .mt-md-n17 {
    margin-top: -8rem !important;
  }
  /* line 32079, app/assets/stylesheets/core.scss */
  .mt-md-n18 {
    margin-top: -10rem !important;
  }
  /* line 32082, app/assets/stylesheets/core.scss */
  .mt-md-n19 {
    margin-top: -12rem !important;
  }
  /* line 32085, app/assets/stylesheets/core.scss */
  .mt-md-n20 {
    margin-top: -14rem !important;
  }
  /* line 32088, app/assets/stylesheets/core.scss */
  .mt-md-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 32091, app/assets/stylesheets/core.scss */
  .mt-md-n22 {
    margin-top: -22rem !important;
  }
  /* line 32094, app/assets/stylesheets/core.scss */
  .mt-md-n23 {
    margin-top: -35rem !important;
  }
  /* line 32097, app/assets/stylesheets/core.scss */
  .mt-md-n24 {
    margin-top: -40rem !important;
  }
  /* line 32100, app/assets/stylesheets/core.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 32103, app/assets/stylesheets/core.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 32106, app/assets/stylesheets/core.scss */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 32109, app/assets/stylesheets/core.scss */
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 32112, app/assets/stylesheets/core.scss */
  .me-md-n5 {
    margin-right: -2rem !important;
  }
  /* line 32115, app/assets/stylesheets/core.scss */
  .me-md-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 32118, app/assets/stylesheets/core.scss */
  .me-md-n7 {
    margin-right: -3rem !important;
  }
  /* line 32121, app/assets/stylesheets/core.scss */
  .me-md-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 32124, app/assets/stylesheets/core.scss */
  .me-md-n9 {
    margin-right: -4rem !important;
  }
  /* line 32127, app/assets/stylesheets/core.scss */
  .me-md-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 32130, app/assets/stylesheets/core.scss */
  .me-md-n11 {
    margin-right: -5rem !important;
  }
  /* line 32133, app/assets/stylesheets/core.scss */
  .me-md-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 32136, app/assets/stylesheets/core.scss */
  .me-md-n13 {
    margin-right: -6rem !important;
  }
  /* line 32139, app/assets/stylesheets/core.scss */
  .me-md-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 32142, app/assets/stylesheets/core.scss */
  .me-md-n15 {
    margin-right: -7rem !important;
  }
  /* line 32145, app/assets/stylesheets/core.scss */
  .me-md-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 32148, app/assets/stylesheets/core.scss */
  .me-md-n17 {
    margin-right: -8rem !important;
  }
  /* line 32151, app/assets/stylesheets/core.scss */
  .me-md-n18 {
    margin-right: -10rem !important;
  }
  /* line 32154, app/assets/stylesheets/core.scss */
  .me-md-n19 {
    margin-right: -12rem !important;
  }
  /* line 32157, app/assets/stylesheets/core.scss */
  .me-md-n20 {
    margin-right: -14rem !important;
  }
  /* line 32160, app/assets/stylesheets/core.scss */
  .me-md-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 32163, app/assets/stylesheets/core.scss */
  .me-md-n22 {
    margin-right: -22rem !important;
  }
  /* line 32166, app/assets/stylesheets/core.scss */
  .me-md-n23 {
    margin-right: -35rem !important;
  }
  /* line 32169, app/assets/stylesheets/core.scss */
  .me-md-n24 {
    margin-right: -40rem !important;
  }
  /* line 32172, app/assets/stylesheets/core.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 32175, app/assets/stylesheets/core.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 32178, app/assets/stylesheets/core.scss */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 32181, app/assets/stylesheets/core.scss */
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 32184, app/assets/stylesheets/core.scss */
  .mb-md-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 32187, app/assets/stylesheets/core.scss */
  .mb-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 32190, app/assets/stylesheets/core.scss */
  .mb-md-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 32193, app/assets/stylesheets/core.scss */
  .mb-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 32196, app/assets/stylesheets/core.scss */
  .mb-md-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 32199, app/assets/stylesheets/core.scss */
  .mb-md-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 32202, app/assets/stylesheets/core.scss */
  .mb-md-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 32205, app/assets/stylesheets/core.scss */
  .mb-md-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 32208, app/assets/stylesheets/core.scss */
  .mb-md-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 32211, app/assets/stylesheets/core.scss */
  .mb-md-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 32214, app/assets/stylesheets/core.scss */
  .mb-md-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 32217, app/assets/stylesheets/core.scss */
  .mb-md-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 32220, app/assets/stylesheets/core.scss */
  .mb-md-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 32223, app/assets/stylesheets/core.scss */
  .mb-md-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 32226, app/assets/stylesheets/core.scss */
  .mb-md-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 32229, app/assets/stylesheets/core.scss */
  .mb-md-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 32232, app/assets/stylesheets/core.scss */
  .mb-md-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 32235, app/assets/stylesheets/core.scss */
  .mb-md-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 32238, app/assets/stylesheets/core.scss */
  .mb-md-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 32241, app/assets/stylesheets/core.scss */
  .mb-md-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 32244, app/assets/stylesheets/core.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 32247, app/assets/stylesheets/core.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 32250, app/assets/stylesheets/core.scss */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 32253, app/assets/stylesheets/core.scss */
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 32256, app/assets/stylesheets/core.scss */
  .ms-md-n5 {
    margin-left: -2rem !important;
  }
  /* line 32259, app/assets/stylesheets/core.scss */
  .ms-md-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 32262, app/assets/stylesheets/core.scss */
  .ms-md-n7 {
    margin-left: -3rem !important;
  }
  /* line 32265, app/assets/stylesheets/core.scss */
  .ms-md-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 32268, app/assets/stylesheets/core.scss */
  .ms-md-n9 {
    margin-left: -4rem !important;
  }
  /* line 32271, app/assets/stylesheets/core.scss */
  .ms-md-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 32274, app/assets/stylesheets/core.scss */
  .ms-md-n11 {
    margin-left: -5rem !important;
  }
  /* line 32277, app/assets/stylesheets/core.scss */
  .ms-md-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 32280, app/assets/stylesheets/core.scss */
  .ms-md-n13 {
    margin-left: -6rem !important;
  }
  /* line 32283, app/assets/stylesheets/core.scss */
  .ms-md-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 32286, app/assets/stylesheets/core.scss */
  .ms-md-n15 {
    margin-left: -7rem !important;
  }
  /* line 32289, app/assets/stylesheets/core.scss */
  .ms-md-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 32292, app/assets/stylesheets/core.scss */
  .ms-md-n17 {
    margin-left: -8rem !important;
  }
  /* line 32295, app/assets/stylesheets/core.scss */
  .ms-md-n18 {
    margin-left: -10rem !important;
  }
  /* line 32298, app/assets/stylesheets/core.scss */
  .ms-md-n19 {
    margin-left: -12rem !important;
  }
  /* line 32301, app/assets/stylesheets/core.scss */
  .ms-md-n20 {
    margin-left: -14rem !important;
  }
  /* line 32304, app/assets/stylesheets/core.scss */
  .ms-md-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 32307, app/assets/stylesheets/core.scss */
  .ms-md-n22 {
    margin-left: -22rem !important;
  }
  /* line 32310, app/assets/stylesheets/core.scss */
  .ms-md-n23 {
    margin-left: -35rem !important;
  }
  /* line 32313, app/assets/stylesheets/core.scss */
  .ms-md-n24 {
    margin-left: -40rem !important;
  }
  /* line 32316, app/assets/stylesheets/core.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 32319, app/assets/stylesheets/core.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 32322, app/assets/stylesheets/core.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 32325, app/assets/stylesheets/core.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 32328, app/assets/stylesheets/core.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 32331, app/assets/stylesheets/core.scss */
  .p-md-5 {
    padding: 2rem !important;
  }
  /* line 32334, app/assets/stylesheets/core.scss */
  .p-md-6 {
    padding: 2.5rem !important;
  }
  /* line 32337, app/assets/stylesheets/core.scss */
  .p-md-7 {
    padding: 3rem !important;
  }
  /* line 32340, app/assets/stylesheets/core.scss */
  .p-md-8 {
    padding: 3.5rem !important;
  }
  /* line 32343, app/assets/stylesheets/core.scss */
  .p-md-9 {
    padding: 4rem !important;
  }
  /* line 32346, app/assets/stylesheets/core.scss */
  .p-md-10 {
    padding: 4.5rem !important;
  }
  /* line 32349, app/assets/stylesheets/core.scss */
  .p-md-11 {
    padding: 5rem !important;
  }
  /* line 32352, app/assets/stylesheets/core.scss */
  .p-md-12 {
    padding: 5.5rem !important;
  }
  /* line 32355, app/assets/stylesheets/core.scss */
  .p-md-13 {
    padding: 6rem !important;
  }
  /* line 32358, app/assets/stylesheets/core.scss */
  .p-md-14 {
    padding: 6.5rem !important;
  }
  /* line 32361, app/assets/stylesheets/core.scss */
  .p-md-15 {
    padding: 7rem !important;
  }
  /* line 32364, app/assets/stylesheets/core.scss */
  .p-md-16 {
    padding: 7.5rem !important;
  }
  /* line 32367, app/assets/stylesheets/core.scss */
  .p-md-17 {
    padding: 8rem !important;
  }
  /* line 32370, app/assets/stylesheets/core.scss */
  .p-md-18 {
    padding: 10rem !important;
  }
  /* line 32373, app/assets/stylesheets/core.scss */
  .p-md-19 {
    padding: 12rem !important;
  }
  /* line 32376, app/assets/stylesheets/core.scss */
  .p-md-20 {
    padding: 14rem !important;
  }
  /* line 32379, app/assets/stylesheets/core.scss */
  .p-md-21 {
    padding: 18.5rem !important;
  }
  /* line 32382, app/assets/stylesheets/core.scss */
  .p-md-22 {
    padding: 22rem !important;
  }
  /* line 32385, app/assets/stylesheets/core.scss */
  .p-md-23 {
    padding: 35rem !important;
  }
  /* line 32388, app/assets/stylesheets/core.scss */
  .p-md-24 {
    padding: 40rem !important;
  }
  /* line 32391, app/assets/stylesheets/core.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 32395, app/assets/stylesheets/core.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 32399, app/assets/stylesheets/core.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 32403, app/assets/stylesheets/core.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 32407, app/assets/stylesheets/core.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 32411, app/assets/stylesheets/core.scss */
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 32415, app/assets/stylesheets/core.scss */
  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 32419, app/assets/stylesheets/core.scss */
  .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 32423, app/assets/stylesheets/core.scss */
  .px-md-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 32427, app/assets/stylesheets/core.scss */
  .px-md-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 32431, app/assets/stylesheets/core.scss */
  .px-md-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 32435, app/assets/stylesheets/core.scss */
  .px-md-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 32439, app/assets/stylesheets/core.scss */
  .px-md-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 32443, app/assets/stylesheets/core.scss */
  .px-md-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 32447, app/assets/stylesheets/core.scss */
  .px-md-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 32451, app/assets/stylesheets/core.scss */
  .px-md-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 32455, app/assets/stylesheets/core.scss */
  .px-md-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 32459, app/assets/stylesheets/core.scss */
  .px-md-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 32463, app/assets/stylesheets/core.scss */
  .px-md-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 32467, app/assets/stylesheets/core.scss */
  .px-md-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 32471, app/assets/stylesheets/core.scss */
  .px-md-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 32475, app/assets/stylesheets/core.scss */
  .px-md-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 32479, app/assets/stylesheets/core.scss */
  .px-md-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 32483, app/assets/stylesheets/core.scss */
  .px-md-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 32487, app/assets/stylesheets/core.scss */
  .px-md-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 32491, app/assets/stylesheets/core.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 32495, app/assets/stylesheets/core.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 32499, app/assets/stylesheets/core.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 32503, app/assets/stylesheets/core.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 32507, app/assets/stylesheets/core.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 32511, app/assets/stylesheets/core.scss */
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 32515, app/assets/stylesheets/core.scss */
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 32519, app/assets/stylesheets/core.scss */
  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 32523, app/assets/stylesheets/core.scss */
  .py-md-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 32527, app/assets/stylesheets/core.scss */
  .py-md-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 32531, app/assets/stylesheets/core.scss */
  .py-md-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 32535, app/assets/stylesheets/core.scss */
  .py-md-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 32539, app/assets/stylesheets/core.scss */
  .py-md-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 32543, app/assets/stylesheets/core.scss */
  .py-md-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 32547, app/assets/stylesheets/core.scss */
  .py-md-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 32551, app/assets/stylesheets/core.scss */
  .py-md-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 32555, app/assets/stylesheets/core.scss */
  .py-md-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 32559, app/assets/stylesheets/core.scss */
  .py-md-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 32563, app/assets/stylesheets/core.scss */
  .py-md-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 32567, app/assets/stylesheets/core.scss */
  .py-md-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 32571, app/assets/stylesheets/core.scss */
  .py-md-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 32575, app/assets/stylesheets/core.scss */
  .py-md-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 32579, app/assets/stylesheets/core.scss */
  .py-md-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 32583, app/assets/stylesheets/core.scss */
  .py-md-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 32587, app/assets/stylesheets/core.scss */
  .py-md-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 32591, app/assets/stylesheets/core.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 32594, app/assets/stylesheets/core.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 32597, app/assets/stylesheets/core.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 32600, app/assets/stylesheets/core.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 32603, app/assets/stylesheets/core.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 32606, app/assets/stylesheets/core.scss */
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  /* line 32609, app/assets/stylesheets/core.scss */
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  /* line 32612, app/assets/stylesheets/core.scss */
  .pt-md-7 {
    padding-top: 3rem !important;
  }
  /* line 32615, app/assets/stylesheets/core.scss */
  .pt-md-8 {
    padding-top: 3.5rem !important;
  }
  /* line 32618, app/assets/stylesheets/core.scss */
  .pt-md-9 {
    padding-top: 4rem !important;
  }
  /* line 32621, app/assets/stylesheets/core.scss */
  .pt-md-10 {
    padding-top: 4.5rem !important;
  }
  /* line 32624, app/assets/stylesheets/core.scss */
  .pt-md-11 {
    padding-top: 5rem !important;
  }
  /* line 32627, app/assets/stylesheets/core.scss */
  .pt-md-12 {
    padding-top: 5.5rem !important;
  }
  /* line 32630, app/assets/stylesheets/core.scss */
  .pt-md-13 {
    padding-top: 6rem !important;
  }
  /* line 32633, app/assets/stylesheets/core.scss */
  .pt-md-14 {
    padding-top: 6.5rem !important;
  }
  /* line 32636, app/assets/stylesheets/core.scss */
  .pt-md-15 {
    padding-top: 7rem !important;
  }
  /* line 32639, app/assets/stylesheets/core.scss */
  .pt-md-16 {
    padding-top: 7.5rem !important;
  }
  /* line 32642, app/assets/stylesheets/core.scss */
  .pt-md-17 {
    padding-top: 8rem !important;
  }
  /* line 32645, app/assets/stylesheets/core.scss */
  .pt-md-18 {
    padding-top: 10rem !important;
  }
  /* line 32648, app/assets/stylesheets/core.scss */
  .pt-md-19 {
    padding-top: 12rem !important;
  }
  /* line 32651, app/assets/stylesheets/core.scss */
  .pt-md-20 {
    padding-top: 14rem !important;
  }
  /* line 32654, app/assets/stylesheets/core.scss */
  .pt-md-21 {
    padding-top: 18.5rem !important;
  }
  /* line 32657, app/assets/stylesheets/core.scss */
  .pt-md-22 {
    padding-top: 22rem !important;
  }
  /* line 32660, app/assets/stylesheets/core.scss */
  .pt-md-23 {
    padding-top: 35rem !important;
  }
  /* line 32663, app/assets/stylesheets/core.scss */
  .pt-md-24 {
    padding-top: 40rem !important;
  }
  /* line 32666, app/assets/stylesheets/core.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 32669, app/assets/stylesheets/core.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 32672, app/assets/stylesheets/core.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 32675, app/assets/stylesheets/core.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 32678, app/assets/stylesheets/core.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 32681, app/assets/stylesheets/core.scss */
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  /* line 32684, app/assets/stylesheets/core.scss */
  .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  /* line 32687, app/assets/stylesheets/core.scss */
  .pe-md-7 {
    padding-right: 3rem !important;
  }
  /* line 32690, app/assets/stylesheets/core.scss */
  .pe-md-8 {
    padding-right: 3.5rem !important;
  }
  /* line 32693, app/assets/stylesheets/core.scss */
  .pe-md-9 {
    padding-right: 4rem !important;
  }
  /* line 32696, app/assets/stylesheets/core.scss */
  .pe-md-10 {
    padding-right: 4.5rem !important;
  }
  /* line 32699, app/assets/stylesheets/core.scss */
  .pe-md-11 {
    padding-right: 5rem !important;
  }
  /* line 32702, app/assets/stylesheets/core.scss */
  .pe-md-12 {
    padding-right: 5.5rem !important;
  }
  /* line 32705, app/assets/stylesheets/core.scss */
  .pe-md-13 {
    padding-right: 6rem !important;
  }
  /* line 32708, app/assets/stylesheets/core.scss */
  .pe-md-14 {
    padding-right: 6.5rem !important;
  }
  /* line 32711, app/assets/stylesheets/core.scss */
  .pe-md-15 {
    padding-right: 7rem !important;
  }
  /* line 32714, app/assets/stylesheets/core.scss */
  .pe-md-16 {
    padding-right: 7.5rem !important;
  }
  /* line 32717, app/assets/stylesheets/core.scss */
  .pe-md-17 {
    padding-right: 8rem !important;
  }
  /* line 32720, app/assets/stylesheets/core.scss */
  .pe-md-18 {
    padding-right: 10rem !important;
  }
  /* line 32723, app/assets/stylesheets/core.scss */
  .pe-md-19 {
    padding-right: 12rem !important;
  }
  /* line 32726, app/assets/stylesheets/core.scss */
  .pe-md-20 {
    padding-right: 14rem !important;
  }
  /* line 32729, app/assets/stylesheets/core.scss */
  .pe-md-21 {
    padding-right: 18.5rem !important;
  }
  /* line 32732, app/assets/stylesheets/core.scss */
  .pe-md-22 {
    padding-right: 22rem !important;
  }
  /* line 32735, app/assets/stylesheets/core.scss */
  .pe-md-23 {
    padding-right: 35rem !important;
  }
  /* line 32738, app/assets/stylesheets/core.scss */
  .pe-md-24 {
    padding-right: 40rem !important;
  }
  /* line 32741, app/assets/stylesheets/core.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 32744, app/assets/stylesheets/core.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 32747, app/assets/stylesheets/core.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 32750, app/assets/stylesheets/core.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 32753, app/assets/stylesheets/core.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 32756, app/assets/stylesheets/core.scss */
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  /* line 32759, app/assets/stylesheets/core.scss */
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 32762, app/assets/stylesheets/core.scss */
  .pb-md-7 {
    padding-bottom: 3rem !important;
  }
  /* line 32765, app/assets/stylesheets/core.scss */
  .pb-md-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 32768, app/assets/stylesheets/core.scss */
  .pb-md-9 {
    padding-bottom: 4rem !important;
  }
  /* line 32771, app/assets/stylesheets/core.scss */
  .pb-md-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 32774, app/assets/stylesheets/core.scss */
  .pb-md-11 {
    padding-bottom: 5rem !important;
  }
  /* line 32777, app/assets/stylesheets/core.scss */
  .pb-md-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 32780, app/assets/stylesheets/core.scss */
  .pb-md-13 {
    padding-bottom: 6rem !important;
  }
  /* line 32783, app/assets/stylesheets/core.scss */
  .pb-md-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 32786, app/assets/stylesheets/core.scss */
  .pb-md-15 {
    padding-bottom: 7rem !important;
  }
  /* line 32789, app/assets/stylesheets/core.scss */
  .pb-md-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 32792, app/assets/stylesheets/core.scss */
  .pb-md-17 {
    padding-bottom: 8rem !important;
  }
  /* line 32795, app/assets/stylesheets/core.scss */
  .pb-md-18 {
    padding-bottom: 10rem !important;
  }
  /* line 32798, app/assets/stylesheets/core.scss */
  .pb-md-19 {
    padding-bottom: 12rem !important;
  }
  /* line 32801, app/assets/stylesheets/core.scss */
  .pb-md-20 {
    padding-bottom: 14rem !important;
  }
  /* line 32804, app/assets/stylesheets/core.scss */
  .pb-md-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 32807, app/assets/stylesheets/core.scss */
  .pb-md-22 {
    padding-bottom: 22rem !important;
  }
  /* line 32810, app/assets/stylesheets/core.scss */
  .pb-md-23 {
    padding-bottom: 35rem !important;
  }
  /* line 32813, app/assets/stylesheets/core.scss */
  .pb-md-24 {
    padding-bottom: 40rem !important;
  }
  /* line 32816, app/assets/stylesheets/core.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 32819, app/assets/stylesheets/core.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 32822, app/assets/stylesheets/core.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 32825, app/assets/stylesheets/core.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 32828, app/assets/stylesheets/core.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 32831, app/assets/stylesheets/core.scss */
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  /* line 32834, app/assets/stylesheets/core.scss */
  .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  /* line 32837, app/assets/stylesheets/core.scss */
  .ps-md-7 {
    padding-left: 3rem !important;
  }
  /* line 32840, app/assets/stylesheets/core.scss */
  .ps-md-8 {
    padding-left: 3.5rem !important;
  }
  /* line 32843, app/assets/stylesheets/core.scss */
  .ps-md-9 {
    padding-left: 4rem !important;
  }
  /* line 32846, app/assets/stylesheets/core.scss */
  .ps-md-10 {
    padding-left: 4.5rem !important;
  }
  /* line 32849, app/assets/stylesheets/core.scss */
  .ps-md-11 {
    padding-left: 5rem !important;
  }
  /* line 32852, app/assets/stylesheets/core.scss */
  .ps-md-12 {
    padding-left: 5.5rem !important;
  }
  /* line 32855, app/assets/stylesheets/core.scss */
  .ps-md-13 {
    padding-left: 6rem !important;
  }
  /* line 32858, app/assets/stylesheets/core.scss */
  .ps-md-14 {
    padding-left: 6.5rem !important;
  }
  /* line 32861, app/assets/stylesheets/core.scss */
  .ps-md-15 {
    padding-left: 7rem !important;
  }
  /* line 32864, app/assets/stylesheets/core.scss */
  .ps-md-16 {
    padding-left: 7.5rem !important;
  }
  /* line 32867, app/assets/stylesheets/core.scss */
  .ps-md-17 {
    padding-left: 8rem !important;
  }
  /* line 32870, app/assets/stylesheets/core.scss */
  .ps-md-18 {
    padding-left: 10rem !important;
  }
  /* line 32873, app/assets/stylesheets/core.scss */
  .ps-md-19 {
    padding-left: 12rem !important;
  }
  /* line 32876, app/assets/stylesheets/core.scss */
  .ps-md-20 {
    padding-left: 14rem !important;
  }
  /* line 32879, app/assets/stylesheets/core.scss */
  .ps-md-21 {
    padding-left: 18.5rem !important;
  }
  /* line 32882, app/assets/stylesheets/core.scss */
  .ps-md-22 {
    padding-left: 22rem !important;
  }
  /* line 32885, app/assets/stylesheets/core.scss */
  .ps-md-23 {
    padding-left: 35rem !important;
  }
  /* line 32888, app/assets/stylesheets/core.scss */
  .ps-md-24 {
    padding-left: 40rem !important;
  }
  /* line 32891, app/assets/stylesheets/core.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 32894, app/assets/stylesheets/core.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 32897, app/assets/stylesheets/core.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 32900, app/assets/stylesheets/core.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 32903, app/assets/stylesheets/core.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 32906, app/assets/stylesheets/core.scss */
  .gap-md-5 {
    gap: 2rem !important;
  }
  /* line 32909, app/assets/stylesheets/core.scss */
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  /* line 32912, app/assets/stylesheets/core.scss */
  .gap-md-7 {
    gap: 3rem !important;
  }
  /* line 32915, app/assets/stylesheets/core.scss */
  .gap-md-8 {
    gap: 3.5rem !important;
  }
  /* line 32918, app/assets/stylesheets/core.scss */
  .gap-md-9 {
    gap: 4rem !important;
  }
  /* line 32921, app/assets/stylesheets/core.scss */
  .gap-md-10 {
    gap: 4.5rem !important;
  }
  /* line 32924, app/assets/stylesheets/core.scss */
  .gap-md-11 {
    gap: 5rem !important;
  }
  /* line 32927, app/assets/stylesheets/core.scss */
  .gap-md-12 {
    gap: 5.5rem !important;
  }
  /* line 32930, app/assets/stylesheets/core.scss */
  .gap-md-13 {
    gap: 6rem !important;
  }
  /* line 32933, app/assets/stylesheets/core.scss */
  .gap-md-14 {
    gap: 6.5rem !important;
  }
  /* line 32936, app/assets/stylesheets/core.scss */
  .gap-md-15 {
    gap: 7rem !important;
  }
  /* line 32939, app/assets/stylesheets/core.scss */
  .gap-md-16 {
    gap: 7.5rem !important;
  }
  /* line 32942, app/assets/stylesheets/core.scss */
  .gap-md-17 {
    gap: 8rem !important;
  }
  /* line 32945, app/assets/stylesheets/core.scss */
  .gap-md-18 {
    gap: 10rem !important;
  }
  /* line 32948, app/assets/stylesheets/core.scss */
  .gap-md-19 {
    gap: 12rem !important;
  }
  /* line 32951, app/assets/stylesheets/core.scss */
  .gap-md-20 {
    gap: 14rem !important;
  }
  /* line 32954, app/assets/stylesheets/core.scss */
  .gap-md-21 {
    gap: 18.5rem !important;
  }
  /* line 32957, app/assets/stylesheets/core.scss */
  .gap-md-22 {
    gap: 22rem !important;
  }
  /* line 32960, app/assets/stylesheets/core.scss */
  .gap-md-23 {
    gap: 35rem !important;
  }
  /* line 32963, app/assets/stylesheets/core.scss */
  .gap-md-24 {
    gap: 40rem !important;
  }
  /* line 32966, app/assets/stylesheets/core.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 32969, app/assets/stylesheets/core.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 32972, app/assets/stylesheets/core.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 32975, app/assets/stylesheets/core.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 32978, app/assets/stylesheets/core.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 32981, app/assets/stylesheets/core.scss */
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  /* line 32984, app/assets/stylesheets/core.scss */
  .row-gap-md-6 {
    row-gap: 2.5rem !important;
  }
  /* line 32987, app/assets/stylesheets/core.scss */
  .row-gap-md-7 {
    row-gap: 3rem !important;
  }
  /* line 32990, app/assets/stylesheets/core.scss */
  .row-gap-md-8 {
    row-gap: 3.5rem !important;
  }
  /* line 32993, app/assets/stylesheets/core.scss */
  .row-gap-md-9 {
    row-gap: 4rem !important;
  }
  /* line 32996, app/assets/stylesheets/core.scss */
  .row-gap-md-10 {
    row-gap: 4.5rem !important;
  }
  /* line 32999, app/assets/stylesheets/core.scss */
  .row-gap-md-11 {
    row-gap: 5rem !important;
  }
  /* line 33002, app/assets/stylesheets/core.scss */
  .row-gap-md-12 {
    row-gap: 5.5rem !important;
  }
  /* line 33005, app/assets/stylesheets/core.scss */
  .row-gap-md-13 {
    row-gap: 6rem !important;
  }
  /* line 33008, app/assets/stylesheets/core.scss */
  .row-gap-md-14 {
    row-gap: 6.5rem !important;
  }
  /* line 33011, app/assets/stylesheets/core.scss */
  .row-gap-md-15 {
    row-gap: 7rem !important;
  }
  /* line 33014, app/assets/stylesheets/core.scss */
  .row-gap-md-16 {
    row-gap: 7.5rem !important;
  }
  /* line 33017, app/assets/stylesheets/core.scss */
  .row-gap-md-17 {
    row-gap: 8rem !important;
  }
  /* line 33020, app/assets/stylesheets/core.scss */
  .row-gap-md-18 {
    row-gap: 10rem !important;
  }
  /* line 33023, app/assets/stylesheets/core.scss */
  .row-gap-md-19 {
    row-gap: 12rem !important;
  }
  /* line 33026, app/assets/stylesheets/core.scss */
  .row-gap-md-20 {
    row-gap: 14rem !important;
  }
  /* line 33029, app/assets/stylesheets/core.scss */
  .row-gap-md-21 {
    row-gap: 18.5rem !important;
  }
  /* line 33032, app/assets/stylesheets/core.scss */
  .row-gap-md-22 {
    row-gap: 22rem !important;
  }
  /* line 33035, app/assets/stylesheets/core.scss */
  .row-gap-md-23 {
    row-gap: 35rem !important;
  }
  /* line 33038, app/assets/stylesheets/core.scss */
  .row-gap-md-24 {
    row-gap: 40rem !important;
  }
  /* line 33041, app/assets/stylesheets/core.scss */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 33045, app/assets/stylesheets/core.scss */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 33049, app/assets/stylesheets/core.scss */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 33053, app/assets/stylesheets/core.scss */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 33057, app/assets/stylesheets/core.scss */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 33061, app/assets/stylesheets/core.scss */
  .column-gap-md-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 33065, app/assets/stylesheets/core.scss */
  .column-gap-md-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 33069, app/assets/stylesheets/core.scss */
  .column-gap-md-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 33073, app/assets/stylesheets/core.scss */
  .column-gap-md-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 33077, app/assets/stylesheets/core.scss */
  .column-gap-md-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 33081, app/assets/stylesheets/core.scss */
  .column-gap-md-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 33085, app/assets/stylesheets/core.scss */
  .column-gap-md-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 33089, app/assets/stylesheets/core.scss */
  .column-gap-md-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 33093, app/assets/stylesheets/core.scss */
  .column-gap-md-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 33097, app/assets/stylesheets/core.scss */
  .column-gap-md-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 33101, app/assets/stylesheets/core.scss */
  .column-gap-md-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 33105, app/assets/stylesheets/core.scss */
  .column-gap-md-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 33109, app/assets/stylesheets/core.scss */
  .column-gap-md-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 33113, app/assets/stylesheets/core.scss */
  .column-gap-md-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 33117, app/assets/stylesheets/core.scss */
  .column-gap-md-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 33121, app/assets/stylesheets/core.scss */
  .column-gap-md-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 33125, app/assets/stylesheets/core.scss */
  .column-gap-md-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 33129, app/assets/stylesheets/core.scss */
  .column-gap-md-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 33133, app/assets/stylesheets/core.scss */
  .column-gap-md-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 33137, app/assets/stylesheets/core.scss */
  .column-gap-md-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 33141, app/assets/stylesheets/core.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 33144, app/assets/stylesheets/core.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 33147, app/assets/stylesheets/core.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 33152, app/assets/stylesheets/core.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 33155, app/assets/stylesheets/core.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 33158, app/assets/stylesheets/core.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 33161, app/assets/stylesheets/core.scss */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 33165, app/assets/stylesheets/core.scss */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 33169, app/assets/stylesheets/core.scss */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 33173, app/assets/stylesheets/core.scss */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 33177, app/assets/stylesheets/core.scss */
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 33181, app/assets/stylesheets/core.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 33184, app/assets/stylesheets/core.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 33187, app/assets/stylesheets/core.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 33190, app/assets/stylesheets/core.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 33193, app/assets/stylesheets/core.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 33196, app/assets/stylesheets/core.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 33199, app/assets/stylesheets/core.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 33202, app/assets/stylesheets/core.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 33205, app/assets/stylesheets/core.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 33208, app/assets/stylesheets/core.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 33211, app/assets/stylesheets/core.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 33214, app/assets/stylesheets/core.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 33217, app/assets/stylesheets/core.scss */
  .w-lg-30 {
    width: 30% !important;
  }
  /* line 33220, app/assets/stylesheets/core.scss */
  .w-lg-40 {
    width: 40% !important;
  }
  /* line 33223, app/assets/stylesheets/core.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 33226, app/assets/stylesheets/core.scss */
  .w-lg-65 {
    width: 65% !important;
  }
  /* line 33229, app/assets/stylesheets/core.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 33232, app/assets/stylesheets/core.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 33235, app/assets/stylesheets/core.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 33238, app/assets/stylesheets/core.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 33241, app/assets/stylesheets/core.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 33244, app/assets/stylesheets/core.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 33247, app/assets/stylesheets/core.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 33250, app/assets/stylesheets/core.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 33253, app/assets/stylesheets/core.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 33256, app/assets/stylesheets/core.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 33259, app/assets/stylesheets/core.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 33262, app/assets/stylesheets/core.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 33265, app/assets/stylesheets/core.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 33268, app/assets/stylesheets/core.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 33271, app/assets/stylesheets/core.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 33274, app/assets/stylesheets/core.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 33277, app/assets/stylesheets/core.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 33280, app/assets/stylesheets/core.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 33283, app/assets/stylesheets/core.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 33286, app/assets/stylesheets/core.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 33289, app/assets/stylesheets/core.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 33292, app/assets/stylesheets/core.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 33295, app/assets/stylesheets/core.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33298, app/assets/stylesheets/core.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 33301, app/assets/stylesheets/core.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 33304, app/assets/stylesheets/core.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 33307, app/assets/stylesheets/core.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 33310, app/assets/stylesheets/core.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 33313, app/assets/stylesheets/core.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 33316, app/assets/stylesheets/core.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 33319, app/assets/stylesheets/core.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 33322, app/assets/stylesheets/core.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 33325, app/assets/stylesheets/core.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 33328, app/assets/stylesheets/core.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 33331, app/assets/stylesheets/core.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 33334, app/assets/stylesheets/core.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 33337, app/assets/stylesheets/core.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 33340, app/assets/stylesheets/core.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 33343, app/assets/stylesheets/core.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 33346, app/assets/stylesheets/core.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 33349, app/assets/stylesheets/core.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 33352, app/assets/stylesheets/core.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 33355, app/assets/stylesheets/core.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 33358, app/assets/stylesheets/core.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 33361, app/assets/stylesheets/core.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 33364, app/assets/stylesheets/core.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 33367, app/assets/stylesheets/core.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 33370, app/assets/stylesheets/core.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 33373, app/assets/stylesheets/core.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 33376, app/assets/stylesheets/core.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 33379, app/assets/stylesheets/core.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 33382, app/assets/stylesheets/core.scss */
  .m-lg-5 {
    margin: 2rem !important;
  }
  /* line 33385, app/assets/stylesheets/core.scss */
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  /* line 33388, app/assets/stylesheets/core.scss */
  .m-lg-7 {
    margin: 3rem !important;
  }
  /* line 33391, app/assets/stylesheets/core.scss */
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  /* line 33394, app/assets/stylesheets/core.scss */
  .m-lg-9 {
    margin: 4rem !important;
  }
  /* line 33397, app/assets/stylesheets/core.scss */
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  /* line 33400, app/assets/stylesheets/core.scss */
  .m-lg-11 {
    margin: 5rem !important;
  }
  /* line 33403, app/assets/stylesheets/core.scss */
  .m-lg-12 {
    margin: 5.5rem !important;
  }
  /* line 33406, app/assets/stylesheets/core.scss */
  .m-lg-13 {
    margin: 6rem !important;
  }
  /* line 33409, app/assets/stylesheets/core.scss */
  .m-lg-14 {
    margin: 6.5rem !important;
  }
  /* line 33412, app/assets/stylesheets/core.scss */
  .m-lg-15 {
    margin: 7rem !important;
  }
  /* line 33415, app/assets/stylesheets/core.scss */
  .m-lg-16 {
    margin: 7.5rem !important;
  }
  /* line 33418, app/assets/stylesheets/core.scss */
  .m-lg-17 {
    margin: 8rem !important;
  }
  /* line 33421, app/assets/stylesheets/core.scss */
  .m-lg-18 {
    margin: 10rem !important;
  }
  /* line 33424, app/assets/stylesheets/core.scss */
  .m-lg-19 {
    margin: 12rem !important;
  }
  /* line 33427, app/assets/stylesheets/core.scss */
  .m-lg-20 {
    margin: 14rem !important;
  }
  /* line 33430, app/assets/stylesheets/core.scss */
  .m-lg-21 {
    margin: 18.5rem !important;
  }
  /* line 33433, app/assets/stylesheets/core.scss */
  .m-lg-22 {
    margin: 22rem !important;
  }
  /* line 33436, app/assets/stylesheets/core.scss */
  .m-lg-23 {
    margin: 35rem !important;
  }
  /* line 33439, app/assets/stylesheets/core.scss */
  .m-lg-24 {
    margin: 40rem !important;
  }
  /* line 33442, app/assets/stylesheets/core.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 33445, app/assets/stylesheets/core.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 33449, app/assets/stylesheets/core.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 33453, app/assets/stylesheets/core.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 33457, app/assets/stylesheets/core.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 33461, app/assets/stylesheets/core.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 33465, app/assets/stylesheets/core.scss */
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 33469, app/assets/stylesheets/core.scss */
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 33473, app/assets/stylesheets/core.scss */
  .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 33477, app/assets/stylesheets/core.scss */
  .mx-lg-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 33481, app/assets/stylesheets/core.scss */
  .mx-lg-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 33485, app/assets/stylesheets/core.scss */
  .mx-lg-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 33489, app/assets/stylesheets/core.scss */
  .mx-lg-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 33493, app/assets/stylesheets/core.scss */
  .mx-lg-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 33497, app/assets/stylesheets/core.scss */
  .mx-lg-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 33501, app/assets/stylesheets/core.scss */
  .mx-lg-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 33505, app/assets/stylesheets/core.scss */
  .mx-lg-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 33509, app/assets/stylesheets/core.scss */
  .mx-lg-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 33513, app/assets/stylesheets/core.scss */
  .mx-lg-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 33517, app/assets/stylesheets/core.scss */
  .mx-lg-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 33521, app/assets/stylesheets/core.scss */
  .mx-lg-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 33525, app/assets/stylesheets/core.scss */
  .mx-lg-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 33529, app/assets/stylesheets/core.scss */
  .mx-lg-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 33533, app/assets/stylesheets/core.scss */
  .mx-lg-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 33537, app/assets/stylesheets/core.scss */
  .mx-lg-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 33541, app/assets/stylesheets/core.scss */
  .mx-lg-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 33545, app/assets/stylesheets/core.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 33549, app/assets/stylesheets/core.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 33553, app/assets/stylesheets/core.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 33557, app/assets/stylesheets/core.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 33561, app/assets/stylesheets/core.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 33565, app/assets/stylesheets/core.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 33569, app/assets/stylesheets/core.scss */
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 33573, app/assets/stylesheets/core.scss */
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 33577, app/assets/stylesheets/core.scss */
  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 33581, app/assets/stylesheets/core.scss */
  .my-lg-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 33585, app/assets/stylesheets/core.scss */
  .my-lg-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 33589, app/assets/stylesheets/core.scss */
  .my-lg-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 33593, app/assets/stylesheets/core.scss */
  .my-lg-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 33597, app/assets/stylesheets/core.scss */
  .my-lg-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 33601, app/assets/stylesheets/core.scss */
  .my-lg-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 33605, app/assets/stylesheets/core.scss */
  .my-lg-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 33609, app/assets/stylesheets/core.scss */
  .my-lg-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 33613, app/assets/stylesheets/core.scss */
  .my-lg-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 33617, app/assets/stylesheets/core.scss */
  .my-lg-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 33621, app/assets/stylesheets/core.scss */
  .my-lg-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 33625, app/assets/stylesheets/core.scss */
  .my-lg-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 33629, app/assets/stylesheets/core.scss */
  .my-lg-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 33633, app/assets/stylesheets/core.scss */
  .my-lg-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 33637, app/assets/stylesheets/core.scss */
  .my-lg-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 33641, app/assets/stylesheets/core.scss */
  .my-lg-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 33645, app/assets/stylesheets/core.scss */
  .my-lg-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 33649, app/assets/stylesheets/core.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 33653, app/assets/stylesheets/core.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 33656, app/assets/stylesheets/core.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 33659, app/assets/stylesheets/core.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 33662, app/assets/stylesheets/core.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 33665, app/assets/stylesheets/core.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 33668, app/assets/stylesheets/core.scss */
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  /* line 33671, app/assets/stylesheets/core.scss */
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  /* line 33674, app/assets/stylesheets/core.scss */
  .mt-lg-7 {
    margin-top: 3rem !important;
  }
  /* line 33677, app/assets/stylesheets/core.scss */
  .mt-lg-8 {
    margin-top: 3.5rem !important;
  }
  /* line 33680, app/assets/stylesheets/core.scss */
  .mt-lg-9 {
    margin-top: 4rem !important;
  }
  /* line 33683, app/assets/stylesheets/core.scss */
  .mt-lg-10 {
    margin-top: 4.5rem !important;
  }
  /* line 33686, app/assets/stylesheets/core.scss */
  .mt-lg-11 {
    margin-top: 5rem !important;
  }
  /* line 33689, app/assets/stylesheets/core.scss */
  .mt-lg-12 {
    margin-top: 5.5rem !important;
  }
  /* line 33692, app/assets/stylesheets/core.scss */
  .mt-lg-13 {
    margin-top: 6rem !important;
  }
  /* line 33695, app/assets/stylesheets/core.scss */
  .mt-lg-14 {
    margin-top: 6.5rem !important;
  }
  /* line 33698, app/assets/stylesheets/core.scss */
  .mt-lg-15 {
    margin-top: 7rem !important;
  }
  /* line 33701, app/assets/stylesheets/core.scss */
  .mt-lg-16 {
    margin-top: 7.5rem !important;
  }
  /* line 33704, app/assets/stylesheets/core.scss */
  .mt-lg-17 {
    margin-top: 8rem !important;
  }
  /* line 33707, app/assets/stylesheets/core.scss */
  .mt-lg-18 {
    margin-top: 10rem !important;
  }
  /* line 33710, app/assets/stylesheets/core.scss */
  .mt-lg-19 {
    margin-top: 12rem !important;
  }
  /* line 33713, app/assets/stylesheets/core.scss */
  .mt-lg-20 {
    margin-top: 14rem !important;
  }
  /* line 33716, app/assets/stylesheets/core.scss */
  .mt-lg-21 {
    margin-top: 18.5rem !important;
  }
  /* line 33719, app/assets/stylesheets/core.scss */
  .mt-lg-22 {
    margin-top: 22rem !important;
  }
  /* line 33722, app/assets/stylesheets/core.scss */
  .mt-lg-23 {
    margin-top: 35rem !important;
  }
  /* line 33725, app/assets/stylesheets/core.scss */
  .mt-lg-24 {
    margin-top: 40rem !important;
  }
  /* line 33728, app/assets/stylesheets/core.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 33731, app/assets/stylesheets/core.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 33734, app/assets/stylesheets/core.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 33737, app/assets/stylesheets/core.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 33740, app/assets/stylesheets/core.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 33743, app/assets/stylesheets/core.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 33746, app/assets/stylesheets/core.scss */
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  /* line 33749, app/assets/stylesheets/core.scss */
  .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  /* line 33752, app/assets/stylesheets/core.scss */
  .me-lg-7 {
    margin-right: 3rem !important;
  }
  /* line 33755, app/assets/stylesheets/core.scss */
  .me-lg-8 {
    margin-right: 3.5rem !important;
  }
  /* line 33758, app/assets/stylesheets/core.scss */
  .me-lg-9 {
    margin-right: 4rem !important;
  }
  /* line 33761, app/assets/stylesheets/core.scss */
  .me-lg-10 {
    margin-right: 4.5rem !important;
  }
  /* line 33764, app/assets/stylesheets/core.scss */
  .me-lg-11 {
    margin-right: 5rem !important;
  }
  /* line 33767, app/assets/stylesheets/core.scss */
  .me-lg-12 {
    margin-right: 5.5rem !important;
  }
  /* line 33770, app/assets/stylesheets/core.scss */
  .me-lg-13 {
    margin-right: 6rem !important;
  }
  /* line 33773, app/assets/stylesheets/core.scss */
  .me-lg-14 {
    margin-right: 6.5rem !important;
  }
  /* line 33776, app/assets/stylesheets/core.scss */
  .me-lg-15 {
    margin-right: 7rem !important;
  }
  /* line 33779, app/assets/stylesheets/core.scss */
  .me-lg-16 {
    margin-right: 7.5rem !important;
  }
  /* line 33782, app/assets/stylesheets/core.scss */
  .me-lg-17 {
    margin-right: 8rem !important;
  }
  /* line 33785, app/assets/stylesheets/core.scss */
  .me-lg-18 {
    margin-right: 10rem !important;
  }
  /* line 33788, app/assets/stylesheets/core.scss */
  .me-lg-19 {
    margin-right: 12rem !important;
  }
  /* line 33791, app/assets/stylesheets/core.scss */
  .me-lg-20 {
    margin-right: 14rem !important;
  }
  /* line 33794, app/assets/stylesheets/core.scss */
  .me-lg-21 {
    margin-right: 18.5rem !important;
  }
  /* line 33797, app/assets/stylesheets/core.scss */
  .me-lg-22 {
    margin-right: 22rem !important;
  }
  /* line 33800, app/assets/stylesheets/core.scss */
  .me-lg-23 {
    margin-right: 35rem !important;
  }
  /* line 33803, app/assets/stylesheets/core.scss */
  .me-lg-24 {
    margin-right: 40rem !important;
  }
  /* line 33806, app/assets/stylesheets/core.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 33809, app/assets/stylesheets/core.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 33812, app/assets/stylesheets/core.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 33815, app/assets/stylesheets/core.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 33818, app/assets/stylesheets/core.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 33821, app/assets/stylesheets/core.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 33824, app/assets/stylesheets/core.scss */
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  /* line 33827, app/assets/stylesheets/core.scss */
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 33830, app/assets/stylesheets/core.scss */
  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }
  /* line 33833, app/assets/stylesheets/core.scss */
  .mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 33836, app/assets/stylesheets/core.scss */
  .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  /* line 33839, app/assets/stylesheets/core.scss */
  .mb-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 33842, app/assets/stylesheets/core.scss */
  .mb-lg-11 {
    margin-bottom: 5rem !important;
  }
  /* line 33845, app/assets/stylesheets/core.scss */
  .mb-lg-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 33848, app/assets/stylesheets/core.scss */
  .mb-lg-13 {
    margin-bottom: 6rem !important;
  }
  /* line 33851, app/assets/stylesheets/core.scss */
  .mb-lg-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 33854, app/assets/stylesheets/core.scss */
  .mb-lg-15 {
    margin-bottom: 7rem !important;
  }
  /* line 33857, app/assets/stylesheets/core.scss */
  .mb-lg-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 33860, app/assets/stylesheets/core.scss */
  .mb-lg-17 {
    margin-bottom: 8rem !important;
  }
  /* line 33863, app/assets/stylesheets/core.scss */
  .mb-lg-18 {
    margin-bottom: 10rem !important;
  }
  /* line 33866, app/assets/stylesheets/core.scss */
  .mb-lg-19 {
    margin-bottom: 12rem !important;
  }
  /* line 33869, app/assets/stylesheets/core.scss */
  .mb-lg-20 {
    margin-bottom: 14rem !important;
  }
  /* line 33872, app/assets/stylesheets/core.scss */
  .mb-lg-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 33875, app/assets/stylesheets/core.scss */
  .mb-lg-22 {
    margin-bottom: 22rem !important;
  }
  /* line 33878, app/assets/stylesheets/core.scss */
  .mb-lg-23 {
    margin-bottom: 35rem !important;
  }
  /* line 33881, app/assets/stylesheets/core.scss */
  .mb-lg-24 {
    margin-bottom: 40rem !important;
  }
  /* line 33884, app/assets/stylesheets/core.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 33887, app/assets/stylesheets/core.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 33890, app/assets/stylesheets/core.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 33893, app/assets/stylesheets/core.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 33896, app/assets/stylesheets/core.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 33899, app/assets/stylesheets/core.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 33902, app/assets/stylesheets/core.scss */
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  /* line 33905, app/assets/stylesheets/core.scss */
  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  /* line 33908, app/assets/stylesheets/core.scss */
  .ms-lg-7 {
    margin-left: 3rem !important;
  }
  /* line 33911, app/assets/stylesheets/core.scss */
  .ms-lg-8 {
    margin-left: 3.5rem !important;
  }
  /* line 33914, app/assets/stylesheets/core.scss */
  .ms-lg-9 {
    margin-left: 4rem !important;
  }
  /* line 33917, app/assets/stylesheets/core.scss */
  .ms-lg-10 {
    margin-left: 4.5rem !important;
  }
  /* line 33920, app/assets/stylesheets/core.scss */
  .ms-lg-11 {
    margin-left: 5rem !important;
  }
  /* line 33923, app/assets/stylesheets/core.scss */
  .ms-lg-12 {
    margin-left: 5.5rem !important;
  }
  /* line 33926, app/assets/stylesheets/core.scss */
  .ms-lg-13 {
    margin-left: 6rem !important;
  }
  /* line 33929, app/assets/stylesheets/core.scss */
  .ms-lg-14 {
    margin-left: 6.5rem !important;
  }
  /* line 33932, app/assets/stylesheets/core.scss */
  .ms-lg-15 {
    margin-left: 7rem !important;
  }
  /* line 33935, app/assets/stylesheets/core.scss */
  .ms-lg-16 {
    margin-left: 7.5rem !important;
  }
  /* line 33938, app/assets/stylesheets/core.scss */
  .ms-lg-17 {
    margin-left: 8rem !important;
  }
  /* line 33941, app/assets/stylesheets/core.scss */
  .ms-lg-18 {
    margin-left: 10rem !important;
  }
  /* line 33944, app/assets/stylesheets/core.scss */
  .ms-lg-19 {
    margin-left: 12rem !important;
  }
  /* line 33947, app/assets/stylesheets/core.scss */
  .ms-lg-20 {
    margin-left: 14rem !important;
  }
  /* line 33950, app/assets/stylesheets/core.scss */
  .ms-lg-21 {
    margin-left: 18.5rem !important;
  }
  /* line 33953, app/assets/stylesheets/core.scss */
  .ms-lg-22 {
    margin-left: 22rem !important;
  }
  /* line 33956, app/assets/stylesheets/core.scss */
  .ms-lg-23 {
    margin-left: 35rem !important;
  }
  /* line 33959, app/assets/stylesheets/core.scss */
  .ms-lg-24 {
    margin-left: 40rem !important;
  }
  /* line 33962, app/assets/stylesheets/core.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 33965, app/assets/stylesheets/core.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 33968, app/assets/stylesheets/core.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 33971, app/assets/stylesheets/core.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 33974, app/assets/stylesheets/core.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 33977, app/assets/stylesheets/core.scss */
  .m-lg-n5 {
    margin: -2rem !important;
  }
  /* line 33980, app/assets/stylesheets/core.scss */
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  /* line 33983, app/assets/stylesheets/core.scss */
  .m-lg-n7 {
    margin: -3rem !important;
  }
  /* line 33986, app/assets/stylesheets/core.scss */
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  /* line 33989, app/assets/stylesheets/core.scss */
  .m-lg-n9 {
    margin: -4rem !important;
  }
  /* line 33992, app/assets/stylesheets/core.scss */
  .m-lg-n10 {
    margin: -4.5rem !important;
  }
  /* line 33995, app/assets/stylesheets/core.scss */
  .m-lg-n11 {
    margin: -5rem !important;
  }
  /* line 33998, app/assets/stylesheets/core.scss */
  .m-lg-n12 {
    margin: -5.5rem !important;
  }
  /* line 34001, app/assets/stylesheets/core.scss */
  .m-lg-n13 {
    margin: -6rem !important;
  }
  /* line 34004, app/assets/stylesheets/core.scss */
  .m-lg-n14 {
    margin: -6.5rem !important;
  }
  /* line 34007, app/assets/stylesheets/core.scss */
  .m-lg-n15 {
    margin: -7rem !important;
  }
  /* line 34010, app/assets/stylesheets/core.scss */
  .m-lg-n16 {
    margin: -7.5rem !important;
  }
  /* line 34013, app/assets/stylesheets/core.scss */
  .m-lg-n17 {
    margin: -8rem !important;
  }
  /* line 34016, app/assets/stylesheets/core.scss */
  .m-lg-n18 {
    margin: -10rem !important;
  }
  /* line 34019, app/assets/stylesheets/core.scss */
  .m-lg-n19 {
    margin: -12rem !important;
  }
  /* line 34022, app/assets/stylesheets/core.scss */
  .m-lg-n20 {
    margin: -14rem !important;
  }
  /* line 34025, app/assets/stylesheets/core.scss */
  .m-lg-n21 {
    margin: -18.5rem !important;
  }
  /* line 34028, app/assets/stylesheets/core.scss */
  .m-lg-n22 {
    margin: -22rem !important;
  }
  /* line 34031, app/assets/stylesheets/core.scss */
  .m-lg-n23 {
    margin: -35rem !important;
  }
  /* line 34034, app/assets/stylesheets/core.scss */
  .m-lg-n24 {
    margin: -40rem !important;
  }
  /* line 34037, app/assets/stylesheets/core.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 34041, app/assets/stylesheets/core.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 34045, app/assets/stylesheets/core.scss */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 34049, app/assets/stylesheets/core.scss */
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 34053, app/assets/stylesheets/core.scss */
  .mx-lg-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 34057, app/assets/stylesheets/core.scss */
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 34061, app/assets/stylesheets/core.scss */
  .mx-lg-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 34065, app/assets/stylesheets/core.scss */
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 34069, app/assets/stylesheets/core.scss */
  .mx-lg-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 34073, app/assets/stylesheets/core.scss */
  .mx-lg-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 34077, app/assets/stylesheets/core.scss */
  .mx-lg-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 34081, app/assets/stylesheets/core.scss */
  .mx-lg-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 34085, app/assets/stylesheets/core.scss */
  .mx-lg-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 34089, app/assets/stylesheets/core.scss */
  .mx-lg-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 34093, app/assets/stylesheets/core.scss */
  .mx-lg-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 34097, app/assets/stylesheets/core.scss */
  .mx-lg-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 34101, app/assets/stylesheets/core.scss */
  .mx-lg-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 34105, app/assets/stylesheets/core.scss */
  .mx-lg-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 34109, app/assets/stylesheets/core.scss */
  .mx-lg-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 34113, app/assets/stylesheets/core.scss */
  .mx-lg-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 34117, app/assets/stylesheets/core.scss */
  .mx-lg-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 34121, app/assets/stylesheets/core.scss */
  .mx-lg-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 34125, app/assets/stylesheets/core.scss */
  .mx-lg-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 34129, app/assets/stylesheets/core.scss */
  .mx-lg-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 34133, app/assets/stylesheets/core.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 34137, app/assets/stylesheets/core.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 34141, app/assets/stylesheets/core.scss */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 34145, app/assets/stylesheets/core.scss */
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 34149, app/assets/stylesheets/core.scss */
  .my-lg-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 34153, app/assets/stylesheets/core.scss */
  .my-lg-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 34157, app/assets/stylesheets/core.scss */
  .my-lg-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 34161, app/assets/stylesheets/core.scss */
  .my-lg-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 34165, app/assets/stylesheets/core.scss */
  .my-lg-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 34169, app/assets/stylesheets/core.scss */
  .my-lg-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 34173, app/assets/stylesheets/core.scss */
  .my-lg-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 34177, app/assets/stylesheets/core.scss */
  .my-lg-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 34181, app/assets/stylesheets/core.scss */
  .my-lg-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 34185, app/assets/stylesheets/core.scss */
  .my-lg-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 34189, app/assets/stylesheets/core.scss */
  .my-lg-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 34193, app/assets/stylesheets/core.scss */
  .my-lg-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 34197, app/assets/stylesheets/core.scss */
  .my-lg-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 34201, app/assets/stylesheets/core.scss */
  .my-lg-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 34205, app/assets/stylesheets/core.scss */
  .my-lg-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 34209, app/assets/stylesheets/core.scss */
  .my-lg-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 34213, app/assets/stylesheets/core.scss */
  .my-lg-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 34217, app/assets/stylesheets/core.scss */
  .my-lg-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 34221, app/assets/stylesheets/core.scss */
  .my-lg-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 34225, app/assets/stylesheets/core.scss */
  .my-lg-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 34229, app/assets/stylesheets/core.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34232, app/assets/stylesheets/core.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34235, app/assets/stylesheets/core.scss */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34238, app/assets/stylesheets/core.scss */
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34241, app/assets/stylesheets/core.scss */
  .mt-lg-n5 {
    margin-top: -2rem !important;
  }
  /* line 34244, app/assets/stylesheets/core.scss */
  .mt-lg-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 34247, app/assets/stylesheets/core.scss */
  .mt-lg-n7 {
    margin-top: -3rem !important;
  }
  /* line 34250, app/assets/stylesheets/core.scss */
  .mt-lg-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 34253, app/assets/stylesheets/core.scss */
  .mt-lg-n9 {
    margin-top: -4rem !important;
  }
  /* line 34256, app/assets/stylesheets/core.scss */
  .mt-lg-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 34259, app/assets/stylesheets/core.scss */
  .mt-lg-n11 {
    margin-top: -5rem !important;
  }
  /* line 34262, app/assets/stylesheets/core.scss */
  .mt-lg-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 34265, app/assets/stylesheets/core.scss */
  .mt-lg-n13 {
    margin-top: -6rem !important;
  }
  /* line 34268, app/assets/stylesheets/core.scss */
  .mt-lg-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 34271, app/assets/stylesheets/core.scss */
  .mt-lg-n15 {
    margin-top: -7rem !important;
  }
  /* line 34274, app/assets/stylesheets/core.scss */
  .mt-lg-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 34277, app/assets/stylesheets/core.scss */
  .mt-lg-n17 {
    margin-top: -8rem !important;
  }
  /* line 34280, app/assets/stylesheets/core.scss */
  .mt-lg-n18 {
    margin-top: -10rem !important;
  }
  /* line 34283, app/assets/stylesheets/core.scss */
  .mt-lg-n19 {
    margin-top: -12rem !important;
  }
  /* line 34286, app/assets/stylesheets/core.scss */
  .mt-lg-n20 {
    margin-top: -14rem !important;
  }
  /* line 34289, app/assets/stylesheets/core.scss */
  .mt-lg-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 34292, app/assets/stylesheets/core.scss */
  .mt-lg-n22 {
    margin-top: -22rem !important;
  }
  /* line 34295, app/assets/stylesheets/core.scss */
  .mt-lg-n23 {
    margin-top: -35rem !important;
  }
  /* line 34298, app/assets/stylesheets/core.scss */
  .mt-lg-n24 {
    margin-top: -40rem !important;
  }
  /* line 34301, app/assets/stylesheets/core.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 34304, app/assets/stylesheets/core.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 34307, app/assets/stylesheets/core.scss */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 34310, app/assets/stylesheets/core.scss */
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 34313, app/assets/stylesheets/core.scss */
  .me-lg-n5 {
    margin-right: -2rem !important;
  }
  /* line 34316, app/assets/stylesheets/core.scss */
  .me-lg-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 34319, app/assets/stylesheets/core.scss */
  .me-lg-n7 {
    margin-right: -3rem !important;
  }
  /* line 34322, app/assets/stylesheets/core.scss */
  .me-lg-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 34325, app/assets/stylesheets/core.scss */
  .me-lg-n9 {
    margin-right: -4rem !important;
  }
  /* line 34328, app/assets/stylesheets/core.scss */
  .me-lg-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 34331, app/assets/stylesheets/core.scss */
  .me-lg-n11 {
    margin-right: -5rem !important;
  }
  /* line 34334, app/assets/stylesheets/core.scss */
  .me-lg-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 34337, app/assets/stylesheets/core.scss */
  .me-lg-n13 {
    margin-right: -6rem !important;
  }
  /* line 34340, app/assets/stylesheets/core.scss */
  .me-lg-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 34343, app/assets/stylesheets/core.scss */
  .me-lg-n15 {
    margin-right: -7rem !important;
  }
  /* line 34346, app/assets/stylesheets/core.scss */
  .me-lg-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 34349, app/assets/stylesheets/core.scss */
  .me-lg-n17 {
    margin-right: -8rem !important;
  }
  /* line 34352, app/assets/stylesheets/core.scss */
  .me-lg-n18 {
    margin-right: -10rem !important;
  }
  /* line 34355, app/assets/stylesheets/core.scss */
  .me-lg-n19 {
    margin-right: -12rem !important;
  }
  /* line 34358, app/assets/stylesheets/core.scss */
  .me-lg-n20 {
    margin-right: -14rem !important;
  }
  /* line 34361, app/assets/stylesheets/core.scss */
  .me-lg-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 34364, app/assets/stylesheets/core.scss */
  .me-lg-n22 {
    margin-right: -22rem !important;
  }
  /* line 34367, app/assets/stylesheets/core.scss */
  .me-lg-n23 {
    margin-right: -35rem !important;
  }
  /* line 34370, app/assets/stylesheets/core.scss */
  .me-lg-n24 {
    margin-right: -40rem !important;
  }
  /* line 34373, app/assets/stylesheets/core.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 34376, app/assets/stylesheets/core.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 34379, app/assets/stylesheets/core.scss */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 34382, app/assets/stylesheets/core.scss */
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 34385, app/assets/stylesheets/core.scss */
  .mb-lg-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 34388, app/assets/stylesheets/core.scss */
  .mb-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 34391, app/assets/stylesheets/core.scss */
  .mb-lg-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 34394, app/assets/stylesheets/core.scss */
  .mb-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 34397, app/assets/stylesheets/core.scss */
  .mb-lg-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 34400, app/assets/stylesheets/core.scss */
  .mb-lg-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 34403, app/assets/stylesheets/core.scss */
  .mb-lg-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 34406, app/assets/stylesheets/core.scss */
  .mb-lg-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 34409, app/assets/stylesheets/core.scss */
  .mb-lg-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 34412, app/assets/stylesheets/core.scss */
  .mb-lg-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 34415, app/assets/stylesheets/core.scss */
  .mb-lg-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 34418, app/assets/stylesheets/core.scss */
  .mb-lg-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 34421, app/assets/stylesheets/core.scss */
  .mb-lg-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 34424, app/assets/stylesheets/core.scss */
  .mb-lg-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 34427, app/assets/stylesheets/core.scss */
  .mb-lg-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 34430, app/assets/stylesheets/core.scss */
  .mb-lg-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 34433, app/assets/stylesheets/core.scss */
  .mb-lg-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 34436, app/assets/stylesheets/core.scss */
  .mb-lg-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 34439, app/assets/stylesheets/core.scss */
  .mb-lg-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 34442, app/assets/stylesheets/core.scss */
  .mb-lg-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 34445, app/assets/stylesheets/core.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34448, app/assets/stylesheets/core.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34451, app/assets/stylesheets/core.scss */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 34454, app/assets/stylesheets/core.scss */
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34457, app/assets/stylesheets/core.scss */
  .ms-lg-n5 {
    margin-left: -2rem !important;
  }
  /* line 34460, app/assets/stylesheets/core.scss */
  .ms-lg-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 34463, app/assets/stylesheets/core.scss */
  .ms-lg-n7 {
    margin-left: -3rem !important;
  }
  /* line 34466, app/assets/stylesheets/core.scss */
  .ms-lg-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 34469, app/assets/stylesheets/core.scss */
  .ms-lg-n9 {
    margin-left: -4rem !important;
  }
  /* line 34472, app/assets/stylesheets/core.scss */
  .ms-lg-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 34475, app/assets/stylesheets/core.scss */
  .ms-lg-n11 {
    margin-left: -5rem !important;
  }
  /* line 34478, app/assets/stylesheets/core.scss */
  .ms-lg-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 34481, app/assets/stylesheets/core.scss */
  .ms-lg-n13 {
    margin-left: -6rem !important;
  }
  /* line 34484, app/assets/stylesheets/core.scss */
  .ms-lg-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 34487, app/assets/stylesheets/core.scss */
  .ms-lg-n15 {
    margin-left: -7rem !important;
  }
  /* line 34490, app/assets/stylesheets/core.scss */
  .ms-lg-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 34493, app/assets/stylesheets/core.scss */
  .ms-lg-n17 {
    margin-left: -8rem !important;
  }
  /* line 34496, app/assets/stylesheets/core.scss */
  .ms-lg-n18 {
    margin-left: -10rem !important;
  }
  /* line 34499, app/assets/stylesheets/core.scss */
  .ms-lg-n19 {
    margin-left: -12rem !important;
  }
  /* line 34502, app/assets/stylesheets/core.scss */
  .ms-lg-n20 {
    margin-left: -14rem !important;
  }
  /* line 34505, app/assets/stylesheets/core.scss */
  .ms-lg-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 34508, app/assets/stylesheets/core.scss */
  .ms-lg-n22 {
    margin-left: -22rem !important;
  }
  /* line 34511, app/assets/stylesheets/core.scss */
  .ms-lg-n23 {
    margin-left: -35rem !important;
  }
  /* line 34514, app/assets/stylesheets/core.scss */
  .ms-lg-n24 {
    margin-left: -40rem !important;
  }
  /* line 34517, app/assets/stylesheets/core.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 34520, app/assets/stylesheets/core.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 34523, app/assets/stylesheets/core.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 34526, app/assets/stylesheets/core.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 34529, app/assets/stylesheets/core.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 34532, app/assets/stylesheets/core.scss */
  .p-lg-5 {
    padding: 2rem !important;
  }
  /* line 34535, app/assets/stylesheets/core.scss */
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  /* line 34538, app/assets/stylesheets/core.scss */
  .p-lg-7 {
    padding: 3rem !important;
  }
  /* line 34541, app/assets/stylesheets/core.scss */
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  /* line 34544, app/assets/stylesheets/core.scss */
  .p-lg-9 {
    padding: 4rem !important;
  }
  /* line 34547, app/assets/stylesheets/core.scss */
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  /* line 34550, app/assets/stylesheets/core.scss */
  .p-lg-11 {
    padding: 5rem !important;
  }
  /* line 34553, app/assets/stylesheets/core.scss */
  .p-lg-12 {
    padding: 5.5rem !important;
  }
  /* line 34556, app/assets/stylesheets/core.scss */
  .p-lg-13 {
    padding: 6rem !important;
  }
  /* line 34559, app/assets/stylesheets/core.scss */
  .p-lg-14 {
    padding: 6.5rem !important;
  }
  /* line 34562, app/assets/stylesheets/core.scss */
  .p-lg-15 {
    padding: 7rem !important;
  }
  /* line 34565, app/assets/stylesheets/core.scss */
  .p-lg-16 {
    padding: 7.5rem !important;
  }
  /* line 34568, app/assets/stylesheets/core.scss */
  .p-lg-17 {
    padding: 8rem !important;
  }
  /* line 34571, app/assets/stylesheets/core.scss */
  .p-lg-18 {
    padding: 10rem !important;
  }
  /* line 34574, app/assets/stylesheets/core.scss */
  .p-lg-19 {
    padding: 12rem !important;
  }
  /* line 34577, app/assets/stylesheets/core.scss */
  .p-lg-20 {
    padding: 14rem !important;
  }
  /* line 34580, app/assets/stylesheets/core.scss */
  .p-lg-21 {
    padding: 18.5rem !important;
  }
  /* line 34583, app/assets/stylesheets/core.scss */
  .p-lg-22 {
    padding: 22rem !important;
  }
  /* line 34586, app/assets/stylesheets/core.scss */
  .p-lg-23 {
    padding: 35rem !important;
  }
  /* line 34589, app/assets/stylesheets/core.scss */
  .p-lg-24 {
    padding: 40rem !important;
  }
  /* line 34592, app/assets/stylesheets/core.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 34596, app/assets/stylesheets/core.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 34600, app/assets/stylesheets/core.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 34604, app/assets/stylesheets/core.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 34608, app/assets/stylesheets/core.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 34612, app/assets/stylesheets/core.scss */
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 34616, app/assets/stylesheets/core.scss */
  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 34620, app/assets/stylesheets/core.scss */
  .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 34624, app/assets/stylesheets/core.scss */
  .px-lg-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 34628, app/assets/stylesheets/core.scss */
  .px-lg-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 34632, app/assets/stylesheets/core.scss */
  .px-lg-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 34636, app/assets/stylesheets/core.scss */
  .px-lg-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 34640, app/assets/stylesheets/core.scss */
  .px-lg-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 34644, app/assets/stylesheets/core.scss */
  .px-lg-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 34648, app/assets/stylesheets/core.scss */
  .px-lg-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 34652, app/assets/stylesheets/core.scss */
  .px-lg-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 34656, app/assets/stylesheets/core.scss */
  .px-lg-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 34660, app/assets/stylesheets/core.scss */
  .px-lg-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 34664, app/assets/stylesheets/core.scss */
  .px-lg-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 34668, app/assets/stylesheets/core.scss */
  .px-lg-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 34672, app/assets/stylesheets/core.scss */
  .px-lg-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 34676, app/assets/stylesheets/core.scss */
  .px-lg-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 34680, app/assets/stylesheets/core.scss */
  .px-lg-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 34684, app/assets/stylesheets/core.scss */
  .px-lg-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 34688, app/assets/stylesheets/core.scss */
  .px-lg-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 34692, app/assets/stylesheets/core.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 34696, app/assets/stylesheets/core.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 34700, app/assets/stylesheets/core.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 34704, app/assets/stylesheets/core.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 34708, app/assets/stylesheets/core.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 34712, app/assets/stylesheets/core.scss */
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 34716, app/assets/stylesheets/core.scss */
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 34720, app/assets/stylesheets/core.scss */
  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 34724, app/assets/stylesheets/core.scss */
  .py-lg-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 34728, app/assets/stylesheets/core.scss */
  .py-lg-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 34732, app/assets/stylesheets/core.scss */
  .py-lg-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 34736, app/assets/stylesheets/core.scss */
  .py-lg-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 34740, app/assets/stylesheets/core.scss */
  .py-lg-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 34744, app/assets/stylesheets/core.scss */
  .py-lg-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 34748, app/assets/stylesheets/core.scss */
  .py-lg-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 34752, app/assets/stylesheets/core.scss */
  .py-lg-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 34756, app/assets/stylesheets/core.scss */
  .py-lg-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 34760, app/assets/stylesheets/core.scss */
  .py-lg-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 34764, app/assets/stylesheets/core.scss */
  .py-lg-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 34768, app/assets/stylesheets/core.scss */
  .py-lg-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 34772, app/assets/stylesheets/core.scss */
  .py-lg-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 34776, app/assets/stylesheets/core.scss */
  .py-lg-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 34780, app/assets/stylesheets/core.scss */
  .py-lg-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 34784, app/assets/stylesheets/core.scss */
  .py-lg-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 34788, app/assets/stylesheets/core.scss */
  .py-lg-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 34792, app/assets/stylesheets/core.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 34795, app/assets/stylesheets/core.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 34798, app/assets/stylesheets/core.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 34801, app/assets/stylesheets/core.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 34804, app/assets/stylesheets/core.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 34807, app/assets/stylesheets/core.scss */
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  /* line 34810, app/assets/stylesheets/core.scss */
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  /* line 34813, app/assets/stylesheets/core.scss */
  .pt-lg-7 {
    padding-top: 3rem !important;
  }
  /* line 34816, app/assets/stylesheets/core.scss */
  .pt-lg-8 {
    padding-top: 3.5rem !important;
  }
  /* line 34819, app/assets/stylesheets/core.scss */
  .pt-lg-9 {
    padding-top: 4rem !important;
  }
  /* line 34822, app/assets/stylesheets/core.scss */
  .pt-lg-10 {
    padding-top: 4.5rem !important;
  }
  /* line 34825, app/assets/stylesheets/core.scss */
  .pt-lg-11 {
    padding-top: 5rem !important;
  }
  /* line 34828, app/assets/stylesheets/core.scss */
  .pt-lg-12 {
    padding-top: 5.5rem !important;
  }
  /* line 34831, app/assets/stylesheets/core.scss */
  .pt-lg-13 {
    padding-top: 6rem !important;
  }
  /* line 34834, app/assets/stylesheets/core.scss */
  .pt-lg-14 {
    padding-top: 6.5rem !important;
  }
  /* line 34837, app/assets/stylesheets/core.scss */
  .pt-lg-15 {
    padding-top: 7rem !important;
  }
  /* line 34840, app/assets/stylesheets/core.scss */
  .pt-lg-16 {
    padding-top: 7.5rem !important;
  }
  /* line 34843, app/assets/stylesheets/core.scss */
  .pt-lg-17 {
    padding-top: 8rem !important;
  }
  /* line 34846, app/assets/stylesheets/core.scss */
  .pt-lg-18 {
    padding-top: 10rem !important;
  }
  /* line 34849, app/assets/stylesheets/core.scss */
  .pt-lg-19 {
    padding-top: 12rem !important;
  }
  /* line 34852, app/assets/stylesheets/core.scss */
  .pt-lg-20 {
    padding-top: 14rem !important;
  }
  /* line 34855, app/assets/stylesheets/core.scss */
  .pt-lg-21 {
    padding-top: 18.5rem !important;
  }
  /* line 34858, app/assets/stylesheets/core.scss */
  .pt-lg-22 {
    padding-top: 22rem !important;
  }
  /* line 34861, app/assets/stylesheets/core.scss */
  .pt-lg-23 {
    padding-top: 35rem !important;
  }
  /* line 34864, app/assets/stylesheets/core.scss */
  .pt-lg-24 {
    padding-top: 40rem !important;
  }
  /* line 34867, app/assets/stylesheets/core.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 34870, app/assets/stylesheets/core.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 34873, app/assets/stylesheets/core.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 34876, app/assets/stylesheets/core.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 34879, app/assets/stylesheets/core.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 34882, app/assets/stylesheets/core.scss */
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  /* line 34885, app/assets/stylesheets/core.scss */
  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  /* line 34888, app/assets/stylesheets/core.scss */
  .pe-lg-7 {
    padding-right: 3rem !important;
  }
  /* line 34891, app/assets/stylesheets/core.scss */
  .pe-lg-8 {
    padding-right: 3.5rem !important;
  }
  /* line 34894, app/assets/stylesheets/core.scss */
  .pe-lg-9 {
    padding-right: 4rem !important;
  }
  /* line 34897, app/assets/stylesheets/core.scss */
  .pe-lg-10 {
    padding-right: 4.5rem !important;
  }
  /* line 34900, app/assets/stylesheets/core.scss */
  .pe-lg-11 {
    padding-right: 5rem !important;
  }
  /* line 34903, app/assets/stylesheets/core.scss */
  .pe-lg-12 {
    padding-right: 5.5rem !important;
  }
  /* line 34906, app/assets/stylesheets/core.scss */
  .pe-lg-13 {
    padding-right: 6rem !important;
  }
  /* line 34909, app/assets/stylesheets/core.scss */
  .pe-lg-14 {
    padding-right: 6.5rem !important;
  }
  /* line 34912, app/assets/stylesheets/core.scss */
  .pe-lg-15 {
    padding-right: 7rem !important;
  }
  /* line 34915, app/assets/stylesheets/core.scss */
  .pe-lg-16 {
    padding-right: 7.5rem !important;
  }
  /* line 34918, app/assets/stylesheets/core.scss */
  .pe-lg-17 {
    padding-right: 8rem !important;
  }
  /* line 34921, app/assets/stylesheets/core.scss */
  .pe-lg-18 {
    padding-right: 10rem !important;
  }
  /* line 34924, app/assets/stylesheets/core.scss */
  .pe-lg-19 {
    padding-right: 12rem !important;
  }
  /* line 34927, app/assets/stylesheets/core.scss */
  .pe-lg-20 {
    padding-right: 14rem !important;
  }
  /* line 34930, app/assets/stylesheets/core.scss */
  .pe-lg-21 {
    padding-right: 18.5rem !important;
  }
  /* line 34933, app/assets/stylesheets/core.scss */
  .pe-lg-22 {
    padding-right: 22rem !important;
  }
  /* line 34936, app/assets/stylesheets/core.scss */
  .pe-lg-23 {
    padding-right: 35rem !important;
  }
  /* line 34939, app/assets/stylesheets/core.scss */
  .pe-lg-24 {
    padding-right: 40rem !important;
  }
  /* line 34942, app/assets/stylesheets/core.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 34945, app/assets/stylesheets/core.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 34948, app/assets/stylesheets/core.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 34951, app/assets/stylesheets/core.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 34954, app/assets/stylesheets/core.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 34957, app/assets/stylesheets/core.scss */
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  /* line 34960, app/assets/stylesheets/core.scss */
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 34963, app/assets/stylesheets/core.scss */
  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }
  /* line 34966, app/assets/stylesheets/core.scss */
  .pb-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 34969, app/assets/stylesheets/core.scss */
  .pb-lg-9 {
    padding-bottom: 4rem !important;
  }
  /* line 34972, app/assets/stylesheets/core.scss */
  .pb-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 34975, app/assets/stylesheets/core.scss */
  .pb-lg-11 {
    padding-bottom: 5rem !important;
  }
  /* line 34978, app/assets/stylesheets/core.scss */
  .pb-lg-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 34981, app/assets/stylesheets/core.scss */
  .pb-lg-13 {
    padding-bottom: 6rem !important;
  }
  /* line 34984, app/assets/stylesheets/core.scss */
  .pb-lg-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 34987, app/assets/stylesheets/core.scss */
  .pb-lg-15 {
    padding-bottom: 7rem !important;
  }
  /* line 34990, app/assets/stylesheets/core.scss */
  .pb-lg-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 34993, app/assets/stylesheets/core.scss */
  .pb-lg-17 {
    padding-bottom: 8rem !important;
  }
  /* line 34996, app/assets/stylesheets/core.scss */
  .pb-lg-18 {
    padding-bottom: 10rem !important;
  }
  /* line 34999, app/assets/stylesheets/core.scss */
  .pb-lg-19 {
    padding-bottom: 12rem !important;
  }
  /* line 35002, app/assets/stylesheets/core.scss */
  .pb-lg-20 {
    padding-bottom: 14rem !important;
  }
  /* line 35005, app/assets/stylesheets/core.scss */
  .pb-lg-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 35008, app/assets/stylesheets/core.scss */
  .pb-lg-22 {
    padding-bottom: 22rem !important;
  }
  /* line 35011, app/assets/stylesheets/core.scss */
  .pb-lg-23 {
    padding-bottom: 35rem !important;
  }
  /* line 35014, app/assets/stylesheets/core.scss */
  .pb-lg-24 {
    padding-bottom: 40rem !important;
  }
  /* line 35017, app/assets/stylesheets/core.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 35020, app/assets/stylesheets/core.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 35023, app/assets/stylesheets/core.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 35026, app/assets/stylesheets/core.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 35029, app/assets/stylesheets/core.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 35032, app/assets/stylesheets/core.scss */
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  /* line 35035, app/assets/stylesheets/core.scss */
  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  /* line 35038, app/assets/stylesheets/core.scss */
  .ps-lg-7 {
    padding-left: 3rem !important;
  }
  /* line 35041, app/assets/stylesheets/core.scss */
  .ps-lg-8 {
    padding-left: 3.5rem !important;
  }
  /* line 35044, app/assets/stylesheets/core.scss */
  .ps-lg-9 {
    padding-left: 4rem !important;
  }
  /* line 35047, app/assets/stylesheets/core.scss */
  .ps-lg-10 {
    padding-left: 4.5rem !important;
  }
  /* line 35050, app/assets/stylesheets/core.scss */
  .ps-lg-11 {
    padding-left: 5rem !important;
  }
  /* line 35053, app/assets/stylesheets/core.scss */
  .ps-lg-12 {
    padding-left: 5.5rem !important;
  }
  /* line 35056, app/assets/stylesheets/core.scss */
  .ps-lg-13 {
    padding-left: 6rem !important;
  }
  /* line 35059, app/assets/stylesheets/core.scss */
  .ps-lg-14 {
    padding-left: 6.5rem !important;
  }
  /* line 35062, app/assets/stylesheets/core.scss */
  .ps-lg-15 {
    padding-left: 7rem !important;
  }
  /* line 35065, app/assets/stylesheets/core.scss */
  .ps-lg-16 {
    padding-left: 7.5rem !important;
  }
  /* line 35068, app/assets/stylesheets/core.scss */
  .ps-lg-17 {
    padding-left: 8rem !important;
  }
  /* line 35071, app/assets/stylesheets/core.scss */
  .ps-lg-18 {
    padding-left: 10rem !important;
  }
  /* line 35074, app/assets/stylesheets/core.scss */
  .ps-lg-19 {
    padding-left: 12rem !important;
  }
  /* line 35077, app/assets/stylesheets/core.scss */
  .ps-lg-20 {
    padding-left: 14rem !important;
  }
  /* line 35080, app/assets/stylesheets/core.scss */
  .ps-lg-21 {
    padding-left: 18.5rem !important;
  }
  /* line 35083, app/assets/stylesheets/core.scss */
  .ps-lg-22 {
    padding-left: 22rem !important;
  }
  /* line 35086, app/assets/stylesheets/core.scss */
  .ps-lg-23 {
    padding-left: 35rem !important;
  }
  /* line 35089, app/assets/stylesheets/core.scss */
  .ps-lg-24 {
    padding-left: 40rem !important;
  }
  /* line 35092, app/assets/stylesheets/core.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 35095, app/assets/stylesheets/core.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 35098, app/assets/stylesheets/core.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 35101, app/assets/stylesheets/core.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 35104, app/assets/stylesheets/core.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 35107, app/assets/stylesheets/core.scss */
  .gap-lg-5 {
    gap: 2rem !important;
  }
  /* line 35110, app/assets/stylesheets/core.scss */
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  /* line 35113, app/assets/stylesheets/core.scss */
  .gap-lg-7 {
    gap: 3rem !important;
  }
  /* line 35116, app/assets/stylesheets/core.scss */
  .gap-lg-8 {
    gap: 3.5rem !important;
  }
  /* line 35119, app/assets/stylesheets/core.scss */
  .gap-lg-9 {
    gap: 4rem !important;
  }
  /* line 35122, app/assets/stylesheets/core.scss */
  .gap-lg-10 {
    gap: 4.5rem !important;
  }
  /* line 35125, app/assets/stylesheets/core.scss */
  .gap-lg-11 {
    gap: 5rem !important;
  }
  /* line 35128, app/assets/stylesheets/core.scss */
  .gap-lg-12 {
    gap: 5.5rem !important;
  }
  /* line 35131, app/assets/stylesheets/core.scss */
  .gap-lg-13 {
    gap: 6rem !important;
  }
  /* line 35134, app/assets/stylesheets/core.scss */
  .gap-lg-14 {
    gap: 6.5rem !important;
  }
  /* line 35137, app/assets/stylesheets/core.scss */
  .gap-lg-15 {
    gap: 7rem !important;
  }
  /* line 35140, app/assets/stylesheets/core.scss */
  .gap-lg-16 {
    gap: 7.5rem !important;
  }
  /* line 35143, app/assets/stylesheets/core.scss */
  .gap-lg-17 {
    gap: 8rem !important;
  }
  /* line 35146, app/assets/stylesheets/core.scss */
  .gap-lg-18 {
    gap: 10rem !important;
  }
  /* line 35149, app/assets/stylesheets/core.scss */
  .gap-lg-19 {
    gap: 12rem !important;
  }
  /* line 35152, app/assets/stylesheets/core.scss */
  .gap-lg-20 {
    gap: 14rem !important;
  }
  /* line 35155, app/assets/stylesheets/core.scss */
  .gap-lg-21 {
    gap: 18.5rem !important;
  }
  /* line 35158, app/assets/stylesheets/core.scss */
  .gap-lg-22 {
    gap: 22rem !important;
  }
  /* line 35161, app/assets/stylesheets/core.scss */
  .gap-lg-23 {
    gap: 35rem !important;
  }
  /* line 35164, app/assets/stylesheets/core.scss */
  .gap-lg-24 {
    gap: 40rem !important;
  }
  /* line 35167, app/assets/stylesheets/core.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 35170, app/assets/stylesheets/core.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 35173, app/assets/stylesheets/core.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 35176, app/assets/stylesheets/core.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 35179, app/assets/stylesheets/core.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 35182, app/assets/stylesheets/core.scss */
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  /* line 35185, app/assets/stylesheets/core.scss */
  .row-gap-lg-6 {
    row-gap: 2.5rem !important;
  }
  /* line 35188, app/assets/stylesheets/core.scss */
  .row-gap-lg-7 {
    row-gap: 3rem !important;
  }
  /* line 35191, app/assets/stylesheets/core.scss */
  .row-gap-lg-8 {
    row-gap: 3.5rem !important;
  }
  /* line 35194, app/assets/stylesheets/core.scss */
  .row-gap-lg-9 {
    row-gap: 4rem !important;
  }
  /* line 35197, app/assets/stylesheets/core.scss */
  .row-gap-lg-10 {
    row-gap: 4.5rem !important;
  }
  /* line 35200, app/assets/stylesheets/core.scss */
  .row-gap-lg-11 {
    row-gap: 5rem !important;
  }
  /* line 35203, app/assets/stylesheets/core.scss */
  .row-gap-lg-12 {
    row-gap: 5.5rem !important;
  }
  /* line 35206, app/assets/stylesheets/core.scss */
  .row-gap-lg-13 {
    row-gap: 6rem !important;
  }
  /* line 35209, app/assets/stylesheets/core.scss */
  .row-gap-lg-14 {
    row-gap: 6.5rem !important;
  }
  /* line 35212, app/assets/stylesheets/core.scss */
  .row-gap-lg-15 {
    row-gap: 7rem !important;
  }
  /* line 35215, app/assets/stylesheets/core.scss */
  .row-gap-lg-16 {
    row-gap: 7.5rem !important;
  }
  /* line 35218, app/assets/stylesheets/core.scss */
  .row-gap-lg-17 {
    row-gap: 8rem !important;
  }
  /* line 35221, app/assets/stylesheets/core.scss */
  .row-gap-lg-18 {
    row-gap: 10rem !important;
  }
  /* line 35224, app/assets/stylesheets/core.scss */
  .row-gap-lg-19 {
    row-gap: 12rem !important;
  }
  /* line 35227, app/assets/stylesheets/core.scss */
  .row-gap-lg-20 {
    row-gap: 14rem !important;
  }
  /* line 35230, app/assets/stylesheets/core.scss */
  .row-gap-lg-21 {
    row-gap: 18.5rem !important;
  }
  /* line 35233, app/assets/stylesheets/core.scss */
  .row-gap-lg-22 {
    row-gap: 22rem !important;
  }
  /* line 35236, app/assets/stylesheets/core.scss */
  .row-gap-lg-23 {
    row-gap: 35rem !important;
  }
  /* line 35239, app/assets/stylesheets/core.scss */
  .row-gap-lg-24 {
    row-gap: 40rem !important;
  }
  /* line 35242, app/assets/stylesheets/core.scss */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 35246, app/assets/stylesheets/core.scss */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 35250, app/assets/stylesheets/core.scss */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 35254, app/assets/stylesheets/core.scss */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 35258, app/assets/stylesheets/core.scss */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 35262, app/assets/stylesheets/core.scss */
  .column-gap-lg-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 35266, app/assets/stylesheets/core.scss */
  .column-gap-lg-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 35270, app/assets/stylesheets/core.scss */
  .column-gap-lg-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 35274, app/assets/stylesheets/core.scss */
  .column-gap-lg-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 35278, app/assets/stylesheets/core.scss */
  .column-gap-lg-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 35282, app/assets/stylesheets/core.scss */
  .column-gap-lg-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 35286, app/assets/stylesheets/core.scss */
  .column-gap-lg-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 35290, app/assets/stylesheets/core.scss */
  .column-gap-lg-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 35294, app/assets/stylesheets/core.scss */
  .column-gap-lg-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 35298, app/assets/stylesheets/core.scss */
  .column-gap-lg-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 35302, app/assets/stylesheets/core.scss */
  .column-gap-lg-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 35306, app/assets/stylesheets/core.scss */
  .column-gap-lg-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 35310, app/assets/stylesheets/core.scss */
  .column-gap-lg-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 35314, app/assets/stylesheets/core.scss */
  .column-gap-lg-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 35318, app/assets/stylesheets/core.scss */
  .column-gap-lg-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 35322, app/assets/stylesheets/core.scss */
  .column-gap-lg-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 35326, app/assets/stylesheets/core.scss */
  .column-gap-lg-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 35330, app/assets/stylesheets/core.scss */
  .column-gap-lg-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 35334, app/assets/stylesheets/core.scss */
  .column-gap-lg-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 35338, app/assets/stylesheets/core.scss */
  .column-gap-lg-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 35342, app/assets/stylesheets/core.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 35345, app/assets/stylesheets/core.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 35348, app/assets/stylesheets/core.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 35353, app/assets/stylesheets/core.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 35356, app/assets/stylesheets/core.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 35359, app/assets/stylesheets/core.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 35362, app/assets/stylesheets/core.scss */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 35366, app/assets/stylesheets/core.scss */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 35370, app/assets/stylesheets/core.scss */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 35374, app/assets/stylesheets/core.scss */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 35378, app/assets/stylesheets/core.scss */
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 35382, app/assets/stylesheets/core.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 35385, app/assets/stylesheets/core.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 35388, app/assets/stylesheets/core.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 35391, app/assets/stylesheets/core.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 35394, app/assets/stylesheets/core.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 35397, app/assets/stylesheets/core.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 35400, app/assets/stylesheets/core.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 35403, app/assets/stylesheets/core.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 35406, app/assets/stylesheets/core.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 35409, app/assets/stylesheets/core.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 35412, app/assets/stylesheets/core.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 35415, app/assets/stylesheets/core.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 35418, app/assets/stylesheets/core.scss */
  .w-xl-30 {
    width: 30% !important;
  }
  /* line 35421, app/assets/stylesheets/core.scss */
  .w-xl-40 {
    width: 40% !important;
  }
  /* line 35424, app/assets/stylesheets/core.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 35427, app/assets/stylesheets/core.scss */
  .w-xl-65 {
    width: 65% !important;
  }
  /* line 35430, app/assets/stylesheets/core.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 35433, app/assets/stylesheets/core.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 35436, app/assets/stylesheets/core.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 35439, app/assets/stylesheets/core.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 35442, app/assets/stylesheets/core.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 35445, app/assets/stylesheets/core.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 35448, app/assets/stylesheets/core.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 35451, app/assets/stylesheets/core.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 35454, app/assets/stylesheets/core.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 35457, app/assets/stylesheets/core.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 35460, app/assets/stylesheets/core.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 35463, app/assets/stylesheets/core.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 35466, app/assets/stylesheets/core.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 35469, app/assets/stylesheets/core.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 35472, app/assets/stylesheets/core.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 35475, app/assets/stylesheets/core.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 35478, app/assets/stylesheets/core.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 35481, app/assets/stylesheets/core.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 35484, app/assets/stylesheets/core.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 35487, app/assets/stylesheets/core.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 35490, app/assets/stylesheets/core.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 35493, app/assets/stylesheets/core.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 35496, app/assets/stylesheets/core.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 35499, app/assets/stylesheets/core.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 35502, app/assets/stylesheets/core.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35505, app/assets/stylesheets/core.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 35508, app/assets/stylesheets/core.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 35511, app/assets/stylesheets/core.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 35514, app/assets/stylesheets/core.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 35517, app/assets/stylesheets/core.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 35520, app/assets/stylesheets/core.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 35523, app/assets/stylesheets/core.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 35526, app/assets/stylesheets/core.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 35529, app/assets/stylesheets/core.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 35532, app/assets/stylesheets/core.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 35535, app/assets/stylesheets/core.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 35538, app/assets/stylesheets/core.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 35541, app/assets/stylesheets/core.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 35544, app/assets/stylesheets/core.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 35547, app/assets/stylesheets/core.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 35550, app/assets/stylesheets/core.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 35553, app/assets/stylesheets/core.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 35556, app/assets/stylesheets/core.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 35559, app/assets/stylesheets/core.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 35562, app/assets/stylesheets/core.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 35565, app/assets/stylesheets/core.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 35568, app/assets/stylesheets/core.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 35571, app/assets/stylesheets/core.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 35574, app/assets/stylesheets/core.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 35577, app/assets/stylesheets/core.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 35580, app/assets/stylesheets/core.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 35583, app/assets/stylesheets/core.scss */
  .m-xl-5 {
    margin: 2rem !important;
  }
  /* line 35586, app/assets/stylesheets/core.scss */
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  /* line 35589, app/assets/stylesheets/core.scss */
  .m-xl-7 {
    margin: 3rem !important;
  }
  /* line 35592, app/assets/stylesheets/core.scss */
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  /* line 35595, app/assets/stylesheets/core.scss */
  .m-xl-9 {
    margin: 4rem !important;
  }
  /* line 35598, app/assets/stylesheets/core.scss */
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  /* line 35601, app/assets/stylesheets/core.scss */
  .m-xl-11 {
    margin: 5rem !important;
  }
  /* line 35604, app/assets/stylesheets/core.scss */
  .m-xl-12 {
    margin: 5.5rem !important;
  }
  /* line 35607, app/assets/stylesheets/core.scss */
  .m-xl-13 {
    margin: 6rem !important;
  }
  /* line 35610, app/assets/stylesheets/core.scss */
  .m-xl-14 {
    margin: 6.5rem !important;
  }
  /* line 35613, app/assets/stylesheets/core.scss */
  .m-xl-15 {
    margin: 7rem !important;
  }
  /* line 35616, app/assets/stylesheets/core.scss */
  .m-xl-16 {
    margin: 7.5rem !important;
  }
  /* line 35619, app/assets/stylesheets/core.scss */
  .m-xl-17 {
    margin: 8rem !important;
  }
  /* line 35622, app/assets/stylesheets/core.scss */
  .m-xl-18 {
    margin: 10rem !important;
  }
  /* line 35625, app/assets/stylesheets/core.scss */
  .m-xl-19 {
    margin: 12rem !important;
  }
  /* line 35628, app/assets/stylesheets/core.scss */
  .m-xl-20 {
    margin: 14rem !important;
  }
  /* line 35631, app/assets/stylesheets/core.scss */
  .m-xl-21 {
    margin: 18.5rem !important;
  }
  /* line 35634, app/assets/stylesheets/core.scss */
  .m-xl-22 {
    margin: 22rem !important;
  }
  /* line 35637, app/assets/stylesheets/core.scss */
  .m-xl-23 {
    margin: 35rem !important;
  }
  /* line 35640, app/assets/stylesheets/core.scss */
  .m-xl-24 {
    margin: 40rem !important;
  }
  /* line 35643, app/assets/stylesheets/core.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 35646, app/assets/stylesheets/core.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 35650, app/assets/stylesheets/core.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 35654, app/assets/stylesheets/core.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 35658, app/assets/stylesheets/core.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 35662, app/assets/stylesheets/core.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 35666, app/assets/stylesheets/core.scss */
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 35670, app/assets/stylesheets/core.scss */
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 35674, app/assets/stylesheets/core.scss */
  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 35678, app/assets/stylesheets/core.scss */
  .mx-xl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 35682, app/assets/stylesheets/core.scss */
  .mx-xl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 35686, app/assets/stylesheets/core.scss */
  .mx-xl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 35690, app/assets/stylesheets/core.scss */
  .mx-xl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 35694, app/assets/stylesheets/core.scss */
  .mx-xl-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 35698, app/assets/stylesheets/core.scss */
  .mx-xl-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 35702, app/assets/stylesheets/core.scss */
  .mx-xl-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 35706, app/assets/stylesheets/core.scss */
  .mx-xl-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 35710, app/assets/stylesheets/core.scss */
  .mx-xl-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 35714, app/assets/stylesheets/core.scss */
  .mx-xl-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 35718, app/assets/stylesheets/core.scss */
  .mx-xl-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 35722, app/assets/stylesheets/core.scss */
  .mx-xl-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 35726, app/assets/stylesheets/core.scss */
  .mx-xl-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 35730, app/assets/stylesheets/core.scss */
  .mx-xl-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 35734, app/assets/stylesheets/core.scss */
  .mx-xl-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 35738, app/assets/stylesheets/core.scss */
  .mx-xl-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 35742, app/assets/stylesheets/core.scss */
  .mx-xl-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 35746, app/assets/stylesheets/core.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 35750, app/assets/stylesheets/core.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 35754, app/assets/stylesheets/core.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 35758, app/assets/stylesheets/core.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 35762, app/assets/stylesheets/core.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 35766, app/assets/stylesheets/core.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 35770, app/assets/stylesheets/core.scss */
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 35774, app/assets/stylesheets/core.scss */
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 35778, app/assets/stylesheets/core.scss */
  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 35782, app/assets/stylesheets/core.scss */
  .my-xl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 35786, app/assets/stylesheets/core.scss */
  .my-xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 35790, app/assets/stylesheets/core.scss */
  .my-xl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 35794, app/assets/stylesheets/core.scss */
  .my-xl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 35798, app/assets/stylesheets/core.scss */
  .my-xl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 35802, app/assets/stylesheets/core.scss */
  .my-xl-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 35806, app/assets/stylesheets/core.scss */
  .my-xl-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 35810, app/assets/stylesheets/core.scss */
  .my-xl-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 35814, app/assets/stylesheets/core.scss */
  .my-xl-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 35818, app/assets/stylesheets/core.scss */
  .my-xl-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 35822, app/assets/stylesheets/core.scss */
  .my-xl-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 35826, app/assets/stylesheets/core.scss */
  .my-xl-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 35830, app/assets/stylesheets/core.scss */
  .my-xl-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 35834, app/assets/stylesheets/core.scss */
  .my-xl-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 35838, app/assets/stylesheets/core.scss */
  .my-xl-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 35842, app/assets/stylesheets/core.scss */
  .my-xl-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 35846, app/assets/stylesheets/core.scss */
  .my-xl-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 35850, app/assets/stylesheets/core.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 35854, app/assets/stylesheets/core.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 35857, app/assets/stylesheets/core.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 35860, app/assets/stylesheets/core.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 35863, app/assets/stylesheets/core.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 35866, app/assets/stylesheets/core.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 35869, app/assets/stylesheets/core.scss */
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  /* line 35872, app/assets/stylesheets/core.scss */
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 35875, app/assets/stylesheets/core.scss */
  .mt-xl-7 {
    margin-top: 3rem !important;
  }
  /* line 35878, app/assets/stylesheets/core.scss */
  .mt-xl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 35881, app/assets/stylesheets/core.scss */
  .mt-xl-9 {
    margin-top: 4rem !important;
  }
  /* line 35884, app/assets/stylesheets/core.scss */
  .mt-xl-10 {
    margin-top: 4.5rem !important;
  }
  /* line 35887, app/assets/stylesheets/core.scss */
  .mt-xl-11 {
    margin-top: 5rem !important;
  }
  /* line 35890, app/assets/stylesheets/core.scss */
  .mt-xl-12 {
    margin-top: 5.5rem !important;
  }
  /* line 35893, app/assets/stylesheets/core.scss */
  .mt-xl-13 {
    margin-top: 6rem !important;
  }
  /* line 35896, app/assets/stylesheets/core.scss */
  .mt-xl-14 {
    margin-top: 6.5rem !important;
  }
  /* line 35899, app/assets/stylesheets/core.scss */
  .mt-xl-15 {
    margin-top: 7rem !important;
  }
  /* line 35902, app/assets/stylesheets/core.scss */
  .mt-xl-16 {
    margin-top: 7.5rem !important;
  }
  /* line 35905, app/assets/stylesheets/core.scss */
  .mt-xl-17 {
    margin-top: 8rem !important;
  }
  /* line 35908, app/assets/stylesheets/core.scss */
  .mt-xl-18 {
    margin-top: 10rem !important;
  }
  /* line 35911, app/assets/stylesheets/core.scss */
  .mt-xl-19 {
    margin-top: 12rem !important;
  }
  /* line 35914, app/assets/stylesheets/core.scss */
  .mt-xl-20 {
    margin-top: 14rem !important;
  }
  /* line 35917, app/assets/stylesheets/core.scss */
  .mt-xl-21 {
    margin-top: 18.5rem !important;
  }
  /* line 35920, app/assets/stylesheets/core.scss */
  .mt-xl-22 {
    margin-top: 22rem !important;
  }
  /* line 35923, app/assets/stylesheets/core.scss */
  .mt-xl-23 {
    margin-top: 35rem !important;
  }
  /* line 35926, app/assets/stylesheets/core.scss */
  .mt-xl-24 {
    margin-top: 40rem !important;
  }
  /* line 35929, app/assets/stylesheets/core.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 35932, app/assets/stylesheets/core.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 35935, app/assets/stylesheets/core.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 35938, app/assets/stylesheets/core.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 35941, app/assets/stylesheets/core.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 35944, app/assets/stylesheets/core.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 35947, app/assets/stylesheets/core.scss */
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  /* line 35950, app/assets/stylesheets/core.scss */
  .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 35953, app/assets/stylesheets/core.scss */
  .me-xl-7 {
    margin-right: 3rem !important;
  }
  /* line 35956, app/assets/stylesheets/core.scss */
  .me-xl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 35959, app/assets/stylesheets/core.scss */
  .me-xl-9 {
    margin-right: 4rem !important;
  }
  /* line 35962, app/assets/stylesheets/core.scss */
  .me-xl-10 {
    margin-right: 4.5rem !important;
  }
  /* line 35965, app/assets/stylesheets/core.scss */
  .me-xl-11 {
    margin-right: 5rem !important;
  }
  /* line 35968, app/assets/stylesheets/core.scss */
  .me-xl-12 {
    margin-right: 5.5rem !important;
  }
  /* line 35971, app/assets/stylesheets/core.scss */
  .me-xl-13 {
    margin-right: 6rem !important;
  }
  /* line 35974, app/assets/stylesheets/core.scss */
  .me-xl-14 {
    margin-right: 6.5rem !important;
  }
  /* line 35977, app/assets/stylesheets/core.scss */
  .me-xl-15 {
    margin-right: 7rem !important;
  }
  /* line 35980, app/assets/stylesheets/core.scss */
  .me-xl-16 {
    margin-right: 7.5rem !important;
  }
  /* line 35983, app/assets/stylesheets/core.scss */
  .me-xl-17 {
    margin-right: 8rem !important;
  }
  /* line 35986, app/assets/stylesheets/core.scss */
  .me-xl-18 {
    margin-right: 10rem !important;
  }
  /* line 35989, app/assets/stylesheets/core.scss */
  .me-xl-19 {
    margin-right: 12rem !important;
  }
  /* line 35992, app/assets/stylesheets/core.scss */
  .me-xl-20 {
    margin-right: 14rem !important;
  }
  /* line 35995, app/assets/stylesheets/core.scss */
  .me-xl-21 {
    margin-right: 18.5rem !important;
  }
  /* line 35998, app/assets/stylesheets/core.scss */
  .me-xl-22 {
    margin-right: 22rem !important;
  }
  /* line 36001, app/assets/stylesheets/core.scss */
  .me-xl-23 {
    margin-right: 35rem !important;
  }
  /* line 36004, app/assets/stylesheets/core.scss */
  .me-xl-24 {
    margin-right: 40rem !important;
  }
  /* line 36007, app/assets/stylesheets/core.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 36010, app/assets/stylesheets/core.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 36013, app/assets/stylesheets/core.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 36016, app/assets/stylesheets/core.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 36019, app/assets/stylesheets/core.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 36022, app/assets/stylesheets/core.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 36025, app/assets/stylesheets/core.scss */
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 36028, app/assets/stylesheets/core.scss */
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 36031, app/assets/stylesheets/core.scss */
  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 36034, app/assets/stylesheets/core.scss */
  .mb-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 36037, app/assets/stylesheets/core.scss */
  .mb-xl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 36040, app/assets/stylesheets/core.scss */
  .mb-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 36043, app/assets/stylesheets/core.scss */
  .mb-xl-11 {
    margin-bottom: 5rem !important;
  }
  /* line 36046, app/assets/stylesheets/core.scss */
  .mb-xl-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 36049, app/assets/stylesheets/core.scss */
  .mb-xl-13 {
    margin-bottom: 6rem !important;
  }
  /* line 36052, app/assets/stylesheets/core.scss */
  .mb-xl-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 36055, app/assets/stylesheets/core.scss */
  .mb-xl-15 {
    margin-bottom: 7rem !important;
  }
  /* line 36058, app/assets/stylesheets/core.scss */
  .mb-xl-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 36061, app/assets/stylesheets/core.scss */
  .mb-xl-17 {
    margin-bottom: 8rem !important;
  }
  /* line 36064, app/assets/stylesheets/core.scss */
  .mb-xl-18 {
    margin-bottom: 10rem !important;
  }
  /* line 36067, app/assets/stylesheets/core.scss */
  .mb-xl-19 {
    margin-bottom: 12rem !important;
  }
  /* line 36070, app/assets/stylesheets/core.scss */
  .mb-xl-20 {
    margin-bottom: 14rem !important;
  }
  /* line 36073, app/assets/stylesheets/core.scss */
  .mb-xl-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 36076, app/assets/stylesheets/core.scss */
  .mb-xl-22 {
    margin-bottom: 22rem !important;
  }
  /* line 36079, app/assets/stylesheets/core.scss */
  .mb-xl-23 {
    margin-bottom: 35rem !important;
  }
  /* line 36082, app/assets/stylesheets/core.scss */
  .mb-xl-24 {
    margin-bottom: 40rem !important;
  }
  /* line 36085, app/assets/stylesheets/core.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 36088, app/assets/stylesheets/core.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 36091, app/assets/stylesheets/core.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 36094, app/assets/stylesheets/core.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 36097, app/assets/stylesheets/core.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 36100, app/assets/stylesheets/core.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 36103, app/assets/stylesheets/core.scss */
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  /* line 36106, app/assets/stylesheets/core.scss */
  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 36109, app/assets/stylesheets/core.scss */
  .ms-xl-7 {
    margin-left: 3rem !important;
  }
  /* line 36112, app/assets/stylesheets/core.scss */
  .ms-xl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 36115, app/assets/stylesheets/core.scss */
  .ms-xl-9 {
    margin-left: 4rem !important;
  }
  /* line 36118, app/assets/stylesheets/core.scss */
  .ms-xl-10 {
    margin-left: 4.5rem !important;
  }
  /* line 36121, app/assets/stylesheets/core.scss */
  .ms-xl-11 {
    margin-left: 5rem !important;
  }
  /* line 36124, app/assets/stylesheets/core.scss */
  .ms-xl-12 {
    margin-left: 5.5rem !important;
  }
  /* line 36127, app/assets/stylesheets/core.scss */
  .ms-xl-13 {
    margin-left: 6rem !important;
  }
  /* line 36130, app/assets/stylesheets/core.scss */
  .ms-xl-14 {
    margin-left: 6.5rem !important;
  }
  /* line 36133, app/assets/stylesheets/core.scss */
  .ms-xl-15 {
    margin-left: 7rem !important;
  }
  /* line 36136, app/assets/stylesheets/core.scss */
  .ms-xl-16 {
    margin-left: 7.5rem !important;
  }
  /* line 36139, app/assets/stylesheets/core.scss */
  .ms-xl-17 {
    margin-left: 8rem !important;
  }
  /* line 36142, app/assets/stylesheets/core.scss */
  .ms-xl-18 {
    margin-left: 10rem !important;
  }
  /* line 36145, app/assets/stylesheets/core.scss */
  .ms-xl-19 {
    margin-left: 12rem !important;
  }
  /* line 36148, app/assets/stylesheets/core.scss */
  .ms-xl-20 {
    margin-left: 14rem !important;
  }
  /* line 36151, app/assets/stylesheets/core.scss */
  .ms-xl-21 {
    margin-left: 18.5rem !important;
  }
  /* line 36154, app/assets/stylesheets/core.scss */
  .ms-xl-22 {
    margin-left: 22rem !important;
  }
  /* line 36157, app/assets/stylesheets/core.scss */
  .ms-xl-23 {
    margin-left: 35rem !important;
  }
  /* line 36160, app/assets/stylesheets/core.scss */
  .ms-xl-24 {
    margin-left: 40rem !important;
  }
  /* line 36163, app/assets/stylesheets/core.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 36166, app/assets/stylesheets/core.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 36169, app/assets/stylesheets/core.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 36172, app/assets/stylesheets/core.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 36175, app/assets/stylesheets/core.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 36178, app/assets/stylesheets/core.scss */
  .m-xl-n5 {
    margin: -2rem !important;
  }
  /* line 36181, app/assets/stylesheets/core.scss */
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  /* line 36184, app/assets/stylesheets/core.scss */
  .m-xl-n7 {
    margin: -3rem !important;
  }
  /* line 36187, app/assets/stylesheets/core.scss */
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  /* line 36190, app/assets/stylesheets/core.scss */
  .m-xl-n9 {
    margin: -4rem !important;
  }
  /* line 36193, app/assets/stylesheets/core.scss */
  .m-xl-n10 {
    margin: -4.5rem !important;
  }
  /* line 36196, app/assets/stylesheets/core.scss */
  .m-xl-n11 {
    margin: -5rem !important;
  }
  /* line 36199, app/assets/stylesheets/core.scss */
  .m-xl-n12 {
    margin: -5.5rem !important;
  }
  /* line 36202, app/assets/stylesheets/core.scss */
  .m-xl-n13 {
    margin: -6rem !important;
  }
  /* line 36205, app/assets/stylesheets/core.scss */
  .m-xl-n14 {
    margin: -6.5rem !important;
  }
  /* line 36208, app/assets/stylesheets/core.scss */
  .m-xl-n15 {
    margin: -7rem !important;
  }
  /* line 36211, app/assets/stylesheets/core.scss */
  .m-xl-n16 {
    margin: -7.5rem !important;
  }
  /* line 36214, app/assets/stylesheets/core.scss */
  .m-xl-n17 {
    margin: -8rem !important;
  }
  /* line 36217, app/assets/stylesheets/core.scss */
  .m-xl-n18 {
    margin: -10rem !important;
  }
  /* line 36220, app/assets/stylesheets/core.scss */
  .m-xl-n19 {
    margin: -12rem !important;
  }
  /* line 36223, app/assets/stylesheets/core.scss */
  .m-xl-n20 {
    margin: -14rem !important;
  }
  /* line 36226, app/assets/stylesheets/core.scss */
  .m-xl-n21 {
    margin: -18.5rem !important;
  }
  /* line 36229, app/assets/stylesheets/core.scss */
  .m-xl-n22 {
    margin: -22rem !important;
  }
  /* line 36232, app/assets/stylesheets/core.scss */
  .m-xl-n23 {
    margin: -35rem !important;
  }
  /* line 36235, app/assets/stylesheets/core.scss */
  .m-xl-n24 {
    margin: -40rem !important;
  }
  /* line 36238, app/assets/stylesheets/core.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 36242, app/assets/stylesheets/core.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 36246, app/assets/stylesheets/core.scss */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 36250, app/assets/stylesheets/core.scss */
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 36254, app/assets/stylesheets/core.scss */
  .mx-xl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 36258, app/assets/stylesheets/core.scss */
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 36262, app/assets/stylesheets/core.scss */
  .mx-xl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 36266, app/assets/stylesheets/core.scss */
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 36270, app/assets/stylesheets/core.scss */
  .mx-xl-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 36274, app/assets/stylesheets/core.scss */
  .mx-xl-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 36278, app/assets/stylesheets/core.scss */
  .mx-xl-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 36282, app/assets/stylesheets/core.scss */
  .mx-xl-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 36286, app/assets/stylesheets/core.scss */
  .mx-xl-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 36290, app/assets/stylesheets/core.scss */
  .mx-xl-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 36294, app/assets/stylesheets/core.scss */
  .mx-xl-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 36298, app/assets/stylesheets/core.scss */
  .mx-xl-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 36302, app/assets/stylesheets/core.scss */
  .mx-xl-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 36306, app/assets/stylesheets/core.scss */
  .mx-xl-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 36310, app/assets/stylesheets/core.scss */
  .mx-xl-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 36314, app/assets/stylesheets/core.scss */
  .mx-xl-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 36318, app/assets/stylesheets/core.scss */
  .mx-xl-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 36322, app/assets/stylesheets/core.scss */
  .mx-xl-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 36326, app/assets/stylesheets/core.scss */
  .mx-xl-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 36330, app/assets/stylesheets/core.scss */
  .mx-xl-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 36334, app/assets/stylesheets/core.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 36338, app/assets/stylesheets/core.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 36342, app/assets/stylesheets/core.scss */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 36346, app/assets/stylesheets/core.scss */
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 36350, app/assets/stylesheets/core.scss */
  .my-xl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 36354, app/assets/stylesheets/core.scss */
  .my-xl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 36358, app/assets/stylesheets/core.scss */
  .my-xl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 36362, app/assets/stylesheets/core.scss */
  .my-xl-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 36366, app/assets/stylesheets/core.scss */
  .my-xl-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 36370, app/assets/stylesheets/core.scss */
  .my-xl-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 36374, app/assets/stylesheets/core.scss */
  .my-xl-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 36378, app/assets/stylesheets/core.scss */
  .my-xl-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 36382, app/assets/stylesheets/core.scss */
  .my-xl-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 36386, app/assets/stylesheets/core.scss */
  .my-xl-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 36390, app/assets/stylesheets/core.scss */
  .my-xl-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 36394, app/assets/stylesheets/core.scss */
  .my-xl-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 36398, app/assets/stylesheets/core.scss */
  .my-xl-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 36402, app/assets/stylesheets/core.scss */
  .my-xl-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 36406, app/assets/stylesheets/core.scss */
  .my-xl-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 36410, app/assets/stylesheets/core.scss */
  .my-xl-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 36414, app/assets/stylesheets/core.scss */
  .my-xl-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 36418, app/assets/stylesheets/core.scss */
  .my-xl-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 36422, app/assets/stylesheets/core.scss */
  .my-xl-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 36426, app/assets/stylesheets/core.scss */
  .my-xl-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 36430, app/assets/stylesheets/core.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 36433, app/assets/stylesheets/core.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 36436, app/assets/stylesheets/core.scss */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 36439, app/assets/stylesheets/core.scss */
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 36442, app/assets/stylesheets/core.scss */
  .mt-xl-n5 {
    margin-top: -2rem !important;
  }
  /* line 36445, app/assets/stylesheets/core.scss */
  .mt-xl-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 36448, app/assets/stylesheets/core.scss */
  .mt-xl-n7 {
    margin-top: -3rem !important;
  }
  /* line 36451, app/assets/stylesheets/core.scss */
  .mt-xl-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 36454, app/assets/stylesheets/core.scss */
  .mt-xl-n9 {
    margin-top: -4rem !important;
  }
  /* line 36457, app/assets/stylesheets/core.scss */
  .mt-xl-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 36460, app/assets/stylesheets/core.scss */
  .mt-xl-n11 {
    margin-top: -5rem !important;
  }
  /* line 36463, app/assets/stylesheets/core.scss */
  .mt-xl-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 36466, app/assets/stylesheets/core.scss */
  .mt-xl-n13 {
    margin-top: -6rem !important;
  }
  /* line 36469, app/assets/stylesheets/core.scss */
  .mt-xl-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 36472, app/assets/stylesheets/core.scss */
  .mt-xl-n15 {
    margin-top: -7rem !important;
  }
  /* line 36475, app/assets/stylesheets/core.scss */
  .mt-xl-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 36478, app/assets/stylesheets/core.scss */
  .mt-xl-n17 {
    margin-top: -8rem !important;
  }
  /* line 36481, app/assets/stylesheets/core.scss */
  .mt-xl-n18 {
    margin-top: -10rem !important;
  }
  /* line 36484, app/assets/stylesheets/core.scss */
  .mt-xl-n19 {
    margin-top: -12rem !important;
  }
  /* line 36487, app/assets/stylesheets/core.scss */
  .mt-xl-n20 {
    margin-top: -14rem !important;
  }
  /* line 36490, app/assets/stylesheets/core.scss */
  .mt-xl-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 36493, app/assets/stylesheets/core.scss */
  .mt-xl-n22 {
    margin-top: -22rem !important;
  }
  /* line 36496, app/assets/stylesheets/core.scss */
  .mt-xl-n23 {
    margin-top: -35rem !important;
  }
  /* line 36499, app/assets/stylesheets/core.scss */
  .mt-xl-n24 {
    margin-top: -40rem !important;
  }
  /* line 36502, app/assets/stylesheets/core.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 36505, app/assets/stylesheets/core.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 36508, app/assets/stylesheets/core.scss */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 36511, app/assets/stylesheets/core.scss */
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 36514, app/assets/stylesheets/core.scss */
  .me-xl-n5 {
    margin-right: -2rem !important;
  }
  /* line 36517, app/assets/stylesheets/core.scss */
  .me-xl-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 36520, app/assets/stylesheets/core.scss */
  .me-xl-n7 {
    margin-right: -3rem !important;
  }
  /* line 36523, app/assets/stylesheets/core.scss */
  .me-xl-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 36526, app/assets/stylesheets/core.scss */
  .me-xl-n9 {
    margin-right: -4rem !important;
  }
  /* line 36529, app/assets/stylesheets/core.scss */
  .me-xl-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 36532, app/assets/stylesheets/core.scss */
  .me-xl-n11 {
    margin-right: -5rem !important;
  }
  /* line 36535, app/assets/stylesheets/core.scss */
  .me-xl-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 36538, app/assets/stylesheets/core.scss */
  .me-xl-n13 {
    margin-right: -6rem !important;
  }
  /* line 36541, app/assets/stylesheets/core.scss */
  .me-xl-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 36544, app/assets/stylesheets/core.scss */
  .me-xl-n15 {
    margin-right: -7rem !important;
  }
  /* line 36547, app/assets/stylesheets/core.scss */
  .me-xl-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 36550, app/assets/stylesheets/core.scss */
  .me-xl-n17 {
    margin-right: -8rem !important;
  }
  /* line 36553, app/assets/stylesheets/core.scss */
  .me-xl-n18 {
    margin-right: -10rem !important;
  }
  /* line 36556, app/assets/stylesheets/core.scss */
  .me-xl-n19 {
    margin-right: -12rem !important;
  }
  /* line 36559, app/assets/stylesheets/core.scss */
  .me-xl-n20 {
    margin-right: -14rem !important;
  }
  /* line 36562, app/assets/stylesheets/core.scss */
  .me-xl-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 36565, app/assets/stylesheets/core.scss */
  .me-xl-n22 {
    margin-right: -22rem !important;
  }
  /* line 36568, app/assets/stylesheets/core.scss */
  .me-xl-n23 {
    margin-right: -35rem !important;
  }
  /* line 36571, app/assets/stylesheets/core.scss */
  .me-xl-n24 {
    margin-right: -40rem !important;
  }
  /* line 36574, app/assets/stylesheets/core.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 36577, app/assets/stylesheets/core.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 36580, app/assets/stylesheets/core.scss */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 36583, app/assets/stylesheets/core.scss */
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 36586, app/assets/stylesheets/core.scss */
  .mb-xl-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 36589, app/assets/stylesheets/core.scss */
  .mb-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 36592, app/assets/stylesheets/core.scss */
  .mb-xl-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 36595, app/assets/stylesheets/core.scss */
  .mb-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 36598, app/assets/stylesheets/core.scss */
  .mb-xl-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 36601, app/assets/stylesheets/core.scss */
  .mb-xl-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 36604, app/assets/stylesheets/core.scss */
  .mb-xl-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 36607, app/assets/stylesheets/core.scss */
  .mb-xl-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 36610, app/assets/stylesheets/core.scss */
  .mb-xl-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 36613, app/assets/stylesheets/core.scss */
  .mb-xl-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 36616, app/assets/stylesheets/core.scss */
  .mb-xl-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 36619, app/assets/stylesheets/core.scss */
  .mb-xl-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 36622, app/assets/stylesheets/core.scss */
  .mb-xl-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 36625, app/assets/stylesheets/core.scss */
  .mb-xl-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 36628, app/assets/stylesheets/core.scss */
  .mb-xl-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 36631, app/assets/stylesheets/core.scss */
  .mb-xl-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 36634, app/assets/stylesheets/core.scss */
  .mb-xl-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 36637, app/assets/stylesheets/core.scss */
  .mb-xl-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 36640, app/assets/stylesheets/core.scss */
  .mb-xl-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 36643, app/assets/stylesheets/core.scss */
  .mb-xl-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 36646, app/assets/stylesheets/core.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 36649, app/assets/stylesheets/core.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 36652, app/assets/stylesheets/core.scss */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 36655, app/assets/stylesheets/core.scss */
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 36658, app/assets/stylesheets/core.scss */
  .ms-xl-n5 {
    margin-left: -2rem !important;
  }
  /* line 36661, app/assets/stylesheets/core.scss */
  .ms-xl-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 36664, app/assets/stylesheets/core.scss */
  .ms-xl-n7 {
    margin-left: -3rem !important;
  }
  /* line 36667, app/assets/stylesheets/core.scss */
  .ms-xl-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 36670, app/assets/stylesheets/core.scss */
  .ms-xl-n9 {
    margin-left: -4rem !important;
  }
  /* line 36673, app/assets/stylesheets/core.scss */
  .ms-xl-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 36676, app/assets/stylesheets/core.scss */
  .ms-xl-n11 {
    margin-left: -5rem !important;
  }
  /* line 36679, app/assets/stylesheets/core.scss */
  .ms-xl-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 36682, app/assets/stylesheets/core.scss */
  .ms-xl-n13 {
    margin-left: -6rem !important;
  }
  /* line 36685, app/assets/stylesheets/core.scss */
  .ms-xl-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 36688, app/assets/stylesheets/core.scss */
  .ms-xl-n15 {
    margin-left: -7rem !important;
  }
  /* line 36691, app/assets/stylesheets/core.scss */
  .ms-xl-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 36694, app/assets/stylesheets/core.scss */
  .ms-xl-n17 {
    margin-left: -8rem !important;
  }
  /* line 36697, app/assets/stylesheets/core.scss */
  .ms-xl-n18 {
    margin-left: -10rem !important;
  }
  /* line 36700, app/assets/stylesheets/core.scss */
  .ms-xl-n19 {
    margin-left: -12rem !important;
  }
  /* line 36703, app/assets/stylesheets/core.scss */
  .ms-xl-n20 {
    margin-left: -14rem !important;
  }
  /* line 36706, app/assets/stylesheets/core.scss */
  .ms-xl-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 36709, app/assets/stylesheets/core.scss */
  .ms-xl-n22 {
    margin-left: -22rem !important;
  }
  /* line 36712, app/assets/stylesheets/core.scss */
  .ms-xl-n23 {
    margin-left: -35rem !important;
  }
  /* line 36715, app/assets/stylesheets/core.scss */
  .ms-xl-n24 {
    margin-left: -40rem !important;
  }
  /* line 36718, app/assets/stylesheets/core.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 36721, app/assets/stylesheets/core.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 36724, app/assets/stylesheets/core.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 36727, app/assets/stylesheets/core.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 36730, app/assets/stylesheets/core.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 36733, app/assets/stylesheets/core.scss */
  .p-xl-5 {
    padding: 2rem !important;
  }
  /* line 36736, app/assets/stylesheets/core.scss */
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  /* line 36739, app/assets/stylesheets/core.scss */
  .p-xl-7 {
    padding: 3rem !important;
  }
  /* line 36742, app/assets/stylesheets/core.scss */
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  /* line 36745, app/assets/stylesheets/core.scss */
  .p-xl-9 {
    padding: 4rem !important;
  }
  /* line 36748, app/assets/stylesheets/core.scss */
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  /* line 36751, app/assets/stylesheets/core.scss */
  .p-xl-11 {
    padding: 5rem !important;
  }
  /* line 36754, app/assets/stylesheets/core.scss */
  .p-xl-12 {
    padding: 5.5rem !important;
  }
  /* line 36757, app/assets/stylesheets/core.scss */
  .p-xl-13 {
    padding: 6rem !important;
  }
  /* line 36760, app/assets/stylesheets/core.scss */
  .p-xl-14 {
    padding: 6.5rem !important;
  }
  /* line 36763, app/assets/stylesheets/core.scss */
  .p-xl-15 {
    padding: 7rem !important;
  }
  /* line 36766, app/assets/stylesheets/core.scss */
  .p-xl-16 {
    padding: 7.5rem !important;
  }
  /* line 36769, app/assets/stylesheets/core.scss */
  .p-xl-17 {
    padding: 8rem !important;
  }
  /* line 36772, app/assets/stylesheets/core.scss */
  .p-xl-18 {
    padding: 10rem !important;
  }
  /* line 36775, app/assets/stylesheets/core.scss */
  .p-xl-19 {
    padding: 12rem !important;
  }
  /* line 36778, app/assets/stylesheets/core.scss */
  .p-xl-20 {
    padding: 14rem !important;
  }
  /* line 36781, app/assets/stylesheets/core.scss */
  .p-xl-21 {
    padding: 18.5rem !important;
  }
  /* line 36784, app/assets/stylesheets/core.scss */
  .p-xl-22 {
    padding: 22rem !important;
  }
  /* line 36787, app/assets/stylesheets/core.scss */
  .p-xl-23 {
    padding: 35rem !important;
  }
  /* line 36790, app/assets/stylesheets/core.scss */
  .p-xl-24 {
    padding: 40rem !important;
  }
  /* line 36793, app/assets/stylesheets/core.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 36797, app/assets/stylesheets/core.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 36801, app/assets/stylesheets/core.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 36805, app/assets/stylesheets/core.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 36809, app/assets/stylesheets/core.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 36813, app/assets/stylesheets/core.scss */
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 36817, app/assets/stylesheets/core.scss */
  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 36821, app/assets/stylesheets/core.scss */
  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 36825, app/assets/stylesheets/core.scss */
  .px-xl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 36829, app/assets/stylesheets/core.scss */
  .px-xl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 36833, app/assets/stylesheets/core.scss */
  .px-xl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 36837, app/assets/stylesheets/core.scss */
  .px-xl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 36841, app/assets/stylesheets/core.scss */
  .px-xl-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 36845, app/assets/stylesheets/core.scss */
  .px-xl-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 36849, app/assets/stylesheets/core.scss */
  .px-xl-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 36853, app/assets/stylesheets/core.scss */
  .px-xl-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 36857, app/assets/stylesheets/core.scss */
  .px-xl-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 36861, app/assets/stylesheets/core.scss */
  .px-xl-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 36865, app/assets/stylesheets/core.scss */
  .px-xl-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 36869, app/assets/stylesheets/core.scss */
  .px-xl-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 36873, app/assets/stylesheets/core.scss */
  .px-xl-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 36877, app/assets/stylesheets/core.scss */
  .px-xl-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 36881, app/assets/stylesheets/core.scss */
  .px-xl-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 36885, app/assets/stylesheets/core.scss */
  .px-xl-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 36889, app/assets/stylesheets/core.scss */
  .px-xl-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 36893, app/assets/stylesheets/core.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 36897, app/assets/stylesheets/core.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 36901, app/assets/stylesheets/core.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 36905, app/assets/stylesheets/core.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 36909, app/assets/stylesheets/core.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 36913, app/assets/stylesheets/core.scss */
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 36917, app/assets/stylesheets/core.scss */
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 36921, app/assets/stylesheets/core.scss */
  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 36925, app/assets/stylesheets/core.scss */
  .py-xl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 36929, app/assets/stylesheets/core.scss */
  .py-xl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 36933, app/assets/stylesheets/core.scss */
  .py-xl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 36937, app/assets/stylesheets/core.scss */
  .py-xl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 36941, app/assets/stylesheets/core.scss */
  .py-xl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 36945, app/assets/stylesheets/core.scss */
  .py-xl-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 36949, app/assets/stylesheets/core.scss */
  .py-xl-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 36953, app/assets/stylesheets/core.scss */
  .py-xl-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 36957, app/assets/stylesheets/core.scss */
  .py-xl-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 36961, app/assets/stylesheets/core.scss */
  .py-xl-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 36965, app/assets/stylesheets/core.scss */
  .py-xl-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 36969, app/assets/stylesheets/core.scss */
  .py-xl-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 36973, app/assets/stylesheets/core.scss */
  .py-xl-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 36977, app/assets/stylesheets/core.scss */
  .py-xl-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 36981, app/assets/stylesheets/core.scss */
  .py-xl-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 36985, app/assets/stylesheets/core.scss */
  .py-xl-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 36989, app/assets/stylesheets/core.scss */
  .py-xl-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 36993, app/assets/stylesheets/core.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 36996, app/assets/stylesheets/core.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 36999, app/assets/stylesheets/core.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 37002, app/assets/stylesheets/core.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 37005, app/assets/stylesheets/core.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 37008, app/assets/stylesheets/core.scss */
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  /* line 37011, app/assets/stylesheets/core.scss */
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 37014, app/assets/stylesheets/core.scss */
  .pt-xl-7 {
    padding-top: 3rem !important;
  }
  /* line 37017, app/assets/stylesheets/core.scss */
  .pt-xl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 37020, app/assets/stylesheets/core.scss */
  .pt-xl-9 {
    padding-top: 4rem !important;
  }
  /* line 37023, app/assets/stylesheets/core.scss */
  .pt-xl-10 {
    padding-top: 4.5rem !important;
  }
  /* line 37026, app/assets/stylesheets/core.scss */
  .pt-xl-11 {
    padding-top: 5rem !important;
  }
  /* line 37029, app/assets/stylesheets/core.scss */
  .pt-xl-12 {
    padding-top: 5.5rem !important;
  }
  /* line 37032, app/assets/stylesheets/core.scss */
  .pt-xl-13 {
    padding-top: 6rem !important;
  }
  /* line 37035, app/assets/stylesheets/core.scss */
  .pt-xl-14 {
    padding-top: 6.5rem !important;
  }
  /* line 37038, app/assets/stylesheets/core.scss */
  .pt-xl-15 {
    padding-top: 7rem !important;
  }
  /* line 37041, app/assets/stylesheets/core.scss */
  .pt-xl-16 {
    padding-top: 7.5rem !important;
  }
  /* line 37044, app/assets/stylesheets/core.scss */
  .pt-xl-17 {
    padding-top: 8rem !important;
  }
  /* line 37047, app/assets/stylesheets/core.scss */
  .pt-xl-18 {
    padding-top: 10rem !important;
  }
  /* line 37050, app/assets/stylesheets/core.scss */
  .pt-xl-19 {
    padding-top: 12rem !important;
  }
  /* line 37053, app/assets/stylesheets/core.scss */
  .pt-xl-20 {
    padding-top: 14rem !important;
  }
  /* line 37056, app/assets/stylesheets/core.scss */
  .pt-xl-21 {
    padding-top: 18.5rem !important;
  }
  /* line 37059, app/assets/stylesheets/core.scss */
  .pt-xl-22 {
    padding-top: 22rem !important;
  }
  /* line 37062, app/assets/stylesheets/core.scss */
  .pt-xl-23 {
    padding-top: 35rem !important;
  }
  /* line 37065, app/assets/stylesheets/core.scss */
  .pt-xl-24 {
    padding-top: 40rem !important;
  }
  /* line 37068, app/assets/stylesheets/core.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 37071, app/assets/stylesheets/core.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 37074, app/assets/stylesheets/core.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 37077, app/assets/stylesheets/core.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 37080, app/assets/stylesheets/core.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 37083, app/assets/stylesheets/core.scss */
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  /* line 37086, app/assets/stylesheets/core.scss */
  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 37089, app/assets/stylesheets/core.scss */
  .pe-xl-7 {
    padding-right: 3rem !important;
  }
  /* line 37092, app/assets/stylesheets/core.scss */
  .pe-xl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 37095, app/assets/stylesheets/core.scss */
  .pe-xl-9 {
    padding-right: 4rem !important;
  }
  /* line 37098, app/assets/stylesheets/core.scss */
  .pe-xl-10 {
    padding-right: 4.5rem !important;
  }
  /* line 37101, app/assets/stylesheets/core.scss */
  .pe-xl-11 {
    padding-right: 5rem !important;
  }
  /* line 37104, app/assets/stylesheets/core.scss */
  .pe-xl-12 {
    padding-right: 5.5rem !important;
  }
  /* line 37107, app/assets/stylesheets/core.scss */
  .pe-xl-13 {
    padding-right: 6rem !important;
  }
  /* line 37110, app/assets/stylesheets/core.scss */
  .pe-xl-14 {
    padding-right: 6.5rem !important;
  }
  /* line 37113, app/assets/stylesheets/core.scss */
  .pe-xl-15 {
    padding-right: 7rem !important;
  }
  /* line 37116, app/assets/stylesheets/core.scss */
  .pe-xl-16 {
    padding-right: 7.5rem !important;
  }
  /* line 37119, app/assets/stylesheets/core.scss */
  .pe-xl-17 {
    padding-right: 8rem !important;
  }
  /* line 37122, app/assets/stylesheets/core.scss */
  .pe-xl-18 {
    padding-right: 10rem !important;
  }
  /* line 37125, app/assets/stylesheets/core.scss */
  .pe-xl-19 {
    padding-right: 12rem !important;
  }
  /* line 37128, app/assets/stylesheets/core.scss */
  .pe-xl-20 {
    padding-right: 14rem !important;
  }
  /* line 37131, app/assets/stylesheets/core.scss */
  .pe-xl-21 {
    padding-right: 18.5rem !important;
  }
  /* line 37134, app/assets/stylesheets/core.scss */
  .pe-xl-22 {
    padding-right: 22rem !important;
  }
  /* line 37137, app/assets/stylesheets/core.scss */
  .pe-xl-23 {
    padding-right: 35rem !important;
  }
  /* line 37140, app/assets/stylesheets/core.scss */
  .pe-xl-24 {
    padding-right: 40rem !important;
  }
  /* line 37143, app/assets/stylesheets/core.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 37146, app/assets/stylesheets/core.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 37149, app/assets/stylesheets/core.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 37152, app/assets/stylesheets/core.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 37155, app/assets/stylesheets/core.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 37158, app/assets/stylesheets/core.scss */
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 37161, app/assets/stylesheets/core.scss */
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 37164, app/assets/stylesheets/core.scss */
  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 37167, app/assets/stylesheets/core.scss */
  .pb-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 37170, app/assets/stylesheets/core.scss */
  .pb-xl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 37173, app/assets/stylesheets/core.scss */
  .pb-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 37176, app/assets/stylesheets/core.scss */
  .pb-xl-11 {
    padding-bottom: 5rem !important;
  }
  /* line 37179, app/assets/stylesheets/core.scss */
  .pb-xl-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 37182, app/assets/stylesheets/core.scss */
  .pb-xl-13 {
    padding-bottom: 6rem !important;
  }
  /* line 37185, app/assets/stylesheets/core.scss */
  .pb-xl-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 37188, app/assets/stylesheets/core.scss */
  .pb-xl-15 {
    padding-bottom: 7rem !important;
  }
  /* line 37191, app/assets/stylesheets/core.scss */
  .pb-xl-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 37194, app/assets/stylesheets/core.scss */
  .pb-xl-17 {
    padding-bottom: 8rem !important;
  }
  /* line 37197, app/assets/stylesheets/core.scss */
  .pb-xl-18 {
    padding-bottom: 10rem !important;
  }
  /* line 37200, app/assets/stylesheets/core.scss */
  .pb-xl-19 {
    padding-bottom: 12rem !important;
  }
  /* line 37203, app/assets/stylesheets/core.scss */
  .pb-xl-20 {
    padding-bottom: 14rem !important;
  }
  /* line 37206, app/assets/stylesheets/core.scss */
  .pb-xl-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 37209, app/assets/stylesheets/core.scss */
  .pb-xl-22 {
    padding-bottom: 22rem !important;
  }
  /* line 37212, app/assets/stylesheets/core.scss */
  .pb-xl-23 {
    padding-bottom: 35rem !important;
  }
  /* line 37215, app/assets/stylesheets/core.scss */
  .pb-xl-24 {
    padding-bottom: 40rem !important;
  }
  /* line 37218, app/assets/stylesheets/core.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 37221, app/assets/stylesheets/core.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 37224, app/assets/stylesheets/core.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 37227, app/assets/stylesheets/core.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 37230, app/assets/stylesheets/core.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 37233, app/assets/stylesheets/core.scss */
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  /* line 37236, app/assets/stylesheets/core.scss */
  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 37239, app/assets/stylesheets/core.scss */
  .ps-xl-7 {
    padding-left: 3rem !important;
  }
  /* line 37242, app/assets/stylesheets/core.scss */
  .ps-xl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 37245, app/assets/stylesheets/core.scss */
  .ps-xl-9 {
    padding-left: 4rem !important;
  }
  /* line 37248, app/assets/stylesheets/core.scss */
  .ps-xl-10 {
    padding-left: 4.5rem !important;
  }
  /* line 37251, app/assets/stylesheets/core.scss */
  .ps-xl-11 {
    padding-left: 5rem !important;
  }
  /* line 37254, app/assets/stylesheets/core.scss */
  .ps-xl-12 {
    padding-left: 5.5rem !important;
  }
  /* line 37257, app/assets/stylesheets/core.scss */
  .ps-xl-13 {
    padding-left: 6rem !important;
  }
  /* line 37260, app/assets/stylesheets/core.scss */
  .ps-xl-14 {
    padding-left: 6.5rem !important;
  }
  /* line 37263, app/assets/stylesheets/core.scss */
  .ps-xl-15 {
    padding-left: 7rem !important;
  }
  /* line 37266, app/assets/stylesheets/core.scss */
  .ps-xl-16 {
    padding-left: 7.5rem !important;
  }
  /* line 37269, app/assets/stylesheets/core.scss */
  .ps-xl-17 {
    padding-left: 8rem !important;
  }
  /* line 37272, app/assets/stylesheets/core.scss */
  .ps-xl-18 {
    padding-left: 10rem !important;
  }
  /* line 37275, app/assets/stylesheets/core.scss */
  .ps-xl-19 {
    padding-left: 12rem !important;
  }
  /* line 37278, app/assets/stylesheets/core.scss */
  .ps-xl-20 {
    padding-left: 14rem !important;
  }
  /* line 37281, app/assets/stylesheets/core.scss */
  .ps-xl-21 {
    padding-left: 18.5rem !important;
  }
  /* line 37284, app/assets/stylesheets/core.scss */
  .ps-xl-22 {
    padding-left: 22rem !important;
  }
  /* line 37287, app/assets/stylesheets/core.scss */
  .ps-xl-23 {
    padding-left: 35rem !important;
  }
  /* line 37290, app/assets/stylesheets/core.scss */
  .ps-xl-24 {
    padding-left: 40rem !important;
  }
  /* line 37293, app/assets/stylesheets/core.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 37296, app/assets/stylesheets/core.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 37299, app/assets/stylesheets/core.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 37302, app/assets/stylesheets/core.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 37305, app/assets/stylesheets/core.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 37308, app/assets/stylesheets/core.scss */
  .gap-xl-5 {
    gap: 2rem !important;
  }
  /* line 37311, app/assets/stylesheets/core.scss */
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  /* line 37314, app/assets/stylesheets/core.scss */
  .gap-xl-7 {
    gap: 3rem !important;
  }
  /* line 37317, app/assets/stylesheets/core.scss */
  .gap-xl-8 {
    gap: 3.5rem !important;
  }
  /* line 37320, app/assets/stylesheets/core.scss */
  .gap-xl-9 {
    gap: 4rem !important;
  }
  /* line 37323, app/assets/stylesheets/core.scss */
  .gap-xl-10 {
    gap: 4.5rem !important;
  }
  /* line 37326, app/assets/stylesheets/core.scss */
  .gap-xl-11 {
    gap: 5rem !important;
  }
  /* line 37329, app/assets/stylesheets/core.scss */
  .gap-xl-12 {
    gap: 5.5rem !important;
  }
  /* line 37332, app/assets/stylesheets/core.scss */
  .gap-xl-13 {
    gap: 6rem !important;
  }
  /* line 37335, app/assets/stylesheets/core.scss */
  .gap-xl-14 {
    gap: 6.5rem !important;
  }
  /* line 37338, app/assets/stylesheets/core.scss */
  .gap-xl-15 {
    gap: 7rem !important;
  }
  /* line 37341, app/assets/stylesheets/core.scss */
  .gap-xl-16 {
    gap: 7.5rem !important;
  }
  /* line 37344, app/assets/stylesheets/core.scss */
  .gap-xl-17 {
    gap: 8rem !important;
  }
  /* line 37347, app/assets/stylesheets/core.scss */
  .gap-xl-18 {
    gap: 10rem !important;
  }
  /* line 37350, app/assets/stylesheets/core.scss */
  .gap-xl-19 {
    gap: 12rem !important;
  }
  /* line 37353, app/assets/stylesheets/core.scss */
  .gap-xl-20 {
    gap: 14rem !important;
  }
  /* line 37356, app/assets/stylesheets/core.scss */
  .gap-xl-21 {
    gap: 18.5rem !important;
  }
  /* line 37359, app/assets/stylesheets/core.scss */
  .gap-xl-22 {
    gap: 22rem !important;
  }
  /* line 37362, app/assets/stylesheets/core.scss */
  .gap-xl-23 {
    gap: 35rem !important;
  }
  /* line 37365, app/assets/stylesheets/core.scss */
  .gap-xl-24 {
    gap: 40rem !important;
  }
  /* line 37368, app/assets/stylesheets/core.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 37371, app/assets/stylesheets/core.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 37374, app/assets/stylesheets/core.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 37377, app/assets/stylesheets/core.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 37380, app/assets/stylesheets/core.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 37383, app/assets/stylesheets/core.scss */
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  /* line 37386, app/assets/stylesheets/core.scss */
  .row-gap-xl-6 {
    row-gap: 2.5rem !important;
  }
  /* line 37389, app/assets/stylesheets/core.scss */
  .row-gap-xl-7 {
    row-gap: 3rem !important;
  }
  /* line 37392, app/assets/stylesheets/core.scss */
  .row-gap-xl-8 {
    row-gap: 3.5rem !important;
  }
  /* line 37395, app/assets/stylesheets/core.scss */
  .row-gap-xl-9 {
    row-gap: 4rem !important;
  }
  /* line 37398, app/assets/stylesheets/core.scss */
  .row-gap-xl-10 {
    row-gap: 4.5rem !important;
  }
  /* line 37401, app/assets/stylesheets/core.scss */
  .row-gap-xl-11 {
    row-gap: 5rem !important;
  }
  /* line 37404, app/assets/stylesheets/core.scss */
  .row-gap-xl-12 {
    row-gap: 5.5rem !important;
  }
  /* line 37407, app/assets/stylesheets/core.scss */
  .row-gap-xl-13 {
    row-gap: 6rem !important;
  }
  /* line 37410, app/assets/stylesheets/core.scss */
  .row-gap-xl-14 {
    row-gap: 6.5rem !important;
  }
  /* line 37413, app/assets/stylesheets/core.scss */
  .row-gap-xl-15 {
    row-gap: 7rem !important;
  }
  /* line 37416, app/assets/stylesheets/core.scss */
  .row-gap-xl-16 {
    row-gap: 7.5rem !important;
  }
  /* line 37419, app/assets/stylesheets/core.scss */
  .row-gap-xl-17 {
    row-gap: 8rem !important;
  }
  /* line 37422, app/assets/stylesheets/core.scss */
  .row-gap-xl-18 {
    row-gap: 10rem !important;
  }
  /* line 37425, app/assets/stylesheets/core.scss */
  .row-gap-xl-19 {
    row-gap: 12rem !important;
  }
  /* line 37428, app/assets/stylesheets/core.scss */
  .row-gap-xl-20 {
    row-gap: 14rem !important;
  }
  /* line 37431, app/assets/stylesheets/core.scss */
  .row-gap-xl-21 {
    row-gap: 18.5rem !important;
  }
  /* line 37434, app/assets/stylesheets/core.scss */
  .row-gap-xl-22 {
    row-gap: 22rem !important;
  }
  /* line 37437, app/assets/stylesheets/core.scss */
  .row-gap-xl-23 {
    row-gap: 35rem !important;
  }
  /* line 37440, app/assets/stylesheets/core.scss */
  .row-gap-xl-24 {
    row-gap: 40rem !important;
  }
  /* line 37443, app/assets/stylesheets/core.scss */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 37447, app/assets/stylesheets/core.scss */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 37451, app/assets/stylesheets/core.scss */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 37455, app/assets/stylesheets/core.scss */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 37459, app/assets/stylesheets/core.scss */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 37463, app/assets/stylesheets/core.scss */
  .column-gap-xl-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 37467, app/assets/stylesheets/core.scss */
  .column-gap-xl-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 37471, app/assets/stylesheets/core.scss */
  .column-gap-xl-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 37475, app/assets/stylesheets/core.scss */
  .column-gap-xl-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 37479, app/assets/stylesheets/core.scss */
  .column-gap-xl-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 37483, app/assets/stylesheets/core.scss */
  .column-gap-xl-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 37487, app/assets/stylesheets/core.scss */
  .column-gap-xl-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 37491, app/assets/stylesheets/core.scss */
  .column-gap-xl-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 37495, app/assets/stylesheets/core.scss */
  .column-gap-xl-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 37499, app/assets/stylesheets/core.scss */
  .column-gap-xl-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 37503, app/assets/stylesheets/core.scss */
  .column-gap-xl-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 37507, app/assets/stylesheets/core.scss */
  .column-gap-xl-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 37511, app/assets/stylesheets/core.scss */
  .column-gap-xl-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 37515, app/assets/stylesheets/core.scss */
  .column-gap-xl-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 37519, app/assets/stylesheets/core.scss */
  .column-gap-xl-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 37523, app/assets/stylesheets/core.scss */
  .column-gap-xl-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 37527, app/assets/stylesheets/core.scss */
  .column-gap-xl-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 37531, app/assets/stylesheets/core.scss */
  .column-gap-xl-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 37535, app/assets/stylesheets/core.scss */
  .column-gap-xl-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 37539, app/assets/stylesheets/core.scss */
  .column-gap-xl-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 37543, app/assets/stylesheets/core.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 37546, app/assets/stylesheets/core.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 37549, app/assets/stylesheets/core.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 37554, app/assets/stylesheets/core.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 37557, app/assets/stylesheets/core.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 37560, app/assets/stylesheets/core.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 37563, app/assets/stylesheets/core.scss */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 37567, app/assets/stylesheets/core.scss */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 37571, app/assets/stylesheets/core.scss */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 37575, app/assets/stylesheets/core.scss */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 37579, app/assets/stylesheets/core.scss */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 37583, app/assets/stylesheets/core.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 37586, app/assets/stylesheets/core.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 37589, app/assets/stylesheets/core.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 37592, app/assets/stylesheets/core.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 37595, app/assets/stylesheets/core.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 37598, app/assets/stylesheets/core.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 37601, app/assets/stylesheets/core.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 37604, app/assets/stylesheets/core.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 37607, app/assets/stylesheets/core.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 37610, app/assets/stylesheets/core.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 37613, app/assets/stylesheets/core.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 37616, app/assets/stylesheets/core.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 37619, app/assets/stylesheets/core.scss */
  .w-xxl-30 {
    width: 30% !important;
  }
  /* line 37622, app/assets/stylesheets/core.scss */
  .w-xxl-40 {
    width: 40% !important;
  }
  /* line 37625, app/assets/stylesheets/core.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 37628, app/assets/stylesheets/core.scss */
  .w-xxl-65 {
    width: 65% !important;
  }
  /* line 37631, app/assets/stylesheets/core.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 37634, app/assets/stylesheets/core.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 37637, app/assets/stylesheets/core.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 37640, app/assets/stylesheets/core.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 37643, app/assets/stylesheets/core.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 37646, app/assets/stylesheets/core.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 37649, app/assets/stylesheets/core.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 37652, app/assets/stylesheets/core.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 37655, app/assets/stylesheets/core.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 37658, app/assets/stylesheets/core.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 37661, app/assets/stylesheets/core.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 37664, app/assets/stylesheets/core.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 37667, app/assets/stylesheets/core.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 37670, app/assets/stylesheets/core.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 37673, app/assets/stylesheets/core.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 37676, app/assets/stylesheets/core.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 37679, app/assets/stylesheets/core.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 37682, app/assets/stylesheets/core.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 37685, app/assets/stylesheets/core.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 37688, app/assets/stylesheets/core.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 37691, app/assets/stylesheets/core.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 37694, app/assets/stylesheets/core.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 37697, app/assets/stylesheets/core.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 37700, app/assets/stylesheets/core.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 37703, app/assets/stylesheets/core.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 37706, app/assets/stylesheets/core.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 37709, app/assets/stylesheets/core.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 37712, app/assets/stylesheets/core.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 37715, app/assets/stylesheets/core.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 37718, app/assets/stylesheets/core.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 37721, app/assets/stylesheets/core.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 37724, app/assets/stylesheets/core.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 37727, app/assets/stylesheets/core.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 37730, app/assets/stylesheets/core.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 37733, app/assets/stylesheets/core.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 37736, app/assets/stylesheets/core.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 37739, app/assets/stylesheets/core.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 37742, app/assets/stylesheets/core.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 37745, app/assets/stylesheets/core.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 37748, app/assets/stylesheets/core.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 37751, app/assets/stylesheets/core.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 37754, app/assets/stylesheets/core.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 37757, app/assets/stylesheets/core.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 37760, app/assets/stylesheets/core.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 37763, app/assets/stylesheets/core.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 37766, app/assets/stylesheets/core.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 37769, app/assets/stylesheets/core.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 37772, app/assets/stylesheets/core.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 37775, app/assets/stylesheets/core.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 37778, app/assets/stylesheets/core.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 37781, app/assets/stylesheets/core.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 37784, app/assets/stylesheets/core.scss */
  .m-xxl-5 {
    margin: 2rem !important;
  }
  /* line 37787, app/assets/stylesheets/core.scss */
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  /* line 37790, app/assets/stylesheets/core.scss */
  .m-xxl-7 {
    margin: 3rem !important;
  }
  /* line 37793, app/assets/stylesheets/core.scss */
  .m-xxl-8 {
    margin: 3.5rem !important;
  }
  /* line 37796, app/assets/stylesheets/core.scss */
  .m-xxl-9 {
    margin: 4rem !important;
  }
  /* line 37799, app/assets/stylesheets/core.scss */
  .m-xxl-10 {
    margin: 4.5rem !important;
  }
  /* line 37802, app/assets/stylesheets/core.scss */
  .m-xxl-11 {
    margin: 5rem !important;
  }
  /* line 37805, app/assets/stylesheets/core.scss */
  .m-xxl-12 {
    margin: 5.5rem !important;
  }
  /* line 37808, app/assets/stylesheets/core.scss */
  .m-xxl-13 {
    margin: 6rem !important;
  }
  /* line 37811, app/assets/stylesheets/core.scss */
  .m-xxl-14 {
    margin: 6.5rem !important;
  }
  /* line 37814, app/assets/stylesheets/core.scss */
  .m-xxl-15 {
    margin: 7rem !important;
  }
  /* line 37817, app/assets/stylesheets/core.scss */
  .m-xxl-16 {
    margin: 7.5rem !important;
  }
  /* line 37820, app/assets/stylesheets/core.scss */
  .m-xxl-17 {
    margin: 8rem !important;
  }
  /* line 37823, app/assets/stylesheets/core.scss */
  .m-xxl-18 {
    margin: 10rem !important;
  }
  /* line 37826, app/assets/stylesheets/core.scss */
  .m-xxl-19 {
    margin: 12rem !important;
  }
  /* line 37829, app/assets/stylesheets/core.scss */
  .m-xxl-20 {
    margin: 14rem !important;
  }
  /* line 37832, app/assets/stylesheets/core.scss */
  .m-xxl-21 {
    margin: 18.5rem !important;
  }
  /* line 37835, app/assets/stylesheets/core.scss */
  .m-xxl-22 {
    margin: 22rem !important;
  }
  /* line 37838, app/assets/stylesheets/core.scss */
  .m-xxl-23 {
    margin: 35rem !important;
  }
  /* line 37841, app/assets/stylesheets/core.scss */
  .m-xxl-24 {
    margin: 40rem !important;
  }
  /* line 37844, app/assets/stylesheets/core.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 37847, app/assets/stylesheets/core.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 37851, app/assets/stylesheets/core.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 37855, app/assets/stylesheets/core.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 37859, app/assets/stylesheets/core.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 37863, app/assets/stylesheets/core.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 37867, app/assets/stylesheets/core.scss */
  .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  /* line 37871, app/assets/stylesheets/core.scss */
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  /* line 37875, app/assets/stylesheets/core.scss */
  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 37879, app/assets/stylesheets/core.scss */
  .mx-xxl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 37883, app/assets/stylesheets/core.scss */
  .mx-xxl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 37887, app/assets/stylesheets/core.scss */
  .mx-xxl-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 37891, app/assets/stylesheets/core.scss */
  .mx-xxl-11 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 37895, app/assets/stylesheets/core.scss */
  .mx-xxl-12 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  /* line 37899, app/assets/stylesheets/core.scss */
  .mx-xxl-13 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 37903, app/assets/stylesheets/core.scss */
  .mx-xxl-14 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  /* line 37907, app/assets/stylesheets/core.scss */
  .mx-xxl-15 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  /* line 37911, app/assets/stylesheets/core.scss */
  .mx-xxl-16 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 37915, app/assets/stylesheets/core.scss */
  .mx-xxl-17 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  /* line 37919, app/assets/stylesheets/core.scss */
  .mx-xxl-18 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 37923, app/assets/stylesheets/core.scss */
  .mx-xxl-19 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  /* line 37927, app/assets/stylesheets/core.scss */
  .mx-xxl-20 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  /* line 37931, app/assets/stylesheets/core.scss */
  .mx-xxl-21 {
    margin-right: 18.5rem !important;
    margin-left: 18.5rem !important;
  }
  /* line 37935, app/assets/stylesheets/core.scss */
  .mx-xxl-22 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  /* line 37939, app/assets/stylesheets/core.scss */
  .mx-xxl-23 {
    margin-right: 35rem !important;
    margin-left: 35rem !important;
  }
  /* line 37943, app/assets/stylesheets/core.scss */
  .mx-xxl-24 {
    margin-right: 40rem !important;
    margin-left: 40rem !important;
  }
  /* line 37947, app/assets/stylesheets/core.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 37951, app/assets/stylesheets/core.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 37955, app/assets/stylesheets/core.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 37959, app/assets/stylesheets/core.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 37963, app/assets/stylesheets/core.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 37967, app/assets/stylesheets/core.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 37971, app/assets/stylesheets/core.scss */
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  /* line 37975, app/assets/stylesheets/core.scss */
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 37979, app/assets/stylesheets/core.scss */
  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 37983, app/assets/stylesheets/core.scss */
  .my-xxl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 37987, app/assets/stylesheets/core.scss */
  .my-xxl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 37991, app/assets/stylesheets/core.scss */
  .my-xxl-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 37995, app/assets/stylesheets/core.scss */
  .my-xxl-11 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 37999, app/assets/stylesheets/core.scss */
  .my-xxl-12 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  /* line 38003, app/assets/stylesheets/core.scss */
  .my-xxl-13 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 38007, app/assets/stylesheets/core.scss */
  .my-xxl-14 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  /* line 38011, app/assets/stylesheets/core.scss */
  .my-xxl-15 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* line 38015, app/assets/stylesheets/core.scss */
  .my-xxl-16 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 38019, app/assets/stylesheets/core.scss */
  .my-xxl-17 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* line 38023, app/assets/stylesheets/core.scss */
  .my-xxl-18 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 38027, app/assets/stylesheets/core.scss */
  .my-xxl-19 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  /* line 38031, app/assets/stylesheets/core.scss */
  .my-xxl-20 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  /* line 38035, app/assets/stylesheets/core.scss */
  .my-xxl-21 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  /* line 38039, app/assets/stylesheets/core.scss */
  .my-xxl-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  /* line 38043, app/assets/stylesheets/core.scss */
  .my-xxl-23 {
    margin-top: 35rem !important;
    margin-bottom: 35rem !important;
  }
  /* line 38047, app/assets/stylesheets/core.scss */
  .my-xxl-24 {
    margin-top: 40rem !important;
    margin-bottom: 40rem !important;
  }
  /* line 38051, app/assets/stylesheets/core.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 38055, app/assets/stylesheets/core.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 38058, app/assets/stylesheets/core.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 38061, app/assets/stylesheets/core.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 38064, app/assets/stylesheets/core.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 38067, app/assets/stylesheets/core.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 38070, app/assets/stylesheets/core.scss */
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  /* line 38073, app/assets/stylesheets/core.scss */
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 38076, app/assets/stylesheets/core.scss */
  .mt-xxl-7 {
    margin-top: 3rem !important;
  }
  /* line 38079, app/assets/stylesheets/core.scss */
  .mt-xxl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 38082, app/assets/stylesheets/core.scss */
  .mt-xxl-9 {
    margin-top: 4rem !important;
  }
  /* line 38085, app/assets/stylesheets/core.scss */
  .mt-xxl-10 {
    margin-top: 4.5rem !important;
  }
  /* line 38088, app/assets/stylesheets/core.scss */
  .mt-xxl-11 {
    margin-top: 5rem !important;
  }
  /* line 38091, app/assets/stylesheets/core.scss */
  .mt-xxl-12 {
    margin-top: 5.5rem !important;
  }
  /* line 38094, app/assets/stylesheets/core.scss */
  .mt-xxl-13 {
    margin-top: 6rem !important;
  }
  /* line 38097, app/assets/stylesheets/core.scss */
  .mt-xxl-14 {
    margin-top: 6.5rem !important;
  }
  /* line 38100, app/assets/stylesheets/core.scss */
  .mt-xxl-15 {
    margin-top: 7rem !important;
  }
  /* line 38103, app/assets/stylesheets/core.scss */
  .mt-xxl-16 {
    margin-top: 7.5rem !important;
  }
  /* line 38106, app/assets/stylesheets/core.scss */
  .mt-xxl-17 {
    margin-top: 8rem !important;
  }
  /* line 38109, app/assets/stylesheets/core.scss */
  .mt-xxl-18 {
    margin-top: 10rem !important;
  }
  /* line 38112, app/assets/stylesheets/core.scss */
  .mt-xxl-19 {
    margin-top: 12rem !important;
  }
  /* line 38115, app/assets/stylesheets/core.scss */
  .mt-xxl-20 {
    margin-top: 14rem !important;
  }
  /* line 38118, app/assets/stylesheets/core.scss */
  .mt-xxl-21 {
    margin-top: 18.5rem !important;
  }
  /* line 38121, app/assets/stylesheets/core.scss */
  .mt-xxl-22 {
    margin-top: 22rem !important;
  }
  /* line 38124, app/assets/stylesheets/core.scss */
  .mt-xxl-23 {
    margin-top: 35rem !important;
  }
  /* line 38127, app/assets/stylesheets/core.scss */
  .mt-xxl-24 {
    margin-top: 40rem !important;
  }
  /* line 38130, app/assets/stylesheets/core.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 38133, app/assets/stylesheets/core.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 38136, app/assets/stylesheets/core.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 38139, app/assets/stylesheets/core.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 38142, app/assets/stylesheets/core.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 38145, app/assets/stylesheets/core.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 38148, app/assets/stylesheets/core.scss */
  .me-xxl-5 {
    margin-right: 2rem !important;
  }
  /* line 38151, app/assets/stylesheets/core.scss */
  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 38154, app/assets/stylesheets/core.scss */
  .me-xxl-7 {
    margin-right: 3rem !important;
  }
  /* line 38157, app/assets/stylesheets/core.scss */
  .me-xxl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 38160, app/assets/stylesheets/core.scss */
  .me-xxl-9 {
    margin-right: 4rem !important;
  }
  /* line 38163, app/assets/stylesheets/core.scss */
  .me-xxl-10 {
    margin-right: 4.5rem !important;
  }
  /* line 38166, app/assets/stylesheets/core.scss */
  .me-xxl-11 {
    margin-right: 5rem !important;
  }
  /* line 38169, app/assets/stylesheets/core.scss */
  .me-xxl-12 {
    margin-right: 5.5rem !important;
  }
  /* line 38172, app/assets/stylesheets/core.scss */
  .me-xxl-13 {
    margin-right: 6rem !important;
  }
  /* line 38175, app/assets/stylesheets/core.scss */
  .me-xxl-14 {
    margin-right: 6.5rem !important;
  }
  /* line 38178, app/assets/stylesheets/core.scss */
  .me-xxl-15 {
    margin-right: 7rem !important;
  }
  /* line 38181, app/assets/stylesheets/core.scss */
  .me-xxl-16 {
    margin-right: 7.5rem !important;
  }
  /* line 38184, app/assets/stylesheets/core.scss */
  .me-xxl-17 {
    margin-right: 8rem !important;
  }
  /* line 38187, app/assets/stylesheets/core.scss */
  .me-xxl-18 {
    margin-right: 10rem !important;
  }
  /* line 38190, app/assets/stylesheets/core.scss */
  .me-xxl-19 {
    margin-right: 12rem !important;
  }
  /* line 38193, app/assets/stylesheets/core.scss */
  .me-xxl-20 {
    margin-right: 14rem !important;
  }
  /* line 38196, app/assets/stylesheets/core.scss */
  .me-xxl-21 {
    margin-right: 18.5rem !important;
  }
  /* line 38199, app/assets/stylesheets/core.scss */
  .me-xxl-22 {
    margin-right: 22rem !important;
  }
  /* line 38202, app/assets/stylesheets/core.scss */
  .me-xxl-23 {
    margin-right: 35rem !important;
  }
  /* line 38205, app/assets/stylesheets/core.scss */
  .me-xxl-24 {
    margin-right: 40rem !important;
  }
  /* line 38208, app/assets/stylesheets/core.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 38211, app/assets/stylesheets/core.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 38214, app/assets/stylesheets/core.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 38217, app/assets/stylesheets/core.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 38220, app/assets/stylesheets/core.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 38223, app/assets/stylesheets/core.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 38226, app/assets/stylesheets/core.scss */
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 38229, app/assets/stylesheets/core.scss */
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 38232, app/assets/stylesheets/core.scss */
  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 38235, app/assets/stylesheets/core.scss */
  .mb-xxl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 38238, app/assets/stylesheets/core.scss */
  .mb-xxl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 38241, app/assets/stylesheets/core.scss */
  .mb-xxl-10 {
    margin-bottom: 4.5rem !important;
  }
  /* line 38244, app/assets/stylesheets/core.scss */
  .mb-xxl-11 {
    margin-bottom: 5rem !important;
  }
  /* line 38247, app/assets/stylesheets/core.scss */
  .mb-xxl-12 {
    margin-bottom: 5.5rem !important;
  }
  /* line 38250, app/assets/stylesheets/core.scss */
  .mb-xxl-13 {
    margin-bottom: 6rem !important;
  }
  /* line 38253, app/assets/stylesheets/core.scss */
  .mb-xxl-14 {
    margin-bottom: 6.5rem !important;
  }
  /* line 38256, app/assets/stylesheets/core.scss */
  .mb-xxl-15 {
    margin-bottom: 7rem !important;
  }
  /* line 38259, app/assets/stylesheets/core.scss */
  .mb-xxl-16 {
    margin-bottom: 7.5rem !important;
  }
  /* line 38262, app/assets/stylesheets/core.scss */
  .mb-xxl-17 {
    margin-bottom: 8rem !important;
  }
  /* line 38265, app/assets/stylesheets/core.scss */
  .mb-xxl-18 {
    margin-bottom: 10rem !important;
  }
  /* line 38268, app/assets/stylesheets/core.scss */
  .mb-xxl-19 {
    margin-bottom: 12rem !important;
  }
  /* line 38271, app/assets/stylesheets/core.scss */
  .mb-xxl-20 {
    margin-bottom: 14rem !important;
  }
  /* line 38274, app/assets/stylesheets/core.scss */
  .mb-xxl-21 {
    margin-bottom: 18.5rem !important;
  }
  /* line 38277, app/assets/stylesheets/core.scss */
  .mb-xxl-22 {
    margin-bottom: 22rem !important;
  }
  /* line 38280, app/assets/stylesheets/core.scss */
  .mb-xxl-23 {
    margin-bottom: 35rem !important;
  }
  /* line 38283, app/assets/stylesheets/core.scss */
  .mb-xxl-24 {
    margin-bottom: 40rem !important;
  }
  /* line 38286, app/assets/stylesheets/core.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 38289, app/assets/stylesheets/core.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 38292, app/assets/stylesheets/core.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 38295, app/assets/stylesheets/core.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 38298, app/assets/stylesheets/core.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 38301, app/assets/stylesheets/core.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 38304, app/assets/stylesheets/core.scss */
  .ms-xxl-5 {
    margin-left: 2rem !important;
  }
  /* line 38307, app/assets/stylesheets/core.scss */
  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 38310, app/assets/stylesheets/core.scss */
  .ms-xxl-7 {
    margin-left: 3rem !important;
  }
  /* line 38313, app/assets/stylesheets/core.scss */
  .ms-xxl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 38316, app/assets/stylesheets/core.scss */
  .ms-xxl-9 {
    margin-left: 4rem !important;
  }
  /* line 38319, app/assets/stylesheets/core.scss */
  .ms-xxl-10 {
    margin-left: 4.5rem !important;
  }
  /* line 38322, app/assets/stylesheets/core.scss */
  .ms-xxl-11 {
    margin-left: 5rem !important;
  }
  /* line 38325, app/assets/stylesheets/core.scss */
  .ms-xxl-12 {
    margin-left: 5.5rem !important;
  }
  /* line 38328, app/assets/stylesheets/core.scss */
  .ms-xxl-13 {
    margin-left: 6rem !important;
  }
  /* line 38331, app/assets/stylesheets/core.scss */
  .ms-xxl-14 {
    margin-left: 6.5rem !important;
  }
  /* line 38334, app/assets/stylesheets/core.scss */
  .ms-xxl-15 {
    margin-left: 7rem !important;
  }
  /* line 38337, app/assets/stylesheets/core.scss */
  .ms-xxl-16 {
    margin-left: 7.5rem !important;
  }
  /* line 38340, app/assets/stylesheets/core.scss */
  .ms-xxl-17 {
    margin-left: 8rem !important;
  }
  /* line 38343, app/assets/stylesheets/core.scss */
  .ms-xxl-18 {
    margin-left: 10rem !important;
  }
  /* line 38346, app/assets/stylesheets/core.scss */
  .ms-xxl-19 {
    margin-left: 12rem !important;
  }
  /* line 38349, app/assets/stylesheets/core.scss */
  .ms-xxl-20 {
    margin-left: 14rem !important;
  }
  /* line 38352, app/assets/stylesheets/core.scss */
  .ms-xxl-21 {
    margin-left: 18.5rem !important;
  }
  /* line 38355, app/assets/stylesheets/core.scss */
  .ms-xxl-22 {
    margin-left: 22rem !important;
  }
  /* line 38358, app/assets/stylesheets/core.scss */
  .ms-xxl-23 {
    margin-left: 35rem !important;
  }
  /* line 38361, app/assets/stylesheets/core.scss */
  .ms-xxl-24 {
    margin-left: 40rem !important;
  }
  /* line 38364, app/assets/stylesheets/core.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 38367, app/assets/stylesheets/core.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 38370, app/assets/stylesheets/core.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 38373, app/assets/stylesheets/core.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 38376, app/assets/stylesheets/core.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 38379, app/assets/stylesheets/core.scss */
  .m-xxl-n5 {
    margin: -2rem !important;
  }
  /* line 38382, app/assets/stylesheets/core.scss */
  .m-xxl-n6 {
    margin: -2.5rem !important;
  }
  /* line 38385, app/assets/stylesheets/core.scss */
  .m-xxl-n7 {
    margin: -3rem !important;
  }
  /* line 38388, app/assets/stylesheets/core.scss */
  .m-xxl-n8 {
    margin: -3.5rem !important;
  }
  /* line 38391, app/assets/stylesheets/core.scss */
  .m-xxl-n9 {
    margin: -4rem !important;
  }
  /* line 38394, app/assets/stylesheets/core.scss */
  .m-xxl-n10 {
    margin: -4.5rem !important;
  }
  /* line 38397, app/assets/stylesheets/core.scss */
  .m-xxl-n11 {
    margin: -5rem !important;
  }
  /* line 38400, app/assets/stylesheets/core.scss */
  .m-xxl-n12 {
    margin: -5.5rem !important;
  }
  /* line 38403, app/assets/stylesheets/core.scss */
  .m-xxl-n13 {
    margin: -6rem !important;
  }
  /* line 38406, app/assets/stylesheets/core.scss */
  .m-xxl-n14 {
    margin: -6.5rem !important;
  }
  /* line 38409, app/assets/stylesheets/core.scss */
  .m-xxl-n15 {
    margin: -7rem !important;
  }
  /* line 38412, app/assets/stylesheets/core.scss */
  .m-xxl-n16 {
    margin: -7.5rem !important;
  }
  /* line 38415, app/assets/stylesheets/core.scss */
  .m-xxl-n17 {
    margin: -8rem !important;
  }
  /* line 38418, app/assets/stylesheets/core.scss */
  .m-xxl-n18 {
    margin: -10rem !important;
  }
  /* line 38421, app/assets/stylesheets/core.scss */
  .m-xxl-n19 {
    margin: -12rem !important;
  }
  /* line 38424, app/assets/stylesheets/core.scss */
  .m-xxl-n20 {
    margin: -14rem !important;
  }
  /* line 38427, app/assets/stylesheets/core.scss */
  .m-xxl-n21 {
    margin: -18.5rem !important;
  }
  /* line 38430, app/assets/stylesheets/core.scss */
  .m-xxl-n22 {
    margin: -22rem !important;
  }
  /* line 38433, app/assets/stylesheets/core.scss */
  .m-xxl-n23 {
    margin: -35rem !important;
  }
  /* line 38436, app/assets/stylesheets/core.scss */
  .m-xxl-n24 {
    margin: -40rem !important;
  }
  /* line 38439, app/assets/stylesheets/core.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 38443, app/assets/stylesheets/core.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 38447, app/assets/stylesheets/core.scss */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 38451, app/assets/stylesheets/core.scss */
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 38455, app/assets/stylesheets/core.scss */
  .mx-xxl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  /* line 38459, app/assets/stylesheets/core.scss */
  .mx-xxl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  /* line 38463, app/assets/stylesheets/core.scss */
  .mx-xxl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 38467, app/assets/stylesheets/core.scss */
  .mx-xxl-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  /* line 38471, app/assets/stylesheets/core.scss */
  .mx-xxl-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 38475, app/assets/stylesheets/core.scss */
  .mx-xxl-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 38479, app/assets/stylesheets/core.scss */
  .mx-xxl-n11 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 38483, app/assets/stylesheets/core.scss */
  .mx-xxl-n12 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  /* line 38487, app/assets/stylesheets/core.scss */
  .mx-xxl-n13 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 38491, app/assets/stylesheets/core.scss */
  .mx-xxl-n14 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  /* line 38495, app/assets/stylesheets/core.scss */
  .mx-xxl-n15 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  /* line 38499, app/assets/stylesheets/core.scss */
  .mx-xxl-n16 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 38503, app/assets/stylesheets/core.scss */
  .mx-xxl-n17 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  /* line 38507, app/assets/stylesheets/core.scss */
  .mx-xxl-n18 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 38511, app/assets/stylesheets/core.scss */
  .mx-xxl-n19 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  /* line 38515, app/assets/stylesheets/core.scss */
  .mx-xxl-n20 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  /* line 38519, app/assets/stylesheets/core.scss */
  .mx-xxl-n21 {
    margin-right: -18.5rem !important;
    margin-left: -18.5rem !important;
  }
  /* line 38523, app/assets/stylesheets/core.scss */
  .mx-xxl-n22 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  /* line 38527, app/assets/stylesheets/core.scss */
  .mx-xxl-n23 {
    margin-right: -35rem !important;
    margin-left: -35rem !important;
  }
  /* line 38531, app/assets/stylesheets/core.scss */
  .mx-xxl-n24 {
    margin-right: -40rem !important;
    margin-left: -40rem !important;
  }
  /* line 38535, app/assets/stylesheets/core.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 38539, app/assets/stylesheets/core.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 38543, app/assets/stylesheets/core.scss */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 38547, app/assets/stylesheets/core.scss */
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 38551, app/assets/stylesheets/core.scss */
  .my-xxl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  /* line 38555, app/assets/stylesheets/core.scss */
  .my-xxl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  /* line 38559, app/assets/stylesheets/core.scss */
  .my-xxl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 38563, app/assets/stylesheets/core.scss */
  .my-xxl-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  /* line 38567, app/assets/stylesheets/core.scss */
  .my-xxl-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 38571, app/assets/stylesheets/core.scss */
  .my-xxl-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 38575, app/assets/stylesheets/core.scss */
  .my-xxl-n11 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 38579, app/assets/stylesheets/core.scss */
  .my-xxl-n12 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  /* line 38583, app/assets/stylesheets/core.scss */
  .my-xxl-n13 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 38587, app/assets/stylesheets/core.scss */
  .my-xxl-n14 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  /* line 38591, app/assets/stylesheets/core.scss */
  .my-xxl-n15 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  /* line 38595, app/assets/stylesheets/core.scss */
  .my-xxl-n16 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 38599, app/assets/stylesheets/core.scss */
  .my-xxl-n17 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  /* line 38603, app/assets/stylesheets/core.scss */
  .my-xxl-n18 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 38607, app/assets/stylesheets/core.scss */
  .my-xxl-n19 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  /* line 38611, app/assets/stylesheets/core.scss */
  .my-xxl-n20 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  /* line 38615, app/assets/stylesheets/core.scss */
  .my-xxl-n21 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }
  /* line 38619, app/assets/stylesheets/core.scss */
  .my-xxl-n22 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  /* line 38623, app/assets/stylesheets/core.scss */
  .my-xxl-n23 {
    margin-top: -35rem !important;
    margin-bottom: -35rem !important;
  }
  /* line 38627, app/assets/stylesheets/core.scss */
  .my-xxl-n24 {
    margin-top: -40rem !important;
    margin-bottom: -40rem !important;
  }
  /* line 38631, app/assets/stylesheets/core.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 38634, app/assets/stylesheets/core.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 38637, app/assets/stylesheets/core.scss */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 38640, app/assets/stylesheets/core.scss */
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 38643, app/assets/stylesheets/core.scss */
  .mt-xxl-n5 {
    margin-top: -2rem !important;
  }
  /* line 38646, app/assets/stylesheets/core.scss */
  .mt-xxl-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 38649, app/assets/stylesheets/core.scss */
  .mt-xxl-n7 {
    margin-top: -3rem !important;
  }
  /* line 38652, app/assets/stylesheets/core.scss */
  .mt-xxl-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 38655, app/assets/stylesheets/core.scss */
  .mt-xxl-n9 {
    margin-top: -4rem !important;
  }
  /* line 38658, app/assets/stylesheets/core.scss */
  .mt-xxl-n10 {
    margin-top: -4.5rem !important;
  }
  /* line 38661, app/assets/stylesheets/core.scss */
  .mt-xxl-n11 {
    margin-top: -5rem !important;
  }
  /* line 38664, app/assets/stylesheets/core.scss */
  .mt-xxl-n12 {
    margin-top: -5.5rem !important;
  }
  /* line 38667, app/assets/stylesheets/core.scss */
  .mt-xxl-n13 {
    margin-top: -6rem !important;
  }
  /* line 38670, app/assets/stylesheets/core.scss */
  .mt-xxl-n14 {
    margin-top: -6.5rem !important;
  }
  /* line 38673, app/assets/stylesheets/core.scss */
  .mt-xxl-n15 {
    margin-top: -7rem !important;
  }
  /* line 38676, app/assets/stylesheets/core.scss */
  .mt-xxl-n16 {
    margin-top: -7.5rem !important;
  }
  /* line 38679, app/assets/stylesheets/core.scss */
  .mt-xxl-n17 {
    margin-top: -8rem !important;
  }
  /* line 38682, app/assets/stylesheets/core.scss */
  .mt-xxl-n18 {
    margin-top: -10rem !important;
  }
  /* line 38685, app/assets/stylesheets/core.scss */
  .mt-xxl-n19 {
    margin-top: -12rem !important;
  }
  /* line 38688, app/assets/stylesheets/core.scss */
  .mt-xxl-n20 {
    margin-top: -14rem !important;
  }
  /* line 38691, app/assets/stylesheets/core.scss */
  .mt-xxl-n21 {
    margin-top: -18.5rem !important;
  }
  /* line 38694, app/assets/stylesheets/core.scss */
  .mt-xxl-n22 {
    margin-top: -22rem !important;
  }
  /* line 38697, app/assets/stylesheets/core.scss */
  .mt-xxl-n23 {
    margin-top: -35rem !important;
  }
  /* line 38700, app/assets/stylesheets/core.scss */
  .mt-xxl-n24 {
    margin-top: -40rem !important;
  }
  /* line 38703, app/assets/stylesheets/core.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 38706, app/assets/stylesheets/core.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 38709, app/assets/stylesheets/core.scss */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 38712, app/assets/stylesheets/core.scss */
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 38715, app/assets/stylesheets/core.scss */
  .me-xxl-n5 {
    margin-right: -2rem !important;
  }
  /* line 38718, app/assets/stylesheets/core.scss */
  .me-xxl-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 38721, app/assets/stylesheets/core.scss */
  .me-xxl-n7 {
    margin-right: -3rem !important;
  }
  /* line 38724, app/assets/stylesheets/core.scss */
  .me-xxl-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 38727, app/assets/stylesheets/core.scss */
  .me-xxl-n9 {
    margin-right: -4rem !important;
  }
  /* line 38730, app/assets/stylesheets/core.scss */
  .me-xxl-n10 {
    margin-right: -4.5rem !important;
  }
  /* line 38733, app/assets/stylesheets/core.scss */
  .me-xxl-n11 {
    margin-right: -5rem !important;
  }
  /* line 38736, app/assets/stylesheets/core.scss */
  .me-xxl-n12 {
    margin-right: -5.5rem !important;
  }
  /* line 38739, app/assets/stylesheets/core.scss */
  .me-xxl-n13 {
    margin-right: -6rem !important;
  }
  /* line 38742, app/assets/stylesheets/core.scss */
  .me-xxl-n14 {
    margin-right: -6.5rem !important;
  }
  /* line 38745, app/assets/stylesheets/core.scss */
  .me-xxl-n15 {
    margin-right: -7rem !important;
  }
  /* line 38748, app/assets/stylesheets/core.scss */
  .me-xxl-n16 {
    margin-right: -7.5rem !important;
  }
  /* line 38751, app/assets/stylesheets/core.scss */
  .me-xxl-n17 {
    margin-right: -8rem !important;
  }
  /* line 38754, app/assets/stylesheets/core.scss */
  .me-xxl-n18 {
    margin-right: -10rem !important;
  }
  /* line 38757, app/assets/stylesheets/core.scss */
  .me-xxl-n19 {
    margin-right: -12rem !important;
  }
  /* line 38760, app/assets/stylesheets/core.scss */
  .me-xxl-n20 {
    margin-right: -14rem !important;
  }
  /* line 38763, app/assets/stylesheets/core.scss */
  .me-xxl-n21 {
    margin-right: -18.5rem !important;
  }
  /* line 38766, app/assets/stylesheets/core.scss */
  .me-xxl-n22 {
    margin-right: -22rem !important;
  }
  /* line 38769, app/assets/stylesheets/core.scss */
  .me-xxl-n23 {
    margin-right: -35rem !important;
  }
  /* line 38772, app/assets/stylesheets/core.scss */
  .me-xxl-n24 {
    margin-right: -40rem !important;
  }
  /* line 38775, app/assets/stylesheets/core.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 38778, app/assets/stylesheets/core.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 38781, app/assets/stylesheets/core.scss */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 38784, app/assets/stylesheets/core.scss */
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 38787, app/assets/stylesheets/core.scss */
  .mb-xxl-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 38790, app/assets/stylesheets/core.scss */
  .mb-xxl-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 38793, app/assets/stylesheets/core.scss */
  .mb-xxl-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 38796, app/assets/stylesheets/core.scss */
  .mb-xxl-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 38799, app/assets/stylesheets/core.scss */
  .mb-xxl-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 38802, app/assets/stylesheets/core.scss */
  .mb-xxl-n10 {
    margin-bottom: -4.5rem !important;
  }
  /* line 38805, app/assets/stylesheets/core.scss */
  .mb-xxl-n11 {
    margin-bottom: -5rem !important;
  }
  /* line 38808, app/assets/stylesheets/core.scss */
  .mb-xxl-n12 {
    margin-bottom: -5.5rem !important;
  }
  /* line 38811, app/assets/stylesheets/core.scss */
  .mb-xxl-n13 {
    margin-bottom: -6rem !important;
  }
  /* line 38814, app/assets/stylesheets/core.scss */
  .mb-xxl-n14 {
    margin-bottom: -6.5rem !important;
  }
  /* line 38817, app/assets/stylesheets/core.scss */
  .mb-xxl-n15 {
    margin-bottom: -7rem !important;
  }
  /* line 38820, app/assets/stylesheets/core.scss */
  .mb-xxl-n16 {
    margin-bottom: -7.5rem !important;
  }
  /* line 38823, app/assets/stylesheets/core.scss */
  .mb-xxl-n17 {
    margin-bottom: -8rem !important;
  }
  /* line 38826, app/assets/stylesheets/core.scss */
  .mb-xxl-n18 {
    margin-bottom: -10rem !important;
  }
  /* line 38829, app/assets/stylesheets/core.scss */
  .mb-xxl-n19 {
    margin-bottom: -12rem !important;
  }
  /* line 38832, app/assets/stylesheets/core.scss */
  .mb-xxl-n20 {
    margin-bottom: -14rem !important;
  }
  /* line 38835, app/assets/stylesheets/core.scss */
  .mb-xxl-n21 {
    margin-bottom: -18.5rem !important;
  }
  /* line 38838, app/assets/stylesheets/core.scss */
  .mb-xxl-n22 {
    margin-bottom: -22rem !important;
  }
  /* line 38841, app/assets/stylesheets/core.scss */
  .mb-xxl-n23 {
    margin-bottom: -35rem !important;
  }
  /* line 38844, app/assets/stylesheets/core.scss */
  .mb-xxl-n24 {
    margin-bottom: -40rem !important;
  }
  /* line 38847, app/assets/stylesheets/core.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 38850, app/assets/stylesheets/core.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 38853, app/assets/stylesheets/core.scss */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 38856, app/assets/stylesheets/core.scss */
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 38859, app/assets/stylesheets/core.scss */
  .ms-xxl-n5 {
    margin-left: -2rem !important;
  }
  /* line 38862, app/assets/stylesheets/core.scss */
  .ms-xxl-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 38865, app/assets/stylesheets/core.scss */
  .ms-xxl-n7 {
    margin-left: -3rem !important;
  }
  /* line 38868, app/assets/stylesheets/core.scss */
  .ms-xxl-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 38871, app/assets/stylesheets/core.scss */
  .ms-xxl-n9 {
    margin-left: -4rem !important;
  }
  /* line 38874, app/assets/stylesheets/core.scss */
  .ms-xxl-n10 {
    margin-left: -4.5rem !important;
  }
  /* line 38877, app/assets/stylesheets/core.scss */
  .ms-xxl-n11 {
    margin-left: -5rem !important;
  }
  /* line 38880, app/assets/stylesheets/core.scss */
  .ms-xxl-n12 {
    margin-left: -5.5rem !important;
  }
  /* line 38883, app/assets/stylesheets/core.scss */
  .ms-xxl-n13 {
    margin-left: -6rem !important;
  }
  /* line 38886, app/assets/stylesheets/core.scss */
  .ms-xxl-n14 {
    margin-left: -6.5rem !important;
  }
  /* line 38889, app/assets/stylesheets/core.scss */
  .ms-xxl-n15 {
    margin-left: -7rem !important;
  }
  /* line 38892, app/assets/stylesheets/core.scss */
  .ms-xxl-n16 {
    margin-left: -7.5rem !important;
  }
  /* line 38895, app/assets/stylesheets/core.scss */
  .ms-xxl-n17 {
    margin-left: -8rem !important;
  }
  /* line 38898, app/assets/stylesheets/core.scss */
  .ms-xxl-n18 {
    margin-left: -10rem !important;
  }
  /* line 38901, app/assets/stylesheets/core.scss */
  .ms-xxl-n19 {
    margin-left: -12rem !important;
  }
  /* line 38904, app/assets/stylesheets/core.scss */
  .ms-xxl-n20 {
    margin-left: -14rem !important;
  }
  /* line 38907, app/assets/stylesheets/core.scss */
  .ms-xxl-n21 {
    margin-left: -18.5rem !important;
  }
  /* line 38910, app/assets/stylesheets/core.scss */
  .ms-xxl-n22 {
    margin-left: -22rem !important;
  }
  /* line 38913, app/assets/stylesheets/core.scss */
  .ms-xxl-n23 {
    margin-left: -35rem !important;
  }
  /* line 38916, app/assets/stylesheets/core.scss */
  .ms-xxl-n24 {
    margin-left: -40rem !important;
  }
  /* line 38919, app/assets/stylesheets/core.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 38922, app/assets/stylesheets/core.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 38925, app/assets/stylesheets/core.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 38928, app/assets/stylesheets/core.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 38931, app/assets/stylesheets/core.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 38934, app/assets/stylesheets/core.scss */
  .p-xxl-5 {
    padding: 2rem !important;
  }
  /* line 38937, app/assets/stylesheets/core.scss */
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  /* line 38940, app/assets/stylesheets/core.scss */
  .p-xxl-7 {
    padding: 3rem !important;
  }
  /* line 38943, app/assets/stylesheets/core.scss */
  .p-xxl-8 {
    padding: 3.5rem !important;
  }
  /* line 38946, app/assets/stylesheets/core.scss */
  .p-xxl-9 {
    padding: 4rem !important;
  }
  /* line 38949, app/assets/stylesheets/core.scss */
  .p-xxl-10 {
    padding: 4.5rem !important;
  }
  /* line 38952, app/assets/stylesheets/core.scss */
  .p-xxl-11 {
    padding: 5rem !important;
  }
  /* line 38955, app/assets/stylesheets/core.scss */
  .p-xxl-12 {
    padding: 5.5rem !important;
  }
  /* line 38958, app/assets/stylesheets/core.scss */
  .p-xxl-13 {
    padding: 6rem !important;
  }
  /* line 38961, app/assets/stylesheets/core.scss */
  .p-xxl-14 {
    padding: 6.5rem !important;
  }
  /* line 38964, app/assets/stylesheets/core.scss */
  .p-xxl-15 {
    padding: 7rem !important;
  }
  /* line 38967, app/assets/stylesheets/core.scss */
  .p-xxl-16 {
    padding: 7.5rem !important;
  }
  /* line 38970, app/assets/stylesheets/core.scss */
  .p-xxl-17 {
    padding: 8rem !important;
  }
  /* line 38973, app/assets/stylesheets/core.scss */
  .p-xxl-18 {
    padding: 10rem !important;
  }
  /* line 38976, app/assets/stylesheets/core.scss */
  .p-xxl-19 {
    padding: 12rem !important;
  }
  /* line 38979, app/assets/stylesheets/core.scss */
  .p-xxl-20 {
    padding: 14rem !important;
  }
  /* line 38982, app/assets/stylesheets/core.scss */
  .p-xxl-21 {
    padding: 18.5rem !important;
  }
  /* line 38985, app/assets/stylesheets/core.scss */
  .p-xxl-22 {
    padding: 22rem !important;
  }
  /* line 38988, app/assets/stylesheets/core.scss */
  .p-xxl-23 {
    padding: 35rem !important;
  }
  /* line 38991, app/assets/stylesheets/core.scss */
  .p-xxl-24 {
    padding: 40rem !important;
  }
  /* line 38994, app/assets/stylesheets/core.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 38998, app/assets/stylesheets/core.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 39002, app/assets/stylesheets/core.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 39006, app/assets/stylesheets/core.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 39010, app/assets/stylesheets/core.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 39014, app/assets/stylesheets/core.scss */
  .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  /* line 39018, app/assets/stylesheets/core.scss */
  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  /* line 39022, app/assets/stylesheets/core.scss */
  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 39026, app/assets/stylesheets/core.scss */
  .px-xxl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 39030, app/assets/stylesheets/core.scss */
  .px-xxl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 39034, app/assets/stylesheets/core.scss */
  .px-xxl-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 39038, app/assets/stylesheets/core.scss */
  .px-xxl-11 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 39042, app/assets/stylesheets/core.scss */
  .px-xxl-12 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  /* line 39046, app/assets/stylesheets/core.scss */
  .px-xxl-13 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 39050, app/assets/stylesheets/core.scss */
  .px-xxl-14 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  /* line 39054, app/assets/stylesheets/core.scss */
  .px-xxl-15 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  /* line 39058, app/assets/stylesheets/core.scss */
  .px-xxl-16 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 39062, app/assets/stylesheets/core.scss */
  .px-xxl-17 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  /* line 39066, app/assets/stylesheets/core.scss */
  .px-xxl-18 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 39070, app/assets/stylesheets/core.scss */
  .px-xxl-19 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  /* line 39074, app/assets/stylesheets/core.scss */
  .px-xxl-20 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  /* line 39078, app/assets/stylesheets/core.scss */
  .px-xxl-21 {
    padding-right: 18.5rem !important;
    padding-left: 18.5rem !important;
  }
  /* line 39082, app/assets/stylesheets/core.scss */
  .px-xxl-22 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  /* line 39086, app/assets/stylesheets/core.scss */
  .px-xxl-23 {
    padding-right: 35rem !important;
    padding-left: 35rem !important;
  }
  /* line 39090, app/assets/stylesheets/core.scss */
  .px-xxl-24 {
    padding-right: 40rem !important;
    padding-left: 40rem !important;
  }
  /* line 39094, app/assets/stylesheets/core.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 39098, app/assets/stylesheets/core.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 39102, app/assets/stylesheets/core.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 39106, app/assets/stylesheets/core.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 39110, app/assets/stylesheets/core.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 39114, app/assets/stylesheets/core.scss */
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* line 39118, app/assets/stylesheets/core.scss */
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* line 39122, app/assets/stylesheets/core.scss */
  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 39126, app/assets/stylesheets/core.scss */
  .py-xxl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 39130, app/assets/stylesheets/core.scss */
  .py-xxl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 39134, app/assets/stylesheets/core.scss */
  .py-xxl-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 39138, app/assets/stylesheets/core.scss */
  .py-xxl-11 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 39142, app/assets/stylesheets/core.scss */
  .py-xxl-12 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  /* line 39146, app/assets/stylesheets/core.scss */
  .py-xxl-13 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 39150, app/assets/stylesheets/core.scss */
  .py-xxl-14 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  /* line 39154, app/assets/stylesheets/core.scss */
  .py-xxl-15 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  /* line 39158, app/assets/stylesheets/core.scss */
  .py-xxl-16 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 39162, app/assets/stylesheets/core.scss */
  .py-xxl-17 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  /* line 39166, app/assets/stylesheets/core.scss */
  .py-xxl-18 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 39170, app/assets/stylesheets/core.scss */
  .py-xxl-19 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  /* line 39174, app/assets/stylesheets/core.scss */
  .py-xxl-20 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  /* line 39178, app/assets/stylesheets/core.scss */
  .py-xxl-21 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  /* line 39182, app/assets/stylesheets/core.scss */
  .py-xxl-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  /* line 39186, app/assets/stylesheets/core.scss */
  .py-xxl-23 {
    padding-top: 35rem !important;
    padding-bottom: 35rem !important;
  }
  /* line 39190, app/assets/stylesheets/core.scss */
  .py-xxl-24 {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
  }
  /* line 39194, app/assets/stylesheets/core.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 39197, app/assets/stylesheets/core.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 39200, app/assets/stylesheets/core.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 39203, app/assets/stylesheets/core.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 39206, app/assets/stylesheets/core.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 39209, app/assets/stylesheets/core.scss */
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  /* line 39212, app/assets/stylesheets/core.scss */
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 39215, app/assets/stylesheets/core.scss */
  .pt-xxl-7 {
    padding-top: 3rem !important;
  }
  /* line 39218, app/assets/stylesheets/core.scss */
  .pt-xxl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 39221, app/assets/stylesheets/core.scss */
  .pt-xxl-9 {
    padding-top: 4rem !important;
  }
  /* line 39224, app/assets/stylesheets/core.scss */
  .pt-xxl-10 {
    padding-top: 4.5rem !important;
  }
  /* line 39227, app/assets/stylesheets/core.scss */
  .pt-xxl-11 {
    padding-top: 5rem !important;
  }
  /* line 39230, app/assets/stylesheets/core.scss */
  .pt-xxl-12 {
    padding-top: 5.5rem !important;
  }
  /* line 39233, app/assets/stylesheets/core.scss */
  .pt-xxl-13 {
    padding-top: 6rem !important;
  }
  /* line 39236, app/assets/stylesheets/core.scss */
  .pt-xxl-14 {
    padding-top: 6.5rem !important;
  }
  /* line 39239, app/assets/stylesheets/core.scss */
  .pt-xxl-15 {
    padding-top: 7rem !important;
  }
  /* line 39242, app/assets/stylesheets/core.scss */
  .pt-xxl-16 {
    padding-top: 7.5rem !important;
  }
  /* line 39245, app/assets/stylesheets/core.scss */
  .pt-xxl-17 {
    padding-top: 8rem !important;
  }
  /* line 39248, app/assets/stylesheets/core.scss */
  .pt-xxl-18 {
    padding-top: 10rem !important;
  }
  /* line 39251, app/assets/stylesheets/core.scss */
  .pt-xxl-19 {
    padding-top: 12rem !important;
  }
  /* line 39254, app/assets/stylesheets/core.scss */
  .pt-xxl-20 {
    padding-top: 14rem !important;
  }
  /* line 39257, app/assets/stylesheets/core.scss */
  .pt-xxl-21 {
    padding-top: 18.5rem !important;
  }
  /* line 39260, app/assets/stylesheets/core.scss */
  .pt-xxl-22 {
    padding-top: 22rem !important;
  }
  /* line 39263, app/assets/stylesheets/core.scss */
  .pt-xxl-23 {
    padding-top: 35rem !important;
  }
  /* line 39266, app/assets/stylesheets/core.scss */
  .pt-xxl-24 {
    padding-top: 40rem !important;
  }
  /* line 39269, app/assets/stylesheets/core.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 39272, app/assets/stylesheets/core.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 39275, app/assets/stylesheets/core.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 39278, app/assets/stylesheets/core.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 39281, app/assets/stylesheets/core.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 39284, app/assets/stylesheets/core.scss */
  .pe-xxl-5 {
    padding-right: 2rem !important;
  }
  /* line 39287, app/assets/stylesheets/core.scss */
  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 39290, app/assets/stylesheets/core.scss */
  .pe-xxl-7 {
    padding-right: 3rem !important;
  }
  /* line 39293, app/assets/stylesheets/core.scss */
  .pe-xxl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 39296, app/assets/stylesheets/core.scss */
  .pe-xxl-9 {
    padding-right: 4rem !important;
  }
  /* line 39299, app/assets/stylesheets/core.scss */
  .pe-xxl-10 {
    padding-right: 4.5rem !important;
  }
  /* line 39302, app/assets/stylesheets/core.scss */
  .pe-xxl-11 {
    padding-right: 5rem !important;
  }
  /* line 39305, app/assets/stylesheets/core.scss */
  .pe-xxl-12 {
    padding-right: 5.5rem !important;
  }
  /* line 39308, app/assets/stylesheets/core.scss */
  .pe-xxl-13 {
    padding-right: 6rem !important;
  }
  /* line 39311, app/assets/stylesheets/core.scss */
  .pe-xxl-14 {
    padding-right: 6.5rem !important;
  }
  /* line 39314, app/assets/stylesheets/core.scss */
  .pe-xxl-15 {
    padding-right: 7rem !important;
  }
  /* line 39317, app/assets/stylesheets/core.scss */
  .pe-xxl-16 {
    padding-right: 7.5rem !important;
  }
  /* line 39320, app/assets/stylesheets/core.scss */
  .pe-xxl-17 {
    padding-right: 8rem !important;
  }
  /* line 39323, app/assets/stylesheets/core.scss */
  .pe-xxl-18 {
    padding-right: 10rem !important;
  }
  /* line 39326, app/assets/stylesheets/core.scss */
  .pe-xxl-19 {
    padding-right: 12rem !important;
  }
  /* line 39329, app/assets/stylesheets/core.scss */
  .pe-xxl-20 {
    padding-right: 14rem !important;
  }
  /* line 39332, app/assets/stylesheets/core.scss */
  .pe-xxl-21 {
    padding-right: 18.5rem !important;
  }
  /* line 39335, app/assets/stylesheets/core.scss */
  .pe-xxl-22 {
    padding-right: 22rem !important;
  }
  /* line 39338, app/assets/stylesheets/core.scss */
  .pe-xxl-23 {
    padding-right: 35rem !important;
  }
  /* line 39341, app/assets/stylesheets/core.scss */
  .pe-xxl-24 {
    padding-right: 40rem !important;
  }
  /* line 39344, app/assets/stylesheets/core.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 39347, app/assets/stylesheets/core.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 39350, app/assets/stylesheets/core.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 39353, app/assets/stylesheets/core.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 39356, app/assets/stylesheets/core.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 39359, app/assets/stylesheets/core.scss */
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 39362, app/assets/stylesheets/core.scss */
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 39365, app/assets/stylesheets/core.scss */
  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 39368, app/assets/stylesheets/core.scss */
  .pb-xxl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 39371, app/assets/stylesheets/core.scss */
  .pb-xxl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 39374, app/assets/stylesheets/core.scss */
  .pb-xxl-10 {
    padding-bottom: 4.5rem !important;
  }
  /* line 39377, app/assets/stylesheets/core.scss */
  .pb-xxl-11 {
    padding-bottom: 5rem !important;
  }
  /* line 39380, app/assets/stylesheets/core.scss */
  .pb-xxl-12 {
    padding-bottom: 5.5rem !important;
  }
  /* line 39383, app/assets/stylesheets/core.scss */
  .pb-xxl-13 {
    padding-bottom: 6rem !important;
  }
  /* line 39386, app/assets/stylesheets/core.scss */
  .pb-xxl-14 {
    padding-bottom: 6.5rem !important;
  }
  /* line 39389, app/assets/stylesheets/core.scss */
  .pb-xxl-15 {
    padding-bottom: 7rem !important;
  }
  /* line 39392, app/assets/stylesheets/core.scss */
  .pb-xxl-16 {
    padding-bottom: 7.5rem !important;
  }
  /* line 39395, app/assets/stylesheets/core.scss */
  .pb-xxl-17 {
    padding-bottom: 8rem !important;
  }
  /* line 39398, app/assets/stylesheets/core.scss */
  .pb-xxl-18 {
    padding-bottom: 10rem !important;
  }
  /* line 39401, app/assets/stylesheets/core.scss */
  .pb-xxl-19 {
    padding-bottom: 12rem !important;
  }
  /* line 39404, app/assets/stylesheets/core.scss */
  .pb-xxl-20 {
    padding-bottom: 14rem !important;
  }
  /* line 39407, app/assets/stylesheets/core.scss */
  .pb-xxl-21 {
    padding-bottom: 18.5rem !important;
  }
  /* line 39410, app/assets/stylesheets/core.scss */
  .pb-xxl-22 {
    padding-bottom: 22rem !important;
  }
  /* line 39413, app/assets/stylesheets/core.scss */
  .pb-xxl-23 {
    padding-bottom: 35rem !important;
  }
  /* line 39416, app/assets/stylesheets/core.scss */
  .pb-xxl-24 {
    padding-bottom: 40rem !important;
  }
  /* line 39419, app/assets/stylesheets/core.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 39422, app/assets/stylesheets/core.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 39425, app/assets/stylesheets/core.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 39428, app/assets/stylesheets/core.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 39431, app/assets/stylesheets/core.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 39434, app/assets/stylesheets/core.scss */
  .ps-xxl-5 {
    padding-left: 2rem !important;
  }
  /* line 39437, app/assets/stylesheets/core.scss */
  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 39440, app/assets/stylesheets/core.scss */
  .ps-xxl-7 {
    padding-left: 3rem !important;
  }
  /* line 39443, app/assets/stylesheets/core.scss */
  .ps-xxl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 39446, app/assets/stylesheets/core.scss */
  .ps-xxl-9 {
    padding-left: 4rem !important;
  }
  /* line 39449, app/assets/stylesheets/core.scss */
  .ps-xxl-10 {
    padding-left: 4.5rem !important;
  }
  /* line 39452, app/assets/stylesheets/core.scss */
  .ps-xxl-11 {
    padding-left: 5rem !important;
  }
  /* line 39455, app/assets/stylesheets/core.scss */
  .ps-xxl-12 {
    padding-left: 5.5rem !important;
  }
  /* line 39458, app/assets/stylesheets/core.scss */
  .ps-xxl-13 {
    padding-left: 6rem !important;
  }
  /* line 39461, app/assets/stylesheets/core.scss */
  .ps-xxl-14 {
    padding-left: 6.5rem !important;
  }
  /* line 39464, app/assets/stylesheets/core.scss */
  .ps-xxl-15 {
    padding-left: 7rem !important;
  }
  /* line 39467, app/assets/stylesheets/core.scss */
  .ps-xxl-16 {
    padding-left: 7.5rem !important;
  }
  /* line 39470, app/assets/stylesheets/core.scss */
  .ps-xxl-17 {
    padding-left: 8rem !important;
  }
  /* line 39473, app/assets/stylesheets/core.scss */
  .ps-xxl-18 {
    padding-left: 10rem !important;
  }
  /* line 39476, app/assets/stylesheets/core.scss */
  .ps-xxl-19 {
    padding-left: 12rem !important;
  }
  /* line 39479, app/assets/stylesheets/core.scss */
  .ps-xxl-20 {
    padding-left: 14rem !important;
  }
  /* line 39482, app/assets/stylesheets/core.scss */
  .ps-xxl-21 {
    padding-left: 18.5rem !important;
  }
  /* line 39485, app/assets/stylesheets/core.scss */
  .ps-xxl-22 {
    padding-left: 22rem !important;
  }
  /* line 39488, app/assets/stylesheets/core.scss */
  .ps-xxl-23 {
    padding-left: 35rem !important;
  }
  /* line 39491, app/assets/stylesheets/core.scss */
  .ps-xxl-24 {
    padding-left: 40rem !important;
  }
  /* line 39494, app/assets/stylesheets/core.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 39497, app/assets/stylesheets/core.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 39500, app/assets/stylesheets/core.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 39503, app/assets/stylesheets/core.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 39506, app/assets/stylesheets/core.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 39509, app/assets/stylesheets/core.scss */
  .gap-xxl-5 {
    gap: 2rem !important;
  }
  /* line 39512, app/assets/stylesheets/core.scss */
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  /* line 39515, app/assets/stylesheets/core.scss */
  .gap-xxl-7 {
    gap: 3rem !important;
  }
  /* line 39518, app/assets/stylesheets/core.scss */
  .gap-xxl-8 {
    gap: 3.5rem !important;
  }
  /* line 39521, app/assets/stylesheets/core.scss */
  .gap-xxl-9 {
    gap: 4rem !important;
  }
  /* line 39524, app/assets/stylesheets/core.scss */
  .gap-xxl-10 {
    gap: 4.5rem !important;
  }
  /* line 39527, app/assets/stylesheets/core.scss */
  .gap-xxl-11 {
    gap: 5rem !important;
  }
  /* line 39530, app/assets/stylesheets/core.scss */
  .gap-xxl-12 {
    gap: 5.5rem !important;
  }
  /* line 39533, app/assets/stylesheets/core.scss */
  .gap-xxl-13 {
    gap: 6rem !important;
  }
  /* line 39536, app/assets/stylesheets/core.scss */
  .gap-xxl-14 {
    gap: 6.5rem !important;
  }
  /* line 39539, app/assets/stylesheets/core.scss */
  .gap-xxl-15 {
    gap: 7rem !important;
  }
  /* line 39542, app/assets/stylesheets/core.scss */
  .gap-xxl-16 {
    gap: 7.5rem !important;
  }
  /* line 39545, app/assets/stylesheets/core.scss */
  .gap-xxl-17 {
    gap: 8rem !important;
  }
  /* line 39548, app/assets/stylesheets/core.scss */
  .gap-xxl-18 {
    gap: 10rem !important;
  }
  /* line 39551, app/assets/stylesheets/core.scss */
  .gap-xxl-19 {
    gap: 12rem !important;
  }
  /* line 39554, app/assets/stylesheets/core.scss */
  .gap-xxl-20 {
    gap: 14rem !important;
  }
  /* line 39557, app/assets/stylesheets/core.scss */
  .gap-xxl-21 {
    gap: 18.5rem !important;
  }
  /* line 39560, app/assets/stylesheets/core.scss */
  .gap-xxl-22 {
    gap: 22rem !important;
  }
  /* line 39563, app/assets/stylesheets/core.scss */
  .gap-xxl-23 {
    gap: 35rem !important;
  }
  /* line 39566, app/assets/stylesheets/core.scss */
  .gap-xxl-24 {
    gap: 40rem !important;
  }
  /* line 39569, app/assets/stylesheets/core.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 39572, app/assets/stylesheets/core.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 39575, app/assets/stylesheets/core.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 39578, app/assets/stylesheets/core.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 39581, app/assets/stylesheets/core.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 39584, app/assets/stylesheets/core.scss */
  .row-gap-xxl-5 {
    row-gap: 2rem !important;
  }
  /* line 39587, app/assets/stylesheets/core.scss */
  .row-gap-xxl-6 {
    row-gap: 2.5rem !important;
  }
  /* line 39590, app/assets/stylesheets/core.scss */
  .row-gap-xxl-7 {
    row-gap: 3rem !important;
  }
  /* line 39593, app/assets/stylesheets/core.scss */
  .row-gap-xxl-8 {
    row-gap: 3.5rem !important;
  }
  /* line 39596, app/assets/stylesheets/core.scss */
  .row-gap-xxl-9 {
    row-gap: 4rem !important;
  }
  /* line 39599, app/assets/stylesheets/core.scss */
  .row-gap-xxl-10 {
    row-gap: 4.5rem !important;
  }
  /* line 39602, app/assets/stylesheets/core.scss */
  .row-gap-xxl-11 {
    row-gap: 5rem !important;
  }
  /* line 39605, app/assets/stylesheets/core.scss */
  .row-gap-xxl-12 {
    row-gap: 5.5rem !important;
  }
  /* line 39608, app/assets/stylesheets/core.scss */
  .row-gap-xxl-13 {
    row-gap: 6rem !important;
  }
  /* line 39611, app/assets/stylesheets/core.scss */
  .row-gap-xxl-14 {
    row-gap: 6.5rem !important;
  }
  /* line 39614, app/assets/stylesheets/core.scss */
  .row-gap-xxl-15 {
    row-gap: 7rem !important;
  }
  /* line 39617, app/assets/stylesheets/core.scss */
  .row-gap-xxl-16 {
    row-gap: 7.5rem !important;
  }
  /* line 39620, app/assets/stylesheets/core.scss */
  .row-gap-xxl-17 {
    row-gap: 8rem !important;
  }
  /* line 39623, app/assets/stylesheets/core.scss */
  .row-gap-xxl-18 {
    row-gap: 10rem !important;
  }
  /* line 39626, app/assets/stylesheets/core.scss */
  .row-gap-xxl-19 {
    row-gap: 12rem !important;
  }
  /* line 39629, app/assets/stylesheets/core.scss */
  .row-gap-xxl-20 {
    row-gap: 14rem !important;
  }
  /* line 39632, app/assets/stylesheets/core.scss */
  .row-gap-xxl-21 {
    row-gap: 18.5rem !important;
  }
  /* line 39635, app/assets/stylesheets/core.scss */
  .row-gap-xxl-22 {
    row-gap: 22rem !important;
  }
  /* line 39638, app/assets/stylesheets/core.scss */
  .row-gap-xxl-23 {
    row-gap: 35rem !important;
  }
  /* line 39641, app/assets/stylesheets/core.scss */
  .row-gap-xxl-24 {
    row-gap: 40rem !important;
  }
  /* line 39644, app/assets/stylesheets/core.scss */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 39648, app/assets/stylesheets/core.scss */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  /* line 39652, app/assets/stylesheets/core.scss */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  /* line 39656, app/assets/stylesheets/core.scss */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 39660, app/assets/stylesheets/core.scss */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  /* line 39664, app/assets/stylesheets/core.scss */
  .column-gap-xxl-5 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
  /* line 39668, app/assets/stylesheets/core.scss */
  .column-gap-xxl-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
  /* line 39672, app/assets/stylesheets/core.scss */
  .column-gap-xxl-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 39676, app/assets/stylesheets/core.scss */
  .column-gap-xxl-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
  /* line 39680, app/assets/stylesheets/core.scss */
  .column-gap-xxl-9 {
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 39684, app/assets/stylesheets/core.scss */
  .column-gap-xxl-10 {
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
  }
  /* line 39688, app/assets/stylesheets/core.scss */
  .column-gap-xxl-11 {
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 39692, app/assets/stylesheets/core.scss */
  .column-gap-xxl-12 {
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
  }
  /* line 39696, app/assets/stylesheets/core.scss */
  .column-gap-xxl-13 {
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }
  /* line 39700, app/assets/stylesheets/core.scss */
  .column-gap-xxl-14 {
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
  }
  /* line 39704, app/assets/stylesheets/core.scss */
  .column-gap-xxl-15 {
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }
  /* line 39708, app/assets/stylesheets/core.scss */
  .column-gap-xxl-16 {
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 39712, app/assets/stylesheets/core.scss */
  .column-gap-xxl-17 {
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }
  /* line 39716, app/assets/stylesheets/core.scss */
  .column-gap-xxl-18 {
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 39720, app/assets/stylesheets/core.scss */
  .column-gap-xxl-19 {
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }
  /* line 39724, app/assets/stylesheets/core.scss */
  .column-gap-xxl-20 {
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }
  /* line 39728, app/assets/stylesheets/core.scss */
  .column-gap-xxl-21 {
    -moz-column-gap: 18.5rem !important;
    column-gap: 18.5rem !important;
  }
  /* line 39732, app/assets/stylesheets/core.scss */
  .column-gap-xxl-22 {
    -moz-column-gap: 22rem !important;
    column-gap: 22rem !important;
  }
  /* line 39736, app/assets/stylesheets/core.scss */
  .column-gap-xxl-23 {
    -moz-column-gap: 35rem !important;
    column-gap: 35rem !important;
  }
  /* line 39740, app/assets/stylesheets/core.scss */
  .column-gap-xxl-24 {
    -moz-column-gap: 40rem !important;
    column-gap: 40rem !important;
  }
  /* line 39744, app/assets/stylesheets/core.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 39747, app/assets/stylesheets/core.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 39750, app/assets/stylesheets/core.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 39755, app/assets/stylesheets/core.scss */
  .fs-1 {
    font-size: 2.625rem !important;
  }
  /* line 39758, app/assets/stylesheets/core.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 39761, app/assets/stylesheets/core.scss */
  .fs-3 {
    font-size: 1.625rem !important;
  }
}

@media print {
  /* line 39766, app/assets/stylesheets/core.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 39769, app/assets/stylesheets/core.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 39772, app/assets/stylesheets/core.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 39775, app/assets/stylesheets/core.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 39778, app/assets/stylesheets/core.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 39781, app/assets/stylesheets/core.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 39784, app/assets/stylesheets/core.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 39787, app/assets/stylesheets/core.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 39790, app/assets/stylesheets/core.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 39793, app/assets/stylesheets/core.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 39796, app/assets/stylesheets/core.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 39800, app/assets/stylesheets/core.scss */
.btn-primary-link {
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
}

/* line 39806, app/assets/stylesheets/core.scss */
.btn-primary-link:hover {
  color: #ff3912;
  text-decoration: none;
  border-bottom: 2px solid #ff3912;
}

/* line 39811, app/assets/stylesheets/core.scss */
.btn-primary-link:focus, .btn-primary-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 39815, app/assets/stylesheets/core.scss */
.btn-primary-link:disabled, .btn-primary-link.disabled {
  color: #6f6985;
  pointer-events: none;
}

/* line 39820, app/assets/stylesheets/core.scss */
.btn-secondary-link {
  font-weight: 700;
  color: #672ebb;
  text-decoration: none;
  border-bottom: 2px solid #672ebb;
}

/* line 39826, app/assets/stylesheets/core.scss */
.btn-secondary-link:hover {
  color: #56269c;
  text-decoration: none;
  border-bottom: 2px solid #56269c;
}

/* line 39831, app/assets/stylesheets/core.scss */
.btn-secondary-link:focus, .btn-secondary-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 39835, app/assets/stylesheets/core.scss */
.btn-secondary-link:disabled, .btn-secondary-link.disabled {
  color: #6f6985;
  pointer-events: none;
}

/* line 39840, app/assets/stylesheets/core.scss */
.btn-primary-soft {
  background-color: rgba(255, 89, 56, 0.1);
  color: #1c2232;
}

/* line 39844, app/assets/stylesheets/core.scss */
.btn-primary-soft:hover {
  background-color: rgba(255, 89, 56, 0.15);
  color: #1c2232;
}

/* line 39849, app/assets/stylesheets/core.scss */
.btn-secondary-soft {
  background-color: rgba(103, 46, 187, 0.1);
  color: #672ebb;
}

/* line 39853, app/assets/stylesheets/core.scss */
.btn-secondary-soft:hover {
  background-color: rgba(103, 46, 187, 0.15);
  color: #672ebb;
}

/* line 39858, app/assets/stylesheets/core.scss */
.btn-success-soft {
  background-color: rgba(36, 161, 72, 0.1);
  color: #24a148;
}

/* line 39862, app/assets/stylesheets/core.scss */
.btn-success-soft:hover {
  background-color: rgba(36, 161, 72, 0.15);
  color: #24a148;
}

/* line 39867, app/assets/stylesheets/core.scss */
.btn-info-soft {
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
}

/* line 39871, app/assets/stylesheets/core.scss */
.btn-info-soft:hover {
  background-color: rgba(23, 162, 184, 0.15);
  color: #17a2b8;
}

/* line 39876, app/assets/stylesheets/core.scss */
.btn-warning-soft {
  background-color: rgba(255, 193, 7, 0.1);
  color: #f4cc30;
}

/* line 39880, app/assets/stylesheets/core.scss */
.btn-warning-soft:hover {
  background-color: rgba(255, 193, 7, 0.15);
  color: #f4cc30;
}

/* line 39885, app/assets/stylesheets/core.scss */
.btn-danger-soft {
  background-color: rgba(234, 67, 54, 0.1);
  color: #ea4336;
}

/* line 39889, app/assets/stylesheets/core.scss */
.btn-danger-soft:hover {
  background-color: rgba(234, 67, 54, 0.15);
  color: #ea4336;
}

/* line 39894, app/assets/stylesheets/core.scss */
.btn-light-soft {
  background-color: rgba(244, 244, 245, 0.1);
  color: #f4f4f5;
}

/* line 39898, app/assets/stylesheets/core.scss */
.btn-light-soft:hover {
  background-color: rgba(244, 244, 245, 0.15);
  color: #f4f4f5;
}

/* line 39903, app/assets/stylesheets/core.scss */
.btn-dark-soft {
  background-color: rgba(38, 31, 68, 0.1);
  color: #1c2232;
}

/* line 39907, app/assets/stylesheets/core.scss */
.btn-dark-soft:hover {
  background-color: rgba(38, 31, 68, 0.15);
  color: #1c2232;
}

/* line 39912, app/assets/stylesheets/core.scss */
.btn-white-soft {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* line 39916, app/assets/stylesheets/core.scss */
.btn-white-soft:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* line 39921, app/assets/stylesheets/core.scss */
.btn-light-primary-soft {
  background-color: rgba(255, 234, 230, 0.1);
  color: #ffeae6;
}

/* line 39925, app/assets/stylesheets/core.scss */
.btn-light-primary-soft:hover {
  background-color: rgba(255, 234, 230, 0.15);
  color: #ffeae6;
}

/* line 39930, app/assets/stylesheets/core.scss */
.btn-light-danger-soft {
  background-color: rgba(255, 235, 234, 0.1);
  color: #ffebea;
}

/* line 39934, app/assets/stylesheets/core.scss */
.btn-light-danger-soft:hover {
  background-color: rgba(255, 235, 234, 0.15);
  color: #ffebea;
}

/* line 39939, app/assets/stylesheets/core.scss */
.btn-light-info-soft {
  background-color: rgba(208, 255, 255, 0.1);
  color: #d0ffff;
}

/* line 39943, app/assets/stylesheets/core.scss */
.btn-light-info-soft:hover {
  background-color: rgba(208, 255, 255, 0.15);
  color: #d0ffff;
}

/* line 39948, app/assets/stylesheets/core.scss */
.btn-light-warning-soft {
  background-color: rgba(255, 246, 225, 0.1);
  color: #fff6e1;
}

/* line 39952, app/assets/stylesheets/core.scss */
.btn-light-warning-soft:hover {
  background-color: rgba(255, 246, 225, 0.15);
  color: #fff6e1;
}

/* line 39957, app/assets/stylesheets/core.scss */
.btn-light-secondary-soft {
  background-color: rgba(235, 221, 255, 0.1);
  color: #ebddff;
}

/* line 39961, app/assets/stylesheets/core.scss */
.btn-light-secondary-soft:hover {
  background-color: rgba(235, 221, 255, 0.15);
  color: #ebddff;
}

/* line 39966, app/assets/stylesheets/core.scss */
.btn-light-success-soft {
  background-color: rgba(232, 255, 243, 0.1);
  color: #e8fff3;
}

/* line 39970, app/assets/stylesheets/core.scss */
.btn-light-success-soft:hover {
  background-color: rgba(232, 255, 243, 0.15);
  color: #e8fff3;
}

/* line 39975, app/assets/stylesheets/core.scss */
.btn-play {
  background-color: var(--white);
  color: var(--primary);
  transition: 0.2s ease;
}

/* line 39980, app/assets/stylesheets/core.scss */
.btn-play:hover {
  background-color: var(--primary);
  color: var(--white);
  transition: 0.2s ease;
}

/* line 39986, app/assets/stylesheets/core.scss */
.nav.btn-group > .btn,
.btn-group-vertical > .btn {
  flex: 0;
}

/* line 39991, app/assets/stylesheets/core.scss */
.nav.btn-group .btn-white.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* line 39996, app/assets/stylesheets/core.scss */
.nav.btn-group .btn-white:focus {
  box-shadow: none !important;
}

/* line 40000, 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 40014, 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 40021, 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 40034, app/assets/stylesheets/core.scss */
.btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.53125rem;
  height: 1.53125rem;
}

/* line 40040, 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 40046, 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 40052, app/assets/stylesheets/core.scss */
.bg-primary-soft {
  background-color: rgba(255, 89, 56, 0.1);
  color: #1c2232;
}

/* line 40056, app/assets/stylesheets/core.scss */
a.bg-primary-soft:hover {
  background-color: rgba(255, 89, 56, 0.2);
  color: #1c2232;
}

/* line 40061, app/assets/stylesheets/core.scss */
.bg-secondary-soft {
  background-color: rgba(103, 46, 187, 0.1);
  color: #672ebb;
}

/* line 40065, app/assets/stylesheets/core.scss */
a.bg-secondary-soft:hover {
  background-color: rgba(103, 46, 187, 0.2);
  color: #672ebb;
}

/* line 40070, app/assets/stylesheets/core.scss */
.bg-success-soft {
  background-color: rgba(36, 161, 72, 0.1);
  color: #24a148;
}

/* line 40074, app/assets/stylesheets/core.scss */
a.bg-success-soft:hover {
  background-color: rgba(36, 161, 72, 0.2);
  color: #24a148;
}

/* line 40079, app/assets/stylesheets/core.scss */
.bg-info-soft {
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
}

/* line 40083, app/assets/stylesheets/core.scss */
a.bg-info-soft:hover {
  background-color: rgba(23, 162, 184, 0.2);
  color: #17a2b8;
}

/* line 40088, app/assets/stylesheets/core.scss */
.bg-warning-soft {
  background-color: rgba(255, 193, 7, 0.1);
  color: #f4cc30;
}

/* line 40092, app/assets/stylesheets/core.scss */
a.bg-warning-soft:hover {
  background-color: rgba(255, 193, 7, 0.2);
  color: #f4cc30;
}

/* line 40097, app/assets/stylesheets/core.scss */
.bg-danger-soft {
  background-color: rgba(234, 67, 54, 0.1);
  color: #ea4336;
}

/* line 40101, app/assets/stylesheets/core.scss */
a.bg-danger-soft:hover {
  background-color: rgba(234, 67, 54, 0.2);
  color: #ea4336;
}

/* line 40106, app/assets/stylesheets/core.scss */
.bg-light-soft {
  background-color: rgba(244, 244, 245, 0.1);
  color: #f4f4f5;
}

/* line 40110, app/assets/stylesheets/core.scss */
a.bg-light-soft:hover {
  background-color: rgba(244, 244, 245, 0.2);
  color: #f4f4f5;
}

/* line 40115, app/assets/stylesheets/core.scss */
.bg-dark-soft {
  background-color: rgba(38, 31, 68, 0.1);
  color: #1c2232;
}

/* line 40119, app/assets/stylesheets/core.scss */
a.bg-dark-soft:hover {
  background-color: rgba(38, 31, 68, 0.2);
  color: #1c2232;
}

/* line 40124, app/assets/stylesheets/core.scss */
.bg-white-soft {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* line 40128, app/assets/stylesheets/core.scss */
a.bg-white-soft:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* line 40133, app/assets/stylesheets/core.scss */
.bg-light-primary-soft {
  background-color: rgba(255, 234, 230, 0.1);
  color: #ffeae6;
}

/* line 40137, app/assets/stylesheets/core.scss */
a.bg-light-primary-soft:hover {
  background-color: rgba(255, 234, 230, 0.2);
  color: #ffeae6;
}

/* line 40142, app/assets/stylesheets/core.scss */
.bg-light-danger-soft {
  background-color: rgba(255, 235, 234, 0.1);
  color: #ffebea;
}

/* line 40146, app/assets/stylesheets/core.scss */
a.bg-light-danger-soft:hover {
  background-color: rgba(255, 235, 234, 0.2);
  color: #ffebea;
}

/* line 40151, app/assets/stylesheets/core.scss */
.bg-light-info-soft {
  background-color: rgba(208, 255, 255, 0.1);
  color: #d0ffff;
}

/* line 40155, app/assets/stylesheets/core.scss */
a.bg-light-info-soft:hover {
  background-color: rgba(208, 255, 255, 0.2);
  color: #d0ffff;
}

/* line 40160, app/assets/stylesheets/core.scss */
.bg-light-warning-soft {
  background-color: rgba(255, 246, 225, 0.1);
  color: #fff6e1;
}

/* line 40164, app/assets/stylesheets/core.scss */
a.bg-light-warning-soft:hover {
  background-color: rgba(255, 246, 225, 0.2);
  color: #fff6e1;
}

/* line 40169, app/assets/stylesheets/core.scss */
.bg-light-secondary-soft {
  background-color: rgba(235, 221, 255, 0.1);
  color: #ebddff;
}

/* line 40173, app/assets/stylesheets/core.scss */
a.bg-light-secondary-soft:hover {
  background-color: rgba(235, 221, 255, 0.2);
  color: #ebddff;
}

/* line 40178, app/assets/stylesheets/core.scss */
.bg-light-success-soft {
  background-color: rgba(232, 255, 243, 0.1);
  color: #e8fff3;
}

/* line 40182, app/assets/stylesheets/core.scss */
a.bg-light-success-soft:hover {
  background-color: rgba(232, 255, 243, 0.2);
  color: #e8fff3;
}

/* line 40187, app/assets/stylesheets/core.scss */
.docs-header .docs-header-btn {
  display: flex;
  align-items: center;
}

/* line 40191, 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 40196, app/assets/stylesheets/core.scss */
.docs-header .navbar .navbar-brand {
  padding: 0px;
}

/* line 40199, app/assets/stylesheets/core.scss */
.docs-header .navbar .dropdown-menu {
  margin: 0px;
  border: 1px solid #efeef1;
}

/* line 40203, 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 40210, app/assets/stylesheets/core.scss */
.docs-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--gray-900);
}

/* line 40214, 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 40226, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .docs-nav {
  overflow-y: auto;
  height: calc(100% - 5.2rem) !important;
}

/* line 40230, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar {
  padding: 0rem;
}

/* line 40233, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav {
  min-width: 100%;
}

/* line 40236, 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 40242, 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 40250, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .navbar-header span {
  color: var(--gray-600);
}

/* line 40253, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .navbar-border {
  border-bottom: 1px solid var(--gray-200);
  margin: 1.25rem 0rem;
}

/* line 40257, 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 40265, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

/* line 40268, app/assets/stylesheets/core.scss */
.docs-nav-sidebar .navbar-nav .nav-item .nav-link.active {
  color: var(--primary);
}

/* line 40272, app/assets/stylesheets/core.scss */
.sidebar-nav-fixed {
  position: fixed;
  top: 3rem;
  height: calc(100vh - 4rem);
  overflow-y: auto;
  margin-top: 65px;
}

/* line 40279, app/assets/stylesheets/core.scss */
.sidebar-nav-fixed ul {
  list-style: none;
  padding-left: 16px;
}

/* line 40283, 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 40293, app/assets/stylesheets/core.scss */
.sidebar-nav-fixed ul li a:hover {
  color: var(--primary);
}

/* line 40296, app/assets/stylesheets/core.scss */
.sidebar-nav-fixed ul li a.active {
  display: block;
  color: var(--primary);
  background: transparent !important;
  text-decoration: none;
}

/* line 40303, app/assets/stylesheets/core.scss */
.doc-section-head {
  border-bottom: 1px solid var(--gray-200);
  padding: 40px 0px;
  margin-bottom: 40px;
}

/* line 40309, app/assets/stylesheets/core.scss */
.doc-section-head-text {
  font-size: 20px;
  line-height: 32px;
}

/* line 40314, app/assets/stylesheets/core.scss */
.docs-main-wrapper {
  min-height: 100%;
  position: relative;
}

/* line 40319, 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 40329, app/assets/stylesheets/core.scss */
.docs-content {
  padding: 0px 60px 140px 60px;
}

/* line 40333, app/assets/stylesheets/core.scss */
.docs-content-head {
  padding: 70px 0px;
}

/* line 40337, 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 40352, app/assets/stylesheets/core.scss */
.copy-button:hover {
  outline: 0;
  background-color: var(--white);
  color: var(--primary);
}

/* line 40357, app/assets/stylesheets/core.scss */
.copy-button:focus {
  outline: 0;
  background-color: var(--white);
  color: var(--primary);
}

/* line 40362, app/assets/stylesheets/core.scss */
.copy-button:active {
  outline: 0;
  background-color: var(--white);
  color: var(--primary);
}

/* line 40368, app/assets/stylesheets/core.scss */
.content-section {
  padding: 40px;
}

/* line 40372, app/assets/stylesheets/core.scss */
.content-section--paste {
  margin-top: 60px;
  background-color: var(--gray-200);
}

/* line 40376, app/assets/stylesheets/core.scss */
.content-section--paste h1, .content-section--paste .h1 {
  font-size: 12px;
  color: var(--gray-600);
  text-transform: uppercase;
}

/* line 40382, app/assets/stylesheets/core.scss */
.copy-content {
  position: relative;
  margin-bottom: 30px;
}

/* line 40387, app/assets/stylesheets/core.scss */
.copy-content-height {
  overflow: auto;
  max-height: 300px;
  border-radius: 6px;
}

/* line 40393, 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 40403, 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 40409, app/assets/stylesheets/core.scss */
.docs-example .tab-example-design::after {
  display: block;
  clear: both;
  content: "";
}

/* line 40414, 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 40425, 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 40430, 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 40436, app/assets/stylesheets/core.scss */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}

/* line 40443, app/assets/stylesheets/core.scss */
.scrollspy-example-2 {
  position: relative;
  height: 350px;
  overflow: auto;
}

/* line 40449, app/assets/stylesheets/core.scss */
.toast.hide {
  display: none;
}

/* line 40453, 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 40463, app/assets/stylesheets/core.scss */
.docs-footer p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 30px;
}

/* line 40468, 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 40478, app/assets/stylesheets/core.scss */
.slider-element-v1 {
  margin-bottom: 30px;
}

/* line 40482, app/assets/stylesheets/core.scss */
.docs-footer-text {
  margin-bottom: 0px;
}

/* line 40486, app/assets/stylesheets/core.scss */
.color-swatch {
  height: 214px;
  margin-bottom: 30px;
}

/* line 40491, app/assets/stylesheets/core.scss */
.color-swatch-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 135px;
}

/* line 40497, 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 40508, app/assets/stylesheets/core.scss */
.color-swatch-body-label {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}

/* line 40514, app/assets/stylesheets/core.scss */
.color-swatch-body-value {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

/* line 40520, app/assets/stylesheets/core.scss */
.doc-table .table th {
  padding: 20px 10px;
  vertical-align: top;
  border-top: 1px solid var(--gray-200);
}

/* line 40525, app/assets/stylesheets/core.scss */
.doc-table .table td {
  padding: 20px 10px;
  vertical-align: top;
  border-top: 1px solid var(--gray-200);
}

/* line 40531, 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 40539, app/assets/stylesheets/core.scss */
.docs-example-border-utils-0 [class^=border] {
  border: 1px solid var(--gray-200);
}

/* line 40543, app/assets/stylesheets/core.scss */
:focus {
  outline: 0;
}

@media only screen and (max-width: 768px) {
  /* line 40548, app/assets/stylesheets/core.scss */
  .docs-content {
    padding: 40px 0px 140px 20px;
  }
}

@media only screen and (max-width: 990px) {
  /* line 40553, app/assets/stylesheets/core.scss */
  .docs-nav-sidebar {
    width: 100%;
    position: relative;
    top: 56px;
    right: 0px;
    z-index: 1056;
  }
  /* line 40560, app/assets/stylesheets/core.scss */
  .docs-wrapper {
    margin-left: 0px;
  }
  /* line 40563, app/assets/stylesheets/core.scss */
  .docs-footer {
    margin-left: 0px;
  }
  /* line 40566, app/assets/stylesheets/core.scss */
  .docs-main-wrapper .main-content {
    margin-left: 0px;
    width: auto;
  }
  /* line 40570, app/assets/stylesheets/core.scss */
  .docs-content {
    padding: 30px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 40575, app/assets/stylesheets/core.scss */
  .docs-content {
    padding: 40px 0px 140px 60px;
  }
}

/* line 40579, 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 40587, app/assets/stylesheets/core.scss */
.navbar {
  z-index: 1001;
}

/* line 40590, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler {
  border: 0px;
}

/* line 40593, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

/* line 40598, 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 40606, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 190%;
  background-color: var(--white);
}

/* line 40611, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler .middle-bar {
  opacity: 0;
}

/* line 40614, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% -80%;
  background-color: var(--white);
}

/* line 40619, 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 40626, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background-color: var(--white);
}

/* line 40630, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

/* line 40633, app/assets/stylesheets/core.scss */
.navbar .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background-color: var(--white);
}

/* line 40637, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--white);
}

/* line 40640, 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 40659, 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 40667, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropstart .dropdown-menu-arrow:before {
  left: 13rem;
}

/* line 40670, 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 40680, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.3rem 1rem;
}

/* line 40683, 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 40689, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
}

/* line 40694, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0px;
}

/* line 40697, 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 40707, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus .dropdown-toggle::after {
  color: var(--primary);
}

/* line 40710, 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 40716, 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 40722, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle:hover::after {
  color: var(--primary);
}

/* line 40725, 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 40733, app/assets/stylesheets/core.scss */
.navbar .navbar-nav .dropdown-menu .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 9px;
  top: 23px;
}

/* line 40739, 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 40746, app/assets/stylesheets/core.scss */
.navbar-default-collapse {
  transition: 0.8s ease;
  background: #1c2232;
}

/* line 40750, app/assets/stylesheets/core.scss */
.navbar-default-collapse .navbar-brand {
  color: var(--gray-900);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 40755, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .dropdown-menu {
    box-shadow: none;
  }
  /* line 40758, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    box-shadow: none;
  }
  /* line 40761, 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 40766, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--gray-900);
  }
  /* line 40769, app/assets/stylesheets/core.scss */
  .header-btn {
    padding: 14px;
  }
}

@media (max-width: 575.98px) {
  /* line 40774, 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 40779, app/assets/stylesheets/core.scss */
  .navbar .nav-item .nav-link:hover {
    color: var(--gray-900);
  }
  /* line 40782, app/assets/stylesheets/core.scss */
  .header-btn {
    padding: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 40787, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .dropdown-menu {
    box-shadow: none;
  }
  /* line 40790, app/assets/stylesheets/core.scss */
  .navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    box-shadow: none;
  }
  /* line 40793, 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 40798, app/assets/stylesheets/core.scss */
  .navbar .nav-item .nav-link:hover {
    color: var(--gray-900);
  }
  /* line 40801, app/assets/stylesheets/core.scss */
  .navbar .dropdown .dropdown-toggle:after {
    color: var(--gray-900) !important;
  }
  /* line 40804, app/assets/stylesheets/core.scss */
  .header-btn {
    padding: 14px;
  }
}

@media (max-width: 991.98px) {
  /* line 40809, 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 40824, app/assets/stylesheets/core.scss */
  .navbar .navbar-collapse .show {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 40830, app/assets/stylesheets/core.scss */
  .navbar .dropdown-menu-md {
    min-width: 13rem !important;
  }
  /* line 40833, 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 40840, app/assets/stylesheets/core.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  /* line 40847, 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 40860, 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 40869, app/assets/stylesheets/core.scss */
  .navbar .dropdown-menu-lg {
    min-width: 25rem !important;
    border-radius: 0.25rem;
  }
  /* line 40873, app/assets/stylesheets/core.scss */
  .navbar .dropdown-menu.show {
    display: block;
  }
  /* line 40876, app/assets/stylesheets/core.scss */
  .navbar .dropdown .dropdown-submenu {
    position: relative;
  }
  /* line 40879, 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 40886, app/assets/stylesheets/core.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  /* line 40893, 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 40906, app/assets/stylesheets/core.scss */
  .navbar .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

/* line 40914, app/assets/stylesheets/core.scss */
.navbar-light .navbar-toggler {
  border-color: var(--gray-400) !important;
}

/* line 40917, app/assets/stylesheets/core.scss */
.navbar-light .navbar-toggler .icon-bar {
  background-color: var(--gray-400);
}

/* line 40920, app/assets/stylesheets/core.scss */
.navbar-light .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background-color: var(--gray-400);
}

/* line 40924, app/assets/stylesheets/core.scss */
.navbar-light .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

/* line 40927, app/assets/stylesheets/core.scss */
.navbar-light .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background-color: var(--gray-400);
}

/* line 40931, app/assets/stylesheets/core.scss */
.navbar-light .navbar-nav .nav-item .nav-link {
  color: var(--gray-900) !important;
  border-bottom: transparent;
}

/* line 40935, 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 40939, app/assets/stylesheets/core.scss */
.footer .list-group .list-group-item {
  background-color: transparent;
  padding: 0px;
  border: transparent;
  line-height: 1.9;
}

/* line 40945, app/assets/stylesheets/core.scss */
.footer .list-group .list-group-item .list-group-item-link {
  color: var(--body-color);
  font-weight: 400;
}

/* line 40949, app/assets/stylesheets/core.scss */
.footer .list-group .list-group-item .list-group-item-link:hover {
  color: var(--gray-300);
}

/* line 40953, app/assets/stylesheets/core.scss */
.img-overlay {
  position: relative;
  transition: 0.5s ease;
}

/* line 40957, 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 40967, app/assets/stylesheets/core.scss */
.img-overlay:hover .btn {
  color: var(--dark);
  background-color: var(--white);
  border-color: var(--white);
}

/* line 40973, 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 40977, app/assets/stylesheets/core.scss */
.bg-shape {
  position: relative;
}

/* line 40980, 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 40992, app/assets/stylesheets/core.scss */
.top-shape {
  position: relative;
}

/* line 40995, 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 41007, app/assets/stylesheets/core.scss */
.bottom-shape {
  position: relative;
}

/* line 41010, 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 41022, app/assets/stylesheets/core.scss */
.bg-pattern {
  position: relative;
}

/* line 41025, 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 41038, app/assets/stylesheets/core.scss */
.left-slant-shape {
  position: relative;
}

/* line 41041, 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 41053, app/assets/stylesheets/core.scss */
.right-slant-shape {
  position: relative;
}

/* line 41056, 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 41068, app/assets/stylesheets/core.scss */
.navbar-scroll {
  padding: 20px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}

/* line 41074, app/assets/stylesheets/core.scss */
.navbar-scroll ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  line-height: 1;
}

/* line 41081, app/assets/stylesheets/core.scss */
.navbar-scroll ul li {
  display: inline-block;
  flex: 0 0 auto;
}

/* line 41085, app/assets/stylesheets/core.scss */
.navbar-scroll ul li a {
  color: var(--dark);
  padding: 0px;
  margin: 0px 32px 0px 0px;
  font-weight: 600;
}

/* line 41091, app/assets/stylesheets/core.scss */
.navbar-scroll ul li a.active {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

/* line 41095, app/assets/stylesheets/core.scss */
.navbar-scroll ul li a:hover {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

/* line 41100, 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 41105, 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 41111, 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 41116, 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 41121, app/assets/stylesheets/core.scss */
.custom-pill .tab-content {
  background-color: var(--light-warning);
  padding: 30px;
  border-radius: 0px 0px 4px 4px;
}

/* line 41127, app/assets/stylesheets/core.scss */
.nav-footer-links .nav .nav-item .nav-link {
  font-size: 12px;
  color: var(--gray-900);
  padding: 2px 8px;
}

/* line 41132, app/assets/stylesheets/core.scss */
.nav-footer-links .nav .nav-item .nav-link:hover {
  color: var(--primary);
}

/* line 41136, app/assets/stylesheets/core.scss */
.nav-simple .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: var(--dark);
}

/* line 41140, 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 41148, app/assets/stylesheets/core.scss */
.card-img-left {
  border-radius: 0.25rem 0.25rem 0 0;
}

@media (min-width: 768px) {
  /* line 41153, app/assets/stylesheets/core.scss */
  .card-img-left {
    border-radius: 0.25rem 0 0 0.25rem;
  }
}

/* line 41157, app/assets/stylesheets/core.scss */
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.03rem;
}

/* line 41172, 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 41179, app/assets/stylesheets/core.scss */
  .dashboard-nav {
    padding: 1rem 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 41184, 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 41190, 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 41199, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .nav-item {
  margin-bottom: 2px;
}

/* line 41202, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .nav-item.active {
  color: var(--primary) !important;
}

/* line 41205, 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 41212, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .nav-item .nav-link i {
  position: relative;
  top: 1px;
}

/* line 41216, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

/* line 41219, app/assets/stylesheets/core.scss */
.dashboard-nav .navbar-nav .active > .nav-link {
  color: var(--primary) !important;
}

/* line 41223, app/assets/stylesheets/core.scss */
.dropdown-menu-lg {
  min-width: 22rem !important;
  border-radius: 0.25rem;
}

/* line 41228, app/assets/stylesheets/core.scss */
.dropdown-menu-md {
  min-width: 16rem !important;
  border-radius: 0.25rem;
}

/* line 41233, 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 41242, app/assets/stylesheets/core.scss */
.dropdown-menu .dropdown-item {
  font-weight: 600;
}

/* line 41246, app/assets/stylesheets/core.scss */
.dropdown-menu-center {
  position: absolute;
}

/* line 41250, app/assets/stylesheets/core.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 41254, app/assets/stylesheets/core.scss */
.table thead th {
  font-size: 13px;
  line-height: 26px;
}

/* line 41259, 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 41268, app/assets/stylesheets/core.scss */
.sb-round {
  border-radius: 50% !important;
}

/* line 41272, app/assets/stylesheets/core.scss */
.sb-facebook:hover {
  background-color: #3b5998;
  color: #fff;
  border-color: #3b5998;
}

/* line 41278, app/assets/stylesheets/core.scss */
.sb-twitter:hover {
  background-color: #1da1f2;
  color: #fff;
  border-color: #1da1f2;
}

/* line 41284, app/assets/stylesheets/core.scss */
.sb-instagram:hover {
  background-color: #5851db;
  color: #fff;
  border-color: #5851db;
}

/* line 41290, app/assets/stylesheets/core.scss */
.sb-google:hover {
  background-color: #ea4335;
  color: #fff;
  border-color: #ea4335;
}

/* line 41296, app/assets/stylesheets/core.scss */
.sb-linkedin:hover {
  background-color: #0077b5;
  color: #fff;
  border-color: #0077b5;
}

/* line 41302, app/assets/stylesheets/core.scss */
.sb-pinterest:hover {
  background-color: #bd081c;
  color: #fff;
  border-color: #bd081c;
}

/* line 41308, app/assets/stylesheets/core.scss */
.sb-tumblr:hover {
  background-color: #35465c;
  color: #fff;
  border-color: #35465c;
}

/* line 41314, app/assets/stylesheets/core.scss */
.sb-behance:hover {
  background-color: #1769ff;
  color: #fff;
  border-color: #1769ff;
}

/* line 41320, app/assets/stylesheets/core.scss */
.sb-dribbble:hover {
  background-color: #ea4c89;
  color: #fff;
  border-color: #ea4c89;
}

/* line 41326, app/assets/stylesheets/core.scss */
.sb-vk:hover {
  background-color: #45668e;
  color: #fff;
  border-color: #45668e;
}

/* line 41332, app/assets/stylesheets/core.scss */
.sb-odnoklassniki:hover {
  background-color: #ed812b;
  color: #fff;
  border-color: #ed812b;
}

/* line 41338, app/assets/stylesheets/core.scss */
.sb-skype:hover {
  background-color: #00aff0;
  color: #fff;
  border-color: #00aff0;
}

/* line 41344, app/assets/stylesheets/core.scss */
.sb-hangouts:hover {
  background-color: #0f9d58;
  color: #fff;
  border-color: #0f9d58;
}

/* line 41350, app/assets/stylesheets/core.scss */
.sb-youtube:hover {
  background-color: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

/* line 41356, app/assets/stylesheets/core.scss */
.sb-figma:hover {
  background-color: #a259ff;
  color: #fff;
  border-color: #a259ff;
}

/* line 41362, app/assets/stylesheets/core.scss */
.sb-github:hover {
  background-color: #4078c0;
  color: #fff;
  border-color: #4078c0;
}

/* Code blocks */
/* line 41369, app/assets/stylesheets/core.scss */
pre[class*=language-] {
  padding: 1em;
  overflow: auto;
  margin-bottom: 0px;
  border-radius: 0.5rem !important;
}

/* line 41376, app/assets/stylesheets/core.scss */
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: var(--gray-900);
}

/* line 41381, app/assets/stylesheets/core.scss */
div.code-toolbar {
  position: relative;
}

/* line 41384, 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 41391, app/assets/stylesheets/core.scss */
div.code-toolbar:hover > .toolbar, div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}

/* line 41394, app/assets/stylesheets/core.scss */
div.code-toolbar > .toolbar > .toolbar-item {
  display: inline-block;
}

/* line 41397, app/assets/stylesheets/core.scss */
div.code-toolbar > .toolbar > .toolbar-item > a {
  cursor: pointer;
}

/* line 41400, 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 41409, 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 41419, 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 41423, 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 41427, 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 41432, 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 41466, app/assets/stylesheets/core.scss */
#mapid {
  height: 300px;
}

/* line 41470, app/assets/stylesheets/core.scss */
.leaflet-pane {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
}

/* line 41476, app/assets/stylesheets/core.scss */
.leaflet-pane > svg {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 41481, app/assets/stylesheets/core.scss */
.leaflet-pane > svg path {
  pointer-events: none;
}

/* line 41484, app/assets/stylesheets/core.scss */
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 41488, app/assets/stylesheets/core.scss */
.leaflet-pane > canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 41494, 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 41505, app/assets/stylesheets/core.scss */
.leaflet-tile::-moz-selection {
  background: transparent;
}

/* line 41508, app/assets/stylesheets/core.scss */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* line 41512, 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 41524, 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 41536, app/assets/stylesheets/core.scss */
.leaflet-tile-container {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 41543, 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 41555, app/assets/stylesheets/core.scss */
.leaflet-image-layer {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 41562, app/assets/stylesheets/core.scss */
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 41568, 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 41575, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

/* line 41579, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-marker-pane img {
  max-width: none !important;
  max-height: none !important;
}

/* line 41583, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-shadow-pane img {
  max-width: none !important;
  max-height: none !important;
}

/* line 41587, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-tile-pane img {
  max-width: none !important;
  max-height: none !important;
}

/* line 41591, app/assets/stylesheets/core.scss */
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}

/* line 41595, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

/* line 41599, app/assets/stylesheets/core.scss */
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  color: #1c2232;
}

/* line 41603, app/assets/stylesheets/core.scss */
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

/* line 41606, 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 41612, app/assets/stylesheets/core.scss */
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

/* line 41615, 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 41630, app/assets/stylesheets/core.scss */
.leaflet-container a.leaflet-popup-close-button:hover {
  color: var(--dark);
}

/* line 41634, app/assets/stylesheets/core.scss */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* line 41637, app/assets/stylesheets/core.scss */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

/* line 41643, app/assets/stylesheets/core.scss */
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

/* line 41647, app/assets/stylesheets/core.scss */
.leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom;
}

/* line 41652, app/assets/stylesheets/core.scss */
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

/* line 41656, app/assets/stylesheets/core.scss */
.leaflet-tile-loaded {
  visibility: inherit;
}

/* line 41660, app/assets/stylesheets/core.scss */
.leaflet-overlay-pane {
  z-index: 400;
}

/* line 41663, app/assets/stylesheets/core.scss */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* line 41667, app/assets/stylesheets/core.scss */
.leaflet-tile-pane {
  z-index: 200;
}

/* line 41671, app/assets/stylesheets/core.scss */
.leaflet-shadow-pane {
  z-index: 500;
}

/* line 41675, app/assets/stylesheets/core.scss */
.leaflet-marker-pane {
  z-index: 600;
}

/* line 41679, app/assets/stylesheets/core.scss */
.leaflet-tooltip-pane {
  z-index: 650;
}

/* line 41683, app/assets/stylesheets/core.scss */
.leaflet-popup-pane {
  z-index: 700;
  cursor: auto;
}

/* line 41688, app/assets/stylesheets/core.scss */
.leaflet-map-pane canvas {
  z-index: 100;
}

/* line 41691, app/assets/stylesheets/core.scss */
.leaflet-map-pane svg {
  z-index: 200;
}

/* line 41695, app/assets/stylesheets/core.scss */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

/* line 41700, app/assets/stylesheets/core.scss */
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* line 41706, 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 41716, app/assets/stylesheets/core.scss */
.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  top: 0;
}

/* line 41722, app/assets/stylesheets/core.scss */
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

/* line 41726, app/assets/stylesheets/core.scss */
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  bottom: 0;
}

/* line 41732, app/assets/stylesheets/core.scss */
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

/* line 41735, app/assets/stylesheets/core.scss */
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* line 41739, app/assets/stylesheets/core.scss */
.leaflet-right {
  right: 0;
}

/* line 41742, app/assets/stylesheets/core.scss */
.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}

/* line 41747, app/assets/stylesheets/core.scss */
.leaflet-left {
  left: 0;
}

/* line 41750, app/assets/stylesheets/core.scss */
.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* line 41753, app/assets/stylesheets/core.scss */
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

/* line 41757, app/assets/stylesheets/core.scss */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

/* line 41760, app/assets/stylesheets/core.scss */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

/* line 41764, app/assets/stylesheets/core.scss */
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

/* line 41768, app/assets/stylesheets/core.scss */
.leaflet-zoom-animated {
  transform-origin: 0 0;
}

/* line 41772, 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 41776, app/assets/stylesheets/core.scss */
.leaflet-zoom-anim .leaflet-tile {
  transition: none;
}

/* line 41779, app/assets/stylesheets/core.scss */
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* line 41783, app/assets/stylesheets/core.scss */
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

/* line 41787, app/assets/stylesheets/core.scss */
.leaflet-interactive {
  cursor: pointer;
}

/* line 41791, app/assets/stylesheets/core.scss */
.leaflet-grab {
  cursor: grab;
}

/* line 41795, app/assets/stylesheets/core.scss */
.leaflet-crosshair {
  cursor: crosshair;
}

/* line 41798, app/assets/stylesheets/core.scss */
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

/* line 41802, app/assets/stylesheets/core.scss */
.leaflet-dragging .leaflet-grab {
  cursor: move;
  cursor: grabbing;
}

/* line 41806, app/assets/stylesheets/core.scss */
.leaflet-dragging .leaflet-grab .leaflet-interactive {
  cursor: move;
  cursor: grabbing;
}

/* line 41810, app/assets/stylesheets/core.scss */
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* line 41815, app/assets/stylesheets/core.scss */
.leaflet-marker-icon.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 41820, app/assets/stylesheets/core.scss */
.leaflet-image-layer.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 41825, app/assets/stylesheets/core.scss */
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

/* line 41830, app/assets/stylesheets/core.scss */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

/* line 41834, 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 41848, 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 41860, app/assets/stylesheets/core.scss */
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 41864, app/assets/stylesheets/core.scss */
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

/* line 41869, app/assets/stylesheets/core.scss */
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: var(--gray-100);
  color: var(--gray-400);
}

/* line 41875, 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 41884, 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 41889, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 41894, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 41898, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 41902, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

/* line 41905, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* line 41908, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

/* line 41912, app/assets/stylesheets/core.scss */
.leaflet-touch .leaflet-control-attribution {
  box-shadow: none;
}

/* line 41915, 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 41921, app/assets/stylesheets/core.scss */
.leaflet-control-zoom-in {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

/* line 41926, app/assets/stylesheets/core.scss */
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

/* line 41931, 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 41936, app/assets/stylesheets/core.scss */
.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}

/* line 41939, app/assets/stylesheets/core.scss */
.leaflet-control-layers label {
  display: block;
}

/* line 41943, 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 41948, app/assets/stylesheets/core.scss */
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: var(--dark);
  background: var(--white);
}

/* line 41953, app/assets/stylesheets/core.scss */
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

/* line 41956, app/assets/stylesheets/core.scss */
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* line 41961, app/assets/stylesheets/core.scss */
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

/* line 41967, app/assets/stylesheets/core.scss */
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

/* line 41973, app/assets/stylesheets/core.scss */
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid var(--gray-200);
  margin: 5px -10px 5px -6px;
}

/* line 41979, app/assets/stylesheets/core.scss */
.leaflet-default-icon-path {
  background-image: url(https://d1f92lrsd41duk.cloudfront.net/images/marker-icon.png);
}

/* line 41983, app/assets/stylesheets/core.scss */
.leaflet-control-attribution {
  padding: 0 5px;
  color: var(--dark);
}

/* line 41987, app/assets/stylesheets/core.scss */
.leaflet-control-attribution a {
  text-decoration: none;
}

/* line 41990, app/assets/stylesheets/core.scss */
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

/* line 41994, 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 42008, 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 42013, app/assets/stylesheets/core.scss */
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid var(--gray-200);
}

/* line 42017, app/assets/stylesheets/core.scss */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
  width: 240px;
}

/* line 42024, 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 42033, app/assets/stylesheets/core.scss */
.leaflet-popup-content {
  margin: 0px;
  line-height: 1.4;
}

/* line 42037, app/assets/stylesheets/core.scss */
.leaflet-popup-content p {
  margin: 18px 0;
}

/* line 42041, 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 42052, 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 42063, 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 42069, app/assets/stylesheets/core.scss */
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
  border: 1px solid #999;
}

/* line 42073, app/assets/stylesheets/core.scss */
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  border: 1px solid #999;
}

/* line 42078, app/assets/stylesheets/core.scss */
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 42081, app/assets/stylesheets/core.scss */
.leaflet-oldie .leaflet-control-zoom {
  border: 1px solid #999;
}

/* line 42084, app/assets/stylesheets/core.scss */
.leaflet-oldie .leaflet-control-layers {
  border: 1px solid #999;
}

/* line 42088, app/assets/stylesheets/core.scss */
.leaflet-div-icon {
  background: var(--white);
  border: 1px solid #666;
}

/* line 42093, 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 42108, app/assets/stylesheets/core.scss */
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

/* line 42113, app/assets/stylesheets/core.scss */
.leaflet-tooltip-top {
  margin-top: -6px;
}

/* line 42116, 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 42129, app/assets/stylesheets/core.scss */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

/* line 42132, 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 42146, app/assets/stylesheets/core.scss */
.leaflet-tooltip-left {
  margin-left: -6px;
}

/* line 42149, 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 42162, app/assets/stylesheets/core.scss */
.leaflet-tooltip-right {
  margin-left: 6px;
}

/* line 42165, 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 42178, app/assets/stylesheets/core.scss */
.irs--flat .irs-line {
  background-color: var(--gray-200);
  height: 3px;
  top: 30px;
}

/* line 42183, app/assets/stylesheets/core.scss */
.irs--flat .irs-bar {
  height: 3px;
  background-color: var(--primary);
  top: 30px;
}

/* line 42188, 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 42200, 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 42204, 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 42217, app/assets/stylesheets/core.scss */
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

/* line 42222, app/assets/stylesheets/core.scss */
.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

/* line 42226, 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 42234, app/assets/stylesheets/core.scss */
.irs--flat .irs-grid-pol.small {
  height: 9px;
}

/* line 42237, 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 42249, 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 42269, app/assets/stylesheets/core.scss */
mark.im-caret, .im-caret.mark {
  animation: 1s blink step-end infinite !important;
}

/* line 42273, app/assets/stylesheets/core.scss */
mark.im-caret-select, .im-caret-select.mark {
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 42277, app/assets/stylesheets/core.scss */
span.im-static {
  color: var(--gray-400);
}

/* line 42281, 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 42290, 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 42305, 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 42320, app/assets/stylesheets/core.scss */
div.im-colormask > input:-webkit-autofill ~ div {
  background-color: #faffbd;
}

/* line 42323, app/assets/stylesheets/core.scss */
div.im-colormask > input:focus {
  outline: none;
}

/* line 42326, app/assets/stylesheets/core.scss */
div.im-colormask > input::-moz-selection {
  background: none;
}

/* line 42329, app/assets/stylesheets/core.scss */
div.im-colormask > input::-moz-selection {
  background: none;
}
div.im-colormask > input::selection {
  background: none;
}

/* line 42332, app/assets/stylesheets/core.scss */
div.im-colormask > input::-moz-selection {
  background: none;
}

/* line 42335, app/assets/stylesheets/core.scss */
div.im-colormask > div {
  color: #1c2232;
  display: inline-block;
  width: 100px;
}

/* line 42341, app/assets/stylesheets/core.scss */
[im-insert=false] {
  caret-color: var(--danger);
  caret-shape: block;
}

/* line 42346, app/assets/stylesheets/core.scss */
.plyr {
  border-radius: 0.5rem;
  height: 250px;
}

/* line 42350, app/assets/stylesheets/core.scss */
.plyr.plyr--video:hover .plyr__controls {
  display: flex;
}

/* line 42354, app/assets/stylesheets/core.scss */
.plyr__poster {
  background-size: cover;
}

/* line 42358, app/assets/stylesheets/core.scss */
.plyr--video .plyr__controls {
  display: none;
}

/* line 42362, 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;
}
