@charset "UTF-8";
/*$blue:              #8eaec2;
$text-blue:         #5985a1;
$black:             #353434;
$white:             #fff;
$dark-blue:         #59798d;
$red:               #B5121B;

$rules:             rgba($black,0.5);
$rules-vertical:    $black;

$dark-gray:         #353434;
$very-dark-gray:    #262626;
$medium-dark-gray:  #999;
$medium-gray:       #a1a1a1;
$very-light-gray:   #f0f0f0;
$light-gray:        #edecec;*/
/*
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
) !default;

xs: $narrow-handheld:     max-width 380px;
$wide-handheld:       381px 700px;
md: $handheld:            max-width 700px;
$tablet:              701px;
lg: $tablet-only:         701px 1023px;
$narrow-tablet:       701px 768px;
lg: $desktop:             1024px;
xl: $medium-desktop:      1300px;
xxl: $max-width:           1680px;
 */
: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", Arial, "Noto Sans", "Liberation Sans", 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: GothamSSm, 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: #7993A5;
  --bs-link-hover-color: #617684;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
}

@font-face {
  font-family: "GothamSSm";
  src: url("../../fonts/GothamSSm/GothamSSm-XLight_Web.woff2") format("woff2"), url("../../fonts/GothamSSm/GothamSSm-XLight_Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../../fonts/GothamSSm/GothamSSm-XLightItalic_Web.woff2") format("woff2"), url("../../fonts/GothamSSm/GothamSSm-XLightItalic_Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../../fonts/GothamSSm/GothamSSm-Light_Web.woff2") format("woff2"), url("../../fonts/GothamSSm/GothamSSm-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../../fonts/GothamSSm/GothamSSm-LightItalic_Web.woff2") format("woff2"), url("../../fonts/GothamSSm/GothamSSm-LightItalic_Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../../fonts/GothamSSm/GothamSSm-Book_Web.woff2") format("woff2"), url("../../fonts/GothamSSm/GothamSSm-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../../fonts/GothamSSm/GothamSSm-BookItalic_Web.woff2") format("woff2"), url("../../fonts/GothamSSm/GothamSSm-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../../fonts/GothamSSm/GothamSSm-Medium_Web.woff2") format("woff2"), url("../../fonts/GothamSSm/GothamSSm-Medium_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../../fonts/GothamSSm/GothamSSm-MediumItalic_Web.woff2") format("woff2"), url("../../fonts/GothamSSm/GothamSSm-MediumItalic_Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../../fonts/GothamSSm/GothamSSm-Bold_Web.woff2") format("woff2"), url("../../fonts/GothamSSm/GothamSSm-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GothamSSm";
  src: url("../../fonts/GothamSSm/GothamSSm-BoldItalic_Web.woff2") format("woff2"), url("../../fonts/GothamSSm/GothamSSm-BoldItalic_Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "SentinelSSm";
  src: url("../../fonts/SentinelSSm/SentinelSSm-Light_Web.woff2") format("woff2"), url("../../fonts/SentinelSSm/SentinelSSm-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SentinelSSm";
  src: url("../../fonts/SentinelSSm/SentinelSSm-LightItalic_Web.woff2") format("woff2"), url("../../fonts/SentinelSSm/SentinelSSm-LightItalic_Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SentinelSSm";
  src: url("../../fonts/SentinelSSm/SentinelSSm-Book_Web.woff2") format("woff2"), url("../../fonts/SentinelSSm/SentinelSSm-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SentinelSSm";
  src: url("../../fonts/SentinelSSm/SentinelSSm-BookItalic_Web.woff2") format("woff2"), url("../../fonts/SentinelSSm/SentinelSSm-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "SentinelSSm";
  src: url("../../fonts/SentinelSSm/SentinelSSm-Medium_Web.woff2") format("woff2"), url("../../fonts/SentinelSSm/SentinelSSm-Medium_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SentinelSSm";
  src: url("../../fonts/SentinelSSm/SentinelSSm-MediumItalic_Web.woff2") format("woff2"), url("../../fonts/SentinelSSm/SentinelSSm-MediumItalic_Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "SentinelSSm";
  src: url("../../fonts/SentinelSSm/SentinelSSm-Semibold_Web.woff2") format("woff2"), url("../../fonts/SentinelSSm/SentinelSSm-Semibold_Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SentinelSSm";
  src: url("../../fonts/SentinelSSm/SentinelSSm-SemiboldItalic_Web.woff2") format("woff2"), url("../../fonts/SentinelSSm/SentinelSSm-SemiboldItalic_Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "SentinelSSm";
  src: url("../../fonts/SentinelSSm/SentinelSSm-Bold_Web.woff2") format("woff2"), url("../../fonts/SentinelSSm/SentinelSSm-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SentinelSSm";
  src: url("../../fonts/SentinelSSm/SentinelSSm-BoldItalic_Web.woff2") format("woff2"), url("../../fonts/SentinelSSm/SentinelSSm-BoldItalic_Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-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;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container, .region-highlighted .region__inner, .region-help .region__inner,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .region-highlighted .region__inner, .region-help .region__inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .region-highlighted .region__inner, .region-help .region__inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .region-highlighted .region__inner, .region-help .region__inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .region-highlighted .region__inner, .region-help .region__inner {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .region-highlighted .region__inner, .region-help .region__inner {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 4.16666667%;
}

.col-2 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-3 {
  flex: 0 0 auto;
  width: 12.5%;
}

.col-4 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-5 {
  flex: 0 0 auto;
  width: 20.83333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 25%;
}

.col-7 {
  flex: 0 0 auto;
  width: 29.16666667%;
}

.col-8 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-9 {
  flex: 0 0 auto;
  width: 37.5%;
}

.col-10 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-11 {
  flex: 0 0 auto;
  width: 45.83333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 50%;
}

.col-13 {
  flex: 0 0 auto;
  width: 54.16666667%;
}

.col-14 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-15 {
  flex: 0 0 auto;
  width: 62.5%;
}

.col-16 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-17 {
  flex: 0 0 auto;
  width: 70.83333333%;
}

.col-18 {
  flex: 0 0 auto;
  width: 75%;
}

.col-19 {
  flex: 0 0 auto;
  width: 79.16666667%;
}

.col-20 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-21 {
  flex: 0 0 auto;
  width: 87.5%;
}

.col-22 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-23 {
  flex: 0 0 auto;
  width: 95.83333333%;
}

.col-24 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 4.16666667%;
}

.offset-2 {
  margin-left: 8.33333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.66666667%;
}

.offset-5 {
  margin-left: 20.83333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.16666667%;
}

.offset-8 {
  margin-left: 33.33333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.66666667%;
}

.offset-11 {
  margin-left: 45.83333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.16666667%;
}

.offset-14 {
  margin-left: 58.33333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.66666667%;
}

.offset-17 {
  margin-left: 70.83333333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.16666667%;
}

.offset-20 {
  margin-left: 83.33333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.66666667%;
}

.offset-23 {
  margin-left: 95.83333333%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-sm-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-sm-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-sm-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-sm-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.16666667%;
  }
  .offset-sm-2 {
    margin-left: 8.33333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.66666667%;
  }
  .offset-sm-5 {
    margin-left: 20.83333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.16666667%;
  }
  .offset-sm-8 {
    margin-left: 33.33333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.66666667%;
  }
  .offset-sm-11 {
    margin-left: 45.83333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.16666667%;
  }
  .offset-sm-14 {
    margin-left: 58.33333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.66666667%;
  }
  .offset-sm-17 {
    margin-left: 70.83333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.16666667%;
  }
  .offset-sm-20 {
    margin-left: 83.33333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.66666667%;
  }
  .offset-sm-23 {
    margin-left: 95.83333333%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-md-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-md-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-md-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-md-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.16666667%;
  }
  .offset-md-2 {
    margin-left: 8.33333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.66666667%;
  }
  .offset-md-5 {
    margin-left: 20.83333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.16666667%;
  }
  .offset-md-8 {
    margin-left: 33.33333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.66666667%;
  }
  .offset-md-11 {
    margin-left: 45.83333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.16666667%;
  }
  .offset-md-14 {
    margin-left: 58.33333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.66666667%;
  }
  .offset-md-17 {
    margin-left: 70.83333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.16666667%;
  }
  .offset-md-20 {
    margin-left: 83.33333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.66666667%;
  }
  .offset-md-23 {
    margin-left: 95.83333333%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-lg-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-lg-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.16666667%;
  }
  .offset-lg-2 {
    margin-left: 8.33333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.66666667%;
  }
  .offset-lg-5 {
    margin-left: 20.83333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.16666667%;
  }
  .offset-lg-8 {
    margin-left: 33.33333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.66666667%;
  }
  .offset-lg-11 {
    margin-left: 45.83333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.16666667%;
  }
  .offset-lg-14 {
    margin-left: 58.33333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.66666667%;
  }
  .offset-lg-17 {
    margin-left: 70.83333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.16666667%;
  }
  .offset-lg-20 {
    margin-left: 83.33333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.66666667%;
  }
  .offset-lg-23 {
    margin-left: 95.83333333%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xl-23 {
    margin-left: 95.83333333%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxl-23 {
    margin-left: 95.83333333%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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);
}
.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);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.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);
}

.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);
}

.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);
}

.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);
}

.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);
}

.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);
}

.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);
}

.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);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label, form .form-item label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.5em + 1px);
  padding-bottom: calc(0.5em + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text, form .form-item .description {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, input[type=text],
input[type=number],
input[type=tel],
input[type=password],
input[type=email],
input[type=date],
input[type=datetime],
input[type=search],
textarea {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, input[type=text],
  input[type=number],
  input[type=tel],
  input[type=password],
  input[type=email],
  input[type=date],
  input[type=datetime],
  input[type=search],
  textarea {
    transition: none;
  }
}
.form-control[type=file], input[type=file][type=text],
input[type=file][type=number],
input[type=file][type=tel],
input[type=file][type=password],
input[type=file][type=email],
input[type=file][type=date],
input[type=file][type=datetime],
input[type=file][type=search],
textarea[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), input[type=file][type=text]:not(:disabled):not([readonly]),
input[type=file][type=number]:not(:disabled):not([readonly]),
input[type=file][type=tel]:not(:disabled):not([readonly]),
input[type=file][type=password]:not(:disabled):not([readonly]),
input[type=file][type=email]:not(:disabled):not([readonly]),
input[type=file][type=date]:not(:disabled):not([readonly]),
input[type=file][type=datetime]:not(:disabled):not([readonly]),
input[type=file][type=search]:not(:disabled):not([readonly]),
textarea[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=search]:focus,
textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #7993A5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #C7D7E0;
}
.form-control::-webkit-date-and-time-value, input[type=text]::-webkit-date-and-time-value,
input[type=number]::-webkit-date-and-time-value,
input[type=tel]::-webkit-date-and-time-value,
input[type=password]::-webkit-date-and-time-value,
input[type=email]::-webkit-date-and-time-value,
input[type=date]::-webkit-date-and-time-value,
input[type=datetime]::-webkit-date-and-time-value,
input[type=search]::-webkit-date-and-time-value,
textarea::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, input[type=text]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=search]:disabled,
textarea:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, input[type=text]::file-selector-button,
input[type=number]::file-selector-button,
input[type=tel]::file-selector-button,
input[type=password]::file-selector-button,
input[type=email]::file-selector-button,
input[type=date]::file-selector-button,
input[type=datetime]::file-selector-button,
input[type=search]::file-selector-button,
textarea::file-selector-button {
  padding: 0.5em 1em;
  margin: -0.5em -1em;
  margin-inline-end: 1em;
  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) {
  .form-control::file-selector-button, input[type=text]::file-selector-button,
  input[type=number]::file-selector-button,
  input[type=tel]::file-selector-button,
  input[type=password]::file-selector-button,
  input[type=email]::file-selector-button,
  input[type=date]::file-selector-button,
  input[type=datetime]::file-selector-button,
  input[type=search]::file-selector-button,
  textarea::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,
input[type=datetime]:hover:not(:disabled):not([readonly])::file-selector-button,
input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control,
textarea {
  min-height: calc(1.5em + 1em + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1em + 2px);
  padding: 0.5em;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5em 3em 0.5em 1em;
  -moz-padding-start: calc(1em - 3px);
  font-size: 1rem;
  font-weight: 300;
  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 1em center;
  background-size: 16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  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) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #7993A5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #C7D7E0;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1em;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.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;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #7993A5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #C7D7E0;
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  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");
}
.form-check-input:checked[type=radio] {
  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");
}
.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");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.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) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.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='%237993A5'/%3e%3c/svg%3e");
}
.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");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #C7D7E0;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #C7D7E0;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.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) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.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) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > input[type=text],
.form-floating > input[type=number],
.form-floating > input[type=tel],
.form-floating > input[type=password],
.form-floating > input[type=email],
.form-floating > input[type=date],
.form-floating > input[type=datetime],
.form-floating > input[type=search],
.form-floating > textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 1em;
  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) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > input[type=text],
.form-floating > input[type=number],
.form-floating > input[type=tel],
.form-floating > input[type=password],
.form-floating > input[type=email],
.form-floating > input[type=date],
.form-floating > input[type=datetime],
.form-floating > input[type=search],
.form-floating > textarea,
.form-floating > .form-control-plaintext {
  padding: 1rem 1em;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > input[type=text]::-moz-placeholder, .form-floating > input[type=number]::-moz-placeholder, .form-floating > input[type=tel]::-moz-placeholder, .form-floating > input[type=password]::-moz-placeholder, .form-floating > input[type=email]::-moz-placeholder, .form-floating > input[type=date]::-moz-placeholder, .form-floating > input[type=datetime]::-moz-placeholder, .form-floating > input[type=search]::-moz-placeholder, .form-floating > textarea::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .form-floating > input[type=text]::placeholder,
.form-floating > input[type=number]::placeholder,
.form-floating > input[type=tel]::placeholder,
.form-floating > input[type=password]::placeholder,
.form-floating > input[type=email]::placeholder,
.form-floating > input[type=date]::placeholder,
.form-floating > input[type=datetime]::placeholder,
.form-floating > input[type=search]::placeholder,
.form-floating > textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > input[type=text]:not(:-moz-placeholder-shown), .form-floating > input[type=number]:not(:-moz-placeholder-shown), .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .form-floating > input[type=password]:not(:-moz-placeholder-shown), .form-floating > input[type=email]:not(:-moz-placeholder-shown), .form-floating > input[type=date]:not(:-moz-placeholder-shown), .form-floating > input[type=datetime]:not(:-moz-placeholder-shown), .form-floating > input[type=search]:not(:-moz-placeholder-shown), .form-floating > textarea: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 > input[type=text]:focus,
.form-floating > input[type=number]:focus,
.form-floating > input[type=tel]:focus,
.form-floating > input[type=password]:focus,
.form-floating > input[type=email]:focus,
.form-floating > input[type=date]:focus,
.form-floating > input[type=datetime]:focus,
.form-floating > input[type=search]:focus,
.form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > input[type=text]:not(:placeholder-shown),
.form-floating > input[type=number]:not(:placeholder-shown),
.form-floating > input[type=tel]:not(:placeholder-shown),
.form-floating > input[type=password]:not(:placeholder-shown),
.form-floating > input[type=email]:not(:placeholder-shown),
.form-floating > input[type=date]:not(:placeholder-shown),
.form-floating > input[type=datetime]:not(:placeholder-shown),
.form-floating > input[type=search]:not(:placeholder-shown),
.form-floating > textarea: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;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > input[type=text]:-webkit-autofill,
.form-floating > input[type=number]:-webkit-autofill,
.form-floating > input[type=tel]:-webkit-autofill,
.form-floating > input[type=password]:-webkit-autofill,
.form-floating > input[type=email]:-webkit-autofill,
.form-floating > input[type=date]:-webkit-autofill,
.form-floating > input[type=datetime]:-webkit-autofill,
.form-floating > input[type=search]:-webkit-autofill,
.form-floating > textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .form-floating > input[type=number]:not(:-moz-placeholder-shown) ~ label, .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .form-floating > input[type=password]:not(:-moz-placeholder-shown) ~ label, .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .form-floating > input[type=date]:not(:-moz-placeholder-shown) ~ label, .form-floating > input[type=datetime]:not(:-moz-placeholder-shown) ~ label, .form-floating > input[type=search]:not(:-moz-placeholder-shown) ~ label, .form-floating > textarea: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 > input[type=text]:focus ~ label,
.form-floating > input[type=number]:focus ~ label,
.form-floating > input[type=tel]:focus ~ label,
.form-floating > input[type=password]:focus ~ label,
.form-floating > input[type=email]:focus ~ label,
.form-floating > input[type=date]:focus ~ label,
.form-floating > input[type=datetime]:focus ~ label,
.form-floating > input[type=search]:focus ~ label,
.form-floating > textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.form-floating > input[type=number]:not(:placeholder-shown) ~ label,
.form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
.form-floating > input[type=password]:not(:placeholder-shown) ~ label,
.form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.form-floating > input[type=date]:not(:placeholder-shown) ~ label,
.form-floating > input[type=datetime]:not(:placeholder-shown) ~ label,
.form-floating > input[type=search]:not(:placeholder-shown) ~ label,
.form-floating > textarea: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);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > input[type=text]:-webkit-autofill ~ label,
.form-floating > input[type=number]:-webkit-autofill ~ label,
.form-floating > input[type=tel]:-webkit-autofill ~ label,
.form-floating > input[type=password]:-webkit-autofill ~ label,
.form-floating > input[type=email]:-webkit-autofill ~ label,
.form-floating > input[type=date]:-webkit-autofill ~ label,
.form-floating > input[type=datetime]:-webkit-autofill ~ label,
.form-floating > input[type=search]:-webkit-autofill ~ label,
.form-floating > textarea:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > input[type=text],
.input-group > input[type=number],
.input-group > input[type=tel],
.input-group > input[type=password],
.input-group > input[type=email],
.input-group > input[type=date],
.input-group > input[type=datetime],
.input-group > input[type=search],
.input-group > textarea,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > input[type=text]:focus,
.input-group > input[type=number]:focus,
.input-group > input[type=tel]:focus,
.input-group > input[type=password]:focus,
.input-group > input[type=email]:focus,
.input-group > input[type=date]:focus,
.input-group > input[type=datetime]:focus,
.input-group > input[type=search]:focus,
.input-group > textarea:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
}

.input-group-lg > .form-control, .input-group-lg > input[type=text],
.input-group-lg > input[type=number],
.input-group-lg > input[type=tel],
.input-group-lg > input[type=password],
.input-group-lg > input[type=email],
.input-group-lg > input[type=date],
.input-group-lg > input[type=datetime],
.input-group-lg > input[type=search],
.input-group-lg > textarea,
.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;
}

.input-group-sm > .form-control, .input-group-sm > input[type=text],
.input-group-sm > input[type=number],
.input-group-sm > input[type=tel],
.input-group-sm > input[type=password],
.input-group-sm > input[type=email],
.input-group-sm > input[type=date],
.input-group-sm > input[type=datetime],
.input-group-sm > input[type=search],
.input-group-sm > textarea,
.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;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4em;
}

.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) > input[type=text],
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=number],
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=date],
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=datetime],
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=search],
.input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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) > input[type=text],
.input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=number],
.input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel],
.input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=password],
.input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=date],
.input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=datetime],
.input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=search],
.input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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;
}
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > input[type=text],
.input-group > .form-floating:not(:first-child) > input[type=number],
.input-group > .form-floating:not(:first-child) > input[type=tel],
.input-group > .form-floating:not(:first-child) > input[type=password],
.input-group > .form-floating:not(:first-child) > input[type=email],
.input-group > .form-floating:not(:first-child) > input[type=date],
.input-group > .form-floating:not(:first-child) > input[type=datetime],
.input-group > .form-floating:not(:first-child) > input[type=search],
.input-group > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated input[type=text]:valid,
.was-validated input[type=number]:valid,
.was-validated input[type=tel]:valid,
.was-validated input[type=password]:valid,
.was-validated input[type=email]:valid,
.was-validated input[type=date]:valid,
.was-validated input[type=datetime]:valid,
.was-validated input[type=search]:valid,
.was-validated textarea:valid, .form-control.is-valid, input.is-valid[type=text],
input.is-valid[type=number],
input.is-valid[type=tel],
input.is-valid[type=password],
input.is-valid[type=email],
input.is-valid[type=date],
input.is-valid[type=datetime],
input.is-valid[type=search],
textarea.is-valid {
  border-color: #198754;
  padding-right: 2.5em;
  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 0.625em center;
  background-size: 1.25em 1.25em;
}
.was-validated .form-control:valid:focus, .was-validated input[type=text]:valid:focus,
.was-validated input[type=number]:valid:focus,
.was-validated input[type=tel]:valid:focus,
.was-validated input[type=password]:valid:focus,
.was-validated input[type=email]:valid:focus,
.was-validated input[type=date]:valid:focus,
.was-validated input[type=datetime]:valid:focus,
.was-validated input[type=search]:valid:focus,
.was-validated textarea:valid:focus, .form-control.is-valid:focus, input.is-valid[type=text]:focus,
input.is-valid[type=number]:focus,
input.is-valid[type=tel]:focus,
input.is-valid[type=password]:focus,
input.is-valid[type=email]:focus,
input.is-valid[type=date]:focus,
input.is-valid[type=datetime]:focus,
input.is-valid[type=search]:focus,
textarea.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated textarea:valid, textarea.form-control.is-valid,
textarea.is-valid {
  padding-right: 2.5em;
  background-position: top 0.625em right 0.625em;
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5em;
  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 1em center, center right 3em;
  background-size: 16px 12px, 1.25em 1.25em;
}
.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);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + 2.5em);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.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);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated .input-group > input[type=number]:not(:focus):valid,
.was-validated .input-group > input[type=tel]:not(:focus):valid,
.was-validated .input-group > input[type=password]:not(:focus):valid,
.was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated .input-group > input[type=date]:not(:focus):valid,
.was-validated .input-group > input[type=datetime]:not(:focus):valid,
.was-validated .input-group > input[type=search]:not(:focus):valid,
.was-validated .input-group > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .input-group > input[type=text]:not(:focus).is-valid,
.input-group > input[type=number]:not(:focus).is-valid,
.input-group > input[type=tel]:not(:focus).is-valid,
.input-group > input[type=password]:not(:focus).is-valid,
.input-group > input[type=email]:not(:focus).is-valid,
.input-group > input[type=date]:not(:focus).is-valid,
.input-group > input[type=datetime]:not(:focus).is-valid,
.input-group > input[type=search]:not(:focus).is-valid,
.input-group > textarea:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated input[type=text]:invalid,
.was-validated input[type=number]:invalid,
.was-validated input[type=tel]:invalid,
.was-validated input[type=password]:invalid,
.was-validated input[type=email]:invalid,
.was-validated input[type=date]:invalid,
.was-validated input[type=datetime]:invalid,
.was-validated input[type=search]:invalid,
.was-validated textarea:invalid, .form-control.is-invalid, input.is-invalid[type=text],
input.is-invalid[type=number],
input.is-invalid[type=tel],
input.is-invalid[type=password],
input.is-invalid[type=email],
input.is-invalid[type=date],
input.is-invalid[type=datetime],
input.is-invalid[type=search],
textarea.is-invalid {
  border-color: #dc3545;
  padding-right: 2.5em;
  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 0.625em center;
  background-size: 1.25em 1.25em;
}
.was-validated .form-control:invalid:focus, .was-validated input[type=text]:invalid:focus,
.was-validated input[type=number]:invalid:focus,
.was-validated input[type=tel]:invalid:focus,
.was-validated input[type=password]:invalid:focus,
.was-validated input[type=email]:invalid:focus,
.was-validated input[type=date]:invalid:focus,
.was-validated input[type=datetime]:invalid:focus,
.was-validated input[type=search]:invalid:focus,
.was-validated textarea:invalid:focus, .form-control.is-invalid:focus, input.is-invalid[type=text]:focus,
input.is-invalid[type=number]:focus,
input.is-invalid[type=tel]:focus,
input.is-invalid[type=password]:focus,
input.is-invalid[type=email]:focus,
input.is-invalid[type=date]:focus,
input.is-invalid[type=datetime]:focus,
input.is-invalid[type=search]:focus,
textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated textarea:invalid, textarea.form-control.is-invalid,
textarea.is-invalid {
  padding-right: 2.5em;
  background-position: top 0.625em right 0.625em;
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5em;
  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 1em center, center right 3em;
  background-size: 16px 12px, 1.25em 1.25em;
}
.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);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + 2.5em);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.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);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated .input-group > input[type=number]:not(:focus):invalid,
.was-validated .input-group > input[type=tel]:not(:focus):invalid,
.was-validated .input-group > input[type=password]:not(:focus):invalid,
.was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated .input-group > input[type=date]:not(:focus):invalid,
.was-validated .input-group > input[type=datetime]:not(:focus):invalid,
.was-validated .input-group > input[type=search]:not(:focus):invalid,
.was-validated .input-group > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .input-group > input[type=text]:not(:focus).is-invalid,
.input-group > input[type=number]:not(:focus).is-invalid,
.input-group > input[type=tel]:not(:focus).is-invalid,
.input-group > input[type=password]:not(:focus).is-invalid,
.input-group > input[type=email]:not(:focus).is-invalid,
.input-group > input[type=date]:not(:focus).is-invalid,
.input-group > input[type=datetime]:not(:focus).is-invalid,
.input-group > input[type=search]:not(:focus).is-invalid,
.input-group > textarea:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.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);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.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);
}
.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);
}
.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);
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.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;
}

.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;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.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;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.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;
}
.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;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.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;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .view .view-filters .form-item-genre label,
.view .view-filters .form-item-category label, #block-emma-signup label,
.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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0, #block-milkweed-content .search-page .search-page--form .form-item,
#block-milkweed-content .search-page .search-page--form .form-actions {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html,
body {
  min-height: 100vh;
}

html {
  scroll-padding-top: 10rem;
}

input:not([type=submit]) {
  font-size: 16px !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  font-weight: 700;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=password],
input[type=email],
input[type=date],
input[type=datetime],
input[type=search],
textarea {
  /*border: 1px solid $milkweed-rules;
  padding: 0.5em 1em;
  outline: 0;
  background-color: $white;
  max-width: 100%;
  font-weight: $font-weight-light;
  appearance: none;
  border-radius: 0;*/
  /*@include media-breakpoint-up(md) {
    font-size: 1em;
  }*/
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
}

a.button,
button,
input[type=submit],
input[type=button] {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
}
@media (min-width: 768px) {
  a.button,
  button,
  input[type=submit],
  input[type=button] {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}

select,
select.form-select {
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.5em 3em 0.5em 1em;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../../images/select-caret.png) center right 1em no-repeat;
  background-size: 0.75em auto;
  max-width: 100%;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 768px) {
  select,
  select.form-select {
    font-size: 1em;
  }
}

hr {
  background-color: transparent;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin: 2.5em 0;
}

blockquote {
  border-top: 2px solid #edecec;
  border-bottom: 2px solid #edecec;
  padding-top: 1em;
  margin: 1.5em 2em;
}

:root {
  font-size: 82.75%;
  --bs-font-serif: "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
  --bs-font-sans-serif-no-color-emoji: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Segoe UI Symbol";
  /**
   * jQuery.UI dialog.
   */
  --jui-dialog-close-button-size: calc(var(--gin-spacing-m) * 2);
  --jui-dialog-close-button-border-radius: 50%;
  --jui-dialog-close-button-reserved-space: calc(var(--gin-spacing-m) * 4);
  --jui-dialog-off-canvas-close-button-reserved-space: calc(var(--gin-spacing-m) * 3);
  --jui-dialog-border-radius: 0.25rem;
  --jui-dialog-box-shadow: 0 0 var(--gin-spacing-m) calc(var(--gin-spacing-m) / -4) var(--gin-color-text);
  --jui-dialog-z-index: 1260;
  --jui-dialog-off-canvas-z-index: 501;
}
@media (min-width: 768px) {
  :root {
    font-size: 92.5%;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 100%;
  }
}

.ui-dialog-titlebar-close:after {
  display: inline-block;
  content: "×";
  font-size: 32px;
}
.ui-dialog .ui-dialog-titlebar-close:after {
  background-color: #1b1b1d;
  color: #fff;
}
.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar-close:after {
  background-color: var(--gin-bg-layer);
  color: var(--gin-color-title);
}

.layout-container > header {
  z-index: 400;
  position: sticky;
  top: var(--gin-toolbar-y-offset, 0);
  right: 0;
  left: 0;
}

.layout-container {
  margin: 0;
}

main {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

h1.page-title {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  line-height: 1;
  margin: 0.25em 0 0.625em -0.05em;
  font-size: 3.125rem;
  text-align: left;
}
h1.page-title .field__label {
  font-weight: 500;
  padding-right: 0.25em;
}

body.maintenance-page {
  background: linear-gradient(to bottom, #ffffff 70%, #f2f2f2 100%);
}
body.maintenance-page .layout-container > header {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0 0 0;
  position: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
body.maintenance-page .layout-container > header > a {
  display: block;
}
body.maintenance-page .layout-container > header > a img {
  display: block;
  height: 12rem;
}
body.maintenance-page .layout-container > header .name-and-slogan {
  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;
}
body.maintenance-page .layout-container > main {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0;
  text-align: center;
}
body.maintenance-page .layout-container > main h1 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  margin-bottom: 1em;
}

.region-eyebrow {
  font-family: "SentinelSSm", var(--bs-font-serif);
  display: none;
}
@media (min-width: 992px) {
  .region-eyebrow {
    display: block;
  }
}

.region-footer {
  background-color: #353434;
  color: #fff;
}
.region-footer .region__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  max-width: 62rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.region-footer .footer__bottom {
  display: flex;
  align-items: center;
}
.region-footer .footer__bottom p {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 200;
  text-transform: uppercase;
}
.region-footer .block-system-branding-block {
  margin-right: 2rem;
}
.region-footer .block-system-branding-block a {
  display: block;
}
.region-footer .block-system-branding-block a img {
  width: 4rem;
}

.region-header {
  position: relative;
  z-index: 400;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .region-header {
    background-color: #fff;
  }
}
.region-header .header__wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .region-header .header__wrapper {
    display: flex;
  }
}
.region-header #menu-toggle button {
  width: 6rem;
  height: 5rem;
  background: transparent url(../../images/menu_gray_24dp.svg) no-repeat center center;
  background-size: auto 2rem;
  cursor: pointer;
  border: none;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  text-indent: 100%;
}
@media (min-width: 992px) {
  .region-header #menu-toggle {
    display: none;
  }
}
.region-header .block-system-branding-block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem 0;
  width: 4.625rem;
}
@media (min-width: 992px) {
  .region-header .block-system-branding-block {
    position: unset;
    transform: unset;
    padding: 0;
    margin: 2rem 3.5rem 1rem 3.75rem;
  }
}
@media (min-width: 1200px) {
  .region-header .block-system-branding-block {
    margin-bottom: 1.6667rem;
  }
}
.region-header .block-system-branding-block .site-name {
  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;
}
.region-header #header-navigation {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .region-header #header-navigation {
    overflow: visible;
    max-height: unset;
    transition: unset;
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
}
.region-header.menu-open #header-navigation {
  max-height: 35rem;
}
.region-header.menu-open #menu-toggle button {
  background-image: url(../../images/close_gray_24dp.svg);
}
.region-header #block-milkweed-search-form {
  position: absolute;
  top: 0;
  right: 0;
}
.region-header .menu--account a[data-drupal-link-system-path="user/login"],
.region-header .menu--account a[data-drupal-link-system-path=user] {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .region-header .menu--account a[data-drupal-link-system-path="user/login"],
  .region-header .menu--account a[data-drupal-link-system-path=user] {
    left: unset;
    bottom: unset;
    top: 0;
    right: 12rem;
  }
}
.region-header .block-commerce-cart {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .region-header .block-commerce-cart {
    bottom: unset;
    top: 0;
    right: 6rem;
  }
}

.field--name-field-author .field__label {
  padding-right: 0;
}
.field--name-field-author .field__label:after {
  content: " ";
}

