@charset "UTF-8";
/*!
   * Bootstrap  v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
@import url("https://fonts.googleapis.com/css2?family=Arvo&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
/* line 1, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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-bg: #fff;
  --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-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

/* line 83, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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;
}

/* line 93, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

/* line 229, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 237, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 238, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 243, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

/* line 247, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  color: var(--bs-link-hover-color);
}

/* line 259, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 269, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 281, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 290, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 297, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 303, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 308, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 327, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 334, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 344, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 349, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

/* line 360, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 366, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 382, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 389, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 399, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 405, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 417, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 424, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 428, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 434, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 442, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 458, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 466, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 473, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 484, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 496, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 505, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 513, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 533, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 560, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 568, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 575, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 581, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 589, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 599, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 608, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 9, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

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

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

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

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

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

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 35, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 39, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 44, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: 2px solid currentcolor;
}

/* line 52, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 106, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 134, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 159, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 159, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 159, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 159, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 159, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

/* line 32, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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 76, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 101, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 112, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 116, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 130, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 136, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 143, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 149, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 160, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

/* line 164, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 174, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

/* line 179, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 183, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

/* line 188, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

/* line 192, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 193, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: 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");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 27, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 38, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 44, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 51, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 0.25rem;
}

/* line 65, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 0.5rem;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 43, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 52, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 56, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 62, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 66, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  background-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 74, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  background-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 83, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-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 94, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 120, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 123, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 131, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 135, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 146, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 150, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 157, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 162, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 169, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 7, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px 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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 28, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 32, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 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 {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 64, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 71, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

/* line 68, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 0.5rem;
}

/* line 77, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 0.25rem;
}

/* line 86, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 25, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 34, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

/* line 50, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  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 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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]) {
  padding-right: 4.125rem;
  background-image: 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"), 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 117, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 121, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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(25, 135, 84, 0.25);
}

/* line 125, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 131, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 25, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 34, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

/* line 50, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  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 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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]) {
  padding-right: 4.125rem;
  background-image: 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"), 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 117, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 121, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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(220, 53, 69, 0.25);
}

/* line 125, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 131, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 185, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 189, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 201, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 0.5rem;
}

/* line 205, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 0.25rem;
}

/* line 1, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 59, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --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: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

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

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

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

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

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

/* line 116, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 59, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 59, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 59, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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;
}

/* line 188, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 195, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 202, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 212, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 217, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 227, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 234, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: 0.375rem;
}

/* line 40, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 133, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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;
  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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 33, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 40, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 51, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 64, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  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 70, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 77, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 85, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 92, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 105, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 117, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 124, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 137, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 145, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 155, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 166, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 169, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --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(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --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%280, 0, 0, 0.55%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(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 103, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

/* line 108, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 118, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 123, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 139, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 148, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 148, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 158, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 162, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 171, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 182, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 196, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 214, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 227, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 242, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 196, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 214, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 227, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 242, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 196, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 214, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 227, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 242, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 196, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 214, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 227, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 242, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 196, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 214, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 227, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 242, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 196, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 201, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 204, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 208, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 214, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 218, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 223, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 227, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 242, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 246, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 267, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --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);
  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 38, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 43, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 52, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 60, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 66, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 74, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

/* line 78, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

/* line 83, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 92, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 101, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 108, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 113, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 119, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 129, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 135, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 141, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 147, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 157, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 163, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 168, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 181, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 178, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 190, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 195, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 202, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 205, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 210, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 217, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 220, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 225, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --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: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --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='%230c63e4'%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: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

/* line 32, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 71, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 75, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 87, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 105, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 130, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 139, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 140, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 1, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --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: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 80, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 0.5rem;
}

/* line 107, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 0.25rem;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 0.375rem;
  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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  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 27, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 33, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 42, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 46, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

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

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --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 32, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 32, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 44, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 50, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 10, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 10, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 10, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 10, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 10, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 10, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* line 18, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 30, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: 0.25;
}

/* line 38, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --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: 1px;
  --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: 1px;
  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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 148, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 157, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 190, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 196, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 203, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 214, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 220, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 226, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 231, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

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

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

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

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

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

/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --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;
  padding: var(--bs-tooltip-arrow-height);
  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 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 33, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 38, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 50, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 58, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 63, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 72, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 75, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 83, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 88, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 113, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --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: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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%;
  list-style: none;
}

/* line 170, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 170, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 190, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 200, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 214, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 219, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 223, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: transform 0.3s ease-in-out;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 55, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 63, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 73, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 82, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: transform 0.3s ease-in-out;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 55, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 63, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 73, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 82, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: transform 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 55, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 63, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 73, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 82, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 55, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 63, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 73, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 82, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 55, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 63, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 73, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 82, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 104, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 47, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 55, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 63, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 73, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 82, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 87, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 117, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 121, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 127, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 135, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 140, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #0d6efd !important;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #6c757d !important;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #198754 !important;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #0dcaf0 !important;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #ffc107 !important;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545 !important;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa !important;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529 !important;
}

/* line 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

/* line 3, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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 6, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  --bs-border-width: 1px;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  --bs-border-width: 2px;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  --bs-border-width: 3px;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  --bs-border-width: 4px;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  --bs-border-width: 5px;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/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, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* PFDINTextStd */
/*@import url(//hello.myfonts.net/count/3b03d8);*/
@font-face {
  font-family: 'PFDINTextStd-Regular';
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_5_0-d7e04a505c194af605bb52c916dc351477e4d3cca7c18ee6d2e44195b6a3aba8.eot);
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_5_0-d7e04a505c194af605bb52c916dc351477e4d3cca7c18ee6d2e44195b6a3aba8.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/PFDINTextStd/3B03D8_5_0-61b9321a6df49e7f3f9e7fcbf0cf17efceee72267126dfe60e888ce126f62c38.woff2) format("woff2"), url(/assets/webfonts/PFDINTextStd/3B03D8_5_0-bdc2c366472fffcbb47a5dee2a85226aece97d3f1dfe8d9d6632a342d49f03f7.woff) format("woff"), url(/assets/webfonts/PFDINTextStd/3B03D8_5_0-f519eb90cf49075adf9d361b25d5f112d1da09b16d5c4396bbeeeeea997e8764.ttf) format("truetype");
}

@font-face {
  font-family: 'PFDINTextStd-Italic';
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_2_0-175b474ae15c39eee90ae908c02290d304762322c4ed29eac9ad8e733d735edb.eot);
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_2_0-175b474ae15c39eee90ae908c02290d304762322c4ed29eac9ad8e733d735edb.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/PFDINTextStd/3B03D8_2_0-bff834fdd2684e0e6f763ab114f50a7e4acfe80a70ab720424a03783c3733c37.woff2) format("woff2"), url(/assets/webfonts/PFDINTextStd/3B03D8_2_0-202db2490c06345cf7fdc96f5b03e5fdf2c24c9f83f9b813c504c980d4f1adb8.woff) format("woff"), url(/assets/webfonts/PFDINTextStd/3B03D8_2_0-7d148e8dc465f979a34114a0448e384bf5f1d1fa49ceacd59d50f5b8963e7159.ttf) format("truetype");
}

@font-face {
  font-family: 'PFDINTextStd-Medium';
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_4_0-82484f44b939448868a0ff50a48c3fac20b2fa894a6bd6d3979fd9af623127ca.eot);
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_4_0-82484f44b939448868a0ff50a48c3fac20b2fa894a6bd6d3979fd9af623127ca.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/PFDINTextStd/3B03D8_4_0-b53eede2e004b070bfa55cd3448d46e6b7381a384f8c2fbaadf3db51846d0316.woff2) format("woff2"), url(/assets/webfonts/PFDINTextStd/3B03D8_4_0-7dac72a6f8992623eee6818aab494bdbe9f5b07242cfe4276eec58d5f5064489.woff) format("woff"), url(/assets/webfonts/PFDINTextStd/3B03D8_4_0-c6990f3739f0c75a07aa88a95393bdb5d2d5e8ece11015febad823dd5711a29d.ttf) format("truetype");
}

@font-face {
  font-family: 'PFDINTextStd-MediumItalic';
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_3_0-a5671decba6fed156e07dd8432db675bcefac8317474b3caf6f1e90ce6f314e2.eot);
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_3_0-a5671decba6fed156e07dd8432db675bcefac8317474b3caf6f1e90ce6f314e2.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/PFDINTextStd/3B03D8_3_0-e76b35f4662bc95fb083b988a965997a774aa7eadb8b232a2891eaaafd648adc.woff2) format("woff2"), url(/assets/webfonts/PFDINTextStd/3B03D8_3_0-7a47019ec856c9dab4cedf61b5b971e6a87ef1eba2c8bad283c4055f9bb170ec.woff) format("woff"), url(/assets/webfonts/PFDINTextStd/3B03D8_3_0-c606a2775bafb3d38acb1815e3f8e456cf3e85c5c360d8f01a10f256899dc84f.ttf) format("truetype");
}

@font-face {
  font-family: 'PFDINTextStd-Bold';
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_1_0-853a8f1b27c07f64fc87677b8c6fb5d29f0973e9a2e1d5137cee9e56871c3f59.eot);
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_1_0-853a8f1b27c07f64fc87677b8c6fb5d29f0973e9a2e1d5137cee9e56871c3f59.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/PFDINTextStd/3B03D8_1_0-49a352d8128e3c3be9bf195185f5e139b264e8d2de3724d8567aebec379b0d0e.woff2) format("woff2"), url(/assets/webfonts/PFDINTextStd/3B03D8_1_0-580cd9e46d2b2e4645b3edc7dd842a4bde114047d1d4f035a0c797ac0eb0c909.woff) format("woff"), url(/assets/webfonts/PFDINTextStd/3B03D8_1_0-ad4cdc082e650d84ce4f9a80d8cc3080bf6ac48d8069ed4c6199f8a58a5b2eba.ttf) format("truetype");
}

@font-face {
  font-family: 'PFDINTextStd-BoldItalic';
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_0_0-688146e74c68b91d58a3cb653bc72049809ab200879cccc32ad1438a71465547.eot);
  src: url(/assets/webfonts/PFDINTextStd/3B03D8_0_0-688146e74c68b91d58a3cb653bc72049809ab200879cccc32ad1438a71465547.eot?#iefix) format("embedded-opentype"), url(/assets/webfonts/PFDINTextStd/3B03D8_0_0-0c7ebb67ac7b21964b5b29b180400782523ce50e64fd7b8b243731e779371e35.woff2) format("woff2"), url(/assets/webfonts/PFDINTextStd/3B03D8_0_0-9740c3850f283ba041c37b382dba48666a7a10e3ad64a8d459ac0049825fbebb.woff) format("woff"), url(/assets/webfonts/PFDINTextStd/3B03D8_0_0-a76be511bceff03374eefbbb4c81483adbd7b203532193147541ad889ca04e56.ttf) format("truetype");
}

/* Torque */
@font-face {
  font-family: "Torque Web Light";
  src: url(/assets/webfonts/Torque/torqueweb-light-bce5158f0d162028cf9ec1b33ceff9ab488b48e044e56876b0b64007509815d2.eot);
  src: url(/assets/webfonts/Torque/torqueweb-light-c785c73f600ba58895ed14e048a2cab9580d79828481b0b3fbb32f82b81a576d.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Torque Web Book";
  src: url(/assets/webfonts/Torque/torqueweb-book-88251b0b9a7aa037d21f2c8b4a05ae331c6522824e1e3350a40875fce0d35bb4.eot);
  src: url(/assets/webfonts/Torque/torqueweb-book-89c3eaf0dff2eba9dd6098c24d895cfe67d18b483f22a39b85f7a623982dded7.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Torque Web Medium";
  src: url(/assets/webfonts/Torque/torqueweb-medium-78cd9fd38ab7930fc9c1698627df6e334646ba28a41a4279f958e6d4fb9ee73c.eot);
  src: url(/assets/webfonts/Torque/torqueweb-medium-01813beb03174b3dea655164e6e3684f4e97718465a41412dfcdbd0b96db4be5.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Torque Web Bold";
  src: url(/assets/webfonts/Torque/torqueweb-bold-e658d6e7c02c0b99f96c6aa9d58bedab0ed1ac8d7e3f37209af4b08cb4d4d741.eot);
  src: url(/assets/webfonts/Torque/torqueweb-bold-79e4e45df3534e9e1a62d62f1a962e220dd26532e11fa68bc150e4f9712a0a37.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Torque Web Ultra";
  src: url(/assets/webfonts/Torque/torqueweb-ultra-7def6f28fa3e8af54acb8427ceb5b6e55c1876fcab505e78bc1b23ac83b2fc04.eot);
  src: url(/assets/webfonts/Torque/torqueweb-ultra-767dae05d4666bab911b2f28914e547ecd7bf832b88b1e64f828bea7a8a7934a.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Torque Web Inline";
  src: url(/assets/webfonts/Torque/torqueweb-inline-220380f5850d6860954e583c338611626f980e1df5efa17fc6edeede45116f4e.eot);
  src: url(/assets/webfonts/Torque/torqueweb-inline-effe617090e63891c8283b3e45fae816c818b5da0d5d6c8a1edaba39d17e89f9.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Slider */
/* line 2, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 51, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, ../../../.rbenv/versions/3.4.6/lib/ruby/gems/3.4.0/gems/jquery-slick-rails-1.10.0/app/assets/stylesheets/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 23, app/assets/stylesheets/btca.scss */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PFDINTextStd-Regular", sans-serif;
}

/* line 32, app/assets/stylesheets/btca.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 39, app/assets/stylesheets/btca.scss */
body {
  background: #160c5a;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -webkit-overflow-scrolling: none;
}

/* line 45, app/assets/stylesheets/btca.scss */
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
}

/* line 51, app/assets/stylesheets/btca.scss */
body,
p,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

/* line 62, app/assets/stylesheets/btca.scss */
sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

/* line 69, app/assets/stylesheets/btca.scss */
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

/* line 75, app/assets/stylesheets/btca.scss */
#page {
  z-index: 1;
  background: #fff;
}

/* line 80, app/assets/stylesheets/btca.scss */
body.modal_open {
  overflow: hidden;
  padding-right: 17px;
}

/* line 84, app/assets/stylesheets/btca.scss */
body.nav_open {
  overflow: hidden;
}

/* line 88, app/assets/stylesheets/btca.scss */
.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  overflow: auto;
  z-index: 9999;
}

/* line 101, app/assets/stylesheets/btca.scss */
.modal_holder {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  display: table;
  min-height: 100%;
}

/* line 108, app/assets/stylesheets/btca.scss */
.modal_cell {
  display: table-cell;
  vertical-align: middle;
  min-height: 100%;
}

/* line 113, app/assets/stylesheets/btca.scss */
a.modal_close {
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/close-e26f4a744e2f16c179b0e3dc1734eae84186bec202396a871281e29484f200ea.png) 0 0 no-repeat;
  background-size: 28px auto;
  text-indent: -9999px;
  overflow: hidden;
  position: fixed;
  top: 24px;
  right: 18px;
  z-index: 99999;
}

/* line 126, app/assets/stylesheets/btca.scss */
a.modal_close:hover {
  background-position: 0 -28px;
}

/* line 129, app/assets/stylesheets/btca.scss */
body.modal_open .modal {
  display: block;
}

/* Mobile First CSS */
/* In Page Styles */
/* line 136, app/assets/stylesheets/btca.scss */
.page_content button.button-orange {
  max-width: 330px;
  background: #f0534e;
  color: #fff;
  font-size: 18px;
  font-family: "Torque Web Bold", sans-serif;
  display: inline-block;
  width: 90%;
  height: 50px;
  border: 0;
  border-radius: 6px;
}

/* line 150, app/assets/stylesheets/btca.scss */
.page_content button.button-orange:hover {
  background: #cc3333;
}

/* line 153, app/assets/stylesheets/btca.scss */
.page_content h1, .page_content .h1 {
  color: #f0534e;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 32px;
}

/* line 160, app/assets/stylesheets/btca.scss */
.page_content h2, .page_content .h2 {
  color: #160c5a;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 25px;
}

/* line 168, app/assets/stylesheets/btca.scss */
.page_content ul {
  color: #160c5a;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 20px;
  line-height: 18px;
  padding-left: 0px;
}

/* line 177, app/assets/stylesheets/btca.scss */
.page_content h2.subhead, .page_content .subhead.h2 {
  color: #0d5380;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 20px;
}

/* line 184, app/assets/stylesheets/btca.scss */
.page_content h2.subhead em, .page_content .subhead.h2 em {
  font-family: "PFDINTextStd-Italic", sans-serif;
  font-style: normal;
}

/* line 189, app/assets/stylesheets/btca.scss */
.page_content div.label {
  color: #cc3333;
  font-family: "Torque Web Medium", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 15px;
}

/* line 197, app/assets/stylesheets/btca.scss */
.page_content h3, .page_content .h3 {
  color: #007a96;
  font-family: "PFDINTextStd-Bold", sans-serif;
  font-weight: 400;
  padding: 15px 0 10px 0;
  font-size: 24px;
}

/* line 205, app/assets/stylesheets/btca.scss */
.page_content h3.resources_count, .page_content .resources_count.h3 {
  padding: 0;
}

/* line 209, app/assets/stylesheets/btca.scss */
.page_content h4, .page_content .h4 {
  color: #007a96;
  font-family: "PFDINTextStd-Bold", sans-serif;
  font-weight: 400;
  padding: 15px 0 0 0;
  font-size: 20px;
}

/* line 216, app/assets/stylesheets/btca.scss */
.page_content h5, .page_content .h5 {
  color: #037996;
  font-family: "PFDINTextStd-Bold", sans-serif;
  font-weight: 400;
  padding: 15px 0 0 0;
  font-size: 16px;
  text-transform: uppercase;
}

/* line 225, app/assets/stylesheets/btca.scss */
.page_content p {
  color: #160c5a;
  font-family: "PFDINTextStd-Regular", sans-serif;
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 28px;
}

/* line 232, app/assets/stylesheets/btca.scss */
.page_content p em {
  font-family: "PFDINTextStd-Italic", sans-serif;
  font-style: normal;
}

/* line 237, app/assets/stylesheets/btca.scss */
.page_content p.intro {
  color: #0d5380;
  font-family: "PFDINTextStd-Medium", sans-serif;
  margin: 0 0 10px 0;
  font-size: 23px;
  line-height: 28px;
}

/* line 244, app/assets/stylesheets/btca.scss */
.page_content p.intro em {
  color: #0d5380;
  font-family: "PFDINTextStd-MediumItalic", sans-serif;
  font-style: normal;
}

/* line 250, app/assets/stylesheets/btca.scss */
.page_content p a {
  color: #0d5380;
  text-decoration: underline;
}

/* line 254, app/assets/stylesheets/btca.scss */
.page_content p a:hover {
  color: #f0534e;
  text-decoration: underline;
}

/* line 258, app/assets/stylesheets/btca.scss */
.page_content p strong {
  font-family: "PFDINTextStd-Bold", sans-serif;
  font-weight: 400;
}

/* line 262, app/assets/stylesheets/btca.scss */
.page_content p strong em {
  font-family: "PFDINTextStd-BoldItalic", sans-serif;
  font-style: normal;
}

/* line 266, app/assets/stylesheets/btca.scss */
.page_content p em strong {
  font-family: "PFDINTextStd-BoldItalic", sans-serif;
  font-style: normal;
}

/* line 271, app/assets/stylesheets/btca.scss */
.page_content .Callout-headline {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  color: #5dbb41;
  text-transform: uppercase;
  line-height: 1.5;
}

/* line 281, app/assets/stylesheets/btca.scss */
.page_content .Callout-summary {
  font-size: 0.875rem;
}

/* line 285, app/assets/stylesheets/btca.scss */
.page_content .Callout-summary a {
  color: #0072d0;
}

/* line 289, app/assets/stylesheets/btca.scss */
.Media-caption p {
  margin: 0 0 1em !important;
  font-size: 0.875rem !important;
  color: #888888 !important;
  line-height: 1.75 !important;
  font-family: "Lato", "Helvetica Neue", sans-serif !important;
}

/* Top Header */
/* line 299, app/assets/stylesheets/btca.scss */
#main_header {
  position: sticky;
  padding: 11px 0 0 0;
  background: #160c5a;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}

/* line 310, app/assets/stylesheets/btca.scss */
#main_header #header_logo {
  margin: 0 0 20px 0;
}

/* line 313, app/assets/stylesheets/btca.scss */
#main_header #header_logo a {
  display: block;
  width: 260px;
  height: 59px;
  overflow: hidden;
  position: relative;
}

/* line 320, app/assets/stylesheets/btca.scss */
#main_header #header_logo a span {
  display: block;
  position: relative;
  width: 260px;
  height: 59px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/assets/topnav_logo-e7cfa3d0710acc7be339a075366ff3a5c1dc16d48a157cfd5c72c473620fe2a4.png) no-repeat;
  background-position: 0 0;
  background-size: 260px 117px;
}

/* line 332, app/assets/stylesheets/btca.scss */
#main_header #header_logo a:hover span {
  background-position: 0 -59px;
}

/* Top Nav */
/* line 337, app/assets/stylesheets/btca.scss */
body.nav_open #main_header {
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: auto;
  height: 100%;
}

/* line 342, app/assets/stylesheets/btca.scss */
#site_nav {
  display: none;
  /*min-height: calc((var(--vh, 1vh) * 100) - 185px);*/
  position: relative;
  padding: 0 0 130px 0;
  width: 100%;
}

/* line 349, app/assets/stylesheets/btca.scss */
body.nav_open #main_header #site_nav {
  display: block;
}

/* line 353, app/assets/stylesheets/btca.scss */
#main_nav {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #0e497a;
}

/* line 360, app/assets/stylesheets/btca.scss */
#main_nav > li {
  margin: 0;
  padding: 24px 20px;
  border-bottom: 1px solid #0e497a;
  width: 100%;
  justify-content: space-between;
}

/* line 367, app/assets/stylesheets/btca.scss */
#main_nav > li > a {
  display: block;
  font-family: "Torque Web Bold", sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
}

/* line 376, app/assets/stylesheets/btca.scss */
#main_nav > li > a br {
  display: none;
}

/* line 379, app/assets/stylesheets/btca.scss */
#main_nav > li > a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 384, app/assets/stylesheets/btca.scss */
#alliance_nav-holder {
  display: none;
  z-index: 1000;
}

/* line 389, app/assets/stylesheets/btca.scss */
#alliance_nav-holder-payments, #alliance_nav-holder-climate-actions {
  display: none;
  z-index: 1000;
}

/* line 394, app/assets/stylesheets/btca.scss */
#alliance_nav-left {
  display: none;
}

/* line 397, app/assets/stylesheets/btca.scss */
#alliance_photo {
  width: 250px;
  float: right;
  margin-right: 20px;
}

/* line 402, app/assets/stylesheets/btca.scss */
#alliance_photo img {
  width: 100%;
  height: auto;
}

/* line 406, app/assets/stylesheets/btca.scss */
#alliance_text {
  width: calc(100% - 270px);
  float: right;
  max-width: 400px;
}

/* line 411, app/assets/stylesheets/btca.scss */
#alliance_text p {
  font-size: 18px;
  line-height: 24px;
  color: #0d5380;
  font-family: "PFDINTextStd-Regular", sans-serif;
  max-width: 340px;
}

/* line 418, app/assets/stylesheets/btca.scss */
#alliance_text p em {
  font-family: "PFDINTextStd-Italic", sans-serif;
  font-style: normal;
}

/* line 423, app/assets/stylesheets/btca.scss */
#alliance_nav-right h3, #alliance_nav-right .h3 {
  padding: 0;
}

/* line 427, app/assets/stylesheets/btca.scss */
#alliance_nav {
  margin: 14px 0 0 0;
  padding: 0;
  list-style: none;
}

/* line 432, app/assets/stylesheets/btca.scss */
#alliance_nav li {
  margin: 0 0 12px 0;
  padding: 0;
}

/* line 436, app/assets/stylesheets/btca.scss */
#alliance_nav li a {
  display: block;
  color: #007a96;
  text-decoration: none;
  font-size: 18px;
  font-family: "PFDINTextStd-Regular", sans-serif;
}

/* line 443, app/assets/stylesheets/btca.scss */
#alliance_nav li a:hover {
  text-decoration: none;
}

/* line 447, app/assets/stylesheets/btca.scss */
#main_nav li.alliance_nav-open {
  padding-bottom: 10px;
}

/* line 450, app/assets/stylesheets/btca.scss */
#main_nav li.alliance_nav-open #alliance_nav-toggle:after {
  background-position: 0 -23px;
}

/* line 453, app/assets/stylesheets/btca.scss */
#main_nav li.alliance_nav-open #alliance_nav-toggle-payments:after {
  background-position: 0 -23px;
}

/* line 457, app/assets/stylesheets/btca.scss */
#main_nav li.alliance_nav-open #alliance_nav-toggle-climate-actions:after {
  background-position: 0 -23px;
}

/* line 461, app/assets/stylesheets/btca.scss */
#main_nav li.alliance_nav-open #alliance_nav-holder {
  display: block;
}

/* line 465, app/assets/stylesheets/btca.scss */
#main_nav li.alliance_nav-open #alliance_nav-holder-payments {
  display: block;
}

/* line 469, app/assets/stylesheets/btca.scss */
#main_nav li.alliance_nav-open #alliance_nav-holder-climate-actions {
  display: block;
}

/* line 473, app/assets/stylesheets/btca.scss */
#header_search {
  display: none;
}

/* line 476, app/assets/stylesheets/btca.scss */
#mobile_search {
  display: block;
}

/* line 480, app/assets/stylesheets/btca.scss */
#mobile_search {
  padding: 24px 20px;
  border-bottom: 1px solid #0e497a;
}

/* line 484, app/assets/stylesheets/btca.scss */
#mobilesearch_form {
  position: relative;
}

/* line 487, app/assets/stylesheets/btca.scss */
#mobilesearch_form input[type="text"] {
  width: calc(100% - 30px);
  display: inline-block;
  padding: 0 6px;
  box-sizing: border-box;
  background: #160c5a;
  float: left;
  border: none;
  color: #00b5b5;
  font-family: "Torque Web Book", sans-serif;
  font-size: 22px;
  height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 503, app/assets/stylesheets/btca.scss */
#mobilesearch_form input[type="text"]::-moz-placeholder {
  color: #00b5b5;
  opacity: 1;
}
#mobilesearch_form input[type="text"]::placeholder {
  color: #00b5b5;
  opacity: 1;
}

/* line 507, app/assets/stylesheets/btca.scss */
#mobilesearch_form input[type="text"]:-ms-input-placeholder {
  color: #00b5b5;
}

/* line 510, app/assets/stylesheets/btca.scss */
#mobilesearch_form input[type="text"]::-ms-input-placeholder {
  color: #00b5b5;
}

/* line 513, app/assets/stylesheets/btca.scss */
#mobilesearch_form input[type="submit"] {
  width: 23px;
  height: 26px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/assets/search_icon_menu-8a089710012f5f49d601857ccfefab9dff41d1c52bf7947c152db4d1ac58e4c2.png) 0 0 no-repeat;
  background-size: 23px 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 525, app/assets/stylesheets/btca.scss */
#mobilesearch_form #mobilesearch_holder {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}

/* line 532, app/assets/stylesheets/btca.scss */
#header_search a {
  display: none;
  float: right;
  margin: 0;
  width: 26px;
  height: 25px;
  overflow: hidden;
  background: url(/assets/search_icon-b4936a2282a1d2aa6e1c84fc97ef5b4974463629a4f327fe7530e77ea1311adf.png) 0 0 no-repeat;
  background-size: 26px 50px;
  margin-right: 25px;
}

/* line 544, app/assets/stylesheets/btca.scss */
#header_search a:hover {
  background-position: 0 -25px;
}

/* line 548, app/assets/stylesheets/btca.scss */
#language_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 20px;
  bottom: 30px;
}

/* line 556, app/assets/stylesheets/btca.scss */
#language_nav li {
  margin: 0;
  padding: 0;
  display: none;
}

/* line 561, app/assets/stylesheets/btca.scss */
#language_nav li a {
  text-decoration: none;
  color: #00b5b5;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 18px;
  padding: 4px 0;
  display: block;
}

/* line 569, app/assets/stylesheets/btca.scss */
#language_nav li.language_nav-selected {
  display: block;
}

/* line 572, app/assets/stylesheets/btca.scss */
#language_nav.language_nav-open li {
  display: block;
}

/* line 575, app/assets/stylesheets/btca.scss */
#language_nav:hover li {
  display: block;
}

/* line 578, app/assets/stylesheets/btca.scss */
#language_nav li a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 583, app/assets/stylesheets/btca.scss */
#header_hosted {
  width: 181px;
  position: absolute;
  right: 20px;
  bottom: 25px;
  text-align: right;
}

/* line 590, app/assets/stylesheets/btca.scss */
#header_hosted:after {
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  color: #00b5b5;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 10px;
  text-align: left;
}

/* line 606, app/assets/stylesheets/btca.scss */
#hosted_sustainable {
  width: 80px;
  height: auto;
  display: inline-block;
}

/* Nav Toggle */
/* line 614, app/assets/stylesheets/btca.scss */
#nav_toggle {
  display: block;
  width: 26px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 32px;
  line-height: 21px;
  outline: none;
  z-index: 11;
}

/* line 625, app/assets/stylesheets/btca.scss */
#nav_toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 9px;
}

/* line 635, app/assets/stylesheets/btca.scss */
#nav_toggle.nav_toggle-close span {
  background: transparent;
}

/* line 638, app/assets/stylesheets/btca.scss */
#nav_toggle.nav_toggle-close:before {
  transform: rotate(-135deg);
  top: 11px;
  background: #f0534e;
}

/* line 647, app/assets/stylesheets/btca.scss */
#nav_toggle.nav_toggle-close:after {
  transform: rotate(135deg);
  top: 11px;
  background: #f0534e;
}

/* Site Footer */
/* line 658, app/assets/stylesheets/btca.scss */
#site_footer {
  padding: 60px 20px 50px;
  background: #160c5a;
}

/* line 663, app/assets/stylesheets/btca.scss */
#site_footer.fixed {
  position: fixed;
}

/* line 667, app/assets/stylesheets/btca.scss */
#footer_top {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

/* line 672, app/assets/stylesheets/btca.scss */
#footer_social {
  position: relative;
  text-align: left;
}

/* line 676, app/assets/stylesheets/btca.scss */
#footer_social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 4px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px auto;
  text-indent: -9999px;
}

/* line 687, app/assets/stylesheets/btca.scss */
#footer_social a:hover {
  background-position: 0 -40px;
}

/* line 690, app/assets/stylesheets/btca.scss */
#footer_social a.social_facebook {
  background-image: url(/assets/footer_facebook_icon-3d7aa36c3dc9d1430ff4f3c86e5d6e4dea2dbd3846b0a8a1bece3db0a33839a4.png);
}

/* line 693, app/assets/stylesheets/btca.scss */
#footer_social a.social_linkedin {
  background-image: url(/assets/footer_linkedin_icon-ec86da03f971dc8cc190fd82f432ef07dfa05d580e76fc89cf9dd644f3dc3337.png);
}

/* line 696, app/assets/stylesheets/btca.scss */
#footer_social a.social_twitter {
  background-image: url(/assets/footer_twitter_icon-0749f55d595e5a7ec5934b92e50b2a6ddf338852da762f909f214ed4e95aae0e.png);
}

/* line 699, app/assets/stylesheets/btca.scss */
#footer_social a.social_yt {
  background-image: url(/assets/footer_yt_icon-896423e4355031bebb163877c80856708aca5370dc93ff1058729235a2423536.png);
}

/* line 702, app/assets/stylesheets/btca.scss */
#footer_social a.social_slideshare {
  background-image: url(/assets/footer_slideshare_icon-4cc672884461f0de112e07e35a0b5c89e9ef7bf12b05987206ab8c92dfd06009.png);
}

/* line 706, app/assets/stylesheets/btca.scss */
#footer_subscribe {
  margin: 30px 0 26px 0;
}

/* line 709, app/assets/stylesheets/btca.scss */
#footer_subscribe h4, #footer_subscribe .h4 {
  color: #00b5b5;
  font-size: 14px;
  line-height: 21px;
  font-family: "PFDINTextStd-Bold", sans-serif;
  font-weight: 400;
  padding: 0;
}

/* line 717, app/assets/stylesheets/btca.scss */
#footer_subscribe p {
  color: #00b5b5;
  font-size: 14px;
  line-height: 20px;
}

/* line 723, app/assets/stylesheets/btca.scss */
#subscribe_form {
  margin: 10px 0 0 0;
}

/* line 726, app/assets/stylesheets/btca.scss */
#subscribe_form input[type="text"] {
  width: calc(100% - 120px);
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  background: #160c5a;
  float: left;
  border: 1px solid #037996;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 14px;
  color: #fff;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 742, app/assets/stylesheets/btca.scss */
#subscribe_form input[type="text"]::-moz-placeholder {
  color: #00b5b5;
  opacity: 1;
}
#subscribe_form input[type="text"]::placeholder {
  color: #00b5b5;
  opacity: 1;
}

/* line 746, app/assets/stylesheets/btca.scss */
#subscribe_form input[type="text"]:-ms-input-placeholder {
  color: #00b5b5;
}

/* line 749, app/assets/stylesheets/btca.scss */
#subscribe_form input[type="text"]::-ms-input-placeholder {
  color: #00b5b5;
}

/* line 752, app/assets/stylesheets/btca.scss */
#subscribe_button {
  width: 120px;
  height: 40px;
  font-size: 12px;
  font-family: "PFDINTextStd-Bold", sans-serif;
  color: #160c5a;
  background: #007a96;
  border: 0;
}

/* line 762, app/assets/stylesheets/btca.scss */
#footer_bottom {
  border-top: 1px solid #0d4c7c;
  margin: 25px auto 0 auto;
  padding: 30px 0 50px 0;
  max-width: 1280px;
}

/* line 768, app/assets/stylesheets/btca.scss */
#bottom_contact {
  display: block;
  color: #00b5b5;
  font-size: 14px;
  line-height: 21px;
  font-family: "PFDINTextStd-Bold", sans-serif;
  font-weight: 400;
  text-decoration: none;
  margin: 0 0 30px 0;
}

/* line 778, app/assets/stylesheets/btca.scss */
#bottom_contact:hover {
  color: #f0534e;
}

/* line 781, app/assets/stylesheets/btca.scss */
#bottom_right p#bottom_copyright {
  color: #00b5b5;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 14px 0;
}

/* line 787, app/assets/stylesheets/btca.scss */
#bottom_right ul#bottom_links {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 792, app/assets/stylesheets/btca.scss */
#bottom_right ul#bottom_links li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 12px;
}

/* line 798, app/assets/stylesheets/btca.scss */
#bottom_right ul#bottom_links li a {
  color: #00b5b5;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

/* line 804, app/assets/stylesheets/btca.scss */
#bottom_right ul#bottom_links li a:hover {
  color: #f0534e;
}

/* Search Modal */
/* line 809, app/assets/stylesheets/btca.scss */
#modal_search {
  background: #281f67;
}

/* line 812, app/assets/stylesheets/btca.scss */
#modal_search-content {
  padding: 45px 0px;
  position: fixed;
  top: 35%;
  left: 50%;
  width: 80%;
  transform: translate(-45%, -20%);
}

/* line 821, app/assets/stylesheets/btca.scss */
#search_form {
  margin: 10px 0 0 0;
}

/* line 824, app/assets/stylesheets/btca.scss */
#search_form input[type="text"] {
  width: calc(100% - 150px);
  display: inline-block;
  padding: 0 6px;
  box-sizing: border-box;
  background: #281f67;
  float: left;
  border: none;
  border-bottom: 1px solid #f0534e;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 14px;
  color: #fff;
  margin-right: 18px;
  height: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 842, app/assets/stylesheets/btca.scss */
#search_form input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#search_form input[type="text"]::placeholder {
  color: #fff;
  opacity: 1;
}

/* line 846, app/assets/stylesheets/btca.scss */
#search_form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

/* line 849, app/assets/stylesheets/btca.scss */
#search_form input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

/* line 852, app/assets/stylesheets/btca.scss */
#search_form input[type="submit"] {
  width: 130px;
  height: 70px;
  font-size: 18px;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  color: #160c5a;
  background: #f0534e;
  border: 0;
  text-align: left;
  padding: 0 0 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 867, app/assets/stylesheets/btca.scss */
#search_form #search_holder {
  position: relative;
  width: 130px;
  overflow: auto;
  display: inline-block;
}

/* --- changes for extend functionality --*/
/* line 875, app/assets/stylesheets/btca.scss */
#search_form #search_holder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 34px 36px 0;
  border-style: solid;
  border-color: #f0534e transparent;
}

/* line 884, app/assets/stylesheets/btca.scss */
#search_form #search_holder:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 36px 34px 0 0;
  border-style: solid;
  border-color: #f0534e transparent;
}

/* line 894, app/assets/stylesheets/btca.scss */
#search_form #search_holder:hover input[type="submit"] {
  background: #fff;
}

/* line 897, app/assets/stylesheets/btca.scss */
#search_form #search_holder:hover:before {
  border-color: #fff transparent;
}

/* line 900, app/assets/stylesheets/btca.scss */
#search_form #search_holder:hover:after {
  border-color: #fff transparent;
}

/*--- End _---*/
/* line 907, app/assets/stylesheets/btca.scss */
#search_lists {
  margin: 40px 0 0 0;
}

/* line 910, app/assets/stylesheets/btca.scss */
.search_list {
  max-width: 320px;
  width: 90%;
  padding-right: 20px;
  float: left;
}

/* line 916, app/assets/stylesheets/btca.scss */
#search_lists .search_list h3, #search_lists .search_list .h3 {
  color: #007a96;
  font-size: 16px;
  line-height: 18px;
  font-family: "PFDINTextStd-Bold", sans-serif;
  font-weight: 400;
  margin: 0 0 6px 0;
  padding: 0;
}

/* line 925, app/assets/stylesheets/btca.scss */
#search_lists .search_list ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}

/* line 930, app/assets/stylesheets/btca.scss */
#search_lists .search_list ul li {
  margin: 0 0 4px 0;
  padding: 0;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 16px;
  line-height: 18px;
}

/* line 937, app/assets/stylesheets/btca.scss */
#search_lists .search_list ul li em {
  font-family: "PFDINTextStd-Italic", sans-serif;
  font-style: normal;
}

/* line 941, app/assets/stylesheets/btca.scss */
#search_lists .search_list ul li a {
  text-decoration: none;
  color: #00b5b5;
}

/* line 945, app/assets/stylesheets/btca.scss */
#search_lists .search_list ul li a:hover {
  text-decoration: none;
  color: #f0534e;
}

/* 404 Page */
/* line 951, app/assets/stylesheets/btca.scss */
#page404 {
  background: #160c5a;
  min-height: calc(100vh - 400px);
  position: relative;
}

/* line 956, app/assets/stylesheets/btca.scss */
#content404 {
  max-width: 780px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
}

/* line 963, app/assets/stylesheets/btca.scss */
#content404 h2, #content404 .h2 {
  color: #f0534e;
  font-family: "Torque Web Ultra";
  font-weight: 400;
  font-size: 100px;
  line-height: 135px;
}

/* line 970, app/assets/stylesheets/btca.scss */
#content404 p {
  color: #00b5b5;
  font-family: "Torque Web Book";
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}

/* line 977, app/assets/stylesheets/btca.scss */
#content404 p a {
  color: #00b5b5;
  text-decoration: underline;
}

/* line 981, app/assets/stylesheets/btca.scss */
#content404 p a:hover {
  color: #f0534e;
  text-decoration: underline;
}

/* line 986, app/assets/stylesheets/btca.scss */
#search_form404 {
  margin: 90px 0 0 0;
}

/* line 989, app/assets/stylesheets/btca.scss */
#search_form404 input[type="text"] {
  width: calc(100% - 150px);
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
  background: #160c5a;
  float: left;
  border: none;
  border-bottom: 1px solid #f0534e;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 14px;
  color: #160c5a;
  color: #fff;
  margin-right: 18px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1008, app/assets/stylesheets/btca.scss */
#search_form404 input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#search_form404 input[type="text"]::placeholder {
  color: #fff;
  opacity: 1;
}

/* line 1012, app/assets/stylesheets/btca.scss */
#search_form404 input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

/* line 1015, app/assets/stylesheets/btca.scss */
#search_form404 input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

/* line 1018, app/assets/stylesheets/btca.scss */
#search_form404 input[type="submit"] {
  width: 108px;
  height: 40px;
  font-size: 18px;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  color: #160c5a;
  background: #f0534e;
  border: 0;
  text-align: left;
  padding: 0 0 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1033, app/assets/stylesheets/btca.scss */
#search_form404 #search_holder404 {
  position: relative;
  width: 108px;
  overflow: auto;
  display: inline-block;
}

/* line 1039, app/assets/stylesheets/btca.scss */
#search_form404 #search_holder404:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #f0534e #160c5a;
}

/* line 1048, app/assets/stylesheets/btca.scss */
#search_form404 #search_holder404:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #f0534e #160c5a;
}

/* line 1058, app/assets/stylesheets/btca.scss */
#search_form404 #search_holder404:hover input[type="submit"] {
  background: #fff;
}

/* line 1061, app/assets/stylesheets/btca.scss */
#search_form404 #search_holder404:hover:before {
  border-color: #fff #160c5a;
}

/* line 1064, app/assets/stylesheets/btca.scss */
#search_form404 #search_holder404:hover:after {
  border-color: #fff #160c5a;
}

/* Alliance Page */
/* line 1071, app/assets/stylesheets/btca.scss */
#page_alliance .page_hero {
  background-color: #00b5b5;
}

/* line 1074, app/assets/stylesheets/btca.scss */
.hero_content {
  padding: 60px 20px;
}

/* line 1077, app/assets/stylesheets/btca.scss */
#page_alliance .page_hero .hero_content h1, #page_alliance .page_hero .hero_content .h1 {
  color: #fff;
}

/* line 1080, app/assets/stylesheets/btca.scss */
#page_alliance .page_hero .hero_content p.intro {
  color: #160c5a;
  font-family: "Torque Web Medium", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

/* line 1088, app/assets/stylesheets/btca.scss */
.page_full {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 1094, app/assets/stylesheets/btca.scss */
.section_content {
  padding: 60px 20px;
}

/* line 1100, app/assets/stylesheets/btca.scss */
.section_content article h2, .section_content article .h2 {
  margin: 0 0 20px 0;
}

/* line 1103, app/assets/stylesheets/btca.scss */
.section_content article p {
  margin: 0 0 20px 0;
}

/* line 1106, app/assets/stylesheets/btca.scss */
.section_content article a.content_caretlink {
  color: #007a96;
  text-decoration: none;
  font-family: "PFDINTextStd-Medium", sans-serif;
  font-size: 20px;
  line-height: 26px;
}

/* line 1113, app/assets/stylesheets/btca.scss */
.section_content article a.content_caretlink:after {
  display: inline;
  content: ">";
  text-decoration: none;
  margin-left: 6px;
}

/* line 1119, app/assets/stylesheets/btca.scss */
.section_content article a.content_caretlink span {
  text-decoration: underline;
}

/* line 1122, app/assets/stylesheets/btca.scss */
.section_content article a.content_caretlink:hover {
  color: #f0534e;
  text-decoration: none;
}

/* line 1126, app/assets/stylesheets/btca.scss */
.section_content article a.content_caretlink:hover:after {
  text-decoration: none;
}

/* line 1129, app/assets/stylesheets/btca.scss */
.section_content article a.content_caretlink:hover span {
  text-decoration: underline;
}

/* line 1133, app/assets/stylesheets/btca.scss */
.rb_spacer {
  margin-top: 30px;
}

/* line 1137, app/assets/stylesheets/btca.scss */
.img_responsive img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15% 0 15%;
}

/* line 1145, app/assets/stylesheets/btca.scss */
.author_right-photo .img_responsive img {
  padding: 10% 5% 10% 5%;
  max-width: 250px;
}

/* line 1150, app/assets/stylesheets/btca.scss */
.pub_cover .img_responsive img {
  padding: 0 0 0 0;
  max-width: 70%;
}

/* line 1155, app/assets/stylesheets/btca.scss */
.img_credit {
  position: relative;
}

/* line 1158, app/assets/stylesheets/btca.scss */
.img_credit-tag {
  display: block;
  color: #fff;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* line 1168, app/assets/stylesheets/btca.scss */
.img_credit-text {
  color: #f7f7f7;
  left: -15px;
  position: absolute;
  top: -20px;
  left: -25px;
  padding: 10px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  font-size: medium;
}

/*Show Pages Header*/
/* line 1187, app/assets/stylesheets/btca.scss */
.post_header h1, .post_header .h1 {
  line-height: 36px;
}

/*Show Pages Header*/
/* line 1193, app/assets/stylesheets/btca.scss */
.post_header-image .img_credit-tag {
  font-size: 12px;
}

/* line 1197, app/assets/stylesheets/btca.scss */
.img_credit-tag:hover .img_credit-text {
  display: block;
}

/* line 1201, app/assets/stylesheets/btca.scss */
.furtherreading {
  text-align: center;
  background: #160c5a;
  padding: 30px 20px 100px 20px;
}

/* line 1206, app/assets/stylesheets/btca.scss */
.furtherreading h2, .furtherreading .h2 {
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  color: #faf2c9;
  font-size: 17px;
  line-height: 23px;
  margin: 0 0 24px 0;
}

/* line 1216, app/assets/stylesheets/btca.scss */
.furtherreading-pod {
  display: block;
  max-width: 300px;
  margin: 0 auto 20px auto;
  position: relative;
}

/* line 1222, app/assets/stylesheets/btca.scss */
.furtherreading-pod a {
  display: block;
  padding-top: 80%;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

/* line 1231, app/assets/stylesheets/btca.scss */
.furtherreading-pod a:hover {
  color: #fff;
  text-decoration: none;
  background: #160c5a;
}

/* line 1237, app/assets/stylesheets/btca.scss */
.furtherreading-pod-content {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 60px 10px 10px 10px;
}

/* line 1250, app/assets/stylesheets/btca.scss */
.furtherreading-pod-title {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  color: #fff;
  max-width: 280px;
  width: 90%;
  margin: 0 auto;
}

/* line 1261, app/assets/stylesheets/btca.scss */
.furtherreading-pod-text {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-family: "Torque Web Book", sans-serif;
  font-weight: 400;
  color: #fff;
  max-width: 280px;
  width: 90%;
  margin: 0 auto;
}

/* line 1272, app/assets/stylesheets/btca.scss */
.furtherreading-caret {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1280, app/assets/stylesheets/btca.scss */
.pod-blue {
  background: #0d5380;
}

/* line 1283, app/assets/stylesheets/btca.scss */
.pod-blue a:hover {
  outline: 8px solid #0d5380;
  outline-offset: -8px;
}

/* line 1288, app/assets/stylesheets/btca.scss */
.pod-red {
  background: #f0534e;
}

/* line 1291, app/assets/stylesheets/btca.scss */
.pod-red a:hover {
  outline: 8px solid #f0534e;
  outline-offset: -8px;
}

/* line 1296, app/assets/stylesheets/btca.scss */
.pod-ltblue {
  background: #00b5b5;
}

/* line 1299, app/assets/stylesheets/btca.scss */
.pod-ltblue a:hover {
  outline: 8px solid #00b5b5;
  outline-offset: -8px;
}

/* Search Results Page */
/* line 1305, app/assets/stylesheets/btca.scss */
#results_header {
  background: #160c5a;
  padding: 35px 0;
  border-top: 1px solid #037996;
}

/* line 1310, app/assets/stylesheets/btca.scss */
.results_content {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

/* line 1316, app/assets/stylesheets/btca.scss */
#results_header h1, #results_header .h1 {
  margin: 0;
}

/* line 1319, app/assets/stylesheets/btca.scss */
#results_header h2, #results_header .h2 {
  font-family: "Torque Web Book", sans-serif;
  font-weight: 400;
  color: #00b5b5;
  font-size: 21px;
  line-height: 25px;
  margin: 0;
}

/* line 1328, app/assets/stylesheets/btca.scss */
#resultssearch_form {
  padding: 30px 0;
}

/* line 1331, app/assets/stylesheets/btca.scss */
#resultssearch_form input[type="text"] {
  width: calc(100% - 90px);
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  float: left;
  border: none;
  border-bottom: 1px solid #007a96;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 20px;
  color: #007a96;
  margin-right: 10px;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
}

/* line 1350, app/assets/stylesheets/btca.scss */
#resultssearch_form input[type="text"]::-moz-placeholder {
  color: #007a96;
  opacity: 1;
}
#resultssearch_form input[type="text"]::placeholder {
  color: #007a96;
  opacity: 1;
}

/* line 1354, app/assets/stylesheets/btca.scss */
#resultssearch_form input[type="text"]:-ms-input-placeholder {
  color: #007a96;
}

/* line 1357, app/assets/stylesheets/btca.scss */
#resultssearch_form input[type="text"]::-ms-input-placeholder {
  color: #007a96;
}

/* line 1360, app/assets/stylesheets/btca.scss */
#resultssearch_form input[type="submit"] {
  width: 80px;
  height: 32px;
  font-size: 14px;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  color: #160c5a;
  background: #00b5b5;
  border: 0;
  text-align: left;
  padding: 0 0 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1375, app/assets/stylesheets/btca.scss */
#resultssearch_form #resultssearch_holder {
  position: relative;
  width: 80px;
  overflow: auto;
  display: inline-block;
}

/* line 1381, app/assets/stylesheets/btca.scss */
#resultssearch_form #resultssearch_holder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #00b5b5 #fff;
}

/* line 1390, app/assets/stylesheets/btca.scss */
#resultssearch_form #resultssearch_holder:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: #00b5b5 #fff;
}

/* line 1400, app/assets/stylesheets/btca.scss */
#resultssearch_form #resultssearch_holder:hover input[type="submit"] {
  background: #cc3333;
  color: #fff;
}

/* line 1404, app/assets/stylesheets/btca.scss */
#resultssearch_form #resultssearch_holder:hover:before {
  border-color: #cc3333 #fff;
}

/* line 1407, app/assets/stylesheets/btca.scss */
#resultssearch_form #resultssearch_holder:hover:after {
  border-color: #cc3333 #fff;
}

/* line 1411, app/assets/stylesheets/btca.scss */
#results_bar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1416, app/assets/stylesheets/btca.scss */
#results_bar-menu > li {
  margin: 0;
  padding: 0;
  background: #160c5a;
  border-bottom: #fff 1px solid;
  position: relative;
}

/* line 1423, app/assets/stylesheets/btca.scss */
#results_bar-menu > li:last-of-type {
  border-bottom: none;
}

/* line 1426, app/assets/stylesheets/btca.scss */
#results_bar-menu > li > a {
  display: block;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 20px 2px 20px 20px;
}

/* line 1435, app/assets/stylesheets/btca.scss */
#results_bar-menu > li > a:hover {
  color: #f0534e;
  text-decoration: none;
}

/* line 1439, app/assets/stylesheets/btca.scss */
#results_bar-menu #results_menu-filter {
  background: #fff;
  padding: 0;
  border-bottom: none;
  align-items: center;
}

/* line 1445, app/assets/stylesheets/btca.scss */
#results_bar-menu #results_menu-filter > a {
  font-family: "Torque Web Medium", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #00b5b5;
  padding: 2px 0;
}

/* line 1452, app/assets/stylesheets/btca.scss */
#results_bar-menu #results_menu-filter > a:hover {
  color: #f0534e;
  text-decoration: none;
}

/* line 1456, app/assets/stylesheets/btca.scss */
#results_bar-menu #results_menu-filter > span.results_menu-filter-label {
  display: none;
  font-family: "Torque Web Medium", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00b5b5;
}

/* line 1464, app/assets/stylesheets/btca.scss */
.results_bar-submenu {
  overflow: auto;
  margin: 0;
  padding: 8px 0 0 0;
  list-style: none;
  position: relative;
  display: none;
  background: #160c5a;
  width: 100%;
  z-index: 9999;
}

/* line 1475, app/assets/stylesheets/btca.scss */
.results_submenu-open .results_bar-submenu {
  display: block;
  z-index: 99;
}

/* line 1479, app/assets/stylesheets/btca.scss */
.results_bar-submenu li {
  margin: 0;
  padding: 0;
}

/* line 1483, app/assets/stylesheets/btca.scss */
.results_bar-submenu li:last-of-type {
  padding-bottom: 20px;
}

/* line 1486, app/assets/stylesheets/btca.scss */
.results_bar-submenu li a {
  display: block;
  font-family: "PFDINTextStd-Medium", sans-serif;
  color: #00b5b5;
  text-decoration: none;
  position: relative;
  padding: 0 2px 4px 20px;
  font-size: 16px;
}

/* line 1495, app/assets/stylesheets/btca.scss */
.results_bar-submenu li a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 1503, app/assets/stylesheets/btca.scss */
.results_bar-submenu li a.results_bar-checked:before {
  content: "\2713";
  display: block;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-60%);
}

/* line 1512, app/assets/stylesheets/btca.scss */
#results_bar-menu #results_menu-filter .results_bar-submenu {
  background: #fff;
  padding: 0;
}

/* line 1516, app/assets/stylesheets/btca.scss */
#results_bar-menu #results_menu-filter .results_bar-submenu li a {
  color: #007a96;
}

/* line 1519, app/assets/stylesheets/btca.scss */
#results_bar-menu #results_menu-filter .results_bar-submenu li a span {
  color: #00b5b5;
}

/* line 1523, app/assets/stylesheets/btca.scss */
#results_filter-list {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
  display: none;
}

/* line 1529, app/assets/stylesheets/btca.scss */
#results_filter-list li {
  margin: 0 0 4px 0;
  padding: 0;
}

/* line 1533, app/assets/stylesheets/btca.scss */
#results_filter-list li.resources_content_type {
  margin-left: 10px;
}

/* line 1536, app/assets/stylesheets/btca.scss */
#results_filter-list li.resources_menu-type-header {
  padding: 0;
  color: #007a96;
  font-family: "PFDINTextStd-Medium", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 12px;
}

/* line 1545, app/assets/stylesheets/btca.scss */
#results_filter-list li a {
  margin: 0;
  padding: 0;
  color: #007a96;
  font-family: "PFDINTextStd-Medium", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

/* line 1553, app/assets/stylesheets/btca.scss */
#results_filter-list li a span {
  color: #00b5b5;
}

/* line 1556, app/assets/stylesheets/btca.scss */
#results_filter-list li a:hover {
  color: #f0534e;
  text-decoration: none;
}

/* line 1560, app/assets/stylesheets/btca.scss */
#results_filter-list li a:hover span {
  color: #f0534e;
  text-decoration: none;
}

/* line 1565, app/assets/stylesheets/btca.scss */
#results_grid {
  border-top: 1px solid #7fdada;
}

/* line 1568, app/assets/stylesheets/btca.scss */
.results_row {
  padding: 20px 0;
  border-bottom: 1px solid #7fdada;
}

/* line 1572, app/assets/stylesheets/btca.scss */
.results_text a {
  text-decoration: none;
}

/* line 1575, app/assets/stylesheets/btca.scss */
.results_photo .img_credit-tag {
  bottom: 8px;
  right: 8px;
}

/* line 1579, app/assets/stylesheets/btca.scss */
.results_text div.label {
  margin: 10px 0 4px 0;
}

/* line 1582, app/assets/stylesheets/btca.scss */
.results_text h2, .results_text .h2 {
  color: #16065a;
  margin: 0 0 4px 0;
  line-height: 2rem;
  word-break: break-word;
}

/* line 1588, app/assets/stylesheets/btca.scss */
.results_text p {
  color: #007a96;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  max-width: 680px;
  word-break: break-word;
}

/* line 1596, app/assets/stylesheets/btca.scss */
.results_text p em {
  font-family: "PFDINTextStd-Italic;", sans-serif;
  font-style: normal;
}

/* line 1601, app/assets/stylesheets/btca.scss */
.results_text a:hover {
  background: #e1f9fa;
  text-decoration: none;
}

/* line 1605, app/assets/stylesheets/btca.scss */
.results_text a:hover h2, .results_text a:hover .h2 {
  color: #f0534e;
}

/* line 1608, app/assets/stylesheets/btca.scss */
.results_text a:hover p {
  color: #007a96;
}

/* line 1612, app/assets/stylesheets/btca.scss */
.results_pagination {
  text-align: center;
  position: relative;
  padding: 36px 0;
  max-width: 340px;
  margin: 0 auto;
}

/* line 1619, app/assets/stylesheets/btca.scss */
.results_pagination ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

/* line 1624, app/assets/stylesheets/btca.scss */
.results_pagination ul li {
  margin: 0 4px;
  padding: 0;
  display: inline-block;
}

/* line 1629, app/assets/stylesheets/btca.scss */
.results_pagination ul li a {
  display: block;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 20px;
  color: #00b5b5;
  text-decoration: none;
}

/* line 1636, app/assets/stylesheets/btca.scss */
.results_pagination ul li a.pagination-highlight {
  text-decoration: underline;
  font-family: "Torque Web Ultra", sans-serif;
  color: #160c5a;
}

/* line 1641, app/assets/stylesheets/btca.scss */
.results_pagination ul li a:hover {
  color: #f0534e;
}

/* line 1645, app/assets/stylesheets/btca.scss */
.results_pagination span.results_prev {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1652, app/assets/stylesheets/btca.scss */
.results_pagination span.results_prev a {
  display: block;
  overflow: hidden;
  width: 17px;
  height: 26px;
  background: url(/assets/results_prev-9d3e4f79ec5eba314a958e44610959ecd96dea024da44993cd57209a6bcb208a.png) 0 0 no-repeat;
  background-size: 17px auto;
  text-indent: 9999px;
}

/* line 1661, app/assets/stylesheets/btca.scss */
.results_pagination span.results_prev a:hover {
  background-position: 0 -26px;
}

/* line 1664, app/assets/stylesheets/btca.scss */
.results_pagination span.results_next {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1671, app/assets/stylesheets/btca.scss */
.results_pagination span.results_next a {
  display: block;
  overflow: hidden;
  width: 17px;
  height: 26px;
  background: url(/assets/results_next-7c8d18e7db44c25d9dfd5a349b582c3880cc2e7cb02c85f7ab9cdff42f87e85c.png) 0 0 no-repeat;
  background-size: 17px auto;
  text-indent: 9999px;
}

/* line 1680, app/assets/stylesheets/btca.scss */
.results_pagination span.results_next a:hover {
  background-position: 0 -26px;
}

/* News Author */
/* line 1685, app/assets/stylesheets/btca.scss */
.author_hero {
  background: #fcf8e4;
  position: relative;
}

/* line 1689, app/assets/stylesheets/btca.scss */
.author_hero-content {
  position: relative;
  padding: 65px 20px 40px 20px;
  max-width: 1320px;
  margin: 0 auto;
}

/* line 1695, app/assets/stylesheets/btca.scss */
.avatar {
  vertical-align: middle;
  border-radius: 50%;
}

/* line 1702, app/assets/stylesheets/btca.scss */
#page_share {
  position: absolute;
  top: 37px;
  right: 20px;
}

/* line 1707, app/assets/stylesheets/btca.scss */
#page_share-toggle {
  width: 18px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/assets/share_icon-fe8ce5fb01f64feb266839ec36023c5198f90157cd68b95c1d0c63f4b301df24.png) 0 0 no-repeat;
  background-size: 18px 44px;
  display: block;
}

/*#page_share-toggle:hover {
  background-position: 0 -22px;
}*/
/* line 1719, app/assets/stylesheets/btca.scss */
#page_share-menu {
  display: none;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 24px;
  vertical-align: middle;
}

/* line 1727, app/assets/stylesheets/btca.scss */
#page_share.page_share-menuopen #page_share-menu {
  display: block;
}

/* line 1730, app/assets/stylesheets/btca.scss */
#page_share-menu span {
  display: inline-block;
  color: #00b5b5;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 15px;
  margin-right: 8px;
  vertical-align: middle;
}

/* line 1738, app/assets/stylesheets/btca.scss */
#page_share-menu a {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

/* line 1745, app/assets/stylesheets/btca.scss */
#page_share-menu a .icon {
  width: 100%;
  height: 100%;
  fill: #0d5380;
}

/* line 1750, app/assets/stylesheets/btca.scss */
#page_share-menu a:hover .icon {
  fill: #f0534e;
}

/* line 1754, app/assets/stylesheets/btca.scss */
.author_hero-right {
  margin: 0 0 20px 0;
}

/* line 1757, app/assets/stylesheets/btca.scss */
.author_hero-right h1, .author_hero-right .h1 {
  text-align: left;
}

/* line 1760, app/assets/stylesheets/btca.scss */
.author_hero-right h2, .author_hero-right .h2 {
  margin: 0 0 20px 0;
}

/* line 1763, app/assets/stylesheets/btca.scss */
.author_right-photo {
  text-align: left;
  max-width: 305px;
  margin: 0 auto;
}

/* line 1768, app/assets/stylesheets/btca.scss */
.author_right-contact div.label {
  margin: 20px 0 8px 0;
}

/* line 1771, app/assets/stylesheets/btca.scss */
.author_right-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1776, app/assets/stylesheets/btca.scss */
.author_right-contact ul li {
  margin: 0 0 8px 0;
  padding: 0;
}

/* line 1780, app/assets/stylesheets/btca.scss */
.author_right-contact ul li a {
  color: #16065a;
  text-decoration: none;
  font-family: "PFDINTextStd-Regular", sans-serif;
}

/* line 1785, app/assets/stylesheets/btca.scss */
.author_right-contact ul li a:hover {
  color: #f0534e;
  text-decoration: none;
}

/* line 1790, app/assets/stylesheets/btca.scss */
.author_hero-left {
  margin: 0;
}

/* line 1793, app/assets/stylesheets/btca.scss */
.author_hero-left h1, .author_hero-left .h1 {
  display: none;
}

/* line 1796, app/assets/stylesheets/btca.scss */
.author_hero-left h2, .author_hero-left .h2 {
  display: none;
}

/* line 1800, app/assets/stylesheets/btca.scss */
.news_pods {
  text-align: center;
  padding: 60px 0 100px 0;
}

/* line 1804, app/assets/stylesheets/btca.scss */
.news_pod a {
  text-decoration: none;
}

/* line 1807, app/assets/stylesheets/btca.scss */
.news_pod a:hover {
  text-decoration: none;
}

/* line 1810, app/assets/stylesheets/btca.scss */
.news_pods-intro {
  padding: 0 0 20px 0;
  text-align: left;
}

/* line 1814, app/assets/stylesheets/btca.scss */
.news_pods-holder {
  text-align: center;
  position: relative;
}

/* line 1818, app/assets/stylesheets/btca.scss */
.news_pod {
  margin: 0 auto 20px auto;
  text-align: left;
}

/* line 1824, app/assets/stylesheets/btca.scss */
.news_thumb-image {
  padding-top: 62.5%;
  background-position: center center;
  background-size: cover;
}

/* line 1829, app/assets/stylesheets/btca.scss */
.news_thumb .img_credit-tag {
  bottom: 8px;
  right: 8px;
}

/* line 1833, app/assets/stylesheets/btca.scss */
.news_text-holder {
  background: #e1f9fa;
  position: relative;
  padding: 16px 20px;
}

/* line 1838, app/assets/stylesheets/btca.scss */
.news_text {
  position: relative;
  min-height: 240px;
}

/* line 1842, app/assets/stylesheets/btca.scss */
.news_text div.label {
  margin: 0 0 6px 0;
}

/* line 1845, app/assets/stylesheets/btca.scss */
.news_text h3, .news_text .h3 {
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 6px 0;
  color: #16065a;
  padding: 0;
}

/* line 1855, app/assets/stylesheets/btca.scss */
.news_pods a:hover .news_text h3, .news_pods a:hover .news_text .h3 {
  color: #f0534e;
}

/* line 1858, app/assets/stylesheets/btca.scss */
.news_text p {
  color: #0d5380 !important;
  font-size: 18px !important;
  line-height: 22px !important;
}

/* line 1863, app/assets/stylesheets/btca.scss */
.news_text-holder.has_thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #e1f9fa #fff;
}

/* line 1872, app/assets/stylesheets/btca.scss */
.news_thumb.empty:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #e1f9fa #fff;
}

/* line 1881, app/assets/stylesheets/btca.scss */
.news_thumb.empty {
  background: #e1f9fa;
  position: relative;
}

/* line 1886, app/assets/stylesheets/btca.scss */
.news_thumb.empty .news_pod-source {
  padding: 16px 20px;
}

/* line 1890, app/assets/stylesheets/btca.scss */
.news_pod-source {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #007a96;
  font-size: 14px;
  font-family: "PFDINTextStd-Regular", sans-serif;
}

/* line 1898, app/assets/stylesheets/btca.scss */
.news_text.news_outbound span.arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
}

/* line 1906, app/assets/stylesheets/btca.scss */
.news_text.news_outbound span.arrow .icon {
  width: 100%;
  height: 100%;
  fill: #00b5b5;
}

/* line 1911, app/assets/stylesheets/btca.scss */
.news_pods a:hover .news_text.news_outbound span.arrow .icon {
  fill: #f0534e;
}

/* line 1915, app/assets/stylesheets/btca.scss */
.news_pod a:hover .news_text-holder {
  background: #fcf8e4;
}

/* line 1918, app/assets/stylesheets/btca.scss */
.news_pod a:hover .news_thumb.empty {
  background: #fcf8e4;
}

/* line 1921, app/assets/stylesheets/btca.scss */
.news_pod a:hover .news_text-holder:after {
  border-color: #fcf8e4 #fff;
}

/* line 1924, app/assets/stylesheets/btca.scss */
.news_pod a:hover .news_thumb.empty:after {
  border-color: #fcf8e4 #fff;
}

/* News Post */
/* line 1929, app/assets/stylesheets/btca.scss */
.post_hero {
  background: #fcf8e4;
  position: relative;
}

/* line 1933, app/assets/stylesheets/btca.scss */
.post_hero-content {
  position: relative;
  padding: 40px 20px 40px 20px;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 97px;
}

/* line 1940, app/assets/stylesheets/btca.scss */
.post_hero-content div.label {
  margin: 0;
}

/* line 1944, app/assets/stylesheets/btca.scss */
.post_header {
  margin: 0 0 25px 0;
  position: relative;
}

/* line 1948, app/assets/stylesheets/btca.scss */
.post_header h1, .post_header .h1 {
  margin: 25px 0 20px 0;
}

/* line 1951, app/assets/stylesheets/btca.scss */
.post_header-image {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

/* line 1957, app/assets/stylesheets/btca.scss */
.post_header-image.img_credit-tag {
  bottom: 10px;
  right: 10px;
}

/* line 1961, app/assets/stylesheets/btca.scss */
.page_content .post_article p a {
  color: #007a96;
}

/* line 1964, app/assets/stylesheets/btca.scss */
.page_content .post_article p a:hover {
  color: #f0534e;
}

/* line 1967, app/assets/stylesheets/btca.scss */
.post_article ul {
  margin-top: 0.625rem;
  margin-bottom: 0.75rem;
  padding: 0;
  font-size: 0.875rem;
  font-family: "Lato", "Helvetica Neue", sans-serif;
}

/* line 1974, app/assets/stylesheets/btca.scss */
.post_article ul.post_list-nobullets {
  list-style: none;
  margin: 0 0 20px 0;
}

/* line 1978, app/assets/stylesheets/btca.scss */
.post_article ul li,
.define-wrapper ul li {
  color: #160c5a;
  font-family: "PFDINTextStd-Regular", sans-serif;
  margin: 0 0px 0px 0px;
  font-size: 20px;
  line-height: 28px;
}

/* line 1986, app/assets/stylesheets/btca.scss */
.post_article ul li em,
.define-wrapper ul li em {
  font-family: "PFDINTextStd-Italic", sans-serif;
  font-style: normal;
}

/* line 1991, app/assets/stylesheets/btca.scss */
.post_article ul li a,
.define-wrapper ul li a {
  color: #007a96;
}

/* line 1995, app/assets/stylesheets/btca.scss */
.post_article ul li a:hover,
.define-wrapper ul li a:hover {
  color: #f0534e;
}

/* line 2002, app/assets/stylesheets/btca.scss */
.post_article-statistic {
  background: #faf2c9;
  position: relative;
  max-width: 410px;
  width: 100%;
  padding: 30px 30px 60px 30px;
  margin: 0 0 20px 0;
}

/* line 2010, app/assets/stylesheets/btca.scss */
.post_article-statistic:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 40px 0 0 40px;
  border-style: solid;
  border-color: #faf2c9 #fff;
}

/* line 2019, app/assets/stylesheets/btca.scss */
.statistic-figure {
  color: #f0534e;
  font-family: "Torque Web Inline", sans-serif;
  font-size: 72px;
  display: block;
  line-height: 5rem;
}

/* line 2026, app/assets/stylesheets/btca.scss */
.statistic-summary {
  color: #f0534e;
  font-family: "Torque Web Bold", sans-serif;
  font-size: 30px;
  line-height: 36px;
  display: block;
}

/* line 2033, app/assets/stylesheets/btca.scss */
.statistic-share-prompt {
  color: #0d5380;
  text-decoration: none;
  font-family: "Torque Web Bold", sans-serif;
  font-size: 16px;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* line 2043, app/assets/stylesheets/btca.scss */
.statistic-share-prompt:hover {
  text-decoration: none;
  color: #f0534e;
}

/* line 2047, app/assets/stylesheets/btca.scss */
.statistic-share {
  display: none;
  white-space: nowrap;
  position: absolute;
  bottom: 20px;
  right: 80px;
  vertical-align: middle;
}

/* line 2055, app/assets/stylesheets/btca.scss */
.statistic_share-open .statistic-share {
  display: block;
}

/* line 2058, app/assets/stylesheets/btca.scss */
.statistic-share a {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  margin-right: 6px;
  background-size: 20px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* line 2070, app/assets/stylesheets/btca.scss */
.statistic-share a:hover {
  background-position: 0 -20px;
}

/* line 2073, app/assets/stylesheets/btca.scss */
.statistic-share a.statistic-share-facebook {
  background-image: url(/assets/share_fb-11956f7a6a4b864bb27937105106f92549e293aeae58334dbfcd95b2d8d35332.png);
}

/* line 2076, app/assets/stylesheets/btca.scss */
.statistic-share a.statistic-share-linkedin {
  background-image: url(/assets/share_linkedin-b3c9fbd940298ea899e9b2feb10f6c925eac35d3232075bb5a687b8e079951df.png);
}

/* line 2079, app/assets/stylesheets/btca.scss */
.statistic-share a.statistic-share-twitter {
  background-image: url(/assets/share_twitter-5bd9d819c1e01b123dd9bbb9107233cb4f149dd4e2b6b1ba8cda7c2b61304471.png);
}

/* line 2083, app/assets/stylesheets/btca.scss */
.post_sidebar {
  margin: 60px auto 0 auto;
}

/* line 2086, app/assets/stylesheets/btca.scss */
.post_sidebar-authors {
  border-bottom: #05b5b5 1px solid;
  padding: 30px 0 0 0;
  border-top: #05b5b5 1px solid;
}

/* line 2091, app/assets/stylesheets/btca.scss */
.post_author {
  margin: 0 0 30px 0;
  width: 50%;
  float: left;
  padding: 0 6px 0 0;
}

/* line 2097, app/assets/stylesheets/btca.scss */
.post_author:last-of-type {
  margin: 0;
}

/* line 2100, app/assets/stylesheets/btca.scss */
.post_author-photo {
  width: 110px;
  margin: 0 0 4px 0;
}

/* line 2105, app/assets/stylesheets/btca.scss */
.post_author-photo img {
  padding: 0px;
}

/* line 2113, app/assets/stylesheets/btca.scss */
.post_author-name {
  margin: 0 0 4px 0;
}

/* line 2116, app/assets/stylesheets/btca.scss */
.post_author-name a {
  color: #160c5a;
  text-decoration: none;
  font-family: "PFDINTextStd-Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

/* line 2123, app/assets/stylesheets/btca.scss */
.post_author-name a:hover {
  color: #f0534e;
  text-decoration: none;
}

/* line 2127, app/assets/stylesheets/btca.scss */
.post_author-title {
  color: #160c5a;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 4px 0;
  text-decoration: none;
}

/* line 2135, app/assets/stylesheets/btca.scss */
.post_author-title em {
  font-family: "PFDINTextStd-Italic", sans-serif;
}

/* line 2138, app/assets/stylesheets/btca.scss */
.post_author-org {
  color: #160c5a;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

/* line 2144, app/assets/stylesheets/btca.scss */
.post_author-org em {
  font-family: "PFDINTextStd-Italic", sans-serif;
  font-style: normal;
}

/* line 2149, app/assets/stylesheets/btca.scss */
.post_sidebar-date {
  padding: 25px 0;
  margin: 0 0 20px 0;
  border-bottom: #05b5b5 1px solid;
  color: #160c5a;
  font-family: "Torque Web Bold", sans-serif;
  font-size: 13px;
}

/* line 2158, app/assets/stylesheets/btca.scss */
.post_sidebar-topics {
  margin: 20px 0;
  border-bottom: #05b5b5 1px solid;
}

/* line 2162, app/assets/stylesheets/btca.scss */
.post_sidebar-topics h5, .post_sidebar-topics .h5 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #160c5a;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

/* line 2170, app/assets/stylesheets/btca.scss */
.post_sidebar-topics ul {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}

/* line 2175, app/assets/stylesheets/btca.scss */
.post_sidebar-topics ul li {
  margin: 0 0 6px 0;
  padding: 0;
}

/* line 2179, app/assets/stylesheets/btca.scss */
.post_sidebar-topics ul li a {
  text-decoration: none;
  color: #007a96;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

/* line 2186, app/assets/stylesheets/btca.scss */
.post_sidebar-topics ul li a:hover {
  text-decoration: none;
  color: #f0534e;
}

/* line 2191, app/assets/stylesheets/btca.scss */
.post_sidebar-tags {
  margin: 20px 0;
  border-bottom: #05b5b5 1px solid;
}

/* line 2195, app/assets/stylesheets/btca.scss */
.post_sidebar-tags h5, .post_sidebar-tags .h5 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #160c5a;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

/* line 2203, app/assets/stylesheets/btca.scss */
.post_sidebar-tags ul {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}

/* line 2208, app/assets/stylesheets/btca.scss */
.post_sidebar-tags ul li {
  margin: 0 0 6px 0;
  padding: 0;
}

/* line 2212, app/assets/stylesheets/btca.scss */
.post_sidebar-tags ul li a {
  text-decoration: none;
  color: #007a96;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

/* line 2219, app/assets/stylesheets/btca.scss */
.post_sidebar-tags ul li a:hover {
  text-decoration: none;
  color: #f0534e;
}

/* line 2224, app/assets/stylesheets/btca.scss */
.post_sidebar-related {
  margin: 20px 0;
}

/* line 2227, app/assets/stylesheets/btca.scss */
.post_sidebar-related h5, .post_sidebar-related .h5 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #160c5a;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

/* line 2235, app/assets/stylesheets/btca.scss */
.post_sidebar-related .news_pods {
  padding: 0 !important;
  text-align: left;
}

/* line 2239, app/assets/stylesheets/btca.scss */
.post_sidebar-related .news_pod {
  margin: 0 auto 20px auto;
  float: none;
  width: 100%;
}

/* line 2251, app/assets/stylesheets/btca.scss */
.pub_download {
  margin: 0 auto;
  width: 100%;
}

/* line 2255, app/assets/stylesheets/btca.scss */
.post_article .pub_download {
  margin: 0;
  width: 100%;
}

/* line 2260, app/assets/stylesheets/btca.scss */
.pub_download.pub_download-top .pub_cover {
  display: none;
}

/* line 2263, app/assets/stylesheets/btca.scss */
.pub_download.pub_download-bottom .pub_cover {
  padding-left: 36px;
  width: 208px;
  display: block;
}

/* line 2269, app/assets/stylesheets/btca.scss */
.pub_download h3, .pub_download .h3 {
  margin: 0;
  padding: 5px 10px 5px 38px;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  position: relative;
  background: #cc3333;
}

/* line 2279, app/assets/stylesheets/btca.scss */
.pub_download h3:before, .pub_download .h3:before {
  content: " ";
  display: block;
  width: 13px;
  height: 16px;
  background: url(/assets/icon_pub-download-87dd54303433bd8d852ce60f486c2e9758e83431266b50288003f3efd7f7a47e.png) 0 0 no-repeat;
  background-size: 13px 16px;
  position: absolute;
  left: 14px;
  top: 8px;
}

/* line 2290, app/assets/stylesheets/btca.scss */
.pub_download-links {
  background: #f0534e;
  position: relative;
  text-align: left;
}

/* line 2295, app/assets/stylesheets/btca.scss */
.pub_download-links:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 10px 0 0 10px;
  border-style: solid;
  border-color: #f0534e #fff;
}

/* line 2304, app/assets/stylesheets/btca.scss */
.pub_download-links:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: #f0534e #fff;
}

/* line 2313, app/assets/stylesheets/btca.scss */
.pub_download-links ul {
  margin: 0 !important;
  padding: 10px 6px 6px 36px !important;
  list-style: none;
}

/* line 2318, app/assets/stylesheets/btca.scss */
.pub_download-links ul li {
  margin: 0 0 10px 0;
  padding: 0;
}

/* line 2322, app/assets/stylesheets/btca.scss */
.pub_download-links ul li a {
  font-family: "Torque Web Medium", sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

/* line 2329, app/assets/stylesheets/btca.scss */
.pub_download-links ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 2334, app/assets/stylesheets/btca.scss */
.pub_article-image {
  margin: 0 0 20px 0;
}

/* line 2338, app/assets/stylesheets/btca.scss */
.footnotes_list {
  margin: 0 0 50px 1em;
  padding: 0;
}

/* line 2342, app/assets/stylesheets/btca.scss */
.footnotes_list li {
  margin: 0 0 10px 0;
  padding: 0;
  color: #007a96;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 13px;
  line-height: 16px;
}

/* line 2350, app/assets/stylesheets/btca.scss */
.footnotes_list li em {
  font-family: "PFDINTextStd-Italic", sans-serif;
  font-style: normal;
}

/* line 2355, app/assets/stylesheets/btca.scss */
#page_publication .post_sidebar-date {
  padding: 0 0 25px 0;
}

/* Resources */
/* line 2360, app/assets/stylesheets/btca.scss */
.resources_hero {
  background: #faf2c9;
  position: relative;
}

/* line 2364, app/assets/stylesheets/btca.scss */
.resources_hero #page_share {
  display: none;
}

/* line 2367, app/assets/stylesheets/btca.scss */
.resources_hero .resources_hero-content {
  padding: 30px 20px 20px 20px;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 97px;
}

/* line 2374, app/assets/stylesheets/btca.scss */
#resources_featured {
  background: #fdf9e8;
  padding: 40px 0;
}

/* line 2379, app/assets/stylesheets/btca.scss */
.featured_pod {
  margin: 0 auto 20px auto;
  text-align: left;
  border-bottom: 1px solid #e2dbbb;
  position: relative;
  width: 100%;
}

/* line 2386, app/assets/stylesheets/btca.scss */
#featured_right .featured_pod:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 2390, app/assets/stylesheets/btca.scss */
.featured_pod a {
  display: block;
  text-decoration: none;
  /*color: inherit;*/
  color: #16065a !important;
  word-break: break-word;
}

/* line 2397, app/assets/stylesheets/btca.scss */
.featured_pod a:hover {
  text-decoration: none;
}

/* line 2400, app/assets/stylesheets/btca.scss */
.featured_pod span.outbound_arrow {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 2407, app/assets/stylesheets/btca.scss */
.featured_thumb-image {
  padding-top: 62.5%;
  background-position: center center;
  background-size: cover;
}

/* line 2413, app/assets/stylesheets/btca.scss */
.featured_thumb .img_credit-tag {
  bottom: 8px;
  right: 8px;
}

/* line 2417, app/assets/stylesheets/btca.scss */
.featured_text {
  position: relative;
  padding: 8px 0;
}

/* line 2421, app/assets/stylesheets/btca.scss */
.featured_text div.label {
  margin: 6px 0 6px 0;
  font-size: 13px;
}

/* line 2425, app/assets/stylesheets/btca.scss */
.featured_text h3, .featured_text .h3 {
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 6px 0;
  color: #16065a !important;
  padding: 0;
  position: relative;
}

/* line 2435, app/assets/stylesheets/btca.scss */
.featured_pod a:hover h3, .featured_pod a:hover .h3 {
  color: #f0534e;
}

/* line 2438, app/assets/stylesheets/btca.scss */
.featured_pod.outbound .featured_text h3:after, .featured_pod.outbound .featured_text .h3:after {
  content: " ";
  display: inline-block;
  position: relative;
}

/* line 2443, app/assets/stylesheets/btca.scss */
.featured_pods a:hover .featured_text h3, .featured_pods a:hover .featured_text .h3 {
  color: #f0534e;
}

/* line 2446, app/assets/stylesheets/btca.scss */
.featured_text p {
  color: #0d5380;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
}

/* line 2453, app/assets/stylesheets/btca.scss */
.featured_pod.outbound .featured_text h3 span.arrow, .featured_pod.outbound .featured_text .h3 span.arrow {
  width: 20px;
  height: 20px;
  display: none;
  vertical-align: middle;
}

/* line 2459, app/assets/stylesheets/btca.scss */
.featured_pod.outbound .featured_text h3 span.arrow .icon, .featured_pod.outbound .featured_text .h3 span.arrow .icon {
  width: 100%;
  height: 100%;
  fill: #00b5b5;
}

/* line 2464, app/assets/stylesheets/btca.scss */
.featured_pod.outbound a:hover .featured_text h3 span.arrow .icon, .featured_pod.outbound a:hover .featured_text .h3 span.arrow .icon {
  fill: #f0534e;
}

/* line 2468, app/assets/stylesheets/btca.scss */
.resources_content {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

/* line 2475, app/assets/stylesheets/btca.scss */
#resources_find {
  margin: 0 0 20px 0;
  padding: 40px 0 0 0;
}

/* line 2481, app/assets/stylesheets/btca.scss */
#resources_find-text {
  display: none;
  background: #e1f9fa;
  padding: 25px;
}

/* line 2486, app/assets/stylesheets/btca.scss */
#resources_find-text p {
  color: #0d5380;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

/* line 2493, app/assets/stylesheets/btca.scss */
#resources_find-text dl {
  width: 33%;
  float: left;
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
}

/* line 2500, app/assets/stylesheets/btca.scss */
#resources_find-text dt {
  color: #cc3333;
  font-family: "Torque Web Bold", sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* line 2508, app/assets/stylesheets/btca.scss */
#resources_find-text a {
  color: #551a8b;
}

/* line 2511, app/assets/stylesheets/btca.scss */
#resources_find-text dd {
  font-family: "PFDINTextStd-Regular", sans-serif;
  color: #007a96;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  max-width: 190px;
}

/* line 2524, app/assets/stylesheets/btca.scss */
#resources_bar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0 !important;
}

/* line 2531, app/assets/stylesheets/btca.scss */
#resources_bar-menu > li {
  margin: 0;
  padding: 0;
  background: #160c5a;
  border-bottom: #fff 1px solid;
  position: relative;
  z-index: 5;
}

/* line 2539, app/assets/stylesheets/btca.scss */
#resources_bar-menu > li:last-of-type {
  border-bottom: none;
}

/* line 2542, app/assets/stylesheets/btca.scss */
#resources_bar-menu > li > a {
  display: block;
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 20px 2px 20px 29px;
}

/* line 2551, app/assets/stylesheets/btca.scss */
#resources_bar-menu > li > a:hover {
  color: #f0534e;
  text-decoration: none;
}

/* line 2556, app/assets/stylesheets/btca.scss */
.resources_menu-filters {
  color: #00b5b5;
  text-decoration: none;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}

/* line 2564, app/assets/stylesheets/btca.scss */
#resources_bar-menu > li > a.resources_menu-toggle:hover .resources_menu-filters {
  color: #00b5b5;
  text-decoration: none;
}

/* line 2569, app/assets/stylesheets/btca.scss */
#resources_bar-menu #resources_menu-filter,
#results_bar-menu #results_menu-filter {
  display: none;
}

/* line 2573, app/assets/stylesheets/btca.scss */
#resources_bar-menu #resources_menu-filter a {
  font-family: "Torque Web Medium", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00b5b5;
  padding: 0 0 0 2px;
}

/* line 2580, app/assets/stylesheets/btca.scss */
#resources_bar-menu #resources_menu-filter a:hover {
  color: #f0534e;
  text-decoration: none;
}

/* line 2584, app/assets/stylesheets/btca.scss */
#resources_bar-menu #resources_menu-filter span.resources_menu-filter-label {
  font-family: "Torque Web Medium", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00b5b5;
}

/* line 2590, app/assets/stylesheets/btca.scss */
.resources-menu-filter-selected-type {
  color: #f0534e;
  font-size: 12px;
  font-family: "Torque Web Bold", sans-serif;
}

/* line 2595, app/assets/stylesheets/btca.scss */
.resources_menu-filter-selected {
  font-family: "Torque Web Medium", sans-serif !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  color: #00b5b5 !important;
}

/* line 2602, app/assets/stylesheets/btca.scss */
.resources_bar-submenu {
  margin: 0;
  padding: 8px 0 0 0;
  list-style: none;
  position: relative;
  display: none;
  background: #160c5a;
  width: 100%;
  z-index: 3;
}

/* line 2612, app/assets/stylesheets/btca.scss */
.resources_submenu-open .resources_bar-submenu {
  display: block;
  z-index: 99;
}

/* line 2617, app/assets/stylesheets/btca.scss */
.resources_bar-submenu li {
  padding: 0 8px 4px 15px;
  display: flex;
  align-items: center;
}

/* line 2623, app/assets/stylesheets/btca.scss */
.resources_bar-submenu li:last-of-type {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 2627, app/assets/stylesheets/btca.scss */
.resources_bar-submenu li a {
  display: block;
  font-family: "PFDINTextStd-Medium", sans-serif;
  color: #00b5b5;
  text-decoration: none;
  position: relative;
  padding: 0 8px 0px 10px;
  font-size: 16px;
}

/* line 2637, app/assets/stylesheets/btca.scss */
.resources_bar-submenu li.resources_menu-type-header a {
  font-family: "PFDINTextStd-Bold", sans-serif;
}

/* line 2641, app/assets/stylesheets/btca.scss */
.resources_bar-submenu li a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 2645, app/assets/stylesheets/btca.scss */
.resources_bar-submenu li.resources_menu-type {
  margin-left: 10px;
}

/* line 2648, app/assets/stylesheets/btca.scss */
.resources_bar-submenu li.resources_menu-type-last {
  margin-bottom: 10px;
}

/* line 2652, app/assets/stylesheets/btca.scss */
#resources_search {
  padding: 0;
}

/* line 2655, app/assets/stylesheets/btca.scss */
#resources_search form {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 2660, app/assets/stylesheets/btca.scss */
#resources_search form input[type="text"] {
  display: inline-block;
  padding: 0 10 0 8px;
  box-sizing: border-box;
  background: #160c5a;
  float: left;
  border: none;
  color: #fff;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 18px;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
}

/* line 2676, app/assets/stylesheets/btca.scss */
#resourcessearch_form input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#resourcessearch_form input[type="text"]::placeholder {
  color: #fff;
  opacity: 1;
}

/* line 2680, app/assets/stylesheets/btca.scss */
#resourcessearch_form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

/* line 2683, app/assets/stylesheets/btca.scss */
#resourcessearch_form input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

/* line 2686, app/assets/stylesheets/btca.scss */
#resourcessearch_form input[type="submit"] {
  width: 26px;
  height: 25px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/../images/resourcessearch.png) 0 0 no-repeat;
  background-size: 26px 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2698, app/assets/stylesheets/btca.scss */
#resourcessearch_form input[type="submit"]:hover {
  background-position: 0 -25px;
}

/* line 2701, app/assets/stylesheets/btca.scss */
#resourcessearch_form #resourcessearch_holder {
  position: absolute;
  display: block;
  top: 16px;
  right: 15px;
}

/* line 2707, app/assets/stylesheets/btca.scss */
#explore-search-form #resourcessearch_holder {
  position: relative;
  width: 20%;
  display: unset;
}

/* line 2713, app/assets/stylesheets/btca.scss */
#explore-search-form input[type="submit"] {
  /*display: inline-block;*/
  float: right;
  /*margin: 0px;*/
  width: 36px;
  height: 24px;
  /*overflow: hidden;*/
  background: url(/assets/search_icon-b4936a2282a1d2aa6e1c84fc97ef5b4974463629a4f327fe7530e77ea1311adf.png) 0 0 no-repeat;
  background-size: 26px 50px;
  /* margin-right: 3px; */
  border: none;
}

/* line 2727, app/assets/stylesheets/btca.scss */
#page_resources .news_pods {
  padding: 30px 0 30px 0;
}

/* line 2731, app/assets/stylesheets/btca.scss */
#resources_more {
  margin: 10px auto 0 auto;
  display: block;
}

/* Why Digital Payments */
/* line 2737, app/assets/stylesheets/btca.scss */
.why_hero {
  background: #faf2c9;
  position: relative;
}

/* line 2742, app/assets/stylesheets/btca.scss */
.why_hero-content {
  position: relative;
  padding: 42px 17px 27px 20px;
  /*max-width:1060px;*/
  margin: 0 auto;
}

/* line 2748, app/assets/stylesheets/btca.scss */
.why_hero-left {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}

/* line 2754, app/assets/stylesheets/btca.scss */
.why_hero-left img {
  width: 100%;
  height: auto;
}

/* line 2761, app/assets/stylesheets/btca.scss */
.why_hero-right h1, .why_hero-right .h1 {
  color: #160c5a !important;
}

/* line 2764, app/assets/stylesheets/btca.scss */
.why_hero-right p {
  font-family: "Torque Web Medium", sans-serif !important;
  font-weight: 500 !important;
  color: #160c5a !important;
  font-size: 18px !important;
  line-height: 23.25px !important;
  margin: 0 0 23px 0 !important;
}

/* line 2775, app/assets/stylesheets/btca.scss */
.why_intro {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
  padding: 64px 30px 52px;
  text-align: center;
}

/* line 2782, app/assets/stylesheets/btca.scss */
.why_intro h2, .why_intro .h2 {
  max-width: 850px;
  margin: 0 auto;
  font-size: 23px;
  line-height: 28px;
}

/* line 2788, app/assets/stylesheets/btca.scss */
.why_intro h2 a, .why_intro .h2 a {
  color: #0f5280;
  text-decoration: none;
  border-bottom: 3px solid #0f5280;
}

/* line 2793, app/assets/stylesheets/btca.scss */
.why_intro h2 a:hover, .why_intro .h2 a:hover {
  color: #f0534e;
  border-bottom: 3px solid #f0534e;
}

/* line 2798, app/assets/stylesheets/btca.scss */
.why_divider {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}

/* line 2803, app/assets/stylesheets/btca.scss */
.why_divider img {
  width: 100%;
  height: 6px;
}

/* line 2807, app/assets/stylesheets/btca.scss */
.why_examples {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}

/* line 2812, app/assets/stylesheets/btca.scss */
.why_examples-intro {
  padding: 50px 20px;
  text-align: center;
}

/* line 2816, app/assets/stylesheets/btca.scss */
.why_examples-intro h2, .why_examples-intro .h2 {
  color: #160c5a;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  line-height: 21px;
}

/* line 2825, app/assets/stylesheets/btca.scss */
.why_example-image {
  padding-top: 50.75%;
  background-position: center center;
  background-size: cover;
}

/* line 2830, app/assets/stylesheets/btca.scss */
.why_example .img_credit-tag {
  bottom: 8px;
  right: 8px;
}

/* line 2834, app/assets/stylesheets/btca.scss */
.why_example-info {
  position: relative;
}

/* line 2837, app/assets/stylesheets/btca.scss */
.why_example-goal {
  width: 100px;
  position: absolute;
  left: 20px;
  top: -78px;
}

/* line 2843, app/assets/stylesheets/btca.scss */
.why_example-goal img {
  width: 100%;
  height: auto;
}

/* line 2847, app/assets/stylesheets/btca.scss */
.why_example-text {
  padding: 38px 21px;
}

/* line 2850, app/assets/stylesheets/btca.scss */
.why_example .why_example-text .label {
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #f0534e;
  margin: 0 0 1px 0;
}

/* line 2857, app/assets/stylesheets/btca.scss */
.why_example .why_example-text p {
  font-family: "Torque Web Medium", sans-serif;
  font-size: 21px;
  line-height: 25.5px;
}

/* line 2862, app/assets/stylesheets/btca.scss */
.why_example .why_example-text p strong {
  font-family: "Torque Web Bold", sans-serif;
}

/* line 2865, app/assets/stylesheets/btca.scss */
.why_example .why_example-text p a {
  text-decoration: none;
  border-bottom: 2px solid #0d5380;
}

/* line 2869, app/assets/stylesheets/btca.scss */
.why_example .why_example-text p a:hover {
  border-bottom: 2px solid #f0534e;
}

/* line 2872, app/assets/stylesheets/btca.scss */
.why_example .why_example-text p strong a {
  border-bottom: 3px solid #0d5380;
}

/* line 2876, app/assets/stylesheets/btca.scss */
.why_benefits {
  max-width: 1300px;
  margin: 66px auto 78px auto;
  width: 100%;
}

/* line 2881, app/assets/stylesheets/btca.scss */
.benefits_pod {
  max-width: 334px;
  margin: 0 auto 15px auto;
}

/* line 2885, app/assets/stylesheets/btca.scss */
.benefits_pod a {
  display: block;
}

/* line 2888, app/assets/stylesheets/btca.scss */
.benefits_pod a:hover {
  outline: 8px solid #0d5380;
  outline-offset: -8px;
}

/* line 2892, app/assets/stylesheets/btca.scss */
.benefits_pod a img {
  width: 100%;
  height: auto;
}

/* Homepage */
/* line 2898, app/assets/stylesheets/btca.scss */
#home_hero {
  background: #fff;
}

/* line 2902, app/assets/stylesheets/btca.scss */
#home_slideshow {
  position: relative;
}

/* line 2909, app/assets/stylesheets/btca.scss */
.slide_image {
  padding-top: 74.4%;
  background-position: center center;
  background-size: cover;
}

/* line 2917, app/assets/stylesheets/btca.scss */
.slideshow_caption-active a {
  text-decoration: none;
}

/* line 2920, app/assets/stylesheets/btca.scss */
#slideshow_captions {
  background: #160c5a;
  margin-bottom: 0;
}

/* line 2924, app/assets/stylesheets/btca.scss */
#slideshow_captions .slideshow_caption {
  padding: 20px 20px 70px 20px;
}

/* line 2927, app/assets/stylesheets/btca.scss */
#slideshow_captions .slideshow_caption .label {
  font-size: 14px;
  margin: 0 0 6px 0;
}

/* line 2931, app/assets/stylesheets/btca.scss */
#slideshow_captions .slideshow_caption h3, #slideshow_captions .slideshow_caption .h3 {
  padding: 0 0 15px;
  font-family: "Torque Web Bold", sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
}

/* line 2938, app/assets/stylesheets/btca.scss */
#slideshow_captions .slideshow_caption p {
  color: #01abaf;
  font-size: 18px;
  line-height: 23px;
}

/* line 2944, app/assets/stylesheets/btca.scss */
#slideshow_nav {
  padding: 0 20px;
  position: absolute;
  transform: translateY(50%);
  width: 100%;
}

/* line 2951, app/assets/stylesheets/btca.scss */
#slideshow_nav-holder {
  padding: 20px 0;
  background: #0d5380;
}

/* line 2956, app/assets/stylesheets/btca.scss */
#slideshow_nav-dots {
  text-align: center;
  margin: 0 0 20px 0;
}

/* line 2960, app/assets/stylesheets/btca.scss */
#slideshow_nav-dots a {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  text-decoration: none;
  background: #00b5b5;
}

/* line 2968, app/assets/stylesheets/btca.scss */
#slideshow_nav-dots a.slideshow_nav-highlight {
  background: #fff;
}

/* line 2971, app/assets/stylesheets/btca.scss */
#slideshow_nav-dots a:hover {
  background: #fff;
}

/* line 2975, app/assets/stylesheets/btca.scss */
#slideshow_nav-big-link {
  text-align: center;
}

/* line 2990, app/assets/stylesheets/btca.scss */
#slideshow_nav-big-link a:hover {
  text-decoration: none;
  background: #c8e6c5;
  color: #160c5a;
}

/* line 2996, app/assets/stylesheets/btca.scss */
#slideshow_nav-big-link a strong {
  font-family: "Torque Web Bold", sans-serif;
}

/* line 3000, app/assets/stylesheets/btca.scss */
#slideshow_nav-link {
  text-align: center;
}

/* line 3004, app/assets/stylesheets/btca.scss */
#slideshow_nav-link a {
  color: #fff;
  text-decoration: none;
  font-family: "Torque Web Book", sans-serif;
  font-size: 15px;
}

/* line 3010, app/assets/stylesheets/btca.scss */
#slideshow_nav-link a:hover {
  text-decoration: underline;
}

/* line 3013, app/assets/stylesheets/btca.scss */
#slideshow_nav-link a strong {
  font-family: "Torque Web Bold", sans-serif;
}

/* line 3017, app/assets/stylesheets/btca.scss */
#home_intro {
  background: #00b5b5;
  padding: 90px 20px 50px 20px;
}

/* line 3022, app/assets/stylesheets/btca.scss */
#home_intro-content {
  margin: 0 auto;
  text-align: center;
}

/* line 3027, app/assets/stylesheets/btca.scss */
#home_intro-content p {
  font-family: "Torque Web Bold", sans-serif;
  color: #160c5a;
  font-size: 20px;
  line-height: 24px;
}

/* line 3034, app/assets/stylesheets/btca.scss */
#home_intro-content a.home_intro-link, #undp-partner-section a.home_intro-link {
  display: block;
  text-align: center;
  font-family: "Torque Web Medium", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin: 20px auto 0 auto;
  text-decoration: none;
  background: #0493A1;
  color: #f2efc8;
  padding: 16px 30px 16px 30px;
  border-radius: 5px;
}

/* line 3048, app/assets/stylesheets/btca.scss */
#home_intro-content a.home_intro-link:hover, #undp-partner-section a.home_intro-link:hover {
  text-decoration: none;
  background: #0d4f7e;
  color: #faf2c9;
}

/* line 3054, app/assets/stylesheets/btca.scss */
.p-lead {
  font-family: "Torque Web Book", sans-serif;
  color: #160c5a;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

/* line 3062, app/assets/stylesheets/btca.scss */
.undp-partner-section {
  background-color: #f2efc8;
}

/* line 3068, app/assets/stylesheets/btca.scss */
#home_undp_intro {
  background: #f2efc8;
  padding: 90px 20px 50px 20px;
}

/* line 3078, app/assets/stylesheets/btca.scss */
#home_undp_intro-content p {
  font-family: "Torque Web Bold", sans-serif;
  color: #160c5a;
  font-size: 20px;
  line-height: 24px;
}

/* line 3085, app/assets/stylesheets/btca.scss */
#home_undp_intro-content a.home_undp_intro-link {
  display: block;
  text-align: center;
  font-family: "Torque Web Medium", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin: 20px auto 0 auto;
  text-decoration: none;
  background: #f2efc8;
  color: #0493A1;
  padding: 16px 30px 16px 30px;
  border-radius: 5px;
}

/* line 3099, app/assets/stylesheets/btca.scss */
#home_undp_intro-content a.home_undp_intro-link:hover {
  text-decoration: none;
  background: #faf2c9;
  color: #0d4f7e;
}

/* line 3106, app/assets/stylesheets/btca.scss */
#home_examples {
  margin: 0 auto;
  padding: 50px 0 0 0;
}

/* line 3112, app/assets/stylesheets/btca.scss */
#home_examples-logo {
  max-width: 480px;
  margin: 0 auto;
}

/* line 3118, app/assets/stylesheets/btca.scss */
#home_examples-logo img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

/* line 3123, app/assets/stylesheets/btca.scss */
#home_examples-intro {
  padding: 20px 20px 50px 20px;
  text-align: center;
}

/* line 3127, app/assets/stylesheets/btca.scss */
#home_examples-intro h2, #home_examples-intro .h2 {
  font-family: "Torque Web Bold", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #160c5a;
}

/* line 3134, app/assets/stylesheets/btca.scss */
.home_divider {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}

/* line 3139, app/assets/stylesheets/btca.scss */
.home_divider img {
  width: 100%;
  height: 6px;
}

/* line 3146, app/assets/stylesheets/btca.scss */
.home_example-image {
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
}

/* line 3151, app/assets/stylesheets/btca.scss */
.home_example .img_credit-tag {
  bottom: 8px;
  right: 8px;
}

/* line 3155, app/assets/stylesheets/btca.scss */
.home_example-info {
  position: relative;
}

/* line 3158, app/assets/stylesheets/btca.scss */
.home_example-goal {
  position: absolute;
  left: 20px;
  top: -34px;
  text-align: center;
  display: flex;
}

/* line 3165, app/assets/stylesheets/btca.scss */
.home_example-goal img {
  height: 70px;
  width: auto;
  display: block;
  float: left;
}

/* line 3171, app/assets/stylesheets/btca.scss */
.home_example-text {
  padding: 38px 21px 0 21px;
}

/* line 3174, app/assets/stylesheets/btca.scss */
.home_example .home_example-text h3, .home_example .home_example-text .h3 {
  font-family: "Torque Web Bold", sans-serif;
  font-size: 26px;
  line-height: 28px;
}

/* line 3179, app/assets/stylesheets/btca.scss */
.home_example .home_example-text h3.home_example-orange, .home_example .home_example-text .home_example-orange.h3 {
  color: #ff3a21;
  text-transform: uppercase;
}

/* line 3183, app/assets/stylesheets/btca.scss */
.home_example .home_example-text h3.home_example-gold, .home_example .home_example-text .home_example-gold.h3 {
  color: #dda83a;
  text-transform: uppercase;
}

/* line 3187, app/assets/stylesheets/btca.scss */
.home_example .home_example-text h3.home_example-blue, .home_example .home_example-text .home_example-blue.h3 {
  color: #19486a;
  text-transform: uppercase;
}

/* line 3191, app/assets/stylesheets/btca.scss */
.home_example .home_example-text h3.home_example-purple, .home_example .home_example-text .home_example-purple.h3 {
  color: #a21942;
  text-transform: uppercase;
}

/* line 3196, app/assets/stylesheets/btca.scss */
.home_example .home_example-text p {
  font-family: "Torque Web Medium", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #160c5a;
}

/* line 3202, app/assets/stylesheets/btca.scss */
.home_example .home_example-text p strong {
  font-family: "Torque Web Bold", sans-serif;
}

/* line 3206, app/assets/stylesheets/btca.scss */
.home_example-quote {
  padding: 0 20px;
}

/* line 3209, app/assets/stylesheets/btca.scss */
.home_example-quote p.example_quotation {
  font-family: "PFDINTextStd-Italic", sans-serif;
  color: #0d5380;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

/* line 3216, app/assets/stylesheets/btca.scss */
.home_example-quote p.example_source {
  font-family: "PFDINTextStd-Regular", sans-serif;
  color: #0d5380;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

/* line 3223, app/assets/stylesheets/btca.scss */
.slideshow_caption .slideshow_caption-active a {
  outline: none;
}

/* line 3228, app/assets/stylesheets/btca.scss */
.slideshow_caption .slideshow_caption-active a:active {
  outline: none;
}

/* line 3234, app/assets/stylesheets/btca.scss */
#slideshow_captions {
  background: #160c5a;
  margin-bottom: 0;
}

/* line 3238, app/assets/stylesheets/btca.scss */
#slideshow_captions .slideshow_caption {
  padding: 20px 20px 70px 20px;
}

/* line 3241, app/assets/stylesheets/btca.scss */
#slideshow_captions .slideshow_caption .label {
  font-size: 14px;
  margin: 0 0 6px 0;
}

/* line 3245, app/assets/stylesheets/btca.scss */
#slideshow_captions .slideshow_caption h3, #slideshow_captions .slideshow_caption .h3 {
  padding: 0 0 15px;
  font-family: "Torque Web Bold", sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
}

/* line 3252, app/assets/stylesheets/btca.scss */
#slideshow_captions .slideshow_caption p {
  color: #01abaf;
  font-size: 18px;
  line-height: 23px;
}

/* line 3257, app/assets/stylesheets/btca.scss */
#slideshow_captions a:link {
  text-decoration: none;
}

/* line 3261, app/assets/stylesheets/btca.scss */
#slideshow_nav {
  padding: 0 20px;
  position: absolute;
  transform: translateY(50%);
  width: 100%;
}

/* line 3268, app/assets/stylesheets/btca.scss */
#slideshow_nav-holder {
  padding: 20px 0;
  background: #0d5380;
}

/* line 3273, app/assets/stylesheets/btca.scss */
#slideshow_nav-dots {
  text-align: center;
  margin: 0 0 20px 0;
}

/* line 3277, app/assets/stylesheets/btca.scss */
#slideshow_nav-dots a {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  text-decoration: none;
  background: #00b5b5;
}

/* line 3285, app/assets/stylesheets/btca.scss */
#slideshow_nav-dots a.slideshow_nav-highlight {
  background: #fff;
}

/* line 3288, app/assets/stylesheets/btca.scss */
#slideshow_nav-dots a:hover {
  background: #fff;
}

/* line 3291, app/assets/stylesheets/btca.scss */
#slideshow_nav-link {
  text-align: center;
}

/* line 3294, app/assets/stylesheets/btca.scss */
#slideshow_nav-link a {
  color: #fff;
  text-decoration: none;
  font-family: "Torque Web Book", sans-serif;
  font-size: 15px;
}

/* line 3300, app/assets/stylesheets/btca.scss */
#slideshow_nav-link a:hover {
  text-decoration: underline;
}

/* line 3303, app/assets/stylesheets/btca.scss */
#slideshow_nav-link a strong {
  font-family: "Torque Web Bold", sans-serif;
}

/* line 3307, app/assets/stylesheets/btca.scss */
#home_intro {
  background: #00b5b5;
  padding: 90px 20px 50px 20px;
}

/* line 3311, app/assets/stylesheets/btca.scss */
#home_intro-content {
  margin: 0 auto;
  text-align: center;
}

/* line 3316, app/assets/stylesheets/btca.scss */
#home_intro-content p {
  font-family: "Torque Web Bold", sans-serif;
  color: #160c5a;
  font-size: 20px;
  line-height: 24px;
}

/* line 3322, app/assets/stylesheets/btca.scss */
#home_intro-content a.home_intro-link, #undp-partner-section a.home_intro-link {
  display: block;
  text-align: center;
  font-family: "Torque Web Medium", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin: 20px auto 0 auto;
  text-decoration: none;
  background: #0493A1;
  color: #f2efc8;
  padding: 16px 30px 16px 30px;
  border-radius: 5px;
}

/* line 3337, app/assets/stylesheets/btca.scss */
#home_intro-content a.home_intro-link:hover, #undp-partner-section a.home_intro-link:hover {
  text-decoration: none;
  background: #0d4f7e;
  color: #faf2c9;
}

/* line 3343, app/assets/stylesheets/btca.scss */
#home_examples {
  margin: 0 auto;
  padding: 50px 0 0 0;
}

/* line 3348, app/assets/stylesheets/btca.scss */
#home_examples-logo {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 3353, app/assets/stylesheets/btca.scss */
#home_examples-intro {
  padding: 20px 20px 50px 20px;
  text-align: center;
}

/* line 3357, app/assets/stylesheets/btca.scss */
#home_examples-intro h2, #home_examples-intro .h2 {
  font-family: "Torque Web Bold", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #160c5a;
}

/* line 3364, app/assets/stylesheets/btca.scss */
.home_divider {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}

/* line 3369, app/assets/stylesheets/btca.scss */
.home_divider img {
  width: 100%;
  height: 6px;
}

/* line 3376, app/assets/stylesheets/btca.scss */
.home_example-image {
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
}

/* line 3381, app/assets/stylesheets/btca.scss */
.home_example .img_credit-tag {
  bottom: 8px;
  right: 8px;
}

/* line 3385, app/assets/stylesheets/btca.scss */
.home_example-info {
  position: relative;
}

/* line 3388, app/assets/stylesheets/btca.scss */
.home_example-goal {
  position: absolute;
  left: 20px;
  top: -34px;
}

/* line 3393, app/assets/stylesheets/btca.scss */
.home_example-goal img {
  height: 70px;
  width: auto;
  display: block;
  float: left;
}

/* line 3399, app/assets/stylesheets/btca.scss */
.home_example-text {
  padding: 38px 21px 0 21px;
}

/* line 3402, app/assets/stylesheets/btca.scss */
.home_example .home_example-text h3, .home_example .home_example-text .h3 {
  font-family: "Torque Web Bold", sans-serif;
  font-size: 26px;
  line-height: 28px;
}

/* line 3407, app/assets/stylesheets/btca.scss */
.home_example .home_example-text h3.home_example-orange, .home_example .home_example-text .home_example-orange.h3 {
  color: #ff3a21;
  text-transform: uppercase;
}

/* line 3411, app/assets/stylesheets/btca.scss */
.home_example .home_example-text h3.home_example-gold, .home_example .home_example-text .home_example-gold.h3 {
  color: #dda83a;
  text-transform: uppercase;
}

/* line 3415, app/assets/stylesheets/btca.scss */
.home_example .home_example-text h3.home_example-blue, .home_example .home_example-text .home_example-blue.h3 {
  color: #19486a;
  text-transform: uppercase;
}

/* line 3419, app/assets/stylesheets/btca.scss */
.home_example .home_example-text h3.home_example-purple, .home_example .home_example-text .home_example-purple.h3 {
  color: #a21942;
  text-transform: uppercase;
}

/* line 3424, app/assets/stylesheets/btca.scss */
.home_example .home_example-text p {
  font-family: "Torque Web Medium", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #160c5a;
}

/* line 3430, app/assets/stylesheets/btca.scss */
.home_example .home_example-text p strong {
  font-family: "Torque Web Bold", sans-serif;
}

/* line 3434, app/assets/stylesheets/btca.scss */
.home_example-quote {
  padding: 0 20px;
}

/* line 3437, app/assets/stylesheets/btca.scss */
.home_example-quote p.example_quotation {
  font-family: "PFDINTextStd-Italic", sans-serif;
  color: #0d5380;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

/* line 3444, app/assets/stylesheets/btca.scss */
.home_example-quote p.example_source {
  font-family: "PFDINTextStd-Regular", sans-serif;
  color: #0d5380;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

/* line 3452, app/assets/stylesheets/btca.scss */
.home_example-more {
  padding: 25px 20px;
}

/* line 3455, app/assets/stylesheets/btca.scss */
.home_example-more:before {
  content: " ";
  border-top: 1px solid #00b5b5;
  display: block;
  width: 100%;
}

/* line 3461, app/assets/stylesheets/btca.scss */
.home_example-more h3, .home_example-more .h3 {
  font-family: "Torque Web Bold", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #00b5b5;
}

/* line 3467, app/assets/stylesheets/btca.scss */
.home_example-more ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3472, app/assets/stylesheets/btca.scss */
.home_example-more ul li {
  margin: 0 0 20px 0;
  padding: 0;
}

/* line 3476, app/assets/stylesheets/btca.scss */
.home_example-more ul li strong {
  display: block;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #cc3333;
}

/* line 3483, app/assets/stylesheets/btca.scss */
.home_example-more ul li a {
  display: block;
  font-family: "PFDINTextStd-Regular", sans-serif;
  color: #007a96;
  font-size: 18px;
  line-height: 25px;
  text-decoration: underline;
}

/* line 3491, app/assets/stylesheets/btca.scss */
.home_example-more ul li a:hover {
  color: #f0534e;
  text-decoration: underline;
}

/* line 3496, app/assets/stylesheets/btca.scss */
#home_bottom {
  padding: 60px 20px 100px 20px;
  text-align: center;
}

/* line 3500, app/assets/stylesheets/btca.scss */
#home_bottom .button-orange {
  line-height: 1em;
  width: 100%;
  height: auto;
  padding: 20px;
  max-width: 580px;
}

/* Media Queries */
@media only screen and (min-width: 200px) {
  /* Top Header */
  /* line 3511, app/assets/stylesheets/btca.scss */
  #main_header #header_logo {
    margin: 0 0 20px 20px;
  }
  /* line 3515, app/assets/stylesheets/btca.scss */
  .document-wrap.flex {
    flex-wrap: wrap;
  }
  /* line 3519, app/assets/stylesheets/btca.scss */
  .document-wrap .post_header-image,
.post_header-wrap .post_header-image {
    min-height: 15vh;
    width: 100%;
  }
  /* line 3525, app/assets/stylesheets/btca.scss */
  .document-wrap .pub_download-top {
    width: 100%;
  }
  /* Search Modal */
  /* line 3530, app/assets/stylesheets/btca.scss */
  #search_form input[type="text"] {
    font-size: 18px;
  }
  /* 404 Page */
  /* line 3535, app/assets/stylesheets/btca.scss */
  #search_form404 input[type="text"] {
    font-size: 18px;
  }
  /* line 3539, app/assets/stylesheets/btca.scss */
  .members {
    padding: 2rem 0 2rem 0;
  }
  /* line 3543, app/assets/stylesheets/btca.scss */
  .members_flex > .Media {
    width: 90vw;
    max-width: inherit;
    height: 90vw;
    max-height: inherit;
  }
}

/* line 3551, app/assets/stylesheets/btca.scss */
.post_article > ul {
  margin-left: 35px !important;
}

@media only screen and (min-width: 280px) {
  /* line 3560, app/assets/stylesheets/btca.scss */
  #slideshow_nav {
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  /* line 3569, app/assets/stylesheets/btca.scss */
  img#arrow-up {
    right: 2px;
    margin-right: -3px;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* line 3578, app/assets/stylesheets/btca.scss */
  .partner-section-text {
    font-size: 20px !important;
    line-height: 26px !important;
    font-family: 'Torque Web Medium', sans-serif !important;
  }
  /* line 3584, app/assets/stylesheets/btca.scss */
  .undp-partner-logo {
    width: 50%;
  }
  /* line 3588, app/assets/stylesheets/btca.scss */
  .sustainable-partner-logo {
    width: 50%;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 720px) {
  /* Alliance Page */
  /* line 3596, app/assets/stylesheets/btca.scss */
  .furtherreading {
    padding: 30px 20px 0 20px;
  }
  /* line 3599, app/assets/stylesheets/btca.scss */
  .furtherreading-pods {
    max-width: 1280px;
    margin: 0 auto;
  }
  /* line 3603, app/assets/stylesheets/btca.scss */
  .furtherreading-pod {
    display: inline-block;
    max-width: 300px;
    margin: 20px;
    width: 33%;
  }
  /* line 3609, app/assets/stylesheets/btca.scss */
  .furtherreading-pod a {
    padding-top: 85%;
  }
  /* line 3613, app/assets/stylesheets/btca.scss */
  .furtherreading-pod-content {
    padding: 40px 10px 10px 10px;
  }
  /* line 3616, app/assets/stylesheets/btca.scss */
  .furtherreading-pod-title {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 3620, app/assets/stylesheets/btca.scss */
  .furtherreading-pod-text {
    font-size: 17px;
    line-height: 20px;
  }
  /* line 3624, app/assets/stylesheets/btca.scss */
  .furtherreading-caret {
    bottom: 30px;
  }
  /* News Author */
  /* line 3629, app/assets/stylesheets/btca.scss */
  .author_hero-content {
    padding: 40px 20px 60px 20px;
  }
  /* line 3632, app/assets/stylesheets/btca.scss */
  .news_pods {
    text-align: left;
  }
  /* line 3635, app/assets/stylesheets/btca.scss */
  .news_pods-intro h2, .news_pods-intro .h2 {
    font-size: 28px;
  }
  /* line 3638, app/assets/stylesheets/btca.scss */
  .news_pods-holder {
    text-align: left;
    margin: 0 -10px 0 -10px;
  }
  /* line 3642, app/assets/stylesheets/btca.scss */
  .news_pod {
    /*width:354px;*/
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    float: left;
  }
  /* line 3649, app/assets/stylesheets/btca.scss */
  #page_share-menu {
    top: -2px;
    right: 38px;
  }
  /* line 3653, app/assets/stylesheets/btca.scss */
  #page_share-menu a {
    width: 29px;
    height: 29px;
  }
  /* News Post */
  /* line 3659, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_pod {
    width: 48%;
    max-width: 350px;
    margin: 0 0 20px 0;
  }
  /* line 3664, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_text-holder {
    padding: 16px 10px;
  }
  /* line 3667, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_text {
    height: 120px;
    overflow: hidden;
  }
  /* line 3671, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_text p {
    display: none;
  }
  /* line 3674, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_pod:nth-child(odd) {
    float: left;
  }
  /* line 3677, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_pod:nth-child(even) {
    float: right;
  }
  /* Resources */
  /* line 3685, app/assets/stylesheets/btca.scss */
  #featured_left {
    width: 51%;
    float: left;
    padding: 0 15px 0 0;
  }
  /* line 3690, app/assets/stylesheets/btca.scss */
  #featured_left .featured_pod {
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 3694, app/assets/stylesheets/btca.scss */
  #featured_left .featured_text h3, #featured_left .featured_text .h3 {
    font-size: 28px;
    line-height: 30px;
  }
  /* line 3698, app/assets/stylesheets/btca.scss */
  #featured_left .featured_text p {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: #007a96;
  }
  /* line 3705, app/assets/stylesheets/btca.scss */
  #featured_right {
    width: 49%;
    float: left;
  }
  /* line 3709, app/assets/stylesheets/btca.scss */
  #featured_right .featured_pod {
    border-bottom: none;
  }
  /* line 3712, app/assets/stylesheets/btca.scss */
  #featured_right .featured_thumb {
    width: 160px;
    float: left;
  }
  /* line 3716, app/assets/stylesheets/btca.scss */
  #featured_right .featured_text div.label {
    margin: 0 0 6px 0;
  }
  /* line 3719, app/assets/stylesheets/btca.scss */
  #featured_right .featured_text {
    width: calc(100% - 180px);
    float: right;
    height: 100px;
    overflow: hidden;
    padding: 0;
  }
  /* line 3726, app/assets/stylesheets/btca.scss */
  #featured_right .featured_text h3, #featured_right .featured_text .h3 {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 3731, app/assets/stylesheets/btca.scss */
  #featured_right .featured_text h3 span.featured_text-limit, #featured_right .featured_text .h3 span.featured_text-limit {
    display: none;
  }
  /* line 3734, app/assets/stylesheets/btca.scss */
  .featured_pod-outbound .featured_text h3 span.arrow, .featured_pod-outbound .featured_text .h3 span.arrow {
    display: inline-block;
  }
  /* line 3738, app/assets/stylesheets/btca.scss */
  #resources_find-text {
    display: block;
  }
  /* line 3742, app/assets/stylesheets/btca.scss */
  #resources_bar-menu > li {
    width: 25%;
    float: left;
    border-left: #007a96 1px solid;
    border-bottom: none;
  }
  /* line 3748, app/assets/stylesheets/btca.scss */
  #resources_bar-menu > li > a {
    font-size: 14px !important;
    padding: 20px 2px 20px 30px;
  }
  /* line 3753, app/assets/stylesheets/btca.scss */
  .resources_bar-submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
  }
  /* line 3761, app/assets/stylesheets/btca.scss */
  .resources_bar-submenu li a {
    padding: 0 8px 0px 10px;
  }
  /* line 3765, app/assets/stylesheets/btca.scss */
  .resources_menu-filters {
    font-size: 14px !important;
  }
  /* line 3769, app/assets/stylesheets/btca.scss */
  .resources_bar-submenu li.resources_bar-submenu-last {
    border-top: #007a96 1px solid;
    margin-top: 14px;
  }
  /* line 3774, app/assets/stylesheets/btca.scss */
  #page_resources .news_pods {
    padding: 40px 0 40px 0;
  }
  /* Why Digital Payments */
  /* line 3779, app/assets/stylesheets/btca.scss */
  .why_hero-content {
    padding: 48px 87px 27px 20px;
    display: flex;
  }
  /* line 3783, app/assets/stylesheets/btca.scss */
  .why_hero-left {
    max-width: 125px;
    width: 100%;
    margin: 0 auto;
  }
  /* line 3788, app/assets/stylesheets/btca.scss */
  .why_hero-right h1, .why_hero-right .h1 {
    margin: 32px 0 9px 0;
  }
  /* line 3791, app/assets/stylesheets/btca.scss */
  .why_hero-right p {
    font-size: 18px !important;
    line-height: 25px !important;
    margin: 0 0 23px 0 !important;
    color: #1f7e9a !important;
  }
  /* line 3797, app/assets/stylesheets/btca.scss */
  .why_intro {
    padding: 64px 30px 57px;
    text-align: center;
  }
  /* line 3801, app/assets/stylesheets/btca.scss */
  .why_intro h2, .why_intro .h2 {
    font-size: 25px;
    line-height: 30px;
  }
  /* line 3805, app/assets/stylesheets/btca.scss */
  .why_examples-intro {
    padding: 40px 50px 35px;
    text-align: center;
  }
  /* line 3810, app/assets/stylesheets/btca.scss */
  .why_divider img {
    height: 10px;
  }
  /* line 3813, app/assets/stylesheets/btca.scss */
  .why_example {
    margin: 0 0 72px 0;
  }
  /* line 3818, app/assets/stylesheets/btca.scss */
  .why_example-goal {
    width: 150px;
    position: absolute;
    left: 30px;
    top: -60px;
  }
  /* line 3824, app/assets/stylesheets/btca.scss */
  .why_example-text {
    padding: 24px 30px 0 210px;
  }
  /* line 3828, app/assets/stylesheets/btca.scss */
  .why_benefits {
    margin: 84px auto 102px auto;
    text-align: center;
  }
  /* line 3832, app/assets/stylesheets/btca.scss */
  .benefits_pod {
    max-width: 235px;
    margin: 0;
    width: 235px;
    padding: 0 5px;
    display: inline-block;
  }
  /* Homepage */
  /* line 3841, app/assets/stylesheets/btca.scss */
  .slide_image {
    padding-top: 46%;
    background-position: center center;
    background-size: cover;
  }
  /* line 3847, app/assets/stylesheets/btca.scss */
  #slideshow_captions .slideshow_caption {
    padding: 30px 30px 70px 30px;
  }
  /* line 3850, app/assets/stylesheets/btca.scss */
  #slideshow_captions .slideshow_caption .label {
    margin: 0 0 10px 0;
  }
  /* line 3853, app/assets/stylesheets/btca.scss */
  #slideshow_captions .slideshow_caption h3, #slideshow_captions .slideshow_caption .h3 {
    font-size: 32px;
    line-height: 34px;
  }
  /* line 3857, app/assets/stylesheets/btca.scss */
  #slideshow_captions .slideshow_caption p {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 3862, app/assets/stylesheets/btca.scss */
  #slideshow_nav {
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
  }
  /* line 3870, app/assets/stylesheets/btca.scss */
  #slideshow_nav-holder {
    padding: 30px 20px;
  }
  /* line 3874, app/assets/stylesheets/btca.scss */
  #slideshow_nav-dots {
    text-align: left;
    margin: 0;
    float: left;
  }
  /* line 3879, app/assets/stylesheets/btca.scss */
  #slideshow_nav-link {
    text-align: right;
    float: right;
    margin: 0 20px 0 0;
  }
  /* line 3884, app/assets/stylesheets/btca.scss */
  #slideshow_nav-link a {
    font-size: 18px;
  }
  /* line 3888, app/assets/stylesheets/btca.scss */
  #home_intro {
    padding: 100px 30px 60px 30px;
  }
  /* line 3891, app/assets/stylesheets/btca.scss */
  #home_intro-content p {
    font-size: 24px;
    line-height: 29px;
  }
  /* line 3895, app/assets/stylesheets/btca.scss */
  #home_intro-content a.home_intro-link, #undp-partner-section a.home_intro-link {
    font-size: 12px;
    line-height: 12px;
  }
  /* line 3900, app/assets/stylesheets/btca.scss */
  .home_divider img {
    height: 10px;
  }
  /* line 3908, app/assets/stylesheets/btca.scss */
  .home_example-goal {
    position: absolute;
    left: 90px;
    top: -60px;
  }
  /* line 3913, app/assets/stylesheets/btca.scss */
  .home_example-goal img {
    height: 109px;
  }
  /* line 3916, app/assets/stylesheets/btca.scss */
  .home_example-text {
    padding: 60px 90px 0 90px;
  }
  /* line 3919, app/assets/stylesheets/btca.scss */
  .home_example .home_example-text h3, .home_example .home_example-text .h3 {
    font-size: 36px;
    line-height: 36px;
  }
  /* line 3923, app/assets/stylesheets/btca.scss */
  .home_example .home_example-text p {
    line-height: 25px;
  }
  /* line 3926, app/assets/stylesheets/btca.scss */
  .home_example-quote {
    padding: 0 90px;
  }
  /* line 3929, app/assets/stylesheets/btca.scss */
  .home_example-more {
    padding: 30px 90px 50px 90px;
  }
  /* line 3933, app/assets/stylesheets/btca.scss */
  .undp-partner-logo {
    width: 100%;
  }
  /* line 3937, app/assets/stylesheets/btca.scss */
  .sustainable-partner-logo {
    width: 100%;
  }
  /* line 3941, app/assets/stylesheets/btca.scss */
  .partner-section-text {
    font-size: 20px !important;
    line-height: 28px;
    font-family: 'Torque Web Medium', sans-serif;
  }
}

@media only screen and (min-width: 960px) {
  /* line 3949, app/assets/stylesheets/btca.scss */
  .plus-minus-toggle {
    display: none;
  }
  /* line 3952, app/assets/stylesheets/btca.scss */
  #site_footer {
    bottom: 0px;
    width: 100%;
    display: block;
  }
  /* line 3958, app/assets/stylesheets/btca.scss */
  .document-wrap .post_header-image {
    width: 78%;
  }
  /* line 3962, app/assets/stylesheets/btca.scss */
  .document-wrap .pub_download-top {
    width: 20%;
  }
  /* line 3966, app/assets/stylesheets/btca.scss */
  .members_flex > .Media {
    width: 15vw;
    height: 15vw;
    min-height: 13rem;
    min-width: 13rem;
    max-width: 19rem;
    max-height: 19rem;
  }
  /* line 3975, app/assets/stylesheets/btca.scss */
  h3.hoverable, .hoverable.h3 {
    font-size: 1em;
  }
  /* line 3978, app/assets/stylesheets/btca.scss */
  h2.hoverable, .hoverable.h2 {
    font-size: 0.9em;
  }
  /* line 3981, app/assets/stylesheets/btca.scss */
  a.member_hover_link.hoverable {
    overflow-wrap: break-word;
    font-size: 0.8em;
    text-align: center;
  }
  /* line 3987, app/assets/stylesheets/btca.scss */
  #page_alliance .resource_flex > .Resource-Media > .Media-imageWrapper {
    width: 15vw;
    height: 15vw;
    min-height: 13rem;
    min-width: 13rem;
    max-width: 19rem;
    max-height: 19rem;
  }
  /* line 3996, app/assets/stylesheets/btca.scss */
  .undp-partner-logo {
    width: 50%;
  }
  /* line 4000, app/assets/stylesheets/btca.scss */
  .sustainable-partner-logo {
    width: 50%;
  }
  /* line 4004, app/assets/stylesheets/btca.scss */
  .partner-section-text {
    font-size: 24px !important;
    line-height: 29px !important;
    font-family: 'Torque Web Medium', sans-serif !important;
  }
}

@media only screen and (min-width: 700px) {
  /* line 4012, app/assets/stylesheets/btca.scss */
  .leadership-image img {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 4019, app/assets/stylesheets/btca.scss */
  .leadership-caption {
    min-height: 130px !important;
  }
  /* line 4023, app/assets/stylesheets/btca.scss */
  .undp-partner-logo {
    width: 75%;
  }
  /* line 4027, app/assets/stylesheets/btca.scss */
  .sustainable-partner-logo {
    width: 75%;
  }
  /* line 4031, app/assets/stylesheets/btca.scss */
  .leadership-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 4039, app/assets/stylesheets/btca.scss */
  .pr-15 {
    padding-right: 15px !important;
  }
  /* line 4043, app/assets/stylesheets/btca.scss */
  .post_article {
    max-width: 750px;
  }
  /* line 4047, app/assets/stylesheets/btca.scss */
  .static-page-show .align-page {
    margin-top: 150px !important;
  }
  /* line 4051, app/assets/stylesheets/btca.scss */
  .About_content ul {
    padding-left: 18px !important;
  }
  /* line 4055, app/assets/stylesheets/btca.scss */
  .member_hover_wrap {
    height: 100% !important;
  }
  /* line 4059, app/assets/stylesheets/btca.scss */
  .About_content,
.secretariat-top {
    margin: 0px !important;
    margin-left: 33% !important;
    width: 66% !important;
    max-width: 850px;
  }
  /* line 4066, app/assets/stylesheets/btca.scss */
  .secretariat-top .text-right {
    margin: 0px;
  }
  /* line 4069, app/assets/stylesheets/btca.scss */
  .secretariat-top p {
    padding: 10px 0px;
    margin: 0px;
  }
  /* line 4073, app/assets/stylesheets/btca.scss */
  #contact-left p {
    line-height: 26px !important;
  }
  /* line 4076, app/assets/stylesheets/btca.scss */
  .members_page_hero,
.resources_page_hero {
    background-size: cover !important;
    background-position: 13% 20% !important;
  }
  /* line 4081, app/assets/stylesheets/btca.scss */
  .secretariat_bg {
    background-position: 20% 20% !important;
  }
  /* line 4084, app/assets/stylesheets/btca.scss */
  .resources_page_hero {
    margin-top: 100px;
  }
  /* line 4087, app/assets/stylesheets/btca.scss */
  .bg_line {
    background-color: #00b5b5 !important;
    background-image: url(/assets/alliance_hero2) !important;
    padding: 0 0 0 33% !important;
  }
  /* line 4093, app/assets/stylesheets/btca.scss */
  .define-wrapper {
    float: right;
  }
  /* line 4097, app/assets/stylesheets/btca.scss */
  .post_header h1, .post_header .h1 {
    margin: 40px 0 20px 0;
  }
  /* line 4101, app/assets/stylesheets/btca.scss */
  #page {
    padding-top: 90px;
  }
  /* line 4104, app/assets/stylesheets/btca.scss */
  .page_why.page_content {
    padding-top: 60px !important;
  }
  /* line 4107, app/assets/stylesheets/btca.scss */
  .page_content {
    padding-top: 140px;
  }
  /* line 4111, app/assets/stylesheets/btca.scss */
  .post_page {
    padding: 0 0 150px 0;
  }
  /* line 4115, app/assets/stylesheets/btca.scss */
  #page_results {
    padding-bottom: 10rem;
  }
  /* line 4119, app/assets/stylesheets/btca.scss */
  img#arrow-up {
    right: inherit;
    margin-right: -3px;
  }
  /* line 4124, app/assets/stylesheets/btca.scss */
  #header_search,
#resources_search-wrap {
    position: absolute;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
  }
  /* line 4132, app/assets/stylesheets/btca.scss */
  .results_text {
    width: 68%;
  }
  /* line 4136, app/assets/stylesheets/btca.scss */
  .members_flex > .Media {
    width: 16vw;
    height: 16vw;
    max-width: 19rem;
    max-height: 19rem;
  }
  /* line 4143, app/assets/stylesheets/btca.scss */
  #page_alliance .resource_flex > .Resource-Media > .Media-imageWrapper {
    width: 15vw;
    height: 15vw;
    min-height: 13rem;
    min-width: 13rem;
    max-width: 19rem;
    max-height: 19rem;
  }
  /* line 4152, app/assets/stylesheets/btca.scss */
  .Member-image {
    width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 170px;
    min-width: 150px;
  }
  /* line 4159, app/assets/stylesheets/btca.scss */
  .members > div > div > .Media {
    transition: 0.3s ease-in-out;
  }
  /* line 4164, app/assets/stylesheets/btca.scss */
  h3.hoverable, .hoverable.h3 {
    font-size: 1em;
  }
  /* line 4167, app/assets/stylesheets/btca.scss */
  h2.hoverable, .hoverable.h2 {
    font-size: 0.9em;
  }
  /* line 4170, app/assets/stylesheets/btca.scss */
  a.member_hover_link.hoverable {
    overflow-wrap: break-word;
    font-size: 0.9em;
    text-align: center;
  }
  /* In Page Styles */
  /* line 4177, app/assets/stylesheets/btca.scss */
  button.button-orange {
    max-width: 300px;
    font-size: 20px;
  }
  /* line 4181, app/assets/stylesheets/btca.scss */
  h1, .h1 {
    font-size: 36px;
  }
  /* line 4184, app/assets/stylesheets/btca.scss */
  h2, .h2 {
    font-size: 28px;
  }
  /* line 4187, app/assets/stylesheets/btca.scss */
  h2.subhead, .subhead.h2 {
    font-size: 20px;
  }
  /* line 4190, app/assets/stylesheets/btca.scss */
  div.label {
    font-size: 17px;
  }
  /* line 4194, app/assets/stylesheets/btca.scss */
  p {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 4198, app/assets/stylesheets/btca.scss */
  p.intro {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 4203, app/assets/stylesheets/btca.scss */
  #page {
    padding: 0;
  }
  /* Site Header */
  /* line 4208, app/assets/stylesheets/btca.scss */
  #main_header {
    position: relative;
    padding: 20px 0 34px 0;
    height: 140px;
  }
  /* line 4214, app/assets/stylesheets/btca.scss */
  #main_header #header_logo {
    float: left;
    width: 33%;
    margin: 10px 0 0 0;
  }
  /* line 4219, app/assets/stylesheets/btca.scss */
  #main_header #header_logo a {
    width: 280px;
    height: 63px;
    margin: 20px 0 0 20px;
  }
  /* line 4224, app/assets/stylesheets/btca.scss */
  #main_header #header_logo a span {
    width: 280px;
    height: 63px;
    background-position: 0 0;
    background-size: 280px 126px;
  }
  /* line 4230, app/assets/stylesheets/btca.scss */
  #main_header #header_logo a:hover span {
    background-position: 0 -63px;
  }
  /* Top Nav */
  /* line 4235, app/assets/stylesheets/btca.scss */
  #site_nav {
    display: block;
    float: right;
    height: auto;
    width: calc(100% - 33%);
    padding: 0;
    min-height: auto !important;
  }
  /* line 4244, app/assets/stylesheets/btca.scss */
  #main_nav {
    margin: 0;
    border-top: none;
    position: relative;
    padding: 50px 0 0 0;
  }
  /* line 4250, app/assets/stylesheets/btca.scss */
  #main_nav > li {
    display: inline-block;
    margin: 0;
    border-bottom: none;
    padding: 0;
  }
  /* line 4256, app/assets/stylesheets/btca.scss */
  #main_nav > li > a {
    font-size: 20px;
    padding-right: 30px;
    line-height: 18px;
  }
  /* line 4261, app/assets/stylesheets/btca.scss */
  #main_nav > li > a:hover {
    color: #f0534e;
  }
  /* line 4264, app/assets/stylesheets/btca.scss */
  #main_nav > li > a br {
    display: block;
  }
  /* line 4268, app/assets/stylesheets/btca.scss */
  #alliance_nav-toggle:after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 7px;
    overflow: hidden;
    position: relative;
    top: auto;
    right: auto;
    background: url(/assets/alliance_menu-caret-30b96561054ae62d936279f9337d7ad502b46a4b25b379613e103b09571d7cff.png) 0 0 no-repeat;
    background-size: 10px 14px;
    margin-left: 4px;
  }
  /* line 4282, app/assets/stylesheets/btca.scss */
  #alliance_nav-toggle-payments:after, #alliance_nav-toggle-climate-actions:after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 7px;
    overflow: hidden;
    position: relative;
    top: auto;
    right: auto;
    background: url(/assets/alliance_menu-caret-30b96561054ae62d936279f9337d7ad502b46a4b25b379613e103b09571d7cff.png) 0 0 no-repeat;
    background-size: 10px 14px;
    margin-left: 4px;
  }
  /* line 4296, app/assets/stylesheets/btca.scss */
  #main_nav li.alliance_nav-open #alliance_nav-toggle:after {
    background-position: 0 0;
  }
  /* line 4300, app/assets/stylesheets/btca.scss */
  #main_nav li.alliance_nav-open #alliance_nav-toggle-payments:after {
    background-position: 0 0;
  }
  /* line 4304, app/assets/stylesheets/btca.scss */
  #main_nav li.alliance_nav-open #alliance_nav-toggle-climate-actions:after {
    background-position: 0 0;
  }
  /* line 4308, app/assets/stylesheets/btca.scss */
  #site_nav #main_nav li #alliance_nav-toggle:hover:after {
    background-position: 0 -7px;
  }
  /* line 4312, app/assets/stylesheets/btca.scss */
  #alliance_nav-holder {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 0 0 -52%;
    box-shadow: 6px 6px 0px 0px rgba(0, 181, 181, 0.2);
  }
  /* line 4323, app/assets/stylesheets/btca.scss */
  #alliance_nav-holder-payments, #alliance_nav-holder-climate-actions {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 0 0 -52%;
    box-shadow: 6px 6px 0px 0px rgba(0, 181, 181, 0.2);
  }
  /* line 4333, app/assets/stylesheets/btca.scss */
  #main_nav li.alliance_nav-open {
    padding-bottom: 0;
  }
  /* line 4337, app/assets/stylesheets/btca.scss */
  #alliance_nav-columns {
    display: flex;
  }
  /* line 4341, app/assets/stylesheets/btca.scss */
  #alliance_nav-left {
    display: block;
    width: calc(33% + 280px);
    float: left;
    padding: 30px 40px;
    background: #e1f9fa;
  }
  /* line 4348, app/assets/stylesheets/btca.scss */
  #alliance_nav-right {
    width: calc(66% - 280px);
    float: left;
    padding: 30px 26px;
    flex: 1;
    background: #fff;
  }
  /* line 4355, app/assets/stylesheets/btca.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    display: block;
    color: #f0534e !important;
    font-family: "Torque Web Bold", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    padding: 0;
  }
  /* line 4364, app/assets/stylesheets/btca.scss */
  #alliance_nav {
    margin: 0;
    padding: 0;
  }
  /* line 4368, app/assets/stylesheets/btca.scss */
  #alliance_nav li {
    margin: 0;
    padding: 0;
  }
  /* line 4372, app/assets/stylesheets/btca.scss */
  #alliance_nav li a {
    display: block;
    color: #007a96;
    text-decoration: none;
    font-size: 18px;
    font-family: "PFDINTextStd-Regular", sans-serif;
    line-height: 24px;
  }
  /* line 4381, app/assets/stylesheets/btca.scss */
  #header_search {
    right: 20px;
    bottom: 68px;
  }
  /* line 4386, app/assets/stylesheets/btca.scss */
  #header_search a {
    display: block;
  }
  /* line 4390, app/assets/stylesheets/btca.scss */
  #mobile_search {
    display: none;
  }
  /* line 4394, app/assets/stylesheets/btca.scss */
  #language_nav {
    left: auto;
    right: 20px;
    bottom: 0;
    text-align: right;
  }
  /* line 4400, app/assets/stylesheets/btca.scss */
  #language_nav li a {
    font-size: 14px;
    padding: 0;
  }
  /* line 4405, app/assets/stylesheets/btca.scss */
  #header_hosted {
    right: 95px;
    bottom: 0;
  }
  /* line 4410, app/assets/stylesheets/btca.scss */
  #hosted_sustainable {
    margin-left: 14px;
  }
  /*Sticky Header */
  /* line 4417, app/assets/stylesheets/btca.scss */
  body.sticky #page {
    padding: 76px 0 0 0;
  }
  /* line 4421, app/assets/stylesheets/btca.scss */
  html.translated-ltr body.sticky #main_header {
    top: 2rem;
  }
  /* line 4425, app/assets/stylesheets/btca.scss */
  #main_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  /* line 4432, app/assets/stylesheets/btca.scss */
  body.sticky #main_header {
    padding: 8px 0 12px 0;
    top: 0;
    left: 0;
    right: 0;
    height: 76px;
  }
  /* line 4440, app/assets/stylesheets/btca.scss */
  body.sticky .page_content {
    padding-top: 0px;
  }
  /* line 4444, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #alliance_nav-holder {
    top: 58px;
  }
  /* line 4448, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #alliance_nav-holder-payments {
    top: 58px;
  }
  /* line 4452, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #alliance_nav-holder-climate-actions {
    top: 58px;
  }
  /* line 4456, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #header_logo {
    margin: 0 0 -20px 0;
  }
  /* line 4459, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #header_logo a {
    width: 55px;
    height: 59px;
    margin: 0 0 0 20px;
  }
  /* line 4464, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #header_logo a span {
    width: 260px;
    height: 59px;
    background-size: 260px 118px;
    position: absolute;
    top: 0;
    left: -216px;
  }
  /* line 4472, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #header_logo a:hover span {
    background-position: 0 -59px;
  }
  /* line 4476, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #site_nav {
    top: 10px;
  }
  /* line 4479, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #main_nav {
    padding: 0;
  }
  /* line 4482, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #header_search {
    bottom: 6px;
  }
  /* line 4486, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #language_nav {
    display: none;
  }
  /* line 4489, app/assets/stylesheets/btca.scss */
  body.sticky #main_header #header_hosted {
    display: none;
  }
  /* Nav Toggle */
  /* line 4494, app/assets/stylesheets/btca.scss */
  #nav_toggle {
    display: none;
  }
  /* Site Footer */
  /* line 4499, app/assets/stylesheets/btca.scss */
  #site_footer {
    padding: 40px 20px 0 20px;
  }
  /* line 4502, app/assets/stylesheets/btca.scss */
  #footer_social {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  /* line 4507, app/assets/stylesheets/btca.scss */
  #footer_subscribe {
    margin: 0;
    float: right;
    max-width: 450px;
    width: 100%;
  }
  /* line 4513, app/assets/stylesheets/btca.scss */
  #footer_bottom {
    padding: 30px 0 0 0;
  }
  /* line 4516, app/assets/stylesheets/btca.scss */
  #bottom_contact {
    float: left;
  }
  /* line 4519, app/assets/stylesheets/btca.scss */
  #bottom_right {
    margin: 0;
    float: right;
    max-width: 600px;
    width: 100%;
  }
  /* line 4526, app/assets/stylesheets/btca.scss */
  #bottom_right p#bottom_copyright {
    float: left;
    font-size: 12px;
  }
  /* line 4530, app/assets/stylesheets/btca.scss */
  #bottom_right ul#bottom_links {
    margin: 0;
    float: right;
    max-width: 590px;
  }
  /* line 4535, app/assets/stylesheets/btca.scss */
  #bottom_right ul#bottom_links li a {
    font-size: 14px;
  }
  /* Search Modal */
  /* line 4540, app/assets/stylesheets/btca.scss */
  #search_form input[type="text"] {
    width: calc(100% - 220px);
    font-size: 34px;
    padding: 0 20px;
  }
  /* line 4545, app/assets/stylesheets/btca.scss */
  #search_form input[type="submit"] {
    width: 83%;
    font-size: 32px;
  }
  /* line 4549, app/assets/stylesheets/btca.scss */
  #search_form #search_holder {
    width: 190px;
  }
  /* 404 Page */
  /* line 4554, app/assets/stylesheets/btca.scss */
  #search_form404 input[type="text"] {
    width: calc(100% - 220px);
    font-size: 24px;
  }
  /* Alliance Page */
  /* line 4562, app/assets/stylesheets/btca.scss */
  .page_hero {
    background-size: cover;
    background-position: center center;
  }
  /* line 4566, app/assets/stylesheets/btca.scss */
  #page_alliance .page_hero {
    background-color: #00b5b5;
    background-image: url(/assets/alliance_hero2-b5ee21f17e1caaad85855c8a133908a034a201b33897c74754a9713e2a0f7c57.png);
    padding: 0 0 0 33%;
  }
  /* line 4571, app/assets/stylesheets/btca.scss */
  #page_alliance .page_hero .hero_content {
    padding: 160px 20px 40px 0;
    max-width: 770px;
  }
  /* line 4575, app/assets/stylesheets/btca.scss */
  #page_alliance .page_hero .hero_content p.intro {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 4580, app/assets/stylesheets/btca.scss */
  .section_content {
    padding: 70px 20px 70px 0;
  }
  /* line 4584, app/assets/stylesheets/btca.scss */
  .content-9 {
    width: 90%;
    margin: 0px auto;
  }
  /* line 4589, app/assets/stylesheets/btca.scss */
  .furtherreading {
    padding: 30px 20px 0 20px;
  }
  /* line 4592, app/assets/stylesheets/btca.scss */
  .furtherreading-pods {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
  }
  /* line 4598, app/assets/stylesheets/btca.scss */
  .furtherreading-pods.furtherreading-pods-partial {
    justify-content: center;
  }
  /* line 4601, app/assets/stylesheets/btca.scss */
  .furtherreading-pod {
    display: inline-block;
    max-width: 302px;
    margin: 0;
    width: 23%;
  }
  /* line 4607, app/assets/stylesheets/btca.scss */
  .furtherreading-pods.furtherreading-pods-partial .furtherreading-pod {
    margin: 0 10px;
  }
  /* line 4610, app/assets/stylesheets/btca.scss */
  .furtherreading-pod a {
    padding-top: 85%;
  }
  /* line 4614, app/assets/stylesheets/btca.scss */
  .furtherreading-pod-content {
    padding: 40px 10px 10px 10px;
  }
  /* line 4617, app/assets/stylesheets/btca.scss */
  .furtherreading-pod-title {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 4621, app/assets/stylesheets/btca.scss */
  .furtherreading-pod-text {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 4625, app/assets/stylesheets/btca.scss */
  .furtherreading-caret {
    bottom: 30px;
  }
  /* Search Results Page */
  /* line 4630, app/assets/stylesheets/btca.scss */
  #results_header {
    padding: 50px 0;
  }
  /* line 4633, app/assets/stylesheets/btca.scss */
  #results_header h1, #results_header .h1 {
    display: inline-block;
  }
  /* line 4636, app/assets/stylesheets/btca.scss */
  #results_header h2, #results_header .h2 {
    display: inline-block;
    font-size: 24px;
    line-height: auto;
    margin: 0 0 0 25px;
  }
  /* line 4643, app/assets/stylesheets/btca.scss */
  #resultssearch_form {
    float: right;
    width: 100%;
    max-width: 700px;
    padding: 50px 0;
  }
  /* line 4649, app/assets/stylesheets/btca.scss */
  #resultssearch_form input[type="text"] {
    width: calc(100% - 120px);
    font-size: 24px;
    height: 40px;
  }
  /* line 4654, app/assets/stylesheets/btca.scss */
  #resultssearch_form input[type="submit"] {
    width: 110px;
    font-size: 18px;
    height: 40px;
  }
  /* line 4659, app/assets/stylesheets/btca.scss */
  #resultssearch_form #resultssearch_holder {
    width: 110px;
  }
  /* line 4663, app/assets/stylesheets/btca.scss */
  #resultssearch_form #resultssearch_holder:before {
    border-width: 0 20px 20px 0;
  }
  /* line 4666, app/assets/stylesheets/btca.scss */
  #resultssearch_form #resultssearch_holder:after {
    border-width: 20px 20px 0 0;
  }
  /* line 4670, app/assets/stylesheets/btca.scss */
  #results_bar-menu {
    display: flex;
  }
  /* line 4673, app/assets/stylesheets/btca.scss */
  #results_bar-menu > li {
    /*width: 25%;*/
    float: left;
    flex: 1 1 auto;
    border-left: #007a96 1px solid;
    border-bottom: none;
  }
  /* line 4680, app/assets/stylesheets/btca.scss */
  #results_bar-menu > li > a {
    font-size: 18px;
    padding: 20px 2px 20px 30px;
  }
  /* line 4684, app/assets/stylesheets/btca.scss */
  #results_bar-menu #results_menu-filter {
    border-left: none;
    background: #160c5a;
    padding: 0px 2px 0px 30px;
  }
  /* line 4689, app/assets/stylesheets/btca.scss */
  #results_bar-menu #results_menu-filter a.reset_filters,
#resources_bar-menu #resources_menu-filter a.reset_filters {
    background: url(/assets/close_icon-40eb8229d5aad045356d3f55db4ccd114d4f6202727cecb60db3ab37b371c50f.png) no-repeat;
    padding: 0px 0px;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background-size: contain;
  }
  /* line 4700, app/assets/stylesheets/btca.scss */
  #results_bar-menu #results_menu-filter a.reset_filters {
    padding: 5px 0;
  }
  /* line 4704, app/assets/stylesheets/btca.scss */
  #results_bar-menu #results_menu-filter span.results_menu-filter-label {
    display: inline-block;
  }
  /* line 4708, app/assets/stylesheets/btca.scss */
  .results_bar-submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
  }
  /* line 4718, app/assets/stylesheets/btca.scss */
  .results_bar-submenu li a {
    padding: 0 2px 4px 30px;
  }
  /* line 4721, app/assets/stylesheets/btca.scss */
  .results_bar-submenu li.results_bar-submenu-last {
    border-top: #007a96 1px solid;
    margin-top: 14px;
    padding: 0;
  }
  /* line 4726, app/assets/stylesheets/btca.scss */
  .results_bar-submenu li.results_bar-submenu-last a {
    padding: 15px 2px 15px 30px;
  }
  /* line 4729, app/assets/stylesheets/btca.scss */
  .results_bar-submenu li a.results_bar-checked:before {
    left: 12px;
    transform: translateY(-50%);
  }
  /* line 4734, app/assets/stylesheets/btca.scss */
  #results_filter-list {
    width: 25%;
    float: left;
    display: block;
  }
  /* line 4739, app/assets/stylesheets/btca.scss */
  #results_grid {
    width: 75%;
    float: left;
    border-top: none;
  }
  /* line 4744, app/assets/stylesheets/btca.scss */
  .results_text div.label {
    margin: 0 0 4px 0;
  }
  /* line 4747, app/assets/stylesheets/btca.scss */
  .results_photo {
    max-width: 200px;
    float: right;
    margin-left: 20px;
  }
  /* line 4752, app/assets/stylesheets/btca.scss */
  .results_pagination {
    padding: 100px 0;
  }
  /* News Author */
  /* line 4757, app/assets/stylesheets/btca.scss */
  .author_hero-content {
    padding: 50px 20px 40px 20px;
  }
  /* line 4760, app/assets/stylesheets/btca.scss */
  .author_hero-right {
    float: right;
    max-width: 305px;
  }
  /* line 4764, app/assets/stylesheets/btca.scss */
  .author_hero-right h1, .author_hero-right .h1 {
    display: none;
  }
  /* line 4767, app/assets/stylesheets/btca.scss */
  .author_hero-right h2, .author_hero-right .h2 {
    display: none;
  }
  /* line 4770, app/assets/stylesheets/btca.scss */
  .author_hero-left {
    width: calc(100% - 330px);
    max-width: 880px;
    padding-top: 15px;
  }
  /* line 4775, app/assets/stylesheets/btca.scss */
  .author_hero-left h1, .author_hero-left .h1 {
    display: block;
  }
  /* line 4778, app/assets/stylesheets/btca.scss */
  .author_hero-left h2, .author_hero-left .h2 {
    display: block;
  }
  /* line 4782, app/assets/stylesheets/btca.scss */
  .news_pod {
    /*width:304px;*/
    width: calc(33% - 20px);
  }
  /* News Post */
  /* line 4791, app/assets/stylesheets/btca.scss */
  .post_header {
    margin: 0 0 80px 0;
  }
  /* line 4795, app/assets/stylesheets/btca.scss */
  .post_header-image {
    padding-top: 35%;
  }
  /* line 4799, app/assets/stylesheets/btca.scss */
  .post_article-holder .post_article p img {
    width: 90%;
    height: auto;
  }
  /* line 4804, app/assets/stylesheets/btca.scss */
  .post_article-holder {
    float: right;
    width: 75%;
  }
  /* line 4811, app/assets/stylesheets/btca.scss */
  .post_article .post_article-outdent {
    margin-right: -80px !important;
  }
  /* line 4815, app/assets/stylesheets/btca.scss */
  .post_article .post_article-statistic {
    max-width: 410px;
    width: 100%;
    margin: 0 0 20px 20px;
  }
  /* line 4821, app/assets/stylesheets/btca.scss */
  .post_article-inset {
    float: right;
  }
  /* line 4826, app/assets/stylesheets/btca.scss */
  .post_sidebar {
    max-width: 200px;
    float: left;
    width: 25%;
    margin: 0 20px 0 0;
  }
  /* line 4832, app/assets/stylesheets/btca.scss */
  .post_sidebar-authors {
    border-top: none;
    padding: 0 0 30px 0;
  }
  /* line 4836, app/assets/stylesheets/btca.scss */
  .post_author {
    width: 100%;
    float: none;
  }
  /* line 4840, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_pod {
    width: 200px;
    margin: 0 0 20px 0;
    float: none;
  }
  /* line 4845, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_pod:nth-child(odd) {
    float: none;
  }
  /* line 4848, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_pod:nth-child(even) {
    float: none;
  }
  /* line 4851, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_text-holder {
    padding: 16px 10px;
  }
  /* line 4854, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_text {
    overflow: hidden;
    min-height: 105px;
  }
  /* line 4858, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_text div.label {
    font-size: 11px;
  }
  /* line 4861, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_text h3, .post_sidebar-related .news_text .h3 {
    font-size: 13px;
    line-height: 16px;
  }
  /* line 4865, app/assets/stylesheets/btca.scss */
  .post_sidebar-related .news_text p {
    display: none;
  }
  /* line 4869, app/assets/stylesheets/btca.scss */
  .pub_download.pub_download-top .pub_cover {
    display: block;
  }
  /* Resources */
  /* line 4874, app/assets/stylesheets/btca.scss */
  .resources_hero #page_share {
    display: block;
  }
  /* line 4878, app/assets/stylesheets/btca.scss */
  #featured_left {
    width: 59%;
    padding: 0 20px 0 0;
  }
  /* line 4882, app/assets/stylesheets/btca.scss */
  #featured_right {
    width: 41%;
  }
  /* line 4885, app/assets/stylesheets/btca.scss */
  #featured_right .featured_thumb {
    width: 200px;
  }
  /* line 4888, app/assets/stylesheets/btca.scss */
  #featured_right .featured_text {
    width: calc(100% - 210px);
    height: 120px;
  }
  /* line 4892, app/assets/stylesheets/btca.scss */
  #featured_right .featured_text h3, #featured_right .featured_text .h3 {
    max-width: 280px;
    min-width: 225px;
  }
  /* line 4896, app/assets/stylesheets/btca.scss */
  #featured_right .featured_text h3 span.featured_text-limit, #featured_right .featured_text .h3 span.featured_text-limit {
    display: inline;
  }
  /* line 4900, app/assets/stylesheets/btca.scss */
  #resources_find-text p {
    width: 25%;
    padding: 0 20px 0 0;
    float: left;
  }
  /* line 4905, app/assets/stylesheets/btca.scss */
  #resources_find-text dl {
    width: 25%;
    margin: 0;
  }
  /* line 4911, app/assets/stylesheets/btca.scss */
  #resources_find-text dd {
    max-width: 220px;
  }
  /* line 4915, app/assets/stylesheets/btca.scss */
  #resources_bar-menu {
    display: flex;
  }
  /* line 4918, app/assets/stylesheets/btca.scss */
  #resources_bar-menu #resources_menu-filter {
    border-left: none;
    background: #160c5a;
    padding: 20px 2px 20px 20px;
    display: flex;
    align-items: center;
    width: 125px;
  }
  /* line 4927, app/assets/stylesheets/btca.scss */
  #resources_bar-menu #resources_menu-type {
    width: 214px;
  }
  /* line 4930, app/assets/stylesheets/btca.scss */
  #resources_bar-menu #resources_menu-key {
    width: 250px;
  }
  /* line 4933, app/assets/stylesheets/btca.scss */
  #resources_bar-menu #resources_menu-location {
    width: 250px;
  }
  /* line 4937, app/assets/stylesheets/btca.scss */
  .resources_bar-submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
  }
  /* line 4945, app/assets/stylesheets/btca.scss */
  .resources_bar-submenu li.resources_bar-submenu-last {
    border-top: #007a96 1px solid;
    margin-top: 14px;
  }
  /* line 4950, app/assets/stylesheets/btca.scss */
  #resources_bar-menu #resources_search {
    display: block;
    float: right;
    max-width: calc(100% - 714px);
    width: 100%;
    border-top: none;
  }
  /* line 4958, app/assets/stylesheets/btca.scss */
  #page_resources .news_pods {
    padding: 20px 0 100px 0;
  }
  /* line 4961, app/assets/stylesheets/btca.scss */
  #resources_more {
    margin: 30px auto 0 auto;
  }
}

@media only screen and (min-width: 1080px) {
  /* line 4967, app/assets/stylesheets/btca.scss */
  .members_flex > .Media {
    width: 20vw;
    height: 20vw;
    max-width: 18rem;
    max-height: 18rem;
  }
  /* line 4974, app/assets/stylesheets/btca.scss */
  #page_alliance .resource_flex > .Resource-Media > .Media-imageWrapper {
    width: 17vw;
    height: 15vw;
    min-height: 14rem;
    min-width: 14rem;
    max-width: 18rem;
    max-height: 18rem;
  }
  /* line 4984, app/assets/stylesheets/btca.scss */
  h3.hoverable, .hoverable.h3 {
    font-size: 1.1em;
  }
  /* line 4987, app/assets/stylesheets/btca.scss */
  h2.hoverable, .hoverable.h2 {
    font-size: 0.9em;
  }
  /* line 4990, app/assets/stylesheets/btca.scss */
  a.member_hover_link.hoverable {
    overflow-wrap: break-word;
    font-size: 0.9em;
    text-align: center;
  }
  /* Why Digital Payments */
  /* line 4997, app/assets/stylesheets/btca.scss */
  .why_hero-content {
    padding: 68px 0 68px 0;
  }
  /* line 5012, app/assets/stylesheets/btca.scss */
  .why_hero-right h1, .why_hero-right .h1 {
    font-size: 36px;
    margin: 32px 0 4px 0;
  }
  /* line 5016, app/assets/stylesheets/btca.scss */
  .why_hero-right p {
    font-size: 20px !important;
    line-height: 27px !important;
    margin: 0 0 32px 0 !important;
    letter-spacing: 0.2px !important;
  }
  /* line 5023, app/assets/stylesheets/btca.scss */
  .why_intro {
    padding: 72px 30px 75px;
    text-align: center;
  }
  /* line 5027, app/assets/stylesheets/btca.scss */
  .why_intro h2, .why_intro .h2 {
    font-size: 28px;
    line-height: 30px;
  }
  /* line 5031, app/assets/stylesheets/btca.scss */
  .why_examples-intro {
    padding: 53px 50px 43px;
    text-align: center;
  }
  /* line 5036, app/assets/stylesheets/btca.scss */
  .why_example {
    margin: 0 0 87px 0;
  }
  /* line 5039, app/assets/stylesheets/btca.scss */
  .why_example-image {
    padding-top: 43%;
    background-position: center top;
  }
  /* line 5045, app/assets/stylesheets/btca.scss */
  .why_example-goal {
    width: 200px;
    position: absolute;
    left: 110px;
    top: -40px;
  }
  /* line 5051, app/assets/stylesheets/btca.scss */
  .why_example-text {
    padding: 20px 10px 0 330px;
    min-height: 160px;
  }
  /* line 5055, app/assets/stylesheets/btca.scss */
  .why_example .why_example-text .label {
    font-size: 20px;
    margin: 5px 0 1px 0;
  }
  /* line 5059, app/assets/stylesheets/btca.scss */
  .why_example .why_example-text p {
    font-size: 23px;
    line-height: 28px;
  }
  /* line 5063, app/assets/stylesheets/btca.scss */
  .why_benefits {
    margin: 120px auto;
    text-align: center;
  }
  /* line 5067, app/assets/stylesheets/btca.scss */
  .benefits_pod {
    max-width: 410px;
    margin: 0;
    width: 33%;
    padding: 0 10;
  }
  /* Why Digital Payments */
  /* line 5075, app/assets/stylesheets/btca.scss */
  .why_hero-left {
    max-width: 33%;
    width: 33%;
    float: left;
    margin: 0;
  }
  /* line 5081, app/assets/stylesheets/btca.scss */
  .why_hero-left img {
    max-width: 180px;
    float: right;
    margin: 90px 120px 0 0;
  }
  /* Homepage */
  /* line 5088, app/assets/stylesheets/btca.scss */
  .slide_image {
    padding-top: 46%;
    background-position: center center;
    background-size: cover;
  }
  /* line 5093, app/assets/stylesheets/btca.scss */
  #slideshow_captions {
    width: 844px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(22, 12, 90, 0.85);
    -webkit-clip-path: polygon(calc(100% - 40px) 0, 100% 48px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 40px) 0, 100% 48px, 100% 100%, 0 100%, 0 0);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  /* line 5106, app/assets/stylesheets/btca.scss */
  #slideshow_captions .slideshow_caption {
    padding: 30px 30px 20px 30px;
  }
  /* line 5109, app/assets/stylesheets/btca.scss */
  #slideshow_captions .slideshow_caption h3, #slideshow_captions .slideshow_caption .h3 {
    font-size: 40px;
    line-height: 42px;
  }
  /* line 5113, app/assets/stylesheets/btca.scss */
  #slideshow_captions .slideshow_caption p {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 5118, app/assets/stylesheets/btca.scss */
  #slideshow_nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  /* line 5125, app/assets/stylesheets/btca.scss */
  #slideshow_nav-holder {
    width: 844px;
    margin: 0 auto;
  }
  /* line 5130, app/assets/stylesheets/btca.scss */
  #home_intro {
    padding: 70px 0 70px 0;
  }
  /* line 5133, app/assets/stylesheets/btca.scss */
  #home_intro-content p {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 5137, app/assets/stylesheets/btca.scss */
  #home_intro-content a.home_intro-link, #undp-partner-section a.home_intro-link {
    font-size: 16px;
    line-height: 22px;
  }
  /* line 5142, app/assets/stylesheets/btca.scss */
  #home_intro-content .alliance-text {
    width: 844px;
  }
  /* line 5146, app/assets/stylesheets/btca.scss */
  .home_example-holder {
    margin: 50px 0 0 0;
  }
  /* line 5149, app/assets/stylesheets/btca.scss */
  .home_example {
    margin-bottom: 50px;
  }
  /* line 5152, app/assets/stylesheets/btca.scss */
  .home_example-image {
    padding-top: 50%;
    background-position: center center;
  }
  /* line 5158, app/assets/stylesheets/btca.scss */
  .home_example-goal {
    left: 110px;
    top: -70px;
  }
  /* line 5162, app/assets/stylesheets/btca.scss */
  .home_example-goal img {
    height: 140px;
  }
  /* line 5165, app/assets/stylesheets/btca.scss */
  .home_example-text {
    padding: 110px 110px 0 110px;
  }
  /* line 5168, app/assets/stylesheets/btca.scss */
  .home_example-quote {
    padding: 0 110px;
  }
  /* line 5171, app/assets/stylesheets/btca.scss */
  .home_example-more {
    padding: 30px 110px 50px 110px;
  }
  /* line 5175, app/assets/stylesheets/btca.scss */
  #home_bottom {
    padding: 60px 0 160px 0;
  }
}

@media only screen and (min-width: 1280px) {
  /* line 5182, app/assets/stylesheets/btca.scss */
  .undp-partner-logo {
    width: 45%;
  }
  /* line 5186, app/assets/stylesheets/btca.scss */
  .sustainable-partner-logo {
    width: 50%;
  }
  /* line 5190, app/assets/stylesheets/btca.scss */
  .members_flex > .Media {
    width: 20vw;
    max-width: 19rem;
    height: 20vw;
    max-height: 19rem;
  }
  /* line 5197, app/assets/stylesheets/btca.scss */
  #page_alliance .resource_flex > .Resource-Media > .Media-imageWrapper {
    width: 15vw;
    height: 15vw;
    min-height: 15rem;
    min-width: 15rem;
    max-width: 22rem;
    max-height: 22rem;
  }
  /* line 5207, app/assets/stylesheets/btca.scss */
  h3.hoverable, .hoverable.h3 {
    font-size: 1.3em;
  }
  /* line 5210, app/assets/stylesheets/btca.scss */
  h2.hoverable, .hoverable.h2 {
    font-size: 0.9em;
  }
  /* line 5213, app/assets/stylesheets/btca.scss */
  a.member_hover_link.hoverable {
    overflow-wrap: break-word;
    font-size: 0.9em;
    text-align: center;
  }
  /* Site Header */
  /* line 5220, app/assets/stylesheets/btca.scss */
  #main_header #header_logo a {
    width: 372px;
    height: 84px;
    margin: 0 0 0 20px;
  }
  /* line 5225, app/assets/stylesheets/btca.scss */
  #main_header #header_logo a span {
    width: 372px;
    height: 84px;
    background-position: 0 0;
    background-size: 372px 168px;
  }
  /* line 5231, app/assets/stylesheets/btca.scss */
  #main_header #header_logo a:hover span {
    background-position: 0 -84px;
  }
  /* line 5235, app/assets/stylesheets/btca.scss */
  #header_hosted {
    width: 221px;
    right: 110px;
    bottom: 0;
  }
  /* line 5241, app/assets/stylesheets/btca.scss */
  #hosted_sustainable {
    width: 90px;
    margin-left: 14px;
  }
  /* Alliance Page */
  /* line 5249, app/assets/stylesheets/btca.scss */
  .furtherreading-pod {
    width: 25%;
  }
  /* line 5252, app/assets/stylesheets/btca.scss */
  .furtherreading-pod-content {
    padding: 60px 10px 10px 10px;
  }
  /* line 5255, app/assets/stylesheets/btca.scss */
  .furtherreading-pod-title {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 5259, app/assets/stylesheets/btca.scss */
  .furtherreading-pod-text {
    font-size: 23px;
    line-height: 28px;
  }
  /* line 5263, app/assets/stylesheets/btca.scss */
  .furtherreading-caret {
    bottom: 40px;
  }
  /* News Author */
  /* line 5268, app/assets/stylesheets/btca.scss */
  .news_pod {
    width: calc(25% - 20px);
  }
  /* Resources */
  /* line 5274, app/assets/stylesheets/btca.scss */
  #resources_find-text p {
    padding: 0 100px 0 0;
  }
  /* line 5278, app/assets/stylesheets/btca.scss */
  #resources_bar-menu #resources_menu-filter,
#results_bar-menu #results_menu-filter {
    display: flex;
  }
  /* line 5282, app/assets/stylesheets/btca.scss */
  #resources_bar-menu #resources_menu-type {
    width: 214px;
  }
  /* line 5285, app/assets/stylesheets/btca.scss */
  #resources_bar-menu #resources_menu-key {
    width: 300px;
  }
  /* line 5288, app/assets/stylesheets/btca.scss */
  #resources_bar-menu #resources_menu-location {
    width: 300px;
  }
  /* line 5291, app/assets/stylesheets/btca.scss */
  #resources_bar-menu #resources_search {
    display: block;
    float: right;
    max-width: calc(100% - 924px);
    width: 100%;
  }
}

@media only screen and (min-width: 1320px) {
  /* line 5301, app/assets/stylesheets/btca.scss */
  .undp-partner-logo {
    width: 40%;
  }
  /* line 5305, app/assets/stylesheets/btca.scss */
  .sustainable-partner-logo {
    width: 50%;
  }
  /* line 5309, app/assets/stylesheets/btca.scss */
  .leadership-caption {
    min-height: 130px !important;
  }
  /* line 5313, app/assets/stylesheets/btca.scss */
  .secretariat-top .text-right {
    padding: 70px 0px !important;
  }
  /* line 5316, app/assets/stylesheets/btca.scss */
  .members_flex > .Media {
    width: 20vw;
    height: 20vw;
    max-width: 20rem;
    max-height: 20rem;
  }
  /* line 5323, app/assets/stylesheets/btca.scss */
  #page_alliance .resource_flex > .Resource-Media > .Media-imageWrapper {
    width: 18vw;
    height: 18vw;
    min-height: 16rem;
    min-width: 16rem;
    max-width: 21rem;
    max-height: 21rem;
  }
  /* line 5332, app/assets/stylesheets/btca.scss */
  h3.hoverable, .hoverable.h3 {
    font-size: 1.4em;
  }
  /* line 5336, app/assets/stylesheets/btca.scss */
  .members {
    padding: 2rem 0rem 2rem 6rem;
  }
  /* Alliance Page */
  /* line 5344, app/assets/stylesheets/btca.scss */
  #page_alliance .page_hero .hero_content {
    padding: 195px 0 40px 0;
  }
  /* line 5347, app/assets/stylesheets/btca.scss */
  .section_content {
    padding: 70px 0;
  }
  /* News Author */
  /* line 5353, app/assets/stylesheets/btca.scss */
  .news_pod {
    max-width: 304px;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 5360, app/assets/stylesheets/btca.scss */
  .undp-partner-logo {
    width: 40%;
  }
  /* line 5364, app/assets/stylesheets/btca.scss */
  .sustainable-partner-logo {
    width: 45%;
  }
  /* line 5368, app/assets/stylesheets/btca.scss */
  .members_flex > .Media {
    width: 23vw;
    height: 23vw;
    max-width: 21rem;
    max-height: 21rem;
  }
  /* line 5375, app/assets/stylesheets/btca.scss */
  h3.hoverable, .hoverable.h3 {
    font-size: 1.4em;
  }
  /* line 5379, app/assets/stylesheets/btca.scss */
  #page_alliance .resource_flex > .Resource-Media > .Media-imageWrapper {
    width: 24vw;
    height: 24vw;
    min-height: 19rem;
    min-width: 19rem;
    max-width: 24rem;
    max-height: 24rem;
  }
}

/* line 5389, app/assets/stylesheets/btca.scss */
.display-none {
  display: none !important;
}

/* line 5393, app/assets/stylesheets/btca.scss */
.display-block {
  display: block !important;
}

/* line 5397, app/assets/stylesheets/btca.scss */
#alliance_nav-right > h3 > a, #alliance_nav-right > .h3 > a {
  text-decoration: none !important;
  color: unset;
}

/* line 5402, app/assets/stylesheets/btca.scss */
#alliance_nav-right > h3 > a:visited, #alliance_nav-right > .h3 > a:visited {
  color: inherit;
}

/* line 5406, app/assets/stylesheets/btca.scss */
#page_alliance .page_hero {
  background-image: none;
}

/* line 5410, app/assets/stylesheets/btca.scss */
#contact_us_form input[type="text"] {
  width: 100%;
  display: block;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  background: #daf8fa;
  border: none;
  color: black;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 18px;
  height: 59px;
  border-bottom: 2px solid #15a9a8;
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*appearance: none;*/
}

/* line 5427, app/assets/stylesheets/btca.scss */
#contact_us_form textarea {
  width: 100%;
  display: block;
  padding: 18px 0 0 18px;
  box-sizing: border-box;
  background: #daf8fa;
  border: none;
  color: black;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 18px;
  border-top: 2px solid #15a9a8;
  border-bottom: 2px solid #15a9a8;
}

/* line 5441, app/assets/stylesheets/btca.scss */
#contact-right {
  width: 54%;
  float: left;
}

/* line 5446, app/assets/stylesheets/btca.scss */
#contact-left {
  width: 31%;
  float: left;
}

/* line 5451, app/assets/stylesheets/btca.scss */
#contact-submit {
  float: right;
  max-width: 13rem;
  margin: 1rem 0rem;
}

/* line 5457, app/assets/stylesheets/btca.scss */
#contact_social {
  position: relative;
  text-align: left;
}

/* line 5461, app/assets/stylesheets/btca.scss */
#contact_social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 4px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px auto;
  text-indent: -9999px;
}

/* line 5472, app/assets/stylesheets/btca.scss */
#contact_social a:hover {
  background-position: 0 -40px;
  color: red;
}

/* line 5476, app/assets/stylesheets/btca.scss */
#contact_social a.social_facebook {
  background-image: url(/assets/footer_facebook_icon-3d7aa36c3dc9d1430ff4f3c86e5d6e4dea2dbd3846b0a8a1bece3db0a33839a4.png);
}

/* line 5479, app/assets/stylesheets/btca.scss */
#contact_social a.social_linkedin {
  background-image: url(/assets/footer_linkedin_icon-ec86da03f971dc8cc190fd82f432ef07dfa05d580e76fc89cf9dd644f3dc3337.png);
}

/* line 5482, app/assets/stylesheets/btca.scss */
#contact_social a.social_twitter {
  background-image: url(/assets/footer_twitter_icon-0749f55d595e5a7ec5934b92e50b2a6ddf338852da762f909f214ed4e95aae0e.png);
}

/* line 5485, app/assets/stylesheets/btca.scss */
#contact_social a.social_yt {
  background-image: url(/assets/footer_yt_icon-896423e4355031bebb163877c80856708aca5370dc93ff1058729235a2423536.png);
}

/* line 5488, app/assets/stylesheets/btca.scss */
#contact_social a.social_slideshare {
  background-image: url(/assets/footer_slideshare_icon-4cc672884461f0de112e07e35a0b5c89e9ef7bf12b05987206ab8c92dfd06009.png);
}

/* line 5492, app/assets/stylesheets/btca.scss */
.inline-block {
  display: inline-block !important;
}

/* line 5498, app/assets/stylesheets/btca.scss */
.results_row {
  display: inline-block;
  width: 100%;
}

/* line 5503, app/assets/stylesheets/btca.scss */
.results_text {
  display: inline-block;
}

/* line 5511, app/assets/stylesheets/btca.scss */
.results_photo > .img_responsive {
  width: 70%;
}

/* line 5515, app/assets/stylesheets/btca.scss */
div#resources_find-text * {
  cursor: pointer;
  text-decoration: none;
}

/* line 5522, app/assets/stylesheets/btca.scss */
#header_search {
  display: table;
}

/* line 5528, app/assets/stylesheets/btca.scss */
.resources_background {
  background-color: #dbf8f9;
}

/* line 5532, app/assets/stylesheets/btca.scss */
.resource_partners,
.members {
  width: 90%;
  margin: 0 auto;
  max-width: 1700px;
  padding: 70px 0px;
}

/* line 5540, app/assets/stylesheets/btca.scss */
.resource_partners h2, .resource_partners .h2 {
  padding-top: 12px;
}

/* line 5544, app/assets/stylesheets/btca.scss */
.resource_flex,
.members_flex {
  display: flex;
}

/* line 5548, app/assets/stylesheets/btca.scss */
.resource_flex {
  flex-wrap: wrap;
}

/* line 5552, app/assets/stylesheets/btca.scss */
.resource_partners > div > .Resource-Media {
  margin: 0.5rem 0.5rem 0.5rem 0;
  position: relative;
}

/* line 5556, app/assets/stylesheets/btca.scss */
.members > div > div > .Media {
  position: relative;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

/* line 5561, app/assets/stylesheets/btca.scss */
.resource_partners > div > .Resource-Media > .Media-imageWrapper,
.members > div > div .Media > .Media-imageWrapper {
  background: white;
}

/* line 5566, app/assets/stylesheets/btca.scss */
.resource_flex > .Resource-Media > .Media-imageWrapper {
  height: 15rem;
  width: 100%;
  padding: 1rem;
}

/* line 5572, app/assets/stylesheets/btca.scss */
.members > div > div > .Media > .Media-imageWrapper {
  height: 100%;
  padding: 1rem;
}

/* line 5577, app/assets/stylesheets/btca.scss */
.member_hover {
  background-color: #160c5a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none;
}

/* line 5588, app/assets/stylesheets/btca.scss */
.member_hover h3, .member_hover .h3 {
  color: white;
}

/* line 5592, app/assets/stylesheets/btca.scss */
.member_hover h2, .member_hover .h2 {
  color: #f0534e;
  margin-top: 2rem;
  text-transform: uppercase;
  display: inline-block;
}

/* line 5599, app/assets/stylesheets/btca.scss */
#resources_find-text a {
  color: #f0534e;
}

/* line 5602, app/assets/stylesheets/btca.scss */
.member_hover span,
.outbound_arrow {
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-bottom: 1px;
  margin-left: 5px;
  background: url(/assets/arrow_outbound-fb35e7dd67fe284f813ee5a150077417ca655010160e60e8bfdbfe42a3783e9d.png);
  background-size: cover;
}

/* line 5613, app/assets/stylesheets/btca.scss */
.new_outbound_arrow {
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-left: 5px;
  background: url(/assets/arrow_outbound-fb35e7dd67fe284f813ee5a150077417ca655010160e60e8bfdbfe42a3783e9d.png);
  background-size: cover;
}

/* line 5623, app/assets/stylesheets/btca.scss */
.search_icon {
  display: inline-block;
  height: 14px;
  width: 15px;
  margin-left: 10px;
  background: url(/assets/search_icon-b4936a2282a1d2aa6e1c84fc97ef5b4974463629a4f327fe7530e77ea1311adf.png);
  background-size: cover;
}

/* line 5632, app/assets/stylesheets/btca.scss */
.outbound_arrow {
  float: right;
}

/* line 5636, app/assets/stylesheets/btca.scss */
.member_hover_wrap {
  position: relative;
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  right: 0;
  transform: translate(0, -50%);
  padding: 50px 20px;
}

/* line 5647, app/assets/stylesheets/btca.scss */
.member_hover_link {
  text-decoration: none;
  color: white;
  letter-spacing: 0.04rem;
  font-size: 1.1rem;
}

/* line 5654, app/assets/stylesheets/btca.scss */
.members_flex > div > div > img {
  max-height: 100%;
}

/* line 5658, app/assets/stylesheets/btca.scss */
.members_flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 18px;
}

/* line 5664, app/assets/stylesheets/btca.scss */
.members {
  position: relative;
}

/* line 5668, app/assets/stylesheets/btca.scss */
.members_nav.sticky {
  position: fixed;
  top: 0;
}

/* line 5673, app/assets/stylesheets/btca.scss */
.members_nav {
  z-index: 3;
}

/* line 5677, app/assets/stylesheets/btca.scss */
.members_nav > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

/* line 5683, app/assets/stylesheets/btca.scss */
.members_nav > ul > li {
  display: inline-block;
}

/* line 5687, app/assets/stylesheets/btca.scss */
.members_nav ul li {
  background-color: #0e406c;
  padding: 0.7rem 1.1rem;
  margin-bottom: 5px !important;
}

/* line 5693, app/assets/stylesheets/btca.scss */
.members_nav ul li > a {
  font-size: 1rem;
  letter-spacing: 0.01rem;
  color: white;
  text-decoration: none;
  text-decoration-line: none;
  font-family: "Torque Web Bold", sans-serif;
}

/* line 5702, app/assets/stylesheets/btca.scss */
.members_nav ul li.active {
  background-color: #160c5a;
  position: relative;
}

/* line 5707, app/assets/stylesheets/btca.scss */
.members_nav ul li.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 18px #160c5a;
  border-left: solid 18px transparent;
  border-right: solid 18px transparent;
}

/* line 5721, app/assets/stylesheets/btca.scss */
.members-nav-link > span {
  color: #007a96;
  font-size: 1.3rem;
  margin-left: 0.7rem;
  font-weight: 600;
}

/* line 5740, app/assets/stylesheets/btca.scss */
#pagination {
  display: none;
}

/* line 5744, app/assets/stylesheets/btca.scss */
#page_results #pagination {
  display: inherit;
}

/* line 5748, app/assets/stylesheets/btca.scss */
img#arrow-up {
  position: fixed;
  z-index: 4;
  width: 30px;
  bottom: 5px;
}

/* line 5755, app/assets/stylesheets/btca.scss */
img#arrow-up:hover {
  cursor: pointer;
  transform: scale(1.1);
}

/* line 5760, app/assets/stylesheets/btca.scss */
.visible {
  visibility: visible !important;
}

/* line 5764, app/assets/stylesheets/btca.scss */
.resource_partners > div > .Resource-Media > .Media-imageWrapper > img,
.members > div > div > .Media > .Media-imageWrapper > img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  padding: 30px;
}

/* line 5773, app/assets/stylesheets/btca.scss */
#page_results .more-button {
  display: none;
}

/* line 5777, app/assets/stylesheets/btca.scss */
button:hover {
  cursor: pointer;
}

/* line 5781, app/assets/stylesheets/btca.scss */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: black;
  background: rgba(20, 20, 20, 0.98);
  z-index: 9999;
}

/* line 5794, app/assets/stylesheets/btca.scss */
.overlay > iframe {
  position: absolute;
  transform: translate(-50%, 55%);
  max-width: 100%;
}

/* line 5800, app/assets/stylesheets/btca.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 5804, app/assets/stylesheets/btca.scss */
.fadein {
  visibility: hidden;
}

/* line 5808, app/assets/stylesheets/btca.scss */
.home_example-thumb .img_responsive,
.why_example-thumb .img_responsive,
.news_pod,
.featured_pod,
.pub_cover,
.leadership-team li {
  transition: all 0.2s ease-in-out;
}

/* line 5822, app/assets/stylesheets/btca.scss */
.home_example-thumb .img_responsive:hover,
.why_example-thumb .img_responsive:hover {
  transform: scale(1.02);
}

/* line 5827, app/assets/stylesheets/btca.scss */
#slick,
#documents_slick {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

/* line 5835, app/assets/stylesheets/btca.scss */
#slick.slick-initialized,
#documents_slick.slick-initialized {
  visibility: visible;
  opacity: 1;
}

/* line 5841, app/assets/stylesheets/btca.scss */
.slick-list {
  overflow-y: inherit !important;
  ms-overflow-y: inherit !important;
}

/* line 5846, app/assets/stylesheets/btca.scss */
#home_slideshow #slick .slick-list {
  overflow: hidden !important;
}

/* line 5851, app/assets/stylesheets/btca.scss */
.static-page-show {
  padding: 2rem !important;
}

/* line 5855, app/assets/stylesheets/btca.scss */
.news_pod:hover {
  transform: scale(1.03);
}

/* line 5859, app/assets/stylesheets/btca.scss */
.fade-in {
  display: none;
}

/* line 5863, app/assets/stylesheets/btca.scss */
.pub_cover:hover {
  transform: scale(1.05);
}

/* line 5867, app/assets/stylesheets/btca.scss */
#featured_left .featured_pod:hover {
  transform: scale(1.01);
}

/* line 5871, app/assets/stylesheets/btca.scss */
#featured_right .featured_pod:hover {
  transform: scale(1.03);
  z-index: 9999;
}

/* line 5876, app/assets/stylesheets/btca.scss */
.define-digital-payments {
  float: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  display: block;
  width: 25%;
  float: left;
}

/* line 5886, app/assets/stylesheets/btca.scss */
.define-digital-payments img {
  width: 100%;
}

/* line 5890, app/assets/stylesheets/btca.scss */
.define_examples-container {
  width: 100%;
  background: #e1f9fb;
  padding: 85px 0px 85px 0px;
}

/* line 5896, app/assets/stylesheets/btca.scss */
.define_examples {
  padding: 2rem 2rem 1rem 2rem;
  margin: 0 auto;
  max-width: 1450px;
}

/* line 5902, app/assets/stylesheets/btca.scss */
.define_examples:last-of-type {
  padding: 0 2rem 0 2rem;
}

/* line 5906, app/assets/stylesheets/btca.scss */
.define-wrapper {
  width: 100%;
}

/* line 5911, app/assets/stylesheets/btca.scss */
.define-wrapper ul li {
  padding: 10px 0px;
}

/* line 5915, app/assets/stylesheets/btca.scss */
.leadership-team {
  list-style: none;
  padding-left: 0 !important;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1300px;
  width: auto;
  margin-top: 1rem;
}

/* line 5928, app/assets/stylesheets/btca.scss */
.leadership-team li {
  display: block;
  color: #007a96;
  font-family: "PFDINTextStd-Bold", sans-serif;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  width: 19%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
}

/* line 5942, app/assets/stylesheets/btca.scss */
.leadership-team li:hover {
  transform: scale(1.01);
}

/* line 5946, app/assets/stylesheets/btca.scss */
.leadership-image {
  height: 200px;
  overflow: hidden;
}

/* line 5954, app/assets/stylesheets/btca.scss */
.leadership-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 5959, app/assets/stylesheets/btca.scss */
.About_content ul li {
  margin: 0px 0px 8px 0px;
  line-height: 24px;
}

/* line 5963, app/assets/stylesheets/btca.scss */
.leadership-caption {
  background: #160c5a;
  min-height: 100px;
  padding: 7px 6px 5px 10px;
}

/* line 5969, app/assets/stylesheets/btca.scss */
.leadership-caption .name {
  font-size: 1.25rem;
  color: white;
  margin-bottom: 0px !important;
  font-weight: 800;
  text-align: inherit;
}

/* line 5977, app/assets/stylesheets/btca.scss */
.leadership-caption .title {
  color: #00b5b5;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0px !important;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: inherit;
}

/* line 5990, app/assets/stylesheets/btca.scss */
#team-image {
  margin-bottom: 4rem;
}

/* line 5994, app/assets/stylesheets/btca.scss */
#team-image img {
  margin: 0 auto;
  width: 1250px;
  height: auto;
  display: block;
}

/* line 6006, app/assets/stylesheets/btca.scss */
#leadership {
  position: relative;
  font-size: 2.4rem;
  height: 50px;
}

/* line 6011, app/assets/stylesheets/btca.scss */
#leadership {
  max-width: 1290px;
  margin: 0 auto 10px auto;
}

/* line 6015, app/assets/stylesheets/btca.scss */
#leadership:after {
  content: "";
  width: 100%;
  border-bottom: solid 1px #00b5b5;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 6024, app/assets/stylesheets/btca.scss */
.text-right {
  font-size: 20px;
  line-height: 28px;
  width: 770px;
}

/* line 6030, app/assets/stylesheets/btca.scss */
.secretariat-top {
  width: 100%;
}

/* line 6036, app/assets/stylesheets/btca.scss */
.benefits_digital {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  border-top: 2px solid #a8dcd6;
  padding-top: 20px;
}

/* line 6044, app/assets/stylesheets/btca.scss */
.benefits_digital li {
  position: relative;
  margin: 0;
  padding: 5px 0 5px 0;
  border-bottom: solid 1px #00b5b5;
}

/* line 6051, app/assets/stylesheets/btca.scss */
.benefits_digital li img {
  width: 100%;
  display: inline-block;
  float: left;
}

/* line 6057, app/assets/stylesheets/btca.scss */
.benefits_digital li span {
  float: right;
  width: 1170px;
  max-width: 100%;
  color: #1f7e9a !important;
}

/* line 6064, app/assets/stylesheets/btca.scss */
.text-orange {
  color: #f0534e;
}

/* line 6068, app/assets/stylesheets/btca.scss */
.margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 6072, app/assets/stylesheets/btca.scss */
.define_digital-image {
  padding-top: 50.75%;
}

/* line 6076, app/assets/stylesheets/btca.scss */
.define_digital-side-image {
  padding-top: 600.75%;
  background-position: center top;
  margin-left: -150px;
  background-repeat: no-repeat;
}

/* line 6083, app/assets/stylesheets/btca.scss */
.goog-te-gadget {
  display: none;
}

/* line 6087, app/assets/stylesheets/btca.scss */
.author-image {
  width: 110px !important;
  height: 110px !important;
}

/* line 6092, app/assets/stylesheets/btca.scss */
.hoverable {
  cursor: pointer;
}

/* line 6096, app/assets/stylesheets/btca.scss */
.post_author-title a {
  color: #160c5a;
  text-decoration: none;
}

/* line 6101, app/assets/stylesheets/btca.scss */
.label {
  text-transform: uppercase;
}

/* line 6105, app/assets/stylesheets/btca.scss */
a {
  cursor: pointer;
}

/* line 6109, app/assets/stylesheets/btca.scss */
#resources_search-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px 14px 20px;
}

/* line 6118, app/assets/stylesheets/btca.scss */
#header_search,
#resources_search-wrap {
  text-indent: -9999px;
}

/* line 6123, app/assets/stylesheets/btca.scss */
:root {
  --borderWidth: 2px;
  --height: 10px;
  --width: 5px;
  --borderColor: #00b5b5;
}

/* line 6135, app/assets/stylesheets/btca.scss */
.check {
  display: inline-block;
  transform: rotate(45deg);
  height: var(--height);
  width: var(--width);
  border-bottom: var(--borderWidth) solid var(--borderColor);
  border-right: var(--borderWidth) solid var(--borderColor);
  visibility: hidden;
}

/* line 6145, app/assets/stylesheets/btca.scss */
#resources_search_input:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 6151, app/assets/stylesheets/btca.scss */
.ContentPromoCard-inner {
  color: #444;
  font-family: "Lato", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 300;
  box-sizing: border-box;
  padding: 2rem;
  background-color: #2895d9;
  background-image: -webkit-linear-gradient(left top, #2895d9, #1b6dc8);
  height: 100%;
  min-height: 320px;
  color: white;
  font-weight: normal;
}

/* line 6168, app/assets/stylesheets/btca.scss */
.ContentPromoCard-inner p,
.ContentPromoCard-inner h4,
.ContentPromoCard-inner .h4 {
  color: white;
}

/* line 6173, app/assets/stylesheets/btca.scss */
.document-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

/* line 6186, app/assets/stylesheets/btca.scss */
#site_footer.shrunk {
  bottom: -175px;
  transition: all 0.2s ease-in-out;
}

/* line 6192, app/assets/stylesheets/btca.scss */
.post_page {
  padding: 0 0 50px 0;
}

/* line 6196, app/assets/stylesheets/btca.scss */
.overflow-hidden {
  overflow: hidden;
}

@media screen and (orientation: portrait) and (min-width: 320px) and (max-width: 959px) {
  /* line 6201, app/assets/stylesheets/btca.scss */
  .sdg_sheets {
    width: 100% !important;
    display: inline-block;
  }
  /* line 6205, app/assets/stylesheets/btca.scss */
  .sdg_sheets .InlineDocuments-coverImage {
    width: 25%;
  }
  /* line 6208, app/assets/stylesheets/btca.scss */
  .sdg_sheets .InlineDocuments-links {
    width: 70%;
  }
  /* line 6214, app/assets/stylesheets/btca.scss */
  .resource_partners > div > .Resource-Media > .Media-imageWrapper > img {
    width: 50%;
    margin: 0px auto;
    display: block;
  }
  /* line 6220, app/assets/stylesheets/btca.scss */
  .resource_flex > .Resource-Media > .Media-imageWrapper {
    height: 22rem !important;
  }
  /* line 6224, app/assets/stylesheets/btca.scss */
  .members > div > div > .Media > .Media-imageWrapper > img {
    width: 80% !important;
    margin: 0px auto;
    display: block;
  }
  /* line 6229, app/assets/stylesheets/btca.scss */
  .resource_flex,
.members_flex {
    display: block !important;
  }
  /* line 6233, app/assets/stylesheets/btca.scss */
  .resource_flex > .Resource-Media > .Media-imageWrapper {
    margin: 20px 0px;
  }
  /* line 6236, app/assets/stylesheets/btca.scss */
  .members > div > div > .Media > .Media-imageWrapper > img {
    width: 50%;
    margin: 0px auto;
    display: block;
  }
  /* line 6242, app/assets/stylesheets/btca.scss */
  .members_flex > .Media {
    height: 62vw !important;
  }
}

@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 959px) {
  /* line 6248, app/assets/stylesheets/btca.scss */
  .leadership-image img {
    -o-object-position: center !important;
       object-position: center !important;
  }
  /* line 6251, app/assets/stylesheets/btca.scss */
  .sdg_sheets {
    width: 100% !important;
    display: inline-block;
  }
  /* line 6255, app/assets/stylesheets/btca.scss */
  .sdg_sheets .InlineDocuments-coverImage {
    width: 25%;
  }
  /* line 6258, app/assets/stylesheets/btca.scss */
  .sdg_sheets .InlineDocuments-links {
    width: 70%;
  }
  /* line 6261, app/assets/stylesheets/btca.scss */
  .members > div > div > .Media {
    width: 48%;
    float: left;
    margin: 3px !important;
  }
  /* line 6266, app/assets/stylesheets/btca.scss */
  .members_flex {
    margint-left: 10px;
  }
  /* line 6269, app/assets/stylesheets/btca.scss */
  .resource_flex > .Resource-Media > .Media-imageWrapper {
    margin: 20px 0px;
  }
  /* line 6272, app/assets/stylesheets/btca.scss */
  .resource_partners > div > .Resource-Media {
    margin: 0.5rem -1rem 0.5rem 0.5rem !important;
  }
  /* line 6275, app/assets/stylesheets/btca.scss */
  .resource_partners > div > .Resource-Media > .Media-imageWrapper > img {
    width: 50%;
    margin: 0px auto;
    display: block;
  }
  /* line 6280, app/assets/stylesheets/btca.scss */
  .members > div > div > .Media > .Media-imageWrapper > img {
    width: 80% !important;
    margin: 0px auto;
    display: block;
  }
  /* line 6285, app/assets/stylesheets/btca.scss */
  .post_header-image.img_credit {
    min-height: 150px !important;
    padding-top: 35%;
  }
  /* line 6291, app/assets/stylesheets/btca.scss */
  .resource_flex > .Resource-Media > .Media-imageWrapper {
    height: 15rem;
    width: 46%;
    padding: 1rem;
    float: left;
    margin: 10px 10px 10px 12px;
  }
  /* line 6298, app/assets/stylesheets/btca.scss */
  .resource_flex,
.members_flex {
    display: block !important;
  }
  /* line 6302, app/assets/stylesheets/btca.scss */
  .leadership-team li {
    margin-right: 0px !important;
    /*margin: 10px auto!important;*/
    display: block !important;
    width: 38% !important;
  }
  /* line 6308, app/assets/stylesheets/btca.scss */
  .leadership-image {
    height: 250px !important;
  }
  /* line 6311, app/assets/stylesheets/btca.scss */
  .members_flex > .Media {
    height: 50vw !important;
  }
  /* line 6314, app/assets/stylesheets/btca.scss */
  ul.leadership-team {
    margin-left: 26px !important;
  }
}

@media only screen and (max-width: 500px) {
  /* line 6319, app/assets/stylesheets/btca.scss */
  .secretariat ul {
    padding: 0px;
    margin: 0px;
  }
  /* line 6323, app/assets/stylesheets/btca.scss */
  .leadership-team li {
    width: 90% !important;
  }
}

@media only screen and (max-width: 768px) {
  /* line 6329, app/assets/stylesheets/btca.scss */
  .iframe_close {
    width: 85% !important;
    top: 22% !important;
  }
  /* line 6334, app/assets/stylesheets/btca.scss */
  #main_header {
    position: unset;
  }
  /* line 6338, app/assets/stylesheets/btca.scss */
  .overlay > iframe {
    width: 85% !important;
    transform: translate(-50%, 46%) !important;
  }
  /* line 6343, app/assets/stylesheets/btca.scss */
  #contact_us_form {
    margin-top: 30px;
  }
  /* line 6346, app/assets/stylesheets/btca.scss */
  .resource_partners > div > .Resource-Media > .Media-imageWrapper > img {
    width: 70% !important;
    display: block !important;
    margin: 0px auto;
  }
  /* line 6351, app/assets/stylesheets/btca.scss */
  .members > div > div > .Media > .Media-imageWrapper > img {
    width: 50%;
    display: block !important;
    margin: 0px auto;
  }
  /* line 6356, app/assets/stylesheets/btca.scss */
  .resource_flex,
.members_flex {
    display: block !important;
  }
  /* line 6360, app/assets/stylesheets/btca.scss */
  .resource_partners > div > .Resource-Media {
    margin: 0.5rem 0rem 0.5rem 0 !important;
  }
  /* line 6363, app/assets/stylesheets/btca.scss */
  #site_footer {
    margin-top: -20px;
  }
  /* line 6366, app/assets/stylesheets/btca.scss */
  article .leadership-team,
#leadership {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 6371, app/assets/stylesheets/btca.scss */
  .leadership-image {
    height: 300px;
  }
  /* line 6374, app/assets/stylesheets/btca.scss */
  .leadership-team li {
    margin-right: 0px;
    /*margin:10px auto;*/
    display: block;
    width: 60%;
  }
  /* line 6380, app/assets/stylesheets/btca.scss */
  .post_header-image.img_credit {
    min-height: 150px !important;
    padding-top: 35%;
  }
  /* line 6387, app/assets/stylesheets/btca.scss */
  .benefits_digital li img {
    margin: 0px auto !important;
    float: none !important;
    display: block;
  }
  /* line 6392, app/assets/stylesheets/btca.scss */
  .define-digital-payments {
    display: none;
  }
  /* line 6395, app/assets/stylesheets/btca.scss */
  .mobile_view {
    display: block !important;
    padding: 60px 0px !important;
  }
  /* line 6399, app/assets/stylesheets/btca.scss */
  .define-wrapper .benefits_digital {
    margin-bottom: 40px;
  }
  /* line 6402, app/assets/stylesheets/btca.scss */
  #alliance_nav-right h3 a, #alliance_nav-right .h3 a {
    color: #f0534e !important;
  }
  /* line 6405, app/assets/stylesheets/btca.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    display: block;
    color: #f0534e !important;
    text-decoration: none;
    font-size: 18px;
    font-family: "PFDINTextStd-Regular", sans-serif;
    margin-top: 15px;
    font-weight: normal;
  }
  /* Top Header */
  /* line 6415, app/assets/stylesheets/btca.scss */
  #contact-right,
#contact-left {
    width: 100% !important;
  }
  /* line 6419, app/assets/stylesheets/btca.scss */
  #page_alliance {
    margin-bottom: 20px;
  }
  /* line 6422, app/assets/stylesheets/btca.scss */
  .page_full_map {
    padding: 0px !important;
  }
  /* line 6425, app/assets/stylesheets/btca.scss */
  .map_image img {
    padding: 0px 0px 60px 0px !important;
  }
  /* line 6428, app/assets/stylesheets/btca.scss */
  .define-digital-payments,
.define-wrapper {
    width: 100%;
  }
  /* line 6432, app/assets/stylesheets/btca.scss */
  .benefits_digital li span {
    display: inline-block;
    width: 100%;
    float: none;
    max-width: 100%;
    color: #1f7e9a !important;
  }
  /* line 6439, app/assets/stylesheets/btca.scss */
  .About_content ul {
    padding-left: 18px !important;
  }
  /* line 6443, app/assets/stylesheets/btca.scss */
  #hosted_uncdf {
    max-width: 10vh !important;
  }
}

/* line 6448, app/assets/stylesheets/btca.scss */
.map_image img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  padding: 0px 15px 60px 15px;
}

/* line 6455, app/assets/stylesheets/btca.scss */
#results_menu-filter .results:hover,
#results_menu-filter .results {
  color: #00b5b5;
  font-size: 16px;
  font-family: "Torque Web Medium", sans-serif;
  margin: 0 !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 6463, app/assets/stylesheets/btca.scss */
  .leadership-image img {
    -o-object-position: center !important;
       object-position: center !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 6468, app/assets/stylesheets/btca.scss */
  .leadership-caption {
    min-height: 130px;
  }
  /* line 6471, app/assets/stylesheets/btca.scss */
  article .leadership-team,
#leadership {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 6476, app/assets/stylesheets/btca.scss */
  .static-page-show .align-page {
    margin-top: 10px !important;
  }
  /* line 6479, app/assets/stylesheets/btca.scss */
  #contact-right {
    float: right;
  }
  /* line 6482, app/assets/stylesheets/btca.scss */
  .define-wrapper {
    float: right;
  }
  /* line 6485, app/assets/stylesheets/btca.scss */
  .benefits_digital li img {
    width: 100%;
  }
  /* line 6488, app/assets/stylesheets/btca.scss */
  .benefits_digital li span {
    float: right;
    width: 740px;
    max-width: 80%;
    color: #1f7e9a !important;
  }
}

/* line 6495, app/assets/stylesheets/btca.scss */
.member-counter-span {
  margin-left: 5px;
  padding: 5px;
  font-size: 20px;
  color: #00b5b5;
}

/* line 6501, app/assets/stylesheets/btca.scss */
.member-website {
  color: white !important;
  font-size: 15px;
}

/* line 6506, app/assets/stylesheets/btca.scss */
.digital_points {
  padding: 0px;
}

/* line 6509, app/assets/stylesheets/btca.scss */
.define-wrapper .benefits_digital li {
  list-style-type: none;
}

/* line 6512, app/assets/stylesheets/btca.scss */
.section_divider {
  padding: 0px !important;
}

/* line 6515, app/assets/stylesheets/btca.scss */
.section_divider .define-digital-payments {
  padding: 2rem 2rem 1rem 2rem;
}

@media only screen and (width: 768px) {
  /*.leadership-team li{
    width:23%!important;
    margin: 5px;
  }*/
  /* line 6528, app/assets/stylesheets/btca.scss */
  .resource_partners > div > .Resource-Media > .Media-imageWrapper > img,
.members > div > div > .Media > .Media-imageWrapper > img {
    display: block;
    margin: 0px auto;
    width: 50% !important;
  }
  /* line 6534, app/assets/stylesheets/btca.scss */
  .members_flex > .Media {
    height: 70vw;
  }
  /* line 6537, app/assets/stylesheets/btca.scss */
  .leadership-image {
    height: 160px;
  }
  /* line 6540, app/assets/stylesheets/btca.scss */
  .resource_flex > .Resource-Media > .Media-imageWrapper {
    height: 22rem !important;
  }
}

/* line 6547, app/assets/stylesheets/btca.scss */
#cross_icon {
  display: none;
  width: 26px;
  height: 21px;
  position: absolute;
  right: 60px;
  background-color: red;
  padding: 10px;
  top: 32px;
  line-height: 21px;
  outline: none;
  z-index: 11;
}

/* line 6561, app/assets/stylesheets/btca.scss */
#nav_toggle {
  width: 28px;
  height: 30px;
  margin: 10px auto;
}

/* line 6567, app/assets/stylesheets/btca.scss */
#nav_toggle div {
  width: 100%;
  height: 5px;
  background: white;
  margin: 4px auto 4px 12px;
  transition: all 0.3s;
  backface-visibility: hidden;
}

/* line 6576, app/assets/stylesheets/btca.scss */
#nav_toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
  background: red;
}

/* line 6581, app/assets/stylesheets/btca.scss */
#nav_toggle.on .two {
  opacity: 0;
  background: red;
}

/* line 6586, app/assets/stylesheets/btca.scss */
#nav_toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
  background: red;
}

/* line 6590, app/assets/stylesheets/btca.scss */
.plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: relative;
  top: -15px;
  float: right;
  width: 21px;
}

/* line 6597, app/assets/stylesheets/btca.scss */
.plus-minus-toggle:before, .plus-minus-toggle:after {
  background: #00b5b5;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  transition: transform 500ms ease;
}

/* line 6608, app/assets/stylesheets/btca.scss */
.plus-minus-toggle:after {
  transform-origin: center;
}

/* line 6612, app/assets/stylesheets/btca.scss */
.plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}

/* line 6615, app/assets/stylesheets/btca.scss */
.plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}

/* line 6620, app/assets/stylesheets/btca.scss */
.plus-minus-toggle.collapsed:before,
.plus-minus-toggle.collapsed:after {
  background: #00b5b5;
}

/* line 6624, app/assets/stylesheets/btca.scss */
.plus-minus-toggle:before,
.plus-minus-toggle:after {
  background: #00b5b5;
}

/* line 6630, app/assets/stylesheets/btca.scss */
.secretariat #team-image img {
  width: 100%;
}

/* line 6633, app/assets/stylesheets/btca.scss */
.secretariat-top .text-right {
  width: 100%;
  margin: 0px auto;
  padding: 70px 20px;
}

/* line 6638, app/assets/stylesheets/btca.scss */
.DocumentLinks-link .Icon-svg {
  fill: #888888;
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}

/* line 6645, app/assets/stylesheets/btca.scss */
.DocumentLinks-item a {
  color: #0072d0 !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  font-family: "Lato", "Helvetica Neue", sans-serif !important;
  text-decoration: none;
}

/* line 6652, app/assets/stylesheets/btca.scss */
.DocumentLinks-item,
.InlineDocuments-item {
  list-style-type: none !important;
  margin: 0 0 0.375rem !important;
}

/* line 6657, app/assets/stylesheets/btca.scss */
.InlineDocuments-items {
  margin: 0 0 0 -2rem !important;
}

/* line 6660, app/assets/stylesheets/btca.scss */
.InlineDocuments-title,
.Markdown-text-style .InlineDocuments-title {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  color: #000 !important;
  line-height: 1.2;
  margin: 0;
}

@media screen and (min-width: 700px) {
  /* line 6669, app/assets/stylesheets/btca.scss */
  .InlineDocuments-item,
.Markdown-text-style .InlineDocuments-item {
    width: 50%;
    float: left;
  }
}

/* line 6675, app/assets/stylesheets/btca.scss */
.InlineDocuments-header {
  font-weight: 700 !important;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif !important;
  font-size: 0.8125rem !important;
  margin: 0 0 1.5rem !important;
  color: #888888 !important;
  text-transform: uppercase !important;
  padding: 0 !important;
}

/* line 6684, app/assets/stylesheets/btca.scss */
.sdg_sheets .InlineDocuments-item {
  margin: 0 0 1.5rem;
}

/*.Quotes {
    color: #160C5A;
    font-family: 'PFDINTextStd-Regular', sans-serif;
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 28px;
    width:78%;
    display:block;
}*/
/* line 6697, app/assets/stylesheets/btca.scss */
.InlineDocuments-title {
  padding-top: 0px !important;
}

/* line 6700, app/assets/stylesheets/btca.scss */
.page_full_map {
  margin: 0px;
  max-width: 100%;
  padding: 0px;
}

/* line 6705, app/assets/stylesheets/btca.scss */
.page_full_map img {
  padding: 0px 0px 100px 0px;
}

/* line 6708, app/assets/stylesheets/btca.scss */
.alignCenter {
  text-align: center;
}

@media only screen and (min-device-width: 767px) and (max-device-width: 2200px) and (orientation: portrait) {
  /* line 6712, app/assets/stylesheets/btca.scss */
  .members > div > div > .Media > .Media-imageWrapper > img {
    display: block;
    margin: 0px auto;
    width: 50%;
  }
}

@media only screen and (min-device-width: 767px) and (max-device-width: 2200px) {
  /* line 6719, app/assets/stylesheets/btca.scss */
  #subscribe_button {
    width: 120px;
    height: 40px;
    font-size: 12px;
    font-family: "PFDINTextStd-Bold", sans-serif;
    color: #160c5a;
    background-color: #007a96 !important;
    background: #007a96 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }
}

/* line 6731, app/assets/stylesheets/btca.scss */
.news_text {
  height: 265px;
  overflow: hidden;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
}

/* line 6741, app/assets/stylesheets/btca.scss */
.news_text h3, .news_text .h3 {
  font-family: "Torque Web Bold", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 6px 0;
  color: #16065a;
  padding: 0;
}

/* line 6752, app/assets/stylesheets/btca.scss */
.news_text p:nth-of-type(2) {
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

/*.news_text p:nth-of-type(1),.news_text p:nth-of-type(3)   {
    display:none
  }*/
@media screen and (min-width: 700px) and (max-width: 960px) {
  /* line 6763, app/assets/stylesheets/btca.scss */
  .members_flex {
    display: flex !important;
  }
}

/*.sdg_sheets img.InlineDocuments-coverImage{
  max-height:150px;
}*/
/*.sdg_sheets .InlineDocuments-links{
  float:right;
}*/
/* line 6774, app/assets/stylesheets/btca.scss */
.sdg_sheets .InlineDocuments-title {
  max-height: 85px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  font-family: "Lato", "Helvetica Neue", sans-serif;
  font-weight: 700;
}

/* line 6783, app/assets/stylesheets/btca.scss */
.disableHover {
  pointer-events: none;
}

/* line 6787, app/assets/stylesheets/btca.scss */
.disabledTag {
  pointer-events: none;
  color: #bdb4b4 !important;
}

/* line 6791, app/assets/stylesheets/btca.scss */
.tooltip {
  display: block;
  color: #fff;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-shadow: 2px 2px 4px #000000;
  opacity: 1;
}

/* line 6804, app/assets/stylesheets/btca.scss */
.pub_article-image .img_responsive .tooltip {
  display: block;
  color: #fff;
  font-family: "PFDINTextStd-Regular", sans-serif;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  bottom: 10px;
  right: 120px !important;
  text-shadow: 2px 2px 4px #000000;
}

/* line 6816, app/assets/stylesheets/btca.scss */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 999;
  white-space: normal;
  line-height: 16px;
  right: 10px;
  width: 150px;
  font-size: medium;
}

/* line 6832, app/assets/stylesheets/btca.scss */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* line 6836, app/assets/stylesheets/btca.scss */
.copyrighttext {
  text-shadow: 2px 2px 4px #000000;
  color: #f7f7f7;
  left: -15px;
  position: absolute;
  top: -20px;
  left: -25px;
  padding: 10px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: medium;
}

/* line 6853, app/assets/stylesheets/btca.scss */
#home_hero .slide_image-holder .tooltip {
  bottom: 40px !important;
}

/* line 6856, app/assets/stylesheets/btca.scss */
.featured_pod .tooltip .tooltiptext {
  top: -20px !important;
  right: 15px !important;
}

/* line 6860, app/assets/stylesheets/btca.scss */
.hidden {
  display: none;
}

/* line 6863, app/assets/stylesheets/btca.scss */
.align_top {
  padding-top: 20px;
}

/* line 6866, app/assets/stylesheets/btca.scss */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}

/* line 6881, app/assets/stylesheets/btca.scss */
#snackbar.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/* line 6931, app/assets/stylesheets/btca.scss */
.spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  background: url(/assets/loader-e924e8c9cc349d79d3494f23d8d3287cf5c542253dc0e6668d4d5dcc387f10ca.png) 50% 50% no-repeat;
}

/* line 6942, app/assets/stylesheets/btca.scss */
.goal-payments-content-learn-more {
  margin-top: 15px;
}

/* line 6946, app/assets/stylesheets/btca.scss */
.bg-light-brown {
  background: #fdf9e4 !important;
}

/* line 6950, app/assets/stylesheets/btca.scss */
text-btca-blue {
  color: #160c5a;
}

/* line 6954, app/assets/stylesheets/btca.scss */
.goal-payments-content-learn-more a {
  background: #b4ebec;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-family: "Torque Web Medium", sans-serif;
  color: #00B5B5;
  text-align: center;
}

/* line 6964, app/assets/stylesheets/btca.scss */
.goal-payments-content-learn-more a:hover {
  background: #dcdebf;
}

/* line 6967, app/assets/stylesheets/btca.scss */
.benefits-digital-content-learn-more a {
  background: #b4ebec;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 0.8em;
  font-family: "Torque Web Medium", sans-serif;
  color: #0492A2;
}

/* line 6978, app/assets/stylesheets/btca.scss */
body {
  font-size: 1em;
  line-height: 1.5;
}

@media (min-width: 64em) {
  /* line 6978, app/assets/stylesheets/btca.scss */
  body {
    font-size: 1.2em;
    line-height: 1.8;
  }
}

@media (min-width: 85.375em) {
  /* line 6978, app/assets/stylesheets/btca.scss */
  body {
    font-size: 1.3em;
  }
}

@media (min-width: 120em) {
  /* line 6978, app/assets/stylesheets/btca.scss */
  body {
    font-size: 1.4em;
  }
}

@media (min-width: 160em) {
  /* line 6978, app/assets/stylesheets/btca.scss */
  body {
    font-size: 1.6em;
  }
}

/* line 7000, app/assets/stylesheets/btca.scss */
.container-btca {
  margin: 0 1%;
}

@media (min-width: 64em) {
  /* line 7000, app/assets/stylesheets/btca.scss */
  .container-btca {
    margin: 0 1%;
  }
}

@media (min-width: 85.375em) {
  /* line 7000, app/assets/stylesheets/btca.scss */
  .container-btca {
    margin: 0 2%;
  }
}

@media (min-width: 120em) {
  /* line 7000, app/assets/stylesheets/btca.scss */
  .container-btca {
    margin: 0 2%;
  }
}

/* line 7016, app/assets/stylesheets/btca.scss */
.slide-main-content .title {
  font-size: 32px;
  font-family: "Torque Web Bold", sans-serif;
  width: 19.6vw;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

/* line 7026, app/assets/stylesheets/btca.scss */
.slide-main-content-right .title, .slide-main-content-bottom .title {
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 0 0 5px;
  font-family: "Torque Web Bold", sans-serif;
}

/* line 7034, app/assets/stylesheets/btca.scss */
#main_nav > li > a {
  width: 90%;
  font-size: 20px;
  line-height: 18px;
}

/* line 7040, app/assets/stylesheets/btca.scss */
.Quotes ul {
  margin: 0 0 20px 30px !important;
}

/* line 7044, app/assets/stylesheets/btca.scss */
.font-24 {
  font-size: 26px !important;
}

/* line 7048, app/assets/stylesheets/btca.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 7052, app/assets/stylesheets/btca.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 7056, app/assets/stylesheets/btca.scss */
.pr-15 {
  padding-right: 15px !important;
}

/* line 4, app/assets/stylesheets/carousel-slider.scss */
.customer-revs {
  margin: 0 auto 0 auto;
}

/* line 8, app/assets/stylesheets/carousel-slider.scss */
.rectangle {
  width: 40%;
  height: 100vh;
  background: #f6eac1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

/* slideshow container */
/* line 19, app/assets/stylesheets/carousel-slider.scss */
.slideshow-container {
  position: relative;
  width: 100%;
  max-width: 1000%;
  margin: 0 auto;
  background: #00b5b5;
}

/* Slides */
/* line 28, app/assets/stylesheets/carousel-slider.scss */
.mySlides {
  padding: 5rem 0rem 5rem 0rem;
  text-align: center;
  color: #160c5a;
}

/* line 35, app/assets/stylesheets/carousel-slider.scss */
.slideshow-container a {
  text-decoration: none !important;
}

/* line 39, app/assets/stylesheets/carousel-slider.scss */
.mySlidesContainer {
  min-height: 5rem;
  padding: 3.5rem 2.5rem 2rem 3.5rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #160c5a;
  padding: 0 0 10px;
  font-family: "Torque Web Medium", sans-serif;
  margin: 0 auto;
  text-align: left;
}

/* line 51, app/assets/stylesheets/carousel-slider.scss */
.mySlidesContainer q {
  color: #160c5a;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  font-family: "Torque Web Medium", sans-serif;
  text-align: left;
}

/* line 60, app/assets/stylesheets/carousel-slider.scss */
.mySlidesContainer q::before, .mySlidesContainer q::after {
  display: none !important;
}

/* next & previous buttons */
/* line 65, app/assets/stylesheets/carousel-slider.scss */
.prev,
.next {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  padding: 1rem;
  color: #FFFFFF;
  font-weight: lighter;
  font-size: 3rem;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.4s;
  text-decoration: none;
  transform: translateY(235%);
}

/* position the "next button" to the right */
/* line 85, app/assets/stylesheets/carousel-slider.scss */
.prev {
  float: left;
}

/* line 88, app/assets/stylesheets/carousel-slider.scss */
.next {
  position: relative;
  right: 0;
  border-radius: 3px;
  text-decoration: none;
  float: right;
}

/* on hover, add a black bg color with a little bit see-through */
/* line 97, app/assets/stylesheets/carousel-slider.scss */
.prev:hover,
.next:hover {
  background-color: #000;
  /* fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  color: #f6eac1;
  text-decoration: none;
}

/* nextTop & previous buttons */
/* line 107, app/assets/stylesheets/carousel-slider.scss */
.prevTop,
.nextTop {
  cursor: pointer;
  position: absolute;
  top: 3%;
  width: auto;
  margin-top: -1.875rem;
  padding: 1rem;
  color: #FFFFFF;
  font-weight: lighter;
  font-size: 3rem;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.4s;
  text-decoration: none;
}

/* position the "next button" to the right */
/* line 125, app/assets/stylesheets/carousel-slider.scss */
.nextTop {
  position: absolute;
  right: 0;
  border-radius: 3px;
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/carousel-slider.scss */
.prevTop {
  right: 12%;
}

/* the dot/bullet/indicator container */
/* line 138, app/assets/stylesheets/carousel-slider.scss */
.dot-container {
  text-align: center;
  padding: 0 1.25rem;
}

/* the dots/bullets/indicators */
/* line 144, app/assets/stylesheets/carousel-slider.scss */
.dot {
  height: 0.9375rem;
  width: 0.9375rem;
  margin: 0 2px;
  background-color: #f6eac1;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.4s ease;
}

/* add bg color to the active dot/circle */
/* line 155, app/assets/stylesheets/carousel-slider.scss */
.active {
  background-color: #232323;
}

@media (max-width: 480px) {
  /* line 160, app/assets/stylesheets/carousel-slider.scss */
  .mySlides {
    padding: 5rem 0rem 5rem 0rem;
  }
}

@media (min-width: 768px) {
  /* line 166, app/assets/stylesheets/carousel-slider.scss */
  .prevTop, .nextTop {
    margin-top: 50% !important;
  }
}

@media (min-width: 1024px) {
  /* line 171, app/assets/stylesheets/carousel-slider.scss */
  .prevTop, .nextTop {
    margin-top: 32% !important;
  }
}

@media (min-width: 1200px) {
  /* line 176, app/assets/stylesheets/carousel-slider.scss */
  .prevTop, .nextTop {
    margin-top: 28% !important;
  }
}

@media (min-width: 1366px) {
  /* line 181, app/assets/stylesheets/carousel-slider.scss */
  .prevTop, .nextTop {
    margin-top: 20% !important;
  }
}

@media (min-width: 1920px) {
  /* line 186, app/assets/stylesheets/carousel-slider.scss */
  .prevTop, .nextTop {
    margin-top: 14% !important;
  }
}

/* Slider */
/* line 2, app/assets/stylesheets/logo-slider.scss */
.slick-slide {
  margin: 20px 20px 20px 15px;
}

/* line 5, app/assets/stylesheets/logo-slider.scss */
.slick-slide img {
  width: 100%;
}

/* line 8, app/assets/stylesheets/logo-slider.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, app/assets/stylesheets/logo-slider.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 24, app/assets/stylesheets/logo-slider.scss */
.slick-list:focus {
  outline: none;
}

/* line 27, app/assets/stylesheets/logo-slider.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 31, app/assets/stylesheets/logo-slider.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 35, app/assets/stylesheets/logo-slider.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 41, app/assets/stylesheets/logo-slider.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 46, app/assets/stylesheets/logo-slider.scss */
.slick-track:after {
  clear: both;
}

/* line 49, app/assets/stylesheets/logo-slider.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 52, app/assets/stylesheets/logo-slider.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 58, app/assets/stylesheets/logo-slider.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 61, app/assets/stylesheets/logo-slider.scss */
.slick-slide img {
  display: block;
}

/* line 64, app/assets/stylesheets/logo-slider.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 67, app/assets/stylesheets/logo-slider.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 70, app/assets/stylesheets/logo-slider.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 73, app/assets/stylesheets/logo-slider.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 76, app/assets/stylesheets/logo-slider.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 81, app/assets/stylesheets/logo-slider.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Custom styles for navigation */
/* line 86, app/assets/stylesheets/logo-slider.scss */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  z-index: 1;
  font-size: 2rem;
  color: #1f146a;
}

/* line 96, app/assets/stylesheets/logo-slider.scss */
.slick-prev i,
.slick-next i {
  font-size: 3rem;
  font-weight: 300;
}

/* line 102, app/assets/stylesheets/logo-slider.scss */
.slick-prev {
  left: -18%;
}

/* line 106, app/assets/stylesheets/logo-slider.scss */
.slick-prev:hover, .slick-next:hover {
  color: #24196f;
  background: none !important;
}

/* line 111, app/assets/stylesheets/logo-slider.scss */
.slick-next {
  right: -18%;
}

/* Remove background color on mouse press for slick-prev and slick-next */
/* line 116, app/assets/stylesheets/logo-slider.scss */
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  outline: none;
  /* Remove focus outline */
  background: none;
  /* Remove background color */
  box-shadow: none;
  /* Remove box shadow */
}

/* Centering dots */
/* line 126, app/assets/stylesheets/logo-slider.scss */
.slick-dots {
  position: relative;
  bottom: 0px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
}

/* line 136, app/assets/stylesheets/logo-slider.scss */
.slick-dots li {
  margin: 0 5px;
}

/* line 140, app/assets/stylesheets/logo-slider.scss */
.slick-dots .slick-active button {
  background-color: #999;
}

/* line 144, app/assets/stylesheets/logo-slider.scss */
.slick-dots button {
  background-color: #ddd;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}

/* line 153, app/assets/stylesheets/logo-slider.scss */
.slick-dots .slick-active button {
  background-color: #999;
}

/* line 157, app/assets/stylesheets/logo-slider.scss */
.partners-container {
  background: #fdf9e8 !important;
}

/* line 161, app/assets/stylesheets/logo-slider.scss */
button[id^="slick-slide-control"] {
  color: transparent;
  /* This makes the text transparent */
}

/* line 165, app/assets/stylesheets/logo-slider.scss */
button[id^="slick-slide-control"]::before {
  content: " ";
  /* This ensures the button retains its dimensions */
}

@media (max-width: 480px) {
  /* line 170, app/assets/stylesheets/logo-slider.scss */
  .slick-prev {
    left: -20px !important;
  }
  /* line 174, app/assets/stylesheets/logo-slider.scss */
  .slick-prev, .slick-next {
    display: none !important;
  }
  /* line 178, app/assets/stylesheets/logo-slider.scss */
  .climate-header {
    padding: 30px 20px 20px 20px;
  }
}

@media (max-width: 768px) {
  /* line 184, app/assets/stylesheets/logo-slider.scss */
  .slick-prev, .slick-next {
    display: none !important;
  }
  /* line 188, app/assets/stylesheets/logo-slider.scss */
  .climate-header {
    padding: 0px 0px;
  }
}

/* line 2, app/assets/stylesheets/custom.scss */
.nav-block {
  display: block !important;
}

/* line 7, app/assets/stylesheets/custom.scss */
.digital-payments-blocks-row {
  width: 65%;
  margin: 0 auto;
  padding: 0.8% 0 2% 0%;
}

@media only screen and (max-width: 600px) {
  /* line 15, app/assets/stylesheets/custom.scss */
  .digital-payments-blocks-row {
    width: 100%;
    margin: 0 auto;
  }
  /* line 21, app/assets/stylesheets/custom.scss */
  .digital-payments-blocks {
    background: none !important;
  }
  /* line 25, app/assets/stylesheets/custom.scss */
  .digital-payments-blocks:hover {
    background: none !important;
  }
  /* line 29, app/assets/stylesheets/custom.scss */
  .digital-block-description {
    color: #FFFFFF !important;
  }
  /* line 33, app/assets/stylesheets/custom.scss */
  .plus-minus-toggle {
    top: 15px;
    left: 10px;
  }
}

/* line 40, app/assets/stylesheets/custom.scss */
.digital-block {
  padding: 25px 25px 25px 25px;
}

/* line 44, app/assets/stylesheets/custom.scss */
.digital-block:hover {
  background: #FFFFFF;
}

/* line 48, app/assets/stylesheets/custom.scss */
.digital-block-link {
  text-decoration: none;
  padding-right: 20px;
  width: 100%;
}

/* line 54, app/assets/stylesheets/custom.scss */
.digital-payments-blocks {
  width: 100%;
  background: #e1f9fa;
  overflow: hidden;
}

/* line 60, app/assets/stylesheets/custom.scss */
.digital-block-header {
  display: block;
  color: #007a96;
  text-decoration: none;
  font-size: 18px;
  font-family: "PFDINTextStd-Regular", sans-serif;
}

/* line 72, app/assets/stylesheets/custom.scss */
.digital-block-description {
  color: #1a5d87;
  font-size: 18px;
  line-height: 22px;
}

/* line 78, app/assets/stylesheets/custom.scss */
.benefits-column-header {
  color: #160c5a;
  font-family: "Torque Web Bold", sans-serif;
  font-size: 1.6rem;
}

/* line 84, app/assets/stylesheets/custom.scss */
.benefits_digital-text-faint-blue {
  color: #1f7e9a !important;
}

/* line 88, app/assets/stylesheets/custom.scss */
.benefits-column-description {
  color: #1f7e9a !important;
}

/* line 92, app/assets/stylesheets/custom.scss */
.text-light-blue {
  color: #1f7e9a !important;
}

/* line 96, app/assets/stylesheets/custom.scss */
.text-btca-blue {
  color: #160c5a !important;
}

/* line 100, app/assets/stylesheets/custom.scss */
.text-btca-font-bold {
  font-family: "PFDINTextStd-Bold", sans-serif !important;
}

/* line 104, app/assets/stylesheets/custom.scss */
.text-btca-font-medium {
  font-family: "Torque Web Medium", sans-serif;
}

/* line 108, app/assets/stylesheets/custom.scss */
.text-torque-font-medium {
  font-family: "Torque Web Medium", sans-serif !important;
}

/* line 112, app/assets/stylesheets/custom.scss */
.text-font-1-5 {
  font-size: 1.5rem !important;
}

/* line 116, app/assets/stylesheets/custom.scss */
.text-font-torque {
  font-family: "Torque Web Bold", sans-serif;
}

/* line 120, app/assets/stylesheets/custom.scss */
.text-fs-1-2 {
  font-size: 1.2rem !important;
  line-height: 1.5em !important;
}

/* line 125, app/assets/stylesheets/custom.scss */
.align-page {
  margin-top: 10px !important;
}

/* line 129, app/assets/stylesheets/custom.scss */
.title_change {
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: visible !important;
  display: inline !important;
}

/* line 138, app/assets/stylesheets/custom.scss */
.Quotes {
  color: #160c5a;
  font-family: "PFDINTextStd-Regular", sans-serif;
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 28px;
  /*width:78%;*/
  display: block;
  word-break: break-word;
}

/* line 149, app/assets/stylesheets/custom.scss */
blockquote {
  position: relative;
  padding-left: 40px;
  font-style: italic;
}

/* line 155, app/assets/stylesheets/custom.scss */
blockquote::before,
blockquote::after {
  position: absolute;
  font-family: Arial, sans-serif;
  font-size: 55px;
  color: #f0534e;
  font-weight: bolder;
}

/* line 164, app/assets/stylesheets/custom.scss */
blockquote::before {
  content: "\201C";
  left: 10px;
}

/* line 169, app/assets/stylesheets/custom.scss */
blockquote p {
  margin-bottom: 1em;
}

@media only screen and (min-width: 1024px) {
  /* line 175, app/assets/stylesheets/custom.scss */
  .resources_index {
    padding-top: 140px !important;
  }
  /* line 179, app/assets/stylesheets/custom.scss */
  .page_share_content {
    top: 177px !important;
  }
  /*#digital_payment_page {
    padding-top: 60px !important;
  }*/
  /* line 187, app/assets/stylesheets/custom.scss */
  .page_content_page {
    padding-top: 100px !important;
  }
  /* line 191, app/assets/stylesheets/custom.scss */
  .About_content ul {
    padding-left: 18px !important;
  }
  /* line 195, app/assets/stylesheets/custom.scss */
  alliance_header-options h3, alliance_header-options .h3 {
    color: #f0534e !important;
  }
  /* line 199, app/assets/stylesheets/custom.scss */
  #page_share {
    position: fixed;
    top: 37px;
    right: 20px;
  }
  /* line 205, app/assets/stylesheets/custom.scss */
  #main-header {
    padding: 20px 0 20px 0 !important;
    height: auto !important;
  }
  /* line 210, app/assets/stylesheets/custom.scss */
  .work_with_us {
    margin-left: 31% !important;
  }
  /* line 214, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    content: "";
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 0 !important;
    height: 0 !important;
    border-top: solid 18px #160c5a !important;
    border-left: solid 18px transparent !important;
    border-right: solid 18px transparent !important;
  }
  /* ------ Translated show pages ------ */
  /* line 229, app/assets/stylesheets/custom.scss */
  .translated-ltr .ideas_updates_page_content {
    padding-top: 105px !important;
  }
  /* line 232, app/assets/stylesheets/custom.scss */
  .translated-ltr .innovation_sec {
    padding-top: 100px !important;
  }
  /* line 236, app/assets/stylesheets/custom.scss */
  .translated-ltr .toolkit_page_content {
    padding-top: 100px !important;
  }
  /* line 240, app/assets/stylesheets/custom.scss */
  .translated-ltr body.sticky {
    top: -47px !important;
  }
  /* line 244, app/assets/stylesheets/custom.scss */
  .translated-ltr .page_content {
    padding-top: 80px !important;
  }
  /* ------- End Translated show pages ------ */
  /* line 250, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3:hover, #alliance_nav-right .h3:hover {
    color: #160c5a !important;
  }
  /* line 254, app/assets/stylesheets/custom.scss */
  #alliance_nav li a:hover {
    color: #160c5a !important;
  }
  /* line 258, app/assets/stylesheets/custom.scss */
  article .leadership-team {
    margin: 0 auto;
  }
  /* line 262, app/assets/stylesheets/custom.scss */
  .members_flex > .Media {
    width: 20vw;
    height: 20vw;
    max-width: 20rem;
    max-height: 18rem;
  }
  /* line 269, app/assets/stylesheets/custom.scss */
  .members > div > div > .Media > .Media-imageWrapper > img {
    display: block;
    margin: 0px auto;
    width: 100%;
  }
}

/* line 276, app/assets/stylesheets/custom.scss */
.form-class {
  display: flex;
  padding: 2px 0;
}

/* line 281, app/assets/stylesheets/custom.scss */
#search_form input[type="text"]:focus {
  border-bottom: 1px solid #f0534e;
  outline: 0;
}

/* line 286, app/assets/stylesheets/custom.scss */
#mobilesearch_form input[type="text"]:focus {
  outline: 0;
}

@media screen and (max-width: 959px) and (min-width: 320px) and (orientation: landscape) {
  /* line 291, app/assets/stylesheets/custom.scss */
  .members_flex > .Media {
    width: 49%;
    height: 35vw !important;
    max-width: 35rem !important;
    max-height: 35rem !important;
  }
  /* line 298, app/assets/stylesheets/custom.scss */
  .resource_partners > div > .Media > .Media-imageWrapper > img {
    width: 70% !important;
    margin: 0px auto;
    display: block;
  }
  /* line 304, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 308, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* line 321, app/assets/stylesheets/custom.scss */
.link-decoration {
  text-decoration: none;
}

/* line 325, app/assets/stylesheets/custom.scss */
body.sticky {
  position: relative;
  min-height: 100%;
  top: 0px !important;
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 336, app/assets/stylesheets/custom.scss */
  .home-btn-digital-payments {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    font-size: 15px;
  }
  /* line 343, app/assets/stylesheets/custom.scss */
  .thumbnail-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 348, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow-y: unset !important;
    overflow-x: hidden !important;
  }
  /* line 353, app/assets/stylesheets/custom.scss */
  #explore-search-form input[type="submit"] {
    width: 27px;
  }
  /* line 357, app/assets/stylesheets/custom.scss */
  .furtherreading-pod-content {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px 10px 10px 10px !important;
  }
  /* line 370, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    min-width: 28%;
    max-width: 30%;
    max-height: 40%;
  }
  /* line 376, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 380, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 394, app/assets/stylesheets/custom.scss */
  .thumbnail-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 399, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    display: block !important;
    width: 46% !important;
    margin: 5px !important;
  }
  /* line 405, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    min-width: 28%;
    max-width: 30%;
    max-height: 40%;
  }
  /* line 411, app/assets/stylesheets/custom.scss */
  .leadership-team {
    margin-left: 22px !important;
  }
  /* line 415, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
}

/* ----------- End iPhone 4 and 4S ----------- */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 428, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow-y: unset !important;
    overflow-x: hidden !important;
  }
  /* line 433, app/assets/stylesheets/custom.scss */
  .down-arrow {
    float: right !important;
    right: 15px !important;
  }
  /* line 438, app/assets/stylesheets/custom.scss */
  .furtherreading-pod-text {
    font-size: 18px !important;
  }
  /* line 442, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    width: 85% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    max-height: 112px !important;
    min-width: 150px !important;
    max-width: inherit !important;
  }
  /* line 450, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 454, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 50px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 469, app/assets/stylesheets/custom.scss */
  #explore-search-form input[type="submit"] {
    width: 27px;
  }
  /* line 473, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    display: block !important;
    width: 47% !important;
    margin: 5px !important;
  }
  /* line 479, app/assets/stylesheets/custom.scss */
  .furtherreading-pod-text {
    font-size: 18px !important;
  }
  /* line 483, app/assets/stylesheets/custom.scss */
  .leadership-team {
    margin-left: 26px !important;
  }
  /* line 487, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
}

/* ----------- End iPhone 5, 5S, 5C and 5SE ----------- */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 499, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow-y: unset !important;
    overflow-x: hidden !important;
  }
  /* line 504, app/assets/stylesheets/custom.scss */
  #main_header {
    position: unset !important;
  }
  /* line 508, app/assets/stylesheets/custom.scss */
  .furtherreading-pod-text {
    font-size: 20px !important;
  }
  /* line 512, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    min-width: 28%;
    max-width: 30%;
    max-height: 40%;
  }
  /* line 518, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 522, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 538, app/assets/stylesheets/custom.scss */
  .thumbnail-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 543, app/assets/stylesheets/custom.scss */
  #explore-search-form input[type="submit"] {
    width: 27px;
  }
  /* line 547, app/assets/stylesheets/custom.scss */
  .furtherreading-pod-text {
    font-size: 20px !important;
  }
  /* line 551, app/assets/stylesheets/custom.scss */
  .form-class {
    padding: 0px !important;
  }
  /* line 555, app/assets/stylesheets/custom.scss */
  .leadership-image {
    height: 290px !important;
  }
  /* line 559, app/assets/stylesheets/custom.scss */
  #leadership {
    margin-left: 22px !important;
  }
  /* line 563, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 37px !important;
  }
  /* line 567, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
}

/* ----------- End iPhone 6, 6S, 7 and 8 ----------- */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  /* line 579, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow-y: unset !important;
    overflow-x: hidden !important;
  }
  /* line 584, app/assets/stylesheets/custom.scss */
  .resources_content #resources_bar-menu > li {
    width: 100%;
    float: left;
    border-left: #007a96 1px solid;
    border-bottom: #fff 1px solid !important;
  }
  /* line 591, app/assets/stylesheets/custom.scss */
  .down-arrow {
    float: right;
    right: 47px;
  }
  /* line 596, app/assets/stylesheets/custom.scss */
  #resources_bar-menu > li > a {
    font-size: 18px;
    padding: 20px 2px 20px 29px !important;
  }
  /* line 601, app/assets/stylesheets/custom.scss */
  #resources_search form input[type="text"] {
    width: 70%;
  }
  /* line 605, app/assets/stylesheets/custom.scss */
  #explore-search-form input[type="submit"] {
    width: 27px;
  }
  /* line 609, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 613, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  /* line 628, app/assets/stylesheets/custom.scss */
  .resources_content #resources_bar-menu > li {
    width: 25% !important;
    float: left;
    border-left: #007a96 1px solid;
    border-bottom: none;
  }
  /* line 635, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 640, app/assets/stylesheets/custom.scss */
  .form-class {
    padding: 0px !important;
  }
  /* line 644, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 37px !important;
  }
  /* line 648, app/assets/stylesheets/custom.scss */
  .leadership-image {
    height: 290px !important;
  }
  /* line 652, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  /* line 658, app/assets/stylesheets/custom.scss */
  #explore-search-form #resourcessearch_holder {
    width: 29%;
    position: relative;
    display: unset;
  }
  /* line 664, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
}

/* ---------- End iPhone 6+, 7+ and 8+ -------- */
/* ------- Iphone 11 ------ */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  /* line 673, app/assets/stylesheets/custom.scss */
  #resources_bar-menu > li {
    width: 25% !important;
    float: left;
    border-left: #007a96 1px solid;
    border-bottom: none;
  }
  /* line 680, app/assets/stylesheets/custom.scss */
  .form-class {
    padding: 0px !important;
  }
  /* line 683, app/assets/stylesheets/custom.scss */
  .down-arrow {
    right: 10px !important;
  }
  /* line 687, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    margin-top: 15px !important;
    color: #f0534e !important;
  }
  /* line 692, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    min-width: 28%;
    max-width: 30%;
    max-height: 40%;
  }
  /* line 698, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 702, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 716, app/assets/stylesheets/custom.scss */
  .form-class {
    padding: 0px !important;
  }
  /* line 720, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    margin-top: 12px !important;
    color: #f0534e !important;
  }
  /* line 725, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 37px !important;
  }
  /* line 729, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    width: 47% !important;
  }
  /* line 733, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 737, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* ---- End Iphone 11 ------ */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  /* line 757, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    margin-top: 5px;
  }
  /* line 761, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow-y: unset !important;
    overflow-x: hidden !important;
  }
  /* line 770, app/assets/stylesheets/custom.scss */
  #digital_payment_page {
    padding-top: 0px !important;
  }
  /* line 774, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 779, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 783, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  /* line 799, app/assets/stylesheets/custom.scss */
  #resources_bar-menu > li {
    width: 25% !important;
    float: left;
    border-left: #007a96 1px solid;
    border-bottom: none;
  }
  /* line 806, app/assets/stylesheets/custom.scss */
  .post_header .document-wrap .pub_download-top {
    width: 100% !important;
  }
  /* line 810, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 815, app/assets/stylesheets/custom.scss */
  .resources_bar-submenu {
    position: relative;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
  }
  /* line 823, app/assets/stylesheets/custom.scss */
  #results_bar-menu #results_menu-filter {
    background: #fff !important;
    border-bottom: none;
    border-left: none !important;
    padding: 15px 0px 15px 0px !important;
  }
  /* line 830, app/assets/stylesheets/custom.scss */
  .page_content p {
    color: #160c5a;
    font-family: "PFDINTextStd-Regular", sans-serif;
    margin: 0 !important;
  }
  /* line 836, app/assets/stylesheets/custom.scss */
  #explore-search-form input[type="submit"] {
    width: 27px;
  }
  /* line 840, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 37px !important;
  }
  /* line 844, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 848, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 125px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* ----------- End Iphone X ---------- */
/* ------ Iphone xr------*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 865, app/assets/stylesheets/custom.scss */
  #resources_bar-menu > li {
    width: 25% !important;
    float: left;
    border-left: #007a96 1px solid;
    border-bottom: none;
  }
  /* line 872, app/assets/stylesheets/custom.scss */
  .down-arrow {
    margin-right: 15px !important;
  }
  /* line 876, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    min-width: 28%;
    max-width: 30%;
    max-height: 40%;
  }
  /* line 882, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 35px !important;
  }
  /* line 886, app/assets/stylesheets/custom.scss */
  .leadership-image {
    height: 290px !important;
  }
  /* line 890, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 894, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* ----------- End Iphone xr ----------- */
/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 913, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    width: 85% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    max-height: 107px !important;
    min-width: 150px !important;
  }
  /* line 920, app/assets/stylesheets/custom.scss */
  #main_header {
    position: unset !important;
  }
  /* line 925, app/assets/stylesheets/custom.scss */
  #main_nav > li {
    width: 100%;
  }
  /* line 930, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow-y: unset !important;
    overflow-x: hidden !important;
  }
  /* line 935, app/assets/stylesheets/custom.scss */
  #digital_payment_page .page_share_content {
    top: 31px !important;
  }
  /* line 939, app/assets/stylesheets/custom.scss */
  #page_share {
    position: absolute;
    top: 31px !important;
    right: 20px;
  }
  /* line 945, app/assets/stylesheets/custom.scss */
  #digital_payment_page {
    padding-top: 0px !important;
  }
  /* line 949, app/assets/stylesheets/custom.scss */
  .resources_index {
    padding-top: 0px !important;
  }
  /* line 953, app/assets/stylesheets/custom.scss */
  .page_content_page {
    padding-top: 0px !important;
  }
  /* line 957, app/assets/stylesheets/custom.scss */
  .resources_page_hero {
    margin-top: 0px !important;
  }
  /* line 961, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 966, app/assets/stylesheets/custom.scss */
  .down-arrow {
    float: right !important;
    margin-right: 15px !important;
  }
  /* line 971, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 50px !important;
  }
  /* line 975, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    width: 23% !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 981, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 985, app/assets/stylesheets/custom.scss */
  .translated-ltr .page_content {
    padding: 0px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 991, app/assets/stylesheets/custom.scss */
  #resources_bar-menu > li {
    width: 25% !important;
    float: left;
    border-left: #007a96 1px solid;
    border-bottom: none;
  }
  /* line 1002, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1007, app/assets/stylesheets/custom.scss */
  #resources_search-wrap {
    padding: 0px 5px 13px 20px !important;
  }
  /* line 1011, app/assets/stylesheets/custom.scss */
  #explore-search-form #resourcessearch_holder {
    position: relative;
    width: 20%;
    display: unset;
  }
  /* line 1017, app/assets/stylesheets/custom.scss */
  #explore-search-form input[type="submit"] {
    margin-top: 15px;
  }
  /* line 1021, app/assets/stylesheets/custom.scss */
  #resources_search form input[type="text"] {
    display: inline-block;
    box-sizing: border-box;
    background: #160c5a;
    float: left;
    border: none;
    color: #fff;
    font-family: "Torque Web Medium", sans-serif;
    font-size: 18px;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 70%;
    padding: 14px 8px 8px 0;
  }
  /* line 1038, app/assets/stylesheets/custom.scss */
  .resources_bar-submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
  }
  /* line 1046, app/assets/stylesheets/custom.scss */
  body.sticky #page_alliance .page_hero .contact_us_page {
    padding: 60px 20px !important;
  }
  /* line 1050, app/assets/stylesheets/custom.scss */
  .members_flex > .Media {
    width: 43vw;
    height: 35vw !important;
    max-height: 18rem !important;
  }
  /* line 1056, app/assets/stylesheets/custom.scss */
  .resource_partners > div > .Media > .Media-imageWrapper > img {
    width: 50% !important;
    display: block !important;
    margin: 0px auto;
  }
  /* line 1062, app/assets/stylesheets/custom.scss */
  .resource_flex > .Media > .Media-imageWrapper {
    margin: 20px 0px;
    height: 40vw;
  }
  /* line 1067, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 35px !important;
  }
  /* line 1071, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    width: 31% !important;
    margin: 5px !important;
  }
  /* line 1076, app/assets/stylesheets/custom.scss */
  .leadership-image {
    height: 195px !important;
  }
  /* line 1080, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    width: 85% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    max-height: 107px !important;
    min-width: 150px !important;
  }
  /* line 1087, app/assets/stylesheets/custom.scss */
  .translated-ltr .page_content {
    padding: 0px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 1093, app/assets/stylesheets/custom.scss */
  #results_bar-menu #results_menu-filter {
    border-left: none;
    background: #160c5a;
    padding: 15px 0px 0px 40px !important;
  }
  /* line 1099, app/assets/stylesheets/custom.scss */
  .About_content article ul {
    padding-left: 18px !important;
  }
  /* line 1103, app/assets/stylesheets/custom.scss */
  .pub_download .pub_download-links ul {
    font-size: 14px !important;
    line-height: 15px !important;
    padding-left: 10px !important;
  }
  /* line 1109, app/assets/stylesheets/custom.scss */
  .document-wrap .pub_download-top {
    width: 22% !important;
  }
  /* line 1113, app/assets/stylesheets/custom.scss */
  .document-wrap .post_header-image {
    width: 76% !important;
  }
  /* line 1117, app/assets/stylesheets/custom.scss */
  .page_content p {
    color: #160c5a;
    font-family: "PFDINTextStd-Regular", sans-serif;
    margin: 0 0 20px 0px !important;
  }
  /* line 1123, app/assets/stylesheets/custom.scss */
  body.sticky #page_alliance .page_hero .contact_us_page {
    padding: 160px 20px 40px 0 !important;
  }
  /* line 1127, app/assets/stylesheets/custom.scss */
  .set_background_member {
    background-position: unset !important;
  }
  /* line 1131, app/assets/stylesheets/custom.scss */
  .furtherreading-pod-text {
    font-size: 17px !important;
  }
  /* ------ Translated show pages ------ */
  /* line 1136, app/assets/stylesheets/custom.scss */
  .translated-ltr .ideas_updates_page_content {
    padding-top: 0px !important;
  }
  /* line 1140, app/assets/stylesheets/custom.scss */
  .translated-ltr .innovation_sec {
    padding-top: 0px !important;
  }
  /* line 1144, app/assets/stylesheets/custom.scss */
  .translated-ltr .toolkit_page_content {
    padding-top: 0px !important;
  }
  /* line 1148, app/assets/stylesheets/custom.scss */
  .translated-ltr body.sticky {
    top: 0px !important;
  }
  /* line 1152, app/assets/stylesheets/custom.scss */
  .translated-ltr .page_content {
    padding: 0px !important;
  }
  /* ------- End Translated show pages ------ */
  /* line 1158, app/assets/stylesheets/custom.scss */
  .page_content ul {
    color: #160c5a;
    font-family: "PFDINTextStd-Regular", sans-serif;
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 18px;
    padding-left: 0px !important;
  }
}

/* -------- End iPad 1, 2, Mini and Air --------- */
/*Ipad Landscape for secretariat screen*/
@media only screen and (min-width: 1024px) and (max-height: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 1173, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 18px !important;
  }
  /* line 1177, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    width: 24% !important;
  }
  /* line 1181, app/assets/stylesheets/custom.scss */
  h2#leadership, #leadership.h2 {
    margin-left: 15px;
  }
  /* line 1185, app/assets/stylesheets/custom.scss */
  .leadership-image {
    height: 255px !important;
  }
  /* line 1189, app/assets/stylesheets/custom.scss */
  .translated-ltr #main_nav > li {
    max-width: 260px !important;
  }
  /* line 1193, app/assets/stylesheets/custom.scss */
  .translated-ltr .page_content {
    padding: 0px !important;
  }
}

/*Ipad Pro Landscape for secretariat screen*/
@media only screen and (min-width: 1366px) and (max-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* ul.leadership-team {
      margin-left: 42px !important;
    }*/
  /* line 1205, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    width: 24%;
  }
  /* line 1209, app/assets/stylesheets/custom.scss */
  .leadership-image {
    height: 270px;
  }
  /* line 1213, app/assets/stylesheets/custom.scss */
  .translated-ltr .page_content {
    padding: 0px !important;
  }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 1222, app/assets/stylesheets/custom.scss */
  .page_content_page {
    padding-top: 100px !important;
  }
  /* line 1225, app/assets/stylesheets/custom.scss */
  .page_content {
    padding: 0px !important;
  }
  /* line 1233, app/assets/stylesheets/custom.scss */
  #main_header {
    height: 170px;
    position: sticky;
  }
  /* line 1239, app/assets/stylesheets/custom.scss */
  #main_nav > li {
    width: auto;
  }
  /* line 1243, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow-y: unset !important;
    overflow-x: hidden !important;
  }
  /* line 1248, app/assets/stylesheets/custom.scss */
  #digital_payment_page .page_share_content {
    top: 31px !important;
  }
  /* line 1252, app/assets/stylesheets/custom.scss */
  #page_share {
    position: absolute;
    top: 31px !important;
    right: 20px;
  }
  /* line 1258, app/assets/stylesheets/custom.scss */
  #alliance_nav-left {
    z-index: 1;
  }
  /* line 1262, app/assets/stylesheets/custom.scss */
  #alliance_nav-right {
    z-index: 1;
  }
  /* line 1266, app/assets/stylesheets/custom.scss */
  .page_content_page {
    padding: 0px !important;
  }
  /* line 1270, app/assets/stylesheets/custom.scss */
  .resources_page_hero {
    margin-top: 0px !important;
  }
  /* line 1274, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1279, app/assets/stylesheets/custom.scss */
  body.sticky .resources_index {
    padding-top: 0px !important;
  }
  /* line 1283, app/assets/stylesheets/custom.scss */
  body.sticky #page {
    padding: 0px !important;
  }
  /* line 1287, app/assets/stylesheets/custom.scss */
  .page_content p {
    color: #160c5a;
    font-family: "PFDINTextStd-Regular", sans-serif;
    margin: 0 0 20px 0px !important;
  }
  /* line 1293, app/assets/stylesheets/custom.scss */
  #results_bar-menu {
    display: flex !important;
  }
  /* line 1297, app/assets/stylesheets/custom.scss */
  #results_bar-menu #results_menu-filter {
    border-left: none;
    background: #160c5a;
    padding: 15px 0px 15px 56px !important;
    display: flex;
  }
  /* line 1304, app/assets/stylesheets/custom.scss */
  .resources_bar-submenu {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
  }
  /* line 1312, app/assets/stylesheets/custom.scss */
  .mb_pg .set_background_member {
    background-position: unset !important;
  }
  /* ------ Translated show pages ------ */
  /* line 1317, app/assets/stylesheets/custom.scss */
  .translated-ltr .ideas_updates_page_content {
    padding-top: 0px !important;
  }
  /* line 1320, app/assets/stylesheets/custom.scss */
  .translated-ltr .innovation_sec {
    padding-top: 0px !important;
  }
  /* line 1324, app/assets/stylesheets/custom.scss */
  .translated-ltr .toolkit_page_content {
    padding-top: 0px !important;
  }
  /* line 1328, app/assets/stylesheets/custom.scss */
  .translated-ltr body.sticky {
    top: 0px !important;
  }
  /* line 1332, app/assets/stylesheets/custom.scss */
  #main_header #site_nav {
    min-height: auto !important;
  }
  /* line 1336, app/assets/stylesheets/custom.scss */
  .nav #site_nav {
    min-height: auto !important;
  }
  /* line 1340, app/assets/stylesheets/custom.scss */
  .translated-ltr .page_content {
    padding: 0px !important;
  }
  /* ------- End Translated show pages ------ */
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
  /* line 1348, app/assets/stylesheets/custom.scss */
  .About_content article ul {
    padding-left: 18px !important;
  }
  /* line 1352, app/assets/stylesheets/custom.scss */
  .pub_download .pub_download-links ul {
    margin: 0 !important;
    padding: 10px 6px 6px 15px !important;
    font-size: 14px !important;
    line-height: 15px !important;
  }
  /* line 1359, app/assets/stylesheets/custom.scss */
  .document-wrap .pub_download-top {
    width: 22% !important;
  }
  /* line 1363, app/assets/stylesheets/custom.scss */
  .document-wrap .post_header-image {
    width: 76% !important;
  }
  /* line 1367, app/assets/stylesheets/custom.scss */
  .page_content ul {
    color: #160c5a;
    font-family: "PFDINTextStd-Regular", sans-serif;
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 18px;
    padding-left: 0px !important;
  }
  /* line 1376, app/assets/stylesheets/custom.scss */
  .members_flex > .Media {
    width: 20vw;
    height: 20vw !important;
    max-height: 35rem !important;
  }
  /* line 1382, app/assets/stylesheets/custom.scss */
  .resource_partners > div > .Media > .Media-imageWrapper > img {
    width: 100% !important;
    display: block !important;
    margin: 0px auto;
  }
  /* line 1388, app/assets/stylesheets/custom.scss */
  .leadership-image {
    height: 270px !important;
  }
  /* line 1392, app/assets/stylesheets/custom.scss */
  .translated-ltr #main_nav > li {
    max-width: 106px !important;
  }
  /* line 1396, app/assets/stylesheets/custom.scss */
  .translated-ltr .page_content {
    padding: 0px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
  /* line 1402, app/assets/stylesheets/custom.scss */
  .resources_index {
    padding-top: 0px !important;
  }
  /* line 1406, app/assets/stylesheets/custom.scss */
  .static-page-show .align-page {
    margin-top: 10px !important;
  }
  /* line 1410, app/assets/stylesheets/custom.scss */
  body.sticky .resources_index {
    padding-top: 0px !important;
  }
  /* line 1414, app/assets/stylesheets/custom.scss */
  #results_bar-menu #results_menu-filter {
    border-left: none;
    background: #160c5a;
    padding: 15px 0px 15px 56px !important;
  }
  /* line 1420, app/assets/stylesheets/custom.scss */
  .page_content p {
    color: #160c5a;
    font-family: "PFDINTextStd-Regular", sans-serif;
    margin: 0 0 20px 0px !important;
  }
  /* line 1426, app/assets/stylesheets/custom.scss */
  .translated-ltr .page_content {
    padding: 0px !important;
  }
}

/* -------- End iPad Pro --------- */
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  /* line 1438, app/assets/stylesheets/custom.scss */
  .thumbnail-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1443, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow: unset !important;
    overflow-x: hidden !important;
  }
  /* line 1448, app/assets/stylesheets/custom.scss */
  #main_header {
    position: unset !important;
  }
  /* line 1452, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1457, app/assets/stylesheets/custom.scss */
  #resources_search_wrap {
    padding: 17px 10px 16px 20px !important;
  }
  /* line 1461, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 1465, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* ----------- End Galaxy S3 ----------- */
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  /* line 1485, app/assets/stylesheets/custom.scss */
  .thumbnail-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1490, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow: unset !important;
    overflow-x: hidden !important;
  }
  /* line 1495, app/assets/stylesheets/custom.scss */
  #main_header {
    position: unset !important;
  }
  /* line 1499, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1504, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 1508, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /* line 1523, app/assets/stylesheets/custom.scss */
  .thumbnail-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1528, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1533, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  /* line 1540, app/assets/stylesheets/custom.scss */
  .thumbnail-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1545, app/assets/stylesheets/custom.scss */
  #resources_bar-menu > li {
    width: 100% !important;
    float: left;
    border-left: #007a96 1px solid !important;
    border-bottom: #fff 1px solid !important;
  }
  /* line 1552, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1557, app/assets/stylesheets/custom.scss */
  .down-arrow {
    float: right !important;
    right: 10px !important;
  }
  /* line 1562, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
}

/* ----------- End Galaxy S4, S5 and Note 3 ----------- */
/* ----------- Galaxy S6 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  /* line 1574, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow: unset !important;
    overflow-x: hidden !important;
  }
  /* line 1579, app/assets/stylesheets/custom.scss */
  #main_header {
    position: unset !important;
  }
  /* line 1583, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1588, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 1592, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
  /* line 1606, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1611, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  /* line 1618, app/assets/stylesheets/custom.scss */
  #resources_bar-menu > li {
    width: 100% !important;
    float: left;
    border-left: #007a96 1px solid !important;
    border-bottom: #fff 1px solid !important;
  }
  /* line 1625, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1630, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
}

/* ----------- End Galaxy S6 ----------- */
/* ----------- Samsung Galaxy S20 ----------- */
@media only screen and (min-width: 360px) and (max-height: 800px) and (orientation: portrait) {
  /* line 1640, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    width: 85% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    max-height: 112px !important;
    min-width: 150px !important;
    max-width: inherit !important;
  }
  /* line 1648, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 48px !important;
  }
  /* line 1652, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 65px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

@media screen and (min-width: 360px) and (max-width: 767px) and (orientation: landscape) {
  /* line 1666, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 42px !important;
  }
  /* line 1670, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    width: 46% !important;
    margin: 5px !important;
  }
  /* line 1675, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 130px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* ----------- End Samsung Galaxy S20 ----------- */
/* ----------- Galaxy Tab S7 ----------- */
/* @media only screen
  and (min-width: 1440px)
  and (max-height: 2560px){

    #leadership {
      margin-left: 55px !important;
    }

    ul.leadership-team {
      margin-left: 33px !important;
      margin-right: 15px !important;
    }

    .translated-ltr .page_content {
      padding: 0px !important;
    }

}

@media only screen
  and (min-width: 360px)
  and (max-height: 640px){

    .leadership-team li {
      margin: 5px !important;
      width: 47% !important;
    }

    ul.leadership-team {
      margin-left: 37px !important;
    }

    .members_nav ul li.active:after{
      display: none;
    }
    .pub_article-image .img_responsive .tooltip {
      display: block;
      color: #fff;
      font-family: "PFDINTextStd-Regular", sans-serif;
      font-size: 8px;
      line-height: 8px;
      position: absolute;
      bottom: 10px;
      right: 60px !important;
      text-shadow: 2px 2px 4px #000000;
    }

}*/
/* ----------- End Galaxy Tab S7 ----------- */
/* ----------- Google Pixel ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  /* line 1748, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow: unset !important;
    overflow-x: hidden !important;
  }
  /* line 1753, app/assets/stylesheets/custom.scss */
  #main_header {
    position: unset !important;
  }
  /* line 1757, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1762, app/assets/stylesheets/custom.scss */
  .members_nav ul li.active:after {
    display: none;
  }
  /* line 1766, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* ----------- End Google Pixel ----------- */
/* ----------- Google Pixel XL ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  /* line 1785, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow: unset !important;
    overflow-x: hidden !important;
  }
  /* line 1790, app/assets/stylesheets/custom.scss */
  #main_header {
    position: unset !important;
  }
  /* line 1794, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1799, app/assets/stylesheets/custom.scss */
  .resources_bar-submenu {
    position: relative;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
  }
  /* line 1807, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* ----------- End Google Pixel XL ----------- */
/* ----------- Google Pixel 2 ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 731px) and (device-height: 411px) {
  /* line 1827, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow: unset !important;
    overflow-x: hidden !important;
  }
  /* line 1832, app/assets/stylesheets/custom.scss */
  #main_header {
    position: unset !important;
  }
  /* line 1836, app/assets/stylesheets/custom.scss */
  #resources_bar-menu > li {
    width: 25% !important;
    float: left;
    border-left: #007a96 1px solid !important;
    border-bottom: #fff 1px solid !important;
  }
  /* line 1843, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1848, app/assets/stylesheets/custom.scss */
  .down-arrow {
    float: right !important;
    right: 15px !important;
  }
  /* line 1853, app/assets/stylesheets/custom.scss */
  .resources_bar-submenu {
    position: relative !important;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
  }
  /* line 1861, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* Landscape */
@media screen and (device-width: 731px) and (device-height: 411px) and (orientation: landscape) {
  /* line 1877, app/assets/stylesheets/custom.scss */
  .resources_content #resources_bar-menu > li {
    width: 25% !important;
    float: left;
    border-left: #007a96 1px solid;
    border-bottom: none;
  }
  /* line 1884, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1889, app/assets/stylesheets/custom.scss */
  .resources_bar-submenu {
    position: relative !important;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
  }
  /* line 1897, app/assets/stylesheets/custom.scss */
  #resources_search-wrap {
    padding: 14px 10px 16px 20px;
  }
  /* line 1901, app/assets/stylesheets/custom.scss */
  #explore-search-form input[type="submit"] {
    width: 27px;
  }
}

/* ----------- End Google Pixel 2 ----------- */
/* ----------- Google Pixel 2 XL ----------- */
/* Portrait and Landscape */
@media screen and (device-width: 823px) and (device-height: 411px) {
  /* line 1913, app/assets/stylesheets/custom.scss */
  body.overflow-hidden {
    overflow: unset !important;
    overflow-x: hidden !important;
  }
  /* line 1918, app/assets/stylesheets/custom.scss */
  #main_header {
    position: unset !important;
  }
  /* line 1922, app/assets/stylesheets/custom.scss */
  #resources_bar-menu > li {
    width: 25% !important;
    float: left;
    border-left: #007a96 1px solid;
    border-bottom: none;
  }
  /* line 1929, app/assets/stylesheets/custom.scss */
  #alliance_nav-right h3, #alliance_nav-right .h3 {
    color: #f0534e !important;
    margin-top: 12px !important;
  }
  /* line 1934, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* Landscape */
@media screen and (device-width: 823px) and (device-height: 411px) and (orientation: landscape) {
  /* line 1950, app/assets/stylesheets/custom.scss */
  #results_bar-menu #results_menu-filter {
    background: #fff !important;
    border-bottom: none;
    border-left: none !important;
    padding: 15px 0px 15px 0px !important;
  }
  /* line 1957, app/assets/stylesheets/custom.scss */
  .resources_bar-submenu {
    position: relative !important;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
  }
  /* line 1965, app/assets/stylesheets/custom.scss */
  #resources_search-wrap {
    padding: 14px 10px 16px 20px;
  }
  /* line 1969, app/assets/stylesheets/custom.scss */
  #explore-search-form input[type="submit"] {
    width: 27px;
  }
  /* line 1973, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 130px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* ----------- End Google Pixel 2 XL ----------- */
/* ----- Redmi 8 ------ */
/* Landscape */
@media only screen and (device-width: 851px) and (device-height: 393px) and (orientation: landscape) {
  /* line 1993, app/assets/stylesheets/custom.scss */
  #explore-search-form input[type="submit"] {
    width: 27px;
  }
  /* line 1997, app/assets/stylesheets/custom.scss */
  #resources_search-wrap {
    padding: 16px 10px 18px 20px;
  }
  /* line 2001, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    min-width: 28%;
    max-width: 30%;
    max-height: 40%;
  }
  /* line 2007, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 26px !important;
  }
}

@media only screen and (device-width: 393px) and (device-height: 851px) and (orientation: portrait) {
  /* line 2013, app/assets/stylesheets/custom.scss */
  .down-arrow {
    right: 26px;
  }
}

/* ----- End  Redmi 8 ------ */
/* -------- Iphone 12 pro max ----  */
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  /* line 2022, app/assets/stylesheets/custom.scss */
  .form-class {
    padding: 0px !important;
  }
  /* line 2026, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    min-width: 28%;
    max-width: 30%;
    max-height: 40%;
  }
  /* line 2032, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /* line 2046, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 50px !important;
  }
  /* line 2050, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    width: 90% !important;
  }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  /* line 2056, app/assets/stylesheets/custom.scss */
  .leadership-image {
    height: 290px !important;
  }
  /* line 2060, app/assets/stylesheets/custom.scss */
  #leadership {
    margin-left: 55px !important;
  }
  /* line 2064, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 42px !important;
  }
}

/* -------- End Iphone 12 pro max ----  */
/*Iphone 12 and 12 pro*/
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  /* line 2074, app/assets/stylesheets/custom.scss */
  .form-class {
    padding: 0px !important;
  }
  /* line 2078, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  /* line 2092, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 37px !important;
  }
  /* line 2096, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    width: 47% !important;
  }
}

/*----- End Iphone 12 and 12 pro ---- */
/*Iphone 12 mini*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  /* line 2106, app/assets/stylesheets/custom.scss */
  .form-class {
    padding: 0px !important;
  }
  /* line 2110, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 60px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /* line 2124, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 42px !important;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  /* line 2130, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 37px !important;
  }
  /* line 2134, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    width: 47% !important;
  }
}

/*---- End Iphone 12 mini ------*/
@media only screen and (min-width: 393px) and (max-width: 767px) {
  /* line 2142, app/assets/stylesheets/custom.scss */
  .form-class {
    padding: 2px 0 !important;
  }
  /* line 2146, app/assets/stylesheets/custom.scss */
  .down-arrow {
    right: 15px !important;
  }
  /* line 2150, app/assets/stylesheets/custom.scss */
  img.Member-image.hoverable {
    width: 85% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    max-height: 107px !important;
    min-width: 150px !important;
    max-width: initial !important;
  }
  /* line 2158, app/assets/stylesheets/custom.scss */
  h2.hoverable, .hoverable.h2 {
    font-size: 0.8em !important;
  }
}

@media only screen and (min-width: 393px) and (max-width: 767px) and (orientation: landscape) {
  /* line 2164, app/assets/stylesheets/custom.scss */
  .pub_article-image .img_responsive .tooltip {
    display: block;
    color: #fff;
    font-family: "PFDINTextStd-Regular", sans-serif;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    bottom: 10px;
    right: 115px !important;
    text-shadow: 2px 2px 4px #000000;
  }
}

/* ----- New Css padding on Explore Resources, digital p and our options ------*/
/* line 2178, app/assets/stylesheets/custom.scss */
body.sticky .resources_index {
  padding-top: 0px !important;
}

/* line 2182, app/assets/stylesheets/custom.scss */
body.sticky #digital_payment_page {
  padding-top: 0px !important;
}

/* line 2186, app/assets/stylesheets/custom.scss */
body.sticky .page_share_content {
  top: 0px !important;
}

/* line 2190, app/assets/stylesheets/custom.scss */
.resource_partners_page {
  padding-top: 0px !important;
}

/* line 2194, app/assets/stylesheets/custom.scss */
body.sticky .resource_partners_page {
  padding-top: 0px !important;
}

/* line 2198, app/assets/stylesheets/custom.scss */
body.sticky .page_content_page {
  padding-top: 0px !important;
}

/* line 2206, app/assets/stylesheets/custom.scss */
#goog-gt-tt {
  display: none !important;
}

/* line 2210, app/assets/stylesheets/custom.scss */
.image_fluid {
  width: 100%;
}

/* line 2214, app/assets/stylesheets/custom.scss */
.hero_image_position {
  background-position: top !important;
}

/* line 2218, app/assets/stylesheets/custom.scss */
body.sticky .resources_page_hero {
  margin-top: 0px !important;
}

/* line 2222, app/assets/stylesheets/custom.scss */
.results_margin {
  margin: 15px 0 15px 0;
}

/* CSS for extend functionality*/
/* line 2227, app/assets/stylesheets/custom.scss */
.iframe_close {
  position: relative;
  top: 22%;
  color: #fff;
  z-index: 9999;
  right: 0;
  margin: 0 auto;
  width: 50%;
  display: block;
  text-align: right;
  background: url(/assets/close.png) right 0 no-repeat;
  height: 25px;
  background-size: 25px;
}

/* -----END-----*/
@media screen and (min-device-width: 960px) and (max-device-width: 1280px) {
  /* line 2244, app/assets/stylesheets/custom.scss */
  .leadership-team li {
    width: 24%;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  /* line 2250, app/assets/stylesheets/custom.scss */
  ul.leadership-team {
    margin-left: 21px;
  }
  /* line 2254, app/assets/stylesheets/custom.scss */
  .leadership-image {
    height: 250px;
  }
  /* line 2258, app/assets/stylesheets/custom.scss */
  h2#leadership, #leadership.h2 {
    margin-left: 20px;
  }
  /* line 2262, app/assets/stylesheets/custom.scss */
  .translated-ltr .page_content {
    padding: 0px !important;
  }
}

@media only screen and (min-width: 280px) and (max-width: 719px) {
  /* line 2267, app/assets/stylesheets/custom.scss */
  .featured_pod span.outbound_arrow {
    top: 12px !important;
  }
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
  /* line 2273, app/assets/stylesheets/custom.scss */
  .iframe_close {
    width: 85% !important;
    top: 22% !important;
  }
  /* line 2278, app/assets/stylesheets/custom.scss */
  .overlay > iframe {
    width: 85% !important;
    transform: translate(-50%, 46%) !important;
  }
}

/*general css for tablets*/
/* line 2285, app/assets/stylesheets/custom.scss */
.static-page-show {
  text-align: justify;
  text-justify: inter-word;
}

@media only screen and (min-width: 600px) {
  /* line 2291, app/assets/stylesheets/custom.scss */
  .static-page-show {
    margin-top: 10px !important;
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

/*general css for desktops*/
@media only screen and (min-width: 768px) {
  /* line 2300, app/assets/stylesheets/custom.scss */
  .static-page-show {
    margin-top: 10px !important;
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 960px) {
  /* line 2308, app/assets/stylesheets/custom.scss */
  .static-page-show {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 1020px) {
  /* line 2316, app/assets/stylesheets/custom.scss */
  .static-page-show {
    margin-top: 2rem !important;
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  /* line 2325, app/assets/stylesheets/custom.scss */
  .static-page-show {
    margin-top: 2rem !important;
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  /* line 2333, app/assets/stylesheets/custom.scss */
  .static-page-show {
    margin-top: 2rem !important;
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
}

@media screen and (min-width: 1600px) {
  /* line 2340, app/assets/stylesheets/custom.scss */
  .static-page-show {
    margin-top: 2rem !important;
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
}

@media screen and (min-width: 1900px) {
  /* line 2347, app/assets/stylesheets/custom.scss */
  .static-page-show {
    margin-top: 2rem !important;
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
}

/*------- Rigt Section on Explore Resources -------*/
/* line 2356, app/assets/stylesheets/custom.scss */
.featured_pod.clearfix.inline-block
.featured_thumb
.img_responsive.img_credit
.featured_thumb-image {
  padding-top: 62.5%;
  background-position: center center;
  background-size: cover !important;
}

/* ####### End ####### */
/*------ New css for copyright on search page --------*/
/* line 2369, app/assets/stylesheets/custom.scss */
.results_photo .tooltip {
  position: absolute !important;
  bottom: 10px !important;
  right: 25px !important;
}

/* line 2376, app/assets/stylesheets/custom.scss */
.slide-main {
  height: 500px;
}

/* line 2380, app/assets/stylesheets/custom.scss */
.slide-bottom {
  height: 24.5em;
}

/* line 2384, app/assets/stylesheets/custom.scss */
.blue-gradient-left-to-right {
  height: 100%;
  width: 100%;
  background: #0d4f7e;
  background: linear-gradient(89deg, #160c5a 0%, rgba(255, 255, 255, 0) 66%);
}

/* line 2393, app/assets/stylesheets/custom.scss */
.blue-gradient-bottom-to-top {
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #160c5a 5%, rgba(255, 255, 255, 0) 66%);
  position: relative;
}

/* line 2402, app/assets/stylesheets/custom.scss */
.slide-main-content {
  width: 27.08vw;
  height: 100%;
  padding: 25px 25px 25px 25px;
  position: absolute;
  left: 0;
}

/* line 2411, app/assets/stylesheets/custom.scss */
.slide-main-content .label {
  color: #cc3333;
  font-family: "Torque Web Medium", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 15px;
}

/* line 2419, app/assets/stylesheets/custom.scss */
.slide-main-content .learn-more {
  background: #0d4f7e;
  color: #c8e6c5;
  border: none;
  font-size: 1rem;
  margin-top: 8%;
}

/* line 2426, app/assets/stylesheets/custom.scss */
.slide-main-content .learn-more:hover {
  background: #C8E6C5;
  color: #0d4f7e;
}

/* line 2433, app/assets/stylesheets/custom.scss */
.slide-main-content-right {
  width: 100%;
  padding: 25px 25px 25px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 2440, app/assets/stylesheets/custom.scss */
.slide-main-content-right .label {
  color: #cc3333;
  font-family: "Torque Web Medium", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 15px;
}

/* line 2448, app/assets/stylesheets/custom.scss */
.slide-main-content-right .learn-more {
  background: #0d4f7e;
  color: #c8e6c5;
  border: none;
  font-size: 1rem;
}

/* line 2455, app/assets/stylesheets/custom.scss */
.slide-main-content-bottom {
  width: 100%;
  padding: 25px 25px 25px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 2462, app/assets/stylesheets/custom.scss */
.slide-main-content-bottom .label {
  color: #cc3333;
  font-family: "Torque Web Medium", sans-serif;
  font-weight: 400;
  margin: 0 0 6px 0;
  font-size: 12px;
}

/* line 2470, app/assets/stylesheets/custom.scss */
.slide-main-content-bottom .learn-more {
  background: #0d4f7e;
  color: #c8e6c5;
  border: none;
  font-size: 0.7rem;
  margin-top: 5%;
}

/* line 2477, app/assets/stylesheets/custom.scss */
.slide-main-content-bottom .learn-more:hover {
  background: #C8E6C5;
  color: #0d4f7e;
}

/* line 2484, app/assets/stylesheets/custom.scss */
.goal-payments-content-desc {
  font-family: 'Torque Web Medium', sans-serif;
  color: #160c5a;
  font-size: 16px;
  line-height: 22px;
}

/* line 2491, app/assets/stylesheets/custom.scss */
.dark-blue-bg {
  background: #160c5a;
}

/* line 2495, app/assets/stylesheets/custom.scss */
.bg-blue-faint {
  background: #0d5380;
}

/* line 2499, app/assets/stylesheets/custom.scss */
.bg-red-faint {
  background: #f0534e;
}

/* line 2503, app/assets/stylesheets/custom.scss */
.bg-green-faint {
  background: #00b5b5;
}

/* line 2507, app/assets/stylesheets/custom.scss */
.further-reading-block {
  text-align: center;
}

/* line 2511, app/assets/stylesheets/custom.scss */
.further-reading-block:hover {
  background: #226a99;
}

/* line 2515, app/assets/stylesheets/custom.scss */
.further-reading-block .title {
  font-weight: bold;
  font-size: 1.3rem;
  font-family: "Torque Web Medium", sans-serif;
}

/* line 2521, app/assets/stylesheets/custom.scss */
.further-reading-block .header {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Torque Web Medium", sans-serif;
}

/* line 2527, app/assets/stylesheets/custom.scss */
.text-light-yellow {
  color: #ece4c2;
}

/* line 2531, app/assets/stylesheets/custom.scss */
.capitalize {
  text-transform: uppercase;
}

/* line 2535, app/assets/stylesheets/custom.scss */
.no-underline {
  text-decoration: none;
}

/* line 2539, app/assets/stylesheets/custom.scss */
.text-orange {
  color: #ff3a21 !important;
}

/* line 2543, app/assets/stylesheets/custom.scss */
.text-light-yellow {
  color: #faf2c9 !important;
}

/* line 2547, app/assets/stylesheets/custom.scss */
.feature-header {
  height: 456px;
}

/* line 2551, app/assets/stylesheets/custom.scss */
.font-size-0-8 {
  font-size: 0.8em;
}

/* line 2555, app/assets/stylesheets/custom.scss */
.content_type_sm {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.78px;
  text-align: left;
  font-family: 'Torque Web Medium', sans-serif;
  color: #F0534E;
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: 1%;
  text-shadow: 1px 2px 3px #160c5a;
}

/* line 2576, app/assets/stylesheets/custom.scss */
.page_content h1, .page_content .h1 {
  font-family: "Torque Web Bold", sans-serif !important;
}

/* line 2580, app/assets/stylesheets/custom.scss */
.mySlides {
  text-align: left;
}

/* line 2584, app/assets/stylesheets/custom.scss */
.testimonials-learn-more a {
  background: #0492A2 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 0.8;
  font-size: 0.8em;
  font-family: "Torque Web Medium", sans-serif;
  color: #160C5A;
  padding: 10px 30px;
  text-align: center !important;
}

/* line 2595, app/assets/stylesheets/custom.scss */
.responsible-in-payments-learn-more a {
  border-radius: 6px;
  opacity: 0.8;
  font-size: 0.8em;
  font-family: "Torque Web Medium", sans-serif;
  padding: 10px 30px;
  color: #0492A2;
  background: #E1ECC8 0% 0% no-repeat padding-box;
  text-decoration: none;
}

/* line 2606, app/assets/stylesheets/custom.scss */
.fullHeight {
  height: 100vh;
}

/* line 2611, app/assets/stylesheets/custom.scss */
.hover-payment-tile {
  transition: 0.3s ease-in-out;
  padding: 3% 5%;
  text-align: center;
}

/* line 2617, app/assets/stylesheets/custom.scss */
.hover-payment-tile > .tile-header {
  display: none;
}

/* line 2621, app/assets/stylesheets/custom.scss */
.hover-payment-tile > .tile-link a {
  display: none;
}

/* line 2625, app/assets/stylesheets/custom.scss */
.payment-tiles:hover {
  transition: 0.3s ease-in-out !important;
}

/* line 2629, app/assets/stylesheets/custom.scss */
.hover-payment-tile:hover > .tile-header {
  display: inline;
}

/* line 2633, app/assets/stylesheets/custom.scss */
.hover-payment-tile:hover > .tile-link a {
  display: inline;
  overflow-wrap: break-word;
  font-family: "Torque Web Bold", sans-serif;
}

/* line 2639, app/assets/stylesheets/custom.scss */
.payment-tiles:hover .hover-payment-tile {
  background: #160c5adb;
  color: white;
  cursor: grab;
  transition: 0.3s ease-in-out !important;
}

/* line 2647, app/assets/stylesheets/custom.scss */
.tile-title {
  font-family: "PFDINTextStd-Bold", sans-serif !important;
  font-weight: 400 !important;
  padding: 15px 0 10px 0 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  font-size: 1.4em;
  line-height: 1.2em;
}

/* line 2658, app/assets/stylesheets/custom.scss */
.tile-header {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  font-family: "Torque Web Medium", sans-serif;
}

/* line 2665, app/assets/stylesheets/custom.scss */
.tile-link a {
  font-family: "Torque Web Bold", sans-serif;
  margin: 0 0 20px 0;
  font-size: 1vw;
  color: #ffffff;
  width: 100%;
}

/* line 2673, app/assets/stylesheets/custom.scss */
.link-out-link > img {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-bottom: 1px;
  margin-left: 5px;
}

/* line 2681, app/assets/stylesheets/custom.scss */
.wrapper_part1 {
  padding: 2rem 2rem 1rem 2rem !important;
}

/* line 2685, app/assets/stylesheets/custom.scss */
.wrapper_part2 {
  padding: 2rem 2rem 1rem 2rem !important;
}

/* line 2689, app/assets/stylesheets/custom.scss */
.wrapper_part2 h2, .wrapper_part2 .h2,
.define-wrapper h2,
.define-wrapper .h2 {
  font-size: 23px !important;
}

/* line 2694, app/assets/stylesheets/custom.scss */
.payment-tiles {
  position: relative;
  width: 100%;
}

/* line 2699, app/assets/stylesheets/custom.scss */
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

/* line 2708, app/assets/stylesheets/custom.scss */
.hover-payment-tile {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* line 2719, app/assets/stylesheets/custom.scss */
.payment-tiles:hover .image {
  opacity: 0.3;
}

/* line 2723, app/assets/stylesheets/custom.scss */
.payment-tiles:hover .hover-payment-tile {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/* line 2729, app/assets/stylesheets/custom.scss */
.tile-header-top {
  font-family: "Torque Web Bold", sans-serif;
  font-size: 1.7rem;
  line-height: 1.9rem;
  text-align: left;
}

/* line 2736, app/assets/stylesheets/custom.scss */
.tile-header-number {
  font-size: 5rem;
  line-height: 5rem;
  font-family: "Torque Web Medium", sans-serif;
}

/* line 2747, app/assets/stylesheets/custom.scss */
.home-btn-digital-payments {
  display: block;
  text-align: center;
  font-family: "Torque Web Medium", sans-serif;
  font-size: 1em;
  line-height: 20px;
  margin: 20px auto 0 auto;
  text-decoration: none;
  background: #f2efc8;
  color: #097190;
  padding: 20px 40px 20px 40px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  /* line 2765, app/assets/stylesheets/custom.scss */
  .home-btn-digital-payments {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    font-size: 15px;
  }
  /* line 2772, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .title, .slide-main-content-bottom .title {
    font-size: 16px;
    line-height: 18px;
  }
  /* line 2782, app/assets/stylesheets/custom.scss */
  .tile-header-top {
    font-family: "Torque Web Bold", sans-serif;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: left;
  }
  /* line 2789, app/assets/stylesheets/custom.scss */
  .tile-header-number {
    font-size: 3rem;
    line-height: 3rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 2795, app/assets/stylesheets/custom.scss */
  .border-faint-blue {
    border: 0px;
  }
  /* line 2799, app/assets/stylesheets/custom.scss */
  .why-hero-img {
    margin-top: 0%;
    width: auto;
  }
  /* line 2804, app/assets/stylesheets/custom.scss */
  .benefits_digital li img {
    width: 70%;
  }
  /* line 2808, app/assets/stylesheets/custom.scss */
  .digital-block-link {
    padding-right: 0px;
  }
  /* line 2812, app/assets/stylesheets/custom.scss */
  .tile-header {
    font-size: 1rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 2817, app/assets/stylesheets/custom.scss */
  .tile-link a {
    font-size: 1.2rem;
    font-family: "Torque Web Bold", sans-serif;
  }
  /* line 2822, app/assets/stylesheets/custom.scss */
  .hover-payment-tile {
    padding: 5% 5%;
  }
  /* line 2826, app/assets/stylesheets/custom.scss */
  .payment-tiles:hover .hover-payment-tile {
    background: #160c5adb;
    color: white;
    cursor: grab;
    transition: 0.3s ease-in-out !important;
  }
  /* line 2834, app/assets/stylesheets/custom.scss */
  .digital-block-description {
    display: none;
  }
  /* line 2838, app/assets/stylesheets/custom.scss */
  .fullWidth {
    width: 100% !important;
  }
  /* line 2842, app/assets/stylesheets/custom.scss */
  .stats-icons {
    width: 65% !important;
  }
  /* line 2846, app/assets/stylesheets/custom.scss */
  #site_nav {
    padding: 0 0 0 0;
    height: 85vh;
  }
  /* line 2851, app/assets/stylesheets/custom.scss */
  .container-btca {
    margin: 0px;
  }
  /* line 2855, app/assets/stylesheets/custom.scss */
  #home_examples {
    padding: 0 0 0 0;
  }
  /* line 2863, app/assets/stylesheets/custom.scss */
  .btn-fullwidth {
    width: 100%;
  }
  /* line 2867, app/assets/stylesheets/custom.scss */
  .digital-block {
    padding: 8px 0px 0px 0px;
  }
  /* line 2871, app/assets/stylesheets/custom.scss */
  .mySlides {
    text-align: left;
    padding: 50px 0px 50px 0px;
  }
  /* line 2882, app/assets/stylesheets/custom.scss */
  .testimonials-author {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-left: 5px;
  }
  /* line 2888, app/assets/stylesheets/custom.scss */
  .feature-header {
    height: 300px;
  }
  /* line 2892, app/assets/stylesheets/custom.scss */
  .hide-on-mobile {
    display: none !important;
  }
  /* line 2896, app/assets/stylesheets/custom.scss */
  .show-only-on-mobile {
    display: block !important;
  }
  /* line 2900, app/assets/stylesheets/custom.scss */
  .p-sm-1 {
    padding: 1rem !important;
  }
  /* line 2904, app/assets/stylesheets/custom.scss */
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  /* line 2908, app/assets/stylesheets/custom.scss */
  .pb-sm-1-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 2912, app/assets/stylesheets/custom.scss */
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  /* line 2916, app/assets/stylesheets/custom.scss */
  .blue-gradient-left-to-right {
    height: 100%;
    width: 100%;
    background: linear-gradient(89deg, #160c5a 0%, rgba(255, 255, 255, 0) 66%);
    position: relative;
  }
  /* line 2925, app/assets/stylesheets/custom.scss */
  .blue-gradient-bottom-to-top {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #160c5a 5%, rgba(255, 255, 255, 0) 66%);
    position: relative;
  }
  /* line 2935, app/assets/stylesheets/custom.scss */
  .slide-main {
    height: 300px;
    margin-bottom: 20px;
  }
  /* line 2940, app/assets/stylesheets/custom.scss */
  .slide-main-content {
    width: 27.08vw;
    height: 100%;
    padding: 25px 25px 25px 25px;
    position: absolute;
    left: 0;
  }
  /* line 2949, app/assets/stylesheets/custom.scss */
  .slide-main-content .label {
    color: #cc3333;
    font-family: "Torque Web Medium", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 15px;
  }
  /* line 2957, app/assets/stylesheets/custom.scss */
  .slide-main-content-right {
    width: 100%;
    padding: 25px 25px 25px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 2964, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .label {
    color: #cc3333;
    font-family: "Torque Web Medium", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 15px;
  }
  /* line 2972, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.7rem;
    margin-top: 5%;
  }
  /* line 2979, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more:hover {
    background: #C8E6C5;
    color: #0d4f7e;
  }
  /* line 2985, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.7rem;
  }
  /* line 2991, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .learn-more:hover {
    background: #C8E6C5;
    color: #0d4f7e;
  }
  /* line 2997, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.7rem;
    padding: 8px 10px 8px 10px;
    margin-top: 2%;
  }
  /* line 3005, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .learn-more:hover {
    background: #C8E6C5;
    color: #0d4f7e;
  }
  /* line 3011, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom {
    width: 100%;
    padding: 25px 25px 25px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 3018, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .label {
    color: #cc3333;
    font-family: "Torque Web Medium", sans-serif;
    font-weight: 400;
    margin: 0 0 6px 0;
    font-size: 12px;
  }
  /* line 3026, app/assets/stylesheets/custom.scss */
  #alliance_nav-holder {
    margin: 14px 0 0 10px;
  }
  /* line 3030, app/assets/stylesheets/custom.scss */
  #alliance_nav {
    margin-left: 10px;
  }
  /* line 3035, app/assets/stylesheets/custom.scss */
  .stat-title {
    font-family: 'Torque Web Bold', sans-serif;
    font-size: 60px;
    line-height: 50px;
  }
  /* line 3041, app/assets/stylesheets/custom.scss */
  .stat-description {
    font-size: 24px;
    line-height: 27px;
    font-family: 'Torque Web Medium', sans-serif;
  }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
  /* line 3052, app/assets/stylesheets/custom.scss */
  .tile-header-top {
    font-family: "Torque Web Bold", sans-serif;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: left;
  }
  /* line 3059, app/assets/stylesheets/custom.scss */
  .tile-header-number {
    font-size: 3rem;
    line-height: 3rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 3066, app/assets/stylesheets/custom.scss */
  .border-faint-blue {
    border: 0px;
  }
  /* line 3070, app/assets/stylesheets/custom.scss */
  .why-hero-img {
    margin-top: 0%;
    width: auto;
  }
  /* line 3075, app/assets/stylesheets/custom.scss */
  .benefits_digital li img {
    width: 70%;
  }
  /* line 3079, app/assets/stylesheets/custom.scss */
  .digital-block-link {
    padding-right: 0px;
  }
  /* line 3083, app/assets/stylesheets/custom.scss */
  .tile-header {
    font-size: 1rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 3088, app/assets/stylesheets/custom.scss */
  .tile-link a {
    font-size: 1.2rem;
    font-family: "Torque Web Bold", sans-serif;
  }
  /* line 3093, app/assets/stylesheets/custom.scss */
  .hide-on-mobile {
    display: none !important;
  }
  /* line 3097, app/assets/stylesheets/custom.scss */
  .hover-payment-tile {
    padding: 5% 5%;
  }
  /* line 3101, app/assets/stylesheets/custom.scss */
  .payment-tiles:hover .hover-payment-tile {
    background: #160c5adb;
    color: white;
    cursor: grab;
    transition: 0.3s ease-in-out !important;
  }
  /* line 3109, app/assets/stylesheets/custom.scss */
  .fullWidth {
    width: 100% !important;
  }
  /* line 3113, app/assets/stylesheets/custom.scss */
  #site_nav {
    padding: 0 0 0 0;
    height: 90vh;
  }
  /* line 3118, app/assets/stylesheets/custom.scss */
  .container-btca {
    margin: 0px;
  }
  /* line 3122, app/assets/stylesheets/custom.scss */
  #home_examples {
    padding: 0 0 0 0;
  }
  /* line 3130, app/assets/stylesheets/custom.scss */
  .btn-fullwidth {
    width: 100%;
  }
  /* line 3134, app/assets/stylesheets/custom.scss */
  #main_nav > li > a {
    width: 90%;
    color: #e1f9fa;
  }
  /* line 3139, app/assets/stylesheets/custom.scss */
  .mySlides {
    text-align: left;
    padding: 50px 32px 50px 32px;
  }
  /* line 3150, app/assets/stylesheets/custom.scss */
  .testimonials-author {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-left: 5px;
  }
  /* line 3156, app/assets/stylesheets/custom.scss */
  #alliance_nav {
    margin: 35px 0 0 -140px;
  }
  /* line 3160, app/assets/stylesheets/custom.scss */
  .feature-header {
    height: 370px;
  }
  /* line 3164, app/assets/stylesheets/custom.scss */
  .hide-on-non-mobile {
    display: none !important;
  }
  /* line 3168, app/assets/stylesheets/custom.scss */
  .show-only-on-mobile {
    display: block !important;
  }
  /* line 3172, app/assets/stylesheets/custom.scss */
  .nav-mobile {
    display: -webkit-box;
  }
  /* line 3176, app/assets/stylesheets/custom.scss */
  .digital-payments-blocks-row {
    width: 100%;
    padding: 0;
  }
  /* line 3181, app/assets/stylesheets/custom.scss */
  .digital-block-description {
    display: none;
  }
  /* line 3185, app/assets/stylesheets/custom.scss */
  .p-sm-1 {
    padding: 1.5rem !important;
  }
  /* line 3189, app/assets/stylesheets/custom.scss */
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  /* line 3193, app/assets/stylesheets/custom.scss */
  .pb-sm-1-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 3197, app/assets/stylesheets/custom.scss */
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  /* line 3201, app/assets/stylesheets/custom.scss */
  .blue-gradient-left-to-right {
    height: 100%;
    width: 100%;
    background: linear-gradient(89deg, #160c5a 0%, rgba(255, 255, 255, 0) 66%);
    position: relative;
  }
  /* line 3210, app/assets/stylesheets/custom.scss */
  .blue-gradient-bottom-to-top {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #160c5a 5%, rgba(255, 255, 255, 0) 66%);
    position: relative;
  }
  /* line 3220, app/assets/stylesheets/custom.scss */
  .slide-main {
    height: 300px;
    margin-bottom: 20px;
  }
  /* line 3225, app/assets/stylesheets/custom.scss */
  .slide-main-content {
    width: 27.08vw;
    height: 100%;
    padding: 25px 25px 25px 25px;
    position: absolute;
    left: 0;
  }
  /* line 3234, app/assets/stylesheets/custom.scss */
  .slide-main-content .label {
    color: #cc3333;
    font-family: "Torque Web Medium", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 15px;
  }
  /* line 3242, app/assets/stylesheets/custom.scss */
  .slide-main-content-right {
    width: 100%;
    padding: 25px 25px 25px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 3249, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .label {
    color: #cc3333;
    font-family: "Torque Web Medium", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 15px;
  }
  /* line 3258, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.7rem;
  }
  /* line 3265, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.7rem;
    margin-top: 8%;
  }
  /* line 3272, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more:hover {
    background: #C8E6C5;
    color: #0d4f7e;
  }
  /* line 3279, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.7rem;
    padding: 10px;
  }
  /* line 3286, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .learn-more:hover {
    background: #C8E6C5;
    color: #0d4f7e;
  }
  /* line 3293, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom {
    width: 100%;
    padding: 25px 25px 25px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 3300, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .label {
    color: #cc3333;
    font-family: "Torque Web Medium", sans-serif;
    font-weight: 400;
    margin: 0 0 6px 0;
    font-size: 12px;
  }
  /* line 3308, app/assets/stylesheets/custom.scss */
  .plus-minus-toggle {
    top: 15px !important;
    left: 10px !important;
  }
  /* line 3313, app/assets/stylesheets/custom.scss */
  .stat-title {
    font-family: 'Torque Web Bold', sans-serif;
    font-size: 60px;
    line-height: 50px;
  }
  /* line 3319, app/assets/stylesheets/custom.scss */
  .stat-description {
    font-size: 24px;
    line-height: 27px;
    font-family: 'Torque Web Medium', sans-serif;
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) {
  /* line 3329, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .title, .slide-main-content-bottom .title {
    font-size: 13px;
    line-height: 16px;
  }
  /* line 3334, app/assets/stylesheets/custom.scss */
  .slide-main-content .title {
    font-size: 20px;
    width: 25.6vw;
  }
  /* line 3339, app/assets/stylesheets/custom.scss */
  .tile-header-top {
    font-family: "Torque Web Bold", sans-serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: left;
    padding-top: 0px;
  }
  /* line 3347, app/assets/stylesheets/custom.scss */
  .tile-header-number {
    font-size: 3rem;
    line-height: 3rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 3354, app/assets/stylesheets/custom.scss */
  .border-faint-blue {
    border: 0px;
  }
  /* line 3358, app/assets/stylesheets/custom.scss */
  .why-hero-img {
    margin-top: 0%;
    width: auto;
  }
  /* line 3363, app/assets/stylesheets/custom.scss */
  .benefits_digital li img {
    width: 100%;
  }
  /* line 3367, app/assets/stylesheets/custom.scss */
  .tile-header {
    font-size: 1rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 3372, app/assets/stylesheets/custom.scss */
  .tile-link a {
    font-size: 1rem;
    font-family: "Torque Web Bold", sans-serif;
  }
  /* line 3377, app/assets/stylesheets/custom.scss */
  .link-out-link > img {
    height: 12px;
    width: 12px;
  }
  /* line 3382, app/assets/stylesheets/custom.scss */
  .digital-block-header {
    color: #f0534e !important;
    font-family: "Torque Web Bold", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
  }
  /* line 3391, app/assets/stylesheets/custom.scss */
  .stats-icons {
    height: 6rem !important;
    width: 6rem !important;
  }
  /* line 3401, app/assets/stylesheets/custom.scss */
  #main_nav > li > a {
    width: 90%;
  }
  /* line 3405, app/assets/stylesheets/custom.scss */
  .digital-block {
    padding: 25px 25px 25px 25px;
  }
  /* line 3409, app/assets/stylesheets/custom.scss */
  .testimonials-author {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-left: 15px;
  }
  /* line 3415, app/assets/stylesheets/custom.scss */
  #alliance_nav {
    margin: 14px 0 0 10px;
  }
  /* line 3420, app/assets/stylesheets/custom.scss */
  .plus-minus-toggle {
    top: 15px !important;
    left: 10px !important;
  }
  /* line 3425, app/assets/stylesheets/custom.scss */
  .digital-payments-blocks-row {
    width: 100%;
    padding: 0;
  }
  /* line 3430, app/assets/stylesheets/custom.scss */
  .nav-mobile {
    display: -webkit-box;
  }
  /* line 3434, app/assets/stylesheets/custom.scss */
  .hide-on-non-mobile {
    display: none !important;
  }
  /* line 3438, app/assets/stylesheets/custom.scss */
  .show-only-on-mobile {
    display: none !important;
  }
  /* line 3452, app/assets/stylesheets/custom.scss */
  .p-sm-1 {
    padding: 1.5rem !important;
  }
  /* line 3456, app/assets/stylesheets/custom.scss */
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  /* line 3460, app/assets/stylesheets/custom.scss */
  .pb-sm-1-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 3464, app/assets/stylesheets/custom.scss */
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  /* line 3468, app/assets/stylesheets/custom.scss */
  .blue-gradient-left-to-right {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #160c5a 0%, rgba(255, 255, 255, 0) 66%);
    position: relative;
  }
  /* line 3475, app/assets/stylesheets/custom.scss */
  .blue-gradient-bottom-to-top {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #160c5a 17%, rgba(255, 255, 255, 0) 75%);
    position: relative;
  }
  /* line 3482, app/assets/stylesheets/custom.scss */
  .slide-main {
    height: 320px;
    margin-bottom: 20px;
  }
  /* line 3487, app/assets/stylesheets/custom.scss */
  .slide-bottom {
    height: 220px;
  }
  /* line 3491, app/assets/stylesheets/custom.scss */
  .slide-main-content {
    width: 27.08vw;
    height: 100%;
    padding: 25px 25px 25px 25px;
    position: absolute;
    left: 0;
  }
  /* line 3500, app/assets/stylesheets/custom.scss */
  .slide-main-content .label {
    color: #cc3333;
    font-family: "Torque Web Medium", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 0.7em;
  }
  /* line 3508, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.7rem;
    margin-top: 5%;
  }
  /* line 3515, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more:hover {
    background: #C8E6C5;
    color: #0d4f7e;
  }
  /* line 3522, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.7rem;
    margin-top: 3%;
  }
  /* line 3529, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .learn-more:hover {
    background: #C8E6C5;
    color: #0d4f7e;
  }
  /* line 3536, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.7rem;
    margin-top: 3%;
  }
  /* line 3544, app/assets/stylesheets/custom.scss */
  .slide-main-content-right {
    width: 100%;
    padding: 25px 25px 25px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 3552, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .label {
    color: #cc3333;
    font-family: "Torque Web Medium", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 0.7em;
  }
  /* line 3560, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom {
    width: 100%;
    padding: 25px 25px 25px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 3568, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .label {
    color: #cc3333;
    font-family: "Torque Web Medium", sans-serif;
    font-weight: 400;
    margin: 0 0 6px 0;
    font-size: 0.7em;
  }
  /* line 3576, app/assets/stylesheets/custom.scss */
  .stat-title {
    font-family: 'Torque Web Ultra', sans-serif;
    font-size: 4em;
    line-height: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
  /* line 3584, app/assets/stylesheets/custom.scss */
  .stat-description {
    font-size: 1.2em;
    line-height: 1em;
    font-family: 'Torque Web Medium', sans-serif;
  }
  /* line 3590, app/assets/stylesheets/custom.scss */
  .goal-payments-content-learn-more a {
    font-size: 0.8em;
    font-family: "Torque Web Medium", sans-serif;
    color: #160C5A;
    text-align: center;
  }
  /* line 3597, app/assets/stylesheets/custom.scss */
  .benefits-digital-content-learn-more a {
    font-size: 0.8em;
    font-family: "Torque Web Medium", sans-serif;
    color: #0492A2;
    text-align: center !important;
  }
  /* line 3604, app/assets/stylesheets/custom.scss */
  .page_content div.label {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.96px;
    text-align: left;
    font-family: 'Torque Web Medium', sans-serif;
    color: #F0534E;
    opacity: 1;
    margin-bottom: 0px;
  }
  /* line 3615, app/assets/stylesheets/custom.scss */
  .author {
    padding: 5rem 0rem 5rem 0rem;
    font-size: 1.5em;
    line-height: 1.2em;
    padding-left: 75px;
  }
}

@media (min-width: 1024px) {
  /* line 3625, app/assets/stylesheets/custom.scss */
  .about-menu {
    width: auto !important;
    max-width: 175px !important;
  }
  /* line 3631, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .title, .slide-main-content-bottom .title {
    font-size: 16px;
    line-height: 18px;
  }
  /* line 3636, app/assets/stylesheets/custom.scss */
  .slide-main-content .title {
    font-size: 22px;
    width: 25.6vw;
  }
  /* line 3641, app/assets/stylesheets/custom.scss */
  .tile-header-top {
    font-family: "Torque Web Bold", sans-serif;
    font-size: 1.5rem;
    line-height: 1.7rem;
    text-align: left;
    padding-left: 5px;
  }
  /* line 3649, app/assets/stylesheets/custom.scss */
  .tile-header-number {
    font-size: 5rem;
    line-height: 5rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 3655, app/assets/stylesheets/custom.scss */
  .border-faint-blue {
    border-right: solid;
    border-width: 2px;
    border-color: #61BDB7 !important;
  }
  /* line 3661, app/assets/stylesheets/custom.scss */
  .tile-header {
    font-size: 1rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 3666, app/assets/stylesheets/custom.scss */
  .tile-link a {
    font-size: 1.2rem;
    font-family: "Torque Web Bold", sans-serif;
  }
  /* line 3671, app/assets/stylesheets/custom.scss */
  .why-hero-img {
    margin-top: 30%;
    width: 95%;
  }
  /* line 3676, app/assets/stylesheets/custom.scss */
  .wrapper_part2 {
    padding: 3rem 10rem 3rem 10rem !important;
  }
  /* line 3680, app/assets/stylesheets/custom.scss */
  .digital-block-header {
    color: #f0534e !important;
    font-family: "Torque Web Bold", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
  }
  /* line 3689, app/assets/stylesheets/custom.scss */
  #main_nav {
    padding: 50px 0 0 15px;
  }
  /* line 3693, app/assets/stylesheets/custom.scss */
  #main_nav > li > a {
    width: 100%;
    font-size: 15px;
    line-height: 16px;
  }
  /* line 3699, app/assets/stylesheets/custom.scss */
  .stats-icons {
    height: 7rem !important;
    width: 7rem !important;
  }
  /* line 3708, app/assets/stylesheets/custom.scss */
  .show-only-on-mobile {
    display: none !important;
  }
  /* line 3712, app/assets/stylesheets/custom.scss */
  .testimonials-author {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-left: 75px;
  }
  /* line 3718, app/assets/stylesheets/custom.scss */
  .footer_top, .footer_bottom, .furtherreading-pods, .footer_bottom {
    max-width: 1600px !important;
  }
  /* line 3722, app/assets/stylesheets/custom.scss */
  #alliance_nav {
    margin: 0 0 0 0;
  }
  /* line 3726, app/assets/stylesheets/custom.scss */
  .pt-lg-4 {
    padding-top: 0.6rem !important;
  }
  /* line 3730, app/assets/stylesheets/custom.scss */
  #home_examples {
    padding: 15px 0 0 0;
  }
  /* line 3734, app/assets/stylesheets/custom.scss */
  #main_nav > li {
    width: auto;
  }
  /* line 3738, app/assets/stylesheets/custom.scss */
  .p-alliance-text {
    width: 75%;
    text-align: center;
    margin: 0 auto;
  }
  /* line 3744, app/assets/stylesheets/custom.scss */
  .digital-block {
    padding: 25px 25px 25px 25px;
  }
  /* line 3748, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.6rem;
    margin-top: 8%;
  }
  /* line 3755, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more:hover {
    background: #C8E6C5;
    color: #0d4f7e;
  }
  /* line 3761, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.6rem;
    margin-top: 3%;
  }
  /* line 3768, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .learn-more:hover {
    background: #C8E6C5;
    color: #0d4f7e;
  }
  /* line 3775, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .learn-more {
    background: #0d4f7e;
    color: #c8e6c5;
    border: none;
    font-size: 0.6rem;
    margin-top: 3%;
  }
  /* line 3782, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .learn-more:hover {
    background: #C8E6C5;
    color: #0d4f7e;
  }
}

/* Media Queries for medium  screens */
@media (min-width: 1200px) {
  /* line 3794, app/assets/stylesheets/custom.scss */
  .about-menu {
    width: auto !important;
    max-width: 230px !important;
  }
  /* line 3800, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .title, .slide-main-content-bottom .title {
    font-size: 22px;
    line-height: 26px;
  }
  /* line 3806, app/assets/stylesheets/custom.scss */
  .slide-main-content .title {
    font-size: 32px;
    width: 25.6vw;
  }
  /* line 3811, app/assets/stylesheets/custom.scss */
  .tile-header-top {
    font-family: "Torque Web Bold", sans-serif;
    font-size: 1.7rem;
    line-height: 1.9rem;
    text-align: left;
    padding-left: 0px;
  }
  /* line 3820, app/assets/stylesheets/custom.scss */
  .tile-header-number {
    font-size: 5rem;
    line-height: 5rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 3826, app/assets/stylesheets/custom.scss */
  .border-faint-blue {
    border-right: solid;
    border-width: 2px;
    border-color: #61BDB7 !important;
  }
  /* line 3832, app/assets/stylesheets/custom.scss */
  .tile-header {
    font-size: 1rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 3837, app/assets/stylesheets/custom.scss */
  .tile-link a {
    font-size: 1.2rem;
    font-family: "Torque Web Bold", sans-serif;
  }
  /* line 3842, app/assets/stylesheets/custom.scss */
  .why-hero-img {
    margin-top: 30%;
    width: 95%;
  }
  /* line 3847, app/assets/stylesheets/custom.scss */
  .wrapper_part2 {
    padding: 3rem 10rem 3rem 10rem !important;
  }
  /* line 3851, app/assets/stylesheets/custom.scss */
  .digital-block-header {
    color: #f0534e !important;
    font-family: "Torque Web Bold", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
  }
  /* line 3860, app/assets/stylesheets/custom.scss */
  #main_nav > li > a {
    width: 100%;
    font-size: 20px;
    line-height: 18px;
  }
  /* line 3866, app/assets/stylesheets/custom.scss */
  .stats-icons {
    height: 7rem !important;
    width: 7rem !important;
  }
  /* line 3875, app/assets/stylesheets/custom.scss */
  .testimonials-author {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-left: 75px;
  }
  /* line 3881, app/assets/stylesheets/custom.scss */
  #alliance_nav {
    margin: 0 0 0 0;
  }
  /* line 3885, app/assets/stylesheets/custom.scss */
  #alliance_nav-columns {
    min-height: 382px;
    overflow: hidden;
  }
  /* line 3890, app/assets/stylesheets/custom.scss */
  .feature-header {
    height: 474px;
    width: 90%;
    margin: 0 auto;
  }
  /* line 3896, app/assets/stylesheets/custom.scss */
  .hide-on-non-mobile {
    display: none !important;
  }
  /* line 3900, app/assets/stylesheets/custom.scss */
  .show-only-on-mobile {
    display: none !important;
  }
  /* line 3904, app/assets/stylesheets/custom.scss */
  .p-sm-1 {
    padding: 1.5rem !important;
  }
  /* line 3908, app/assets/stylesheets/custom.scss */
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  /* line 3912, app/assets/stylesheets/custom.scss */
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  /* line 3916, app/assets/stylesheets/custom.scss */
  .pb-sm-1-5 {
    padding-bottom: 1.5rem !important;
  }
  /* line 3920, app/assets/stylesheets/custom.scss */
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  /* line 3923, app/assets/stylesheets/custom.scss */
  pt-lg-4 {
    padding-top: 4rem;
  }
  /* line 3927, app/assets/stylesheets/custom.scss */
  .slide-bottom {
    height: 18.5em;
  }
  /* line 3931, app/assets/stylesheets/custom.scss */
  .blue-gradient-bottom-to-top {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #160c5a 17%, rgba(255, 255, 255, 0) 56%);
    position: relative;
  }
  /* line 3940, app/assets/stylesheets/custom.scss */
  .digital-block {
    padding: 25px 25px 25px 25px;
  }
}

/* Media Queri
es for large screens*/
@media (min-width: 1366px) {
  /* line 3953, app/assets/stylesheets/custom.scss */
  .about-menu {
    width: auto !important;
    max-width: 230px !important;
  }
  /* line 3959, app/assets/stylesheets/custom.scss */
  .tile-header-top {
    font-family: "Torque Web Bold", sans-serif;
    font-size: 1.7rem;
    line-height: 1.9rem;
    text-align: left;
  }
  /* line 3966, app/assets/stylesheets/custom.scss */
  .tile-header-number {
    font-size: 5rem;
    line-height: 5rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 3972, app/assets/stylesheets/custom.scss */
  .border-faint-blue {
    border-right: solid;
    border-width: 2px;
    border-color: #61BDB7 !important;
  }
  /* line 3978, app/assets/stylesheets/custom.scss */
  .tile-header {
    font-size: 1rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 3983, app/assets/stylesheets/custom.scss */
  .tile-link a {
    font-size: 1.2rem;
    font-family: "Torque Web Bold", sans-serif;
  }
  /* line 3988, app/assets/stylesheets/custom.scss */
  .why-hero-img {
    margin-top: 30%;
    width: 95%;
  }
  /* line 3993, app/assets/stylesheets/custom.scss */
  .wrapper_part2 {
    padding: 3rem 10rem 3rem 10rem !important;
  }
  /* line 3997, app/assets/stylesheets/custom.scss */
  .digital-block-header {
    color: #f0534e !important;
    font-family: "Torque Web Bold", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
  }
  /* line 4008, app/assets/stylesheets/custom.scss */
  .stats-icons {
    height: 7rem !important;
    width: 7rem !important;
  }
  /* line 4017, app/assets/stylesheets/custom.scss */
  .testimonials-author {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-left: 75px;
  }
  /* line 4023, app/assets/stylesheets/custom.scss */
  .footer_top, .footer_bottom, .furtherreading-pods, .footer_bottom {
    max-width: 1600px !important;
  }
  /* line 4027, app/assets/stylesheets/custom.scss */
  .furtherreading-pod {
    max-width: 335px;
  }
  /* line 4031, app/assets/stylesheets/custom.scss */
  #alliance_nav {
    margin: 0 0 0 0;
  }
  /* line 4035, app/assets/stylesheets/custom.scss */
  .show-only-on-mobile {
    display: none !important;
  }
  /* line 4039, app/assets/stylesheets/custom.scss */
  .slide-main {
    height: 25em;
  }
  /* line 4043, app/assets/stylesheets/custom.scss */
  .slide-bottom {
    height: 18.5em;
  }
  /* line 4047, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .learn-more {
    font-size: 12px;
    padding: 9px 15px;
  }
  /* line 4052, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .learn-more {
    font-size: 12px;
    padding: 9px 15px;
  }
  /* line 4057, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more {
    font-size: 12px;
    margin-top: 5%;
    padding: 9px 15px;
  }
  /* line 4063, app/assets/stylesheets/custom.scss */
  .page_content div.label {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.96px;
    text-align: left;
    font-family: 'Torque Web Medium', sans-serif;
    color: #F0534E;
    opacity: 1;
    margin-bottom: 0px;
  }
  /* line 4079, app/assets/stylesheets/custom.scss */
  #home_intro-content p {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 4084, app/assets/stylesheets/custom.scss */
  .stat-title {
    font-family: 'Torque Web Ultra', sans-serif;
    font-size: 76px;
    line-height: 50px;
  }
  /* line 4090, app/assets/stylesheets/custom.scss */
  .stat-description {
    font-size: 24px;
    line-height: 27px;
    font-family: 'Torque Web Medium', sans-serif;
  }
  /* line 4096, app/assets/stylesheets/custom.scss */
  #home_intro-content a.home_intro-link {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 17px 35px 15px 35px;
  }
  /* line 4102, app/assets/stylesheets/custom.scss */
  .goal-payments-content-desc {
    font-family: 'Torque Web Medium', sans-serif;
    color: #160c5a;
    font-size: 16px;
    line-height: 22px;
  }
  /* line 4109, app/assets/stylesheets/custom.scss */
  .goal-payments-content-learn-more a {
    padding: 10px 65px;
    font-size: 1.5em;
    font-family: "Torque Web Medium", sans-serif;
    color: #160C5A;
    text-align: center;
  }
  /* line 4117, app/assets/stylesheets/custom.scss */
  .benefits-digital-content-learn-more a {
    font-size: 0.8em;
    font-family: "Torque Web Medium", sans-serif;
    color: #0492A2;
    text-align: center !important;
  }
  /* line 4124, app/assets/stylesheets/custom.scss */
  .mySlidesContainer q {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  /* line 4130, app/assets/stylesheets/custom.scss */
  .p-alliance-text {
    width: 56%;
    text-align: center;
    margin: 0 auto;
  }
  /* line 4136, app/assets/stylesheets/custom.scss */
  #home_intro-content a.home_intro-link {
    font-size: 1em;
    line-height: 1em;
  }
  /* line 4141, app/assets/stylesheets/custom.scss */
  .goal-payments-content-learn-more a {
    padding: 10px 30px;
    font-size: 0.8em;
    font-family: "Torque Web Medium", sans-serif;
    color: #160C5A;
    text-align: center;
  }
  /* line 4149, app/assets/stylesheets/custom.scss */
  .benefits-digital-content-learn-more a {
    font-size: 0.8em;
    font-family: "Torque Web Medium", sans-serif;
    color: #0492A2;
    text-align: center !important;
  }
  /* line 4156, app/assets/stylesheets/custom.scss */
  .pt-lg-4 {
    padding-top: 0.6rem !important;
  }
  /* line 4160, app/assets/stylesheets/custom.scss */
  #main_nav > li {
    width: auto;
  }
  /* line 4164, app/assets/stylesheets/custom.scss */
  .blue-gradient-bottom-to-top {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #160c5a 17%, rgba(255, 255, 255, 0) 56%);
    position: relative;
  }
  /* line 4173, app/assets/stylesheets/custom.scss */
  .digital-block {
    padding: 25px 25px 25px 25px;
  }
}

/* Media Queries for extra large screens */
@media (min-width: 1920px) {
  /* line 4185, app/assets/stylesheets/custom.scss */
  .about-menu {
    width: auto !important;
    max-width: 230px !important;
  }
  /* line 4191, app/assets/stylesheets/custom.scss */
  .tile-header-top {
    font-family: "Torque Web Bold", sans-serif;
    font-size: 1.7rem;
    line-height: 1.9rem;
    text-align: left;
  }
  /* line 4198, app/assets/stylesheets/custom.scss */
  .tile-header-number {
    font-size: 5rem;
    line-height: 5rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 4204, app/assets/stylesheets/custom.scss */
  .border-faint-blue {
    border-right: solid;
    border-width: 2px;
    border-color: #61BDB7 !important;
  }
  /* line 4210, app/assets/stylesheets/custom.scss */
  .tile-header {
    font-size: 1rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 4215, app/assets/stylesheets/custom.scss */
  .tile-link a {
    font-size: 1.2rem;
    font-family: "Torque Web Bold", sans-serif;
  }
  /* line 4220, app/assets/stylesheets/custom.scss */
  .why-hero-img {
    margin-top: 30%;
    width: 95%;
  }
  /* line 4225, app/assets/stylesheets/custom.scss */
  .wrapper_part2 {
    padding: 3rem 10rem 3rem 10rem !important;
  }
  /* line 4229, app/assets/stylesheets/custom.scss */
  .digital-block-header {
    color: #f0534e !important;
    font-family: "Torque Web Bold", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
  }
  /* line 4238, app/assets/stylesheets/custom.scss */
  .stats-icons {
    height: 7rem !important;
    width: 7rem !important;
  }
  /* line 4252, app/assets/stylesheets/custom.scss */
  .testimonials-author {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-left: 75px;
  }
  /* line 4258, app/assets/stylesheets/custom.scss */
  .footer_top, .footer_bottom, .furtherreading-pods, .footer_bottom {
    max-width: 1600px !important;
  }
  /* line 4262, app/assets/stylesheets/custom.scss */
  #alliance_nav {
    margin: 0 0 0 0;
  }
  /* line 4266, app/assets/stylesheets/custom.scss */
  #main_nav > li {
    width: auto;
  }
  /* line 4271, app/assets/stylesheets/custom.scss */
  #hosted_uncdf {
    float: left;
  }
  /* line 4275, app/assets/stylesheets/custom.scss */
  .slide-main {
    height: 25em;
  }
  /* line 4279, app/assets/stylesheets/custom.scss */
  .slide-bottom {
    height: 18.5em;
  }
  /* line 4283, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .learn-more {
    font-size: 1rem;
    padding: 9px 15px;
  }
  /* line 4288, app/assets/stylesheets/custom.scss */
  .slide-main-content-bottom .learn-more {
    font-size: 12px;
    padding: 9px 15px;
  }
  /* line 4293, app/assets/stylesheets/custom.scss */
  .slide-main-content-right .learn-more {
    font-size: 12px;
    padding: 9px 15px;
  }
  /* line 4298, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more {
    font-size: 12px;
    margin-top: 5%;
    padding: 8px;
  }
  /* line 4305, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more a:hover {
    background: #c8e6c5;
  }
  /* line 4309, app/assets/stylesheets/custom.scss */
  .page_content div.label {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.96px;
    text-align: left;
    font-family: 'Torque Web Medium', sans-serif;
    color: #F0534E;
    opacity: 1;
    margin-bottom: 0px;
  }
  /* line 4320, app/assets/stylesheets/custom.scss */
  #home_intro-content p {
    font-size: 1.46vw;
    line-height: 1.875vw;
  }
  /* line 4325, app/assets/stylesheets/custom.scss */
  .stat-title {
    font-family: 'Torque Web Ultra', sans-serif;
    font-size: 76px;
    line-height: 50px;
  }
  /* line 4331, app/assets/stylesheets/custom.scss */
  .stat-description {
    font-size: 24px;
    line-height: 27px;
    font-family: 'Torque Web Medium', sans-serif;
  }
  /* line 4337, app/assets/stylesheets/custom.scss */
  #home_intro-content a.home_intro-link {
    font-size: 1em;
    line-height: 21px;
    padding: 17px 35px 15px 35px;
  }
  /* line 4343, app/assets/stylesheets/custom.scss */
  .goal-payments-content-desc {
    font-family: 'Torque Web Medium', sans-serif;
    color: #160c5a;
    font-size: 16px;
    line-height: 22px;
  }
  /* line 4350, app/assets/stylesheets/custom.scss */
  .goal-payments-content-learn-more a {
    padding: 15px 65px;
    font-size: 1.5em;
    font-family: "Torque Web Medium", sans-serif;
    color: #160C5A;
    text-align: center;
  }
  /* line 4358, app/assets/stylesheets/custom.scss */
  .benefits-digital-content-learn-more a {
    font-size: 0.8em;
    font-family: "Torque Web Medium", sans-serif;
    color: #0492A2;
    text-align: center !important;
  }
  /* line 4365, app/assets/stylesheets/custom.scss */
  .mySlidesContainer q {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  /* line 4371, app/assets/stylesheets/custom.scss */
  .p-alliance-text {
    width: 56%;
    text-align: center;
    margin: 0 auto;
  }
  /* line 4377, app/assets/stylesheets/custom.scss */
  .goal-payments-content-learn-more a {
    padding: 10px 30px;
    font-size: 0.8em;
    font-family: "Torque Web Medium", sans-serif;
    color: #160C5A;
    text-align: center;
  }
  /* line 4385, app/assets/stylesheets/custom.scss */
  .benefits-digital-content-learn-more a {
    font-size: 0.8em;
    font-family: "Torque Web Medium", sans-serif;
    color: #0492A2;
    text-align: center !important;
  }
  /* line 4392, app/assets/stylesheets/custom.scss */
  .pt-lg-4 {
    padding-top: 0.6rem !important;
  }
  /* line 4396, app/assets/stylesheets/custom.scss */
  #main_nav > li {
    width: auto;
  }
  /* line 4400, app/assets/stylesheets/custom.scss */
  .show-only-on-mobile {
    display: none !important;
  }
  /* line 4404, app/assets/stylesheets/custom.scss */
  .blue-gradient-bottom-to-top {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #160c5a 17%, rgba(255, 255, 255, 0) 56%);
    position: relative;
  }
  /* line 4413, app/assets/stylesheets/custom.scss */
  .digital-block {
    padding: 25px 25px 25px 25px;
  }
}

/* Media Queries for extra  extra large screens */
@media (min-width: 2560px) {
  /* line 4425, app/assets/stylesheets/custom.scss */
  .tile-header-top {
    font-family: "Torque Web Bold", sans-serif;
    font-size: 1.7rem;
    line-height: 1.9rem;
    text-align: left;
  }
  /* line 4432, app/assets/stylesheets/custom.scss */
  .tile-header-number {
    font-size: 5rem;
    line-height: 5rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 4438, app/assets/stylesheets/custom.scss */
  .border-faint-blue {
    border-right: solid;
    border-width: 2px;
    border-color: #61BDB7 !important;
  }
  /* line 4444, app/assets/stylesheets/custom.scss */
  .tile-header {
    font-size: 1rem;
    font-family: "Torque Web Medium", sans-serif;
  }
  /* line 4449, app/assets/stylesheets/custom.scss */
  .tile-link a {
    font-size: 1.2rem;
    font-family: "Torque Web Bold", sans-serif;
  }
  /* line 4454, app/assets/stylesheets/custom.scss */
  .why-hero-img {
    margin-top: 30%;
    width: 95%;
  }
  /* line 4459, app/assets/stylesheets/custom.scss */
  .wrapper_part2 {
    padding: 3rem 10rem 3rem 10rem !important;
  }
  /* line 4463, app/assets/stylesheets/custom.scss */
  .digital-block-header {
    color: #f0534e !important;
    font-family: "Torque Web Bold", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
  }
  /* line 4472, app/assets/stylesheets/custom.scss */
  .stats-icons {
    height: 7rem !important;
    width: 7rem !important;
  }
  /* line 4481, app/assets/stylesheets/custom.scss */
  .footer_top, .footer_bottom, .furtherreading-pods, .footer_bottom {
    max-width: 2280px !important;
  }
  /* line 4485, app/assets/stylesheets/custom.scss */
  .furtherreading-pod {
    max-width: 526px;
  }
  /* line 4489, app/assets/stylesheets/custom.scss */
  pod-title {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  /* line 4494, app/assets/stylesheets/custom.scss */
  .furtherreading-pod-title {
    font-size: 1.4em;
    line-height: 1.3em;
  }
  /* line 4499, app/assets/stylesheets/custom.scss */
  .furtherreading-pod-text {
    font-size: 1.4em;
    line-height: 1em;
    padding-top: 15px;
  }
  /* line 4505, app/assets/stylesheets/custom.scss */
  #footer_subscribe h4, #footer_subscribe .h4 {
    font-size: 1em;
    line-height: 1.2em;
  }
  /* line 4510, app/assets/stylesheets/custom.scss */
  #bottom_contact {
    font-size: 1em;
  }
  /* line 4514, app/assets/stylesheets/custom.scss */
  #footer_subscribe p {
    font-size: 0.8em !important;
    line-height: 1.4em;
  }
  /* line 4519, app/assets/stylesheets/custom.scss */
  #bottom_right ul#bottom_links li, #bottom_right ul#bottom_links li a {
    font-size: 0.7em !important;
  }
  /* line 4523, app/assets/stylesheets/custom.scss */
  #alliance_nav {
    margin: 0 0 0 0;
  }
  /* line 4527, app/assets/stylesheets/custom.scss */
  #main_nav > li {
    width: auto;
    padding-right: 3%;
  }
  /* line 4532, app/assets/stylesheets/custom.scss */
  #hosted_uncdf {
    float: left;
  }
  /* line 4536, app/assets/stylesheets/custom.scss */
  .slide-main {
    height: 25em;
  }
  /* line 4540, app/assets/stylesheets/custom.scss */
  .slide-bottom {
    height: 17.5em;
  }
  /* line 4544, app/assets/stylesheets/custom.scss */
  .slide-main-content .learn-more, .slide-main-content-right .learn-more, .slide-main-content-bottom .learn-more {
    font-size: 0.6vw;
    padding: 5px 24px;
    margin-top: 1rem;
  }
  /* line 4550, app/assets/stylesheets/custom.scss */
  .page_content div.label {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.96px;
    text-align: left;
    font-family: 'Torque Web Medium', sans-serif;
    color: #F0534E;
    opacity: 1;
    margin-bottom: 0px;
  }
  /* line 4561, app/assets/stylesheets/custom.scss */
  #slideshow_nav-big-link a {
    padding: 20px 40px 20px 40px;
    font-size: 1em;
  }
  /* line 4566, app/assets/stylesheets/custom.scss */
  #home_intro-content p {
    font-size: 1.46vw;
    line-height: 1.875vw;
    padding-top: 50px;
  }
  /* line 4572, app/assets/stylesheets/custom.scss */
  .stat-title {
    font-family: 'Torque Web Ultra', sans-serif;
    font-size: 76px;
    line-height: 50px;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
  /* line 4580, app/assets/stylesheets/custom.scss */
  .stat-description {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Torque Web Medium', sans-serif;
  }
  /* line 4587, app/assets/stylesheets/custom.scss */
  #home_intro-content a.home_intro-link {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 17px 35px 15px 35px;
  }
  /* line 4593, app/assets/stylesheets/custom.scss */
  .goal-payments-content-desc {
    font-family: 'Torque Web Medium', sans-serif;
    color: #160c5a;
    font-size: 25px;
    line-height: 30px;
  }
  /* line 4600, app/assets/stylesheets/custom.scss */
  .goal-payments-content-learn-more a {
    padding: 10px 35px;
    font-size: 1em;
    font-family: "Torque Web Medium", sans-serif;
    color: #160C5A;
    text-align: center;
  }
  /* line 4608, app/assets/stylesheets/custom.scss */
  .benefits-digital-content-learn-more a {
    font-size: 0.8em;
    font-family: "Torque Web Medium", sans-serif;
    color: #0492A2;
    text-align: center !important;
  }
  /* line 4615, app/assets/stylesheets/custom.scss */
  .mySlidesContainer q {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  /* line 4621, app/assets/stylesheets/custom.scss */
  .page_content p {
    font-size: 25px;
    line-height: 30px;
  }
  /* line 4626, app/assets/stylesheets/custom.scss */
  .p-alliance-text {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  /* line 4632, app/assets/stylesheets/custom.scss */
  .testimonials-author {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-left: 75px;
  }
  /* line 4638, app/assets/stylesheets/custom.scss */
  .show-only-on-mobile {
    display: none !important;
  }
  /* line 4642, app/assets/stylesheets/custom.scss */
  .blue-gradient-bottom-to-top {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #160c5a 17%, rgba(255, 255, 255, 0) 56%);
    position: relative;
  }
  /* line 4651, app/assets/stylesheets/custom.scss */
  .digital-block {
    padding: 25px 25px 25px 25px;
  }
}

/* ------- End-------*/
/* line 4666, app/assets/stylesheets/custom.scss */
.img-fluid {
  background-position-x: center !important;
}

/* line 4670, app/assets/stylesheets/custom.scss */
ol {
  padding-left: 0px !important;
  margin-left: 35px !important;
}

/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, app/assets/stylesheets/lib/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/lib/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, app/assets/stylesheets/lib/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, app/assets/stylesheets/lib/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, app/assets/stylesheets/lib/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, app/assets/stylesheets/lib/_normalize.scss */
mark, .mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, app/assets/stylesheets/lib/_normalize.scss */
small, .small {
  font-size: 80%;
}

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

/* line 167, app/assets/stylesheets/lib/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, app/assets/stylesheets/lib/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, app/assets/stylesheets/lib/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, app/assets/stylesheets/lib/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, app/assets/stylesheets/lib/_normalize.scss */
pre {
  overflow: auto;
}

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, app/assets/stylesheets/lib/_normalize.scss */
button {
  overflow: visible;
}

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

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 300, app/assets/stylesheets/lib/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, app/assets/stylesheets/lib/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, app/assets/stylesheets/lib/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, app/assets/stylesheets/lib/_normalize.scss */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, app/assets/stylesheets/lib/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, app/assets/stylesheets/lib/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
/*! Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
/* line 8, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

/* line 14, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */
/* line 21, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
.tablesaw {
  border: 0;
  padding: 0;
}

/* line 26, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em;
}

/* line 34, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

/* Table rows have a gray bottom stroke by default */
/* line 41, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

/* line 45, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  /* line 55, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .tablesaw-stack td,
.tablesaw-stack th {
    text-align: left;
    display: block;
  }
  /* line 61, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  /* line 68, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  /* line 78, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .tablesaw-stack th .tablesaw-cell-label-top,
.tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }
  /* line 85, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  /* line 91, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  /* line 97, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

/* line 5, app/assets/stylesheets/core/mixins/_no-script.scss */
.u-noJS, .no-script {
  display: none;
}

/* line 7, app/assets/stylesheets/core/mixins/_no-script.scss */
.no-js .u-noJS, .no-js .no-script {
  display: block;
}

@media print {
  /* line 11, app/assets/stylesheets/core/mixins/_print-utils.scss */
  .skip-links, .no-print {
    display: none !important;
  }
}

/* line 21, app/assets/stylesheets/core/mixins/_print-utils.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 21, app/assets/stylesheets/core/mixins/_print-utils.scss */
  .print-only {
    display: block !important;
  }
}

/* line 27, app/assets/stylesheets/core/mixins/_reset-elements.scss */
button,
input[type="submit"] {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: button;
  cursor: pointer;
  line-height: normal;
  text-align: center;
}

/* line 53, app/assets/stylesheets/core/mixins/_reset-elements.scss */
.skip-links ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

/* line 35, app/assets/stylesheets/core/mixins/_visuallyhidden.scss */
.u-vh, .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 29, app/assets/stylesheets/core/mixins/_visuallyhidden.scss */
.focusable.u-vh:active, .focusable.visuallyhidden:active, .focusable.u-vh:focus, .focusable.visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.SearchResult:before, .ListingCard:before, .LargeSearchForm-filter:before, .LargeSearchForm-filters:before, .InlineDocuments-item:before,
.Markdown-text-style .InlineDocuments-item:before, .HeroPromo:before, .HeroImage:before, .FundersPromo-members:before, .Footer:before, .CtaPromoWrapper:before, .ContentPromoGrid:before, .ContentGrid:before, .ContentCard-text:before, .ContentCard:before, .u-section:before, .SearchResult:after, .ListingCard:after, .LargeSearchForm-filter:after, .LargeSearchForm-filters:after, .InlineDocuments-item:after,
.Markdown-text-style .InlineDocuments-item:after, .HeroPromo:after, .HeroImage:after, .FundersPromo-members:after, .Footer:after, .CtaPromoWrapper:after, .ContentPromoGrid:after, .ContentGrid:after, .ContentCard-text:after, .ContentCard:after, .u-section:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.SearchResult:after, .ListingCard:after, .LargeSearchForm-filter:after, .LargeSearchForm-filters:after, .InlineDocuments-item:after,
.Markdown-text-style .InlineDocuments-item:after, .HeroPromo:after, .HeroImage:after, .FundersPromo-members:after, .Footer:after, .CtaPromoWrapper:after, .ContentPromoGrid:after, .ContentGrid:after, .ContentCard-text:after, .ContentCard:after, .u-section:after {
  clear: both;
}

/* line 27, app/assets/stylesheets/main/vars/_typography.scss */
.ToolkitNav-mobileControls, .ToolkitContentLinks-list, .ShareLinks-header, .Navigation-navToggle, .LargeSearchForm-filter label, .InlineDocuments-title,
.Markdown-text-style .InlineDocuments-title, .FundersPromo-cta, .Download-summary, .DocumentLinks, .button-meta {
  font-family: "Lato", "Helvetica Neue", sans-serif;
}

/* line 28, app/assets/stylesheets/main/vars/_typography.scss */
.Markdown-text-style.-light, .AuthorAside-title {
  font-weight: 300;
}

/* line 29, app/assets/stylesheets/main/vars/_typography.scss */
.ShareLinks-header, .Media-caption, .Markdown-text-style.-condensed, .Download-summary, .Callout-summary {
  font-weight: 400;
}

/* line 30, app/assets/stylesheets/main/vars/_typography.scss */
.Utility-affiliation, .ToolkitPagination, .ToolkitNav-mobileControls, .ToolkitContentLinks-list, .TagsAside-tags, .SubNav-link.-active, .SubNav-item:first-child, .Navigation-navToggle, .ListingCard-link, .LargeSearchForm-filter label, .InlineDocuments-title,
.Markdown-text-style .InlineDocuments-title, .Header-utilityNav, .FundersPromo-cta, .DocumentLinks, .ContentCard-link, .AuthorAside-title a {
  font-weight: 700;
}

/* line 38, app/assets/stylesheets/main/vars/_typography.scss */
.ToolkitNav, .ToolkitContentNav, .ToolkitContentLinks-header, .ToolkitContentBlock-topLink, .TitleBlock-section, .Statistic, .Pagination, .NewsletterPromo-callout-bar, .NewsletterPromo-callout-lead, .NewsletterPromo-callout, .Navigation-menu-item, .Markdown-text-style .tablesaw-stack .tablesaw-cell-label, .Markdown-text-style .tablesaw-stack th, .LargeSearchForm input[type="text"], .LandingFeature-cta, .LandingFeature-summary, .LandingFeature-title, .HeroPromo-cta, .HeroPromo-largeText, .HeroPromo-smallText, .FundersPromo-title, .Footer-nav, .Footer-mission, .FilterList, .Download-meta, .Download-title, .CtaPromo-title, .ContentPromoCard-cta, .ContentPromoCard-headline, .ContentCard-subTitle, .ConnectPromo-callout, .ConnectPromo-title, .Callout-headline, .AuthorPromo-moreLink, .AuthorPromo-name, .AuthorPromo-headline, .AuthorAside-name, .button, button,
input[type="submit"], .u-asideHeader, .InlineDocuments-header,
.Markdown-text-style .InlineDocuments-header {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
}

/* line 39, app/assets/stylesheets/main/vars/_typography.scss */
.ToolkitNav-chapters-item, .TitleBlock-section, .Footer-mission, .Download-meta, .ConnectPromo-callout {
  font-weight: 300;
}

/* line 40, app/assets/stylesheets/main/vars/_typography.scss */
.ToolkitNav-pages, .-activeChapter .ToolkitNav-chapters-link, .ToolkitNav, .Statistic-share, .Statistic-summary, .Navigation-menu-item, .LargeSearchForm input[type="text"], .button, button,
input[type="submit"] {
  font-weight: 400;
}

/* line 41, app/assets/stylesheets/main/vars/_typography.scss */
.ToolkitNav-sections-link, .ToolkitNav-sections-item-number, .ToolkitContentNav, .ToolkitContentBlock-topLink, .TitleBlock-section b, .Statistic-figure, .Pagination, .NewsletterPromo-callout-lead, .NewsletterPromo-callout, .Markdown-text-style .tablesaw-stack .tablesaw-cell-label, .Markdown-text-style .tablesaw-stack th, .LandingFeature-cta, .LandingFeature-title, .HeroPromo-cta, .HeroPromo-largeText, .HeroPromo-smallText, .FundersPromo-title, .Footer-nav, .FilterList, .Download-title, .CtaPromo-cta, .CtaPromo-title, .ContentPromoCard-cta, .ContentPromoCard-headline, .ContentCard-subTitle, .ConnectPromo-title, .Callout-headline, .AuthorPromo-moreLink, .AuthorPromo-name, .AuthorPromo-headline, .AuthorAside-name, .u-asideHeader, .InlineDocuments-header,
.Markdown-text-style .InlineDocuments-header {
  font-weight: 700;
}

/* line 9, app/assets/stylesheets/main/_helpers.scss */
.u-center {
  text-align: center;
}

/* line 10, app/assets/stylesheets/main/_helpers.scss */
.u-right {
  text-align: right;
}

/* line 11, app/assets/stylesheets/main/_helpers.scss */
.u-show {
  display: block;
}

/* line 12, app/assets/stylesheets/main/_helpers.scss */
.u-hide {
  display: none;
}

/* line 13, app/assets/stylesheets/main/_helpers.scss */
.u-HIDE {
  display: none !important;
}

/* line 16, app/assets/stylesheets/main/_helpers.scss */
.u-relative {
  position: relative;
}

/* line 17, app/assets/stylesheets/main/_helpers.scss */
.u-fullWidth {
  display: block;
  width: 100%;
}

/* line 19, app/assets/stylesheets/main/_helpers.scss */
.u-relative {
  position: relative;
}

/* line 21, app/assets/stylesheets/main/_helpers.scss */
.u-customSelect {
  /*@include linear-gradient(#fff, #efefef);*/
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

/* line 30, app/assets/stylesheets/main/_helpers.scss */
.u-customSelect select {
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: block;
  font-weight: bold;
  position: relative;
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 51, app/assets/stylesheets/main/_helpers.scss */
.u-mt0 {
  margin-top: 0;
}

/* line 52, app/assets/stylesheets/main/_helpers.scss */
.u-mb0 {
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb1 {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb1 {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt1 {
  margin-top: 2px;
  margin-top: 0.125rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt1 {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb2 {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb2 {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt2 {
  margin-top: 4px;
  margin-top: 0.25rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt2 {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb3 {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb3 {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt3 {
  margin-top: 6px;
  margin-top: 0.375rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt3 {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb4 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb4 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt4 {
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt4 {
    margin-top: 16px;
    margin-top: 1rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb5 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb5 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt5 {
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt5 {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb6 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb6 {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt6 {
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt6 {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb7 {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb7 {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt7 {
  margin-top: 14px;
  margin-top: 0.875rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt7 {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb8 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb8 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt8 {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt8 {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb9 {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb9 {
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt9 {
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt9 {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb10 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb10 {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt10 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt10 {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb11 {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb11 {
    margin-bottom: 44px;
    margin-bottom: 2.75rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt11 {
  margin-top: 22px;
  margin-top: 1.375rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt11 {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb12 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb12 {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt12 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt12 {
    margin-top: 48px;
    margin-top: 3rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb13 {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb13 {
    margin-bottom: 52px;
    margin-bottom: 3.25rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt13 {
  margin-top: 26px;
  margin-top: 1.625rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt13 {
    margin-top: 52px;
    margin-top: 3.25rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb14 {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb14 {
    margin-bottom: 56px;
    margin-bottom: 3.5rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt14 {
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt14 {
    margin-top: 56px;
    margin-top: 3.5rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb15 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb15 {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt15 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt15 {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb16 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb16 {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt16 {
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt16 {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb17 {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb17 {
    margin-bottom: 68px;
    margin-bottom: 4.25rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt17 {
  margin-top: 34px;
  margin-top: 2.125rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt17 {
    margin-top: 68px;
    margin-top: 4.25rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb18 {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb18 {
    margin-bottom: 72px;
    margin-bottom: 4.5rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt18 {
  margin-top: 36px;
  margin-top: 2.25rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt18 {
    margin-top: 72px;
    margin-top: 4.5rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb19 {
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb19 {
    margin-bottom: 76px;
    margin-bottom: 4.75rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt19 {
  margin-top: 38px;
  margin-top: 2.375rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt19 {
    margin-top: 76px;
    margin-top: 4.75rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb20 {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb20 {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt20 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt20 {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb21 {
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb21 {
    margin-bottom: 84px;
    margin-bottom: 5.25rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt21 {
  margin-top: 42px;
  margin-top: 2.625rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt21 {
    margin-top: 84px;
    margin-top: 5.25rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb22 {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb22 {
    margin-bottom: 88px;
    margin-bottom: 5.5rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt22 {
  margin-top: 44px;
  margin-top: 2.75rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt22 {
    margin-top: 88px;
    margin-top: 5.5rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb23 {
  margin-bottom: 46px;
  margin-bottom: 2.875rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb23 {
    margin-bottom: 92px;
    margin-bottom: 5.75rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt23 {
  margin-top: 46px;
  margin-top: 2.875rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt23 {
    margin-top: 92px;
    margin-top: 5.75rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb24 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb24 {
    margin-bottom: 96px;
    margin-bottom: 6rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt24 {
  margin-top: 48px;
  margin-top: 3rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt24 {
    margin-top: 96px;
    margin-top: 6rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb25 {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb25 {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt25 {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt25 {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb26 {
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb26 {
    margin-bottom: 104px;
    margin-bottom: 6.5rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt26 {
  margin-top: 52px;
  margin-top: 3.25rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt26 {
    margin-top: 104px;
    margin-top: 6.5rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb27 {
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb27 {
    margin-bottom: 108px;
    margin-bottom: 6.75rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt27 {
  margin-top: 54px;
  margin-top: 3.375rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt27 {
    margin-top: 108px;
    margin-top: 6.75rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb28 {
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb28 {
    margin-bottom: 112px;
    margin-bottom: 7rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt28 {
  margin-top: 56px;
  margin-top: 3.5rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt28 {
    margin-top: 112px;
    margin-top: 7rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb29 {
  margin-bottom: 58px;
  margin-bottom: 3.625rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb29 {
    margin-bottom: 116px;
    margin-bottom: 7.25rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt29 {
  margin-top: 58px;
  margin-top: 3.625rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt29 {
    margin-top: 116px;
    margin-top: 7.25rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb30 {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb30 {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt30 {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt30 {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb31 {
  margin-bottom: 62px;
  margin-bottom: 3.875rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb31 {
    margin-bottom: 124px;
    margin-bottom: 7.75rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt31 {
  margin-top: 62px;
  margin-top: 3.875rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt31 {
    margin-top: 124px;
    margin-top: 7.75rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb32 {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb32 {
    margin-bottom: 128px;
    margin-bottom: 8rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt32 {
  margin-top: 64px;
  margin-top: 4rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt32 {
    margin-top: 128px;
    margin-top: 8rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb33 {
  margin-bottom: 66px;
  margin-bottom: 4.125rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb33 {
    margin-bottom: 132px;
    margin-bottom: 8.25rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt33 {
  margin-top: 66px;
  margin-top: 4.125rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt33 {
    margin-top: 132px;
    margin-top: 8.25rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb34 {
  margin-bottom: 68px;
  margin-bottom: 4.25rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb34 {
    margin-bottom: 136px;
    margin-bottom: 8.5rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt34 {
  margin-top: 68px;
  margin-top: 4.25rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt34 {
    margin-top: 136px;
    margin-top: 8.5rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb35 {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb35 {
    margin-bottom: 140px;
    margin-bottom: 8.75rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt35 {
  margin-top: 70px;
  margin-top: 4.375rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt35 {
    margin-top: 140px;
    margin-top: 8.75rem;
  }
}

/* line 62, app/assets/stylesheets/main/_helpers.scss */
.u-mb36 {
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 700px) {
  /* line 62, app/assets/stylesheets/main/_helpers.scss */
  .u-mb36 {
    margin-bottom: 144px;
    margin-bottom: 9rem;
  }
}

/* line 68, app/assets/stylesheets/main/_helpers.scss */
.u-mt36 {
  margin-top: 72px;
  margin-top: 4.5rem;
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/_helpers.scss */
  .u-mt36 {
    margin-top: 144px;
    margin-top: 9rem;
  }
}

/* line 76, app/assets/stylesheets/main/_helpers.scss */
.u-fluid-iframe-inner {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

/* line 81, app/assets/stylesheets/main/_helpers.scss */
.u-fluid-iframe-inner iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* line 93, app/assets/stylesheets/main/_helpers.scss */
.u-asideHeader, .InlineDocuments-header,
.Markdown-text-style .InlineDocuments-header {
  font-size: 14px;
  font-size: 0.875rem;
  color: #888888;
  text-transform: uppercase;
}

/* line 24, app/assets/stylesheets/main/layouts/_layout.scss */
.layout-widthDefault, .ToolkitWrapper-inner {
  padding: 0 16px;
  padding: 0 1rem;
  box-sizing: content-box;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 700px) {
  /* line 24, app/assets/stylesheets/main/layouts/_layout.scss */
  .layout-widthDefault, .ToolkitWrapper-inner {
    padding: 0 24px;
    padding: 0 1.5rem;
  }
}

/* line 14, app/assets/stylesheets/main/layouts/_layout.scss */
.layout-widthDefault.-no-padding, .-no-padding.ToolkitWrapper-inner {
  box-sizing: border-box;
  padding: 0;
}

/* line 34, app/assets/stylesheets/main/layouts/_layout.scss */
.layout-sidebar-primary {
  margin-left: -36px;
  margin-left: -2.25rem;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.layout-sidebar-primary:before, .layout-sidebar-primary:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.layout-sidebar-primary:after {
  clear: both;
}

/* line 39, app/assets/stylesheets/main/layouts/_layout.scss */
.layout-sidebar, .layout-primary {
  padding-left: 36px;
  padding-left: 2.25rem;
}

@media screen and (min-width: 800px) {
  /* line 45, app/assets/stylesheets/main/layouts/_layout.scss */
  .layout-sidebar {
    float: left;
    width: 24.4%;
  }
  /* line 50, app/assets/stylesheets/main/layouts/_layout.scss */
  .layout-primary {
    float: left;
    width: 75.6%;
  }
  /* line 54, app/assets/stylesheets/main/layouts/_layout.scss */
  .layout-primary.-right {
    float: right;
  }
}

/* line 7, app/assets/stylesheets/main/layouts/_toolkit.scss */
.layout-toolkitWrapper {
  background-color: #e8e5e3;
  position: relative;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.layout-toolkitWrapper:before, .layout-toolkitWrapper:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.layout-toolkitWrapper:after {
  clear: both;
}

@media screen and (min-width: 700px) {
  /* line 7, app/assets/stylesheets/main/layouts/_toolkit.scss */
  .layout-toolkitWrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

@media screen and (min-width: 700px) {
  /* line 20, app/assets/stylesheets/main/layouts/_toolkit.scss */
  .layout-toolkitNav {
    display: table-cell;
    width: 240px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 20, app/assets/stylesheets/main/layouts/_toolkit.scss */
  .layout-toolkitNav {
    width: 350px;
  }
}

/* line 31, app/assets/stylesheets/main/layouts/_toolkit.scss */
.layout-toolkitContent {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 700px) {
  /* line 31, app/assets/stylesheets/main/layouts/_toolkit.scss */
  .layout-toolkitContent {
    display: table-cell;
    width: 100%;
  }
}

/* line 42, app/assets/stylesheets/main/layouts/_toolkit.scss */
.layout-toolkitContent-inner {
  padding: 16px;
  padding: 1rem;
  max-width: 800px;
}

@media screen and (min-width: 700px) {
  /* line 42, app/assets/stylesheets/main/layouts/_toolkit.scss */
  .layout-toolkitContent-inner {
    padding: 24px;
    padding: 1.5rem;
    margin-left: 6%;
  }
}

/* line 7, app/assets/stylesheets/main/elements/_buttons.scss */
.button, button,
input[type="submit"] {
  font-size: 14px;
  font-size: 0.875rem;
  /*@include transition( all 150ms ease-out );*/
  /*@include rem(padding, 16px 20px);*/
  background-color: #0072d0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.2;
  /*position: relative;*/
  text-transform: uppercase;
  /*&:after {
    @include vertCenter($position: absolute);

    border-color: transparent transparent transparent color("true-blue");
    border-style: solid;
    border-width: 23px 16px;
    content: '';
    height: 0;
    right: -32px;
    width: 0;
  }*/
}

/* line 23, app/assets/stylesheets/main/elements/_buttons.scss */
.button:link, button:link,
input[type="submit"]:link, .button:visited, button:visited,
input[type="submit"]:visited {
  color: #fff;
}

/* line 28, app/assets/stylesheets/main/elements/_buttons.scss */
.button:hover, button:hover,
input[type="submit"]:hover, .button:focus, button:focus,
input[type="submit"]:focus, .button:active, button:active,
input[type="submit"]:active {
  background-color: #00569d;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/main/elements/_buttons.scss */
.button:hover:after, button:hover:after,
input[type="submit"]:hover:after, .button:focus:after, button:focus:after,
input[type="submit"]:focus:after, .button:active:after, button:active:after,
input[type="submit"]:active:after {
  border-left-color: #00569d;
}

/* line 53, app/assets/stylesheets/main/elements/_buttons.scss */
.button-meta {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  color: #888888;
}

/* line 63, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-green {
  background-color: #5dbb41;
}

/* line 66, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-green:after {
  border-left-color: #5dbb41;
}

/* line 70, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-green:hover {
  background-color: #54a83a;
}

/* line 73, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-green:hover:after {
  border-left-color: #54a83a;
}

/* line 79, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-tussock {
  background-color: #cba14c;
}

/* line 82, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-tussock:after {
  border-left-color: #cba14c;
}

/* line 86, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-tussock:hover {
  background-color: #c49639;
}

/* line 89, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-tussock:hover:after {
  border-left-color: #c49639;
}

/* line 95, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-white {
  background-color: #fff;
  border: 1px solid #ccc;
}

/* line 99, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-white:link, .button.-white:visited {
  color: #0072d0;
}

/* line 105, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-white:after {
  display: none;
}

/* line 109, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-white:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

/* line 113, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-white:hover:after {
  border-left-color: #f2f2f2;
}

/* line 131, app/assets/stylesheets/main/elements/_buttons.scss */
.ButtonGroup .button {
  margin-right: 42px;
  margin-right: 2.625rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/* line 135, app/assets/stylesheets/main/elements/_buttons.scss */
.ButtonGroup .button:last-child {
  margin-bottom: 0;
}

/* line 148, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-white {
  margin-right: 26px;
}

/* line 155, app/assets/stylesheets/main/elements/_buttons.scss */
.button.-rectangle:after {
  display: none;
}

/* line 160, app/assets/stylesheets/main/elements/_buttons.scss */
.button.disabled {
  cursor: not-allowed !important;
}

/* line 171, app/assets/stylesheets/main/elements/_buttons.scss */
.button.disabled {
  cursor: not-allowed !important;
}

/* line 7, app/assets/stylesheets/main/elements/_lists.scss */
ul,
ol {
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

/* line 12, app/assets/stylesheets/main/elements/_lists.scss */
li ul, li ol {
  margin-bottom: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* line 18, app/assets/stylesheets/main/elements/_lists.scss */
li {
  /*@include rem( margin-bottom, $list-item-margin );*/
}

/* line 21, app/assets/stylesheets/main/elements/_lists.scss */
li:last-child {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/main/elements/_lists.scss */
li ol {
  list-style: lower-alpha;
}

/* line 37, app/assets/stylesheets/main/elements/_lists.scss */
li li ol {
  list-style: lower-roman;
}

@media screen and (min-width: 700px) {
  /* line 5, app/assets/stylesheets/main/components/_author-aside.scss */
  .AuthorAside {
    padding-left: 16px;
    padding-left: 1rem;
    border-left: 1px solid #ccc;
  }
}

/* line 13, app/assets/stylesheets/main/components/_author-aside.scss */
.AuthorAside.-meta {
  border: none;
  padding: 0;
  display: none;
}

@media screen and (min-width: 800px) {
  /* line 13, app/assets/stylesheets/main/components/_author-aside.scss */
  .AuthorAside.-meta {
    display: block;
  }
}

/* line 23, app/assets/stylesheets/main/components/_author-aside.scss */
.AuthorAside-name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
}

/* line 32, app/assets/stylesheets/main/components/_author-aside.scss */
.AuthorAside-title {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 4px;
  margin: 0 0 0.25rem;
}

/* line 42, app/assets/stylesheets/main/components/_author-aside.scss */
.AuthorAside-image {
  border-radius: 100%;
  display: block;
  width: 130px;
  height: 130px;
}

/* line 48, app/assets/stylesheets/main/components/_author-aside.scss */
.-meta > .AuthorAside-image {
  height: 90px;
  width: 90px;
}

/* line 54, app/assets/stylesheets/main/components/_author-aside.scss */
.AuthorAside-contactHeader {
  font-size: 14px;
  font-size: 0.875rem;
  color: #888888;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/main/components/_author-aside.scss */
.AuthorAside-links {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  padding: 0;
}

/* line 67, app/assets/stylesheets/main/components/_author-aside.scss */
.AuthorAside-links-item {
  padding-left: 24px;
  padding-left: 1.5rem;
  line-height: 1.4;
  position: relative;
}

/* line 73, app/assets/stylesheets/main/components/_author-aside.scss */
.no-svg .AuthorAside-links-item {
  padding-left: 0;
}

/* line 78, app/assets/stylesheets/main/components/_author-aside.scss */
.AuthorAside-links-item .Icon-svg {
  fill: #888888;
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}

/* line 87, app/assets/stylesheets/main/components/_author-aside.scss */
.no-svg .AuthorAside-links-item .Icon {
  display: none;
}

/* line 5, app/assets/stylesheets/main/components/_author-promo.scss */
.AuthorPromo {
  padding: 32px 0 0;
  padding: 2rem 0 0;
  border-top: 4px solid #cba14c;
  position: relative;
}

/* line 11, app/assets/stylesheets/main/components/_author-promo.scss */
.AuthorPromo-image {
  border-radius: 100%;
  display: block;
  width: 90px;
  height: 90px;
}

@media screen and (min-width: 800px) {
  /* line 11, app/assets/stylesheets/main/components/_author-promo.scss */
  .AuthorPromo-image {
    position: absolute;
    top: 32px;
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  /* line 26, app/assets/stylesheets/main/components/_author-promo.scss */
  .AuthorPromo-meta.-withImage {
    margin-left: 114px;
  }
}

/* line 32, app/assets/stylesheets/main/components/_author-promo.scss */
.AuthorPromo-headline {
  font-size: 14px;
  font-size: 0.875rem;
  color: #888888;
  margin: 0;
  text-transform: uppercase;
}

/* line 42, app/assets/stylesheets/main/components/_author-promo.scss */
.AuthorPromo-name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 50, app/assets/stylesheets/main/components/_author-promo.scss */
.AuthorPromo-title {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 54, app/assets/stylesheets/main/components/_author-promo.scss */
.AuthorPromo-links {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 61, app/assets/stylesheets/main/components/_author-promo.scss */
.AuthorPromo-links-item {
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-right: 24px;
  margin-right: 1.5rem;
  display: inline;
  line-height: 1.4;
  position: relative;
}

/* line 69, app/assets/stylesheets/main/components/_author-promo.scss */
.no-svg .AuthorPromo-links-item {
  padding-left: 0;
}

/* line 74, app/assets/stylesheets/main/components/_author-promo.scss */
.AuthorPromo-links-item .Icon-svg {
  fill: #888888;
  height: 17px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 17px;
}

/* line 83, app/assets/stylesheets/main/components/_author-promo.scss */
.no-svg .AuthorPromo-links-item .Icon {
  display: none;
}

/* line 90, app/assets/stylesheets/main/components/_author-promo.scss */
.AuthorPromo-moreLink {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 5, app/assets/stylesheets/main/components/_breadcrumb.scss */
.Breadcrumb {
  margin: 0 0 18px;
  margin: 0 0 1.125rem;
  display: none;
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 600px) {
  /* line 5, app/assets/stylesheets/main/components/_breadcrumb.scss */
  .Breadcrumb {
    display: block;
  }
}

/* line 16, app/assets/stylesheets/main/components/_breadcrumb.scss */
.Breadcrumb-item {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 4px 0 0;
  margin: 0 0.25rem 0 0;
  display: inline;
  text-transform: uppercase;
}

/* line 24, app/assets/stylesheets/main/components/_breadcrumb.scss */
.Breadcrumb-link {
  display: inline-block;
}

/* line 27, app/assets/stylesheets/main/components/_breadcrumb.scss */
.Breadcrumb-link:link, .Breadcrumb-link:visited {
  color: #888888;
}

/* line 33, app/assets/stylesheets/main/components/_breadcrumb.scss */
.Breadcrumb-link .Icon-svg {
  fill: #aaa;
  height: 17px;
  width: 17px;
  position: relative;
  top: 3px;
}

/* line 5, app/assets/stylesheets/main/components/_callout.scss */
.Callout {
  padding-left: 35px;
  padding-left: 2.1875rem;
}

/* line 8, app/assets/stylesheets/main/components/_callout.scss */
.Callout-headline {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  color: #5dbb41;
  text-transform: uppercase;
}

/* line 18, app/assets/stylesheets/main/components/_callout.scss */
.Callout-headline:before {
  border-bottom: 6px solid transparent;
  border-left: 10px solid #5dbb41;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 10px;
  left: -35px;
  position: absolute;
  top: 4px;
  width: 10px;
}

/* line 32, app/assets/stylesheets/main/components/_callout.scss */
.Callout-summary {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 5, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo {
  padding: 25px 0 15px;
  padding: 1.5625rem 0 0.9375rem;
  background-color: #efeeec;
  color: #182c3d;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ConnectPromo:before, .ConnectPromo:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ConnectPromo:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 32px;
  margin: 0 0 2rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

/* line 23, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-column {
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
}

@media screen and (min-width: 700px) {
  /* line 23, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-column {
    float: left;
    margin: 0;
    width: 50%;
  }
  /* line 31, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-column:first-child {
    border-right: 1px solid #ccc;
  }
  /* line 35, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-column.-column1 {
    padding: 0 40px 0 0;
    padding: 0 2.5rem 0 0;
  }
  /* line 39, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-column.-column2 {
    padding: 0 0 0 40px;
    padding: 0 0 0 2.5rem;
  }
}

/* line 45, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-callout {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 20px;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 700px) {
  /* line 45, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-callout {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* line 59, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-form {
  margin: 0 auto;
  max-width: 360px;
}

@media screen and (min-width: 700px) {
  /* line 59, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-form {
    position: relative;
  }
}

/* line 67, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-form-email[type="email"] {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  padding: 20px;
  padding: 1.25rem;
  background-color: #fff;
  border: none;
  line-height: 1;
  outline: none;
  text-align: center;
}

@media screen and (min-width: 700px) {
  /* line 67, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-form-email[type="email"] {
    padding: 20px 130px 20px 20px;
    padding: 1.25rem 8.125rem 1.25rem 1.25rem;
    text-align: left;
  }
}

/* line 85, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-form-submit {
  padding: 22px;
  padding: 1.375rem;
  color: #fff;
  display: block;
  line-height: 1.1;
  width: 100%;
}

/* line 93, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-form-submit:after {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 85, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-form-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
}

/* line 107, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-social {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

/* line 113, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-social-item {
  margin: 0 4px;
  margin: 0 0.25rem;
  display: inline-block;
}

@media screen and (min-width: 700px) {
  /* line 113, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-social-item {
    margin: 0 6px 6px 0;
    margin: 0 0.375rem 0.375rem 0;
  }
}

/* line 122, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-social-link {
  padding: 8px;
  padding: 0.5rem;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
}

@media screen and (min-width: 700px) {
  /* line 122, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-social-link {
    padding: 13px;
    padding: 0.8125rem;
    height: 58px;
    width: 58px;
  }
}

/* line 139, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-social-link:link, .ConnectPromo-social-link:visited {
  color: #0072d0;
}

/* line 144, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-social-link.-twitter .Icon-svg {
  fill: #5aaeec;
}

/* line 145, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-social-link.-linkedin .Icon-svg {
  fill: #1179b3;
}

/* line 146, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-social-link.-facebook .Icon-svg {
  fill: #3c5b97;
}

/* line 147, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-social-link.-slideshare .Icon-svg {
  fill: #5ea6a8;
}

/* line 150, app/assets/stylesheets/main/components/_connect-promo.scss */
.ConnectPromo-social-link .Icon-svg {
  width: 24px;
  height: 24px;
  fill: #0072d0;
}

@media screen and (min-width: 700px) {
  /* line 150, app/assets/stylesheets/main/components/_connect-promo.scss */
  .ConnectPromo-social-link .Icon-svg {
    width: 32px;
    height: 32px;
  }
}

/* line 162, app/assets/stylesheets/main/components/_connect-promo.scss */
.no-svg .ConnectPromo-social-link {
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  border-radius: 0;
  height: auto;
  width: auto;
}

/* line 5, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 3px solid #0072d0;
  height: 100%;
  position: relative;
}

/* line 16, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-text {
  padding: 24px;
  padding: 1.5rem;
}

/* line 21, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-coverImage {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 21, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard-coverImage {
    bottom: 30px;
    border: 1px solid #ccc;
    display: block;
    left: 50%;
    margin-left: -100px;
    max-width: 200px;
    position: absolute;
  }
}

/* line 34, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-coverImage-wrap {
  bottom: 30px;
  height: 256px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
}

/* line 41, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-coverImage-wrap img {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 41, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard-coverImage-wrap img {
    border: 1px solid #ccc;
    display: block;
    max-width: 200px;
    position: absolute;
  }
}

@media screen and (min-width: 700px) {
  /* line 53, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard-coverImage.-featured {
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
    max-width: 200px;
    position: inherit;
  }
}

/* line 64, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-image {
  display: block;
  width: 100%;
}

@media screen and (min-width: 500px) {
  /* line 68, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard-image-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}

/* line 78, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-type {
  font-size: 12px;
  font-size: 0.75rem;
  color: #888888;
  text-transform: uppercase;
}

/* line 85, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

/* line 91, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-title a:link, .ContentCard-title a:visited {
  color: #000;
}

/* line 96, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-title a:hover, .ContentCard-title a:focus, .ContentCard-title a:active {
  color: #0072d0;
}

/* line 104, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-subTitle {
  color: #888888;
  line-height: 1.4;
  margin: 0;
}

/* line 113, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-meta {
  font-size: 12px;
  font-size: 0.75rem;
  color: #888888;
}

/* line 118, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-link {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 123, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard-link .Icon-svg {
  fill: #0072d0;
  height: 14px;
  position: relative;
  top: 3px;
  width: 14px;
}

@media screen and (min-width: 500px) {
  /* line 136, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard--image {
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 900px) {
  /* line 136, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard--image {
    padding-bottom: 150px;
  }
}

/* line 146, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard--image .ContentCard-text {
  padding-bottom: 0;
}

@media screen and (min-width: 700px) {
  /* line 153, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard--cover-image {
    padding-bottom: 250px;
  }
}

/* line 163, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard.-wide {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 168, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard.-wide .ContentCard-text img,
.ContentCard.-wide .ContentCard-image img {
  display: block;
}

@media screen and (min-width: 700px) {
  /* line 167, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard.-wide .ContentCard-text,
.ContentCard.-wide .ContentCard-image {
    display: table-cell;
    overflow: hidden;
    width: 50%;
  }
}

@media screen and (min-width: 700px) {
  /* line 181, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard.-wide .ContentCard-text.-noImage {
    width: 100%;
  }
}

@media screen and (min-width: 700px) {
  /* line 187, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard.-wide .ContentCard-image {
    position: relative;
    padding: 20px 20px 0 0;
  }
}

@media screen and (min-width: 960px) {
  /* line 187, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard.-wide .ContentCard-image {
    padding: 0;
  }
  /* line 196, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard.-wide .ContentCard-image a,
.ContentCard.-wide .ContentCard-image div[data-picture] {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    /* line 206, app/assets/stylesheets/main/components/_content-card.scss */
    .ContentCard.-wide .ContentCard-image img {
      bottom: 0;
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top left;
         object-position: top left;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
    }
  }
}

/* line 226, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard.-featured {
  border-top-color: #5dbb41;
  padding-bottom: 0;
}

/* line 230, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard.-featured .ContentCard-coverImage {
  margin-left: 20px;
  margin-left: 1.25rem;
  display: inline-block;
  float: right;
}

/* line 237, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard.-featured .ContentCard-type {
  padding-left: 22px;
  padding-left: 1.375rem;
  color: #5dbb41;
  position: relative;
}

/* line 243, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard.-featured .ContentCard-type:before {
  border-bottom: 6px solid transparent;
  border-left: 10px solid #5dbb41;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}

@media screen and (min-width: 700px) {
  /* line 237, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard.-featured .ContentCard-type {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 700px) {
  /* line 261, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard.-featured .ContentCard-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 700px) {
  /* line 267, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard.-featured .ContentCard-subTitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 700px) {
  /* line 273, app/assets/stylesheets/main/components/_content-card.scss */
  .ContentCard.-featured .ContentCard-meta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* line 284, app/assets/stylesheets/main/components/_content-card.scss */
.ContentCard.-author .ContentCard-coverImage {
  margin-left: 20px;
  margin-left: 1.25rem;
  display: inline-block;
  float: right;
}

/* line 5, app/assets/stylesheets/main/components/_content-grid.scss */
.ContentGrid {
  margin-left: -24px;
  margin-left: -1.5rem;
  list-style: none;
  padding: 0;
}

/* line 12, app/assets/stylesheets/main/components/_content-grid.scss */
.ContentGrid-item {
  padding-left: 24px;
  padding-left: 1.5rem;
  opacity: 0;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 500px) {
  /* line 12, app/assets/stylesheets/main/components/_content-grid.scss */
  .ContentGrid-item {
    float: left;
    width: 50%;
  }
  /* line 23, app/assets/stylesheets/main/components/_content-grid.scss */
  .ContentGrid-item:nth-child(odd) {
    clear: left;
  }
}

@media screen and (min-width: 900px) {
  /* line 12, app/assets/stylesheets/main/components/_content-grid.scss */
  .ContentGrid-item {
    width: 33.33%;
  }
  /* line 31, app/assets/stylesheets/main/components/_content-grid.scss */
  .ContentGrid-item:nth-child(odd) {
    clear: none;
  }
  /* line 35, app/assets/stylesheets/main/components/_content-grid.scss */
  .ContentGrid-item:nth-child(3n+1) {
    clear: left;
  }
}

/* line 5, app/assets/stylesheets/main/components/_content-promo-card.scss */
.ContentPromoCard {
  display: block;
  height: 100%;
}

/* line 10, app/assets/stylesheets/main/components/_content-promo-card.scss */
.ContentPromoCard:link, .ContentPromoCard:visited {
  color: #fff;
}

/* line 15, app/assets/stylesheets/main/components/_content-promo-card.scss */
.ContentPromoCard:hover {
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/main/components/_content-promo-card.scss */
.ContentPromoCard.-withImage {
  background-size: cover;
  background-position: top center;
}

/* line 24, app/assets/stylesheets/main/components/_content-promo-card.scss */
.ContentPromoCard-inner {
  padding: 32px;
  padding: 2rem;
  background-color: #2895d9;
  background-image: linear-gradient(left top, #2895d9, #1b6dc8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#2895d9', EndColorStr='#1b6dc8');
  height: 100%;
  min-height: 320px;
}

/* line 31, app/assets/stylesheets/main/components/_content-promo-card.scss */
.-withImage .ContentPromoCard-inner {
  background: rgba(25, 44, 60, 0.5);
}

/* line 36, app/assets/stylesheets/main/components/_content-promo-card.scss */
.ContentPromoCard-type {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* line 42, app/assets/stylesheets/main/components/_content-promo-card.scss */
.ContentPromoCard-headline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

/* line 49, app/assets/stylesheets/main/components/_content-promo-card.scss */
.-large .ContentPromoCard-headline {
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (min-width: 1300px) {
  /* line 42, app/assets/stylesheets/main/components/_content-promo-card.scss */
  .ContentPromoCard-headline {
    max-width: 80%;
  }
}

/* line 58, app/assets/stylesheets/main/components/_content-promo-card.scss */
.ContentPromoCard-cta {
  font-size: 16px;
  font-size: 1rem;
}

/* line 64, app/assets/stylesheets/main/components/_content-promo-card.scss */
.ContentPromoCard-meta {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}

/* line 5, app/assets/stylesheets/main/components/_content-promo-grid.scss */
.ContentPromoGrid {
  max-width: 1400px;
}

@media screen and (min-width: 700px) {
  /* line 5, app/assets/stylesheets/main/components/_content-promo-grid.scss */
  .ContentPromoGrid {
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 700px) {
  /* line 14, app/assets/stylesheets/main/components/_content-promo-grid.scss */
  .ContentPromoGrid-item {
    float: left;
    width: 37%;
  }
  /* line 19, app/assets/stylesheets/main/components/_content-promo-grid.scss */
  .ContentPromoGrid-item.-wide {
    width: 63%;
  }
}

/* line 5, app/assets/stylesheets/main/components/_cta-promo.scss */
.CtaPromoWrapper {
  background-color: #fff;
}

@media screen and (min-width: 700px) {
  /* line 5, app/assets/stylesheets/main/components/_cta-promo.scss */
  .CtaPromoWrapper {
    padding-top: 32px;
    padding-top: 2rem;
  }
}

@media screen and (min-width: 1000px) {
  /* line 5, app/assets/stylesheets/main/components/_cta-promo.scss */
  .CtaPromoWrapper {
    position: relative;
    top: -32px;
  }
}

/* line 20, app/assets/stylesheets/main/components/_cta-promo.scss */
.CtaPromo {
  padding: 0 16px 16px;
  padding: 0 1rem 1rem;
  margin: 0 auto;
  position: relative;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.CtaPromo:before, .CtaPromo:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.CtaPromo:after {
  clear: both;
}

@media screen and (min-width: 700px) {
  /* line 20, app/assets/stylesheets/main/components/_cta-promo.scss */
  .CtaPromo {
    padding: 0 32px 32px;
    padding: 0 2rem 2rem;
    border-left: 1px solid #ccc;
    float: left;
    text-align: center;
    width: 33%;
  }
  /* line 35, app/assets/stylesheets/main/components/_cta-promo.scss */
  .CtaPromo:first-child {
    border: none;
  }
}

/* line 40, app/assets/stylesheets/main/components/_cta-promo.scss */
.CtaPromo-icon {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 40, app/assets/stylesheets/main/components/_cta-promo.scss */
  .CtaPromo-icon {
    display: block;
    height: 120px;
    margin: 0 auto;
    width: 120px;
  }
}

/* line 51, app/assets/stylesheets/main/components/_cta-promo.scss */
.CtaPromo-title {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 57, app/assets/stylesheets/main/components/_cta-promo.scss */
.CtaPromo-summary {
  line-height: 1.5;
}

@media screen and (min-width: 700px) {
  /* line 57, app/assets/stylesheets/main/components/_cta-promo.scss */
  .CtaPromo-summary {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 700px) {
  /* line 68, app/assets/stylesheets/main/components/_cta-promo.scss */
  .CtaPromo-cta-wrap {
    bottom: 20px;
    position: absolute;
    left: 35px;
    width: 70%;
  }
}

@media screen and (min-width: 850px) {
  /* line 68, app/assets/stylesheets/main/components/_cta-promo.scss */
  .CtaPromo-cta-wrap {
    left: 0;
    width: 100%;
  }
}

/* line 5, app/assets/stylesheets/main/components/_cta.scss */
.Cta {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

/* line 11, app/assets/stylesheets/main/components/_cta.scss */
.Cta .Icon-svg {
  fill: #888888;
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}

/* line 14, app/assets/stylesheets/main/components/_custom-select.scss */
select.u-customSelect {
  opacity: 0;
}

/* line 19, app/assets/stylesheets/main/components/_custom-select.scss */
.no-js select.u-customSelect, .no-cssanimations select.u-customSelect {
  opacity: 1;
}

/* line 27, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect {
  font-size: 0.875em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 33, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect select {
  border: 0;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 2.2857142857em;
  opacity: 0;
  position: relative;
  width: auto;
  z-index: 10;
}

/* line 46, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect div {
  border: 1px solid #ccc;
  color: #333;
  font-weight: bold;
  height: 2.2857142857em;
  left: 0;
  line-height: 2.1428571429;
  opacity: 0;
  overflow: hidden;
  padding: 0 2.5em 0 0.5em;
  text-overflow: ellipsis;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 63, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect div:after {
  content: '\0020';
  display: block;
  margin-top: -0.15em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  /*@include triangle( 0.8em, $selectArrowColor, down );*/
}

/* line 75, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect div:before {
  background: #ccc;
  content: '\0020';
  display: block;
  height: 70%;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: 15%;
  width: 1px;
}

/* line 86, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect div.focus {
  border-color: darkBlue;
}

/* line 89, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect div.focus:before {
  background: darkBlue;
}

/* line 95, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect.js-init .placeholder {
  opacity: 1;
  position: absolute;
}

/* line 101, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect.disabled select {
  cursor: not-allowed;
}

/* line 105, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect.disabled div {
  background: #f5f5f5;
  color: #999;
}

/* line 109, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect.disabled div:after {
  /*@include triangle(0.8em, $selectBorderColor, down);*/
}

/* line 116, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect.-block {
  display: block;
}

/* line 119, app/assets/stylesheets/main/components/_custom-select.scss */
.js-customSelect.-block select {
  width: 100%;
}

/* line 5, app/assets/stylesheets/main/components/_document-links.scss */
.DocumentLinks {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  padding: 0;
}

/* line 13, app/assets/stylesheets/main/components/_document-links.scss */
.DocumentLinks-header {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 17, app/assets/stylesheets/main/components/_document-links.scss */
.DocumentLinks-item {
  margin: 0 0 6px;
  margin: 0 0 0.375rem;
}

/* line 24, app/assets/stylesheets/main/components/_document-links.scss */
.DocumentLinks-link .Icon-svg {
  fill: #888888;
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}

/* line 34, app/assets/stylesheets/main/components/_document-links.scss */
.Markdown-text-style .DocumentLinks {
  list-style: none;
  padding: 0;
}

/* line 38, app/assets/stylesheets/main/components/_document-links.scss */
.Markdown-text-style .DocumentLinks li {
  padding: 0;
}

/* line 41, app/assets/stylesheets/main/components/_document-links.scss */
.Markdown-text-style .DocumentLinks li:before {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 5, app/assets/stylesheets/main/components/_documents-aside.scss */
  .DocumentsAside {
    padding: 0 0 36px 16px;
    padding: 0 0 2.25rem 1rem;
    border-left: 1px solid #ccc;
  }
}

/* line 12, app/assets/stylesheets/main/components/_documents-aside.scss */
.DocumentsAside-coverImage {
  border: 1px solid #ccc;
}

/* line 18, app/assets/stylesheets/main/components/_documents-aside.scss */
.DocumentsAside-externalLink .Icon-svg {
  fill: #888888;
  height: 17px;
  position: relative;
  top: 3px;
  width: 17px;
}

/* line 26, app/assets/stylesheets/main/components/_documents-aside.scss */
.no-svg .DocumentsAside-externalLink .Icon {
  display: none;
}

/* line 5, app/assets/stylesheets/main/components/_download.scss */
.Download {
  margin: 24px 0;
  margin: 1.5rem 0;
  padding: 16px;
  padding: 1rem;
  background-color: #efeeec;
  border: 1px solid #ccc;
  border-radius: 1px;
  display: block;
  position: relative;
}

/* line 15, app/assets/stylesheets/main/components/_download.scss */
.Download:hover {
  background-color: #e3e2de;
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/main/components/_download.scss */
.Download-summary {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 6px;
  margin: 0 0 0.375rem;
  color: #444;
  display: block;
}

/* line 30, app/assets/stylesheets/main/components/_download.scss */
.Download-title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
  color: #0072d0;
  display: block;
}

/* line 40, app/assets/stylesheets/main/components/_download.scss */
.Download-meta {
  font-size: 12px;
  font-size: 0.75rem;
  color: #888888;
  display: block;
  text-transform: uppercase;
}

/* line 51, app/assets/stylesheets/main/components/_download.scss */
.Download .Icon-svg {
  fill: #0072d0;
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}

/* line 59, app/assets/stylesheets/main/components/_download.scss */
.no-svg .Download .Icon {
  display: none;
}

/* line 6, app/assets/stylesheets/main/components/_expandable.scss */
.Expandable-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

/* line 11, app/assets/stylesheets/main/components/_expandable.scss */
.no-js .Expandable-content {
  max-height: none;
}

/* line 16, app/assets/stylesheets/main/components/_expandable.scss */
.js-no-outlines .Expandable-content {
  outline: none;
}

/* line 5, app/assets/stylesheets/main/components/_filter-list.scss */
.FilterList {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

@media screen and (min-width: 700px) {
  /* line 5, app/assets/stylesheets/main/components/_filter-list.scss */
  .FilterList {
    text-align: left;
  }
}

/* line 16, app/assets/stylesheets/main/components/_filter-list.scss */
.FilterList-title {
  padding: 10px;
  padding: 0.625rem;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

@media screen and (min-width: 700px) {
  /* line 16, app/assets/stylesheets/main/components/_filter-list.scss */
  .FilterList-title {
    margin-right: 12px;
    margin-right: 0.75rem;
    border: none;
    display: inline-block;
    padding: 0;
  }
}

/* line 31, app/assets/stylesheets/main/components/_filter-list.scss */
.FilterList-items {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  /* line 31, app/assets/stylesheets/main/components/_filter-list.scss */
  .FilterList-items {
    display: inline-block;
    font-size: inherit;
    text-transform: none;
  }
}

/* line 45, app/assets/stylesheets/main/components/_filter-list.scss */
.FilterList-item {
  margin: 0;
  display: block;
}

@media screen and (min-width: 700px) {
  /* line 45, app/assets/stylesheets/main/components/_filter-list.scss */
  .FilterList-item {
    display: inline;
  }
}

/* line 54, app/assets/stylesheets/main/components/_filter-list.scss */
.FilterList-link {
  padding: 10px;
  padding: 0.625rem;
  border-bottom: 1px solid #ccc;
  display: block;
}

/* line 60, app/assets/stylesheets/main/components/_filter-list.scss */
.FilterList-link:hover {
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  /* line 54, app/assets/stylesheets/main/components/_filter-list.scss */
  .FilterList-link {
    padding: 4px 11px;
    padding: 0.25rem 0.6875rem;
    border: none;
    display: inline-block;
  }
}

/* line 71, app/assets/stylesheets/main/components/_filter-list.scss */
.FilterList-link.-active {
  background-color: #0072d0;
  border: none;
  position: relative;
}

/* line 76, app/assets/stylesheets/main/components/_filter-list.scss */
.FilterList-link.-active:link, .FilterList-link.-active:visited {
  color: #fff;
}

@media screen and (min-width: 700px) {
  /* line 82, app/assets/stylesheets/main/components/_filter-list.scss */
  .FilterList-link.-active:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0072d0;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 100%;
    width: 16px;
  }
}

/* line 5, app/assets/stylesheets/main/components/_footer.scss */
.Footer {
  padding: 32px 0;
  padding: 2rem 0;
  background-color: #182c3d;
  clear: both;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 700px) {
  /* line 5, app/assets/stylesheets/main/components/_footer.scss */
  .Footer {
    text-align: left;
  }
}

/* line 18, app/assets/stylesheets/main/components/_footer.scss */
.Footer-logo {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  max-width: 380px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Footer-col1:before, .Footer-col1:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Footer-col1:after {
  clear: both;
}

@media screen and (min-width: 700px) {
  /* line 25, app/assets/stylesheets/main/components/_footer.scss */
  .Footer-col1 {
    float: left;
    width: 65%;
  }
}

@media screen and (min-width: 700px) {
  /* line 34, app/assets/stylesheets/main/components/_footer.scss */
  .Footer-col2 {
    float: right;
    width: 24%;
  }
}

/* line 41, app/assets/stylesheets/main/components/_footer.scss */
.Footer-mission {
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  /* line 41, app/assets/stylesheets/main/components/_footer.scss */
  .Footer-mission {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* line 51, app/assets/stylesheets/main/components/_footer.scss */
.Footer-social {
  list-style: none;
  padding: 0;
}

/* line 55, app/assets/stylesheets/main/components/_footer.scss */
.Footer-social-item {
  margin: 0 4px;
  margin: 0 0.25rem;
  display: inline-block;
}

@media screen and (min-width: 700px) {
  /* line 55, app/assets/stylesheets/main/components/_footer.scss */
  .Footer-social-item {
    margin: 0 6px 6px 0;
    margin: 0 0.375rem 0.375rem 0;
  }
}

/* line 64, app/assets/stylesheets/main/components/_footer.scss */
.Footer-social-link {
  padding: 8px;
  padding: 0.5rem;
  border-radius: 100%;
  background-color: #0072d0;
  display: inline-block;
  height: 36px;
  width: 36px;
}

/* line 73, app/assets/stylesheets/main/components/_footer.scss */
.Footer-social-link:link, .Footer-social-link:visited {
  color: #fff;
}

/* line 78, app/assets/stylesheets/main/components/_footer.scss */
.Footer-social-link:hover {
  background-color: #00569d;
}

/* line 83, app/assets/stylesheets/main/components/_footer.scss */
.Footer-social-link .Icon-svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/* line 90, app/assets/stylesheets/main/components/_footer.scss */
.no-svg .Footer-social-link {
  border-radius: 0;
  width: auto;
}

/* line 97, app/assets/stylesheets/main/components/_footer.scss */
.Footer-nav {
  margin: 0 auto 12px auto;
  margin: 0 auto 0.75rem auto;
  list-style: none;
  max-width: 400px;
  padding: 0;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Footer-nav:before, .Footer-nav:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Footer-nav:after {
  clear: both;
}

/* line 107, app/assets/stylesheets/main/components/_footer.scss */
.Footer-nav-item {
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 1px solid #485664;
  margin: 0;
}

/* line 113, app/assets/stylesheets/main/components/_footer.scss */
.Footer-nav-item:first-child {
  border: none;
}

/* line 118, app/assets/stylesheets/main/components/_footer.scss */
.Footer-nav-link {
  padding: 8px 0;
  padding: 0.5rem 0;
  display: block;
}

/* line 122, app/assets/stylesheets/main/components/_footer.scss */
.Footer-nav-link:link, .Footer-nav-link:visited {
  color: #fff;
}

/* line 127, app/assets/stylesheets/main/components/_footer.scss */
.Footer-nav-link:hover {
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/main/components/_footer.scss */
.Footer-hr {
  display: none;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Footer-hr:before, .Footer-hr:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Footer-hr:after {
  clear: both;
}

@media screen and (min-width: 700px) {
  /* line 133, app/assets/stylesheets/main/components/_footer.scss */
  .Footer-hr {
    margin: 10px 0 16px 0;
    margin: 0.625rem 0 1rem 0;
    background-color: #485664;
    border: none;
    display: block;
    height: 1px;
    width: 100%;
  }
}

/* line 149, app/assets/stylesheets/main/components/_footer.scss */
.Footer-copyright {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #888888;
  font-weight: 300;
}

@media screen and (min-width: 700px) {
  /* line 149, app/assets/stylesheets/main/components/_footer.scss */
  .Footer-copyright {
    float: left;
  }
}

/* line 161, app/assets/stylesheets/main/components/_footer.scss */
.Footer-utilityNav {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 700px) {
  /* line 161, app/assets/stylesheets/main/components/_footer.scss */
  .Footer-utilityNav {
    float: right;
  }
}

/* line 173, app/assets/stylesheets/main/components/_footer.scss */
.Footer-utilityNav-item {
  display: inline;
  margin: 0;
}

/* line 178, app/assets/stylesheets/main/components/_footer.scss */
.Footer-utilityNav-link {
  padding: 0 6px;
  padding: 0 0.375rem;
  display: inline-block;
}

@media screen and (min-width: 700px) {
  /* line 178, app/assets/stylesheets/main/components/_footer.scss */
  .Footer-utilityNav-link {
    margin-left: 12px;
    margin-left: 0.75rem;
    padding: 0;
  }
}

/* line 188, app/assets/stylesheets/main/components/_footer.scss */
.Footer-utilityNav-link:link, .Footer-utilityNav-link:visited {
  color: #888888;
}

/* line 5, app/assets/stylesheets/main/components/_funders-promo.scss */
.FundersPromo {
  padding: 48px 0;
  padding: 3rem 0;
  text-align: center;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.FundersPromo:before, .FundersPromo:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.FundersPromo:after {
  clear: both;
}

/* line 11, app/assets/stylesheets/main/components/_funders-promo.scss */
.FundersPromo-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  color: #182c3d;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

/* line 23, app/assets/stylesheets/main/components/_funders-promo.scss */
.FundersPromo-summary {
  margin: 0 auto 24px auto;
  margin: 0 auto 1.5rem auto;
  max-width: 750px;
}

/* line 29, app/assets/stylesheets/main/components/_funders-promo.scss */
.FundersPromo-members {
  margin: 0 auto 24px auto;
  margin: 0 auto 1.5rem auto;
  list-style: none;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 80%;
}

@media screen and (min-width: 700px) {
  /* line 29, app/assets/stylesheets/main/components/_funders-promo.scss */
  .FundersPromo-members {
    width: 100%;
  }
}

/* line 43, app/assets/stylesheets/main/components/_funders-promo.scss */
.FundersPromo-members .slick-track {
  display: table;
  margin: 0 auto;
}

/* line 48, app/assets/stylesheets/main/components/_funders-promo.scss */
.FundersPromo-members-item {
  border-right: 1px solid #ccc;
  display: table-cell;
  margin: 0;
  padding: 24px;
  vertical-align: middle;
  width: 50%;
}

@media screen and (min-width: 700px) {
  /* line 48, app/assets/stylesheets/main/components/_funders-promo.scss */
  .FundersPromo-members-item {
    padding: 24px 36px;
    width: 25%;
  }
}

/* line 62, app/assets/stylesheets/main/components/_funders-promo.scss */
.FundersPromo-members-item.slick-active + .slick-active + .slick-active + .slick-active {
  border: none;
}

/* line 67, app/assets/stylesheets/main/components/_funders-promo.scss */
.FundersPromo-members-image {
  display: block;
}

/* line 77, app/assets/stylesheets/main/components/_funders-promo.scss */
.FundersPromo-cta .Icon-svg {
  fill: #0072d0;
  height: 16px;
  position: relative;
  top: 2px;
  width: 16px;
}

/* line 5, app/assets/stylesheets/main/components/_header.scss */
.Header {
  position: relative;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Header:before, .Header:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Header:after {
  clear: both;
}

/* line 10, app/assets/stylesheets/main/components/_header.scss */
.Header-logoWrapper {
  padding: 20px 0 28px;
  padding: 1.25rem 0 1.75rem;
  box-sizing: border-box;
  max-width: 440px;
  margin: 0 auto;
}

@media screen and (min-width: 700px) {
  /* line 10, app/assets/stylesheets/main/components/_header.scss */
  .Header-logoWrapper {
    padding-top: 28px;
    padding-top: 1.75rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    float: left;
    width: 50%;
  }
}

/* line 26, app/assets/stylesheets/main/components/_header.scss */
.Header-logo {
  display: block;
}

/* line 30, app/assets/stylesheets/main/components/_header.scss */
.Header-utilityNav {
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  top: 50%;
  /*@include transform( translateY( -50% ) );*/
  display: none;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  right: 0;
  text-transform: uppercase;
  width: 23.5%;
}

@media screen and (min-width: 700px) {
  /* line 30, app/assets/stylesheets/main/components/_header.scss */
  .Header-utilityNav {
    display: block;
  }
}

/* line 49, app/assets/stylesheets/main/components/_header.scss */
.Header-utilityNav-item {
  padding: 2px 2px 2px 10px;
  padding: 0.125rem 0.125rem 0.125rem 0.625rem;
  border-left: 1px solid #ccc;
  display: block;
  margin: 0;
}

/* line 58, app/assets/stylesheets/main/components/_header.scss */
.Header-utilityNav-link:link, .Header-utilityNav-link:visited {
  color: #888888;
}

/* line 5, app/assets/stylesheets/main/components/_hero-image.scss */
.HeroImage {
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
  position: relative;
}

/* line 13, app/assets/stylesheets/main/components/_hero-image.scss */
.HeroImage-image {
  display: block;
  width: 100%;
}

/* line 18, app/assets/stylesheets/main/components/_hero-image.scss */
.HeroImage-attribution {
  bottom: 16px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  position: absolute;
  right: 16px;
  text-shadow: 0 0 3px #000;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

/* line 5, app/assets/stylesheets/main/components/_hero-promo.scss */
.HeroPromo {
  color: #fff;
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 0 12px #000;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

/* line 16, app/assets/stylesheets/main/components/_hero-promo.scss */
.js .HeroPromo {
  background-image: none;
}

@media screen and (min-width: 700px) {
  /* line 5, app/assets/stylesheets/main/components/_hero-promo.scss */
  .HeroPromo {
    background-position: top center;
  }
}

@media screen and (min-width: 1400px) {
  /* line 5, app/assets/stylesheets/main/components/_hero-promo.scss */
  .HeroPromo {
    background-size: contain;
  }
}

/* line 28, app/assets/stylesheets/main/components/_hero-promo.scss */
.HeroPromo-content {
  padding: 50px 40px;
  padding: 3.125rem 2.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 700px) {
  /* line 28, app/assets/stylesheets/main/components/_hero-promo.scss */
  .HeroPromo-content {
    padding: 80px 0 60px;
    padding: 5rem 0 3.75rem;
    background-color: transparent;
    float: right;
    max-width: none;
    width: 630px;
  }
}

@media screen and (min-width: 1000px) {
  /* line 28, app/assets/stylesheets/main/components/_hero-promo.scss */
  .HeroPromo-content {
    padding: 120px 0 100px;
    padding: 7.5rem 0 6.25rem;
  }
}

/* line 49, app/assets/stylesheets/main/components/_hero-promo.scss */
.HeroPromo-smallText {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 auto 10px auto;
  margin: 0 auto 0.625rem auto;
  max-width: 80%;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  /* line 49, app/assets/stylesheets/main/components/_hero-promo.scss */
  .HeroPromo-smallText {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 63, app/assets/stylesheets/main/components/_hero-promo.scss */
.HeroPromo-largeText {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 4px;
  margin: 0 0 0.25rem;
  line-height: 1.3;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  /* line 63, app/assets/stylesheets/main/components/_hero-promo.scss */
  .HeroPromo-largeText {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
  }
}

/* line 78, app/assets/stylesheets/main/components/_hero-promo.scss */
.HeroPromo-cta {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* line 85, app/assets/stylesheets/main/components/_hero-promo.scss */
.HeroPromo-cta:link, .HeroPromo-cta:visited {
  color: #fff;
}

/* line 90, app/assets/stylesheets/main/components/_hero-promo.scss */
.HeroPromo-cta:hover {
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  /* line 78, app/assets/stylesheets/main/components/_hero-promo.scss */
  .HeroPromo-cta {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 99, app/assets/stylesheets/main/components/_hero-promo.scss */
.HeroPromo-cta .Icon-svg {
  fill: #fff;
  height: 24px;
  position: relative;
  top: 5px;
  width: 24px;
}

/* line 109, app/assets/stylesheets/main/components/_hero-promo.scss */
.HeroPromo-attribution {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 109, app/assets/stylesheets/main/components/_hero-promo.scss */
  .HeroPromo-attribution {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 16px 6px 0;
    margin: 0 1rem 0.375rem 0;
    clear: both;
    display: block;
    height: 21px;
    text-align: right;
  }
}

@media screen and (min-width: 1000px) {
  /* line 109, app/assets/stylesheets/main/components/_hero-promo.scss */
  .HeroPromo-attribution {
    margin: 0 0 38px;
    margin: 0 0 2.375rem;
  }
}

/* line 7, app/assets/stylesheets/main/components/_icon.scss */
.Icon-svg {
  /*@include transition( fill 150ms ease-in-out );*/
  display: inline-block;
  fill: #444;
}

/* line 13, app/assets/stylesheets/main/components/_icon.scss */
.no-svg .Icon-svg {
  display: none;
}

/* line 18, app/assets/stylesheets/main/components/_icon.scss */
.Icon-noSvg {
  display: none;
}

/* line 21, app/assets/stylesheets/main/components/_icon.scss */
.no-svg .Icon-noSvg {
  display: inline-block;
}

/* line 5, app/assets/stylesheets/main/components/_inline-documents.scss */
.InlineDocuments,
.Markdown-text-style .InlineDocuments {
  margin: 32px 0;
  margin: 2rem 0;
  padding-top: 18px;
  padding-top: 1.125rem;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 700px) {
  /* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
  .InlineDocuments:before, .InlineDocuments:after,
.Markdown-text-style .InlineDocuments:before,
.Markdown-text-style .InlineDocuments:after {
    content: " ";
    display: table;
  }
  /* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
  .InlineDocuments:after,
.Markdown-text-style .InlineDocuments:after {
    clear: both;
  }
}

/* line 17, app/assets/stylesheets/main/components/_inline-documents.scss */
.InlineDocuments-header,
.Markdown-text-style .InlineDocuments-header {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
}

/* line 23, app/assets/stylesheets/main/components/_inline-documents.scss */
.InlineDocuments-items,
.Markdown-text-style .InlineDocuments-items {
  margin: 0 0 0 -32px;
  margin: 0 0 0 -2rem;
  list-style: none;
}

/* line 29, app/assets/stylesheets/main/components/_inline-documents.scss */
.InlineDocuments-item,
.Markdown-text-style .InlineDocuments-item {
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  padding-left: 32px;
  padding-left: 2rem;
}

/* line 34, app/assets/stylesheets/main/components/_inline-documents.scss */
.InlineDocuments-item:before,
.Markdown-text-style .InlineDocuments-item:before {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 29, app/assets/stylesheets/main/components/_inline-documents.scss */
  .InlineDocuments-item,
.Markdown-text-style .InlineDocuments-item {
    width: 50%;
    float: left;
  }
}

/* line 44, app/assets/stylesheets/main/components/_inline-documents.scss */
.InlineDocuments-coverImage,
.Markdown-text-style .InlineDocuments-coverImage {
  border: 1px solid #ccc;
  display: block;
  float: left;
  width: 40%;
}

/* line 51, app/assets/stylesheets/main/components/_inline-documents.scss */
.InlineDocuments-title,
.Markdown-text-style .InlineDocuments-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.2;
  margin: 0;
}

/* line 61, app/assets/stylesheets/main/components/_inline-documents.scss */
.InlineDocuments-links,
.Markdown-text-style .InlineDocuments-links {
  padding-left: 12px;
  padding-left: 0.75rem;
  float: left;
  width: 60%;
}

/* line 5, app/assets/stylesheets/main/components/_inline-reader-link.scss */
.InlineReaderLink {
  color: #888888;
  font-size: 75%;
}

/* line 9, app/assets/stylesheets/main/components/_inline-reader-link.scss */
.InlineReaderLink a:link,
.InlineReaderLink a:visited {
  color: #888888;
}

/* line 5, app/assets/stylesheets/main/components/_landing-feature.scss */
.LandingFeature {
  overflow: hidden;
  position: relative;
}

/* line 9, app/assets/stylesheets/main/components/_landing-feature.scss */
.LandingFeature-image {
  background-position: top center;
  background-size: cover;
  height: 250px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 700px) {
  /* line 9, app/assets/stylesheets/main/components/_landing-feature.scss */
  .LandingFeature-image {
    height: 350px;
  }
}

/* line 24, app/assets/stylesheets/main/components/_landing-feature.scss */
.LandingFeature-overlay {
  background-image: url(/assets/news-banner-dots-e649ac68c84c4fa440e5d2fd1e962dc59655623675db34798d2f7a625ce2f52a.png);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 33, app/assets/stylesheets/main/components/_landing-feature.scss */
.LandingFeature-content {
  position: relative;
  z-index: 100;
}

/* line 38, app/assets/stylesheets/main/components/_landing-feature.scss */
.LandingFeature-title {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
}

/* line 47, app/assets/stylesheets/main/components/_landing-feature.scss */
.-noImage .LandingFeature-title {
  color: #000;
}

/* line 52, app/assets/stylesheets/main/components/_landing-feature.scss */
.LandingFeature-summary {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 24px;
}

@media screen and (min-width: 700px) {
  /* line 52, app/assets/stylesheets/main/components/_landing-feature.scss */
  .LandingFeature-summary {
    font-size: 24px;
    margin: 0 0 48px;
  }
}

@media screen and (min-width: 700px) {
  /* line 66, app/assets/stylesheets/main/components/_landing-feature.scss */
  .LandingFeature-cta {
    text-align: right;
  }
}

/* line 75, app/assets/stylesheets/main/components/_landing-feature.scss */
.LandingFeature-cta a:link, .LandingFeature-cta a:visited {
  color: #fff;
}

/* line 82, app/assets/stylesheets/main/components/_landing-feature.scss */
.LandingFeature-cta .Icon-svg {
  fill: #fff;
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}

/* line 93, app/assets/stylesheets/main/components/_landing-feature.scss */
.-noImage .LandingFeature-cta a:link, .-noImage .LandingFeature-cta a:visited {
  color: #0072d0;
}

/* line 100, app/assets/stylesheets/main/components/_landing-feature.scss */
.-noImage .LandingFeature-cta .Icon-svg {
  fill: #0072d0;
}

/* line 5, app/assets/stylesheets/main/components/_large-search-form.scss */
.LargeSearchForm {
  position: relative;
}

/* line 8, app/assets/stylesheets/main/components/_large-search-form.scss */
.LargeSearchForm input[type="text"] {
  font-size: 24px;
  font-size: 1.5rem;
  border: 1px solid #888888;
  border-radius: 1px;
  display: block;
  line-height: 1.2;
  padding: 8px 78px 9px 15px;
}

/* line 20, app/assets/stylesheets/main/components/_large-search-form.scss */
.LargeSearchForm-submit {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 26, app/assets/stylesheets/main/components/_large-search-form.scss */
.LargeSearchForm-submit:after {
  display: none;
}

/* line 31, app/assets/stylesheets/main/components/_large-search-form.scss */
.LargeSearchForm-filters {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 16px 0 4px;
}

/* line 38, app/assets/stylesheets/main/components/_large-search-form.scss */
.LargeSearchForm-filter {
  display: block;
  margin: 0 0 12px;
}

@media screen and (min-width: 800px) {
  /* line 38, app/assets/stylesheets/main/components/_large-search-form.scss */
  .LargeSearchForm-filter {
    display: inline-block;
  }
}

/* line 48, app/assets/stylesheets/main/components/_large-search-form.scss */
.LargeSearchForm-filter label {
  padding: 8px 0;
  width: 20%;
}

/* line 56, app/assets/stylesheets/main/components/_large-search-form.scss */
.LargeSearchForm-filter select {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjA0OCAyMDQ4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwMDcyZDAiPjxwYXRoIGQ9Ik0xNTIzIDg2NHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDM5MyAzOTMgMzkzLTM5M3ExMC0xMCAyMy0xMHQyMyAxMGw1MCA1MHExMCAxMCAxMCAyM3oiLz48L3N2Zz4K);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border-radius: 1px;
  border: 1px solid #bbbbbb;
  padding: 6px 32px 6px 8px;
  width: 80%;
}

@media screen and (min-width: 800px) {
  /* line 56, app/assets/stylesheets/main/components/_large-search-form.scss */
  .LargeSearchForm-filter select {
    margin: 0 8px 0 2px;
  }
}

/* line 75, app/assets/stylesheets/main/components/_large-search-form.scss */
.LargeSearchForm-filter label,
.LargeSearchForm-filter select {
  float: left;
  line-height: 1;
}

@media screen and (min-width: 800px) {
  /* line 75, app/assets/stylesheets/main/components/_large-search-form.scss */
  .LargeSearchForm-filter label,
.LargeSearchForm-filter select {
    float: none;
    width: auto;
  }
}

/* line 5, app/assets/stylesheets/main/components/_listing-card.scss */
.ListingCard {
  border: 1px solid #ccc;
  padding: 16px 16px 88px;
  position: relative;
}

/* line 12, app/assets/stylesheets/main/components/_listing-card.scss */
.ListingCard-category {
  font-size: 12px;
  font-size: 0.75rem;
  color: #888888;
  margin: 0;
  text-transform: uppercase;
}

/* line 20, app/assets/stylesheets/main/components/_listing-card.scss */
.ListingCard-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 6px 0;
}

/* line 27, app/assets/stylesheets/main/components/_listing-card.scss */
.ListingCard-meta {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin: 0;
}

/* line 34, app/assets/stylesheets/main/components/_listing-card.scss */
.ListingCard-link {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}

/* line 41, app/assets/stylesheets/main/components/_listing-card.scss */
.ListingCard-link .Icon-svg {
  fill: #0072d0;
  height: 14px;
  position: relative;
  top: 2px;
  width: 14px;
}

/* line 51, app/assets/stylesheets/main/components/_listing-card.scss */
.ListingCard-image {
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
  bottom: 0;
  display: block;
  max-height: 88px;
  max-width: 100%;
  padding: 16px;
  position: absolute;
  right: 0;
}

/* line 62, app/assets/stylesheets/main/components/_listing-card.scss */
.ListingCard-image.-circle {
  border-radius: 100%;
}

/* line 67, app/assets/stylesheets/main/components/_listing-card.scss */
.ListingGrid-item .ListingCard {
  height: 100%;
}

/* line 5, app/assets/stylesheets/main/components/_listing-grid.scss */
.ListingGrid {
  margin-left: -12px;
  margin-left: -0.75rem;
  list-style: none;
  padding: 0;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ListingGrid:before, .ListingGrid:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ListingGrid:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/main/components/_listing-grid.scss */
.ListingGrid-item {
  margin: 0 0 12px;
  margin: 0 0 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}

@media screen and (min-width: 500px) {
  /* line 12, app/assets/stylesheets/main/components/_listing-grid.scss */
  .ListingGrid-item {
    width: 50%;
    float: left;
  }
  /* line 20, app/assets/stylesheets/main/components/_listing-grid.scss */
  .ListingGrid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 700px) {
  /* line 12, app/assets/stylesheets/main/components/_listing-grid.scss */
  .ListingGrid-item {
    width: 33.33%;
  }
  /* line 28, app/assets/stylesheets/main/components/_listing-grid.scss */
  .ListingGrid-item:nth-child(2n+1) {
    clear: none;
  }
  /* line 32, app/assets/stylesheets/main/components/_listing-grid.scss */
  .ListingGrid-item:nth-child(3n+1) {
    clear: both;
  }
}

/* line 5, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (max-width: 799.9375px) {
  /* line 102, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .Markdown-text-style .tablesaw-stack thead td,
.Markdown-text-style .tablesaw-stack thead th {
    display: none;
  }
  /* line 106, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .Markdown-text-style .tablesaw-stack tbody td,
.Markdown-text-style .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }
  /* line 112, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .Markdown-text-style .tablesaw-cell-label {
    vertical-align: top;
  }
  /* line 115, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .Markdown-text-style .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }
  /* line 119, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .Markdown-text-style .tablesaw-stack td:empty,
.Markdown-text-style .tablesaw-stack th:empty {
    display: none;
  }
}

@media (min-width: 800px) {
  /* line 5, app/assets/stylesheets/main/components/_markdown.scss */
  .Markdown-text-style {
    /* Show the table header rows */
    /* Hide the labels in each cell */
  }
  /* line 126, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .Markdown-text-style .tablesaw-stack tr {
    display: table-row;
  }
  /* line 130, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .Markdown-text-style .tablesaw-stack td,
.Markdown-text-style .tablesaw-stack th,
.Markdown-text-style .tablesaw-stack thead td,
.Markdown-text-style .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* line 138, app/assets/stylesheets/lib/_tablesaw.stackonly.scss */
  .Markdown-text-style .tablesaw-stack td .tablesaw-cell-label,
.Markdown-text-style .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

@media screen and (min-width: 800px) {
  /* line 5, app/assets/stylesheets/main/components/_markdown.scss */
  .Markdown-text-style {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* line 19, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style.-condensed {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 800px) {
  /* line 19, app/assets/stylesheets/main/components/_markdown.scss */
  .Markdown-text-style.-condensed {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 29, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style h2, .Markdown-text-style .h2, .Markdown-text-style h3, .Markdown-text-style .h3, .Markdown-text-style h4, .Markdown-text-style .h4, .Markdown-text-style h5, .Markdown-text-style .h5, .Markdown-text-style h6, .Markdown-text-style .h6 {
  margin-bottom: 18px;
  margin-bottom: 1rem;
}

/* line 33, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style h2:first-child, .Markdown-text-style .h2:first-child, .Markdown-text-style h3:first-child, .Markdown-text-style .h3:first-child, .Markdown-text-style h4:first-child, .Markdown-text-style .h4:first-child, .Markdown-text-style h5:first-child, .Markdown-text-style .h5:first-child, .Markdown-text-style h6:first-child, .Markdown-text-style .h6:first-child {
  margin-top: 0;
}

/* line 38, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style h2, .Markdown-text-style .h2 {
  font-size: 32px;
  font-size: 2rem;
}

/* line 42, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style h3, .Markdown-text-style .h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

/* line 46, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style h4, .Markdown-text-style .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 50, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style h5, .Markdown-text-style .h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 54, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style h6, .Markdown-text-style .h6 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 59, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style ul {
  list-style: none;
  padding-left: 0;
}

/* line 63, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style ul li {
  padding-left: 32px;
  position: relative;
}

/* line 67, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style ul li:before {
  font-size: 14px;
  font-size: 0.875rem;
  color: #888888;
  content: "•";
  left: 0;
  position: absolute;
  top: -3px;
}

@media screen and (min-width: 800px) {
  /* line 67, app/assets/stylesheets/main/components/_markdown.scss */
  .Markdown-text-style ul li:before {
    top: 0;
  }
}

/* line 85, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style .tablesaw-stack {
  margin: 30px 0;
  margin: 1.875rem 0;
  border-bottom: none;
  width: 100%;
}

/* line 91, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style .tablesaw-stack th {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  border-bottom: none;
  border-left: 1px solid #ccc;
  color: #888888;
  text-align: left;
  text-transform: uppercase;
}

/* line 103, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style .tablesaw-stack th:first-child {
  border: none;
}

/* line 108, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style .tablesaw-stack .tablesaw-cell-label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888888;
  text-transform: uppercase;
}

/* line 117, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style .tablesaw-stack tbody {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 800px) {
  /* line 117, app/assets/stylesheets/main/components/_markdown.scss */
  .Markdown-text-style .tablesaw-stack tbody {
    border-bottom: none;
  }
}

/* line 124, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style .tablesaw-stack tbody tr {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

/* line 130, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style .tablesaw-stack td {
  padding: 15px;
  padding: 0.9375rem;
}

/* line 134, app/assets/stylesheets/main/components/_markdown.scss */
.Markdown-text-style .tablesaw-stack td:first-child {
  border: none;
}

@media screen and (min-width: 800px) {
  /* line 130, app/assets/stylesheets/main/components/_markdown.scss */
  .Markdown-text-style .tablesaw-stack td {
    border-left: 1px solid #ccc;
  }
}

/* line 5, app/assets/stylesheets/main/components/_media.scss */
.Media {
  margin-bottom: 1em;
  margin-bottom: 1em;
  margin: 2em 0;
  width: 100%;
}

/* line 13, app/assets/stylesheets/main/components/_media.scss */
.Media-image {
  display: block;
  width: 100%;
}

/* line 18, app/assets/stylesheets/main/components/_media.scss */
.Media-caption {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  background-color: #efeeec;
  color: #888888;
  line-height: 1.75;
}

/* line 27, app/assets/stylesheets/main/components/_media.scss */
.Media-caption > :last-child {
  margin-bottom: 0;
}

/* line 35, app/assets/stylesheets/main/components/_media.scss */
.Media--aside {
  margin: 0 0 24px 24px;
  margin: 0 0 1.5rem 1.5rem;
  float: right;
  width: 50%;
}

/* line 5, app/assets/stylesheets/main/components/_nav-search.scss */
.NavSearch {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 8, app/assets/stylesheets/main/components/_nav-search.scss */
.NavSearch-form {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 8, app/assets/stylesheets/main/components/_nav-search.scss */
  .NavSearch-form {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    width: 220px;
  }
}

@media screen and (min-width: 700px) {
  /* line 19, app/assets/stylesheets/main/components/_nav-search.scss */
  .NavSearch-form-query[type="text"] {
    padding: 11px 30px 12px 10px;
    padding: 0.6875rem 1.875rem 0.75rem 0.625rem;
    /*        @include transition(background-color 200ms ease-in-out);*/
    background-color: transparent;
    border: none;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    outline: none;
  }
  /* line 31, app/assets/stylesheets/main/components/_nav-search.scss */
  .NavSearch-form-query[type="text"]::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
  }
  /* line 32, app/assets/stylesheets/main/components/_nav-search.scss */
  .NavSearch-form-query[type="text"]:-moz-placeholder {
    color: #fff;
    font-weight: 300;
  }
  /* line 33, app/assets/stylesheets/main/components/_nav-search.scss */
  .NavSearch-form-query[type="text"]::-moz-placeholder {
    color: #fff;
    font-weight: 300;
  }
  /* line 34, app/assets/stylesheets/main/components/_nav-search.scss */
  .NavSearch-form-query[type="text"]:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
  }
}

/* line 38, app/assets/stylesheets/main/components/_nav-search.scss */
.NavSearch-form-submit {
  background: none;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 11px;
  padding: 0;
}

/* line 46, app/assets/stylesheets/main/components/_nav-search.scss */
.NavSearch-form-submit:after {
  display: none;
}

/* line 50, app/assets/stylesheets/main/components/_nav-search.scss */
.NavSearch-form-submit:hover {
  background-color: transparent;
}

/* line 55, app/assets/stylesheets/main/components/_nav-search.scss */
.NavSearch-form-submit .Icon-svg {
  fill: #fff;
  height: 17px;
  width: 17px;
}

/* line 5, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation {
  background-color: #182c3d;
  color: #fff;
  position: relative;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Navigation:before, .Navigation:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Navigation:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 18, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-navToggle {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  display: inline-block;
  width: 100px;
}

/* line 28, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-navToggle:link, .Navigation-navToggle:visited {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  /* line 18, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-navToggle {
    display: none;
  }
}

/* line 38, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-navToggle-icon {
  margin-left: 4px;
  margin-left: 0.25rem;
  fill: #fff;
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}

/* line 48, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-navToggle .-open {
  display: inline-block;
}

/* line 52, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-navToggle .-close {
  display: none;
}

/* line 56, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-navToggle.js-active {
  background-color: #0072d0;
}

/* line 59, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-navToggle.js-active .-open {
  display: none;
}

/* line 63, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-navToggle.js-active .-close {
  display: inline-block;
}

/* line 69, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-contentWrapper {
  padding: 0 16px;
  padding: 0 1rem;
  background-color: #0072d0;
  display: none;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 100%;
  width: 100%;
  z-index: 10000;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Navigation-contentWrapper:before, .Navigation-contentWrapper:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Navigation-contentWrapper:after {
  clear: both;
}

@media screen and (min-width: 700px) {
  /* line 69, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-contentWrapper {
    padding: 0 240px 0 0;
    padding: 0 15rem 0 0;
    background-color: transparent;
    display: block !important;
    overflow: visible;
    position: static;
    transition: none;
  }
}

/* line 93, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-menu {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 700px) {
  /* line 93, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-menu {
    padding: 0 4px;
    padding: 0 0.25rem;
  }
}

/* line 106, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-menu-item {
  display: inline;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
}

@media screen and (min-width: 700px) {
  /* line 106, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-menu-item {
    display: inline-block;
  }
}

/* line 120, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-menu-link {
  padding: 10px 0;
  padding: 0.625rem 0;
  border-bottom: 1px solid #1e99ff;
  display: block;
}

@media screen and (min-width: 700px) {
  /* line 120, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-menu-link {
    padding: 8px 11px;
    padding: 0.5rem 0.6875rem;
    border: none;
    display: inline-block;
  }
  /* line 132, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-menu-link.-active {
    background-color: #0072d0;
  }
}

/* line 137, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-menu-link:link, .Navigation-menu-link:visited {
  color: #fff;
}

/* line 142, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-menu-link:hover, .Navigation-menu-link:active {
  text-decoration: none;
}

/* line 148, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-menu-icon {
  float: right;
  position: relative;
  height: 10px;
  top: 1px;
}

/* line 154, app/assets/stylesheets/main/components/_navigation.scss */
.no-svg .Navigation-menu-icon {
  top: 0;
  margin-left: 8px;
}

/* line 159, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-menu-icon .Icon-svg {
  fill: #fff;
  height: 20px;
  width: 20px;
}

/* line 164, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-menu-link.js-active .Navigation-menu-icon .Icon-svg {
  /*          @include transform(rotate(180deg));*/
}

/* line 171, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-submenu {
  background-color: #0072d0;
  display: none;
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  text-transform: none;
}

@media screen and (min-width: 700px) {
  /* line 171, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-submenu {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 230px;
    z-index: 10001;
  }
}

/* line 191, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-submenu.js-active {
  visibility: visible;
}

@media screen and (min-width: 700px) {
  /* line 191, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-submenu.js-active {
    padding: 0;
  }
}

/* line 199, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-submenu-item {
  margin: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 700px) {
  /* line 199, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-submenu-item {
    border-style: solid none none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media screen and (min-width: 700px) {
  /* line 208, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-submenu-item:first-child {
    border: none;
  }
}

/* line 214, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-submenu-link {
  display: block;
  padding: 5px 15px;
}

@media screen and (min-width: 700px) {
  /* line 214, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-submenu-link {
    padding: 8px 15px;
  }
}

/* line 222, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-submenu-link:link {
  color: #fff;
}

/* line 225, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-submenu-link:visited {
  color: white;
}

/* line 229, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-submenu-link:hover, .Navigation-submenu-link:active, .Navigation-submenu-link:focus {
  background-color: #182c3d;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-utilityMenu {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin: 0 0 12px;
  margin: 0 0 0.75rem;
  display: none;
  border-bottom: 1px solid #1e99ff;
  list-style: none;
}

@media screen and (max-width: 700px) {
  /* line 238, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-utilityMenu {
    display: block;
  }
}

/* line 251, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-utilityMenu-item {
  margin: 0;
}

/* line 255, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-utilityMenu-link {
  padding: 4px 0;
  padding: 0.25rem 0;
  display: block;
}

/* line 260, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-utilityMenu-link:link, .Navigation-utilityMenu-link:visited {
  color: #fff;
}

/* line 265, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-utilityMenu-link:hover, .Navigation-utilityMenu-link:active {
  text-decoration: none;
}

/* line 272, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-social {
  text-transform: none;
  font-style: italic;
}

/* line 276, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-social .Icon {
  margin-left: 3px;
  margin-left: 0.1875rem;
  display: inline-block;
}

/* line 281, app/assets/stylesheets/main/components/_navigation.scss */
.Navigation-social .Icon-svg {
  display: inline-block;
  fill: #fff;
  height: 17px;
  position: relative;
  top: 3px;
  width: 17px;
}

@media screen and (min-width: 700px) {
  /* line 272, app/assets/stylesheets/main/components/_navigation.scss */
  .Navigation-social {
    display: none;
  }
}

/* line 5, app/assets/stylesheets/main/components/_newsletter-promo.scss */
.NewsletterPromo {
  padding: 30px;
  padding: 1.875rem;
  background: #d2b377;
  background: linear-gradient(to right, #d2b377 0%, #c7a364 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2b377', endColorstr='#c7a364',GradientType=1 );
  color: #fff;
  clear: both;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.NewsletterPromo:before, .NewsletterPromo:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.NewsletterPromo:after {
  clear: both;
}

/* line 15, app/assets/stylesheets/main/components/_newsletter-promo.scss */
.Markdown-text-style .NewsletterPromo {
  margin: 32px 0;
  margin: 2rem 0;
}

/* line 19, app/assets/stylesheets/main/components/_newsletter-promo.scss */
.NewsletterPromo-callout {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto 24px auto;
  margin: 0 auto 1.5rem auto;
  display: block;
  max-width: 600px;
  text-align: center;
}

/* line 29, app/assets/stylesheets/main/components/_newsletter-promo.scss */
.NewsletterPromo-callout-lead {
  font-size: 20px;
  font-size: 1.25rem;
  color: #182c3d;
  text-transform: uppercase;
}

/* line 38, app/assets/stylesheets/main/components/_newsletter-promo.scss */
.NewsletterPromo-callout-bar {
  font-size: 20px;
  font-size: 1.25rem;
  color: #182c3d;
  font-weight: 100;
}

/* line 48, app/assets/stylesheets/main/components/_newsletter-promo.scss */
.NewsletterPromo-form {
  background-color: #fff;
  margin: 0 auto;
  max-width: 330px;
  position: relative;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.NewsletterPromo-form:before, .NewsletterPromo-form:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.NewsletterPromo-form:after {
  clear: both;
}

/* line 56, app/assets/stylesheets/main/components/_newsletter-promo.scss */
.NewsletterPromo-form-email[type="email"] {
  font-size: 16px;
  font-size: 1rem;
  padding: 19px 130px 20px 20px;
  padding: 1.1875rem 8.125rem 1.25rem 1.25rem;
  border: none;
  line-height: 1;
  outline: none;
}

/* line 65, app/assets/stylesheets/main/components/_newsletter-promo.scss */
.NewsletterPromo-form-submit {
  padding: 22px;
  padding: 1.375rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 73, app/assets/stylesheets/main/components/_newsletter-promo.scss */
.NewsletterPromo-form-submit:after {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 82, app/assets/stylesheets/main/components/_newsletter-promo.scss */
  .NewsletterPromo--fullWidth {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
}

@media screen and (min-width: 700px) {
  /* line 88, app/assets/stylesheets/main/components/_newsletter-promo.scss */
  .NewsletterPromo--fullWidth .NewsletterPromo-callout {
    padding-right: 32px;
    padding-right: 2rem;
    display: block;
    float: left;
    margin: 0;
    text-align: left;
    width: 60%;
  }
}

@media screen and (min-width: 700px) {
  /* line 100, app/assets/stylesheets/main/components/_newsletter-promo.scss */
  .NewsletterPromo--fullWidth .NewsletterPromo-form {
    display: block;
    float: left;
    max-width: none;
    text-align: left;
    width: 40%;
  }
}

/* line 5, app/assets/stylesheets/main/components/_overlay.scss */
.Overlay {
  /*@include transition(opacity 500ms easing("easeOutCubic"));*/
  background-color: rgba(0, 0, 0, 0.75);
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}

/* line 20, app/assets/stylesheets/main/components/_overlay.scss */
.Overlay-content {
  /*@include transition(max-width 300ms easing("easeOutCubic"));*/
  position: relative;
  top: 50%;
  /*@include transform( translateY( -50% ) );*/
  padding: 48px;
  padding: 3rem;
  max-width: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 31, app/assets/stylesheets/main/components/_overlay.scss */
.Overlay-close {
  padding: 0;
  background: none;
  position: absolute;
  top: 50px;
  right: 12px;
}

/* line 38, app/assets/stylesheets/main/components/_overlay.scss */
.Overlay-close:after {
  display: none;
}

/* line 42, app/assets/stylesheets/main/components/_overlay.scss */
.Overlay-close:hover, .Overlay-close:active {
  background: none;
}

/* line 47, app/assets/stylesheets/main/components/_overlay.scss */
.Overlay-close .Icon-svg {
  fill: #888888;
  width: 24px;
  height: 24px;
}

/* line 58, app/assets/stylesheets/main/components/_overlay.scss */
.Overlay.-js-init {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/* line 63, app/assets/stylesheets/main/components/_overlay.scss */
.Overlay.-js-init .Overlay-content {
  max-width: 780px;
}

/* line 5, app/assets/stylesheets/main/components/_page-intro.scss */
.PageIntro {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  line-height: 1.5;
}

/* line 5, app/assets/stylesheets/main/components/_pagination.scss */
.Pagination {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 14px 0;
  padding: 0.875rem 0;
  /*  border-top: 1px solid #ccc;*/
  color: #888888;
  height: 53px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

/* line 18, app/assets/stylesheets/main/components/_pagination.scss */
.Pagination-list {
  list-style: none;
}

/* line 21, app/assets/stylesheets/main/components/_pagination.scss */
.Pagination-list li {
  display: inline-block;
}

/* line 26, app/assets/stylesheets/main/components/_pagination.scss */
.Pagination-prev, .Pagination-next {
  position: absolute;
  top: 14px;
}

/* line 32, app/assets/stylesheets/main/components/_pagination.scss */
.Pagination-prev .Icon-svg, .Pagination-next .Icon-svg {
  position: absolute;
  top: -10px;
  fill: #0072d0;
  height: 40px;
  width: 40px;
}

/* line 42, app/assets/stylesheets/main/components/_pagination.scss */
.Pagination-prev {
  padding-left: 28px;
  padding-left: 1.75rem;
  left: 0;
}

/* line 48, app/assets/stylesheets/main/components/_pagination.scss */
.Pagination-prev .Icon-svg {
  left: -13px;
}

/* line 54, app/assets/stylesheets/main/components/_pagination.scss */
.Pagination-next {
  padding-right: 28px;
  padding-right: 1.75rem;
  right: 0;
}

/* line 60, app/assets/stylesheets/main/components/_pagination.scss */
.Pagination-next .Icon-svg {
  right: -13px;
}

/* line 66, app/assets/stylesheets/main/components/_pagination.scss */
.Pagination-page {
  margin: 0 12px;
  margin: 0 0.75rem;
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 66, app/assets/stylesheets/main/components/_pagination.scss */
  .Pagination-page {
    display: inline-block;
  }
}

/* line 5, app/assets/stylesheets/main/components/_related-content.scss */
.RelatedContent {
  padding: 48px 0;
  padding: 3rem 0;
  background-color: #e9e6e4;
}

/* line 10, app/assets/stylesheets/main/components/_related-content.scss */
.-active .RelatedContent-link {
  background-color: #0072d0;
  border: none;
  position: relative;
}

/* line 15, app/assets/stylesheets/main/components/_related-content.scss */
.-active .RelatedContent-link:link, .-active .RelatedContent-link:visited {
  color: #fff;
}

@media screen and (min-width: 700px) {
  /* line 21, app/assets/stylesheets/main/components/_related-content.scss */
  .-active .RelatedContent-link:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0072d0;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 100%;
    width: 16px;
  }
}

/* line 38, app/assets/stylesheets/main/components/_related-content.scss */
.RelatedContent-content {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 44, app/assets/stylesheets/main/components/_related-content.scss */
.RelatedContent-items {
  margin: 0;
}

/* line 47, app/assets/stylesheets/main/components/_related-content.scss */
.js .RelatedContent-items {
  display: none;
}

/* line 51, app/assets/stylesheets/main/components/_related-content.scss */
.RelatedContent-items.-active {
  display: block;
}

/* line 5, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult {
  border-top: 1px solid #efeeec;
  padding-top: 24px;
  margin-bottom: 24px;
}

/* line 12, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult:first-child {
  border: none;
}

/* line 16, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult-featureImage {
  display: none;
}

@media screen and (min-width: 800px) {
  /* line 16, app/assets/stylesheets/main/components/_search-result.scss */
  .SearchResult-featureImage {
    display: block;
    float: right;
    margin: 0 0 0 24px;
    width: 200px;
  }
}

/* line 27, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult-type {
  font-size: 12px;
  font-size: 0.75rem;
  color: #888888;
  margin: 0;
  text-transform: uppercase;
}

/* line 35, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult-meta {
  font-size: 14px;
  font-size: 0.875rem;
  color: #888888;
  margin: 0;
}

/* line 42, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 6px 0;
  max-width: 650px;
}

/* line 50, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult-title a:link, .SearchResult-title a:visited {
  color: #000;
}

/* line 55, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult-title a:hover, .SearchResult-title a:focus, .SearchResult-title a:active {
  color: #0072d0;
}

/* line 59, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult-title a:hover .Icon-svg, .SearchResult-title a:focus .Icon-svg, .SearchResult-title a:active .Icon-svg {
  fill: #0072d0;
}

/* line 65, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult-title a .Icon-svg {
  fill: #888888;
  height: 18px;
  position: relative;
  top: 3px;
  width: 18px;
}

/* line 77, app/assets/stylesheets/main/components/_search-result.scss */
.SearchResult-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin: 6px 0 0;
  max-width: 650px;
}

/* line 5, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks {
  margin: 0 0 18px;
  margin: 0 0 1.125rem;
}

@media screen and (min-width: 600px) {
  /* line 5, app/assets/stylesheets/main/components/_share-links.scss */
  .ShareLinks {
    float: right;
    margin: 0;
  }
  /* line 12, app/assets/stylesheets/main/components/_share-links.scss */
  .ShareLinks.-left {
    margin: 0 0 18px;
    margin: 0 0 1.125rem;
    float: none;
  }
}

/* line 18, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-header {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 12px 0 0;
  margin: 0 0.75rem 0 0;
  color: #888888;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  top: -4px;
}

/* line 31, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-list {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 39, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-list-item {
  margin: 0 2px;
  margin: 0 0.125rem;
  display: inline-block;
}

/* line 45, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link {
  padding: 7px;
  padding: 0.4375rem;
  background-color: #0072d0;
  border-radius: 100%;
  box-sizing: content-box;
  display: inline-block;
  height: 16px;
  width: 16px;
}

/* line 55, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link:hover {
  background-color: #00569d;
}

/* line 59, app/assets/stylesheets/main/components/_share-links.scss */
.no-svg .ShareLinks-link {
  border-radius: 0;
  width: auto;
}

/* line 64, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link.-twitter {
  background-color: #43bef0;
}

/* line 67, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link.-twitter:hover {
  background-color: #14aeec;
}

/* line 72, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link.-facebook {
  background-color: #2e75ae;
}

/* line 74, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link.-facebook:hover {
  background-color: #235a86;
}

/* line 79, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link.-linkedin {
  background-color: #2c91c6;
}

/* line 81, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link.-linkedin:hover {
  background-color: #23729c;
}

/* line 86, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link.-email {
  background-color: #5dbb41;
}

/* line 88, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link.-email:hover {
  background-color: #4a9534;
}

/* line 93, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link:link, .ShareLinks-link:visited {
  color: #fff;
}

/* line 99, app/assets/stylesheets/main/components/_share-links.scss */
.ShareLinks-link .Icon-svg {
  fill: #fff;
  height: 16px;
  width: 16px;
}

/* line 29, app/assets/stylesheets/main/components/_skip-links.scss */
.skip-links li {
  margin: 0;
}

/* line 33, app/assets/stylesheets/main/components/_skip-links.scss */
.skip-links a {
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  right: 20px;
  top: -200px;
  z-index: -1;
}

/* line 40, app/assets/stylesheets/main/components/_skip-links.scss */
.skip-links a:focus {
  top: 2px;
  z-index: 9999;
}

/* line 5, app/assets/stylesheets/main/components/_statistic.scss */
.Statistic {
  margin-left: 28px;
  margin-left: 1.75rem;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Statistic:before, .Statistic:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Statistic:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/main/components/_statistic.scss */
.Statistic-figure {
  font-size: 80px;
  font-size: 5rem;
  margin: 0 20px 12px 0;
  margin: 0 1.25rem 0.75rem 0;
  color: #5dbb41;
  line-height: 0.9;
  position: relative;
}

@media screen and (min-width: 500px) {
  /* line 12, app/assets/stylesheets/main/components/_statistic.scss */
  .Statistic-figure {
    float: left;
    margin-bottom: 0;
  }
}

/* line 26, app/assets/stylesheets/main/components/_statistic.scss */
.Statistic-figure:before {
  border-bottom: 6px solid transparent;
  border-left: 10px solid #5dbb41;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 10px;
  left: -28px;
  position: absolute;
  top: 24px;
  width: 10px;
}

/* line 40, app/assets/stylesheets/main/components/_statistic.scss */
.Statistic-summary {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5dbb41;
  margin: 0;
}

/* line 48, app/assets/stylesheets/main/components/_statistic.scss */
.Statistic-share {
  font-size: 16px;
  font-size: 1rem;
  margin: 6px 0 0;
  margin: 0.375rem 0 0;
  color: #888888;
}

/* line 55, app/assets/stylesheets/main/components/_statistic.scss */
.Statistic-share-prompt {
  margin: 0 6px 0 0;
  margin: 0 0.375rem 0 0;
}

/* line 60, app/assets/stylesheets/main/components/_statistic.scss */
.Statistic-share-link:link, .Statistic-share-link:visited {
  color: #888888;
}

/* line 66, app/assets/stylesheets/main/components/_statistic.scss */
.Statistic-share-link .Icon-svg {
  fill: #888888;
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}

/* line 80, app/assets/stylesheets/main/components/_statistic.scss */
.Statistic--aside {
  margin-top: 48px;
  margin-top: 3rem;
  margin-left: 0;
}

@media screen and (min-width: 500px) {
  /* line 80, app/assets/stylesheets/main/components/_statistic.scss */
  .Statistic--aside {
    margin-left: 24px;
    margin-left: 1.5rem;
    float: right;
    width: 50%;
  }
}

/* line 93, app/assets/stylesheets/main/components/_statistic.scss */
.Statistic--aside .Statistic-figure:before {
  left: 0;
  top: -24px;
}

@media screen and (min-width: 700px) {
  /* line 92, app/assets/stylesheets/main/components/_statistic.scss */
  .Statistic--aside .Statistic-figure {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    float: none;
  }
}

/* line 5, app/assets/stylesheets/main/components/_sub-nav.scss */
.SubNav {
  padding: 0 6px;
  padding: 0 0.375rem;
  border: 1px solid #ccc;
  list-style: none;
}

/* line 13, app/assets/stylesheets/main/components/_sub-nav.scss */
.SubNav-item {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px;
  padding: 0.75rem;
  border-top: 1px solid #ccc;
  line-height: 1.3;
  margin: 0;
}

/* line 21, app/assets/stylesheets/main/components/_sub-nav.scss */
.SubNav-item:first-child {
  border: none;
}

/* line 25, app/assets/stylesheets/main/components/_sub-nav.scss */
.SubNav-item:first-child {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 31, app/assets/stylesheets/main/components/_sub-nav.scss */
.SubNav-link {
  display: block;
}

/* line 34, app/assets/stylesheets/main/components/_sub-nav.scss */
.SubNav-link:link, .SubNav-link:visited {
  color: #888888;
}

/* line 39, app/assets/stylesheets/main/components/_sub-nav.scss */
.SubNav-link.-active {
  padding-left: 12px;
  padding-left: 0.75rem;
  border-left: 4px solid #0072d0;
}

/* line 45, app/assets/stylesheets/main/components/_sub-nav.scss */
.SubNav-link.-active:link, .SubNav-link.-active:visited {
  color: #0072d0;
}

/* line 52, app/assets/stylesheets/main/components/_sub-nav.scss */
.SubNav-item:first-child .SubNav-link:link, .SubNav-item:first-child .SubNav-link:visited {
  color: #444;
}

/* line 7, app/assets/stylesheets/main/components/_tags-aside.scss */
.TagsAside-tags {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  list-style: none;
  padding: 0;
}

/* line 15, app/assets/stylesheets/main/components/_tags-aside.scss */
.TagsAside-tags-item {
  margin: 0;
}

/* line 5, app/assets/stylesheets/main/components/_title-block.scss */
.TitleBlock {
  clear: both;
}

/* line 8, app/assets/stylesheets/main/components/_title-block.scss */
.TitleBlock.-withBorder {
  border-bottom: 1px solid #ccc;
}

/* line 12, app/assets/stylesheets/main/components/_title-block.scss */
.TitleBlock-section {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  color: #cba14c;
}

/* line 25, app/assets/stylesheets/main/components/_title-block.scss */
.TitleBlock-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 18px;
  margin: 0 0 1.125rem;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (min-width: 800px) {
  /* line 25, app/assets/stylesheets/main/components/_title-block.scss */
  .TitleBlock-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 800px) {
  /* line 37, app/assets/stylesheets/main/components/_title-block.scss */
  .TitleBlock-title.-large {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

/* line 44, app/assets/stylesheets/main/components/_title-block.scss */
.TitleBlock-meta {
  font-weight: 300;
}

/* line 5, app/assets/stylesheets/main/components/_toolkit-content-block.scss */
.ToolkitContentBlock {
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 3px solid #0072d0;
  outline: none;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitContentBlock:before, .ToolkitContentBlock:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitContentBlock:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/main/components/_toolkit-content-block.scss */
.ToolkitContentBlock:first-child {
  border: none;
  padding: 0;
}

/* line 17, app/assets/stylesheets/main/components/_toolkit-content-block.scss */
.ToolkitContentBlock-topLink {
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
}

/* line 24, app/assets/stylesheets/main/components/_toolkit-content-block.scss */
.ToolkitContentBlock-topLink:link, .ToolkitContentBlock-topLink:visited {
  color: #888888;
}

/* line 30, app/assets/stylesheets/main/components/_toolkit-content-block.scss */
.ToolkitContentBlock-topLink .Icon-svg {
  fill: #888888;
  height: 18px;
  position: relative;
  top: 4px;
  width: 18px;
}

/* line 40, app/assets/stylesheets/main/components/_toolkit-content-block.scss */
.ToolkitContentBlock-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
}

/* line 5, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 0 16px 8px;
  padding: 0 1rem 0.5rem;
  border: 1px solid #ccc;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 500px) {
  /* line 5, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
  .ToolkitContentLinks {
    margin: 0 0 24px 24px;
    margin: 0 0 1.5rem 1.5rem;
    float: right;
    width: 250px;
  }
}

/* line 20, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks-content {
  border-top: 1px solid #ccc;
}

/* line 23, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks-content:first-child {
  border-top: none;
}

/* line 28, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks-header {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 9px 0 0;
  margin: 0.5625rem 0 0;
  color: #888888;
  text-transform: uppercase;
}

/* line 36, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks-header-content {
  float: left;
  margin: 0;
}

@media screen and (min-width: 500px) {
  /* line 36, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
  .ToolkitContentLinks-header-content {
    float: none;
  }
}

/* line 45, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks-header-toggle {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 500px) {
  /* line 45, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
  .ToolkitContentLinks-header-toggle {
    display: none;
  }
}

/* line 56, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks-header .Icon {
  margin-left: 4px;
  margin-left: 0.25rem;
}

/* line 59, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks-header .Icon-svg {
  fill: #0072d0;
  height: 18px;
  position: relative;
  top: 2px;
  width: 18px;
}

/* line 69, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks-list {
  margin: 0 0 9px;
  margin: 0 0 0.5625rem;
  line-height: 1.3;
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 500px) {
  /* line 69, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
  .ToolkitContentLinks-list {
    max-height: none !important;
  }
}

/* line 82, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks-list-item, .ToolkitContentLinks-list-item:last-child {
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
}

/* line 87, app/assets/stylesheets/main/components/_toolkit-content-links.scss */
.ToolkitContentLinks-list-item:first-child {
  margin-top: 12px;
  margin-top: 0.75rem;
}

/* line 5, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #0072d0;
  color: #fff;
  letter-spacing: -0.25px;
  position: relative;
  z-index: 200;
}

/* line 16, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav-prompt {
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  /*@include transition(all 150ms ease-in-out);*/
  cursor: pointer;
  margin: 0;
}

/* line 23, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav-prompt:hover {
  background: #0064b7;
}

/* line 27, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav-prompt.js-active {
  background: #0064b7;
}

/* line 31, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav-prompt .Icon {
  margin-left: 3px;
  margin-left: 0.1875rem;
}

/* line 34, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav-prompt .Icon-svg {
  fill: #fff;
  height: 18px;
  position: relative;
  top: 3px;
  width: 18px;
}

/* line 44, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav-blockList {
  background-color: #0072d0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

/* line 53, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav-blockList-item {
  margin: 0;
}

/* line 57, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav-blockList-link {
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  border-top: 1px solid #6abcff;
  display: block;
}

/* line 63, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav-blockList-link:link, .ToolkitContentNav-blockList-link:visited {
  color: #fff;
}

/* line 68, app/assets/stylesheets/main/components/_toolkit-content-nav.scss */
.ToolkitContentNav-blockList-link:hover {
  background: #0064b7;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing {
  margin-left: -24px;
  margin-left: -1.5rem;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitListing:before, .ToolkitListing:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitListing:after {
  clear: both;
}

/* line 13, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item {
  padding-left: 24px;
  padding-left: 1.5rem;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  max-width: 400px;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  /* line 13, app/assets/stylesheets/main/components/_toolkit-listing.scss */
  .ToolkitListing-item {
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
    float: left;
    max-width: none;
    width: 50%;
  }
}

@media screen and (min-width: 900px) {
  /* line 13, app/assets/stylesheets/main/components/_toolkit-listing.scss */
  .ToolkitListing-item {
    width: 33.33%;
  }
}

/* line 32, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-link {
  display: block;
  position: relative;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitListing-item-link:before, .ToolkitListing-item-link:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitListing-item-link:after {
  clear: both;
}

/* line 38, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-link:link, .ToolkitListing-item-link:visited {
  color: #fff;
}

/* line 44, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-featureImage {
  background-color: #0072d0;
}

/* line 47, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-featureImage img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  display: block;
  opacity: 0.15;
  width: 100%;
}

/* line 54, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-featureImage.-blue {
  background-color: #0072d0;
}

/* line 58, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-featureImage.-red {
  background-color: #823230;
}

/* line 62, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-featureImage.-green {
  background-color: #5dbb41;
}

/* line 66, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-featureImage.-purple {
  background-color: #36285d;
}

/* line 70, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-featureImage.-yellow {
  background-color: #cba14c;
}

/* line 75, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-content {
  padding: 24px;
  padding: 1.5rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

/* line 87, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 6px;
  margin: 0 0 0.375rem;
  line-height: 1.2;
}

/* line 94, app/assets/stylesheets/main/components/_toolkit-listing.scss */
.ToolkitListing-item-description {
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

/* line 5, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav {
  line-height: 1.3;
}

/* line 11, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-mobileControls {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #cba14c;
  color: #fff;
  height: 48px;
  line-height: 24px;
  padding: 12px 0;
}

@media screen and (min-width: 700px) {
  /* line 11, app/assets/stylesheets/main/components/_toolkit-nav.scss */
  .ToolkitNav-mobileControls {
    display: none;
  }
}

/* line 26, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-mobileControls-prompt {
  cursor: pointer;
  float: left;
}

/* line 31, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-mobileControls-icon {
  cursor: pointer;
  float: left;
  position: relative;
  top: 0px;
}

/* line 37, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-mobileControls-icon .Icon-svg {
  fill: #fff;
  height: 22px;
  width: 22px;
}

/* line 43, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.js-active .ToolkitNav-mobileControls-icon {
  /*        @include transform(rotate(180deg));*/
  top: -6px;
}

/* line 48, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.no-svg .ToolkitNav-mobileControls-icon {
  display: none;
}

/* line 54, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-content {
  display: none;
}

@media screen and (min-width: 700px) {
  /* line 54, app/assets/stylesheets/main/components/_toolkit-nav.scss */
  .ToolkitNav-content {
    display: block !important;
  }
}

/* line 62, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-header {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 18px 24px;
  padding: 1.125rem 1.5rem;
  border-bottom: 1px solid #bbbbbb;
  color: #888888;
  margin: 0;
  text-transform: uppercase;
}

/* line 72, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-sections {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 77, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-sections-item {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 18px 24px;
  padding: 1.125rem 1.5rem;
  margin: 0;
  position: relative;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitNav-sections-item:before, .ToolkitNav-sections-item:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitNav-sections-item:after {
  clear: both;
}

/* line 85, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-sections-item.-activeSection {
  background-color: #fff;
}

/* line 89, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-sections-item-number {
  color: #cba14c;
  left: 24px;
  position: absolute;
  top: 18px;
}

/* line 98, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-sections-link {
  margin-left: 24px;
  margin-left: 1.5rem;
  display: inline-block;
}

/* line 104, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-sections-link:link, .ToolkitNav-sections-link:visited {
  color: #444;
}

/* line 109, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-sections-link:hover, .ToolkitNav-sections-link:active {
  text-decoration: none;
}

/* line 116, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-chapters {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 14px 0 6px;
  margin: 0.875rem 0 0.375rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  display: none;
  list-style: none;
}

/* line 124, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.-activeSection .ToolkitNav-chapters {
  display: block;
}

/* line 128, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-chapters-item {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

/* line 133, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-chapters-link {
  font-weight: 300;
}

/* line 136, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-chapters-link:link, .ToolkitNav-chapters-link:visited {
  color: #444;
}

/* line 144, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.-activeChapter .ToolkitNav-chapters-link:link, .-activeChapter .ToolkitNav-chapters-link:visited {
  color: #0072d0;
}

/* line 152, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-pages {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 14px 0 0;
  margin: 0.875rem 0 0;
  padding: 0 0 0 16px;
  padding: 0 0 0 1rem;
  display: none;
  list-style: none;
  border-left: 2px solid #0072d0;
}

/* line 162, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.-activeChapter .ToolkitNav-pages {
  display: block;
}

/* line 166, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-pages-item {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
}

/* line 169, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-pages-item:first-child {
  margin: 0;
}

/* line 175, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.ToolkitNav-pages-link:link, .ToolkitNav-pages-link:visited {
  color: #888888;
}

/* line 181, app/assets/stylesheets/main/components/_toolkit-nav.scss */
.-activePage .ToolkitNav-pages-link:link, .-activePage .ToolkitNav-pages-link:visited {
  color: #444;
}

/* line 5, app/assets/stylesheets/main/components/_toolkit-pagination.scss */
.ToolkitPagination {
  padding: 18px 12px 28px 12px;
  padding: 1.125rem 0.75rem 1.75rem 0.75rem;
  border-top: 1px solid #ccc;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitPagination:before, .ToolkitPagination:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitPagination:after {
  clear: both;
}

@media screen and (min-width: 500px) {
  /* line 5, app/assets/stylesheets/main/components/_toolkit-pagination.scss */
  .ToolkitPagination {
    padding: 18px 40px 28px 40px;
    padding: 1.125rem 2.5rem 1.75rem 2.5rem;
  }
}

/* line 16, app/assets/stylesheets/main/components/_toolkit-pagination.scss */
.ToolkitPagination-link {
  line-height: 1;
}

/* line 19, app/assets/stylesheets/main/components/_toolkit-pagination.scss */
.ToolkitPagination-link.-prev {
  float: left;
}

/* line 23, app/assets/stylesheets/main/components/_toolkit-pagination.scss */
.ToolkitPagination-link.-next {
  float: right;
}

/* line 28, app/assets/stylesheets/main/components/_toolkit-pagination.scss */
.ToolkitPagination-link .Icon-svg {
  fill: #0072d0;
  height: 24px;
  position: relative;
  top: 5px;
  width: 24px;
}

/* line 5, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
.ToolkitWrapper {
  background-image: url(/assets/toolkit-bg-4a24077735e3fe1883f5e0c851850d51d6366ca6d462303957ce2f62e838d99f.jpg);
  background-position: top-center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitWrapper:before, .ToolkitWrapper:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitWrapper:after {
  clear: both;
}

@media screen and (min-width: 960px) {
  /* line 5, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
  .ToolkitWrapper {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}

/* line 18, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
.ToolkitWrapper.-blue {
  background-color: #0072d0;
}

/* line 22, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
.ToolkitWrapper-inner {
  padding: 16px 16px 0;
  padding: 1rem 1rem 0;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (min-width: 700px) {
  /* line 22, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
  .ToolkitWrapper-inner {
    padding: 32px 20px 0;
    padding: 2rem 1.25rem 0;
  }
}

@media screen and (min-width: 960px) {
  /* line 22, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
  .ToolkitWrapper-inner {
    padding: 32px 40px 0;
    padding: 2rem 2.5rem 0;
  }
}

/* line 38, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
.ToolkitWrapper-columns {
  margin-left: -24px;
  margin-left: -1.5rem;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitWrapper-columns:before, .ToolkitWrapper-columns:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.ToolkitWrapper-columns:after {
  clear: both;
}

/* line 43, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
.ToolkitWrapper-leftColumn {
  padding-left: 24px;
  padding-left: 1.5rem;
}

@media screen and (min-width: 550px) {
  /* line 43, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
  .ToolkitWrapper-leftColumn {
    float: left;
    width: 54%;
  }
}

/* line 52, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
.ToolkitWrapper-rightColumn {
  padding-left: 24px;
  padding-left: 1.5rem;
}

@media screen and (min-width: 550px) {
  /* line 52, app/assets/stylesheets/main/components/_toolkit-wrapper.scss */
  .ToolkitWrapper-rightColumn {
    float: left;
    width: 46%;
  }
}

/* line 5, app/assets/stylesheets/main/components/_utility.scss */
.Utility {
  padding: 8px 0;
  padding: 0.5rem 0;
  background-color: #efeeec;
  display: none;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Utility:before, .Utility:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.Utility:after {
  clear: both;
}

@media screen and (min-width: 700px) {
  /* line 5, app/assets/stylesheets/main/components/_utility.scss */
  .Utility {
    display: block;
  }
}

/* line 16, app/assets/stylesheets/main/components/_utility.scss */
.Utility-affiliation {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 0;
  padding: 0.1875rem 0;
  color: #888888;
  float: left;
  margin: 0;
  text-transform: uppercase;
}

/* line 27, app/assets/stylesheets/main/components/_utility.scss */
.Utility-social {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  color: #888888;
  float: right;
  font-style: italic;
}

/* line 35, app/assets/stylesheets/main/components/_utility.scss */
.Utility-social .Icon {
  margin-left: 3px;
  margin-left: 0.1875rem;
  display: inline-block;
}

/* line 40, app/assets/stylesheets/main/components/_utility.scss */
.Utility-social .Icon-svg {
  display: inline-block;
  fill: #0072d0;
  height: 17px;
  position: relative;
  top: 3px;
  width: 17px;
}

/* line 50, app/assets/stylesheets/main/components/_utility.scss */
.Utility-social-prompt {
  display: none;
}

@media screen and (min-width: 760px) {
  /* line 50, app/assets/stylesheets/main/components/_utility.scss */
  .Utility-social-prompt {
    display: inline;
  }
}

/* line 59, app/assets/stylesheets/main/components/_utility.scss */
.Utility-translate {
  margin-right: 10px;
  margin-right: 0.625rem;
  background-color: transparent;
  display: inline-block;
  float: right;
}

/* line 5, app/assets/stylesheets/main/components/_yammer-promo.scss */
.YammerPromo {
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
  padding: 24px 0;
  padding: 1.5rem 0;
  border-top: 1px solid #ccc;
}

/* line 15, app/assets/stylesheets/core/mixins/_clearfix.scss */
.YammerPromo:before, .YammerPromo:after {
  content: " ";
  display: table;
}

/* line 21, app/assets/stylesheets/core/mixins/_clearfix.scss */
.YammerPromo:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/main/components/_yammer-promo.scss */
.YammerPromo-logo {
  padding: 0 0 24px;
  padding: 0 0 1.5rem;
  margin: 0 auto 24px auto;
  margin: 0 auto 1.5rem auto;
  border-bottom: 1px solid #ccc;
  display: block;
  max-width: 250px;
}

@media screen and (min-width: 700px) {
  /* line 12, app/assets/stylesheets/main/components/_yammer-promo.scss */
  .YammerPromo-logo {
    padding: 12px 24px 12px 0;
    padding: 0.75rem 1.5rem 0.75rem 0;
    border-bottom: none;
    border-right: 1px solid #ccc;
    float: left;
    margin-bottom: 0;
    width: 20%;
  }
}

/* line 31, app/assets/stylesheets/main/components/_yammer-promo.scss */
.YammerPromo-content {
  padding: 0 24px;
  padding: 0 1.5rem;
  text-align: center;
}

@media screen and (min-width: 700px) {
  /* line 31, app/assets/stylesheets/main/components/_yammer-promo.scss */
  .YammerPromo-content {
    margin: 6px 0;
    margin: 0.375rem 0;
    float: left;
    text-align: left;
    width: 80%;
  }
}

/* line 45, app/assets/stylesheets/main/components/_yammer-promo.scss */
.YammerPromo-callOut {
  font-size: 20px;
  font-size: 1.25rem;
  marign: 0 0 12px;
  marign: 0 0 0.75rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 700px) {
  /* line 45, app/assets/stylesheets/main/components/_yammer-promo.scss */
  .YammerPromo-callOut {
    margin: 0;
  }
}

@media print {
  /* line 9, app/assets/stylesheets/main/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* line 18, app/assets/stylesheets/main/_print.scss */
  pre,
blockquote,
tr,
img {
    page-break-inside: avoid;
  }
  /* line 25, app/assets/stylesheets/main/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 29, app/assets/stylesheets/main/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 33, app/assets/stylesheets/main/_print.scss */
  p,
h2,
.h2,
h3,
.h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 40, app/assets/stylesheets/main/_print.scss */
  h2, .h2,
h3,
.h3 {
    page-break-after: avoid;
  }
  @page {
    margin: 1in 0.75in 1in;
  }
}

/* @group Base */
/* line 5, app/assets/stylesheets/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 11, app/assets/stylesheets/chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* line 26, app/assets/stylesheets/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

/* line 30, app/assets/stylesheets/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 43, app/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 55, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 72, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 75, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 82, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 85, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 94, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 98, app/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 101, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 108, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/chosen-sprite.png) no-repeat 0px 2px;
}

/* line 115, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 122, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 136, app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 141, app/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
/* line 150, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 159, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 167, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 176, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 181, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 186, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 191, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 194, app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 204, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 216, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 219, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 223, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

/* line 239, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 255, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 258, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 267, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 272, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 279, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 281, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 286, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 290, app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 300, app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 305, app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 314, app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 317, app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 322, app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 325, app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 333, app/assets/stylesheets/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 336, app/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 339, app/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 346, app/assets/stylesheets/chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 348, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 352, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 357, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 360, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 364, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 368, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 370, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 373, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 376, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 382, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 386, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 390, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 393, app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

/* line 399, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 403, app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 414, app/assets/stylesheets/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url(/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