.field--name-field-blog-tags {
  margin-top: 2.5rem;
}
.field--name-field-blog-tags .field__label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-right: 1em;
}
.field--name-field-blog-tags .field__label a {
  color: #7993A5;
}
.field--name-field-blog-tags .field__items,
.field--name-field-blog-tags .field__item {
  display: inline;
  margin: 0;
  padding: 0;
}
.field--name-field-blog-tags a {
  display: inline-block;
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  border: 2px solid rgba(91, 111, 128, 0.8);
  padding: 0.125em 1.5em;
  margin-right: 0.75em;
  margin-bottom: 0.5em;
  text-decoration: none;
  color: #353434;
}
.field--name-field-blog-tags a select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.field--name-field-blog-tags a a {
  font-weight: 300;
}

.field--type-entity-reference-revisions > .field__item > .paragraph.bottom-shadow {
  background: linear-gradient(to bottom, #ffffff 70%, #f2f2f2 100%);
}
.field--type-entity-reference-revisions > .field__item > .paragraph.top-shadow {
  background: linear-gradient(to bottom, #eaeaea 0, #f0f0f0 0.75em, #ffffff 100%);
}
.field--type-entity-reference-revisions > .field__item > .paragraph.both-shadow {
  background: linear-gradient(to bottom, #eaeaea 0, #f0f0f0 0.75em, #ffffff 70%, #f2f2f2 100%);
}

.field--name-field-media-oembed-video iframe {
  aspect-ratio: 16/9;
  height: auto;
}

.field--name-field-media .media--type-remote-video,
.field--name-field-media-single .media--type-remote-video {
  position: relative;
}
.field--name-field-media .media--type-remote-video .remote-video-colorbox-launch-modal,
.field--name-field-media-single .media--type-remote-video .remote-video-colorbox-launch-modal {
  cursor: pointer;
  position: relative;
}

.field--name-field-author-qa,
.field--name-field-book-praise {
  background-color: #5B6F80;
  color: #fff;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.field--name-field-author-qa > h2,
.field--name-field-book-praise > h2 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
  color: #fff;
}
.field--name-field-author-qa > h2:after,
.field--name-field-book-praise > h2:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.field--name-field-author-qa > h2:after,
.field--name-field-book-praise > h2:after {
  border-color: #fff;
}
.field--name-field-author-qa .splide,
.field--name-field-book-praise .splide {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding-bottom: 3rem;
}
.field--name-field-author-qa .splide .splide__slider,
.field--name-field-book-praise .splide .splide__slider {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.field--name-field-author-qa .splide .splide__arrows .splide__arrow,
.field--name-field-book-praise .splide .splide__arrows .splide__arrow {
  z-index: 5;
  width: 3.625rem;
  height: 3.625rem;
  background: #7993A5;
}
.field--name-field-author-qa .splide .splide__arrows .splide__arrow svg,
.field--name-field-book-praise .splide .splide__arrows .splide__arrow svg {
  fill: #fff;
}
.field--name-field-author-qa .splide .splide__arrows .splide__arrow.splide__arrow--prev,
.field--name-field-book-praise .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.field--name-field-author-qa .splide .splide__arrows .splide__arrow.splide__arrow--next,
.field--name-field-book-praise .splide .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}
.field--name-field-author-qa .splide .splide__pagination,
.field--name-field-book-praise .splide .splide__pagination {
  bottom: 0;
}
.field--name-field-author-qa .splide .splide__pagination .splide__pagination__page,
.field--name-field-book-praise .splide .splide__pagination .splide__pagination__page {
  border: 1px solid #fff;
}
.field--name-field-author-qa .splide .splide__pagination .splide__pagination__page.is-active,
.field--name-field-book-praise .splide .splide__pagination .splide__pagination__page.is-active {
  transform: unset;
  background-color: #464C59;
}

.field--name-total-price {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 0.5rem;
}
.field--name-total-price .order-total-line .order-total-line-label {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.field--name-total-price .order-total-line .order-total-line-label select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.field--name-total-price .order-total-line .order-total-line-label a {
  font-weight: 300;
}
.field--name-total-price .order-total-line .order-total-line-value {
  width: 10rem;
}
.field--name-total-price .order-total-line.order-total-line__total .order-total-line-value {
  font-size: 2rem;
  font-weight: 300;
}

.menu--account {
  position: unset;
}
.menu--account ul.menu {
  margin: 0;
}
.menu--account ul.menu li {
  padding: 0;
}
.menu--account a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 6rem;
  height: 5rem;
  background-color: #f0f0f0;
  background-position: center center;
  background-size: auto 2rem;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .menu--account a {
    height: 6rem;
  }
}
@media (min-width: 1200px) {
  .menu--account a {
    height: 6.6667rem;
  }
}
.menu--account a[data-drupal-link-system-path="user/login"],
.menu--account a[data-drupal-link-system-path=user] {
  background-image: url(../../images/account_circle_gray_24dp.svg);
}
@media (min-width: 992px) {
  .menu--account a[data-drupal-link-system-path="user/login"],
  .menu--account a[data-drupal-link-system-path=user] {
    border-right: 1px solid #000;
    background-color: #fff;
  }
}

.block-add-donation {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.block-add-donation > .block__inner > .content-wrapper {
  background-color: #edecec;
  padding: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .block-add-donation > .block__inner > .content-wrapper {
    padding: 2rem 3rem;
  }
}
.block-add-donation > .block__inner > .content-wrapper > h2 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  font-size: 2rem;
  text-transform: capitalize;
  padding: 0;
  position: relative;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .block-add-donation .content {
    display: flex;
    gap: 2rem;
  }
  .block-add-donation .text-wrapper {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .block-add-donation .block-form-wrapper {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.block-add-donation form {
  padding: 0;
  border: none;
}
.block-add-donation .form-radios .form-item {
  margin: 0 1em 0 0;
  display: inline-block;
  min-width: 4.5rem;
}
.block-add-donation .form-radios .form-item label {
  display: inline;
  font-weight: 300;
}
@media (min-width: 768px) {
  .block-add-donation .form-item-donation-amount {
    margin-top: 0;
  }
}
.block-add-donation .form-item-donation-amount > label {
  display: none !important;
}
.block-add-donation .form-item-donation-amount-other {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.block-add-donation .form-item-donation-amount-other label {
  flex: 1 0 auto;
}
.block-add-donation .form-item-donation-amount-other span {
  flex: 1 0 auto;
}
.block-add-donation .form-item-donation-amount-other input {
  flex: 1 1 100%;
  max-width: unset;
  width: 100%;
  margin-top: 0;
}
.block-add-donation input[type=submit] {
  padding: 0.75em 1em;
  font-weight: 700;
}

.block-commerce-cart {
  width: 6rem;
  height: 5rem;
  display: flex;
  align-items: center;
  place-content: center center;
}
@media (min-width: 992px) {
  .block-commerce-cart {
    border-right: 1px solid #000;
    background-color: #fff;
    height: 6rem;
  }
}
@media (min-width: 1200px) {
  .block-commerce-cart {
    height: 6.6667rem;
  }
}
.block-commerce-cart img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 2rem;
}
.block-commerce-cart .cart-block--summary {
  display: flex;
  align-items: center;
  place-content: center center;
  position: relative;
}
.block-commerce-cart a.cart-block--link__expand {
  /*.cart-block--summary__count {
    font-size: 0.875rem;
    position: absolute;
    left: 0;
    width: 100%;
    top: 35%;
    color: white;
    display: none;
    text-align: center;
  }

  &:not([data-items-count="0"]) {
    .cart-block--summary__count {
      display: block;
    }
  }*/
}
.block-commerce-cart a.cart-block--link__expand .cart-block--summary__count {
  display: none;
}

.block-commerce-checkout-progress {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 2rem 0;
}
.block-commerce-checkout-progress ol.checkout-progress {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .block-commerce-checkout-progress ol.checkout-progress {
    flex-direction: row;
  }
}
.block-commerce-checkout-progress ol.checkout-progress li {
  flex: 1 1 auto;
  font-weight: 700;
  background-image: none;
  margin: 0;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #dadada;
  padding: 0.75em 1em;
}
.block-commerce-checkout-progress ol.checkout-progress li.checkout-progress--step {
  display: block;
}
.block-commerce-checkout-progress ol.checkout-progress li.checkout-progress--step:before {
  display: none;
}
.block-commerce-checkout-progress ol.checkout-progress li.checkout-progress--step__current {
  background-color: #7993A5;
}
.block-commerce-checkout-progress ol.checkout-progress li.checkout-progress--step__previous {
  border: 2px solid #7993A5;
  background-color: #fff;
  color: #000;
  font-weight: 300;
}

.block-emma-signup-entity {
  background-color: #262626;
}
.block-emma-signup-entity > .block__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 992px) {
  .block-emma-signup-entity > .block__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
}
.block-emma-signup-entity > .block__inner > h2 {
  font-weight: 200;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  margin: 0 0 0.5em;
}
@media (min-width: 992px) {
  .block-emma-signup-entity > .block__inner > h2 {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.block-emma-signup-entity form {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
}
@media (min-width: 992px) {
  .block-emma-signup-entity form {
    flex-direction: row;
    text-align: left;
  }
}
.block-emma-signup-entity form label {
  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;
}
.block-emma-signup-entity form .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.block-emma-signup-entity form input[type=email] {
  border: none;
  width: 14rem;
}
.block-emma-signup-entity form input[type=submit] {
  font-size: 0.9375rem;
  padding: 0.625em 1.5em;
  margin: 0;
}

#block-emma-signup {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #block-emma-signup {
    margin-bottom: 1.5rem;
  }
}
#block-emma-signup > h2 {
  font-size: 0.9375rem;
  font-family: "GothamSSm", var(--bs-font-sans-serif);
  font-weight: 200;
  text-transform: uppercase;
}
#block-emma-signup .form-item {
  margin: 0;
  display: block;
}
@media (min-width: 768px) {
  #block-emma-signup .form-item {
    display: inline-block;
  }
}
#block-emma-signup input[type=email] {
  background-color: #fff;
  border: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #block-emma-signup input[type=email] {
    width: 11.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  #block-emma-signup input[type=email] {
    width: 15rem;
    margin-right: 1rem;
  }
}
#block-emma-signup input[type=submit] {
  font-size: 0.9375rem;
  background-color: #262626;
  margin: 0;
  padding: 0.75rem 1rem;
  width: 100%;
  display: block;
  border: none;
}
@media (min-width: 768px) {
  #block-emma-signup input[type=submit] {
    width: unset;
    display: inline-block;
  }
}

.block-event-view-switcher {
  position: relative;
  z-index: 2;
}
.block-event-view-switcher .block__inner {
  display: flex;
  align-items: center;
}
.block-event-view-switcher .block__inner p {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0.5em 0 0;
  letter-spacing: 0.08em;
}
.block-event-view-switcher .block__inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.375rem;
}
.block-event-view-switcher .block__inner ul a {
  width: 2.8125rem;
  height: 2.8125rem;
  text-indent: 5em;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  background-color: #edecec;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 2rem;
}
.block-event-view-switcher .block__inner ul li:first-child a {
  background-image: url("../../images/list_black_24dp.svg");
}
.block-event-view-switcher .block__inner ul li:last-child a {
  background-image: url("../../images/calendar_month_black_24dp.svg");
}

#block-facets {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  #block-facets {
    flex-direction: row;
    align-items: center;
  }
}
#block-facets .block-facet--dropdown select {
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 1em 0 0;
  padding: 1.125em 3.5em 1.125em 1.25em;
  background: #5B6F80 url("../../images/select-caret-white.png") right 1.125em center no-repeat;
  background-size: auto 0.625em;
}
#block-facets .block-facet--dropdown select:active {
  text-transform: none;
}
#block-facets .block-facet--dropdown > h2 {
  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;
}
#block-facets .block-facet--dropdown select {
  min-width: 16rem;
}
#block-facets .block-facet--checkbox > h2 {
  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;
}
#block-facets #block-event-online .facets-widget-checkbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  #block-facets .block-event-view-switcher {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
  }
}

.block--type-full-html .full-html-inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 2rem 0 2rem 0;
}
.block--type-full-html .full-html-inner.centered {
  display: flex;
  justify-content: center;
}

.block--type-basic.help-milkweed {
  background-color: #262626;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.block--type-basic.help-milkweed .field--name-body {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  max-width: 62rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .block--type-basic.help-milkweed .field--name-body .field__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.block--type-basic.help-milkweed p {
  font-weight: 200;
  letter-spacing: 0.04em;
  margin: 0;
  padding-top: 0.375em;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .block--type-basic.help-milkweed p {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-top: 0;
  }
}
.block--type-basic.help-milkweed .button {
  margin: 0;
}
.block--type-basic.help-milkweed .button a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
  background-color: #e87746;
  white-space: nowrap;
  font-family: var(--bs-font-sans-serif-no-color-emoji);
}
@media (min-width: 768px) {
  .block--type-basic.help-milkweed .button a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .block--type-basic.help-milkweed .button a {
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .block--type-basic.help-milkweed .button a {
    display: block;
  }
}

.block-help-block {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.block-local-actions-block .action-links {
  margin-bottom: 2em;
}

.block-local-tasks-block ul.tabs.primary {
  font-weight: 500;
  font-size: 0.875rem;
  margin: 1em 0 1.5em 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
}
.block-local-tasks-block ul.tabs.primary > li {
  margin: 0 1em 0.5em 0;
}
.block-local-tasks-block ul.tabs.primary > li > a {
  color: #615D59;
  background-color: #C7C1BA;
  padding: 1em;
}
.block-local-tasks-block ul.tabs.primary > li > a.is-active, .block-local-tasks-block ul.tabs.primary > li > a.active {
  color: #fff;
  background-color: #615D59;
}

footer .menu--footer {
  font-family: "SentinelSSm", var(--bs-font-serif);
}
footer .menu--footer ul.menu {
  margin: 0 0 3rem 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  list-style: none;
}
@media (min-width: 768px) {
  footer .menu--footer ul.menu {
    -moz-column-count: 2;
         column-count: 2;
  }
}
footer .menu--footer ul.menu li {
  margin: 0 0 1rem 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
footer .menu--footer ul.menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

#header-navigation .menu--main {
  font-family: "SentinelSSm", var(--bs-font-serif);
  padding: 1rem 0 6rem 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #header-navigation .menu--main {
    padding: 2em 0 1em 0;
  }
}
#header-navigation .menu--main ul.menu {
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  #header-navigation .menu--main ul.menu {
    font-size: 0.875rem;
    padding: 0;
    display: flex;
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  #header-navigation .menu--main ul.menu {
    gap: 3rem;
  }
}
#header-navigation .menu--main ul.menu a {
  display: block;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.2rem;
  padding-top: 0.875rem;
  padding-bottom: 0.375rem;
  outline: 0;
  font-weight: 500;
}
#header-navigation .menu--main ul.menu li {
  text-align: center;
  padding: 0;
}
@media (min-width: 992px) {
  #header-navigation .menu--main ul.menu li {
    text-align: left;
    display: inline-block;
  }
  #header-navigation .menu--main ul.menu li.menu-item--active-trail a,
  #header-navigation .menu--main ul.menu li a.is-active {
    border-bottom: 1px solid #000;
  }
}

.block-milkweed-banner .milkweed-banner {
  padding: 0;
}
.block-milkweed-banner .milkweed-banner .inner {
  text-align: center;
  padding: 0.5625rem;
}
.block-milkweed-banner .milkweed-banner .inner p {
  margin-bottom: 0;
}
.block-milkweed-banner .milkweed-banner .inner a {
  font-weight: 400;
}
.block-milkweed-banner .milkweed-banner.banner-black {
  background-color: #262626;
  color: #edecec;
}
.block-milkweed-banner .milkweed-banner.banner-black .inner {
  color: #edecec;
}
.block-milkweed-banner .milkweed-banner.banner-black .inner * {
  color: #edecec;
}
.block-milkweed-banner .milkweed-banner.banner-blue {
  background-color: #7993A5;
}
.block-milkweed-banner .milkweed-banner.banner-orange {
  background-color: #e87746;
}
.block-milkweed-banner .milkweed-banner.banner-blue, .block-milkweed-banner .milkweed-banner.banner-orange {
  color: #fff;
}
.block-milkweed-banner .milkweed-banner.banner-blue .inner, .block-milkweed-banner .milkweed-banner.banner-orange .inner {
  color: #fff;
}
.block-milkweed-banner .milkweed-banner.banner-blue .inner *, .block-milkweed-banner .milkweed-banner.banner-orange .inner * {
  color: #fff;
}

.block-milkweed-book-banner {
  margin-bottom: 1rem;
}
.block-milkweed-book-banner .milkweed-book-banner {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 1em 1.25em;
}
.block-milkweed-book-banner .milkweed-book-banner.book-banner-black {
  background-color: #262626;
  color: #fff;
}
.block-milkweed-book-banner .milkweed-book-banner.book-banner-blue {
  background-color: #7993A5;
  color: #fff;
}
.block-milkweed-book-banner .milkweed-book-banner.book-banner-orange {
  background-color: #e87746;
  color: #fff;
}
.block-milkweed-book-banner .milkweed-book-banner p {
  margin: 0;
}
.block-milkweed-book-banner .milkweed-book-banner a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  margin-left: 0.25em;
}
.block-milkweed-book-banner .milkweed-book-banner.book-banner-black a {
  color: #edecec;
}

#block-milkweed-social {
  margin-bottom: 1.5rem;
}

.block--type-basic.milkweed-story {
  text-align: center;
  background: linear-gradient(to bottom, #eaeaea 0, #f0f0f0 0.75em, #ffffff 100%);
}
.block--type-basic.milkweed-story .field--name-body {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .block--type-basic.milkweed-story .field--name-body {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.block--type-basic.milkweed-story h1 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  line-height: 1.1;
  margin: 0 0 0.0625em 0;
  font-weight: 400;
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  .block--type-basic.milkweed-story h1 {
    font-size: 3.125rem;
  }
}
.block--type-basic.milkweed-story p {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  font-weight: 300;
  line-height: 1.3;
}
.block--type-basic.milkweed-story .button {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .block--type-basic.milkweed-story .button {
    margin-top: 2rem;
  }
}
.block--type-basic.milkweed-story .button a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block--type-basic.milkweed-story .button a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .block--type-basic.milkweed-story .button a {
    width: auto;
    display: inline-block;
  }
}

.block--type-page-title.milkweed--row--size--large {
  padding-top: 2rem;
}
.block--type-page-title.milkweed--row--size--large .field--name-field-title h1 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  line-height: 1;
  margin: 0.25em 0 0.625em -0.05em;
  font-size: 3.125rem;
  text-align: left;
  letter-spacing: -0.01em;
  margin-left: -0.08em;
  text-align: center;
  font-size: 4.375rem;
  margin-top: 0.1875em;
  margin-bottom: 0;
  text-align: center;
}
.block--type-page-title.milkweed--row--size--large .field--name-field-title h1:after {
  content: "";
  display: inline-block;
  width: 4.5rem;
  border-bottom: 1px solid #000;
  margin: 0.5rem 0 3rem 0;
  display: block;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.block--type-page-title.milkweed--row--size--small .field--name-field-title h1 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  line-height: 1;
  margin: 0.25em 0 0.625em -0.05em;
  font-size: 3.125rem;
  text-align: left;
}

.block.milkweed--row--bottom-shadow {
  background: linear-gradient(to bottom, #ffffff 70%, #f2f2f2 100%);
}
.block.milkweed--row--top-shadow {
  background: linear-gradient(to bottom, #eaeaea 0, #f0f0f0 0.75em, #ffffff 100%);
}
.block.milkweed--row--both-shadow {
  background: linear-gradient(to bottom, #eaeaea 0, #f0f0f0 0.75em, #ffffff 70%, #f2f2f2 100%);
}

#block-milkweed-search-form {
  white-space: nowrap;
  overflow: hidden;
  width: 6rem;
  height: 5rem;
  display: flex;
  transition: background-color 0.4s ease-in-out;
}
@media (min-width: 992px) {
  #block-milkweed-search-form {
    height: 6rem;
  }
}
@media (min-width: 1200px) {
  #block-milkweed-search-form {
    height: 6.6667rem;
  }
}
#block-milkweed-search-form form {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  justify-content: space-between;
}
#block-milkweed-search-form form .form-item {
  margin: 0;
}
#block-milkweed-search-form form .form-item-keys {
  display: none;
  flex-grow: 1;
}
#block-milkweed-search-form form input[type=search] {
  flex: 1 1 auto;
  width: 100%;
  border: none;
  background: transparent;
  height: 100%;
  margin: 0;
  padding: 0.5rem 1rem;
  outline: none;
}
#block-milkweed-search-form form input[type=search]::-webkit-search-cancel-button, #block-milkweed-search-form form input[type=search]::-webkit-search-results-button {
  display: none;
}
#block-milkweed-search-form form input[type=search]:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  #block-milkweed-search-form form input[type=search] {
    font-size: 1rem;
  }
}
#block-milkweed-search-form form .form-actions {
  flex: 0 0 6rem;
  display: flex;
  margin: 0;
  width: 6rem;
}
#block-milkweed-search-form form input[type=submit] {
  flex: 1 0 100%;
  overflow: hidden;
  text-indent: 20rem;
  box-sizing: border-box;
  background: transparent url(../../images/search_gray_24dp.svg) center center no-repeat;
  background-size: auto 2rem;
  margin: 0;
  padding: 1rem 1.5rem 0.875rem;
  font-size: 1rem;
  outline: 0;
  box-shadow: none;
  border: 0;
}

header.search-expanded #block-milkweed-search-form {
  z-index: 2;
  background-color: #f0f0f0;
  width: 18rem;
}
@media (min-width: 992px) {
  header.search-expanded #block-milkweed-search-form {
    width: 21rem;
  }
}
@media (min-width: 1200px) {
  header.search-expanded #block-milkweed-search-form {
    width: 26.25rem;
  }
}
header.search-expanded #block-milkweed-search-form form .form-item-keys {
  display: flex;
}

.block--type-text-with-background {
  position: relative;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.block--type-text-with-background .field--name-field-body h3 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.block--type-text-with-background .field--name-field-body h3:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.block--type-text-with-background .field--name-field-body h3:after {
  display: none;
}
.block--type-text-with-background .field--name-field-body h2 {
  font-weight: 400;
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 2.5rem;
  margin: 0.3em 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .block--type-text-with-background .field--name-field-body h2 {
    font-size: 3rem;
  }
}
.block--type-text-with-background a {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}
.block--type-text-with-background a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.block--type-text-with-background a:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.block--type-text-with-background a:after {
  display: none;
}

.block--type-text > .block__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0;
}
.block--type-text.milkweed--row-spacing--remove-top > .block__inner, .block--type-text.milkweed--row-spacing--remove-both > .block__inner {
  padding-top: 0;
}
.block--type-text.milkweed--row-spacing--remove-bottom > .block__inner, .block--type-text.milkweed--row-spacing--remove-both > .block__inner {
  padding-bottom: 0;
}
.block--type-text .field--name-field-title h2 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
}
.block--type-text .field--name-field-title h2:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.block--type-text .field--name-field-body {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  line-height: 1.7778;
  text-align: center;
}
.block--type-text .field--name-field-body select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.block--type-text .field--name-field-body a {
  font-weight: 300;
}
.block--type-text .field--name-field-link {
  text-align: center;
  margin-top: 1em;
  padding: 2rem 0;
}
.block--type-text .field--name-field-link a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block--type-text .field--name-field-link a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .block--type-text .field--name-field-link a {
    width: auto;
    display: inline-block;
  }
}
.block--type-text.milkweed--row--blue {
  background-color: #5B6F80;
  color: #fff;
}
.block--type-text.milkweed--row--blue .field--name-field-block-title h2:after {
  border-top-color: #fff;
}
.block--type-text.milkweed--row--blue .field--name-field-text-block-link a {
  border: 2px solid #fff;
  background-color: transparent;
}
.block--type-text.milkweed--row--blue a {
  color: #edecec;
}
.block--type-text.milkweed--row--blue a:hover {
  color: #fff;
}
.block--type-text.milkweed--row--gray {
  background-color: #353434;
  color: #fff;
}
.block--type-text.milkweed--row--gray .field--name-field-block-title h2:after {
  border-top-color: #fff;
}
.block--type-text.milkweed--row--gray a {
  color: #fff;
}
.block--type-text.milkweed--row--gray a:hover {
  color: #fff;
}
.block--type-text.milkweed--row--button--orange .field--name-field-text-block-link a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #e87746;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block--type-text.milkweed--row--button--orange .field--name-field-text-block-link a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .block--type-text.milkweed--row--button--orange .field--name-field-text-block-link a {
    width: auto;
    display: inline-block;
  }
}

.paragraph--type--author-question-answer .field--name-field-question,
.paragraph--type--author-question-answer .field--name-field-answer {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.75em;
  text-align: center;
}
.paragraph--type--author-question-answer .field--name-field-question p,
.paragraph--type--author-question-answer .field--name-field-answer p {
  margin: 0;
}
.paragraph--type--author-question-answer .field--name-field-question .field__label,
.paragraph--type--author-question-answer .field--name-field-answer .field__label {
  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;
}
.paragraph--type--author-question-answer .field--name-field-answer {
  margin-bottom: 0;
}
.paragraph--type--author-question-answer .field--name-field-question-submitter {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
}
.paragraph--type--author-question-answer .field--name-field-question-submitter select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.paragraph--type--author-question-answer .field--name-field-question-submitter a {
  font-weight: 300;
}

.paragraph--type--book-praise .field--name-field-praise {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.paragraph--type--book-praise .field--name-field-praise p {
  margin: 0;
}
.paragraph--type--book-praise.jumbo .field--name-field-praise {
  font-size: 3.375rem;
  line-height: 1.125;
}
.paragraph--type--book-praise.large .field--name-field-praise {
  font-size: 2.25rem;
  line-height: 1.375;
}
.paragraph--type--book-praise.medium .field--name-field-praise {
  font-size: 1.5rem;
  line-height: 1.2;
}
.paragraph--type--book-praise.small .field--name-field-praise {
  font-size: 1rem;
  line-height: 1.5;
}
.paragraph--type--book-praise .field--name-field-attribution {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 1.1875rem;
  line-height: 1.542;
  letter-spacing: 0.05em;
}
.paragraph--type--book-praise .field--name-field-attribution p {
  margin: 0;
}
.paragraph--type--book-praise .field--name-field-attribution-title {
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.paragraph--type--book-praise .field--name-field-attribution-title p {
  margin: 0;
}

.paragraph--type--buttons > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.paragraph--type--buttons .field--name-field-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
  padding: 2rem 0;
}
.paragraph--type--buttons .field--name-field-links a {
  display: inline-block;
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 768px) {
  .paragraph--type--buttons .field--name-field-links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--buttons .field--name-field-links a {
    width: auto;
    display: inline-block;
  }
}
.paragraph--type--buttons.button-color-red .field--name-field-links a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #e87746;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .paragraph--type--buttons.button-color-red .field--name-field-links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--buttons.button-color-red .field--name-field-links a {
    width: auto;
    display: inline-block;
  }
}
.paragraph--type--buttons.blue {
  background-color: #7993A5;
  color: #fff;
}
.paragraph--type--buttons.blue .field--name-field-links a {
  border: 2px solid #fff;
  background-color: transparent;
}
.paragraph--type--buttons.gray {
  background-color: #353434;
  color: #fff;
}

.paragraph--type--card > a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.paragraph--type--card .paragraph__inner > * + * {
  margin-top: 0.5rem;
}
.paragraph--type--card .field--name-field-title > h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.paragraph--type--card .field--name-field-body > .field__item *:last-child {
  margin-bottom: 0;
}

.paragraph--type--cards > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0 3rem 0;
}
.paragraph--type--cards .field--name-field-rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 768px) {
  .paragraph--type--cards .field--name-field-rows > .field__item {
    flex: 1 1 calc(50% - 2rem);
  }
}
.paragraph--type--cards.blue {
  background-color: #5B6F80;
  color: #fff;
}
.paragraph--type--cards.gray {
  background-color: #353434;
  color: #fff;
}

.paragraph--type--embed-view {
  background-color: #7993A5;
  color: #fff;
}
.paragraph--type--embed-view > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0 6rem 0;
}

.paragraph--type--feature-collage {
  background: #f0f0f0 url(../../images/fancy-shadow.png) center top no-repeat;
  background-size: 100% auto;
}
.paragraph--type--feature-collage > .paragraph__inner {
  padding: 4em 0;
  position: relative;
}
.paragraph--type--feature-collage > .paragraph__inner:before {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0.0625em;
  height: 100%;
  width: calc(50% - 29em);
  background: linear-gradient(to right, rgba(240, 240, 240, 0.75) 10%, rgba(240, 240, 240, 0) 100%);
}
.paragraph--type--feature-collage > .paragraph__inner:after {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0.0625em;
  height: 100%;
  width: calc(50% - 29em);
  background: linear-gradient(to left, rgba(240, 240, 240, 0.75) 10%, rgba(240, 240, 240, 0) 100%);
}
.paragraph--type--feature-collage .splide .splide__arrows .splide__arrow {
  z-index: 5;
  width: 3.625rem;
  height: 3.625rem;
  background-color: #999;
}
.paragraph--type--feature-collage .splide .splide__arrows .splide__arrow svg {
  fill: #fff;
}
.paragraph--type--feature-collage .splide .splide__slider .splide__track {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  overflow: visible;
  container-type: inline-size;
}
.paragraph--type--feature-collage .splide .splide__list > .splide__slide {
  max-height: 31rem;
  padding: 0.75rem;
  overflow: hidden;
  display: flex;
}
@media (min-width: 768px) {
  .paragraph--type--feature-collage .splide .splide__list > .splide__slide {
    padding: unset;
    overflow: unset;
    display: unset;
    height: 31rem;
    max-height: unset;
  }
}
.paragraph--type--feature-collage .splide .splide__slide > .splide__slide__row > .splide__slide {
  max-width: 100%;
  flex-shrink: 1;
  padding: 0.75rem;
  overflow: hidden;
  display: flex;
}
.paragraph--type--feature-collage .splide .splide__slide.tile_1x1, .paragraph--type--feature-collage .splide .splide__slide.tile_2x1, .paragraph--type--feature-collage .splide .splide__slide.tile_2x2 {
  width: 100cqw !important;
}
@media (min-width: 768px) {
  .paragraph--type--feature-collage .splide .splide__slide.tile_1x1 {
    height: 15.5rem;
    width: 25cqw !important;
  }
  .paragraph--type--feature-collage .splide .splide__slide.tile_2x1 {
    width: 25cqw !important;
  }
  .paragraph--type--feature-collage .splide .splide__slide.tile_2x2 {
    width: 50cqw !important;
  }
}
.paragraph--type--feature-collage .splide img {
  display: block;
  width: 100%;
}
.paragraph--type--feature-collage .paragraph--type--collage-tile {
  max-width: 100%;
  flex-shrink: 1;
  display: flex;
  padding: 1.5rem;
  background-color: #fff;
}
.paragraph--type--feature-collage .paragraph--type--collage-tile > .paragraph__inner {
  max-width: 100%;
  flex-shrink: 1;
  display: flex;
  overflow: hidden;
  position: relative;
}
.paragraph--type--feature-collage .paragraph--type--collage-tile > .paragraph__inner > div,
.paragraph--type--feature-collage .paragraph--type--collage-tile > .paragraph__inner > article {
  max-width: 100%;
  flex-shrink: 1;
}
.paragraph--type--feature-collage .paragraph--type--collage-tile > .paragraph__inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #fff 100%);
}

.paragraph--type--featured-node > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 4rem 0 5rem 0;
}

.paragraph--type--full-html .full-html-inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 2rem 0 2rem 0;
}
.paragraph--type--full-html .full-html-inner.centered {
  display: flex;
  justify-content: center;
}
.paragraph--type--full-html.milkweed-pillars {
  text-align: center;
  background-color: #353434;
  color: #fff;
}
.paragraph--type--full-html.milkweed-pillars > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 -3%;
}
@media (min-width: 768px) {
  .paragraph--type--full-html.milkweed-pillars .field--name-field-full-html > .field__item {
    display: flex;
  }
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar {
  padding: 0 3%;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar {
    width: 20%;
    flex: 0 1 20%;
    margin-bottom: 0;
  }
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar .icon {
  height: 5em;
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar.craft img {
  width: 2.71875em;
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar.community img {
  width: 3.5625em;
  margin-top: 0.25em;
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar.innovation img {
  width: 2.0625em;
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar.advocacy img {
  width: 1.75em;
  margin-top: -0.25em;
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar.stewardship img {
  width: 2.09375em;
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar h3 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar h3:after {
  content: "";
  display: block;
  width: 4em;
  margin: 1em auto;
  border-top: 2px solid #5B6F80;
}
.paragraph--type--full-html.milkweed-pillars .field--name-field-full-html .pillar p {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

.paragraph--type--hero-image-video {
  position: relative;
  background-color: #000;
}
.paragraph--type--hero-image-video .field--name-field-hero-video {
  display: none;
}
.paragraph--type--hero-image-video .field--name-field-hero-video .media {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.paragraph--type--hero-image-video .field--name-field-hero-video .media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--hero-image-video .group-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.paragraph--type--hero-image-video .group-buttons .field--name-field-hero-play-video-title button,
.paragraph--type--hero-image-video .group-buttons .field--name-field-hero-link a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
}
@media (min-width: 768px) {
  .paragraph--type--hero-image-video .group-buttons .field--name-field-hero-play-video-title button,
  .paragraph--type--hero-image-video .group-buttons .field--name-field-hero-link a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
.paragraph--type--hero-image-video:not(.warm-white) .group-text {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 4.5rem 0 6rem 0;
  position: relative;
  z-index: 1;
}
.paragraph--type--hero-image-video:not(.warm-white) .group-buttons {
  text-align: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .paragraph--type--hero-image-video:not(.warm-white) .field--name-field-hero-video {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 59rem;
  }
}
.paragraph--type--hero-image-video:not(.warm-white) .field--name-field-hero-background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.paragraph--type--hero-image-video:not(.warm-white) .field--name-field-hero-background-image:before {
  content: "";
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}
.paragraph--type--hero-image-video:not(.warm-white) .field--name-field-hero-background-image .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.paragraph--type--hero-image-video:not(.warm-white) .field--name-field-hero-background-image .background-image img {
  display: none;
}
.paragraph--type--hero-image-video:not(.warm-white) .field--name-field-hero-subtitle h3 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.paragraph--type--hero-image-video:not(.warm-white) .field--name-field-hero-subtitle h3:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.paragraph--type--hero-image-video:not(.warm-white) .field--name-field-hero-subtitle h3:after {
  display: none;
}
.paragraph--type--hero-image-video:not(.warm-white) .field--name-field-hero-title h2 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .paragraph--type--hero-image-video:not(.warm-white) .field--name-field-hero-title h2 {
    font-size: 5rem;
  }
}
.paragraph--type--hero-image-video:not(.warm-white) .group-buttons {
  text-align: center;
  margin-top: 2.5rem;
}
.paragraph--type--hero-image-video.warm-white {
  background-color: #f8f4e5;
}
.paragraph--type--hero-image-video.warm-white > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.paragraph--type--hero-image-video.warm-white .field--name-field-hero-background-image {
  position: relative;
  z-index: 1;
}
.paragraph--type--hero-image-video.warm-white .field--name-field-hero-background-image .background-image {
  background-image: none !important;
}
.paragraph--type--hero-image-video.warm-white .group-text {
  position: absolute;
  bottom: 1em;
  z-index: 2;
}
.paragraph--type--hero-image-video.button-color-red .group-buttons .field--name-field-hero-play-video-title button,
.paragraph--type--hero-image-video.button-color-red .group-buttons .field--name-field-hero-link a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #e87746;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
}
@media (min-width: 768px) {
  .paragraph--type--hero-image-video.button-color-red .group-buttons .field--name-field-hero-play-video-title button,
  .paragraph--type--hero-image-video.button-color-red .group-buttons .field--name-field-hero-link a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}

.paragraph--type--image .field--name-field-body {
  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;
}

.paragraph--type--media-grid > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0 3rem 0;
}
.paragraph--type--media-grid .field--name-field-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .paragraph--type--media-grid .field--name-field-media > .field__item {
    flex: 1 1 50%;
  }
}
.paragraph--type--media-grid .field--name-field-media > .field__item > article {
  padding: 0 1rem;
  margin-bottom: 3rem;
}
.paragraph--type--media-grid .field--name-name {
  text-align: center;
}
.paragraph--type--media-grid.blue {
  background-color: #5B6F80;
  color: #fff;
}
.paragraph--type--media-grid.gray {
  background-color: #353434;
  color: #fff;
}

.paragraph--type--node-list > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0 6rem 0;
}
.paragraph--type--node-list .field--name-field-node-list-title {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
}
.paragraph--type--node-list .field--name-field-node-list-title:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.paragraph--type--node-list .field--name-field-node-list-title:after {
  display: none;
}
.paragraph--type--node-list .field--name-field-subtitle {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.25em;
}
.paragraph--type--node-list .field--name-field-subtitle select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.paragraph--type--node-list .field--name-field-subtitle a {
  font-weight: 300;
}
.paragraph--type--node-list .titles__wrapper:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.paragraph--type--node-list .field--name-field-nodes {
  text-align: center;
  margin: 0 -2%;
}
@media (min-width: 768px) {
  .paragraph--type--node-list .field--name-field-nodes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.paragraph--type--node-list .field--name-field-nodes > .field__item {
  margin-bottom: 3rem;
}
.paragraph--type--node-list .field--name-field-nodes > .field__item .node__links {
  display: none;
}
.paragraph--type--node-list .field--name-field-nodes > .field__item .field--name-body:after,
.paragraph--type--node-list .field--name-field-nodes > .field__item .field--name-field-author-tagline:after {
  display: none;
}
@media (min-width: 768px) {
  .paragraph--type--node-list .field--name-field-nodes > .field__item {
    padding: 0 2%;
    vertical-align: top;
    margin-left: -4px;
    margin-right: -4px;
  }
  .paragraph--type--node-list .field--name-field-nodes > .field__item.item-type-author, .paragraph--type--node-list .field--name-field-nodes > .field__item.item-type-staff, .paragraph--type--node-list .field--name-field-nodes > .field__item.item-type-book {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--node-list .field--name-field-nodes > .field__item.item-type-author, .paragraph--type--node-list .field--name-field-nodes > .field__item.item-type-staff {
    max-width: 25%;
    flex-basis: 25%;
  }
  .paragraph--type--node-list .field--name-field-nodes > .field__item.item-type-book {
    max-width: 20%;
    flex-basis: 20%;
  }
}
.paragraph--type--node-list .field--name-field-node-list-link {
  text-align: center;
  margin-top: 1em;
  padding: 1em 0;
}
.paragraph--type--node-list .field--name-field-node-list-link a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .paragraph--type--node-list .field--name-field-node-list-link a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--node-list .field--name-field-node-list-link a {
    width: auto;
    display: inline-block;
  }
}

.paragraph--type--page-title .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0;
}
.paragraph--type--page-title h1 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  line-height: 1;
  margin: 0.25em 0 0.625em -0.05em;
  font-size: 3.125rem;
  text-align: left;
  letter-spacing: -0.01em;
  margin-left: -0.08em;
  text-align: center;
  font-size: 4.375rem;
  margin-top: 0.1875em;
  margin-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}
.paragraph--type--page-title h2 {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
  text-align: center;
  margin-top: 0.5em;
}
.paragraph--type--page-title h2 select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.paragraph--type--page-title h2 a {
  font-weight: 300;
}
.paragraph--type--page-title h2:after {
  content: "";
  display: inline-block;
  width: 4.5rem;
  border-bottom: 1px solid #000;
  margin: 0.5rem 0 3rem 0;
}
.paragraph--type--page-title h2:after {
  display: block;
  margin: 1.75rem auto 0 auto;
}

.field--name-field-content-rows > .field__item:first-child .paragraph--type--page-title .paragraph__inner {
  padding: 0;
}

.paragraph--type--photo-slide {
  position: relative;
  display: flex;
  width: 100%;
}
.paragraph--type--photo-slide > .paragraph__inner {
  display: flex;
  width: 100%;
}
.paragraph--type--photo-slide .field--name-field-slide-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.paragraph--type--photo-slide .field--name-field-slide-image .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.paragraph--type--photo-slide .field--name-field-slide-image .background-image img {
  display: none;
}
.paragraph--type--photo-slide .field--name-field-slide-headline h1, .paragraph--type--photo-slide .field--name-field-slide-headline h2, .paragraph--type--photo-slide .field--name-field-slide-headline h3, .paragraph--type--photo-slide .field--name-field-slide-headline h4, .paragraph--type--photo-slide .field--name-field-slide-headline h5, .paragraph--type--photo-slide .field--name-field-slide-headline h6, .paragraph--type--photo-slide .field--name-field-slide-headline p {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 3.25rem;
  line-height: 0.9375;
  margin: 0;
}
.paragraph--type--photo-slide .field--name-field-slide-headline:after {
  content: "";
  display: inline-block;
  width: 4em;
  border-top: 1px solid #000;
  margin: 1em 0;
}
.paragraph--type--photo-slide .field--name-field-slide-body {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.paragraph--type--photo-slide .field--name-field-slide-body select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.paragraph--type--photo-slide .field--name-field-slide-body a {
  font-weight: 300;
}
.paragraph--type--photo-slide .group-slide-content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 4rem 0 6rem 0;
}
.paragraph--type--photo-slide .group-text {
  position: relative;
  background: white;
  padding: 3rem 3rem 6rem 3rem;
  min-height: 32rem;
}
@media (min-width: 768px) {
  .paragraph--type--photo-slide .group-text {
    width: 50%;
  }
}
.paragraph--type--photo-slide .group-text .splide_arrows {
  position: absolute;
  bottom: 2rem;
}
.paragraph--type--photo-slide .group-text .splide__arrow {
  width: 2.65625rem;
  height: 2.65625rem;
  top: unset;
  bottom: 2rem;
  transform: unset;
}
.paragraph--type--photo-slide .group-text .splide__arrow.splide__arrow--prev {
  left: 2.5rem;
}
.paragraph--type--photo-slide .group-text .splide__arrow.splide__arrow--next {
  right: 2.5rem;
}
.paragraph--type--photo-slide .group-text .splide__arrow svg {
  fill: #fff;
}

.paragraph--type--photo-slideshow {
  background-color: #353434;
}
.paragraph--type--photo-slideshow .splide .splide__slide {
  display: flex;
}
.paragraph--type--photo-slideshow .splide > .splide__arrows {
  display: none;
}

.paragraph--type--product-add-to-cart > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0 6rem 0;
}

.paragraph--type--progress > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 4rem 0 5rem 0;
}
.paragraph--type--progress .field--name-field-block-title {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
}
.paragraph--type--progress .field--name-field-block-title:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.paragraph--type--progress .field--name-field-block-body {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  line-height: 1.7778;
  text-align: center;
}
.paragraph--type--progress .field--name-field-block-body select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.paragraph--type--progress .field--name-field-block-body a {
  font-weight: 300;
}
.paragraph--type--progress .group-progress-bar {
  position: relative;
  border-radius: 10em;
  overflow: hidden;
  text-align: right;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2em;
}
.paragraph--type--progress .group-progress-bar .field--name-field-progress-current {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #464C59;
}
.paragraph--type--progress .group-progress-bar .field--name-field-progress-goal {
  width: 100%;
  background-color: #edecec;
  color: #000;
}
.paragraph--type--progress .group-progress-bar .field__item {
  padding: 1em 0.5em;
}

.paragraph--type--seedbank-add-to-cart {
  background-color: #353434;
  color: #fff;
}
.paragraph--type--seedbank-add-to-cart > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.paragraph--type--seedbank-add-to-cart form {
  text-align: center;
  padding: 2rem 0;
}
.paragraph--type--seedbank-add-to-cart form input[type=submit] {
  background-color: #e87746;
  white-space: normal;
  word-wrap: break-word;
}

.paragraph--type--story-slide {
  position: relative;
  padding: 2rem 2rem;
}
@media (min-width: 768px) {
  .paragraph--type--story-slide > .paragraph__inner {
    display: flex;
  }
}
.paragraph--type--story-slide .field--name-field-slide-image {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .paragraph--type--story-slide .field--name-field-slide-image {
    flex: 0 0 24%;
    margin-bottom: 0;
  }
}
.paragraph--type--story-slide .field--name-field-slide-image img {
  max-width: 12rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .paragraph--type--story-slide .group-text {
    flex: 1 1 auto;
    margin-left: 3rem;
  }
}
.paragraph--type--story-slide .field--name-field-slide-headline {
  margin-bottom: 1em;
}
.paragraph--type--story-slide .field--name-field-slide-headline h1, .paragraph--type--story-slide .field--name-field-slide-headline h2, .paragraph--type--story-slide .field--name-field-slide-headline h3, .paragraph--type--story-slide .field--name-field-slide-headline h4, .paragraph--type--story-slide .field--name-field-slide-headline h5, .paragraph--type--story-slide .field--name-field-slide-headline h6, .paragraph--type--story-slide .field--name-field-slide-headline p {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 0.9375;
  margin: 0;
}
.paragraph--type--story-slide .field--name-field-slide-headline strong {
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  background: #5B6F80;
  color: #fff;
  box-shadow: 0.25em 0 0 #5B6F80, -0.25em 0 0 #5B6F80;
  padding: 0.125em 0;
  position: relative;
  left: 0.25em;
}
.paragraph--type--story-slide .field--name-field-slide-body {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.paragraph--type--story-slide .field--name-field-slide-body select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.paragraph--type--story-slide .field--name-field-slide-body a {
  font-weight: 300;
}

.paragraph--type--story-slideshow > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.paragraph--type--story-slideshow .splide .splide__arrows .splide__arrow {
  z-index: 5;
  width: 3.625rem;
  height: 3.625rem;
  background: #7993A5;
}
.paragraph--type--story-slideshow .splide .splide__arrows .splide__arrow svg {
  fill: #fff;
}
.paragraph--type--story-slideshow .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.paragraph--type--story-slideshow .splide .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}
.paragraph--type--story-slideshow .splide .splide__slider {
  padding-left: 4rem;
  padding-right: 4rem;
}
.paragraph--type--story-slideshow .splide .splide__slide {
  background: #fff;
}
.paragraph--type--story-slideshow .splide .splide__slide:nth-child(odd) .field--name-field-slide-image {
  transform: rotate(3deg);
}
.paragraph--type--story-slideshow .splide .splide__slide:nth-child(even) .field--name-field-slide-image {
  transform: rotate(-5deg);
}

.paragraph--type--text-block > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0;
}
.paragraph--type--text-block.remove-spacing-top > .paragraph__inner, .paragraph--type--text-block.remove-spacing-both > .paragraph__inner {
  padding-top: 0;
}
.paragraph--type--text-block.remove-spacing-bottom > .paragraph__inner, .paragraph--type--text-block.remove-spacing-both > .paragraph__inner {
  padding-bottom: 0;
}
.paragraph--type--text-block .field--name-field-block-title h2 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
}
.paragraph--type--text-block .field--name-field-block-title h2:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.paragraph--type--text-block .field--name-field-block-body {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  line-height: 1.7778;
  text-align: center;
}
.paragraph--type--text-block .field--name-field-block-body select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.paragraph--type--text-block .field--name-field-block-body a {
  font-weight: 300;
}
.paragraph--type--text-block .field--name-field-text-block-link {
  text-align: center;
  margin-top: 1em;
  padding: 2rem 0;
}
.paragraph--type--text-block .field--name-field-text-block-link a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .paragraph--type--text-block .field--name-field-text-block-link a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-block .field--name-field-text-block-link a {
    width: auto;
    display: inline-block;
  }
}
.paragraph--type--text-block.blue {
  background-color: #5B6F80;
  color: #fff;
}
.paragraph--type--text-block.blue .field--name-field-block-title h2:after {
  border-top-color: #fff;
}
.paragraph--type--text-block.blue .field--name-field-text-block-link a {
  border: 2px solid #fff;
  background-color: transparent;
}
.paragraph--type--text-block.blue a {
  color: #edecec;
}
.paragraph--type--text-block.blue a:hover {
  color: #fff;
}
.paragraph--type--text-block.gray {
  background-color: #353434;
  color: #fff;
}
.paragraph--type--text-block.gray .field--name-field-block-title h2:after {
  border-top-color: #fff;
}
.paragraph--type--text-block.gray a {
  color: #fff;
}
.paragraph--type--text-block.gray a:hover {
  color: #fff;
}
.paragraph--type--text-block.button-color-red .field--name-field-text-block-link a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #e87746;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .paragraph--type--text-block.button-color-red .field--name-field-text-block-link a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-block.button-color-red .field--name-field-text-block-link a {
    width: auto;
    display: inline-block;
  }
}

.paragraph--type--text-carousel > .paragraph__inner {
  background-color: #464C59;
  color: #fff;
  padding: 3rem 0;
}
.paragraph--type--text-carousel > .paragraph__inner > .field--name-field-title {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.paragraph--type--text-carousel > .paragraph__inner > .field--name-field-title h2 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 3.25rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
.paragraph--type--text-carousel.title-color-white > .paragraph__inner > .field--name-field-title h2 {
  color: #fff;
}
.paragraph--type--text-carousel.title-color-warm-white > .paragraph__inner > .field--name-field-title h2 {
  color: #f8f4e5;
}
.paragraph--type--text-carousel .splide .splide__slider {
  padding-left: 10%;
  padding-right: 10%;
}
.paragraph--type--text-carousel .splide .splide__arrows .splide__arrow {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
}
.paragraph--type--text-carousel .splide .splide__arrows .splide__arrow svg {
  fill: #464C59;
}
.paragraph--type--text-carousel .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0.5rem;
}
@media (min-width: 768px) {
  .paragraph--type--text-carousel .splide .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 2.5rem;
  }
}
.paragraph--type--text-carousel .splide .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0.5rem;
}
@media (min-width: 768px) {
  .paragraph--type--text-carousel .splide .splide__arrows .splide__arrow.splide__arrow--next {
    right: 2.5rem;
  }
}

.paragraph--type--text-image.paragraph--view-mode--full > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 6rem 0;
}
.paragraph--type--text-image.paragraph--view-mode--full .field--name-field-links a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .paragraph--type--text-image.paragraph--view-mode--full .field--name-field-links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-image.paragraph--view-mode--full .field--name-field-links a {
    width: auto;
    display: inline-block;
  }
}
.paragraph--type--text-image.paragraph--view-mode--carousel .field--name-field-links a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
  color: #464C59;
}
@media (min-width: 768px) {
  .paragraph--type--text-image.paragraph--view-mode--carousel .field--name-field-links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-image.paragraph--view-mode--carousel .field--name-field-links a {
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-image > .paragraph__inner {
    display: flex;
    gap: 3rem;
  }
  .paragraph--type--text-image > .paragraph__inner .field--name-field-media-single {
    flex-basis: 25%;
  }
  .paragraph--type--text-image > .paragraph__inner .content__inner {
    flex-basis: 75%;
  }
}
.paragraph--type--text-image > .paragraph__inner .field--name-field-media-single {
  margin: 0 5rem 2rem 5rem;
}
@media (min-width: 768px) {
  .paragraph--type--text-image > .paragraph__inner .field--name-field-media-single {
    margin: 0;
  }
}
.paragraph--type--text-image > .paragraph__inner .field--name-field-title h2, .paragraph--type--text-image > .paragraph__inner .field--name-field-title h3 {
  font-family: "SentinelSSm", var(--bs-font-serif);
}
.paragraph--type--text-image > .paragraph__inner .field--name-field-title h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}
.paragraph--type--text-image > .paragraph__inner .field--name-field-title h3 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 2.5rem;
  margin-bottom: 0.25em;
}
.paragraph--type--text-image > .paragraph__inner .field--name-field-body {
  margin-bottom: 2rem;
}
.paragraph--type--text-image.blue {
  background-color: #5B6F80;
  color: #fff;
}
.paragraph--type--text-image.blue .field--name-field-links a {
  border: 2px solid #fff;
  background-color: transparent;
}
.paragraph--type--text-image.blue a {
  color: #edecec;
}
.paragraph--type--text-image.blue a:hover {
  color: #fff;
}
.paragraph--type--text-image.gray {
  background-color: #353434;
  color: #fff;
}
.paragraph--type--text-image.gray a {
  color: #fff;
}
.paragraph--type--text-image.gray a:hover {
  color: #fff;
}
.paragraph--type--text-image.button-color-red .field--name-field-links a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #e87746;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .paragraph--type--text-image.button-color-red .field--name-field-links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-image.button-color-red .field--name-field-links a {
    width: auto;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .paragraph--type--text-with-carousel {
    background: linear-gradient(to right, transparent 50%, #f8f4e5 50%);
  }
}
.paragraph--type--text-with-carousel > .paragraph__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.paragraph--type--text-with-carousel .content__text {
  padding: 3rem 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
@media (min-width: 768px) {
  .paragraph--type--text-with-carousel .content__text {
    margin-left: unset;
    margin-right: unset;
    width: unset;
    max-width: unset;
  }
}
.paragraph--type--text-with-carousel .content__text .field--name-field-title h2 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 2rem;
  margin-bottom: 0.25em;
  color: #7993A5;
}
.paragraph--type--text-with-carousel .content__text .field--name-field-body {
  margin-bottom: 2rem;
}
.paragraph--type--text-with-carousel .content__text .field--name-field-links {
  display: flex;
  gap: 2rem;
}
.paragraph--type--text-with-carousel .content__text .field--name-field-links a {
  display: inline-block;
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #464C59;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .paragraph--type--text-with-carousel .content__text .field--name-field-links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-with-carousel .content__text .field--name-field-links a {
    width: auto;
    display: inline-block;
  }
}
.paragraph--type--text-with-carousel .content__text .field--name-field-links .field__item:first-child a {
  margin-left: 0;
}
.paragraph--type--text-with-carousel .splide .splide__arrows .splide__arrow {
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
}
.paragraph--type--text-with-carousel .splide .splide__arrows .splide__arrow svg {
  fill: #7993A5;
}
.paragraph--type--text-with-carousel .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0.5rem;
}
.paragraph--type--text-with-carousel .splide .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0.5rem;
}
@media (min-width: 768px) {
  .paragraph--type--text-with-carousel .content__inner {
    display: flex;
  }
  .paragraph--type--text-with-carousel .content__inner .content__text {
    flex: 0 0 50%;
  }
  .paragraph--type--text-with-carousel .content__inner .content__text .content__text__inner {
    padding-right: 3rem;
  }
  .paragraph--type--text-with-carousel .content__inner .content__carousel {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.paragraph--type--text .field--name-field-body {
  text-align: center;
  margin-bottom: 2rem;
}

main > .layout-content form.layout-builder-form,
main > .layout-content form.confirmation {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  background-color: #edecec;
  padding: 1rem;
  margin-bottom: 1rem;
}
main > .layout-content form.layout-builder-form #edit-actions a.button,
main > .layout-content form.layout-builder-form #edit-actions input[type=submit],
main > .layout-content form.confirmation #edit-actions a.button,
main > .layout-content form.confirmation #edit-actions input[type=submit] {
  font-size: 0.875rem !important;
  margin: 0 0.25em 0.5em 0.25em;
}
main > .layout-content form.layout-builder-form .vertical-tabs details,
main > .layout-content form.confirmation .vertical-tabs details {
  background-color: #fff;
}

.form-checkboxes .form-item {
  margin-top: unset;
  margin-bottom: 0.125rem;
  line-height: var(--bs-body-line-height);
}
.form-checkboxes label.option.form-check-label {
  display: inline-block;
}

form .form-item,
form .form-actions {
  margin-top: 0;
  margin-bottom: 1rem;
}
form .form-item {
  /*input,
  textarea {
    @extend .form-control;
  }*/
}
form .form-item.form-type-processed-text {
  --flow-space: calc(var(--bs-spacer) * 1.5);
  line-height: 1.6;
}
form .form-item.form-type-processed-text > * + * {
  margin-block-start: var(--flow-space, var(--bs-spacer));
}
form .form-item.form-type-processed-text :is(h2 + *, h3 + *, h4 + *) {
  --flow-space: var(--bs-spacer);
}
form .form-item.form-type-processed-text ol, form .form-item.form-type-processed-text ul {
  margin-left: 2em;
}
form .form-item.form-type-processed-text ol li > ol, form .form-item.form-type-processed-text ol li > ul, form .form-item.form-type-processed-text ul li > ol, form .form-item.form-type-processed-text ul li > ul {
  margin-block-start: var(--flow-space, var(--bs-spacer));
}
form .form-item.form-type-processed-text ol li + li, form .form-item.form-type-processed-text ul li + li {
  margin-block-start: var(--flow-space, var(--bs-spacer));
}
form .form-item.form-type-processed-text ul {
  list-style: disc;
}
form .form-item.form-type-processed-text ol {
  list-style: decimal;
}
form .form-item.form-type-processed-text article.media {
  width: 100%;
}
form .form-item.form-type-processed-text article.media img {
  width: 100%;
}
form .form-item.form-type-processed-text article.media.media--view-mode-image-full {
  margin-bottom: 3em;
}
@media (min-width: 576px) {
  form .form-item.form-type-processed-text article.media.media--view-mode-image-half {
    width: 50%;
  }
}
form .credit-card-form__divider {
  margin-top: 2.75em;
}

.node--view-mode-tile-1x1 .field--name-node-type,
.node--view-mode-tile-1x1 .field--name-node-type-and-genre,
.node--view-mode-tile-1x1 .field--name-field-genre,
.node--view-mode-tile-2x1 .field--name-node-type,
.node--view-mode-tile-2x1 .field--name-node-type-and-genre,
.node--view-mode-tile-2x1 .field--name-field-genre,
.node--view-mode-tile-2x2 .field--name-node-type,
.node--view-mode-tile-2x2 .field--name-node-type-and-genre,
.node--view-mode-tile-2x2 .field--name-field-genre,
.commerce-product--view-mode-tile-1x1 .field--name-node-type,
.commerce-product--view-mode-tile-1x1 .field--name-node-type-and-genre,
.commerce-product--view-mode-tile-1x1 .field--name-field-genre,
.commerce-product--view-mode-tile-2x1 .field--name-node-type,
.commerce-product--view-mode-tile-2x1 .field--name-node-type-and-genre,
.commerce-product--view-mode-tile-2x1 .field--name-field-genre,
.commerce-product--view-mode-tile-2x2 .field--name-node-type,
.commerce-product--view-mode-tile-2x2 .field--name-node-type-and-genre,
.commerce-product--view-mode-tile-2x2 .field--name-field-genre {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 0.875em;
  margin-bottom: 0.5em;
  padding-left: 0.04em;
}
.node--view-mode-tile-1x1 .field--name-field-blog-image,
.node--view-mode-tile-1x1 .field--name-field-author-image,
.node--view-mode-tile-1x1 .field--name-field-book-cover,
.node--view-mode-tile-2x1 .field--name-field-blog-image,
.node--view-mode-tile-2x1 .field--name-field-author-image,
.node--view-mode-tile-2x1 .field--name-field-book-cover,
.node--view-mode-tile-2x2 .field--name-field-blog-image,
.node--view-mode-tile-2x2 .field--name-field-author-image,
.node--view-mode-tile-2x2 .field--name-field-book-cover,
.commerce-product--view-mode-tile-1x1 .field--name-field-blog-image,
.commerce-product--view-mode-tile-1x1 .field--name-field-author-image,
.commerce-product--view-mode-tile-1x1 .field--name-field-book-cover,
.commerce-product--view-mode-tile-2x1 .field--name-field-blog-image,
.commerce-product--view-mode-tile-2x1 .field--name-field-author-image,
.commerce-product--view-mode-tile-2x1 .field--name-field-book-cover,
.commerce-product--view-mode-tile-2x2 .field--name-field-blog-image,
.commerce-product--view-mode-tile-2x2 .field--name-field-author-image,
.commerce-product--view-mode-tile-2x2 .field--name-field-book-cover {
  margin-bottom: 1rem;
}
.node--view-mode-tile-1x1 .field--name-field-blog-image a,
.node--view-mode-tile-1x1 .field--name-field-author-image a,
.node--view-mode-tile-1x1 .field--name-field-book-cover a,
.node--view-mode-tile-2x1 .field--name-field-blog-image a,
.node--view-mode-tile-2x1 .field--name-field-author-image a,
.node--view-mode-tile-2x1 .field--name-field-book-cover a,
.node--view-mode-tile-2x2 .field--name-field-blog-image a,
.node--view-mode-tile-2x2 .field--name-field-author-image a,
.node--view-mode-tile-2x2 .field--name-field-book-cover a,
.commerce-product--view-mode-tile-1x1 .field--name-field-blog-image a,
.commerce-product--view-mode-tile-1x1 .field--name-field-author-image a,
.commerce-product--view-mode-tile-1x1 .field--name-field-book-cover a,
.commerce-product--view-mode-tile-2x1 .field--name-field-blog-image a,
.commerce-product--view-mode-tile-2x1 .field--name-field-author-image a,
.commerce-product--view-mode-tile-2x1 .field--name-field-book-cover a,
.commerce-product--view-mode-tile-2x2 .field--name-field-blog-image a,
.commerce-product--view-mode-tile-2x2 .field--name-field-author-image a,
.commerce-product--view-mode-tile-2x2 .field--name-field-book-cover a {
  display: block;
}
@media (max-width: 767.98px) {
  .node--view-mode-tile-1x1 .field--name-field-blog-image,
  .node--view-mode-tile-1x1 .field--name-field-author-image,
  .node--view-mode-tile-1x1 .field--name-field-book-cover,
  .node--view-mode-tile-2x1 .field--name-field-blog-image,
  .node--view-mode-tile-2x1 .field--name-field-author-image,
  .node--view-mode-tile-2x1 .field--name-field-book-cover,
  .node--view-mode-tile-2x2 .field--name-field-blog-image,
  .node--view-mode-tile-2x2 .field--name-field-author-image,
  .node--view-mode-tile-2x2 .field--name-field-book-cover,
  .commerce-product--view-mode-tile-1x1 .field--name-field-blog-image,
  .commerce-product--view-mode-tile-1x1 .field--name-field-author-image,
  .commerce-product--view-mode-tile-1x1 .field--name-field-book-cover,
  .commerce-product--view-mode-tile-2x1 .field--name-field-blog-image,
  .commerce-product--view-mode-tile-2x1 .field--name-field-author-image,
  .commerce-product--view-mode-tile-2x1 .field--name-field-book-cover,
  .commerce-product--view-mode-tile-2x2 .field--name-field-blog-image,
  .commerce-product--view-mode-tile-2x2 .field--name-field-author-image,
  .commerce-product--view-mode-tile-2x2 .field--name-field-book-cover {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
.node--view-mode-tile-1x1 .field--name-field-book-cover img,
.node--view-mode-tile-2x1 .field--name-field-book-cover img,
.node--view-mode-tile-2x2 .field--name-field-book-cover img,
.commerce-product--view-mode-tile-1x1 .field--name-field-book-cover img,
.commerce-product--view-mode-tile-2x1 .field--name-field-book-cover img,
.commerce-product--view-mode-tile-2x2 .field--name-field-book-cover img {
  margin-left: auto;
  margin-right: auto;
  max-width: 12em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .node--view-mode-tile-1x1 .field--name-field-book-cover img,
  .node--view-mode-tile-2x1 .field--name-field-book-cover img,
  .node--view-mode-tile-2x2 .field--name-field-book-cover img,
  .commerce-product--view-mode-tile-1x1 .field--name-field-book-cover img,
  .commerce-product--view-mode-tile-2x1 .field--name-field-book-cover img,
  .commerce-product--view-mode-tile-2x2 .field--name-field-book-cover img {
    max-width: 80%;
  }
}
.node--view-mode-tile-1x1 .node__content > h2,
.node--view-mode-tile-1x1 .field--name-title > h2,
.node--view-mode-tile-2x1 .node__content > h2,
.node--view-mode-tile-2x1 .field--name-title > h2,
.node--view-mode-tile-2x2 .node__content > h2,
.node--view-mode-tile-2x2 .field--name-title > h2,
.commerce-product--view-mode-tile-1x1 .node__content > h2,
.commerce-product--view-mode-tile-1x1 .field--name-title > h2,
.commerce-product--view-mode-tile-2x1 .node__content > h2,
.commerce-product--view-mode-tile-2x1 .field--name-title > h2,
.commerce-product--view-mode-tile-2x2 .node__content > h2,
.commerce-product--view-mode-tile-2x2 .field--name-title > h2 {
  font-size: 2.5rem;
  line-height: 1;
  font-family: "SentinelSSm", var(--bs-font-serif);
  color: #353434;
  font-weight: 400;
  position: relative;
  left: -0.08em;
  font-size: 1.625rem;
  margin-bottom: 0.25em;
  padding-right: 0.5em;
  left: 0;
  line-height: 1;
  font-weight: 400;
}
.node--view-mode-tile-1x1 .node__content > h2 a,
.node--view-mode-tile-1x1 .field--name-title > h2 a,
.node--view-mode-tile-2x1 .node__content > h2 a,
.node--view-mode-tile-2x1 .field--name-title > h2 a,
.node--view-mode-tile-2x2 .node__content > h2 a,
.node--view-mode-tile-2x2 .field--name-title > h2 a,
.commerce-product--view-mode-tile-1x1 .node__content > h2 a,
.commerce-product--view-mode-tile-1x1 .field--name-title > h2 a,
.commerce-product--view-mode-tile-2x1 .node__content > h2 a,
.commerce-product--view-mode-tile-2x1 .field--name-title > h2 a,
.commerce-product--view-mode-tile-2x2 .node__content > h2 a,
.commerce-product--view-mode-tile-2x2 .field--name-title > h2 a {
  font-weight: 400;
  color: #353434;
  text-decoration: none;
}
.node--view-mode-tile-1x1 .field--name-field-author,
.node--view-mode-tile-1x1 .blog-author-and-date,
.node--view-mode-tile-1x1 .location-and-date,
.node--view-mode-tile-1x1 .field--name-body,
.node--view-mode-tile-2x1 .field--name-field-author,
.node--view-mode-tile-2x1 .blog-author-and-date,
.node--view-mode-tile-2x1 .location-and-date,
.node--view-mode-tile-2x1 .field--name-body,
.node--view-mode-tile-2x2 .field--name-field-author,
.node--view-mode-tile-2x2 .blog-author-and-date,
.node--view-mode-tile-2x2 .location-and-date,
.node--view-mode-tile-2x2 .field--name-body,
.commerce-product--view-mode-tile-1x1 .field--name-field-author,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date,
.commerce-product--view-mode-tile-1x1 .location-and-date,
.commerce-product--view-mode-tile-1x1 .field--name-body,
.commerce-product--view-mode-tile-2x1 .field--name-field-author,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date,
.commerce-product--view-mode-tile-2x1 .location-and-date,
.commerce-product--view-mode-tile-2x1 .field--name-body,
.commerce-product--view-mode-tile-2x2 .field--name-field-author,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date,
.commerce-product--view-mode-tile-2x2 .location-and-date,
.commerce-product--view-mode-tile-2x2 .field--name-body {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
  padding-left: 0.08em;
}
.node--view-mode-tile-1x1 .field--name-field-author p, .node--view-mode-tile-1x1 .field--name-field-author h1, .node--view-mode-tile-1x1 .field--name-field-author h2, .node--view-mode-tile-1x1 .field--name-field-author h3, .node--view-mode-tile-1x1 .field--name-field-author h4, .node--view-mode-tile-1x1 .field--name-field-author h5, .node--view-mode-tile-1x1 .field--name-field-author h6,
.node--view-mode-tile-1x1 .blog-author-and-date p,
.node--view-mode-tile-1x1 .blog-author-and-date h1,
.node--view-mode-tile-1x1 .blog-author-and-date h2,
.node--view-mode-tile-1x1 .blog-author-and-date h3,
.node--view-mode-tile-1x1 .blog-author-and-date h4,
.node--view-mode-tile-1x1 .blog-author-and-date h5,
.node--view-mode-tile-1x1 .blog-author-and-date h6,
.node--view-mode-tile-1x1 .location-and-date p,
.node--view-mode-tile-1x1 .location-and-date h1,
.node--view-mode-tile-1x1 .location-and-date h2,
.node--view-mode-tile-1x1 .location-and-date h3,
.node--view-mode-tile-1x1 .location-and-date h4,
.node--view-mode-tile-1x1 .location-and-date h5,
.node--view-mode-tile-1x1 .location-and-date h6,
.node--view-mode-tile-1x1 .field--name-body p,
.node--view-mode-tile-1x1 .field--name-body h1,
.node--view-mode-tile-1x1 .field--name-body h2,
.node--view-mode-tile-1x1 .field--name-body h3,
.node--view-mode-tile-1x1 .field--name-body h4,
.node--view-mode-tile-1x1 .field--name-body h5,
.node--view-mode-tile-1x1 .field--name-body h6,
.node--view-mode-tile-2x1 .field--name-field-author p,
.node--view-mode-tile-2x1 .field--name-field-author h1,
.node--view-mode-tile-2x1 .field--name-field-author h2,
.node--view-mode-tile-2x1 .field--name-field-author h3,
.node--view-mode-tile-2x1 .field--name-field-author h4,
.node--view-mode-tile-2x1 .field--name-field-author h5,
.node--view-mode-tile-2x1 .field--name-field-author h6,
.node--view-mode-tile-2x1 .blog-author-and-date p,
.node--view-mode-tile-2x1 .blog-author-and-date h1,
.node--view-mode-tile-2x1 .blog-author-and-date h2,
.node--view-mode-tile-2x1 .blog-author-and-date h3,
.node--view-mode-tile-2x1 .blog-author-and-date h4,
.node--view-mode-tile-2x1 .blog-author-and-date h5,
.node--view-mode-tile-2x1 .blog-author-and-date h6,
.node--view-mode-tile-2x1 .location-and-date p,
.node--view-mode-tile-2x1 .location-and-date h1,
.node--view-mode-tile-2x1 .location-and-date h2,
.node--view-mode-tile-2x1 .location-and-date h3,
.node--view-mode-tile-2x1 .location-and-date h4,
.node--view-mode-tile-2x1 .location-and-date h5,
.node--view-mode-tile-2x1 .location-and-date h6,
.node--view-mode-tile-2x1 .field--name-body p,
.node--view-mode-tile-2x1 .field--name-body h1,
.node--view-mode-tile-2x1 .field--name-body h2,
.node--view-mode-tile-2x1 .field--name-body h3,
.node--view-mode-tile-2x1 .field--name-body h4,
.node--view-mode-tile-2x1 .field--name-body h5,
.node--view-mode-tile-2x1 .field--name-body h6,
.node--view-mode-tile-2x2 .field--name-field-author p,
.node--view-mode-tile-2x2 .field--name-field-author h1,
.node--view-mode-tile-2x2 .field--name-field-author h2,
.node--view-mode-tile-2x2 .field--name-field-author h3,
.node--view-mode-tile-2x2 .field--name-field-author h4,
.node--view-mode-tile-2x2 .field--name-field-author h5,
.node--view-mode-tile-2x2 .field--name-field-author h6,
.node--view-mode-tile-2x2 .blog-author-and-date p,
.node--view-mode-tile-2x2 .blog-author-and-date h1,
.node--view-mode-tile-2x2 .blog-author-and-date h2,
.node--view-mode-tile-2x2 .blog-author-and-date h3,
.node--view-mode-tile-2x2 .blog-author-and-date h4,
.node--view-mode-tile-2x2 .blog-author-and-date h5,
.node--view-mode-tile-2x2 .blog-author-and-date h6,
.node--view-mode-tile-2x2 .location-and-date p,
.node--view-mode-tile-2x2 .location-and-date h1,
.node--view-mode-tile-2x2 .location-and-date h2,
.node--view-mode-tile-2x2 .location-and-date h3,
.node--view-mode-tile-2x2 .location-and-date h4,
.node--view-mode-tile-2x2 .location-and-date h5,
.node--view-mode-tile-2x2 .location-and-date h6,
.node--view-mode-tile-2x2 .field--name-body p,
.node--view-mode-tile-2x2 .field--name-body h1,
.node--view-mode-tile-2x2 .field--name-body h2,
.node--view-mode-tile-2x2 .field--name-body h3,
.node--view-mode-tile-2x2 .field--name-body h4,
.node--view-mode-tile-2x2 .field--name-body h5,
.node--view-mode-tile-2x2 .field--name-body h6,
.commerce-product--view-mode-tile-1x1 .field--name-field-author p,
.commerce-product--view-mode-tile-1x1 .field--name-field-author h1,
.commerce-product--view-mode-tile-1x1 .field--name-field-author h2,
.commerce-product--view-mode-tile-1x1 .field--name-field-author h3,
.commerce-product--view-mode-tile-1x1 .field--name-field-author h4,
.commerce-product--view-mode-tile-1x1 .field--name-field-author h5,
.commerce-product--view-mode-tile-1x1 .field--name-field-author h6,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date p,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date h1,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date h2,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date h3,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date h4,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date h5,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date h6,
.commerce-product--view-mode-tile-1x1 .location-and-date p,
.commerce-product--view-mode-tile-1x1 .location-and-date h1,
.commerce-product--view-mode-tile-1x1 .location-and-date h2,
.commerce-product--view-mode-tile-1x1 .location-and-date h3,
.commerce-product--view-mode-tile-1x1 .location-and-date h4,
.commerce-product--view-mode-tile-1x1 .location-and-date h5,
.commerce-product--view-mode-tile-1x1 .location-and-date h6,
.commerce-product--view-mode-tile-1x1 .field--name-body p,
.commerce-product--view-mode-tile-1x1 .field--name-body h1,
.commerce-product--view-mode-tile-1x1 .field--name-body h2,
.commerce-product--view-mode-tile-1x1 .field--name-body h3,
.commerce-product--view-mode-tile-1x1 .field--name-body h4,
.commerce-product--view-mode-tile-1x1 .field--name-body h5,
.commerce-product--view-mode-tile-1x1 .field--name-body h6,
.commerce-product--view-mode-tile-2x1 .field--name-field-author p,
.commerce-product--view-mode-tile-2x1 .field--name-field-author h1,
.commerce-product--view-mode-tile-2x1 .field--name-field-author h2,
.commerce-product--view-mode-tile-2x1 .field--name-field-author h3,
.commerce-product--view-mode-tile-2x1 .field--name-field-author h4,
.commerce-product--view-mode-tile-2x1 .field--name-field-author h5,
.commerce-product--view-mode-tile-2x1 .field--name-field-author h6,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date p,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date h1,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date h2,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date h3,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date h4,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date h5,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date h6,
.commerce-product--view-mode-tile-2x1 .location-and-date p,
.commerce-product--view-mode-tile-2x1 .location-and-date h1,
.commerce-product--view-mode-tile-2x1 .location-and-date h2,
.commerce-product--view-mode-tile-2x1 .location-and-date h3,
.commerce-product--view-mode-tile-2x1 .location-and-date h4,
.commerce-product--view-mode-tile-2x1 .location-and-date h5,
.commerce-product--view-mode-tile-2x1 .location-and-date h6,
.commerce-product--view-mode-tile-2x1 .field--name-body p,
.commerce-product--view-mode-tile-2x1 .field--name-body h1,
.commerce-product--view-mode-tile-2x1 .field--name-body h2,
.commerce-product--view-mode-tile-2x1 .field--name-body h3,
.commerce-product--view-mode-tile-2x1 .field--name-body h4,
.commerce-product--view-mode-tile-2x1 .field--name-body h5,
.commerce-product--view-mode-tile-2x1 .field--name-body h6,
.commerce-product--view-mode-tile-2x2 .field--name-field-author p,
.commerce-product--view-mode-tile-2x2 .field--name-field-author h1,
.commerce-product--view-mode-tile-2x2 .field--name-field-author h2,
.commerce-product--view-mode-tile-2x2 .field--name-field-author h3,
.commerce-product--view-mode-tile-2x2 .field--name-field-author h4,
.commerce-product--view-mode-tile-2x2 .field--name-field-author h5,
.commerce-product--view-mode-tile-2x2 .field--name-field-author h6,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date p,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date h1,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date h2,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date h3,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date h4,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date h5,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date h6,
.commerce-product--view-mode-tile-2x2 .location-and-date p,
.commerce-product--view-mode-tile-2x2 .location-and-date h1,
.commerce-product--view-mode-tile-2x2 .location-and-date h2,
.commerce-product--view-mode-tile-2x2 .location-and-date h3,
.commerce-product--view-mode-tile-2x2 .location-and-date h4,
.commerce-product--view-mode-tile-2x2 .location-and-date h5,
.commerce-product--view-mode-tile-2x2 .location-and-date h6,
.commerce-product--view-mode-tile-2x2 .field--name-body p,
.commerce-product--view-mode-tile-2x2 .field--name-body h1,
.commerce-product--view-mode-tile-2x2 .field--name-body h2,
.commerce-product--view-mode-tile-2x2 .field--name-body h3,
.commerce-product--view-mode-tile-2x2 .field--name-body h4,
.commerce-product--view-mode-tile-2x2 .field--name-body h5,
.commerce-product--view-mode-tile-2x2 .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--view-mode-tile-1x1 .field--name-field-author p,
.node--view-mode-tile-1x1 .blog-author-and-date p,
.node--view-mode-tile-1x1 .location-and-date p,
.node--view-mode-tile-1x1 .field--name-body p,
.node--view-mode-tile-2x1 .field--name-field-author p,
.node--view-mode-tile-2x1 .blog-author-and-date p,
.node--view-mode-tile-2x1 .location-and-date p,
.node--view-mode-tile-2x1 .field--name-body p,
.node--view-mode-tile-2x2 .field--name-field-author p,
.node--view-mode-tile-2x2 .blog-author-and-date p,
.node--view-mode-tile-2x2 .location-and-date p,
.node--view-mode-tile-2x2 .field--name-body p,
.commerce-product--view-mode-tile-1x1 .field--name-field-author p,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date p,
.commerce-product--view-mode-tile-1x1 .location-and-date p,
.commerce-product--view-mode-tile-1x1 .field--name-body p,
.commerce-product--view-mode-tile-2x1 .field--name-field-author p,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date p,
.commerce-product--view-mode-tile-2x1 .location-and-date p,
.commerce-product--view-mode-tile-2x1 .field--name-body p,
.commerce-product--view-mode-tile-2x2 .field--name-field-author p,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date p,
.commerce-product--view-mode-tile-2x2 .location-and-date p,
.commerce-product--view-mode-tile-2x2 .field--name-body p {
  line-height: 1.4;
}
.node--view-mode-tile-1x1 .field--name-field-author .media,
.node--view-mode-tile-1x1 .blog-author-and-date .media,
.node--view-mode-tile-1x1 .location-and-date .media,
.node--view-mode-tile-1x1 .field--name-body .media,
.node--view-mode-tile-2x1 .field--name-field-author .media,
.node--view-mode-tile-2x1 .blog-author-and-date .media,
.node--view-mode-tile-2x1 .location-and-date .media,
.node--view-mode-tile-2x1 .field--name-body .media,
.node--view-mode-tile-2x2 .field--name-field-author .media,
.node--view-mode-tile-2x2 .blog-author-and-date .media,
.node--view-mode-tile-2x2 .location-and-date .media,
.node--view-mode-tile-2x2 .field--name-body .media,
.commerce-product--view-mode-tile-1x1 .field--name-field-author .media,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date .media,
.commerce-product--view-mode-tile-1x1 .location-and-date .media,
.commerce-product--view-mode-tile-1x1 .field--name-body .media,
.commerce-product--view-mode-tile-2x1 .field--name-field-author .media,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date .media,
.commerce-product--view-mode-tile-2x1 .location-and-date .media,
.commerce-product--view-mode-tile-2x1 .field--name-body .media,
.commerce-product--view-mode-tile-2x2 .field--name-field-author .media,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date .media,
.commerce-product--view-mode-tile-2x2 .location-and-date .media,
.commerce-product--view-mode-tile-2x2 .field--name-body .media {
  display: none;
}
.node--view-mode-tile-1x1 .blog-author-and-date *,
.node--view-mode-tile-1x1 .location-and-date *,
.node--view-mode-tile-2x1 .blog-author-and-date *,
.node--view-mode-tile-2x1 .location-and-date *,
.node--view-mode-tile-2x2 .blog-author-and-date *,
.node--view-mode-tile-2x2 .location-and-date *,
.commerce-product--view-mode-tile-1x1 .blog-author-and-date *,
.commerce-product--view-mode-tile-1x1 .location-and-date *,
.commerce-product--view-mode-tile-2x1 .blog-author-and-date *,
.commerce-product--view-mode-tile-2x1 .location-and-date *,
.commerce-product--view-mode-tile-2x2 .blog-author-and-date *,
.commerce-product--view-mode-tile-2x2 .location-and-date * {
  display: inline;
}
.node--view-mode-tile-1x1 .field--name-field-author,
.node--view-mode-tile-2x1 .field--name-field-author,
.node--view-mode-tile-2x2 .field--name-field-author,
.commerce-product--view-mode-tile-1x1 .field--name-field-author,
.commerce-product--view-mode-tile-2x1 .field--name-field-author,
.commerce-product--view-mode-tile-2x2 .field--name-field-author {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.25em;
}
.node--view-mode-tile-1x1 .node__links,
.node--view-mode-tile-2x1 .node__links,
.node--view-mode-tile-2x2 .node__links,
.commerce-product--view-mode-tile-1x1 .node__links,
.commerce-product--view-mode-tile-2x1 .node__links,
.commerce-product--view-mode-tile-2x2 .node__links {
  display: none;
  margin-top: 1.5rem;
}
.node--view-mode-tile-1x1 .node__links li,
.node--view-mode-tile-2x1 .node__links li,
.node--view-mode-tile-2x2 .node__links li,
.commerce-product--view-mode-tile-1x1 .node__links li,
.commerce-product--view-mode-tile-2x1 .node__links li,
.commerce-product--view-mode-tile-2x2 .node__links li {
  padding: 0;
}
.node--view-mode-tile-1x1 .node__links a,
.node--view-mode-tile-2x1 .node__links a,
.node--view-mode-tile-2x2 .node__links a,
.commerce-product--view-mode-tile-1x1 .node__links a,
.commerce-product--view-mode-tile-2x1 .node__links a,
.commerce-product--view-mode-tile-2x2 .node__links a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  font-size: 0.75rem !important;
}
@media (min-width: 768px) {
  .node--view-mode-tile-1x1 .node__links a,
  .node--view-mode-tile-2x1 .node__links a,
  .node--view-mode-tile-2x2 .node__links a,
  .commerce-product--view-mode-tile-1x1 .node__links a,
  .commerce-product--view-mode-tile-2x1 .node__links a,
  .commerce-product--view-mode-tile-2x2 .node__links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}

@media (min-width: 768px) {
  .node--view-mode-tile-1x1 .field--name-body,
  .commerce-product--view-mode-tile-1x1 .field--name-body {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .node--view-mode-tile-2x1 .field--name-field-author-image img {
    max-width: none;
    width: auto;
    max-height: 16rem;
  }
}
.media--view-mode-media-grid .field--name-name {
  padding-top: 0.5em;
}

article.media.align-right {
  margin-left: 2em;
}
article.media.align-left {
  margin-right: 2em;
}
article.media img {
  max-width: 100%;
  height: auto;
}
article.media .field--name-field-image-attribution {
  font-size: 0.625rem;
  text-transform: uppercase;
  margin: 0.5em 0 1em 0;
}
article.media .field--name-field-image-caption p {
  margin: 0;
}

.page-node-type-author main,
.page-node-type-staff main {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.node--type-author.node--view-mode-full,
.node--type-staff.node--view-mode-full {
  background: linear-gradient(to bottom, #eaeaea 0, #f0f0f0 0.75em, #ffffff 100%);
}
.node--type-author.node--view-mode-full .group-header,
.node--type-staff.node--view-mode-full .group-header {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .group-header,
  .node--type-staff.node--view-mode-full .group-header {
    display: flex;
    align-items: center;
  }
}
.node--type-author.node--view-mode-full .group-header .field--name-field-author-image,
.node--type-author.node--view-mode-full .group-header .field--name-field-staff-image,
.node--type-staff.node--view-mode-full .group-header .field--name-field-author-image,
.node--type-staff.node--view-mode-full .group-header .field--name-field-staff-image {
  flex: 0 0 auto;
}
.node--type-author.node--view-mode-full .group-header .field--name-field-author-image .field__item,
.node--type-author.node--view-mode-full .group-header .field--name-field-staff-image .field__item,
.node--type-staff.node--view-mode-full .group-header .field--name-field-author-image .field__item,
.node--type-staff.node--view-mode-full .group-header .field--name-field-staff-image .field__item {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 3rem;
  width: 16rem;
  font-size: 1rem;
}
.node--type-author.node--view-mode-full .group-header .field--name-field-author-image .field__item img,
.node--type-author.node--view-mode-full .group-header .field--name-field-staff-image .field__item img,
.node--type-staff.node--view-mode-full .group-header .field--name-field-author-image .field__item img,
.node--type-staff.node--view-mode-full .group-header .field--name-field-staff-image .field__item img {
  width: 16rem;
  height: 16rem;
}
@media (min-width: 992px) {
  .node--type-author.node--view-mode-full .group-header .field--name-field-author-image .field__item,
  .node--type-author.node--view-mode-full .group-header .field--name-field-staff-image .field__item,
  .node--type-staff.node--view-mode-full .group-header .field--name-field-author-image .field__item,
  .node--type-staff.node--view-mode-full .group-header .field--name-field-staff-image .field__item {
    margin-bottom: 0;
    margin-left: 3rem;
    width: 24rem;
  }
  .node--type-author.node--view-mode-full .group-header .field--name-field-author-image .field__item img,
  .node--type-author.node--view-mode-full .group-header .field--name-field-staff-image .field__item img,
  .node--type-staff.node--view-mode-full .group-header .field--name-field-author-image .field__item img,
  .node--type-staff.node--view-mode-full .group-header .field--name-field-staff-image .field__item img {
    width: 24rem;
    height: 24rem;
  }
}
.node--type-author.node--view-mode-full .group-header .group-author-text,
.node--type-author.node--view-mode-full .group-header .group-staff-text,
.node--type-staff.node--view-mode-full .group-header .group-author-text,
.node--type-staff.node--view-mode-full .group-header .group-staff-text {
  text-align: center;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .group-header .group-author-text,
  .node--type-author.node--view-mode-full .group-header .group-staff-text,
  .node--type-staff.node--view-mode-full .group-header .group-author-text,
  .node--type-staff.node--view-mode-full .group-header .group-staff-text {
    text-align: left;
    padding-left: 5rem;
  }
}
.node--type-author.node--view-mode-full .page-title h1,
.node--type-staff.node--view-mode-full .page-title h1 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  line-height: 0.875;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.25em;
  text-align: center;
  font-size: 3.125rem;
}
@media (min-width: 992px) {
  .node--type-author.node--view-mode-full .page-title h1,
  .node--type-staff.node--view-mode-full .page-title h1 {
    font-size: 5rem;
    max-width: 25%;
    text-align: left;
  }
}
.node--type-author.node--view-mode-full .field--name-field-pronouns,
.node--type-staff.node--view-mode-full .field--name-field-pronouns {
  font-style: italic;
}
.node--type-author.node--view-mode-full .field--name-field-staff-title,
.node--type-staff.node--view-mode-full .field--name-field-staff-title {
  font-weight: 700;
  margin-bottom: 2em;
}
.node--type-author.node--view-mode-full .field--name-field-social-links,
.node--type-staff.node--view-mode-full .field--name-field-social-links {
  display: inline-block;
}
.node--type-author.node--view-mode-full .field--name-field-social-links ul,
.node--type-staff.node--view-mode-full .field--name-field-social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.node--type-author.node--view-mode-full .field--name-field-social-links ul li,
.node--type-staff.node--view-mode-full .field--name-field-social-links ul li {
  display: block;
}
.node--type-author.node--view-mode-full .field--name-field-social-links a.icon-facebook,
.node--type-staff.node--view-mode-full .field--name-field-social-links a.icon-facebook {
  -webkit-mask-image: url("../../images/social/facebook.svg");
          mask-image: url("../../images/social/facebook.svg");
}
.node--type-author.node--view-mode-full .field--name-field-social-links a.icon-tumblr,
.node--type-staff.node--view-mode-full .field--name-field-social-links a.icon-tumblr {
  -webkit-mask-image: url("../../images/social/tumblr.svg");
          mask-image: url("../../images/social/tumblr.svg");
}
.node--type-author.node--view-mode-full .field--name-field-social-links a.icon-twitter,
.node--type-staff.node--view-mode-full .field--name-field-social-links a.icon-twitter {
  -webkit-mask-image: url("../../images/social/twitter.svg");
          mask-image: url("../../images/social/twitter.svg");
}
.node--type-author.node--view-mode-full .field--name-field-social-links a.icon-instagram,
.node--type-staff.node--view-mode-full .field--name-field-social-links a.icon-instagram {
  -webkit-mask-image: url("../../images/social/instagram.svg");
          mask-image: url("../../images/social/instagram.svg");
}
.node--type-author.node--view-mode-full .field--name-field-social-links a.icon-pinterest,
.node--type-staff.node--view-mode-full .field--name-field-social-links a.icon-pinterest {
  -webkit-mask-image: url("../../images/social/pinterest.svg");
          mask-image: url("../../images/social/pinterest.svg");
}
.node--type-author.node--view-mode-full .field--name-field-social-links a.icon-youtube,
.node--type-staff.node--view-mode-full .field--name-field-social-links a.icon-youtube {
  -webkit-mask-image: url("../../images/social/youtube.svg");
          mask-image: url("../../images/social/youtube.svg");
}
.node--type-author.node--view-mode-full .field--name-field-social-links a,
.node--type-staff.node--view-mode-full .field--name-field-social-links a {
  display: flex;
  background-color: #000;
  width: 2rem;
  height: 2rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.node--type-author.node--view-mode-full .group-summary,
.node--type-staff.node--view-mode-full .group-summary {
  padding: 3rem 0;
  background: linear-gradient(to bottom, #eaeaea 0, #f0f0f0 0.75em, #ffffff 100%);
}
.node--type-author.node--view-mode-full .group-summary .group-summary-inner,
.node--type-staff.node--view-mode-full .group-summary .group-summary-inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .group-summary .group-summary-inner,
  .node--type-staff.node--view-mode-full .group-summary .group-summary-inner {
    display: flex;
  }
}
.node--type-author.node--view-mode-full .group-summary .group-summary-inner .field--name-body,
.node--type-staff.node--view-mode-full .group-summary .group-summary-inner .field--name-body {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .group-summary .group-summary-inner .field--name-body,
  .node--type-staff.node--view-mode-full .group-summary .group-summary-inner .field--name-body {
    flex: 0 1 65%;
    max-width: 65%;
    border-right: 1px solid #000;
    margin-bottom: 0;
    padding-right: 3rem;
  }
  .node--type-author.node--view-mode-full .group-summary .group-summary-inner .field--name-body:last-child,
  .node--type-staff.node--view-mode-full .group-summary .group-summary-inner .field--name-body:last-child {
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 992px) {
  .node--type-author.node--view-mode-full .group-summary .group-summary-inner .field--name-body,
  .node--type-staff.node--view-mode-full .group-summary .group-summary-inner .field--name-body {
    padding-right: 6rem;
  }
}
.node--type-author.node--view-mode-full .group-summary .group-summary-inner .group-summary-right .field__label,
.node--type-staff.node--view-mode-full .group-summary .group-summary-inner .group-summary-right .field__label {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  margin: 0.25em 0 0.25em 0;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .group-summary .group-summary-inner .group-summary-right,
  .node--type-staff.node--view-mode-full .group-summary .group-summary-inner .group-summary-right {
    flex: 0 1 35%;
    max-width: 35%;
    padding-left: 3rem;
    border-left: 1px solid #000;
    margin-left: -1px;
  }
}
@media (min-width: 992px) {
  .node--type-author.node--view-mode-full .group-summary .group-summary-inner .group-summary-right,
  .node--type-staff.node--view-mode-full .group-summary .group-summary-inner .group-summary-right {
    padding-left: 6rem;
  }
}
.node--type-author.node--view-mode-full .group-summary .field--name-body,
.node--type-staff.node--view-mode-full .group-summary .field--name-body {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
  padding-top: 3rem;
}
.node--type-author.node--view-mode-full .group-summary .field--name-body p, .node--type-author.node--view-mode-full .group-summary .field--name-body h1, .node--type-author.node--view-mode-full .group-summary .field--name-body h2, .node--type-author.node--view-mode-full .group-summary .field--name-body h3, .node--type-author.node--view-mode-full .group-summary .field--name-body h4, .node--type-author.node--view-mode-full .group-summary .field--name-body h5, .node--type-author.node--view-mode-full .group-summary .field--name-body h6,
.node--type-staff.node--view-mode-full .group-summary .field--name-body p,
.node--type-staff.node--view-mode-full .group-summary .field--name-body h1,
.node--type-staff.node--view-mode-full .group-summary .field--name-body h2,
.node--type-staff.node--view-mode-full .group-summary .field--name-body h3,
.node--type-staff.node--view-mode-full .group-summary .field--name-body h4,
.node--type-staff.node--view-mode-full .group-summary .field--name-body h5,
.node--type-staff.node--view-mode-full .group-summary .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-awards,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-awards {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-awards p, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-awards h1, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-awards h2, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-awards h3, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-awards h4, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-awards h5, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-awards h6,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-awards p,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-awards h1,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-awards h2,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-awards h3,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-awards h4,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-awards h5,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-awards h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-awards + .field,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-awards + .field {
  margin-top: 1.5rem;
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-image a:before,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image a:before {
  -webkit-mask-image: url("../../images/file_download_black_24dp.svg");
          mask-image: url("../../images/file_download_black_24dp.svg");
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website a:before,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website a:before {
  -webkit-mask-image: url("../../images/language_black_24dp.svg");
          mask-image: url("../../images/language_black_24dp.svg");
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email a:before,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email a:before {
  -webkit-mask-image: url("../../images/email_black_24dp.svg");
          mask-image: url("../../images/email_black_24dp.svg");
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-image,
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-image p, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-image h1, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-image h2, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-image h3, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-image h4, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-image h5, .node--type-author.node--view-mode-full .group-summary .field--name-field-author-image h6,
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website p,
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website h1,
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website h2,
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website h3,
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website h4,
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website h5,
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website h6,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email p,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email h1,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email h2,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email h3,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email h4,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email h5,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email h6,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone p,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone h1,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone h2,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone h3,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone h4,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone h5,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone h6,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image p,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image h1,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image h2,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image h3,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image h4,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image h5,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image h6,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website p,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website h1,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website h2,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website h3,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website h4,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website h5,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website h6,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email p,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email h1,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email h2,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email h3,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email h4,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email h5,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email h6,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone p,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone h1,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone h2,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone h3,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone h4,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone h5,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-image a,
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website a,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email a,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone a,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image a,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website a,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email a,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone a {
  color: #7993A5;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: underline;
  white-space: nowrap;
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-image a:before,
.node--type-author.node--view-mode-full .group-summary .field--name-field-author-website a:before,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-email a:before,
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone a:before,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-image a:before,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-author-website a:before,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-email a:before,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone a:before {
  display: inline-block;
  background-color: #7993A5;
  margin-right: 0.5em;
  position: relative;
  top: 0.25em;
  width: 1.25em;
  height: 1.25em;
  content: "";
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone .field__item,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone .field__item {
  color: #7993A5;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone .field__item:before,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone .field__item:before {
  display: inline-block;
  background-color: #7993A5;
  margin-right: 0.5em;
  position: relative;
  top: 0.25em;
  width: 1.25em;
  height: 1.25em;
  content: "";
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.node--type-author.node--view-mode-full .group-summary .field--name-field-staff-phone .field__item:before,
.node--type-staff.node--view-mode-full .group-summary .field--name-field-staff-phone .field__item:before {
  -webkit-mask-image: url("../../images/phone_black_24dp.svg");
          mask-image: url("../../images/phone_black_24dp.svg");
}

.node--type-author.node--view-mode-teaser,
.node--type-blog-author.node--view-mode-teaser,
.node--type-staff.node--view-mode-teaser {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .node--type-author.node--view-mode-teaser,
  .node--type-blog-author.node--view-mode-teaser,
  .node--type-staff.node--view-mode-teaser {
    display: flex;
  }
}
.node--type-author.node--view-mode-teaser .field--name-field-author-image img,
.node--type-author.node--view-mode-teaser .field--name-field-blog-author-profile-image img,
.node--type-author.node--view-mode-teaser .field--name-field-staff-image img,
.node--type-blog-author.node--view-mode-teaser .field--name-field-author-image img,
.node--type-blog-author.node--view-mode-teaser .field--name-field-blog-author-profile-image img,
.node--type-blog-author.node--view-mode-teaser .field--name-field-staff-image img,
.node--type-staff.node--view-mode-teaser .field--name-field-author-image img,
.node--type-staff.node--view-mode-teaser .field--name-field-blog-author-profile-image img,
.node--type-staff.node--view-mode-teaser .field--name-field-staff-image img {
  border-radius: 50%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .node--type-author.node--view-mode-teaser .field--name-field-author-image,
  .node--type-author.node--view-mode-teaser .field--name-field-blog-author-profile-image,
  .node--type-author.node--view-mode-teaser .field--name-field-staff-image,
  .node--type-blog-author.node--view-mode-teaser .field--name-field-author-image,
  .node--type-blog-author.node--view-mode-teaser .field--name-field-blog-author-profile-image,
  .node--type-blog-author.node--view-mode-teaser .field--name-field-staff-image,
  .node--type-staff.node--view-mode-teaser .field--name-field-author-image,
  .node--type-staff.node--view-mode-teaser .field--name-field-blog-author-profile-image,
  .node--type-staff.node--view-mode-teaser .field--name-field-staff-image {
    flex: 0 0 35%;
    padding-left: 1rem;
    padding-right: 2rem;
  }
  .node--type-author.node--view-mode-teaser .field--name-field-author-image img,
  .node--type-author.node--view-mode-teaser .field--name-field-blog-author-profile-image img,
  .node--type-author.node--view-mode-teaser .field--name-field-staff-image img,
  .node--type-blog-author.node--view-mode-teaser .field--name-field-author-image img,
  .node--type-blog-author.node--view-mode-teaser .field--name-field-blog-author-profile-image img,
  .node--type-blog-author.node--view-mode-teaser .field--name-field-staff-image img,
  .node--type-staff.node--view-mode-teaser .field--name-field-author-image img,
  .node--type-staff.node--view-mode-teaser .field--name-field-blog-author-profile-image img,
  .node--type-staff.node--view-mode-teaser .field--name-field-staff-image img {
    margin-bottom: 0;
  }
}
.node--type-author.node--view-mode-teaser .group-text > h2,
.node--type-blog-author.node--view-mode-teaser .group-text > h2,
.node--type-staff.node--view-mode-teaser .group-text > h2 {
  font-size: 2.125rem;
  line-height: 1;
  font-family: "SentinelSSm", var(--bs-font-serif);
  color: #353434;
  font-weight: 400;
  position: relative;
  left: -0.04em;
  margin: 0 0 0.125em 0;
}
.node--type-author.node--view-mode-teaser .group-text > h2 a,
.node--type-blog-author.node--view-mode-teaser .group-text > h2 a,
.node--type-staff.node--view-mode-teaser .group-text > h2 a {
  font-weight: 400;
  color: #353434;
  text-decoration: none;
}
@media (min-width: 992px) {
  .node--type-author.node--view-mode-teaser .group-text,
  .node--type-blog-author.node--view-mode-teaser .group-text,
  .node--type-staff.node--view-mode-teaser .group-text {
    padding-top: 0.5rem;
    flex: 1 1 auto;
  }
}
.node--type-author.node--view-mode-teaser .field--name-body,
.node--type-blog-author.node--view-mode-teaser .field--name-body,
.node--type-staff.node--view-mode-teaser .field--name-body {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.node--type-author.node--view-mode-teaser .field--name-body p, .node--type-author.node--view-mode-teaser .field--name-body h1, .node--type-author.node--view-mode-teaser .field--name-body h2, .node--type-author.node--view-mode-teaser .field--name-body h3, .node--type-author.node--view-mode-teaser .field--name-body h4, .node--type-author.node--view-mode-teaser .field--name-body h5, .node--type-author.node--view-mode-teaser .field--name-body h6,
.node--type-blog-author.node--view-mode-teaser .field--name-body p,
.node--type-blog-author.node--view-mode-teaser .field--name-body h1,
.node--type-blog-author.node--view-mode-teaser .field--name-body h2,
.node--type-blog-author.node--view-mode-teaser .field--name-body h3,
.node--type-blog-author.node--view-mode-teaser .field--name-body h4,
.node--type-blog-author.node--view-mode-teaser .field--name-body h5,
.node--type-blog-author.node--view-mode-teaser .field--name-body h6,
.node--type-staff.node--view-mode-teaser .field--name-body p,
.node--type-staff.node--view-mode-teaser .field--name-body h1,
.node--type-staff.node--view-mode-teaser .field--name-body h2,
.node--type-staff.node--view-mode-teaser .field--name-body h3,
.node--type-staff.node--view-mode-teaser .field--name-body h4,
.node--type-staff.node--view-mode-teaser .field--name-body h5,
.node--type-staff.node--view-mode-teaser .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-author.node--view-mode-teaser .read-more,
.node--type-blog-author.node--view-mode-teaser .read-more,
.node--type-staff.node--view-mode-teaser .read-more {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.node--type-author.node--view-mode-teaser .read-more p, .node--type-author.node--view-mode-teaser .read-more h1, .node--type-author.node--view-mode-teaser .read-more h2, .node--type-author.node--view-mode-teaser .read-more h3, .node--type-author.node--view-mode-teaser .read-more h4, .node--type-author.node--view-mode-teaser .read-more h5, .node--type-author.node--view-mode-teaser .read-more h6,
.node--type-blog-author.node--view-mode-teaser .read-more p,
.node--type-blog-author.node--view-mode-teaser .read-more h1,
.node--type-blog-author.node--view-mode-teaser .read-more h2,
.node--type-blog-author.node--view-mode-teaser .read-more h3,
.node--type-blog-author.node--view-mode-teaser .read-more h4,
.node--type-blog-author.node--view-mode-teaser .read-more h5,
.node--type-blog-author.node--view-mode-teaser .read-more h6,
.node--type-staff.node--view-mode-teaser .read-more p,
.node--type-staff.node--view-mode-teaser .read-more h1,
.node--type-staff.node--view-mode-teaser .read-more h2,
.node--type-staff.node--view-mode-teaser .read-more h3,
.node--type-staff.node--view-mode-teaser .read-more h4,
.node--type-staff.node--view-mode-teaser .read-more h5,
.node--type-staff.node--view-mode-teaser .read-more h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-author.node--view-mode-teaser .read-more a,
.node--type-blog-author.node--view-mode-teaser .read-more a,
.node--type-staff.node--view-mode-teaser .read-more a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.node--type-author.node--view-mode-full.has-hero .hero-wrapper {
  position: relative;
}
.node--type-author.node--view-mode-full.has-hero .field--name-field-author-hero-image {
  display: none;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full.has-hero .field--name-field-author-hero-image {
    display: block;
  }
  .node--type-author.node--view-mode-full.has-hero .hero-wrapper .field--name-field-author-image {
    display: none;
  }
  .node--type-author.node--view-mode-full.has-hero .page-title h1 {
    font-family: "SentinelSSm", var(--bs-font-serif);
    font-weight: 400;
    line-height: 1;
    margin: 0.25em 0 0.625em -0.05em;
    font-size: 3.125rem;
    text-align: left;
    margin-bottom: 0.25em;
    line-height: 1;
    text-align: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .node--type-author.node--view-mode-full.has-hero .page-title h1 {
    font-size: 4rem;
    max-width: 25%;
    text-align: left;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .node--type-author.node--view-mode-full.has-hero .page-title h1 {
    font-size: 5rem;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full.has-hero .group-header-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-left .group-author-text {
    padding-left: 0;
  }
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-right .group-header {
    justify-content: flex-end;
  }
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-right .group-author-text {
    padding-left: 0;
    flex-basis: 45%;
  }
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-white .group-author-text h1,
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-white .group-author-text a {
    color: #fff;
  }
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-white .group-author-text .field--name-field-social-links a {
    background-color: #fff;
  }
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-grey .group-author-text h1,
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-grey .group-author-text a {
    color: #a1a1a1;
  }
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-grey .group-author-text .field--name-field-social-links a {
    background-color: #a1a1a1;
  }
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-black .group-author-text h1,
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-black .group-author-text a {
    color: #000;
  }
  .node--type-author.node--view-mode-full.has-hero.author-hero-text-black .group-author-text .field--name-field-social-links a {
    background-color: #000;
  }
}
.node--type-author.node--view-mode-full .group-author-titles {
  padding: 6rem 0;
  background: linear-gradient(to bottom, #ffffff 70%, #f2f2f2 100%);
}
.node--type-author.node--view-mode-full .group-author-titles .block {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.node--type-author.node--view-mode-full .group-author-titles .block > h2 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
}
.node--type-author.node--view-mode-full .group-author-titles .block > h2:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.node--type-author.node--view-mode-full .group-author-titles .block + .block {
  margin-top: 4.5rem;
}
.node--type-author.node--view-mode-full .group-author-titles .block + .block:first-child {
  margin-top: 0;
}
.node--type-author.node--view-mode-full .block-views-blockrelated-media-related-media-node-block {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
.node--type-author.node--view-mode-full .block-views-blockrelated-media-related-media-node-block > h2 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
}
.node--type-author.node--view-mode-full .block-views-blockrelated-media-related-media-node-block > h2:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.node--type-author.node--view-mode-full .author-submit-qa {
  background-color: #464C59;
}
.node--type-author.node--view-mode-full .author-submit-qa > .inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.375rem;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .author-submit-qa > .inner {
    flex-direction: row;
    align-items: center;
  }
}
.node--type-author.node--view-mode-full .author-submit-qa p {
  font-weight: 200;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.node--type-author.node--view-mode-full .author-submit-qa p a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
  font-size: 0.8125rem;
  width: 100%;
  display: inline-block;
  background-color: #5B6F80;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .author-submit-qa p a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .author-submit-qa p a {
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .author-submit-qa p a {
    font-size: 1.25rem;
    width: auto;
  }
}
.node--type-author.node--view-mode-full .author-submit-qa .button {
  margin: 0;
}
.node--type-author.node--view-mode-full .group-author-bottom {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 3rem 0;
}
.node--type-author.node--view-mode-full .group-author-bottom > h2 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
}
.node--type-author.node--view-mode-full .group-author-bottom > h2:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.node--type-author.node--view-mode-full .group-author-bottom > h2:after {
  display: none;
}
.node--type-author.node--view-mode-full .group-author-bottom > .inner {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .group-author-bottom > .inner {
    display: flex;
  }
  .node--type-author.node--view-mode-full .group-author-bottom > .inner:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    border-left: 1px solid #000;
  }
}
.node--type-author.node--view-mode-full .group-author-bottom .bottom-first {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-full .group-author-bottom .bottom-first {
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 3rem;
  }
  .node--type-author.node--view-mode-full .group-author-bottom .bottom-second {
    flex: 1 1 50%;
    max-width: 50%;
    padding-left: 3rem;
  }
}
@media (min-width: 992px) {
  .node--type-author.node--view-mode-full .group-author-bottom .bottom-first {
    padding-right: 6rem;
  }
  .node--type-author.node--view-mode-full .group-author-bottom .bottom-second {
    padding-left: 6rem;
  }
}

.node--type-blog-post.node--view-mode-full {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  max-width: 40em;
}
.node--type-blog-post.node--view-mode-full .field--name-field-blog-categories {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.node--type-blog-post.node--view-mode-full > h1 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  line-height: 1;
  margin: 0.25em 0 0.625em -0.05em;
  font-size: 3.125rem;
  text-align: left;
  margin-bottom: 0.25em;
}
.node--type-blog-post.node--view-mode-full .blog-author-and-date {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
  font-weight: 700;
  color: #5B6F80;
  margin-bottom: 2.5em;
}
.node--type-blog-post.node--view-mode-full .blog-author-and-date p, .node--type-blog-post.node--view-mode-full .blog-author-and-date h1, .node--type-blog-post.node--view-mode-full .blog-author-and-date h2, .node--type-blog-post.node--view-mode-full .blog-author-and-date h3, .node--type-blog-post.node--view-mode-full .blog-author-and-date h4, .node--type-blog-post.node--view-mode-full .blog-author-and-date h5, .node--type-blog-post.node--view-mode-full .blog-author-and-date h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-blog-post.node--view-mode-full .field--name-body {
  --flow-space: calc(var(--bs-spacer) * 1.5);
  line-height: 1.6;
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.node--type-blog-post.node--view-mode-full .field--name-body > * + * {
  margin-block-start: var(--flow-space, var(--bs-spacer));
}
.node--type-blog-post.node--view-mode-full .field--name-body :is(h2 + *, h3 + *, h4 + *) {
  --flow-space: var(--bs-spacer);
}
.node--type-blog-post.node--view-mode-full .field--name-body ol, .node--type-blog-post.node--view-mode-full .field--name-body ul {
  margin-left: 2em;
}
.node--type-blog-post.node--view-mode-full .field--name-body ol li > ol, .node--type-blog-post.node--view-mode-full .field--name-body ol li > ul, .node--type-blog-post.node--view-mode-full .field--name-body ul li > ol, .node--type-blog-post.node--view-mode-full .field--name-body ul li > ul {
  margin-block-start: var(--flow-space, var(--bs-spacer));
}
.node--type-blog-post.node--view-mode-full .field--name-body ol li + li, .node--type-blog-post.node--view-mode-full .field--name-body ul li + li {
  margin-block-start: var(--flow-space, var(--bs-spacer));
}
.node--type-blog-post.node--view-mode-full .field--name-body ul {
  list-style: disc;
}
.node--type-blog-post.node--view-mode-full .field--name-body ol {
  list-style: decimal;
}
.node--type-blog-post.node--view-mode-full .field--name-body article.media {
  width: 100%;
}
.node--type-blog-post.node--view-mode-full .field--name-body article.media img {
  width: 100%;
}
.node--type-blog-post.node--view-mode-full .field--name-body article.media.media--view-mode-image-full {
  margin-bottom: 3em;
}
@media (min-width: 576px) {
  .node--type-blog-post.node--view-mode-full .field--name-body article.media.media--view-mode-image-half {
    width: 50%;
  }
}
.node--type-blog-post.node--view-mode-full .field--name-body p, .node--type-blog-post.node--view-mode-full .field--name-body h1, .node--type-blog-post.node--view-mode-full .field--name-body h2, .node--type-blog-post.node--view-mode-full .field--name-body h3, .node--type-blog-post.node--view-mode-full .field--name-body h4, .node--type-blog-post.node--view-mode-full .field--name-body h5, .node--type-blog-post.node--view-mode-full .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-blog-post.node--view-mode-full .field--name-field-related-authors,
.node--type-blog-post.node--view-mode-full .field--name-field-related-books,
.node--type-blog-post.node--view-mode-full .field--name-field-related-events,
.node--type-blog-post.node--view-mode-full .field--name-field-blog-author {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.node--type-blog-post.node--view-mode-full .field--name-field-related-authors {
  text-align: center;
}
@media (min-width: 992px) {
  .node--type-blog-post.node--view-mode-full .field--name-field-related-authors {
    text-align: left;
  }
}

.node--type-blog-post.node--view-mode-teaser > .node__content > h2 {
  font-size: 2.25rem;
  line-height: 1.05;
  font-family: "SentinelSSm", var(--bs-font-serif);
  color: #353434;
  font-weight: 400;
  margin: 0 0 0 -0.06em;
}
.node--type-blog-post.node--view-mode-teaser > .node__content > h2 a {
  font-weight: 400;
  color: #353434;
  text-decoration: none;
}
.node--type-blog-post.node--view-mode-teaser .field--name-field-blog-categories h4 {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
  font-weight: 300;
}
.node--type-blog-post.node--view-mode-teaser .related-item > article {
  float: left;
  max-width: 7em;
  margin: 0 1em 1em 0;
}
.node--type-blog-post.node--view-mode-teaser .blog-author-and-date {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
  font-weight: 700;
  margin: 0.5em 0 0.75em;
}
.node--type-blog-post.node--view-mode-teaser .blog-author-and-date p, .node--type-blog-post.node--view-mode-teaser .blog-author-and-date h1, .node--type-blog-post.node--view-mode-teaser .blog-author-and-date h2, .node--type-blog-post.node--view-mode-teaser .blog-author-and-date h3, .node--type-blog-post.node--view-mode-teaser .blog-author-and-date h4, .node--type-blog-post.node--view-mode-teaser .blog-author-and-date h5, .node--type-blog-post.node--view-mode-teaser .blog-author-and-date h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-blog-post.node--view-mode-teaser .blog-author-and-date * {
  display: inline;
}
.node--type-blog-post.node--view-mode-teaser .field--name-body {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.node--type-blog-post.node--view-mode-teaser .field--name-body p, .node--type-blog-post.node--view-mode-teaser .field--name-body h1, .node--type-blog-post.node--view-mode-teaser .field--name-body h2, .node--type-blog-post.node--view-mode-teaser .field--name-body h3, .node--type-blog-post.node--view-mode-teaser .field--name-body h4, .node--type-blog-post.node--view-mode-teaser .field--name-body h5, .node--type-blog-post.node--view-mode-teaser .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-blog-post.node--view-mode-teaser .field--name-body h1, .node--type-blog-post.node--view-mode-teaser .field--name-body h2, .node--type-blog-post.node--view-mode-teaser .field--name-body h3, .node--type-blog-post.node--view-mode-teaser .field--name-body h4, .node--type-blog-post.node--view-mode-teaser .field--name-body h5, .node--type-blog-post.node--view-mode-teaser .field--name-body h6 {
  font-size: 1em;
  line-height: inherit;
  margin: 0;
}
.node--type-blog-post.node--view-mode-teaser .field--name-body .media {
  display: none;
}
.node--type-blog-post.node--view-mode-teaser .node__links {
  margin-top: 1.5rem;
}
.node--type-blog-post.node--view-mode-teaser .node__links li {
  padding: 0;
}
.node--type-blog-post.node--view-mode-teaser .node__links a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  font-size: 0.75rem !important;
}
@media (min-width: 768px) {
  .node--type-blog-post.node--view-mode-teaser .node__links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}

.node--type-event.node--view-mode-list > .node__content {
  width: 100%;
}
.node--type-event.node--view-mode-list > .node__content .event--date {
  margin-bottom: 0.5rem;
  padding-top: 0.75rem;
}
.node--type-event.node--view-mode-list > .node__content .event--location {
  margin-top: 1rem;
}
.node--type-event.node--view-mode-list > .node__content .event--image {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .node--type-event.node--view-mode-list > .node__content {
    display: flex;
  }
  .node--type-event.node--view-mode-list > .node__content .event--date,
  .node--type-event.node--view-mode-list > .node__content .event--image,
  .node--type-event.node--view-mode-list > .node__content .event--summary,
  .node--type-event.node--view-mode-list > .node__content .event--location {
    padding: 1.5rem 1rem 2rem 1rem;
    vertical-align: top;
    text-align: left;
  }
  .node--type-event.node--view-mode-list > .node__content .event--date {
    flex-basis: 10%;
    text-align: center;
    margin-bottom: 0;
  }
  .node--type-event.node--view-mode-list > .node__content .event--image {
    flex-basis: 15%;
    margin-bottom: 0;
  }
  .node--type-event.node--view-mode-list > .node__content .event--summary {
    flex-basis: 47%;
  }
  .node--type-event.node--view-mode-list > .node__content .event--location {
    flex-basis: 28%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .node--type-event.node--view-mode-list > .node__content .event--date,
  .node--type-event.node--view-mode-list > .node__content .event--image,
  .node--type-event.node--view-mode-list > .node__content .event--summary,
  .node--type-event.node--view-mode-list > .node__content .event--location {
    padding: 1.5rem 1.25rem 2rem 1.25rem;
  }
  .node--type-event.node--view-mode-list > .node__content .event--image {
    flex-basis: 14%;
  }
  .node--type-event.node--view-mode-list > .node__content .event--summary {
    flex-basis: 52%;
  }
  .node--type-event.node--view-mode-list > .node__content .event--location {
    flex-basis: 24%;
  }
}
.node--type-event.node--view-mode-list > .node__content .event--date {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .node--type-event.node--view-mode-list > .node__content .event--date {
    display: block;
  }
}
.node--type-event.node--view-mode-list > .node__content .event--date .day-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.node--type-event.node--view-mode-list > .node__content .event--date .day-name a {
  color: #7993A5;
}
.node--type-event.node--view-mode-list > .node__content .event--date .day-of-month {
  font-size: 2.5rem;
  font-weight: 200;
  letter-spacing: -0.05em;
  margin-left: -0.08em;
  line-height: 1;
}
@media (min-width: 768px) {
  .node--type-event.node--view-mode-list > .node__content .event--date .day-of-month {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .node--type-event.node--view-mode-list > .node__content .event--date .day-of-month {
    font-size: 4.375rem;
  }
}
.node--type-event.node--view-mode-list > .node__content .event--date .time {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 200;
}
.node--type-event.node--view-mode-list > .node__content .event--date .time a {
  color: #7993A5;
}
.node--type-event.node--view-mode-list > .node__content .event--summary > h2 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.375em;
}
.node--type-event.node--view-mode-list > .node__content .event--summary > h2 a {
  color: #7993A5;
}
.node--type-event.node--view-mode-list > .node__content .event--summary > h2 a {
  color: #353434;
  text-decoration: none;
}
.node--type-event.node--view-mode-list > .node__content .event--summary .field--name-body {
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}
.node--type-event.node--view-mode-list > .node__content .event--summary .field--name-body p, .node--type-event.node--view-mode-list > .node__content .event--summary .field--name-body h1, .node--type-event.node--view-mode-list > .node__content .event--summary .field--name-body h2, .node--type-event.node--view-mode-list > .node__content .event--summary .field--name-body h3, .node--type-event.node--view-mode-list > .node__content .event--summary .field--name-body h4, .node--type-event.node--view-mode-list > .node__content .event--summary .field--name-body h5, .node--type-event.node--view-mode-list > .node__content .event--summary .field--name-body h6 {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
.node--type-event.node--view-mode-list > .node__content .event--summary .field--name-field-admission,
.node--type-event.node--view-mode-list > .node__content .event--summary .field--name-field-event-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-block;
}
.node--type-event.node--view-mode-list > .node__content .event--summary .field--name-field-admission a,
.node--type-event.node--view-mode-list > .node__content .event--summary .field--name-field-event-link a {
  color: #7993A5;
}
.node--type-event.node--view-mode-list > .node__content .event--summary .field--name-field-admission .field__item,
.node--type-event.node--view-mode-list > .node__content .event--summary .field--name-field-event-link .field__item {
  display: inline-block;
}
.node--type-event.node--view-mode-list > .node__content .event--summary .field--name-field-admission {
  font-weight: 300;
}
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-online,
.node--type-event.node--view-mode-list > .node__content .event--location .city-state {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.375em;
}
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-online a,
.node--type-event.node--view-mode-list > .node__content .event--location .city-state a {
  color: #7993A5;
}
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-location,
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-phone {
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.02em;
}
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-location p, .node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-location h1, .node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-location h2, .node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-location h3, .node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-location h4, .node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-location h5, .node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-location h6,
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-phone p,
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-phone h1,
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-phone h2,
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-phone h3,
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-phone h4,
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-phone h5,
.node--type-event.node--view-mode-list > .node__content .event--location .field--name-field-event-phone h6 {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}

.page-node-type-event main {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  max-width: 40em;
}

.node--type-event.node--view-mode-full .group-summary {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
  font-weight: 700;
}
.node--type-event.node--view-mode-full .group-summary p, .node--type-event.node--view-mode-full .group-summary h1, .node--type-event.node--view-mode-full .group-summary h2, .node--type-event.node--view-mode-full .group-summary h3, .node--type-event.node--view-mode-full .group-summary h4, .node--type-event.node--view-mode-full .group-summary h5, .node--type-event.node--view-mode-full .group-summary h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-event.node--view-mode-full > .node__content > .field--name-body {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 2.5em;
  margin-top: 2.5em;
}
.node--type-event.node--view-mode-full > .node__content > .field--name-body p, .node--type-event.node--view-mode-full > .node__content > .field--name-body h1, .node--type-event.node--view-mode-full > .node__content > .field--name-body h2, .node--type-event.node--view-mode-full > .node__content > .field--name-body h3, .node--type-event.node--view-mode-full > .node__content > .field--name-body h4, .node--type-event.node--view-mode-full > .node__content > .field--name-body h5, .node--type-event.node--view-mode-full > .node__content > .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-event.node--view-mode-full .field--name-field-related-authors,
.node--type-event.node--view-mode-full .field--name-field-related-books {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.node--type-event.node--view-mode-full .field--name-field-event-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-block;
}
.node--type-event.node--view-mode-full .field--name-field-event-link a {
  color: #7993A5;
}
.node--type-event.node--view-mode-full .field--name-field-event-link .field__item {
  display: inline-block;
}

.node--type-event.node--view-mode-teaser {
  margin-bottom: 2rem;
}
.node--type-event.node--view-mode-teaser::after {
  display: block;
  clear: both;
  content: "";
}
.node--type-event.node--view-mode-teaser .event--image {
  float: left;
  width: 30%;
  padding-left: 1rem;
  padding-right: 2rem;
}
.node--type-event.node--view-mode-teaser > h2 {
  font-size: 2.125rem;
  line-height: 1;
  font-family: "SentinelSSm", var(--bs-font-serif);
  color: #353434;
  font-weight: 400;
  position: relative;
  left: -0.04em;
  margin: 0 0 0.125em 0;
}
.node--type-event.node--view-mode-teaser > h2 a {
  font-weight: 400;
  color: #353434;
  text-decoration: none;
}
.node--type-event.node--view-mode-teaser .location-and-date * {
  display: inline;
}
.node--type-event.node--view-mode-teaser .location-and-date,
.node--type-event.node--view-mode-teaser .field--name-body {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.node--type-event.node--view-mode-teaser .location-and-date p, .node--type-event.node--view-mode-teaser .location-and-date h1, .node--type-event.node--view-mode-teaser .location-and-date h2, .node--type-event.node--view-mode-teaser .location-and-date h3, .node--type-event.node--view-mode-teaser .location-and-date h4, .node--type-event.node--view-mode-teaser .location-and-date h5, .node--type-event.node--view-mode-teaser .location-and-date h6,
.node--type-event.node--view-mode-teaser .field--name-body p,
.node--type-event.node--view-mode-teaser .field--name-body h1,
.node--type-event.node--view-mode-teaser .field--name-body h2,
.node--type-event.node--view-mode-teaser .field--name-body h3,
.node--type-event.node--view-mode-teaser .field--name-body h4,
.node--type-event.node--view-mode-teaser .field--name-body h5,
.node--type-event.node--view-mode-teaser .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}

body.page-node-type-feature-page main {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  width: 100%;
}

body.path-frontpage .node--type-feature-page .field--name-field-content-rows > .field__item:nth-of-type(1) .paragraph--type--featured-node {
  background: linear-gradient(to bottom, #ffffff 70%, #f2f2f2 100%);
}
body.path-frontpage .node--type-feature-page .field--name-field-content-rows > .field__item:nth-of-type(3) .paragraph--type--node-list {
  background: linear-gradient(to bottom, #ffffff 70%, #f2f2f2 100%);
}

.node--type-author.node--view-mode-featured-node .field--name-field-author-image,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-image,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-image,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-image {
  margin-bottom: 1.5rem;
}
.node--type-author.node--view-mode-featured-node .field--name-field-author-image img,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-image img,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-image img,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-image img {
  border-radius: 50%;
  overflow: hidden;
  width: 14.5em;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-featured-node .field--name-field-author-image img,
  .node--type-author.node--view-mode-featured-node .field--name-field-staff-image img,
  .node--type-staff.node--view-mode-featured-node .field--name-field-author-image img,
  .node--type-staff.node--view-mode-featured-node .field--name-field-staff-image img {
    width: 11.5em;
  }
}
.node--type-author.node--view-mode-featured-node .node__content > h2,
.node--type-staff.node--view-mode-featured-node .node__content > h2 {
  font-size: 0.9375em;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #353434;
  letter-spacing: 0.04em;
  margin-bottom: 0.75em;
}
.node--type-author.node--view-mode-featured-node .node__content > h2 a,
.node--type-staff.node--view-mode-featured-node .node__content > h2 a {
  color: #353434;
  font-weight: 400;
  text-decoration: none;
}
.node--type-author.node--view-mode-featured-node .node__content > h2 a:hover,
.node--type-staff.node--view-mode-featured-node .node__content > h2 a:hover {
  color: #7993A5;
}
.node--type-author.node--view-mode-featured-node .field--name-body,
.node--type-author.node--view-mode-featured-node .field--name-field-author-tagline,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-title,
.node--type-staff.node--view-mode-featured-node .field--name-body,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-tagline,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-title {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.node--type-author.node--view-mode-featured-node .field--name-body p, .node--type-author.node--view-mode-featured-node .field--name-body h1, .node--type-author.node--view-mode-featured-node .field--name-body h2, .node--type-author.node--view-mode-featured-node .field--name-body h3, .node--type-author.node--view-mode-featured-node .field--name-body h4, .node--type-author.node--view-mode-featured-node .field--name-body h5, .node--type-author.node--view-mode-featured-node .field--name-body h6,
.node--type-author.node--view-mode-featured-node .field--name-field-author-tagline p,
.node--type-author.node--view-mode-featured-node .field--name-field-author-tagline h1,
.node--type-author.node--view-mode-featured-node .field--name-field-author-tagline h2,
.node--type-author.node--view-mode-featured-node .field--name-field-author-tagline h3,
.node--type-author.node--view-mode-featured-node .field--name-field-author-tagline h4,
.node--type-author.node--view-mode-featured-node .field--name-field-author-tagline h5,
.node--type-author.node--view-mode-featured-node .field--name-field-author-tagline h6,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-title p,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-title h1,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-title h2,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-title h3,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-title h4,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-title h5,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-title h6,
.node--type-staff.node--view-mode-featured-node .field--name-body p,
.node--type-staff.node--view-mode-featured-node .field--name-body h1,
.node--type-staff.node--view-mode-featured-node .field--name-body h2,
.node--type-staff.node--view-mode-featured-node .field--name-body h3,
.node--type-staff.node--view-mode-featured-node .field--name-body h4,
.node--type-staff.node--view-mode-featured-node .field--name-body h5,
.node--type-staff.node--view-mode-featured-node .field--name-body h6,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-tagline p,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-tagline h1,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-tagline h2,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-tagline h3,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-tagline h4,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-tagline h5,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-tagline h6,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-title p,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-title h1,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-title h2,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-title h3,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-title h4,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-title h5,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-title h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-author.node--view-mode-featured-node .field--name-body:after,
.node--type-author.node--view-mode-featured-node .field--name-field-author-tagline:after,
.node--type-author.node--view-mode-featured-node .field--name-field-staff-title:after,
.node--type-staff.node--view-mode-featured-node .field--name-body:after,
.node--type-staff.node--view-mode-featured-node .field--name-field-author-tagline:after,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-title:after {
  content: "";
  display: block;
  width: 5em;
  border-top: 1px solid #000;
  margin: 1.5em 0 6em 0;
}
.node--type-author.node--view-mode-featured-node .field--name-field-pronouns,
.node--type-staff.node--view-mode-featured-node .field--name-field-pronouns {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
  font-style: italic;
}
.node--type-author.node--view-mode-featured-node .field--name-field-pronouns p, .node--type-author.node--view-mode-featured-node .field--name-field-pronouns h1, .node--type-author.node--view-mode-featured-node .field--name-field-pronouns h2, .node--type-author.node--view-mode-featured-node .field--name-field-pronouns h3, .node--type-author.node--view-mode-featured-node .field--name-field-pronouns h4, .node--type-author.node--view-mode-featured-node .field--name-field-pronouns h5, .node--type-author.node--view-mode-featured-node .field--name-field-pronouns h6,
.node--type-staff.node--view-mode-featured-node .field--name-field-pronouns p,
.node--type-staff.node--view-mode-featured-node .field--name-field-pronouns h1,
.node--type-staff.node--view-mode-featured-node .field--name-field-pronouns h2,
.node--type-staff.node--view-mode-featured-node .field--name-field-pronouns h3,
.node--type-staff.node--view-mode-featured-node .field--name-field-pronouns h4,
.node--type-staff.node--view-mode-featured-node .field--name-field-pronouns h5,
.node--type-staff.node--view-mode-featured-node .field--name-field-pronouns h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.node--type-author.node--view-mode-featured-node .field--name-field-staff-title:after,
.node--type-staff.node--view-mode-featured-node .field--name-field-staff-title:after {
  display: none;
}
.node--type-author.node--view-mode-featured-node .node__links li,
.node--type-staff.node--view-mode-featured-node .node__links li {
  padding: 0;
}
.node--type-author.node--view-mode-featured-node .node__links a,
.node--type-staff.node--view-mode-featured-node .node__links a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  font-size: 0.875em !important;
}
@media (min-width: 768px) {
  .node--type-author.node--view-mode-featured-node .node__links a,
  .node--type-staff.node--view-mode-featured-node .node__links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}

body.page-node-type-page-builder main {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.node--type-page .field--name-body {
  --flow-space: calc(var(--bs-spacer) * 1.5);
  line-height: 1.6;
}
.node--type-page .field--name-body > * + * {
  margin-block-start: var(--flow-space, var(--bs-spacer));
}
.node--type-page .field--name-body :is(h2 + *, h3 + *, h4 + *) {
  --flow-space: var(--bs-spacer);
}
.node--type-page .field--name-body ol, .node--type-page .field--name-body ul {
  margin-left: 2em;
}
.node--type-page .field--name-body ol li > ol, .node--type-page .field--name-body ol li > ul, .node--type-page .field--name-body ul li > ol, .node--type-page .field--name-body ul li > ul {
  margin-block-start: var(--flow-space, var(--bs-spacer));
}
.node--type-page .field--name-body ol li + li, .node--type-page .field--name-body ul li + li {
  margin-block-start: var(--flow-space, var(--bs-spacer));
}
.node--type-page .field--name-body ul {
  list-style: disc;
}
.node--type-page .field--name-body ol {
  list-style: decimal;
}
.node--type-page .field--name-body article.media {
  width: 100%;
}
.node--type-page .field--name-body article.media img {
  width: 100%;
}
.node--type-page .field--name-body article.media.media--view-mode-image-full {
  margin-bottom: 3em;
}
@media (min-width: 576px) {
  .node--type-page .field--name-body article.media.media--view-mode-image-half {
    width: 50%;
  }
}

.node--type-reading-list .field--name-field-reading-list-books {
  display: grid;
}
@media (min-width: 576px) {
  .node--type-reading-list .field--name-field-reading-list-books {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.75rem));
    gap: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .node--type-reading-list .field--name-field-reading-list-books {
    grid-template-columns: repeat(3, calc(33.3333333333% - 1rem));
  }
}
@media (min-width: 992px) {
  .node--type-reading-list .field--name-field-reading-list-books {
    grid-template-columns: repeat(5, calc(20% - 1.2rem));
  }
}
.node--type-reading-list .field--name-field-reading-list-books .field__item {
  margin-bottom: 1.5rem;
}

.page-node-type-author .messages, .page-node-type-author .tabs,
.page-node-type-feature-page .messages,
.page-node-type-feature-page .tabs,
.page-node-type-page-builder .messages,
.page-node-type-page-builder .tabs,
.page-node-type-staff .messages,
.page-node-type-staff .tabs {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}

.node.node--view-mode-search-result > .node__content,
.node.node--view-mode-search-result > .product__content,
.commerce-product.commerce-product--view-mode-search-result > .node__content,
.commerce-product.commerce-product--view-mode-search-result > .product__content {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .node.node--view-mode-search-result > .node__content,
  .node.node--view-mode-search-result > .product__content,
  .commerce-product.commerce-product--view-mode-search-result > .node__content,
  .commerce-product.commerce-product--view-mode-search-result > .product__content {
    flex-direction: row;
  }
}
.node.node--view-mode-search-result > .node__content .group-image,
.node.node--view-mode-search-result > .product__content .group-image,
.commerce-product.commerce-product--view-mode-search-result > .node__content .group-image,
.commerce-product.commerce-product--view-mode-search-result > .product__content .group-image {
  flex: 0 0 25%;
}
.node.node--view-mode-search-result > .node__content .group-content .field--name-title > h2,
.node.node--view-mode-search-result > .node__content .group-content > h2,
.node.node--view-mode-search-result > .product__content .group-content .field--name-title > h2,
.node.node--view-mode-search-result > .product__content .group-content > h2,
.commerce-product.commerce-product--view-mode-search-result > .node__content .group-content .field--name-title > h2,
.commerce-product.commerce-product--view-mode-search-result > .node__content .group-content > h2,
.commerce-product.commerce-product--view-mode-search-result > .product__content .group-content .field--name-title > h2,
.commerce-product.commerce-product--view-mode-search-result > .product__content .group-content > h2 {
  font-size: 2.25rem;
  line-height: 1.05;
  font-family: "SentinelSSm", var(--bs-font-serif);
  color: #353434;
  font-weight: 400;
  margin: 0 0 0.125em;
  line-height: 1.05;
}
.node.node--view-mode-search-result > .node__content .group-content .field--name-title > h2 a,
.node.node--view-mode-search-result > .node__content .group-content > h2 a,
.node.node--view-mode-search-result > .product__content .group-content .field--name-title > h2 a,
.node.node--view-mode-search-result > .product__content .group-content > h2 a,
.commerce-product.commerce-product--view-mode-search-result > .node__content .group-content .field--name-title > h2 a,
.commerce-product.commerce-product--view-mode-search-result > .node__content .group-content > h2 a,
.commerce-product.commerce-product--view-mode-search-result > .product__content .group-content .field--name-title > h2 a,
.commerce-product.commerce-product--view-mode-search-result > .product__content .group-content > h2 a {
  font-weight: 400;
  color: #353434;
  text-decoration: none;
}
.node.node--view-mode-search-result > .node__content .field--name-field-author-image img,
.node.node--view-mode-search-result > .node__content .field--name-field-staff-image img,
.node.node--view-mode-search-result > .product__content .field--name-field-author-image img,
.node.node--view-mode-search-result > .product__content .field--name-field-staff-image img,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-author-image img,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-staff-image img,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-author-image img,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-staff-image img {
  border-radius: 50%;
  overflow: hidden;
}
.node.node--view-mode-search-result > .node__content .field--name-field-blog-categories,
.node.node--view-mode-search-result > .node__content .field--name-field-genre,
.node.node--view-mode-search-result > .product__content .field--name-field-blog-categories,
.node.node--view-mode-search-result > .product__content .field--name-field-genre,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-blog-categories,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-genre,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-blog-categories,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-genre {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 0.875em;
  margin-bottom: 0.25em;
}
.node.node--view-mode-search-result > .node__content .field--name-field-author,
.node.node--view-mode-search-result > .node__content .field--name-location-and-date,
.node.node--view-mode-search-result > .node__content .field--name-field-blog-author,
.node.node--view-mode-search-result > .product__content .field--name-field-author,
.node.node--view-mode-search-result > .product__content .field--name-location-and-date,
.node.node--view-mode-search-result > .product__content .field--name-field-blog-author,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-author,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-location-and-date,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-blog-author,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-author,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-location-and-date,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-blog-author {
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.node.node--view-mode-search-result > .node__content .field--name-field-author p, .node.node--view-mode-search-result > .node__content .field--name-field-author h1, .node.node--view-mode-search-result > .node__content .field--name-field-author h2, .node.node--view-mode-search-result > .node__content .field--name-field-author h3, .node.node--view-mode-search-result > .node__content .field--name-field-author h4, .node.node--view-mode-search-result > .node__content .field--name-field-author h5, .node.node--view-mode-search-result > .node__content .field--name-field-author h6,
.node.node--view-mode-search-result > .node__content .field--name-location-and-date p,
.node.node--view-mode-search-result > .node__content .field--name-location-and-date h1,
.node.node--view-mode-search-result > .node__content .field--name-location-and-date h2,
.node.node--view-mode-search-result > .node__content .field--name-location-and-date h3,
.node.node--view-mode-search-result > .node__content .field--name-location-and-date h4,
.node.node--view-mode-search-result > .node__content .field--name-location-and-date h5,
.node.node--view-mode-search-result > .node__content .field--name-location-and-date h6,
.node.node--view-mode-search-result > .node__content .field--name-field-blog-author p,
.node.node--view-mode-search-result > .node__content .field--name-field-blog-author h1,
.node.node--view-mode-search-result > .node__content .field--name-field-blog-author h2,
.node.node--view-mode-search-result > .node__content .field--name-field-blog-author h3,
.node.node--view-mode-search-result > .node__content .field--name-field-blog-author h4,
.node.node--view-mode-search-result > .node__content .field--name-field-blog-author h5,
.node.node--view-mode-search-result > .node__content .field--name-field-blog-author h6,
.node.node--view-mode-search-result > .product__content .field--name-field-author p,
.node.node--view-mode-search-result > .product__content .field--name-field-author h1,
.node.node--view-mode-search-result > .product__content .field--name-field-author h2,
.node.node--view-mode-search-result > .product__content .field--name-field-author h3,
.node.node--view-mode-search-result > .product__content .field--name-field-author h4,
.node.node--view-mode-search-result > .product__content .field--name-field-author h5,
.node.node--view-mode-search-result > .product__content .field--name-field-author h6,
.node.node--view-mode-search-result > .product__content .field--name-location-and-date p,
.node.node--view-mode-search-result > .product__content .field--name-location-and-date h1,
.node.node--view-mode-search-result > .product__content .field--name-location-and-date h2,
.node.node--view-mode-search-result > .product__content .field--name-location-and-date h3,
.node.node--view-mode-search-result > .product__content .field--name-location-and-date h4,
.node.node--view-mode-search-result > .product__content .field--name-location-and-date h5,
.node.node--view-mode-search-result > .product__content .field--name-location-and-date h6,
.node.node--view-mode-search-result > .product__content .field--name-field-blog-author p,
.node.node--view-mode-search-result > .product__content .field--name-field-blog-author h1,
.node.node--view-mode-search-result > .product__content .field--name-field-blog-author h2,
.node.node--view-mode-search-result > .product__content .field--name-field-blog-author h3,
.node.node--view-mode-search-result > .product__content .field--name-field-blog-author h4,
.node.node--view-mode-search-result > .product__content .field--name-field-blog-author h5,
.node.node--view-mode-search-result > .product__content .field--name-field-blog-author h6,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-author p,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-author h1,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-author h2,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-author h3,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-author h4,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-author h5,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-author h6,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-location-and-date p,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-location-and-date h1,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-location-and-date h2,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-location-and-date h3,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-location-and-date h4,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-location-and-date h5,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-location-and-date h6,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-blog-author p,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-blog-author h1,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-blog-author h2,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-blog-author h3,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-blog-author h4,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-blog-author h5,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-blog-author h6,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-author p,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-author h1,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-author h2,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-author h3,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-author h4,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-author h5,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-author h6,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-location-and-date p,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-location-and-date h1,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-location-and-date h2,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-location-and-date h3,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-location-and-date h4,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-location-and-date h5,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-location-and-date h6,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-blog-author p,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-blog-author h1,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-blog-author h2,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-blog-author h3,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-blog-author h4,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-blog-author h5,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-blog-author h6 {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
.node.node--view-mode-search-result > .node__content .location-and-date *,
.node.node--view-mode-search-result > .product__content .location-and-date *,
.commerce-product.commerce-product--view-mode-search-result > .node__content .location-and-date *,
.commerce-product.commerce-product--view-mode-search-result > .product__content .location-and-date * {
  display: inline;
}
.node.node--view-mode-search-result > .node__content .field--search-api-excerpt,
.node.node--view-mode-search-result > .product__content .field--search-api-excerpt,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--search-api-excerpt,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--search-api-excerpt {
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.02em;
  margin-top: 1em;
}
.node.node--view-mode-search-result > .node__content .field--search-api-excerpt p, .node.node--view-mode-search-result > .node__content .field--search-api-excerpt h1, .node.node--view-mode-search-result > .node__content .field--search-api-excerpt h2, .node.node--view-mode-search-result > .node__content .field--search-api-excerpt h3, .node.node--view-mode-search-result > .node__content .field--search-api-excerpt h4, .node.node--view-mode-search-result > .node__content .field--search-api-excerpt h5, .node.node--view-mode-search-result > .node__content .field--search-api-excerpt h6,
.node.node--view-mode-search-result > .product__content .field--search-api-excerpt p,
.node.node--view-mode-search-result > .product__content .field--search-api-excerpt h1,
.node.node--view-mode-search-result > .product__content .field--search-api-excerpt h2,
.node.node--view-mode-search-result > .product__content .field--search-api-excerpt h3,
.node.node--view-mode-search-result > .product__content .field--search-api-excerpt h4,
.node.node--view-mode-search-result > .product__content .field--search-api-excerpt h5,
.node.node--view-mode-search-result > .product__content .field--search-api-excerpt h6,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--search-api-excerpt p,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--search-api-excerpt h1,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--search-api-excerpt h2,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--search-api-excerpt h3,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--search-api-excerpt h4,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--search-api-excerpt h5,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--search-api-excerpt h6,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--search-api-excerpt p,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--search-api-excerpt h1,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--search-api-excerpt h2,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--search-api-excerpt h3,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--search-api-excerpt h4,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--search-api-excerpt h5,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--search-api-excerpt h6 {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
.node.node--view-mode-search-result > .node__content .field--search-api-excerpt strong,
.node.node--view-mode-search-result > .product__content .field--search-api-excerpt strong,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--search-api-excerpt strong,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--search-api-excerpt strong {
  display: inline-block;
  background-color: rgba(199, 215, 224, 0.5);
  font-weight: 400;
  color: black;
}
.node.node--view-mode-search-result > .node__content .field--name-field-blog-tags,
.node.node--view-mode-search-result > .product__content .field--name-field-blog-tags,
.commerce-product.commerce-product--view-mode-search-result > .node__content .field--name-field-blog-tags,
.commerce-product.commerce-product--view-mode-search-result > .product__content .field--name-field-blog-tags {
  margin-top: 1rem;
}

article.profile .block > h2 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  font-size: 2rem;
  text-transform: capitalize;
  padding: 0;
  position: relative;
  margin-bottom: 0.5em;
}
article.profile .actions {
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
}
article.profile .actions p, article.profile .actions h1, article.profile .actions h2, article.profile .actions h3, article.profile .actions h4, article.profile .actions h5, article.profile .actions h6 {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
article.profile .actions a {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#commerce-payment-method-add-form,
#commerce-payment-method-credit-card-edit-form,
#profile-customer-address-book-add-form,
#profile-customer-address-book-edit-form,
#profile-shipping-address-book-add-form,
#profile-shipping-address-book-edit-form,
#user-form,
.commerce-order.commerce-order--view-mode-user,
.user-payment-methods,
.view-commerce-user-orders.view-display-id-order_page,
.view-my-licenses,
article.profile .milkweed--layout--one-column .block,
details.address-book__container {
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  #commerce-payment-method-add-form,
  #commerce-payment-method-credit-card-edit-form,
  #profile-customer-address-book-add-form,
  #profile-customer-address-book-edit-form,
  #profile-shipping-address-book-add-form,
  #profile-shipping-address-book-edit-form,
  #user-form,
  .commerce-order.commerce-order--view-mode-user,
  .user-payment-methods,
  .view-commerce-user-orders.view-display-id-order_page,
  .view-my-licenses,
  article.profile .milkweed--layout--one-column .block,
  details.address-book__container {
    padding: 2em;
  }
}
@media (min-width: 992px) {
  #commerce-payment-method-add-form,
  #commerce-payment-method-credit-card-edit-form,
  #profile-customer-address-book-add-form,
  #profile-customer-address-book-edit-form,
  #profile-shipping-address-book-add-form,
  #profile-shipping-address-book-edit-form,
  #user-form,
  .commerce-order.commerce-order--view-mode-user,
  .user-payment-methods,
  .view-commerce-user-orders.view-display-id-order_page,
  .view-my-licenses,
  article.profile .milkweed--layout--one-column .block,
  details.address-book__container {
    padding: 4rem;
  }
}
#commerce-payment-method-add-form .view-header,
#commerce-payment-method-add-form .more-link,
#commerce-payment-method-credit-card-edit-form .view-header,
#commerce-payment-method-credit-card-edit-form .more-link,
#profile-customer-address-book-add-form .view-header,
#profile-customer-address-book-add-form .more-link,
#profile-customer-address-book-edit-form .view-header,
#profile-customer-address-book-edit-form .more-link,
#profile-shipping-address-book-add-form .view-header,
#profile-shipping-address-book-add-form .more-link,
#profile-shipping-address-book-edit-form .view-header,
#profile-shipping-address-book-edit-form .more-link,
#user-form .view-header,
#user-form .more-link,
.commerce-order.commerce-order--view-mode-user .view-header,
.commerce-order.commerce-order--view-mode-user .more-link,
.user-payment-methods .view-header,
.user-payment-methods .more-link,
.view-commerce-user-orders.view-display-id-order_page .view-header,
.view-commerce-user-orders.view-display-id-order_page .more-link,
.view-my-licenses .view-header,
.view-my-licenses .more-link,
article.profile .milkweed--layout--one-column .block .view-header,
article.profile .milkweed--layout--one-column .block .more-link,
details.address-book__container .view-header,
details.address-book__container .more-link {
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
#commerce-payment-method-add-form .view-header p, #commerce-payment-method-add-form .view-header h1, #commerce-payment-method-add-form .view-header h2, #commerce-payment-method-add-form .view-header h3, #commerce-payment-method-add-form .view-header h4, #commerce-payment-method-add-form .view-header h5, #commerce-payment-method-add-form .view-header h6,
#commerce-payment-method-add-form .more-link p,
#commerce-payment-method-add-form .more-link h1,
#commerce-payment-method-add-form .more-link h2,
#commerce-payment-method-add-form .more-link h3,
#commerce-payment-method-add-form .more-link h4,
#commerce-payment-method-add-form .more-link h5,
#commerce-payment-method-add-form .more-link h6,
#commerce-payment-method-credit-card-edit-form .view-header p,
#commerce-payment-method-credit-card-edit-form .view-header h1,
#commerce-payment-method-credit-card-edit-form .view-header h2,
#commerce-payment-method-credit-card-edit-form .view-header h3,
#commerce-payment-method-credit-card-edit-form .view-header h4,
#commerce-payment-method-credit-card-edit-form .view-header h5,
#commerce-payment-method-credit-card-edit-form .view-header h6,
#commerce-payment-method-credit-card-edit-form .more-link p,
#commerce-payment-method-credit-card-edit-form .more-link h1,
#commerce-payment-method-credit-card-edit-form .more-link h2,
#commerce-payment-method-credit-card-edit-form .more-link h3,
#commerce-payment-method-credit-card-edit-form .more-link h4,
#commerce-payment-method-credit-card-edit-form .more-link h5,
#commerce-payment-method-credit-card-edit-form .more-link h6,
#profile-customer-address-book-add-form .view-header p,
#profile-customer-address-book-add-form .view-header h1,
#profile-customer-address-book-add-form .view-header h2,
#profile-customer-address-book-add-form .view-header h3,
#profile-customer-address-book-add-form .view-header h4,
#profile-customer-address-book-add-form .view-header h5,
#profile-customer-address-book-add-form .view-header h6,
#profile-customer-address-book-add-form .more-link p,
#profile-customer-address-book-add-form .more-link h1,
#profile-customer-address-book-add-form .more-link h2,
#profile-customer-address-book-add-form .more-link h3,
#profile-customer-address-book-add-form .more-link h4,
#profile-customer-address-book-add-form .more-link h5,
#profile-customer-address-book-add-form .more-link h6,
#profile-customer-address-book-edit-form .view-header p,
#profile-customer-address-book-edit-form .view-header h1,
#profile-customer-address-book-edit-form .view-header h2,
#profile-customer-address-book-edit-form .view-header h3,
#profile-customer-address-book-edit-form .view-header h4,
#profile-customer-address-book-edit-form .view-header h5,
#profile-customer-address-book-edit-form .view-header h6,
#profile-customer-address-book-edit-form .more-link p,
#profile-customer-address-book-edit-form .more-link h1,
#profile-customer-address-book-edit-form .more-link h2,
#profile-customer-address-book-edit-form .more-link h3,
#profile-customer-address-book-edit-form .more-link h4,
#profile-customer-address-book-edit-form .more-link h5,
#profile-customer-address-book-edit-form .more-link h6,
#profile-shipping-address-book-add-form .view-header p,
#profile-shipping-address-book-add-form .view-header h1,
#profile-shipping-address-book-add-form .view-header h2,
#profile-shipping-address-book-add-form .view-header h3,
#profile-shipping-address-book-add-form .view-header h4,
#profile-shipping-address-book-add-form .view-header h5,
#profile-shipping-address-book-add-form .view-header h6,
#profile-shipping-address-book-add-form .more-link p,
#profile-shipping-address-book-add-form .more-link h1,
#profile-shipping-address-book-add-form .more-link h2,
#profile-shipping-address-book-add-form .more-link h3,
#profile-shipping-address-book-add-form .more-link h4,
#profile-shipping-address-book-add-form .more-link h5,
#profile-shipping-address-book-add-form .more-link h6,
#profile-shipping-address-book-edit-form .view-header p,
#profile-shipping-address-book-edit-form .view-header h1,
#profile-shipping-address-book-edit-form .view-header h2,
#profile-shipping-address-book-edit-form .view-header h3,
#profile-shipping-address-book-edit-form .view-header h4,
#profile-shipping-address-book-edit-form .view-header h5,
#profile-shipping-address-book-edit-form .view-header h6,
#profile-shipping-address-book-edit-form .more-link p,
#profile-shipping-address-book-edit-form .more-link h1,
#profile-shipping-address-book-edit-form .more-link h2,
#profile-shipping-address-book-edit-form .more-link h3,
#profile-shipping-address-book-edit-form .more-link h4,
#profile-shipping-address-book-edit-form .more-link h5,
#profile-shipping-address-book-edit-form .more-link h6,
#user-form .view-header p,
#user-form .view-header h1,
#user-form .view-header h2,
#user-form .view-header h3,
#user-form .view-header h4,
#user-form .view-header h5,
#user-form .view-header h6,
#user-form .more-link p,
#user-form .more-link h1,
#user-form .more-link h2,
#user-form .more-link h3,
#user-form .more-link h4,
#user-form .more-link h5,
#user-form .more-link h6,
.commerce-order.commerce-order--view-mode-user .view-header p,
.commerce-order.commerce-order--view-mode-user .view-header h1,
.commerce-order.commerce-order--view-mode-user .view-header h2,
.commerce-order.commerce-order--view-mode-user .view-header h3,
.commerce-order.commerce-order--view-mode-user .view-header h4,
.commerce-order.commerce-order--view-mode-user .view-header h5,
.commerce-order.commerce-order--view-mode-user .view-header h6,
.commerce-order.commerce-order--view-mode-user .more-link p,
.commerce-order.commerce-order--view-mode-user .more-link h1,
.commerce-order.commerce-order--view-mode-user .more-link h2,
.commerce-order.commerce-order--view-mode-user .more-link h3,
.commerce-order.commerce-order--view-mode-user .more-link h4,
.commerce-order.commerce-order--view-mode-user .more-link h5,
.commerce-order.commerce-order--view-mode-user .more-link h6,
.user-payment-methods .view-header p,
.user-payment-methods .view-header h1,
.user-payment-methods .view-header h2,
.user-payment-methods .view-header h3,
.user-payment-methods .view-header h4,
.user-payment-methods .view-header h5,
.user-payment-methods .view-header h6,
.user-payment-methods .more-link p,
.user-payment-methods .more-link h1,
.user-payment-methods .more-link h2,
.user-payment-methods .more-link h3,
.user-payment-methods .more-link h4,
.user-payment-methods .more-link h5,
.user-payment-methods .more-link h6,
.view-commerce-user-orders.view-display-id-order_page .view-header p,
.view-commerce-user-orders.view-display-id-order_page .view-header h1,
.view-commerce-user-orders.view-display-id-order_page .view-header h2,
.view-commerce-user-orders.view-display-id-order_page .view-header h3,
.view-commerce-user-orders.view-display-id-order_page .view-header h4,
.view-commerce-user-orders.view-display-id-order_page .view-header h5,
.view-commerce-user-orders.view-display-id-order_page .view-header h6,
.view-commerce-user-orders.view-display-id-order_page .more-link p,
.view-commerce-user-orders.view-display-id-order_page .more-link h1,
.view-commerce-user-orders.view-display-id-order_page .more-link h2,
.view-commerce-user-orders.view-display-id-order_page .more-link h3,
.view-commerce-user-orders.view-display-id-order_page .more-link h4,
.view-commerce-user-orders.view-display-id-order_page .more-link h5,
.view-commerce-user-orders.view-display-id-order_page .more-link h6,
.view-my-licenses .view-header p,
.view-my-licenses .view-header h1,
.view-my-licenses .view-header h2,
.view-my-licenses .view-header h3,
.view-my-licenses .view-header h4,
.view-my-licenses .view-header h5,
.view-my-licenses .view-header h6,
.view-my-licenses .more-link p,
.view-my-licenses .more-link h1,
.view-my-licenses .more-link h2,
.view-my-licenses .more-link h3,
.view-my-licenses .more-link h4,
.view-my-licenses .more-link h5,
.view-my-licenses .more-link h6,
article.profile .milkweed--layout--one-column .block .view-header p,
article.profile .milkweed--layout--one-column .block .view-header h1,
article.profile .milkweed--layout--one-column .block .view-header h2,
article.profile .milkweed--layout--one-column .block .view-header h3,
article.profile .milkweed--layout--one-column .block .view-header h4,
article.profile .milkweed--layout--one-column .block .view-header h5,
article.profile .milkweed--layout--one-column .block .view-header h6,
article.profile .milkweed--layout--one-column .block .more-link p,
article.profile .milkweed--layout--one-column .block .more-link h1,
article.profile .milkweed--layout--one-column .block .more-link h2,
article.profile .milkweed--layout--one-column .block .more-link h3,
article.profile .milkweed--layout--one-column .block .more-link h4,
article.profile .milkweed--layout--one-column .block .more-link h5,
article.profile .milkweed--layout--one-column .block .more-link h6,
details.address-book__container .view-header p,
details.address-book__container .view-header h1,
details.address-book__container .view-header h2,
details.address-book__container .view-header h3,
details.address-book__container .view-header h4,
details.address-book__container .view-header h5,
details.address-book__container .view-header h6,
details.address-book__container .more-link p,
details.address-book__container .more-link h1,
details.address-book__container .more-link h2,
details.address-book__container .more-link h3,
details.address-book__container .more-link h4,
details.address-book__container .more-link h5,
details.address-book__container .more-link h6 {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
#commerce-payment-method-add-form .view-header a,
#commerce-payment-method-add-form .more-link a,
#commerce-payment-method-credit-card-edit-form .view-header a,
#commerce-payment-method-credit-card-edit-form .more-link a,
#profile-customer-address-book-add-form .view-header a,
#profile-customer-address-book-add-form .more-link a,
#profile-customer-address-book-edit-form .view-header a,
#profile-customer-address-book-edit-form .more-link a,
#profile-shipping-address-book-add-form .view-header a,
#profile-shipping-address-book-add-form .more-link a,
#profile-shipping-address-book-edit-form .view-header a,
#profile-shipping-address-book-edit-form .more-link a,
#user-form .view-header a,
#user-form .more-link a,
.commerce-order.commerce-order--view-mode-user .view-header a,
.commerce-order.commerce-order--view-mode-user .more-link a,
.user-payment-methods .view-header a,
.user-payment-methods .more-link a,
.view-commerce-user-orders.view-display-id-order_page .view-header a,
.view-commerce-user-orders.view-display-id-order_page .more-link a,
.view-my-licenses .view-header a,
.view-my-licenses .more-link a,
article.profile .milkweed--layout--one-column .block .view-header a,
article.profile .milkweed--layout--one-column .block .more-link a,
details.address-book__container .view-header a,
details.address-book__container .more-link a {
  text-transform: uppercase;
  color: #7993A5;
  font-weight: 600;
}
#commerce-payment-method-add-form .more-link,
#commerce-payment-method-credit-card-edit-form .more-link,
#profile-customer-address-book-add-form .more-link,
#profile-customer-address-book-edit-form .more-link,
#profile-shipping-address-book-add-form .more-link,
#profile-shipping-address-book-edit-form .more-link,
#user-form .more-link,
.commerce-order.commerce-order--view-mode-user .more-link,
.user-payment-methods .more-link,
.view-commerce-user-orders.view-display-id-order_page .more-link,
.view-my-licenses .more-link,
article.profile .milkweed--layout--one-column .block .more-link,
details.address-book__container .more-link {
  margin-top: 1rem;
}
#commerce-payment-method-add-form .field,
#commerce-payment-method-add-form .customer-information__shipping,
#commerce-payment-method-add-form .customer-billing,
#commerce-payment-method-credit-card-edit-form .field,
#commerce-payment-method-credit-card-edit-form .customer-information__shipping,
#commerce-payment-method-credit-card-edit-form .customer-billing,
#profile-customer-address-book-add-form .field,
#profile-customer-address-book-add-form .customer-information__shipping,
#profile-customer-address-book-add-form .customer-billing,
#profile-customer-address-book-edit-form .field,
#profile-customer-address-book-edit-form .customer-information__shipping,
#profile-customer-address-book-edit-form .customer-billing,
#profile-shipping-address-book-add-form .field,
#profile-shipping-address-book-add-form .customer-information__shipping,
#profile-shipping-address-book-add-form .customer-billing,
#profile-shipping-address-book-edit-form .field,
#profile-shipping-address-book-edit-form .customer-information__shipping,
#profile-shipping-address-book-edit-form .customer-billing,
#user-form .field,
#user-form .customer-information__shipping,
#user-form .customer-billing,
.commerce-order.commerce-order--view-mode-user .field,
.commerce-order.commerce-order--view-mode-user .customer-information__shipping,
.commerce-order.commerce-order--view-mode-user .customer-billing,
.user-payment-methods .field,
.user-payment-methods .customer-information__shipping,
.user-payment-methods .customer-billing,
.view-commerce-user-orders.view-display-id-order_page .field,
.view-commerce-user-orders.view-display-id-order_page .customer-information__shipping,
.view-commerce-user-orders.view-display-id-order_page .customer-billing,
.view-my-licenses .field,
.view-my-licenses .customer-information__shipping,
.view-my-licenses .customer-billing,
article.profile .milkweed--layout--one-column .block .field,
article.profile .milkweed--layout--one-column .block .customer-information__shipping,
article.profile .milkweed--layout--one-column .block .customer-billing,
details.address-book__container .field,
details.address-book__container .customer-information__shipping,
details.address-book__container .customer-billing {
  margin-bottom: 1rem;
}
#commerce-payment-method-add-form .field .field__item,
#commerce-payment-method-add-form .customer-information__shipping .field__item,
#commerce-payment-method-add-form .customer-billing .field__item,
#commerce-payment-method-credit-card-edit-form .field .field__item,
#commerce-payment-method-credit-card-edit-form .customer-information__shipping .field__item,
#commerce-payment-method-credit-card-edit-form .customer-billing .field__item,
#profile-customer-address-book-add-form .field .field__item,
#profile-customer-address-book-add-form .customer-information__shipping .field__item,
#profile-customer-address-book-add-form .customer-billing .field__item,
#profile-customer-address-book-edit-form .field .field__item,
#profile-customer-address-book-edit-form .customer-information__shipping .field__item,
#profile-customer-address-book-edit-form .customer-billing .field__item,
#profile-shipping-address-book-add-form .field .field__item,
#profile-shipping-address-book-add-form .customer-information__shipping .field__item,
#profile-shipping-address-book-add-form .customer-billing .field__item,
#profile-shipping-address-book-edit-form .field .field__item,
#profile-shipping-address-book-edit-form .customer-information__shipping .field__item,
#profile-shipping-address-book-edit-form .customer-billing .field__item,
#user-form .field .field__item,
#user-form .customer-information__shipping .field__item,
#user-form .customer-billing .field__item,
.commerce-order.commerce-order--view-mode-user .field .field__item,
.commerce-order.commerce-order--view-mode-user .customer-information__shipping .field__item,
.commerce-order.commerce-order--view-mode-user .customer-billing .field__item,
.user-payment-methods .field .field__item,
.user-payment-methods .customer-information__shipping .field__item,
.user-payment-methods .customer-billing .field__item,
.view-commerce-user-orders.view-display-id-order_page .field .field__item,
.view-commerce-user-orders.view-display-id-order_page .customer-information__shipping .field__item,
.view-commerce-user-orders.view-display-id-order_page .customer-billing .field__item,
.view-my-licenses .field .field__item,
.view-my-licenses .customer-information__shipping .field__item,
.view-my-licenses .customer-billing .field__item,
article.profile .milkweed--layout--one-column .block .field .field__item,
article.profile .milkweed--layout--one-column .block .customer-information__shipping .field__item,
article.profile .milkweed--layout--one-column .block .customer-billing .field__item,
details.address-book__container .field .field__item,
details.address-book__container .customer-information__shipping .field__item,
details.address-book__container .customer-billing .field__item {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}
#commerce-payment-method-add-form .field .field__item select,
#commerce-payment-method-add-form .customer-information__shipping .field__item select,
#commerce-payment-method-add-form .customer-billing .field__item select,
#commerce-payment-method-credit-card-edit-form .field .field__item select,
#commerce-payment-method-credit-card-edit-form .customer-information__shipping .field__item select,
#commerce-payment-method-credit-card-edit-form .customer-billing .field__item select,
#profile-customer-address-book-add-form .field .field__item select,
#profile-customer-address-book-add-form .customer-information__shipping .field__item select,
#profile-customer-address-book-add-form .customer-billing .field__item select,
#profile-customer-address-book-edit-form .field .field__item select,
#profile-customer-address-book-edit-form .customer-information__shipping .field__item select,
#profile-customer-address-book-edit-form .customer-billing .field__item select,
#profile-shipping-address-book-add-form .field .field__item select,
#profile-shipping-address-book-add-form .customer-information__shipping .field__item select,
#profile-shipping-address-book-add-form .customer-billing .field__item select,
#profile-shipping-address-book-edit-form .field .field__item select,
#profile-shipping-address-book-edit-form .customer-information__shipping .field__item select,
#profile-shipping-address-book-edit-form .customer-billing .field__item select,
#user-form .field .field__item select,
#user-form .customer-information__shipping .field__item select,
#user-form .customer-billing .field__item select,
.commerce-order.commerce-order--view-mode-user .field .field__item select,
.commerce-order.commerce-order--view-mode-user .customer-information__shipping .field__item select,
.commerce-order.commerce-order--view-mode-user .customer-billing .field__item select,
.user-payment-methods .field .field__item select,
.user-payment-methods .customer-information__shipping .field__item select,
.user-payment-methods .customer-billing .field__item select,
.view-commerce-user-orders.view-display-id-order_page .field .field__item select,
.view-commerce-user-orders.view-display-id-order_page .customer-information__shipping .field__item select,
.view-commerce-user-orders.view-display-id-order_page .customer-billing .field__item select,
.view-my-licenses .field .field__item select,
.view-my-licenses .customer-information__shipping .field__item select,
.view-my-licenses .customer-billing .field__item select,
article.profile .milkweed--layout--one-column .block .field .field__item select,
article.profile .milkweed--layout--one-column .block .customer-information__shipping .field__item select,
article.profile .milkweed--layout--one-column .block .customer-billing .field__item select,
details.address-book__container .field .field__item select,
details.address-book__container .customer-information__shipping .field__item select,
details.address-book__container .customer-billing .field__item select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
#commerce-payment-method-add-form .field .field__item a,
#commerce-payment-method-add-form .customer-information__shipping .field__item a,
#commerce-payment-method-add-form .customer-billing .field__item a,
#commerce-payment-method-credit-card-edit-form .field .field__item a,
#commerce-payment-method-credit-card-edit-form .customer-information__shipping .field__item a,
#commerce-payment-method-credit-card-edit-form .customer-billing .field__item a,
#profile-customer-address-book-add-form .field .field__item a,
#profile-customer-address-book-add-form .customer-information__shipping .field__item a,
#profile-customer-address-book-add-form .customer-billing .field__item a,
#profile-customer-address-book-edit-form .field .field__item a,
#profile-customer-address-book-edit-form .customer-information__shipping .field__item a,
#profile-customer-address-book-edit-form .customer-billing .field__item a,
#profile-shipping-address-book-add-form .field .field__item a,
#profile-shipping-address-book-add-form .customer-information__shipping .field__item a,
#profile-shipping-address-book-add-form .customer-billing .field__item a,
#profile-shipping-address-book-edit-form .field .field__item a,
#profile-shipping-address-book-edit-form .customer-information__shipping .field__item a,
#profile-shipping-address-book-edit-form .customer-billing .field__item a,
#user-form .field .field__item a,
#user-form .customer-information__shipping .field__item a,
#user-form .customer-billing .field__item a,
.commerce-order.commerce-order--view-mode-user .field .field__item a,
.commerce-order.commerce-order--view-mode-user .customer-information__shipping .field__item a,
.commerce-order.commerce-order--view-mode-user .customer-billing .field__item a,
.user-payment-methods .field .field__item a,
.user-payment-methods .customer-information__shipping .field__item a,
.user-payment-methods .customer-billing .field__item a,
.view-commerce-user-orders.view-display-id-order_page .field .field__item a,
.view-commerce-user-orders.view-display-id-order_page .customer-information__shipping .field__item a,
.view-commerce-user-orders.view-display-id-order_page .customer-billing .field__item a,
.view-my-licenses .field .field__item a,
.view-my-licenses .customer-information__shipping .field__item a,
.view-my-licenses .customer-billing .field__item a,
article.profile .milkweed--layout--one-column .block .field .field__item a,
article.profile .milkweed--layout--one-column .block .customer-information__shipping .field__item a,
article.profile .milkweed--layout--one-column .block .customer-billing .field__item a,
details.address-book__container .field .field__item a,
details.address-book__container .customer-information__shipping .field__item a,
details.address-book__container .customer-billing .field__item a {
  font-weight: 300;
}
#commerce-payment-method-add-form .field .field__label,
#commerce-payment-method-add-form .customer-information__shipping .field__label,
#commerce-payment-method-add-form .customer-billing .field__label,
#commerce-payment-method-credit-card-edit-form .field .field__label,
#commerce-payment-method-credit-card-edit-form .customer-information__shipping .field__label,
#commerce-payment-method-credit-card-edit-form .customer-billing .field__label,
#profile-customer-address-book-add-form .field .field__label,
#profile-customer-address-book-add-form .customer-information__shipping .field__label,
#profile-customer-address-book-add-form .customer-billing .field__label,
#profile-customer-address-book-edit-form .field .field__label,
#profile-customer-address-book-edit-form .customer-information__shipping .field__label,
#profile-customer-address-book-edit-form .customer-billing .field__label,
#profile-shipping-address-book-add-form .field .field__label,
#profile-shipping-address-book-add-form .customer-information__shipping .field__label,
#profile-shipping-address-book-add-form .customer-billing .field__label,
#profile-shipping-address-book-edit-form .field .field__label,
#profile-shipping-address-book-edit-form .customer-information__shipping .field__label,
#profile-shipping-address-book-edit-form .customer-billing .field__label,
#user-form .field .field__label,
#user-form .customer-information__shipping .field__label,
#user-form .customer-billing .field__label,
.commerce-order.commerce-order--view-mode-user .field .field__label,
.commerce-order.commerce-order--view-mode-user .customer-information__shipping .field__label,
.commerce-order.commerce-order--view-mode-user .customer-billing .field__label,
.user-payment-methods .field .field__label,
.user-payment-methods .customer-information__shipping .field__label,
.user-payment-methods .customer-billing .field__label,
.view-commerce-user-orders.view-display-id-order_page .field .field__label,
.view-commerce-user-orders.view-display-id-order_page .customer-information__shipping .field__label,
.view-commerce-user-orders.view-display-id-order_page .customer-billing .field__label,
.view-my-licenses .field .field__label,
.view-my-licenses .customer-information__shipping .field__label,
.view-my-licenses .customer-billing .field__label,
article.profile .milkweed--layout--one-column .block .field .field__label,
article.profile .milkweed--layout--one-column .block .customer-information__shipping .field__label,
article.profile .milkweed--layout--one-column .block .customer-billing .field__label,
details.address-book__container .field .field__label,
details.address-book__container .customer-information__shipping .field__label,
details.address-book__container .customer-billing .field__label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  letter-spacing: 0;
}
#commerce-payment-method-add-form .field .field__label a,
#commerce-payment-method-add-form .customer-information__shipping .field__label a,
#commerce-payment-method-add-form .customer-billing .field__label a,
#commerce-payment-method-credit-card-edit-form .field .field__label a,
#commerce-payment-method-credit-card-edit-form .customer-information__shipping .field__label a,
#commerce-payment-method-credit-card-edit-form .customer-billing .field__label a,
#profile-customer-address-book-add-form .field .field__label a,
#profile-customer-address-book-add-form .customer-information__shipping .field__label a,
#profile-customer-address-book-add-form .customer-billing .field__label a,
#profile-customer-address-book-edit-form .field .field__label a,
#profile-customer-address-book-edit-form .customer-information__shipping .field__label a,
#profile-customer-address-book-edit-form .customer-billing .field__label a,
#profile-shipping-address-book-add-form .field .field__label a,
#profile-shipping-address-book-add-form .customer-information__shipping .field__label a,
#profile-shipping-address-book-add-form .customer-billing .field__label a,
#profile-shipping-address-book-edit-form .field .field__label a,
#profile-shipping-address-book-edit-form .customer-information__shipping .field__label a,
#profile-shipping-address-book-edit-form .customer-billing .field__label a,
#user-form .field .field__label a,
#user-form .customer-information__shipping .field__label a,
#user-form .customer-billing .field__label a,
.commerce-order.commerce-order--view-mode-user .field .field__label a,
.commerce-order.commerce-order--view-mode-user .customer-information__shipping .field__label a,
.commerce-order.commerce-order--view-mode-user .customer-billing .field__label a,
.user-payment-methods .field .field__label a,
.user-payment-methods .customer-information__shipping .field__label a,
.user-payment-methods .customer-billing .field__label a,
.view-commerce-user-orders.view-display-id-order_page .field .field__label a,
.view-commerce-user-orders.view-display-id-order_page .customer-information__shipping .field__label a,
.view-commerce-user-orders.view-display-id-order_page .customer-billing .field__label a,
.view-my-licenses .field .field__label a,
.view-my-licenses .customer-information__shipping .field__label a,
.view-my-licenses .customer-billing .field__label a,
article.profile .milkweed--layout--one-column .block .field .field__label a,
article.profile .milkweed--layout--one-column .block .customer-information__shipping .field__label a,
article.profile .milkweed--layout--one-column .block .customer-billing .field__label a,
details.address-book__container .field .field__label a,
details.address-book__container .customer-information__shipping .field__label a,
details.address-book__container .customer-billing .field__label a {
  color: #7993A5;
}
#commerce-payment-method-add-form .customer-information__shipping,
#commerce-payment-method-add-form .customer-billing,
#commerce-payment-method-credit-card-edit-form .customer-information__shipping,
#commerce-payment-method-credit-card-edit-form .customer-billing,
#profile-customer-address-book-add-form .customer-information__shipping,
#profile-customer-address-book-add-form .customer-billing,
#profile-customer-address-book-edit-form .customer-information__shipping,
#profile-customer-address-book-edit-form .customer-billing,
#profile-shipping-address-book-add-form .customer-information__shipping,
#profile-shipping-address-book-add-form .customer-billing,
#profile-shipping-address-book-edit-form .customer-information__shipping,
#profile-shipping-address-book-edit-form .customer-billing,
#user-form .customer-information__shipping,
#user-form .customer-billing,
.commerce-order.commerce-order--view-mode-user .customer-information__shipping,
.commerce-order.commerce-order--view-mode-user .customer-billing,
.user-payment-methods .customer-information__shipping,
.user-payment-methods .customer-billing,
.view-commerce-user-orders.view-display-id-order_page .customer-information__shipping,
.view-commerce-user-orders.view-display-id-order_page .customer-billing,
.view-my-licenses .customer-information__shipping,
.view-my-licenses .customer-billing,
article.profile .milkweed--layout--one-column .block .customer-information__shipping,
article.profile .milkweed--layout--one-column .block .customer-billing,
details.address-book__container .customer-information__shipping,
details.address-book__container .customer-billing {
  margin-bottom: 2rem;
}
#commerce-payment-method-add-form .address-book-edit-button,
#commerce-payment-method-credit-card-edit-form .address-book-edit-button,
#profile-customer-address-book-add-form .address-book-edit-button,
#profile-customer-address-book-edit-form .address-book-edit-button,
#profile-shipping-address-book-add-form .address-book-edit-button,
#profile-shipping-address-book-edit-form .address-book-edit-button,
#user-form .address-book-edit-button,
.commerce-order.commerce-order--view-mode-user .address-book-edit-button,
.user-payment-methods .address-book-edit-button,
.view-commerce-user-orders.view-display-id-order_page .address-book-edit-button,
.view-my-licenses .address-book-edit-button,
article.profile .milkweed--layout--one-column .block .address-book-edit-button,
details.address-book__container .address-book-edit-button {
  margin-left: 0;
  margin-bottom: 1em;
}

details.address-book__container > summary {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  font-size: 2rem;
  text-transform: capitalize;
  padding: 0;
  position: relative;
  margin-bottom: 0.5em;
  list-style: none;
}
details.address-book__container > summary::marker {
  list-style: none;
  display: none;
}
details.address-book__container .details-wrapper {
  padding: 0;
}
details.address-book__container .address-book__add-link {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
  font-size: 0.8125rem !important;
}
@media (min-width: 768px) {
  details.address-book__container .address-book__add-link {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
@media (min-width: 768px) {
  details.address-book__container .address-book__add-link {
    width: auto;
    display: inline-block;
  }
}
details.address-book__container .address-book__profiles {
  margin-top: 1rem;
  gap: 1rem;
}
details.address-book__container .address-book__profile {
  margin-left: 0;
  margin-right: 0;
  padding: 2rem;
}
details.address-book__container .address-book__profile.address-book__profile--default {
  background-color: #edecec;
}
details.address-book__container .address-book__profile .address-book__operations {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}
details.address-book__container .address-book__profile .address-book__operations select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
details.address-book__container .address-book__profile .address-book__operations a {
  font-weight: 300;
}

.commerce-product-variation.commerce-product-variation--view-mode-summary .field--name-title h2 {
  font-size: 0.9375em;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #353434;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
.commerce-product-variation.commerce-product-variation--view-mode-summary .field--name-title h2 a {
  color: #353434;
  font-weight: 400;
  text-decoration: none;
}
.commerce-product-variation.commerce-product-variation--view-mode-summary .field--name-title h2 a:hover {
  color: #7993A5;
}
.commerce-product-variation.commerce-product-variation--view-mode-summary .field--name-attribute-binding {
  margin-bottom: 0.5em;
}
.commerce-product-variation.commerce-product-variation--view-mode-summary img {
  display: none;
}

.commerce-product--type-book.commerce-product--view-mode-book-list {
  position: relative;
  text-align: center;
}
.commerce-product--type-book.commerce-product--view-mode-book-list .field--name-field-book-cover {
  margin-bottom: 1rem;
}
.commerce-product--type-book.commerce-product--view-mode-book-list .field--name-field-book-cover .field__item {
  max-width: 166px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .commerce-product--type-book.commerce-product--view-mode-book-list .field--name-field-book-cover img {
    width: 100%;
  }
}
.commerce-product--type-book.commerce-product--view-mode-book-list .field--name-field-genre {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  color: #7993A5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
.commerce-product--type-book.commerce-product--view-mode-book-list .field--name-title > h2 {
  font-size: 0.9375em;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #353434;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
.commerce-product--type-book.commerce-product--view-mode-book-list .field--name-title > h2 a {
  color: #353434;
  font-weight: 400;
  text-decoration: none;
}
.commerce-product--type-book.commerce-product--view-mode-book-list .field--name-title > h2 a:hover {
  color: #7993A5;
}
.commerce-product--type-book.commerce-product--view-mode-book-list .field--name-title > h2 a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.commerce-product--type-book.commerce-product--view-mode-book-list .field--name-field-author {
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.1;
  color: #353434;
  letter-spacing: 0.05em;
}
.commerce-product--type-book.commerce-product--view-mode-book-list .group-hover {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  background-color: #edecec;
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  padding: 1.5em 2em 2em 1.5em;
  line-height: 1.2;
  font-size: 0.75rem;
  text-align: left;
}
.commerce-product--type-book.commerce-product--view-mode-book-list .group-hover select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.commerce-product--type-book.commerce-product--view-mode-book-list .group-hover a {
  font-weight: 300;
}
.commerce-product--type-book.commerce-product--view-mode-book-list .group-hover .product__links a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  font-size: 0.875em !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-book-list .group-hover .product__links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}

@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-featured-node {
    display: flex;
  }
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-book-cover {
  text-align: center;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-book-cover {
    flex: 1 0 45%;
    margin-bottom: 0;
  }
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-book-cover img {
  max-width: 14em;
  width: 253px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-book-cover img {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-featured-node .group-text {
    margin-right: 5%;
  }
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-genre {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .group-titles {
  margin-bottom: 1.25em;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-title h2 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 2.5em;
  line-height: 0.9375;
  margin: 0;
  font-weight: 400;
  position: relative;
  left: -0.04em;
}
@media (min-width: 992px) {
  .commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-title h2 {
    font-size: 4.375em;
  }
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-title h2 a {
  font-weight: 400;
  text-decoration: none;
  color: #353434;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-book-subtitle {
  font-size: 0.9375em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0.25em 0 1em 0;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-author {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.625em;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-author a {
  color: #7993A5;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-author a {
  text-decoration: none;
  color: #353434;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-book-tagline,
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-field-book-keynote {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-body {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-body p, .commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-body h1, .commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-body h2, .commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-body h3, .commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-body h4, .commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-body h5, .commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .field--name-body:after {
  content: "";
  display: block;
  width: 5em;
  border-top: 1px solid #000;
  margin: 1.5em 0 6em 0;
}
.commerce-product--type-book.commerce-product--view-mode-featured-node .product__links a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  font-size: 0.875em !important;
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-featured-node .product__links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}

.page-product-type-book main {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.commerce-product--type-book.commerce-product--view-mode-book-detail .group-header, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-header {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-header, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-header {
    display: flex;
  }
}
@media (min-width: 992px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-images, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-images {
    margin-bottom: 0;
    flex: 0 0 47%;
  }
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-book-details, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-book-details {
    flex: 1 1 53%;
    padding-left: 3rem;
  }
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-genre, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-genre {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 0.25em;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-titles > h1, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-titles > h1 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 2.5rem;
  line-height: 1.05;
  margin: 0 0 0 -0.06em;
  font-weight: 400;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-book-subtitle, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-book-subtitle {
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0.25em 0;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-taglines, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-taglines {
  margin: 1.25rem 0 1.125rem;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-book-tagline,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-book-keynote, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-book-tagline,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-book-keynote {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 0.875em;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-book-keynote, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-book-keynote {
  text-transform: none;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-bylines, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-bylines {
  margin-top: 0.75rem;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-author,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-editor,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-translator,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-foreword, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-author,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-editor,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-translator,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-foreword {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-author .field__label,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-editor .field__label,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-translator .field__label,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-foreword .field__label, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-author .field__label,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-editor .field__label,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-translator .field__label,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-foreword .field__label {
  font-weight: 300;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-author a,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-editor a,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-translator a,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-field-foreword a, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-author a,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-editor a,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-translator a,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .field--name-field-foreword a {
  text-decoration: none;
  color: #353434;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .share-title:after, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .share-title:after {
  content: "";
  display: block;
  width: 4.375rem;
  margin: 1.25em 0 3em 0;
  border-top: 1px solid #000;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .share-title .field__label, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .share-title .field__label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0.375em;
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .share-title .rrssb.rrssb-bs-default ul.rrssb-buttons, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .share-title .rrssb.rrssb-bs-default ul.rrssb-buttons {
    gap: 0.75rem;
  }
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .share-title .rrssb.rrssb-bs-default ul.rrssb-buttons li a, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .share-title .rrssb.rrssb-bs-default ul.rrssb-buttons li a {
  height: 1.5rem;
  width: 1.5rem;
  background-color: #C7C1BA !important;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .share-title .rrssb.rrssb-bs-default ul.rrssb-buttons li a .rrssb-icon, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .share-title .rrssb.rrssb-bs-default ul.rrssb-buttons li a .rrssb-icon {
  filter: unset;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-milkweed-book-banner, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .block-milkweed-book-banner {
  margin-bottom: 0;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary {
  background: linear-gradient(to bottom, #eaeaea 0, #f0f0f0 0.75em, #ffffff 100%);
  padding: 3rem 0;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-first,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-second, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-first,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-second {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-first p, .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-first h1, .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-first h2, .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-first h3, .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-first h4, .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-first h5, .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-first h6,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-second p,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-second h1,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-second h2,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-second h3,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-second h4,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-second h5,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-second h6, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-first p, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-first h1, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-first h2, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-first h3, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-first h4, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-first h5, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-first h6,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-second p,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-second h1,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-second h2,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-second h3,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-second h4,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-second h5,
.commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .group-summary .group-summary-inner .summary-second h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-views-blockrelated-media-related-media-product-block, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .block-views-blockrelated-media-related-media-product-block {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-views-blockrelated-media-related-media-product-block > h2, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .block-views-blockrelated-media-related-media-product-block > h2 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-views-blockrelated-media-related-media-product-block > h2:after, .commerce-product--type-book.commerce-product--view-mode-book-detail-no-products .block-views-blockrelated-media-related-media-product-block > h2:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-variations input[type=submit] {
  font-size: 0.875rem !important;
  padding-left: 3em !important;
  padding-right: 3em !important;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-variations .attribute-widgets {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-variations .attribute-widgets label,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-variations .attribute-widgets input,
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-variations .attribute-widgets a {
  font-weight: 300;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-variations .attribute-widgets fieldset > legend {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0.375em;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-variations .attribute-widgets fieldset > legend .form-required:after {
  display: none;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-variations .attribute-widgets .form-type-radio {
  margin-bottom: 0.25em;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-variations .attribute-widgets span.format {
  display: inline-block;
  width: 9em;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .field--name-variations .attribute-widgets span.price {
  display: inline-block;
  width: 4em;
  text-align: right;
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-first {
    flex: 0 1 69%;
    max-width: 69%;
    border-right: 1px solid #000;
    margin-bottom: 0;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-first {
    padding-right: 6rem;
  }
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-second {
    flex: 0 1 31%;
    max-width: 31%;
    padding-left: 3rem;
    border-left: 1px solid #000;
    margin-left: -1px;
  }
}
@media (min-width: 992px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .group-summary-inner .summary-second {
    padding-left: 6rem;
  }
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .field--name-field-book-cover a,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .field--name-field-book-reader-guide a {
  color: #7993A5;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: underline;
  white-space: nowrap;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .field--name-field-book-cover a:before,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .field--name-field-book-reader-guide a:before {
  display: inline-block;
  background-color: #7993A5;
  margin-right: 0.5em;
  position: relative;
  top: 0.25em;
  width: 1.25em;
  height: 1.25em;
  content: "";
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .field--name-field-book-cover a:before,
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-summary .field--name-field-book-reader-guide a:before {
  -webkit-mask-image: url("../../images/file_download_black_24dp.svg");
          mask-image: url("../../images/file_download_black_24dp.svg");
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-views-blockbook-authors-book-authors-block {
  background: linear-gradient(to bottom, #eaeaea 0, #f0f0f0 0.75em, #ffffff 70%, #f2f2f2 100%);
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-views-blockbook-authors-book-authors-block > .contextual {
  display: none;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-views-blockbook-authors-book-authors-block > div {
  padding: 4.75rem 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-views-blockrelated-books-related-books-block {
  padding: 3em 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-views-blockrelated-books-related-books-block > h2 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-views-blockrelated-books-related-books-block > h2:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .block-views-blockrelated-books-related-books-block > h2:after {
  display: none;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-book-bottom {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-book-bottom > .inner {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-book-bottom > .inner {
    display: flex;
  }
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-book-bottom > .inner:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    border-left: 1px solid #000;
  }
}
.commerce-product--type-book.commerce-product--view-mode-book-detail .group-book-bottom .bottom-first {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-book-bottom .bottom-first {
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 3rem;
  }
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-book-bottom .bottom-second {
    flex: 1 1 50%;
    max-width: 50%;
    padding-left: 3rem;
  }
}
@media (min-width: 992px) {
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-book-bottom .bottom-first {
    padding-right: 6rem;
  }
  .commerce-product--type-book.commerce-product--view-mode-book-detail .group-book-bottom .bottom-second {
    padding-left: 6rem;
  }
}
.commerce-product--type-book.commerce-product--view-mode-teaser {
  margin-bottom: 2rem;
  display: flex;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-book-cover {
  flex: 0 0 30%;
  padding-left: 1em;
  padding-right: 2em;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .group-text {
  flex: 1 1 auto;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-genre {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .group-titles {
  margin-bottom: 0.9375em;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-title h2 {
  font-size: 2.125rem;
  line-height: 1;
  font-family: "SentinelSSm", var(--bs-font-serif);
  color: #353434;
  font-weight: 400;
  position: relative;
  left: -0.04em;
  margin: 0 0 0.125em 0;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-title h2 a {
  font-weight: 400;
  color: #353434;
  text-decoration: none;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-book-subtitle {
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0.25em 0;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-author {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 0.625em;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-author p, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-author h1, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-author h2, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-author h3, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-author h4, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-author h5, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-author h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-author .field__label {
  font-weight: 300;
  display: inline-block;
  float: none;
  margin: 0 -0.25em 0 0;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-author .field__item {
  display: inline-block;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-field-book-tagline {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 0.875em;
  font-size: 0.75rem;
  margin-bottom: 0.5em;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-body {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-body p, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-body h1, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-body h2, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-body h3, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-body h4, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-body h5, .commerce-product--type-book.commerce-product--view-mode-teaser .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .field--name-body strong {
  font-weight: normal;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .product__links {
  margin-top: 3.5rem;
}
.commerce-product--type-book.commerce-product--view-mode-teaser .product__links a {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  font-size: 0.875rem !important;
}
@media (min-width: 768px) {
  .commerce-product--type-book.commerce-product--view-mode-teaser .product__links a {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}

.commerce-product.commerce-product--view-mode-featured-product-form .field--name-title h2 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 2.5rem;
  line-height: 1.05;
  margin: 0 0 0.25em -0.06em;
  font-weight: 400;
}
.commerce-product.commerce-product--view-mode-featured-product-form .field--name-price {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
.commerce-product.commerce-product--view-mode-featured-product-form .field--name-variations .form-actions {
  margin: 0;
}
.commerce-product.commerce-product--view-mode-featured-product-form .field--name-variations input[type=submit] {
  display: inline-block;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  padding: 1em 1.5em 0.875em;
  background-color: #7993A5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  font-size: 1em;
  font-size: 0.875em !important;
  padding-left: 3em !important;
  padding-right: 3em !important;
}
@media (min-width: 768px) {
  .commerce-product.commerce-product--view-mode-featured-product-form .field--name-variations input[type=submit] {
    font-size: 1.125em;
    padding: 1em 2em 0.875em;
  }
}
.commerce-product.commerce-product--view-mode-featured-product-form .field--name-body {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.commerce-product.commerce-product--view-mode-featured-product-form .field--name-body p, .commerce-product.commerce-product--view-mode-featured-product-form .field--name-body h1, .commerce-product.commerce-product--view-mode-featured-product-form .field--name-body h2, .commerce-product.commerce-product--view-mode-featured-product-form .field--name-body h3, .commerce-product.commerce-product--view-mode-featured-product-form .field--name-body h4, .commerce-product.commerce-product--view-mode-featured-product-form .field--name-body h5, .commerce-product.commerce-product--view-mode-featured-product-form .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.commerce-product.commerce-product--view-mode-featured-product-form .group-summary {
  padding: 3rem 0;
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.commerce-product.commerce-product--view-mode-featured-product-form .group-summary > .inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}
.commerce-product.commerce-product--view-mode-featured-product-form .group-summary p, .commerce-product.commerce-product--view-mode-featured-product-form .group-summary h1, .commerce-product.commerce-product--view-mode-featured-product-form .group-summary h2, .commerce-product.commerce-product--view-mode-featured-product-form .group-summary h3, .commerce-product.commerce-product--view-mode-featured-product-form .group-summary h4, .commerce-product.commerce-product--view-mode-featured-product-form .group-summary h5, .commerce-product.commerce-product--view-mode-featured-product-form .group-summary h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
@media (min-width: 992px) {
  .commerce-product.commerce-product--view-mode-featured-product-form {
    display: flex;
  }
  .commerce-product.commerce-product--view-mode-featured-product-form .group-images {
    margin-bottom: 0;
    flex: 1 1 47%;
    max-width: 47%;
  }
  .commerce-product.commerce-product--view-mode-featured-product-form .group-content {
    flex: 1 1 53%;
    max-width: 53%;
    padding-left: 3rem;
  }
}

.page-product-type-book .messages, .page-product-type-book .tabs,
.page-product-type-physical-product .messages,
.page-product-type-physical-product .tabs {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 59rem;
}

.commerce-product--type-book .group-images,
.commerce-product--type-physical-product .group-images {
  margin-bottom: 3rem;
  text-align: center;
}
.commerce-product--type-book .group-images .group-images-inner,
.commerce-product--type-physical-product .group-images .group-images-inner {
  margin-bottom: 2rem;
  text-align: center;
}
.commerce-product--type-book .group-images .group-images-inner > div,
.commerce-product--type-physical-product .group-images .group-images-inner > div {
  display: none;
}
.commerce-product--type-book .group-images .group-images-inner > div:first-child,
.commerce-product--type-physical-product .group-images .group-images-inner > div:first-child {
  display: block;
}
.commerce-product--type-book .group-images .field--name-field-book-cover,
.commerce-product--type-book .group-images .field--name-field-book-image-front,
.commerce-product--type-book .group-images .field--name-field-book-image-back,
.commerce-product--type-book .group-images .field--name-field-product-image-front,
.commerce-product--type-book .group-images .field--name-field-product-image-back,
.commerce-product--type-physical-product .group-images .field--name-field-book-cover,
.commerce-product--type-physical-product .group-images .field--name-field-book-image-front,
.commerce-product--type-physical-product .group-images .field--name-field-book-image-back,
.commerce-product--type-physical-product .group-images .field--name-field-product-image-front,
.commerce-product--type-physical-product .group-images .field--name-field-product-image-back {
  margin-bottom: 2rem;
}
.commerce-product--type-book .group-images .field--name-field-book-cover img,
.commerce-product--type-book .group-images .field--name-field-book-image-front img,
.commerce-product--type-book .group-images .field--name-field-book-image-back img,
.commerce-product--type-book .group-images .field--name-field-product-image-front img,
.commerce-product--type-book .group-images .field--name-field-product-image-back img,
.commerce-product--type-physical-product .group-images .field--name-field-book-cover img,
.commerce-product--type-physical-product .group-images .field--name-field-book-image-front img,
.commerce-product--type-physical-product .group-images .field--name-field-book-image-back img,
.commerce-product--type-physical-product .group-images .field--name-field-product-image-front img,
.commerce-product--type-physical-product .group-images .field--name-field-product-image-back img {
  width: 253px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
}
.commerce-product--type-book .group-images .field--name-field-featured-audio,
.commerce-product--type-book .group-images .field--name-field-book-featured-video,
.commerce-product--type-physical-product .group-images .field--name-field-featured-audio,
.commerce-product--type-physical-product .group-images .field--name-field-book-featured-video {
  margin-bottom: 2rem;
}
.commerce-product--type-book .group-images .field--name-field-featured-audio iframe,
.commerce-product--type-book .group-images .field--name-field-book-featured-video iframe,
.commerce-product--type-physical-product .group-images .field--name-field-featured-audio iframe,
.commerce-product--type-physical-product .group-images .field--name-field-book-featured-video iframe {
  width: 100%;
}
.commerce-product--type-book .group-images .group-images-nav,
.commerce-product--type-physical-product .group-images .group-images-nav {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}
.commerce-product--type-book .group-images .group-images-nav button.image-nav,
.commerce-product--type-physical-product .group-images .group-images-nav button.image-nav {
  border: 1px solid #7993A5;
  background-color: transparent;
  color: #353434;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 0.5em 1.5em;
  line-height: 1;
}

.cart.cart-form {
  border: 1px solid rgba(0, 0, 0, 0.5);
  min-height: 11rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .cart.cart-form {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cart.cart-form {
    padding: 4rem;
  }
}
.cart.cart-form table.views-table input.delete-order-item {
  display: block;
  background-color: transparent;
  color: #5B6F80;
  text-transform: lowercase;
  letter-spacing: 0;
  font-size: 1em;
  text-decoration: underline;
  font-weight: 300;
  margin-top: 0.5em;
  padding: 0;
}

.commerce-checkout-flow .layout-checkout-form {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
@media (min-width: 768px) {
  .commerce-checkout-flow .layout-checkout-form {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .commerce-checkout-flow .layout-checkout-form {
    padding: 4rem;
  }
}
.commerce-checkout-flow .layout-checkout-form .checkout-pane {
  margin: 0 0 2rem 0;
}
.commerce-checkout-flow .layout-checkout-form fieldset > legend,
.commerce-checkout-flow .layout-checkout-form h3 {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.commerce-checkout-flow .layout-checkout-form fieldset > legend a,
.commerce-checkout-flow .layout-checkout-form h3 a {
  font-weight: 300;
}
.commerce-checkout-flow .layout-checkout-form fieldset fieldset > legend {
  font-family: "GothamSSm", var(--bs-font-sans-serif);
  font-weight: 500;
  font-size: 1.25rem;
}
.commerce-checkout-flow .layout-checkout-form .profile {
  margin-bottom: 1rem;
}
.commerce-checkout-flow .layout-checkout-form input[type=submit] {
  font-size: 1rem;
  margin-left: 0;
}
.commerce-checkout-flow .layout-checkout-form .address-book-edit-button {
  margin-bottom: 1em;
}
.commerce-checkout-flow .layout-checkout-form .form-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.commerce-checkout-flow .layout-checkout-form .form-actions a.link--previous {
  letter-spacing: 0.04em;
  font-weight: 300;
  text-decoration: underline;
  font-size: 0.9375rem;
}
.commerce-checkout-flow .layout-checkout-form .coupon-redemption-form__coupons table {
  width: 100%;
  margin-bottom: 1rem;
}
.commerce-checkout-flow .layout-checkout-form .coupon-redemption-form__coupons table td:first-child {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.commerce-checkout-flow .layout-checkout-form .coupon-redemption-form__coupons table td:last-child {
  text-align: right;
}
.commerce-checkout-flow .layout-checkout-form .coupon-redemption-form__coupons input[type=submit] {
  font-size: 0.8175rem !important;
}

.cart.cart-form,
.commerce-checkout-flow {
  font-weight: 300;
}
.cart.cart-form .form-item label,
.commerce-checkout-flow .form-item label {
  color: #353434;
  font-weight: 300;
  font-size: 0.875rem;
}
.cart.cart-form .field__label,
.commerce-checkout-flow .field__label {
  font-weight: 500;
}

.view-author-books .views-row {
  border: none;
  text-align: left;
}
.view-author-books .views-row + .views-row {
  margin-top: 3rem;
}
.view-author-books .field--name-field-book-cover {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .view-author-books .field--name-field-book-cover {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.view-author-books .field--name-field-book-cover img {
  width: 11.625rem;
}

.view-authors {
  padding-bottom: 6rem;
}
.view-authors .view-filters .form-actions {
  margin-bottom: 0;
}
.view-authors .view-filters .view-authors-header {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .view-authors .view-filters {
    margin-bottom: 2rem;
  }
  .view-authors .view-filters .form-item-genre {
    margin-bottom: 2rem !important;
  }
  .view-authors .view-filters .form-item-sort-bef-combine {
    margin: 0 0 -2rem 0;
    position: relative;
    z-index: 2;
  }
  .view-authors .view-filters .view-authors-header {
    position: relative;
    text-align: right;
    z-index: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .view-authors > .view-content {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 1.5rem));
    gap: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .view-authors > .view-content {
    grid-template-columns: repeat(4, calc(25% - 1.125rem));
  }
}
.view-authors > .view-content .views-row {
  text-align: center;
  margin-bottom: 3rem;
}
.view-authors > .view-content .views-row .views-field-field-author-image {
  margin-bottom: 1.5rem;
}
.view-authors > .view-content .views-row .views-field-field-author-image img {
  border-radius: 50%;
  overflow: hidden;
  width: 14.5rem;
}
@media (min-width: 768px) {
  .view-authors > .view-content .views-row .views-field-field-author-image img {
    width: 11.5rem;
  }
}
.view-authors > .view-content .views-row .views-field-title {
  font-size: 0.9375em;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #353434;
  letter-spacing: 0.04em;
  margin-bottom: 0.375rem;
}
.view-authors > .view-content .views-row .views-field-title a {
  color: #353434;
  font-weight: 400;
  text-decoration: none;
}
.view-authors > .view-content .views-row .views-field-title a:hover {
  color: #7993A5;
}
.view-authors > .view-content .views-row .view-author-genres {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  color: #7993A5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.view-authors > .view-content .views-row .view-author-genres .view-content {
  margin: 0;
}
.view-authors > .view-content .views-row .view-author-genres ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.view-authors > .view-content .views-row .view-author-genres ul li {
  margin: 0;
  padding: 0;
}

.view.view-blog .view-before {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.view.view-blog .view-before::after {
  display: block;
  clear: both;
  content: "";
}
.view.view-blog .view-header {
  padding-top: 0.8125rem;
  float: right;
}
.view.view-blog .view-filters .form--inline.clearfix:after {
  clear: unset;
}
.view.view-blog .view-filters .form-item-category {
  width: unset;
}
.view.view-blog .view-filters .form-item-category select {
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 1em 0 0;
  padding: 1.125em 3.5em 1.125em 1.25em;
  background: #5B6F80 url("../../images/select-caret-white.png") right 1.125em center no-repeat;
  background-size: auto 0.625em;
}
.view.view-blog .view-filters .form-item-category select:active {
  text-transform: none;
}
.view.view-blog .view-filters .form-item-category select {
  min-width: 16rem;
  margin-right: 1em;
}
.view.view-blog .view-content {
  margin: 0 -5rem;
  position: relative;
}
@media (min-width: 768px) {
  .view.view-blog .view-content:after {
    display: block;
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    height: 90%;
    border-left: 1px solid #000;
  }
}
.view.view-blog .views-row {
  width: 100%;
  padding: 0 5rem;
}
@media (min-width: 768px) {
  .view.view-blog .views-row {
    width: 50%;
  }
}
.view.view-blog .views-row:after {
  display: block;
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.view-book-authors {
  margin: 0 auto;
  max-width: 44rem;
}
.view-book-authors .views-row {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .view-book-authors .views-row {
    text-align: left;
  }
}
.view-book-authors > .view-content .views-row:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .view-book-authors .field--name-field-author-image {
    width: 35%;
    margin-top: -2.5rem;
  }
}
.view-book-authors .views-label {
  font-size: 0.75em;
  line-height: 1.2;
  font-family: "SentinelSSm", var(--bs-font-serif);
  letter-spacing: 0.08em;
  color: #7993A5;
  text-transform: uppercase;
  font-size: 0.875em;
  display: inline-block;
  margin-bottom: 0.25em;
}
@media (min-width: 992px) {
  .view-book-authors .views-label {
    margin-left: 35%;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}
.view-book-authors .group-text h2 {
  font-size: 1.6875rem;
  line-height: 1.1;
  font-family: "SentinelSSm", var(--bs-font-serif);
  color: #353434;
  font-weight: 400;
  margin: 0 0 0.125em 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
  left: -0.08em;
  margin-bottom: 0.25em !important;
  margin-left: -0.04em;
}
.view-book-authors .group-text h2 a {
  font-weight: 400;
  color: #353434;
  text-decoration: none;
}
.view-book-authors .field--name-body {
  font-size: 0.8125em;
  line-height: 1.6667;
  font-weight: 400;
}
.view-book-authors .field--name-body p, .view-book-authors .field--name-body h1, .view-book-authors .field--name-body h2, .view-book-authors .field--name-body h3, .view-book-authors .field--name-body h4, .view-book-authors .field--name-body h5, .view-book-authors .field--name-body h6 {
  font-size: 1em;
  line-height: 1.6667;
  margin: 0 0 1em 0;
}
.view-book-authors .field--name-body p {
  margin: 0;
}
.view-book-authors .field--name-field-author-image img {
  width: 11.625rem;
  border-radius: 50%;
  overflow: hidden;
}

.view-books {
  padding-bottom: 6rem;
}
.view-books .view-filters .form-actions {
  margin-bottom: 0;
}
.view-books .view-filters .view-books-header {
  margin-bottom: 1rem;
}
.view-books .view-filters .view-books-header .reading-lists a {
  color: #e87746;
  font-weight: 700;
}
@media (min-width: 576px) {
  .view-books .view-filters {
    margin-bottom: 2rem;
  }
  .view-books .view-filters .form-item-genre {
    margin-bottom: 2rem !important;
  }
  .view-books .view-filters .form-item-sort-bef-combine {
    margin: 0 0 -2rem 0;
    position: relative;
    z-index: 2;
  }
  .view-books .view-filters .view-books-header {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 0;
  }
  .view-books .view-filters .view-books-header .reading-lists {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 576px) {
  .view-books .view-content {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.75rem));
    gap: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .view-books .view-content {
    grid-template-columns: repeat(3, calc(33.3333333333% - 1rem));
  }
}
@media (min-width: 992px) {
  .view-books .view-content {
    grid-template-columns: repeat(5, calc(20% - 1.2rem));
  }
}
.view-books .view-content .views-row {
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
}
.view-books .view-content .views-row > article {
  height: 100%;
}
.view-books .commerce-product--type-book.commerce-product--view-mode-book-list:hover .group-hover {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  .view-calendar {
    margin-top: -4.3125rem;
    position: relative;
    z-index: 1;
  }
}
.view-calendar nav.pager {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.view-calendar nav.pager a {
  color: #7993A5;
}
.view-calendar nav.pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.view-calendar nav.pager ul li {
  padding: 1.5rem 0;
}
.view-calendar nav.pager ul li a {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.view-calendar .view-header > h3 {
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 1;
  padding: 0.5em 0;
  margin: 0 0 0.75em;
}
.view-calendar .view-header nav.pager {
  border-bottom: none;
}
.view-calendar .view-header nav.pager ul li {
  padding-top: 0;
}
.view-calendar .view-content .item {
  font-size: 0.6875rem;
  line-height: 1.1818;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #353434;
}
.view-calendar .view-content .item a {
  font-weight: 700;
  display: inline-block;
}
.view-calendar .view-content .item .contents {
  margin-bottom: 1em;
}
.view-calendar .calendar-calendar .month-view table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.view-calendar .calendar-calendar .month-view table thead th {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  border: none;
  background-color: transparent;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.view-calendar .calendar-calendar .month-view table thead th a {
  color: #7993A5;
}
.view-calendar .calendar-calendar .month-view tbody tr td {
  border: none !important;
  text-align: left !important;
  background-color: transparent !important;
}
.view-calendar .calendar-calendar .month-view tbody tr td:nth-child(odd) {
  background-color: #f0f0f0 !important;
}
.view-calendar .calendar-calendar .month-view tbody tr.date-box td {
  border-top: 1px solid rgba(0, 0, 0, 0.5) !important;
}
.view-calendar .calendar-calendar .month-view tbody tr.single-day .inner {
  min-height: 6em;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.view-calendar .calendar-calendar .month-view tbody tr.single-day a {
  color: #5B6F80;
}
.view-calendar .calendar-calendar .month-view div.day {
  float: left;
  font-weight: 300;
  font-size: 1.125em;
  color: #000;
  padding: 0.5em 0 0 0.5em;
  text-align: left;
}
.view-calendar .calendar-calendar .month-view .empty div.day {
  color: #a1a1a1;
}
.view-calendar .calendar-calendar td .inner div.calendar div a,
.view-calendar .calendar-calendar .month-view .full td.single-day div.monthview {
  background: transparent !important;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.view-calendar .calendar-calendar .month-view .full td.multi-day div.monthview,
.view-calendar .calendar-calendar .week-view .full td.multi-day div.weekview,
.view-calendar .calendar-calendar .day-view .full td.multi-day div.dayview {
  background-color: #5B6F80;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.875rem;
  height: 1.3em;
  text-transform: none;
}
.view-calendar .calendar-calendar .month-view .full td.multi-day div.monthview a,
.view-calendar .calendar-calendar .week-view .full td.multi-day div.weekview a,
.view-calendar .calendar-calendar .day-view .full td.multi-day div.dayview a {
  color: #fff;
  font-weight: 400;
}
.view-calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.view-calendar .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.view-calendar .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.view-calendar .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background-color: #5B6F80;
}

.view-events > .view-content > h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: 300;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1;
  padding-top: 0.5875em;
  padding-bottom: 0.5875em;
  margin: 0;
}
.view-events .views-row {
  padding: 1rem 5%;
}
.view-events .views-row:nth-of-type(odd) {
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .view-events .views-row {
    padding: 0;
  }
}

.view-my-licenses table.views-table {
  width: auto;
  display: inline-block;
}
.view-my-licenses table.views-table caption {
  text-align: center;
  color: #212529;
}
.view-my-licenses table.views-table caption h3 {
  font-size: 1.17rem;
  margin: 1.28em 0;
}

.view-random-featured-quote .field--name-field-feat-headline h2 {
  text-align: center;
  font-family: "SentinelSSm", var(--bs-font-serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
  color: #fff;
}
.view-random-featured-quote .field--name-field-feat-headline h2:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.view-random-featured-quote .field--name-field-feat-headline h2:after {
  border-color: #fff;
}
.view-random-featured-quote .field--name-body {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.75em;
  text-align: center;
}
.view-random-featured-quote .field--name-body p {
  margin: 0;
}
.view-random-featured-quote .field--name-field-feat-attribution {
  font-family: "SentinelSSm", var(--bs-font-serif);
  font-weight: 400;
  font-size: 1.1875em;
  letter-spacing: 0.04em;
  text-align: center;
}
.view-random-featured-quote .field--name-field-feat-attribution-title {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
}
.view-random-featured-quote .field--name-field-feat-attribution-title select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.view-random-featured-quote .field--name-field-feat-attribution-title a {
  font-weight: 300;
}

.view-reading-list-books .splide {
  padding-bottom: 1rem;
}
.view-reading-list-books .splide .splide__slider {
  padding-left: 5rem;
  padding-right: 5rem;
}
.view-reading-list-books .splide .splide__slider .splide__slide {
  padding: 1rem;
}
.view-reading-list-books .splide .splide__arrows .splide__arrow {
  z-index: 5;
  width: 3.625rem;
  height: 3.625rem;
  background: #7993A5;
}
.view-reading-list-books .splide .splide__arrows .splide__arrow svg {
  fill: #fff;
}
.view-reading-list-books .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.view-reading-list-books .splide .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}
.view-reading-list-books .splide .splide__pagination {
  bottom: 0;
}

.view-reading-lists .view-filters .form-actions {
  margin-bottom: 0;
}
.view-reading-lists .view-filters .view-reading-lists-header {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .view-reading-lists .view-filters {
    margin-bottom: 2rem;
  }
  .view-reading-lists .view-filters .form-item-category {
    margin-bottom: 2rem !important;
  }
  .view-reading-lists .view-filters .form-item-sort-bef-combine {
    margin: 0 0 -2rem 0;
    position: relative;
    z-index: 2;
  }
  .view-reading-lists .view-filters .view-reading-lists-header {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 0;
  }
  .view-reading-lists .view-filters .view-reading-lists-header .books-link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.view-reading-lists > .view-content > .views-row {
  margin-bottom: 3rem;
}
.view-reading-lists > .view-content > .views-row .views-field-title h2 {
  font-size: 2.5rem;
  line-height: 1;
  font-family: "SentinelSSm", var(--bs-font-serif);
  color: #353434;
  font-weight: 400;
  position: relative;
  left: -0.08em;
  margin-bottom: 0.75em;
}
.view-reading-lists > .view-content > .views-row .views-field-title h2 a {
  font-weight: 400;
  color: #353434;
  text-decoration: none;
}

@media (min-width: 768px) {
  .view-related-blog-post .node--view-mode-tile-1x1 .blog-author-and-date,
  .view-related-blog-post .commerce-product--view-mode-tile-1x1 .blog-author-and-date {
    margin-bottom: 0.5em;
  }
  .view-related-blog-post .node--view-mode-tile-1x1 .field--name-body,
  .view-related-blog-post .commerce-product--view-mode-tile-1x1 .field--name-body {
    display: block;
  }
  .view-related-blog-post .node--view-mode-tile-1x1 .node__links,
  .view-related-blog-post .commerce-product--view-mode-tile-1x1 .node__links {
    display: block;
  }
}

.view-related-books .view-header {
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.25em;
}
.view-related-books .view-header select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.view-related-books .view-header a {
  font-weight: 300;
}
.view-related-books .view-header:after {
  font-size: 1.3125rem;
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin: 0.875em auto 1.75em;
  width: 3.5em;
}
.view-related-books .view-content {
  text-align: center;
}
@media (min-width: 768px) {
  .view-related-books .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5rem;
    justify-content: center;
  }
}
.view-related-books .view-content .views-row {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .view-related-books .view-content .views-row {
    flex: 0 1 calc(33.3333333333% - 1rem);
    max-width: 33%;
  }
}
@media (min-width: 992px) {
  .view-related-books .view-content .views-row {
    flex: 0 1 calc(20% - 1.2rem);
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .view-related-event .node--view-mode-tile-1x1 .location-and-date,
  .view-related-event .commerce-product--view-mode-tile-1x1 .location-and-date {
    margin-bottom: 0.5em;
  }
  .view-related-event .node--view-mode-tile-1x1 .field--name-body,
  .view-related-event .commerce-product--view-mode-tile-1x1 .field--name-body {
    display: block;
  }
  .view-related-event .node--view-mode-tile-1x1 .node__links,
  .view-related-event .commerce-product--view-mode-tile-1x1 .node__links {
    display: block;
  }
}

@media (min-width: 768px) {
  .view-related-media .view-content {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3333333333% - 1rem));
    gap: 0 1.5rem;
  }
}
.view-related-media .views-row {
  margin-bottom: 1.5rem;
}
.view-related-media .field--name-name {
  font-size: 0.9375rem;
  color: #353434;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.view-related-media .field--name-name a {
  color: #353434;
  font-weight: 400;
  text-decoration: none;
}

.view .view-filters {
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #353434;
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.view .view-filters select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.view .view-filters a {
  font-weight: 300;
}
.view .view-filters p {
  margin: 0;
}
.view .view-filters a {
  color: #353434;
  text-decoration: underline;
  font-weight: 300;
}
.view .view-filters select {
  color: #353434;
  display: inline-block;
  vertical-align: baseline;
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 0.5em;
  padding: 0 1em 0 0;
  background: transparent url(../../images/select-caret.png) right center no-repeat;
  background-size: 0.625em auto;
  border-radius: 0;
  width: unset;
}
.view .view-filters .form-item-sort-bef-combine label {
  display: inline-block;
  font-weight: 300;
}
.view .view-filters .form-item-genre,
.view .view-filters .form-item-category {
  width: 100%;
}
@media (min-width: 768px) {
  .view .view-filters .form-item-genre,
  .view .view-filters .form-item-category {
    margin: 0;
  }
}
.view .view-filters .form-item-genre > .bef-links ul,
.view .view-filters .form-item-category > .bef-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .view .view-filters .form-item-genre > .bef-links ul,
  .view .view-filters .form-item-category > .bef-links ul {
    flex-direction: row;
  }
}
.view .view-filters .form-item-genre > .bef-links li,
.view .view-filters .form-item-category > .bef-links li {
  flex: 1;
}
@media (min-width: 768px) {
  .view .view-filters .form-item-genre > .bef-links li,
  .view .view-filters .form-item-category > .bef-links li {
    margin-bottom: 0;
    box-sizing: border-box;
  }
}
.view .view-filters .form-item-genre > .bef-links li a,
.view .view-filters .form-item-category > .bef-links li a {
  font-size: 0.875rem;
  border: 2px solid #5B6F80;
  display: block;
  padding: 0.75em 0.5em;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #353434;
}
.view .view-filters .form-item-genre > .bef-links li a.bef-link--selected,
.view .view-filters .form-item-category > .bef-links li a.bef-link--selected {
  background-color: #5B6F80;
  color: #fff;
  font-weight: 700;
}
.view .view-header {
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #353434;
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.view .view-header select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.view .view-header a {
  font-weight: 300;
}
.view .view-header p {
  margin: 0;
}
.view .view-header a {
  color: #353434;
  text-decoration: underline;
  font-weight: 300;
}
.view .view-header select {
  color: #353434;
  display: inline-block;
  vertical-align: baseline;
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 0.5em;
  padding: 0 1em 0 0;
  background: transparent url(../../images/select-caret.png) right center no-repeat;
  background-size: 0.625em auto;
  border-radius: 0;
  width: unset;
}
.view table.views-table {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.view table.views-table select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.view table.views-table a {
  font-weight: 300;
}
.view table.views-table thead th {
  border: none;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: bottom;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 300;
  text-align: left;
}
.view table.views-table thead th a {
  color: #7993A5;
}
.view table.views-table thead th:after {
  content: "";
  display: block;
  margin: 0.75rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.view table.views-table thead th:first-child {
  padding-left: 0;
}
.view table.views-table thead th:last-child {
  padding-right: 0;
}
.view table.views-table thead th a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}
.view table.views-table tbody {
  border: none;
}
.view table.views-table tr,
.view table.views-table tr.odd,
.view table.views-table tr.even {
  background-color: transparent;
  border: none;
}
.view table.views-table tr td,
.view table.views-table tr.odd td,
.view table.views-table tr.even td {
  padding: 0.25rem 1rem;
  background-color: transparent;
  vertical-align: top;
  font-size: 0.9375em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.view table.views-table tr td select,
.view table.views-table tr.odd td select,
.view table.views-table tr.even td select {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.view table.views-table tr td a,
.view table.views-table tr.odd td a,
.view table.views-table tr.even td a {
  font-weight: 300;
}
.view table.views-table tr td:not(.views-align-right, .views-align-center),
.view table.views-table tr.odd td:not(.views-align-right, .views-align-center),
.view table.views-table tr.even td:not(.views-align-right, .views-align-center) {
  text-align: left;
}
.view table.views-table tr td:first-child,
.view table.views-table tr.odd td:first-child,
.view table.views-table tr.even td:first-child {
  padding-left: 0;
}
.view table.views-table tr td:last-child,
.view table.views-table tr.odd td:last-child,
.view table.views-table tr.even td:last-child {
  padding-right: 0;
}
.view table.views-table tr td .form-item,
.view table.views-table tr.odd td .form-item,
.view table.views-table tr.even td .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.view table.views-table tr td input[type=text],
.view table.views-table tr td input[type=number],
.view table.views-table tr.odd td input[type=text],
.view table.views-table tr.odd td input[type=number],
.view table.views-table tr.even td input[type=text],
.view table.views-table tr.even td input[type=number] {
  margin-top: calc(-0.5rem - 1px);
  text-align: center;
}
.view table.views-table tr td a,
.view table.views-table tr.odd td a,
.view table.views-table tr.even td a {
  font-weight: 700;
}
.view table.views-table tr td ul,
.view table.views-table tr.odd td ul,
.view table.views-table tr.even td ul {
  margin: 0;
  padding: 0;
}
.view table.views-table tr td ul li,
.view table.views-table tr.odd td ul li,
.view table.views-table tr.even td ul li {
  margin: 0;
  padding: 0;
}
.view table.views-table tr td ul a,
.view table.views-table tr.odd td ul a,
.view table.views-table tr.even td ul a {
  font-weight: 300;
  padding: 0;
}
.view table.views-table tr td ul.links,
.view table.views-table tr.odd td ul.links,
.view table.views-table tr.even td ul.links {
  list-style: none;
}
.view table.views-table tr td ul.links.inline li,
.view table.views-table tr.odd td ul.links.inline li,
.view table.views-table tr.even td ul.links.inline li {
  padding: 0 0.5em;
}
@media (max-width: 767.98px) {
  .view table.views-table thead {
    display: none;
  }
  .view table.views-table tbody {
    border: none;
  }
  .view table.views-table tbody tr {
    clear: both;
    position: relative;
  }
  .view table.views-table tbody td {
    position: relative;
    display: block;
    padding: 0.5rem;
    border: none;
  }
  .view table.views-table tfoot tr td:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
  .view table.views-table.mobile-collapse tr,
  .view table.views-table.mobile-collapse tr.odd,
  .view table.views-table.mobile-collapse tr.even {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
  }
  .view table.views-table.mobile-collapse tr td,
  .view table.views-table.mobile-collapse tr td:first-child,
  .view table.views-table.mobile-collapse tr.odd td,
  .view table.views-table.mobile-collapse tr.odd td:first-child,
  .view table.views-table.mobile-collapse tr.even td,
  .view table.views-table.mobile-collapse tr.even td:first-child {
    display: inline-block;
    padding-left: 8rem;
    width: 100%;
    box-sizing: border-box;
  }
  .view table.views-table.mobile-collapse tr td:first-child,
  .view table.views-table.mobile-collapse tr.odd td:first-child,
  .view table.views-table.mobile-collapse tr.even td:first-child {
    margin-top: 1rem;
  }
  .view table.views-table.mobile-collapse tr td:last-child,
  .view table.views-table.mobile-collapse tr.odd td:last-child,
  .view table.views-table.mobile-collapse tr.even td:last-child {
    margin-bottom: 1rem;
  }
  .view table.views-table.mobile-collapse tr td:before,
  .view table.views-table.mobile-collapse tr.odd td:before,
  .view table.views-table.mobile-collapse tr.even td:before {
    content: attr(data-row-label);
    display: block;
    float: left;
    width: 6rem;
    padding: 0.5rem 0;
    margin: -0.5rem 0 -0.5rem -8rem;
    height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .view table.views-table.mobile-collapse tr:first-child,
  .view table.views-table.mobile-collapse tr.odd:first-child,
  .view table.views-table.mobile-collapse tr.even:first-child {
    border-top: none;
  }
  .view table.views-table.mobile-collapse tfoot td {
    padding-left: 0.5rem;
    border: none;
  }
  .view table.views-table.mobile-collapse tfoot td:before {
    display: none;
  }
}

article.media .contextual,
.taxonomy-term .contextual,
#block-milkweed-banner .contextual,
#block-milkweed-main-menu .contextual,
#block-milkweed-account-menu .contextual,
#block-milkweed-search-form .contextual,
#block-milkweed-cart .contextual,
#block-facets .contextual,
.block-facets .contextual,
.block-system-branding-block .contextual,
.block-local-tasks-block .contextual {
  display: none;
}

/**
 * @file
 * Styles for system messages.
 */
.messages {
  font-weight: 700;
  padding: 1rem 1.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.messages + .messages {
  margin-top: 1.538rem;
}

.messages__list {
  margin-bottom: 0;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

.messages--status {
  color: #2f5f11;
  background-color: rgba(89, 181, 33, 0.2);
}
.messages--status a {
  color: #2f5f11;
}

.messages--warning {
  color: #8e7604;
  background-color: rgba(241, 200, 7, 0.2);
}
.messages--warning a {
  color: #8e7604;
}

.messages--error {
  color: #621303;
  background-color: rgba(196, 38, 7, 0.2);
}
.messages--error a {
  color: #621303;
}
.messages--error p.error {
  color: #a51b00;
}

.layout-builder__message--defaults .messages {
  background-image: none !important;
}

.layout-builder__message--overrides .messages {
  background-image: none !important;
}

nav.pager {
  text-align: center;
}
nav.pager ul.pager__items {
  margin: 2rem 0;
  padding: 0;
}
nav.pager ul.pager__items li.pager__item {
  font-size: 1.125rem;
  font-weight: 300;
  padding: 0 0.125em;
  margin: 0 0.375em;
}
nav.pager ul.pager__items li.pager__item a {
  font-weight: 300;
  color: #a1a1a1;
  text-decoration: none;
}
nav.pager ul.pager__items li.pager__item.is-active {
  font-weight: 300;
  border-bottom: 1px solid #353434;
}
nav.pager ul.pager__items li.pager__item.is-active a {
  color: #212529;
}
nav.pager ul.pager__items li.pager__item.pager__item--first, nav.pager ul.pager__items li.pager__item.pager__item--last {
  display: none;
}
nav.pager ul.pager__items li.pager__item.pager__item--next, nav.pager ul.pager__items li.pager__item.pager__item--previous {
  text-transform: uppercase;
}
nav.pager ul.pager__items li.pager__item.pager__item--next a, nav.pager ul.pager__items li.pager__item.pager__item--previous a {
  font-weight: 700;
  color: #353434;
  text-decoration: none;
}

.rrssb.rrssb-bs-follow, .rrssb.rrssb-bs-default {
  padding: 0 !important;
}
.rrssb ul.rrssb-buttons {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .rrssb ul.rrssb-buttons {
    gap: 0.5rem;
  }
}
.rrssb ul.rrssb-buttons li {
  padding: 0;
  width: auto !important;
}
.rrssb ul.rrssb-buttons li a {
  height: 3rem;
  width: 3rem;
  background-color: white !important;
  border-radius: 0;
}
@media (min-width: 768px) {
  .rrssb ul.rrssb-buttons li a {
    height: 2rem;
    width: 2rem;
  }
}
.rrssb ul.rrssb-buttons li a .rrssb-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  filter: invert(1);
}
.rrssb ul.rrssb-buttons li a .rrssb-text {
  display: none;
}
.rrssb ul.rrssb-buttons li a:hover, .rrssb ul.rrssb-buttons li a:active {
  /*.rrssb-icon {
    filter: brightness(1);
  }*/
}

#block-milkweed-content .search-page .search-page--form {
  margin-bottom: 1rem;
}
#block-milkweed-content .search-page .search-page--form form {
  display: flex;
  align-items: center;
  justify-content: center;
}
#block-milkweed-content .search-page .search-page--form label {
  display: none;
}
#block-milkweed-content .search-page .search-page--form .form-item-keys {
  width: 50%;
}
#block-milkweed-content .search-page .search-page--form input[type=search] {
  max-width: 100%;
  font-size: 1rem;
  height: 3rem;
}
@media (min-width: 768px) {
  #block-milkweed-content .search-page .search-page--form input[type=search] {
    font-size: 1.125rem;
  }
}
#block-milkweed-content .search-page .search-page--form input[type=submit] {
  height: 3rem;
}
#block-milkweed-content .search-page .search-page--num-results {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: 300;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1;
  padding-top: 0.5875em;
  padding-bottom: 0.5875em;
  margin: 0;
}
#block-milkweed-content .search-page .search-page--num-results p {
  margin-bottom: 0;
}
#block-milkweed-content .search-page .search-page--results > div,
#block-milkweed-content .search-page .search-page--results > article {
  padding: 1.5em 1em 2em 1em;
}
#block-milkweed-content .search-page .search-page--results > div:nth-child(odd),
#block-milkweed-content .search-page .search-page--results > article:nth-child(odd) {
  background-color: #edecec;
}

.splide .splide__pagination .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  border: 2px solid #5B6F80;
  background-color: transparent;
}
.splide .splide__pagination .splide__pagination__page.is-active {
  transform: unset;
  background-color: #5B6F80;
}

#toolbar-administration h1, #toolbar-administration h2, #toolbar-administration h3, #toolbar-administration h4, #toolbar-administration h5, #toolbar-administration h6 {
  font-family: unset;
}

/*# sourceMappingURL=main.css.map*/