@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --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-warning: #ffc107;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-warning-rgb: 255, 193, 7;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::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: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  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, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  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: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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: var(--bs-secondary-color);
  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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.875rem;
  --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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440px;
}

.row {
  --bs-gutter-x: 1.875rem;
  --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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 1440px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.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: 1440px) {
  .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,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: 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;
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-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-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-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-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.column-gap-5 {
  column-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-lighter {
  font-weight: lighter !important;
}

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

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

.fw-medium {
  font-weight: 500 !important;
}

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

.fw-bold {
  font-weight: 700 !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-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-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: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

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

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

.user-select-none {
  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-xxl) !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-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

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

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

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

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

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

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

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

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

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

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

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

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

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

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

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

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

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

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

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

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-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;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-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;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-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;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-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: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-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-inline-grid {
    display: inline-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;
  }
}
/*********************/
/* 1. General Styles
/*********************/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /*font-smoothing:antialiased;*/
  font-weight: 400;
}

body {
  color: #2a3032;
  font-family: "baskerville-urw", Times, serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
}
body.nav-open {
  height: 100%;
  overflow: hidden;
}

*[x-apple-data-detectors] {
  border-bottom: 0 !important;
  cursor: default !important;
  color: inherit !important;
  text-decoration: none !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  position: relative;
  color: #2a3032;
  font-family: "baskerville-display-pt", Times, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.015rem;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: #2a3032;
}
h1 a:focus, .h1 a:focus, h1 a:hover, .h1 a:hover, h2 a:focus, .h2 a:focus, h2 a:hover, .h2 a:hover, h3 a:focus, .h3 a:focus, h3 a:hover, .h3 a:hover, h4 a:focus, .h4 a:focus, h4 a:hover, .h4 a:hover, h5 a:focus, .h5 a:focus, h5 a:hover, .h5 a:hover, h6 a:focus, .h6 a:focus, h6 a:hover, .h6 a:hover {
  color: #2a3032;
}

p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin: 0 0 1.875rem;
}
p a {
  color: #2a3032;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 1px;
}
p a:focus, p a:hover {
  color: #2a3032;
}

p strong,
strong,
p b,
b {
  font-weight: 700;
}

p:empty {
  display: none;
}

ol,
ul {
  list-style: none;
  /*font-size:1rem;
  line-height:1.625rem;*/
  font-weight: 400;
  margin: 0 0 1.875rem;
  padding: 0;
}
ol li,
ul li {
  position: relative;
  margin: 0;
}
ol a,
ul a {
  color: #2a3032;
}
ol a:focus, ol a:hover,
ul a:focus,
ul a:hover {
  color: #2a3032;
}

.block-text {
  display: block;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

:hover,
:focus,
:hover:before,
:focus:before,
:hover:after,
:focus:after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

button:focus {
  outline: 0;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  position: relative;
}

section {
  clear: both;
  display: block;
}

main {
  clear: both;
  overflow: hidden;
  display: block;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.video-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

.cs-public-cookie-bar.bar_large {
  padding: 30px 50px 20px 50px !important;
}

@media only screen and (max-width: 768px) {
  .cs_preview_container > div > div .cs-info-bar {
    padding: 30px 15px !important;
  }
}
.cs_preview_container.bar_large .btns_column .btn-row {
  gap: 10px !important;
}

.cs_preview_container button,
.cs_preview_container .btn {
  display: block;
  min-width: 230px;
  height: 45px;
  margin: 10px 10px 0 0 !important;
  padding: 0 !important;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem !important;
  line-height: 45px;
  font-weight: 700 !important;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.loader {
  margin: 10px auto;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #2a3032;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
#announcement-bar {
  width: 100%;
  min-height: 40px;
  padding: 0.625rem 0;
  color: #2a3032;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  background-color: #e5e3de;
}
#announcement-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#announcement-bar .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (min-width: 1200px) {
  #announcement-bar .container {
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  #announcement-bar .container {
    padding: 0 5rem;
  }
}
#announcement-bar .announcement {
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  #announcement-bar .announcement {
    margin: 0 auto;
  }
}
#announcement-bar .announcement b {
  color: #2a3032;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
#announcement-bar ul {
  display: none;
}
@media (min-width: 1200px) {
  #announcement-bar ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
    line-height: 1rem;
    margin: 0;
  }
}
#announcement-bar ul li {
  margin-right: 1rem;
}
#announcement-bar ul li a {
  color: #2a3032;
  font-size: 0.8125rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
#announcement-bar ul li a:focus, #announcement-bar ul li a:hover {
  color: #171d1f;
}
#announcement-bar .contact {
  display: none;
}
@media (min-width: 1200px) {
  #announcement-bar .contact {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
    line-height: 1rem;
    margin: 0;
  }
}
#announcement-bar .contact a {
  color: #2a3032;
  font-size: 0.8125rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
#announcement-bar .contact a:focus, #announcement-bar .contact a:hover {
  color: #171d1f;
}

.sticky-back-to-top {
  width: 50px;
  height: 50px;
  background-color: #2a3032;
  position: fixed;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  flex-direction: column;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  font-size: 11px;
  line-height: 13px;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
}
@media (max-width: 768px) {
  .sticky-back-to-top {
    display: none;
  }
}
.sticky-back-to-top:hover {
  background-color: #171d1f;
}
.sticky-back-to-top:hover svg {
  transform: translateY(-5px);
}
.sticky-back-to-top svg {
  transition: all 0.5s ease-in-out;
  width: 26px;
  height: 26px;
}

a.button,
button.wpcf7-submit,
button.needsclick,
input[type=submit],
button[type=submit] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: max-content;
  min-width: 230px;
  height: 45px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  line-height: normal;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  outline: 0;
  z-index: 1;
  border: none;
  overflow: hidden;
  background-color: #2a3032;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
a.button:before,
button.wpcf7-submit:before,
button.needsclick:before,
input[type=submit]:before,
button[type=submit]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #171d1f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
a.button:focus, a.button:hover,
button.wpcf7-submit:focus,
button.wpcf7-submit:hover,
button.needsclick:focus,
button.needsclick:hover,
input[type=submit]:focus,
input[type=submit]:hover,
button[type=submit]:focus,
button[type=submit]:hover {
  color: #fff;
}
a.button:focus:before, a.button:hover:before,
button.wpcf7-submit:focus:before,
button.wpcf7-submit:hover:before,
button.needsclick:focus:before,
button.needsclick:hover:before,
input[type=submit]:focus:before,
input[type=submit]:hover:before,
button[type=submit]:focus:before,
button[type=submit]:hover:before {
  width: 100%;
}
a.button.outline,
button.wpcf7-submit.outline,
button.needsclick.outline,
input[type=submit].outline,
button[type=submit].outline {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
a.button.outline:before,
button.wpcf7-submit.outline:before,
button.needsclick.outline:before,
input[type=submit].outline:before,
button[type=submit].outline:before {
  background-color: #fff;
}
a.button.outline:focus, a.button.outline:hover,
button.wpcf7-submit.outline:focus,
button.wpcf7-submit.outline:hover,
button.needsclick.outline:focus,
button.needsclick.outline:hover,
input[type=submit].outline:focus,
input[type=submit].outline:hover,
button[type=submit].outline:focus,
button[type=submit].outline:hover {
  color: #2a3032;
}
a.button.outline-dark,
button.wpcf7-submit.outline-dark,
button.needsclick.outline-dark,
input[type=submit].outline-dark,
button[type=submit].outline-dark {
  color: #2a3032;
  background-color: transparent;
  border: 1px solid #2a3032;
}
a.button.outline-dark:before,
button.wpcf7-submit.outline-dark:before,
button.needsclick.outline-dark:before,
input[type=submit].outline-dark:before,
button[type=submit].outline-dark:before {
  background-color: #2a3032;
}
a.button.outline-dark:focus, a.button.outline-dark:hover,
button.wpcf7-submit.outline-dark:focus,
button.wpcf7-submit.outline-dark:hover,
button.needsclick.outline-dark:focus,
button.needsclick.outline-dark:hover,
input[type=submit].outline-dark:focus,
input[type=submit].outline-dark:hover,
button[type=submit].outline-dark:focus,
button[type=submit].outline-dark:hover {
  color: #fff;
}

.text-button {
  position: relative;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin: 0;
}
.text-button:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 97%;
  height: 1px;
  z-index: 0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.text-button:focus, .text-button:hover {
  color: #e5e3de;
}
.text-button:focus:before, .text-button:hover:before {
  background-color: #e5e3de;
}

div.wpforms-container-full {
  margin: 0 auto !important;
}

.wpforms-form .wpforms-field-label {
  display: block;
  color: #2a3032 !important;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
  font-style: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin: 0 0 0.425rem !important;
  padding: 0 !important;
}

.wpforms-form .wpforms-required-label {
  color: #2a3032 !important;
  font-size: 0.925rem;
  margin-left: -0.2rem;
}

.wpforms-form .wpforms-field-sublabel {
  color: #898989 !important;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
  font-style: normal;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin: 0.2rem 0 0 0.2rem !important;
  padding: 0 !important;
}

.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wpforms-container select,
.wpforms-container textarea {
  width: 100%;
  max-width: 100%;
  height: 50px !important;
  display: block;
  float: none;
  margin: 0 0 1rem;
  padding: 0 1rem !important;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem !important;
  line-height: normal !important;
  letter-spacing: 0rem;
  color: #2a3032 !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f1ee !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.35s ease-in-out !important;
  -moz-transition: all 0.35s ease-in-out !important;
  -ms-transition: all 0.35s ease-in-out !important;
  -o-transition: all 0.35s ease-in-out !important;
  transition: all 0.35s ease-in-out !important;
}
.wpforms-container input[type=date]:focus,
.wpforms-container input[type=datetime]:focus,
.wpforms-container input[type=datetime-local]:focus,
.wpforms-container input[type=email]:focus,
.wpforms-container input[type=month]:focus,
.wpforms-container input[type=number]:focus,
.wpforms-container input[type=password]:focus,
.wpforms-container input[type=range]:focus,
.wpforms-container input[type=search]:focus,
.wpforms-container input[type=tel]:focus,
.wpforms-container input[type=text]:focus,
.wpforms-container input[type=time]:focus,
.wpforms-container input[type=url]:focus,
.wpforms-container input[type=week]:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
  border: none !important;
  background: #e5e3de !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.wpforms-container textarea {
  min-height: 170px !important;
  padding: 1rem !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li {
  justify-content: center;
}

div.wpforms-container-full input[type=checkbox],
div.wpforms-container-full input[type=radio] {
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
}
div.wpforms-container-full input[type=checkbox]:before,
div.wpforms-container-full input[type=radio]:before {
  border: none !important;
  background-color: #f2f1ee !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

div.wpforms-container-full input[type=checkbox]:checked::before,
div.wpforms-container-full input[type=radio]:checked::before {
  width: 18px !important;
  height: 18px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

div.wpforms-container-full input[type=checkbox]:checked::after {
  height: 0.625rem !important;
  border-left: 4px solid #2a3032 !important;
  border-bottom: 4px solid #2a3032 !important;
}

div.wpforms-container-full input[type=checkbox] + label,
div.wpforms-container-full input[type=radio] + label {
  font-size: 0.875rem !important;
  line-height: 1rem !important;
}
div.wpforms-container-full input[type=checkbox] + label a,
div.wpforms-container-full input[type=radio] + label a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 1px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input + label {
  padding-left: 0.5rem !important;
}

.wpforms-container input[type=submit],
.wpforms-container button[type=submit] {
  width: 100% !important;
  height: 50px !important;
  font-size: 1rem !important;
  line-height: normal !important;
  text-transform: none;
  letter-spacing: normal;
  background-color: #2a3032 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.wpforms-confirmation-container-full {
  color: #2a3032 !important;
  margin: 0 0 1.5rem !important;
  background: #f2f1ee !important;
  border: 1px solid #2a3032 !important;
}

/*
.asl_w_container{
	position:relative;
	top:30%;
	margin:0 auto!important;

	.probox{
		height:50px!important;

		input{
			height:50px!important;
		}
	}

	.promagnifier{
		margin:11px 11px 0 0!important;
	}

	.proloading,
	.proclose{
		margin-top:11px!important;
	}
}


input.autocomplete{
	margin-top:-50px!important;
}
*/
.cky-consent-container .cky-consent-bar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.cky-consent-bar .cky-banner-btn-close {
  top: 10px !important;
  right: 12px !important;
}

.cky-notice-des p {
  font-size: 1rem;
  line-height: 1.375rem;
}

.cky-btn {
  width: auto;
  height: 44px;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif !important;
  font-size: 0.6rem !important;
  line-height: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0.2rem !important;
  text-transform: uppercase !important;
  border-width: 1px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.cky-preference-content-wrapper .cky-show-desc-btn {
  width: auto !important;
  color: #2a3032 !important;
  letter-spacing: normal !important;
  text-decoration: underline !important;
  text-underline-offset: 0.25rem !important;
}

/*
button.cky-show-desc-btn:not(:hover):not(:active) {
	color:$cy-gold!important;
}
*/
.cky-accordion-header .cky-accordion-btn {
  width: auto;
  height: auto;
  letter-spacing: normal;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone,
img.alignnone,
a img.alignnone {
  margin: 0 0 2rem;
}

.alignleft,
img.alignleft,
a img.alignleft {
  margin: 0 0 2rem;
}

.aligncenter,
div.aligncenter,
img.aligncenter,
a img.aligncenter {
  margin: 0 auto 2rem;
}

.alignright,
img.alignright,
a img.alignright {
  margin: 0 0 2rem;
}

@media (min-width: 576px) {
  .alignleft,
  img.alignleft,
  a img.alignleft {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .aligncenter,
  div.aligncenter,
  img.aligncenter,
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright,
  img.alignright,
  a img.alignright {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* =Gutenberg Block Library
-------------------------------------------------------------- */
.wp-block-archives {
  box-sizing: border-box;
}

.wp-block-archives-dropdown label {
  display: block;
}

.wp-block-avatar {
  line-height: 0;
}

.wp-block-avatar, .wp-block-avatar img {
  box-sizing: border-box;
}

.wp-block-avatar.aligncenter {
  text-align: center;
}

.wp-block-audio {
  box-sizing: border-box;
}

.wp-block-audio figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}

.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}

.wp-block-button__link.aligncenter {
  text-align: center;
}

.wp-block-button__link.alignright {
  text-align: right;
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit;
}

.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}

.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline > .wp-block-button__link {
  border: 2px solid;
  padding: 0.667em 1.333em;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: currentColor;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background-color: transparent;
  background-image: none;
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
  border-width: initial;
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
  border-top-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
  border-right-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
  border-bottom-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
  border-left-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
  border-width: initial;
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
  border-top-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
  border-right-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
  border-bottom-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
  border-left-width: medium;
}

.wp-block-buttons.is-vertical {
  flex-direction: column;
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}

.wp-block-buttons.aligncenter {
  text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}

.wp-block-button.aligncenter, .wp-block-calendar {
  text-align: center;
}

.wp-block-calendar td, .wp-block-calendar th {
  border: 1px solid;
  padding: 0.25em;
}

.wp-block-calendar th {
  font-weight: 400;
}

.wp-block-calendar caption {
  background-color: inherit;
}

.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}

.wp-block-calendar table.has-background th {
  background-color: inherit;
}

.wp-block-calendar table.has-text-color th {
  color: inherit;
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}

.wp-block-categories {
  box-sizing: border-box;
}

.wp-block-categories.alignleft {
  margin-right: 2em;
}

.wp-block-categories.alignright {
  margin-left: 2em;
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center;
}

.wp-block-code {
  box-sizing: border-box;
}

.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
  flex-grow: 0;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

.wp-block-post-comments {
  box-sizing: border-box;
}

.wp-block-post-comments .alignleft {
  float: left;
}

.wp-block-post-comments .alignright {
  float: right;
}

.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table;
}

.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}

.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}

.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-post-comments .comment-author {
  line-height: 1.5;
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  margin-top: 0.5em;
  width: 2.5em;
}

.wp-block-post-comments .comment-author cite {
  font-style: normal;
}

.wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}

.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.875em;
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0.35em;
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}

.wp-block-post-comments .comment-reply-title :where(small, .small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

.wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none;
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center;
}

.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}

.wp-block-comment-template li {
  clear: both;
}

.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem;
}

.wp-block-comment-template.alignleft {
  float: left;
}

.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-comment-template.alignright {
  float: right;
}

.wp-block-cover, .wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}

.wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: transparent;
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: "";
}

.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}

.wp-block-cover-image:after, .wp-block-cover:after {
  content: "";
  display: block;
  font-size: 0;
  min-height: inherit;
}

@supports (position: sticky) {
  .wp-block-cover-image:after, .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  display: flex;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 1;
}

.wp-block-cover h1:where(:not(.has-text-color)), .wp-block-cover .h1:where(:not(.has-text-color)), .wp-block-cover h2:where(:not(.has-text-color)), .wp-block-cover .h2:where(:not(.has-text-color)), .wp-block-cover h3:where(:not(.has-text-color)), .wp-block-cover .h3:where(:not(.has-text-color)), .wp-block-cover h4:where(:not(.has-text-color)), .wp-block-cover .h4:where(:not(.has-text-color)), .wp-block-cover h5:where(:not(.has-text-color)), .wp-block-cover .h5:where(:not(.has-text-color)), .wp-block-cover h6:where(:not(.has-text-color)), .wp-block-cover .h6:where(:not(.has-text-color)), .wp-block-cover p:where(:not(.has-text-color)), .wp-block-cover-image h1:where(:not(.has-text-color)), .wp-block-cover-image .h1:where(:not(.has-text-color)), .wp-block-cover-image h2:where(:not(.has-text-color)), .wp-block-cover-image .h2:where(:not(.has-text-color)), .wp-block-cover-image h3:where(:not(.has-text-color)), .wp-block-cover-image .h3:where(:not(.has-text-color)), .wp-block-cover-image h4:where(:not(.has-text-color)), .wp-block-cover-image .h4:where(:not(.has-text-color)), .wp-block-cover-image h5:where(:not(.has-text-color)), .wp-block-cover-image .h5:where(:not(.has-text-color)), .wp-block-cover-image h6:where(:not(.has-text-color)), .wp-block-cover-image .h6:where(:not(.has-text-color)), .wp-block-cover-image p:where(:not(.has-text-color)) {
  color: inherit;
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
  z-index: 0;
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image .h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image .h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
  color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2, section.wp-block-cover-image.has-left-content > .h2 {
  margin-left: 0;
  text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2, section.wp-block-cover-image.has-right-content > .h2 {
  margin-right: 0;
  text-align: right;
}

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image > h2, section.wp-block-cover-image > .h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
  z-index: 1;
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}

.wp-block-details {
  box-sizing: border-box;
  overflow: hidden;
}

.wp-block-details summary {
  cursor: pointer;
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}

.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px;
}

.wp-block-embed {
  overflow-wrap: break-word;
}

.wp-block-embed figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.wp-block-embed iframe {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

.wp-block-file {
  box-sizing: border-box;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 0.8em;
}

.wp-block-file.aligncenter {
  text-align: center;
}

.wp-block-file.alignright {
  text-align: right;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

:where(.wp-block-file) {
  margin-bottom: 1.5em;
}

.wp-block-file__embed {
  margin-bottom: 1em;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - 0.66667em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - 0.75em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - 0.8em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - 0.83333em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - 0.85714em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - 0.875em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
  flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}

.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333);
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714);
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}

.wp-block-group {
  box-sizing: border-box;
}

h1.has-background, .has-background.h1, h2.has-background, .has-background.h2, h3.has-background, .has-background.h3, h4.has-background, .has-background.h4, h5.has-background, .has-background.h5, h6.has-background, .has-background.h6 {
  padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), .has-text-align-left[style*=writing-mode].h1:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), .has-text-align-right[style*=writing-mode].h1:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), .has-text-align-left[style*=writing-mode].h2:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), .has-text-align-right[style*=writing-mode].h2:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), .has-text-align-left[style*=writing-mode].h3:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), .has-text-align-right[style*=writing-mode].h3:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), .has-text-align-left[style*=writing-mode].h4:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), .has-text-align-right[style*=writing-mode].h4:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), .has-text-align-left[style*=writing-mode].h5:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), .has-text-align-right[style*=writing-mode].h5:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), .has-text-align-left[style*=writing-mode].h6:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), .has-text-align-right[style*=writing-mode].h6:where([style*=vertical-rl]) {
  rotate: 180deg;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius] > a {
  border-radius: inherit;
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
  display: table;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.wp-block-image .is-style-rounded img, .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}

@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid;
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid;
}

.wp-block-image figure {
  margin: 0;
}

.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.wp-lightbox-container img {
  cursor: zoom-in;
}

.wp-lightbox-container img:hover + button {
  opacity: 1;
}

.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity 0.2s ease;
  width: 20px;
  z-index: 100;
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto rgba(90, 90, 90, 0.25);
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}

.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1;
}

.wp-lightbox-container button:focus {
  opacity: 1;
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
}

.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 100000;
}

.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999;
}

.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
  display: none;
}

.wp-lightbox-overlay button {
  background: none;
  border: none;
}

.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 2000000;
}

.wp-lightbox-overlay.active {
  animation: turn-on-visibility 0.25s both;
  visibility: visible;
}

.wp-lightbox-overlay.active img {
  animation: turn-on-visibility 0.35s both;
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) {
  animation: turn-off-visibility 0.35s both;
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) img {
  animation: turn-off-visibility 0.25s both;
}

@media (prefers-reduced-motion: no-preference) {
  .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    animation: lightbox-zoom-in 0.4s;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility 0.4s forwards;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container {
    animation: lightbox-zoom-out 0.4s;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
    animation: turn-off-visibility 0.4s forwards;
  }
}
@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8;
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
  line-height: 1.5;
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  margin: 0.36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}

.wp-block-latest-comments[class*=-font-size] a, .wp-block-latest-comments[style*=font-size] a {
  font-size: inherit;
}

.wp-block-latest-posts {
  box-sizing: border-box;
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}

.wp-block-latest-posts.alignright {
  margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}

.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.wp-block-latest-posts__featured-image a {
  display: inline-block;
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}

ol, ul {
  box-sizing: border-box;
}

ol.has-background, ul.has-background {
  padding: 1.25em 2.375em;
}

.wp-block-media-text {
  box-sizing: border-box;
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}

.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  --navigation-layout-justification-setting:flex-start;
  --navigation-layout-direction:row;
  --navigation-layout-wrap:wrap;
  --navigation-layout-justify:flex-start;
  --navigation-layout-align:center;
  position: relative;
}

.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}

.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none;
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit;
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
  text-decoration: none;
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  text-decoration: none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: 0.6em;
  line-height: 0;
  margin-left: 0.25em;
  padding: 0;
  width: 0.6em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
  display: inline-block;
  height: inherit;
  margin-top: 0.075em;
  width: inherit;
}

.wp-block-navigation.is-vertical {
  --navigation-layout-direction:column;
  --navigation-layout-justify:initial;
  --navigation-layout-align:flex-start;
}

.wp-block-navigation.no-wrap {
  --navigation-layout-wrap:nowrap;
}

.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting:center;
  --navigation-layout-justify:center;
}

.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align:center;
}

.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting:flex-end;
  --navigation-layout-justify:flex-end;
}

.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align:flex-end;
}

.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting:space-between;
  --navigation-layout-justify:space-between;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0;
}

@media (min-width: 782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: 0.5em;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}

@media (min-width: 782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation-submenu {
  display: flex;
  position: relative;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}

button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
}

.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: 0.85em;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
  gap: inherit;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: 0.5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: 0.5em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}

@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  color: #000;
}

.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.wp-block-navigation__container .is-responsive {
  display: none;
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
  flex-grow: 1;
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
  z-index: 100000;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms;
  }
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: transparent !important;
  color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto;
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
  color: #000;
}

.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
  background: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px;
}

.wp-block-navigation__responsive-container-open {
  display: flex;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.wp-block-navigation__responsive-close {
  width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
}

.wp-block-navigation__responsive-close:focus {
  outline: none;
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}

.wp-block-navigation__responsive-dialog {
  position: relative;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}

@media (min-width: 782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px;
  }
}
html.has-modal-open {
  overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}

.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}

.is-small-text {
  font-size: 0.875em;
}

.is-regular-text {
  font-size: 1em;
}

.is-large-text {
  font-size: 2.25em;
}

.is-larger-text {
  font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}

p.has-drop-cap.has-background {
  overflow: hidden;
}

p.has-background {
  padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-post-author__byline {
  font-size: 0.5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.wp-block-post-author__avatar {
  margin-right: 1em;
}

.wp-block-post-author__bio {
  font-size: 0.7em;
  margin-bottom: 0.7em;
}

.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1;
}

.wp-block-post-author__name {
  margin: 0;
}

.wp-block-post-comments-form {
  box-sizing: border-box;
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit;
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit;
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit;
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit;
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit;
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit;
}

.wp-block-post-comments-form input[type=submit] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center;
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form textarea {
  padding: calc(0.667em + 2px);
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0.35em;
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}

.wp-block-post-comments-form .comment-reply-title :where(small, .small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

.wp-block-post-date {
  box-sizing: border-box;
}

:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__more-link {
  display: inline-block;
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-post-featured-image a {
  display: block;
  height: 100%;
}

.wp-block-post-featured-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
  width: 100%;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute;
}

.wp-block-post-featured-image {
  position: relative;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: 0.1;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.9;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1);
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1);
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"], .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg;
}

.wp-block-post-terms {
  box-sizing: border-box;
}

.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap;
}

.wp-block-post-time-to-read, .wp-block-post-title {
  box-sizing: border-box;
}

.wp-block-post-title {
  word-break: break-word;
}

.wp-block-post-title a {
  display: inline-block;
}

.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap;
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-pullquote {
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 3em 0;
  text-align: center;
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
  color: inherit;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 420px;
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
  position: relative;
}

.wp-block-pullquote .has-text-color a {
  color: inherit;
}

:where(.wp-block-pullquote) {
  margin: 0 0 1em;
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none;
}

.wp-block-pullquote cite {
  color: inherit;
}

.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}

.wp-block-post-template.wp-block-post-template {
  background: none;
}

.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em;
}

.wp-block-post-template.is-flex-container > li {
  margin: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
@media (max-width: 600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
}
.wp-block-post-template-is-layout-constrained > li > .alignright, .wp-block-post-template-is-layout-flow > li > .alignright {
  -webkit-margin-start: 2em;
  -webkit-margin-end: 0;
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}

.wp-block-post-template-is-layout-constrained > li > .alignleft, .wp-block-post-template-is-layout-flow > li > .alignleft {
  -webkit-margin-start: 0;
  -webkit-margin-end: 2em;
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0;
}

.wp-block-post-template-is-layout-constrained > li > .aligncenter, .wp-block-post-template-is-layout-flow > li > .aligncenter {
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}

.wp-block-query-pagination.aligncenter {
  justify-content: center;
}

.wp-block-query-title, .wp-block-quote {
  box-sizing: border-box;
}

.wp-block-quote {
  overflow-wrap: break-word;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}

.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-read-more:not([style*=text-decoration]), .wp-block-read-more:not([style*=text-decoration]):active, .wp-block-read-more:not([style*=text-decoration]):focus {
  text-decoration: none;
}

ul.wp-block-rss {
  list-style: none;
  padding: 0;
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}

ul.wp-block-rss.alignleft {
  margin-right: 2em;
}

ul.wp-block-rss.alignright {
  margin-left: 2em;
}

ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}

@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
}

.wp-block-search__button.has-icon {
  line-height: 0;
}

.wp-block-search__button svg {
  fill: currentColor;
  min-height: 24px;
  min-width: 24px;
  vertical-align: text-bottom;
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.wp-block-search__label {
  width: 100%;
}

.wp-block-search__input {
  -webkit-appearance: initial;
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  flex-shrink: 0;
  margin-left: 0;
  max-width: calc(100% - 100px);
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}

.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width;
}

.wp-block-search__button-behavior-expand .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: 0.3s;
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden, .wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  overflow: hidden;
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important;
}

.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
  float: right;
}

.wp-block-separator {
  border: 1px solid;
  border-left: none;
  border-right: none;
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  height: auto;
  line-height: 1;
  text-align: center;
}

.wp-block-separator.is-style-dots:before {
  color: currentColor;
  content: "Â·Â·Â·";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}

.wp-block-site-logo a {
  display: inline-block;
  line-height: 0;
}

.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}

.wp-block-site-logo a, .wp-block-site-logo img {
  border-radius: inherit;
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}

.wp-block-site-title a {
  color: inherit;
}

.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}

.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}

.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: 0.65em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}

.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center;
}

.wp-block-social-links.alignright {
  justify-content: flex-end;
}

.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform 0.1s ease;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}

.wp-block-social-link:hover {
  transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
  fill: currentColor;
  color: currentColor;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  stroke: #000;
  background-color: #fefc00;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
  background-color: #000;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  stroke: #000;
  color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-threads, .wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-x {
  color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000;
}

.wp-block-spacer {
  clear: both;
}

.wp-block-tag-cloud {
  box-sizing: border-box;
}

.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center;
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}

.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}

.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}

.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table thead {
  border-bottom: 3px solid;
}

.wp-block-table tfoot {
  border-top: 3px solid;
}

.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto;
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
  word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: transparent;
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
  border-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
  border-top-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor;
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
  border-right-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
  border-bottom-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor;
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
  border-left-color: inherit;
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
  border-style: inherit;
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
  border-style: inherit;
  border-width: inherit;
}

:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
  display: flex;
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}

pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap;
}

:where(pre.wp-block-verse) {
  font-family: inherit;
}

.wp-block-video {
  box-sizing: border-box;
}

.wp-block-video video {
  vertical-align: middle;
  width: 100%;
}

@supports (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}

.wp-block-video figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.editor-styles-wrapper, .entry-content {
  counter-reset: footnotes;
}

a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super;
}

a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0;
}

.wp-element-button {
  cursor: pointer;
}

:root {
  --wp--preset--font-size--normal:16px;
  --wp--preset--font-size--huge:42px;
}

:root .has-very-light-gray-background-color {
  background-color: #eee;
}

:root .has-very-dark-gray-background-color {
  background-color: #313131;
}

:root .has-very-light-gray-color {
  color: #eee;
}

:root .has-very-dark-gray-color {
  color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
  font-size: 1em;
}

.has-larger-font-size {
  font-size: 2.625em;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*=border-top-color]) {
  border-top-style: solid;
}

html :where([style*=border-right-color]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
  border-left-style: solid;
}

html :where([style*=border-width]) {
  border-style: solid;
}

html :where([style*=border-top-width]) {
  border-top-style: solid;
}

html :where([style*=border-right-width]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
  border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px);
}

@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset:0px;
  }
}
/*********************/
/* 1. Navigation
/*********************/
.navbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
  height: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .navbar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.navbar .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.navbar .container.top-level-container {
  max-width: 100%;
  height: 100px;
}
@media (min-width: 1440px) {
  .navbar .container.top-level-container {
    padding: 0 5rem;
  }
}
.navbar .navbar-brand img,
.navbar .navbar-brand svg {
  width: 210px;
  height: auto;
  fill: #2a3032;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 576px) {
  .navbar .navbar-brand img,
  .navbar .navbar-brand svg {
    width: 224px;
  }
}

/* Navbar Toggle Button */
button.nav-toggler {
  position: relative;
  top: 0.25rem;
  right: 0;
  outline: none;
  width: 24px;
  min-width: unset;
  height: 20px;
  cursor: pointer;
  align-self: center;
  border: none;
  margin-top: 0;
  z-index: 99999;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1200px) {
  button.nav-toggler {
    display: none;
  }
}
button.nav-toggler span {
  position: absolute;
  right: 0;
  width: 24px;
  height: 1.5px;
  border-right: 0;
  background-color: #2a3032;
}
button.nav-toggler span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button.nav-toggler span:nth-child(2) {
  top: 8px;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button.nav-toggler span:nth-child(3) {
  top: 8px;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button.nav-toggler span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button.nav-toggler:before, button.nav-toggler:after {
  display: none;
}
button.nav-toggler:focus span, button.nav-toggler:hover span {
  background-color: #2a3032;
}
button.nav-toggler.active span {
  background-color: #2a3032;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button.nav-toggler.active span:nth-child(1) {
  top: 0;
  width: 0;
  opacity: 0;
}
button.nav-toggler.active span:nth-child(2) {
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.nav-toggler.active span:nth-child(3) {
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
button.nav-toggler.active span:nth-child(4) {
  top: 14px;
  width: 0;
  opacity: 0;
}
button.nav-toggler.active:focus span, button.nav-toggler.active:hover span {
  background-color: #2a3032;
}

/* Main Nav */
.nav-collapse {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
  flex: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  background: #e5e3de;
  padding-top: 6rem;
  padding-bottom: 10rem;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 1200px) {
  .nav-collapse {
    -ms-flex-direction: row;
    flex-direction: row;
    align-self: center;
    flex-basis: auto;
    position: static;
    width: auto;
    height: 22px;
    opacity: 1;
    visibility: visible;
    background: transparent;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
}
.nav-collapse.collapse:not(.show) {
  display: none;
}
@media (min-width: 1200px) {
  .nav-collapse.collapse:not(.show) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-collapse.show {
  height: 100vh;
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav-collapse.collapsing {
  position: absolute;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.nav-collapse ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0 0 3rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .nav-collapse ul {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: auto;
    padding-left: 1.75rem;
  }
}
.nav-collapse ul li {
  position: relative;
  opacity: 1;
  margin: 1.5rem 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .nav-collapse ul li {
    margin: 0 clamp(15px, 1.5vw, 26px) 0 0;
  }
}
.nav-collapse ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
  color: #2a3032;
  font-family: "baskerville-display-pt", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .nav-collapse ul li a {
    height: 22px;
    padding: 3.125rem 0;
    font-size: clamp(15px, 0.92vw, 18px);
  }
  .nav-collapse ul li a:before {
    content: "";
    position: absolute;
    bottom: 2.375rem;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #2a3032;
  }
}
.nav-collapse ul li a.dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-top: 0.1rem;
  margin-left: 0.25rem;
  background: url("../images/layout/caret.svg") no-repeat center center;
  background-size: 10px 6px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.nav-collapse ul li a:focus:before, .nav-collapse ul li a:hover:before {
  width: 100%;
}
.nav-collapse ul li.current-menu-item a:before, .nav-collapse ul li.current-page-item a:before, .nav-collapse ul li.current_menu_parent a:before, .nav-collapse ul li.current_page_parent a:before, .nav-collapse ul li.active a:before {
  width: 100%;
}
@media (min-width: 1200px) {
  .nav-collapse ul li.dropdown {
    position: static;
  }
}
.nav-collapse ul li.dropdown-open a.dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-collapse ul li .dropdown-menu {
  display: none;
  position: static;
  min-width: 180px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  text-align: center;
  border: none;
}
@media (min-width: 768px) {
  .nav-collapse ul li .dropdown-menu {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .nav-collapse ul li .dropdown-menu {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100vw;
    height: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 0;
    opacity: 1;
    overflow: hidden;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: height 0.75s cubic-bezier(0.33, 1, 0.4, 1.1);
    -moz-transition: height 0.75s cubic-bezier(0.33, 1, 0.4, 1.1);
    -ms-transition: height 0.75s cubic-bezier(0.33, 1, 0.4, 1.1);
    -o-transition: height 0.75s cubic-bezier(0.33, 1, 0.4, 1.1);
    transition: height 0.75s cubic-bezier(0.33, 1, 0.4, 1.1);
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15);
  }
}
.nav-collapse ul li .dropdown-menu .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 1200px) {
  .nav-collapse ul li .dropdown-menu .container {
    max-width: 1170px;
    padding: 2rem 0 0;
  }
}
@media (min-width: 1440px) {
  .nav-collapse ul li .dropdown-menu .container {
    max-width: 1200px;
  }
}
.nav-collapse ul li .dropdown-menu.show {
  height: auto;
}
.nav-collapse ul li .dropdown-menu .menu {
  width: 100%;
}
@media (min-width: 1200px) {
  .nav-collapse ul li .dropdown-menu .menu {
    width: auto;
  }
}
.nav-collapse ul li .dropdown-menu .menu .h4 {
  display: block;
  padding: 0 !important;
  position: relative;
}
.nav-collapse ul li .dropdown-menu .menu .h4:before {
  bottom: -4px;
}
.nav-collapse ul li .dropdown-menu .menu h4, .nav-collapse ul li .dropdown-menu .menu .h4 {
  color: #2a3032;
  font-size: 1rem;
  font-weight: 700;
  margin: 3rem 0 1rem;
}
@media (min-width: 1200px) {
  .nav-collapse ul li .dropdown-menu .menu h4, .nav-collapse ul li .dropdown-menu .menu .h4 {
    margin: 0 0 1rem;
  }
}
.nav-collapse ul li .dropdown-menu .menu ul {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 1200px) {
  .nav-collapse ul li .dropdown-menu .menu ul {
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: 2.25rem;
    padding-left: 0;
  }
}
.nav-collapse ul li .dropdown-menu .menu ul li {
  margin: 0;
}
.nav-collapse ul li .dropdown-menu .menu ul li a {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: #2a3032;
  font-family: "baskerville-urw", Times, serif;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: normal;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-collapse ul li .dropdown-menu .menu ul li a.highlight {
  color: #800020;
}
.nav-collapse ul li .dropdown-menu .menu ul li a:focus, .nav-collapse ul li .dropdown-menu .menu ul li a:hover {
  color: #2a3032;
}
.nav-collapse ul li .dropdown-menu .menu ul li a:before, .nav-collapse ul li .dropdown-menu .menu ul li a:after {
  display: none;
}
@media (min-width: 1200px) {
  .nav-collapse ul li .dropdown-menu .menu h4 + ul, .nav-collapse ul li .dropdown-menu .menu .h4 + ul {
    margin-top: 0;
  }
}
.nav-collapse ul li .dropdown-menu .menu-image-link {
  display: none;
}
@media (min-width: 1200px) {
  .nav-collapse ul li .dropdown-menu .menu-image-link {
    display: block;
    margin-left: 2rem;
  }
}
.nav-collapse ul li .dropdown-menu .menu-image-link a {
  position: relative;
  height: auto;
  padding: 0;
  background-color: #2a3032;
}
.nav-collapse ul li .dropdown-menu .menu-image-link a h4, .nav-collapse ul li .dropdown-menu .menu-image-link a .h4 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: max-content;
  margin: 0 auto;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  z-index: 50;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-collapse ul li .dropdown-menu .menu-image-link a h4:after, .nav-collapse ul li .dropdown-menu .menu-image-link a .h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  height: 1px;
  background-color: #fff;
}
.nav-collapse ul li .dropdown-menu .menu-image-link a img {
  max-width: 330px;
  height: auto;
  align-self: center;
  opacity: 0.85;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.nav-collapse ul li .dropdown-menu .menu-image-link a:focus img, .nav-collapse ul li .dropdown-menu .menu-image-link a:hover img {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .nav-collapse ul li.dropdown:hover .dropdown-menu, .nav-collapse ul li.dropdown:focus .dropdown-menu {
    height: 265px;
    border-top: 1px solid #e5e3de;
  }
}
.nav-collapse ul.announcement-bar-mobile-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.75rem;
}
@media (min-width: 1200px) {
  .nav-collapse ul.announcement-bar-mobile-menu {
    display: none;
  }
}
.nav-collapse ul.announcement-bar-mobile-menu li {
  margin: 0.875rem 0;
}
.nav-collapse ul.announcement-bar-mobile-menu li a {
  color: #2a3032;
}
.nav-collapse ul.announcement-bar-mobile-menu li a:focus, .nav-collapse ul.announcement-bar-mobile-menu li a:hover {
  color: #171d1f;
}
.nav-collapse .contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2.375rem;
}
@media (min-width: 1200px) {
  .nav-collapse .contact {
    display: none;
  }
}
.nav-collapse .contact a {
  color: #2a3032;
  font-size: 1.25rem;
  text-decoration: underline;
  text-underline-offset: 0.275rem;
}
.nav-collapse .contact a:focus, .nav-collapse .contact a:hover {
  color: #171d1f;
}
.nav-collapse .social-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 26px;
  margin: 0 auto 2.75rem;
}
@media (min-width: 1200px) {
  .nav-collapse .social-links {
    display: none;
  }
}
.nav-collapse .social-links a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 26px;
  margin: 0 0.75rem;
}
.nav-collapse .social-links a svg {
  width: 21px;
  height: auto;
  max-height: 19px;
  fill: #2a3032;
  opacity: 1;
}
.nav-collapse .social-links a svg:focus, .nav-collapse .social-links a svg:hover {
  fill: #171d1f;
}
.nav-collapse .social-links a.instagram svg {
  max-height: 22px;
}
.nav-collapse .social-links a.youtube svg {
  width: 25px;
}

/* Search/Cart Menu */
.ecommerce-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 28px;
  z-index: 999;
  margin: 0 0.45rem 0 auto;
}
.ecommerce-menu a {
  position: relative;
}
.ecommerce-menu a img,
.ecommerce-menu a svg {
  height: auto;
  fill: none;
  stroke: #2a3032;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ecommerce-menu a.search {
  margin: 0 0.375rem;
}
@media (min-width: 1200px) {
  .ecommerce-menu a.search {
    margin: 0 0 0 1.75rem;
  }
}
.ecommerce-menu a.search svg {
  width: 22px;
  stroke-width: 2.5;
}
.ecommerce-menu a.cart {
  margin: 0 0.875rem;
}
@media (min-width: 1200px) {
  .ecommerce-menu a.cart {
    margin: 0 0 0 1.75rem;
  }
}
.ecommerce-menu a.cart svg {
  width: 21px;
}
.ecommerce-menu a span.total {
  position: absolute;
  top: -0.125rem;
  right: -0.625rem;
  width: 18px;
  height: 13px;
  color: #fff;
  font-family: "baskerville-display-pt", Times, serif;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0rem;
  background-color: #2a3032;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.page-template-tpl-search-results .ecommerce-menu a.search {
  display: none;
}

/*********************/
/* Hero Header
/*********************/
#home-hero {
  position: relative;
  width: 100%;
  height: calc(100dvh - 100px);
  min-height: 620px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #home-hero {
    height: 900px;
  }
}
#home-hero .container {
  position: relative;
}
#home-hero .swiper .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
#home-hero .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
  left: calc(var(--bs-gutter-x) * 0.5);
  right: unset;
}
@media (min-width: 768px) {
  #home-hero .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
  }
}
#home-hero .hero-carousel {
  height: 100%;
}
#home-hero .hero-carousel .hero-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#home-hero .hero-carousel .hero-slide .hero-content {
  position: relative;
  max-width: 550px;
  margin: 0 0 5.5rem;
  z-index: 50;
}
@media (min-width: 768px) {
  #home-hero .hero-carousel .hero-slide .hero-content {
    margin: 0 0 6.5rem;
  }
}
#home-hero .hero-carousel .hero-slide .hero-content h2, #home-hero .hero-carousel .hero-slide .hero-content .h2 {
  color: #fff;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  #home-hero .hero-carousel .hero-slide .hero-content h2, #home-hero .hero-carousel .hero-slide .hero-content .h2 {
    font-size: 3.5rem;
    line-height: 3.75rem;
    margin: 0 0 1.25rem;
  }
}
#home-hero .hero-carousel .hero-slide .hero-content p {
  color: #fff;
}
@media (min-width: 768px) {
  #home-hero .hero-carousel .hero-slide .hero-content p {
    font-size: 1.0625rem;
  }
}
#home-hero .hero-carousel .hero-slide .hero-content .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 576px) {
  #home-hero .hero-carousel .hero-slide .hero-content .buttons {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#home-hero .hero-carousel .hero-slide .hero-content .buttons a.button:first-of-type {
  margin-right: 1rem;
}
#home-hero .hero-carousel .hero-slide .hero-content .buttons a.button:nth-of-type(2) {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  #home-hero .hero-carousel .hero-slide .hero-content .buttons a.button:nth-of-type(2) {
    margin-top: 0;
  }
}
#home-hero .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.95);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.95));
}

/*********************/
/* Introduction
/*********************/
#introduction {
  padding: 6.25rem 0 6rem;
}
@media (min-width: 768px) {
  #introduction {
    padding: 8.25rem 0 8.5rem;
  }
}
@media (min-width: 992px) {
  #introduction .container {
    max-width: 960px;
  }
}
#introduction .title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#introduction .title > div {
  margin-top: auto;
}
#introduction .content {
  margin-top: auto;
}
@media (min-width: 992px) {
  #introduction .content {
    margin-bottom: -0.25rem;
  }
}
#introduction h1, #introduction .h1, #introduction h2, #introduction .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.875rem;
}
@media (min-width: 768px) {
  #introduction h1, #introduction .h1, #introduction h2, #introduction .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#introduction h1.project-title, #introduction .project-title.h1, #introduction h2.project-title, #introduction .project-title.h2 {
  font-size: 1.2rem;
  line-height: 1.375rem;
  margin: 0 0 1.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  #introduction h1.project-title, #introduction .project-title.h1, #introduction h2.project-title, #introduction .project-title.h2 {
    font-size: 1.2rem;
    line-height: 1.375rem;
  }
}
#introduction a.button {
  margin: 1.875rem 0 0;
}
#introduction a.button.margin-top {
  margin-top: 3.875rem;
}
#introduction p {
  margin: 0 0 1.875rem;
}
#introduction p:last-of-type {
  margin: 0;
}

/*********************/
/* Featured Projects/Landing Gallery
/*********************/
#featured-projects,
#landing-gallery {
  position: relative;
  padding: 0;
}
#featured-projects .vertical-text,
#landing-gallery .vertical-text {
  display: none;
}
@media (min-width: 992px) {
  #featured-projects .vertical-text,
  #landing-gallery .vertical-text {
    display: block;
    position: absolute;
    top: 45%;
    left: 1.875rem;
    margin: 0;
    writing-mode: vertical-lr;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 1440px) {
  #featured-projects .vertical-text,
  #landing-gallery .vertical-text {
    left: 3rem;
  }
}
#featured-projects .container,
#landing-gallery .container {
  position: relative;
}
@media (min-width: 1440px) {
  #featured-projects .container,
  #landing-gallery .container {
    max-width: 100%;
    padding: 0 6.75rem;
  }
}
#featured-projects .featured-projects-carousel,
#landing-gallery .featured-projects-carousel {
  height: 100%;
}
#featured-projects .featured-projects-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
#landing-gallery .featured-projects-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 1.875rem;
  right: unset;
}
@media (min-width: 768px) {
  #featured-projects .featured-projects-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
  #landing-gallery .featured-projects-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 0;
  }
}
@media (max-width: 992px) {
  #featured-projects .featured-projects-carousel .swiper-button-prev, #featured-projects .featured-projects-carousel .swiper-button-next,
  #landing-gallery .featured-projects-carousel .swiper-button-prev,
  #landing-gallery .featured-projects-carousel .swiper-button-next {
    bottom: 65px !important;
  }
}
#featured-projects .featured-projects-carousel .swiper-slide,
#landing-gallery .featured-projects-carousel .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: relative;
  min-height: 430px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  #featured-projects .featured-projects-carousel .swiper-slide,
  #landing-gallery .featured-projects-carousel .swiper-slide {
    min-height: 530px;
  }
}
@media (min-width: 992px) {
  #featured-projects .featured-projects-carousel .swiper-slide,
  #landing-gallery .featured-projects-carousel .swiper-slide {
    min-height: 830px;
  }
}
@media screen and (min-width: 1700px) {
  #featured-projects .featured-projects-carousel .swiper-slide,
  #landing-gallery .featured-projects-carousel .swiper-slide {
    min-height: 930px;
  }
}
#featured-projects .featured-projects-carousel .swiper-slide .project-content,
#landing-gallery .featured-projects-carousel .swiper-slide .project-content {
  position: absolute;
  max-width: 300px;
  margin: 0 0 4.375rem 1.875rem;
  z-index: 50;
}
@media (min-width: 768px) {
  #featured-projects .featured-projects-carousel .swiper-slide .project-content,
  #landing-gallery .featured-projects-carousel .swiper-slide .project-content {
    margin: 0 0 4.375rem 4.375rem;
  }
}
#featured-projects .featured-projects-carousel .swiper-slide .project-content .block-text,
#landing-gallery .featured-projects-carousel .swiper-slide .project-content .block-text {
  display: block;
  color: #fff;
  margin: 0 0 0.375rem;
}
#featured-projects .featured-projects-carousel .swiper-slide .project-content h2, #featured-projects .featured-projects-carousel .swiper-slide .project-content .h2,
#landing-gallery .featured-projects-carousel .swiper-slide .project-content h2,
#landing-gallery .featured-projects-carousel .swiper-slide .project-content .h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  #featured-projects .featured-projects-carousel .swiper-slide .project-content h2, #featured-projects .featured-projects-carousel .swiper-slide .project-content .h2,
  #landing-gallery .featured-projects-carousel .swiper-slide .project-content h2,
  #landing-gallery .featured-projects-carousel .swiper-slide .project-content .h2 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}
#featured-projects .featured-projects-carousel .swiper-slide .gallery-image-content,
#landing-gallery .featured-projects-carousel .swiper-slide .gallery-image-content {
  position: absolute;
  max-width: 300px;
  margin: 0 0 3.375rem 1.875rem;
  z-index: 50;
}
@media (min-width: 768px) {
  #featured-projects .featured-projects-carousel .swiper-slide .gallery-image-content,
  #landing-gallery .featured-projects-carousel .swiper-slide .gallery-image-content {
    margin: 0 0 3.375rem 4.375rem;
  }
}
#featured-projects .featured-projects-carousel .swiper-slide .gallery-image-content h2, #featured-projects .featured-projects-carousel .swiper-slide .gallery-image-content .h2,
#landing-gallery .featured-projects-carousel .swiper-slide .gallery-image-content h2,
#landing-gallery .featured-projects-carousel .swiper-slide .gallery-image-content .h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0;
}
@media (min-width: 768px) {
  #featured-projects .featured-projects-carousel .swiper-slide .gallery-image-content h2, #featured-projects .featured-projects-carousel .swiper-slide .gallery-image-content .h2,
  #landing-gallery .featured-projects-carousel .swiper-slide .gallery-image-content h2,
  #landing-gallery .featured-projects-carousel .swiper-slide .gallery-image-content .h2 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}
#featured-projects .bottom-overlay,
#landing-gallery .bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
@media (min-width: 992px) {
  #featured-projects .bottom-overlay,
  #landing-gallery .bottom-overlay {
    height: 625px;
    background: rgba(0, 0, 0, 0.65);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.65));
  }
}

/*********************/
/* Call To Action
/*********************/
#home-call-to-action,
#call-to-action {
  position: relative;
  text-align: center;
  padding: 9.25rem 0 8.5rem;
}
#home-call-to-action .container,
#call-to-action .container {
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  #home-call-to-action .container,
  #call-to-action .container {
    max-width: 560px;
  }
}
#home-call-to-action h2, #home-call-to-action .h2,
#call-to-action h2,
#call-to-action .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.375rem;
}
@media (min-width: 768px) {
  #home-call-to-action h2, #home-call-to-action .h2,
  #call-to-action h2,
  #call-to-action .h2 {
    max-width: 510px;
    font-size: 2.375rem;
    line-height: 2.75rem;
    margin: 0 auto 1.375rem;
  }
}
#home-call-to-action .buttons,
#call-to-action .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#home-call-to-action .buttons a.button,
#call-to-action .buttons a.button {
  margin: 0 0.5rem 1rem;
}
#home-call-to-action img,
#call-to-action img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 375px;
  height: auto;
  margin: 0 auto;
  z-index: 0;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*********************/
/* Client Journey/Content Block
/*********************/
#home-client-journey,
#landing-content-one {
  padding: 0;
}
#home-client-journey .container,
#landing-content-one .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home-client-journey img,
#landing-content-one img {
  max-width: 100%;
  height: auto;
  margin: 0 0 2rem;
}
@media (min-width: 1200px) {
  #home-client-journey img,
  #landing-content-one img {
    max-width: 620px;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  #home-client-journey img,
  #landing-content-one img {
    max-width: 810px;
  }
}
#home-client-journey .content-wrapper,
#landing-content-one .content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  #home-client-journey .content-wrapper .content,
  #landing-content-one .content-wrapper .content {
    max-width: 420px;
    margin-right: 3.625rem;
  }
}
#home-client-journey .content-wrapper h2, #home-client-journey .content-wrapper .h2,
#landing-content-one .content-wrapper h2,
#landing-content-one .content-wrapper .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.375rem;
}
@media (min-width: 768px) {
  #home-client-journey .content-wrapper h2, #home-client-journey .content-wrapper .h2,
  #landing-content-one .content-wrapper h2,
  #landing-content-one .content-wrapper .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#home-client-journey .content-wrapper a.button,
#landing-content-one .content-wrapper a.button {
  margin: 0;
}

/*********************/
/* Quote
/*********************/
#home-quote,
#quote-block,
#pull-out-text {
  position: relative;
  text-align: center;
  height: auto;
  padding: 12.25rem 0;
  overflow: hidden;
}
#home-quote.project-quote,
#quote-block.project-quote,
#pull-out-text.project-quote {
  padding: 9.5rem 0 8.75rem;
}
#home-quote .container,
#quote-block .container,
#pull-out-text .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
  height: 100%;
}
#home-quote blockquote,
#quote-block blockquote,
#pull-out-text blockquote {
  position: relative;
  color: #2a3032;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 400;
  font-style: normal;
  max-width: 350px;
  margin: 0 auto;
}
#home-quote blockquote cite,
#quote-block blockquote cite,
#pull-out-text blockquote cite {
  display: block;
  color: #2a3032;
  margin: 0.75rem 0 0;
}
#home-quote blockquote:before, #home-quote blockquote:after,
#quote-block blockquote:before,
#quote-block blockquote:after,
#pull-out-text blockquote:before,
#pull-out-text blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 125px;
  height: 100px;
  z-index: -1;
  background: url("../images/layout/quote-mark.svg") no-repeat center center;
  background-size: 125px 100px;
}
#home-quote blockquote:before,
#quote-block blockquote:before,
#pull-out-text blockquote:before {
  top: -3.5rem;
  left: -0.25rem;
}
#home-quote blockquote:after,
#quote-block blockquote:after,
#pull-out-text blockquote:after {
  bottom: -2.125rem;
  right: -0.25rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#home-quote a.button,
#quote-block a.button,
#pull-out-text a.button {
  margin-top: 7.75rem;
}
#home-quote .background-image,
#quote-block .background-image,
#pull-out-text .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  z-index: 0;
  opacity: 0.1;
}
#home-quote .background-image img,
#quote-block .background-image img,
#pull-out-text .background-image img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#home-quote .image-overlay,
#quote-block .image-overlay,
#pull-out-text .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  z-index: 50;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgb(255, 255, 255), endColorstr=rgb(255, 255, 255));
}

#pull-out-text blockquote {
  max-width: 380px;
}
#pull-out-text blockquote:before, #pull-out-text blockquote:after {
  display: none;
}
#pull-out-text a.button {
  margin-top: 1.75rem;
}

/*********************/
/* Showroom/Content Block
/*********************/
#home-showroom,
#landing-content-two {
  padding: 0 0 8.5rem;
}
#home-showroom .container,
#landing-content-two .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home-showroom img,
#landing-content-two img {
  max-width: 100%;
  height: auto;
  margin: 0 0 2rem;
}
@media (min-width: 1200px) {
  #home-showroom img,
  #landing-content-two img {
    max-width: 620px;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  #home-showroom img,
  #landing-content-two img {
    max-width: 810px;
  }
}
#home-showroom .content-wrapper,
#landing-content-two .content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  #home-showroom .content-wrapper .content,
  #landing-content-two .content-wrapper .content {
    max-width: 420px;
    margin-left: 3.625rem;
  }
}
#home-showroom .content-wrapper h2, #home-showroom .content-wrapper .h2,
#landing-content-two .content-wrapper h2,
#landing-content-two .content-wrapper .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.375rem;
}
@media (min-width: 768px) {
  #home-showroom .content-wrapper h2, #home-showroom .content-wrapper .h2,
  #landing-content-two .content-wrapper h2,
  #landing-content-two .content-wrapper .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#home-showroom .content-wrapper a.button,
#landing-content-two .content-wrapper a.button {
  margin: 0;
}

/*********************/
/* Video/Image Block
/*********************/
#home-video,
#video-block,
#image-block,
#video-image-block {
  position: relative;
  width: 100%;
  height: 540px;
  min-height: 540px;
  overflow: hidden;
  background-color: #e5e3de;
}
@media (min-width: 1200px) {
  #home-video,
  #video-block,
  #image-block,
  #video-image-block {
    height: 700px;
    min-height: 700px;
  }
}
#home-video video,
#video-block video,
#image-block video,
#video-image-block video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
#home-video img,
#video-block img,
#image-block img,
#video-image-block img {
  /*
  position:absolute;
  top:50%;
  left:50%;
  width:auto;
  max-width:unset;
  height:100%;
  @include transform(translate(-50%, -50%));

  @include bp(xl) {
  	max-width:100%;
  	height:auto;
  }
  */
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: unset;
  height: auto;
  min-height: 540px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  #home-video img,
  #video-block img,
  #image-block img,
  #video-image-block img {
    min-height: 700px;
  }
}

/*********************/
/* Home Articles
/*********************/
#home-articles,
#recent-projects,
#related-articles,
#related-projects {
  position: relative;
  background-color: #e5e3de;
  padding: 8.25rem 0 9.5rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #home-articles .container,
  #recent-projects .container,
  #related-articles .container,
  #related-projects .container {
    max-width: 1230px;
  }
}
#home-articles .title-block,
#recent-projects .title-block,
#related-articles .title-block,
#related-projects .title-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  #home-articles .title-block .title,
  #recent-projects .title-block .title,
  #related-articles .title-block .title,
  #related-projects .title-block .title {
    max-width: 70%;
  }
}
#home-articles .title-block h2, #home-articles .title-block .h2,
#recent-projects .title-block h2,
#recent-projects .title-block .h2,
#related-articles .title-block h2,
#related-articles .title-block .h2,
#related-projects .title-block h2,
#related-projects .title-block .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 0.875rem;
}
@media (min-width: 768px) {
  #home-articles .title-block h2, #home-articles .title-block .h2,
  #recent-projects .title-block h2,
  #recent-projects .title-block .h2,
  #related-articles .title-block h2,
  #related-articles .title-block .h2,
  #related-projects .title-block h2,
  #related-projects .title-block .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#home-articles .title-block p,
#recent-projects .title-block p,
#related-articles .title-block p,
#related-projects .title-block p {
  max-width: 660px;
  margin: 0;
}
#home-articles .title-block .nav-buttons,
#recent-projects .title-block .nav-buttons,
#related-articles .title-block .nav-buttons,
#related-projects .title-block .nav-buttons {
  position: relative;
  top: 18px;
  right: 0;
  width: 100%;
  height: 20px;
}
@media (min-width: 576px) {
  #home-articles .title-block .nav-buttons,
  #recent-projects .title-block .nav-buttons,
  #related-articles .title-block .nav-buttons,
  #related-projects .title-block .nav-buttons {
    position: unset;
    width: unset;
    height: unset;
    margin: 0 0 0.25rem;
  }
}
#home-articles .title-block .nav-buttons .swiper-button-prev,
#home-articles .title-block .nav-buttons .swiper-button-next,
#recent-projects .title-block .nav-buttons .swiper-button-prev,
#recent-projects .title-block .nav-buttons .swiper-button-next,
#related-articles .title-block .nav-buttons .swiper-button-prev,
#related-articles .title-block .nav-buttons .swiper-button-next,
#related-projects .title-block .nav-buttons .swiper-button-prev,
#related-projects .title-block .nav-buttons .swiper-button-next {
  bottom: 3px;
  background: url("../images/layout/arrow.svg") no-repeat center center;
  background-size: 28px 16px;
}
#home-articles .title-block .nav-buttons .swiper-button-prev,
#recent-projects .title-block .nav-buttons .swiper-button-prev,
#related-articles .title-block .nav-buttons .swiper-button-prev,
#related-projects .title-block .nav-buttons .swiper-button-prev {
  left: 0;
  right: unset;
}
@media (min-width: 576px) {
  #home-articles .title-block .nav-buttons .swiper-button-prev,
  #recent-projects .title-block .nav-buttons .swiper-button-prev,
  #related-articles .title-block .nav-buttons .swiper-button-prev,
  #related-projects .title-block .nav-buttons .swiper-button-prev {
    left: unset;
    right: 40px;
  }
}
#home-articles .title-block .nav-buttons .swiper-button-next,
#recent-projects .title-block .nav-buttons .swiper-button-next,
#related-articles .title-block .nav-buttons .swiper-button-next,
#related-projects .title-block .nav-buttons .swiper-button-next {
  left: 40px;
  right: 0;
}
@media (min-width: 576px) {
  #home-articles .title-block .nav-buttons .swiper-button-next,
  #recent-projects .title-block .nav-buttons .swiper-button-next,
  #related-articles .title-block .nav-buttons .swiper-button-next,
  #related-projects .title-block .nav-buttons .swiper-button-next {
    left: unset;
    right: 0;
  }
}
#home-articles .swiper,
#recent-projects .swiper,
#related-articles .swiper,
#related-projects .swiper {
  overflow: visible;
}
#home-articles .swiper .swiper-slide,
#recent-projects .swiper .swiper-slide,
#related-articles .swiper .swiper-slide,
#related-projects .swiper .swiper-slide {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home-articles .article,
#home-articles .project,
#recent-projects .article,
#recent-projects .project,
#related-articles .article,
#related-articles .project,
#related-projects .article,
#related-projects .project {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  #home-articles .article,
  #home-articles .project,
  #recent-projects .article,
  #recent-projects .project,
  #related-articles .article,
  #related-articles .project,
  #related-projects .article,
  #related-projects .project {
    min-width: 380px;
  }
}
#home-articles .article .image-wrapper,
#home-articles .project .image-wrapper,
#recent-projects .article .image-wrapper,
#recent-projects .project .image-wrapper,
#related-articles .article .image-wrapper,
#related-articles .project .image-wrapper,
#related-projects .article .image-wrapper,
#related-projects .project .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#home-articles .article .image-wrapper:after,
#home-articles .project .image-wrapper:after,
#recent-projects .article .image-wrapper:after,
#recent-projects .project .image-wrapper:after,
#related-articles .article .image-wrapper:after,
#related-articles .project .image-wrapper:after,
#related-projects .article .image-wrapper:after,
#related-projects .project .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
@media (min-width: 768px) {
  #home-articles .article .image-wrapper:after,
  #home-articles .project .image-wrapper:after,
  #recent-projects .article .image-wrapper:after,
  #recent-projects .project .image-wrapper:after,
  #related-articles .article .image-wrapper:after,
  #related-articles .project .image-wrapper:after,
  #related-projects .article .image-wrapper:after,
  #related-projects .project .image-wrapper:after {
    height: 50%;
  }
}
#home-articles .article .content,
#home-articles .project .content,
#recent-projects .article .content,
#recent-projects .project .content,
#related-articles .article .content,
#related-articles .project .content,
#related-projects .article .content,
#related-projects .project .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 1.875rem 1.875rem;
}
#home-articles .article .content .block-text,
#home-articles .project .content .block-text,
#recent-projects .article .content .block-text,
#recent-projects .project .content .block-text,
#related-articles .article .content .block-text,
#related-articles .project .content .block-text,
#related-projects .article .content .block-text,
#related-projects .project .content .block-text {
  color: #fff;
  margin: 0 0 0.375rem;
}
#home-articles .article .content h3, #home-articles .article .content .h3,
#home-articles .project .content h3,
#home-articles .project .content .h3,
#recent-projects .article .content h3,
#recent-projects .article .content .h3,
#recent-projects .project .content h3,
#recent-projects .project .content .h3,
#related-articles .article .content h3,
#related-articles .article .content .h3,
#related-articles .project .content h3,
#related-articles .project .content .h3,
#related-projects .article .content h3,
#related-projects .article .content .h3,
#related-projects .project .content h3,
#related-projects .project .content .h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 0.625rem;
}
#home-articles .article .content img,
#home-articles .project .content img,
#recent-projects .article .content img,
#recent-projects .project .content img,
#related-articles .article .content img,
#related-articles .project .content img,
#related-projects .article .content img,
#related-projects .project .content img {
  max-width: 28px;
  height: 16px;
}
#home-articles .article:focus .image-wrapper:after, #home-articles .article:hover .image-wrapper:after,
#home-articles .project:focus .image-wrapper:after,
#home-articles .project:hover .image-wrapper:after,
#recent-projects .article:focus .image-wrapper:after,
#recent-projects .article:hover .image-wrapper:after,
#recent-projects .project:focus .image-wrapper:after,
#recent-projects .project:hover .image-wrapper:after,
#related-articles .article:focus .image-wrapper:after,
#related-articles .article:hover .image-wrapper:after,
#related-articles .project:focus .image-wrapper:after,
#related-articles .project:hover .image-wrapper:after,
#related-projects .article:focus .image-wrapper:after,
#related-projects .article:hover .image-wrapper:after,
#related-projects .project:focus .image-wrapper:after,
#related-projects .project:hover .image-wrapper:after {
  opacity: 0.75;
}
#home-articles .project h3, #home-articles .project .h3,
#recent-projects .project h3,
#recent-projects .project .h3,
#related-articles .project h3,
#related-articles .project .h3,
#related-projects .project h3,
#related-projects .project .h3 {
  font-size: 1.875rem !important;
  line-height: 2.375rem !important;
  margin: 0 0 0.25rem !important;
}

/*********************/
/* Start The Conversation
/*********************/
#start-the-conversation {
  padding: 8.25rem 0 8.5rem;
}
#start-the-conversation.bg-french-grey {
  background: #e5e3de;
}
#start-the-conversation.bg-french-grey .wpforms-container input[type=date]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=datetime]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=datetime-local]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=email]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=month]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=number]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=password]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=range]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=search]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=tel]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=text]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=time]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=url]:focus,
#start-the-conversation.bg-french-grey .wpforms-container input[type=week]:focus,
#start-the-conversation.bg-french-grey .wpforms-container select:focus,
#start-the-conversation.bg-french-grey .wpforms-container textarea:focus {
  background: rgba(0, 0, 0, 0.04) !important;
}
#start-the-conversation h2, #start-the-conversation .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  #start-the-conversation h2, #start-the-conversation .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#start-the-conversation p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 2rem;
}
#start-the-conversation form {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #start-the-conversation form {
    width: 790px;
  }
}

/*********************/
/* Footer
/*********************/
footer {
  position: relative;
  color: #fff;
  background-color: #2a3032;
  padding: 7.5rem 0;
}
@media (min-width: 992px) {
  footer {
    padding: 7.5rem 0 3.5rem;
  }
}
@media (min-width: 1200px) {
  footer .container {
    max-width: 1230px;
  }
}
footer .information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-aligh: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
footer .information .contact-information {
  width: 100%;
  text-align: center;
  margin-bottom: 7rem;
}
@media (min-width: 992px) {
  footer .information .contact-information {
    width: 37.5%;
    text-align: left;
    margin-bottom: 0;
  }
}
footer .information .contact-information img.logo {
  width: 100px;
  height: auto;
  margin-bottom: 2rem;
}
footer .information .contact-information p {
  font-size: 0.9375rem;
  line-height: 24px;
}
@media (min-width: 992px) {
  footer .information .contact-information p {
    max-width: 440px;
  }
}
footer .information .contact-information p.contact {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  margin: 0 0 2rem;
}
footer .information .contact-information p:last-of-type {
  margin: 0;
}
footer .information .contact-information p a {
  color: #fff;
  text-decoration: none;
}
footer .information .contact-information p a:focus, footer .information .contact-information p a:hover {
  color: #e5e3de;
}
footer .information .contact-information .social-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  height: 26px;
  margin: 0 auto 2.75rem;
}
@media (min-width: 992px) {
  footer .information .contact-information .social-links {
    justify-content: flex-start;
    margin: 0 0 2rem;
  }
}
footer .information .contact-information .social-links a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 26px;
  margin: 0 1.4rem 0 0;
}
footer .information .contact-information .social-links a svg {
  width: 20px;
  height: auto;
  max-height: 18px;
  fill: #fff;
  opacity: 1;
}
footer .information .contact-information .social-links a svg:focus, footer .information .contact-information .social-links a svg:hover {
  fill: #e5e3de;
}
footer .information .contact-information .social-links a.instagram svg {
  max-height: 21px;
}
footer .information .contact-information .social-links a.youtube svg {
  width: 24px;
}
footer .information .menus {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  footer .information .menus {
    width: 62.5%;
  }
}
footer .information .menus h4, footer .information .menus .h4 {
  color: #fff;
  margin-bottom: 1rem;
}
footer .information .menus ul {
  min-width: 140px;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  margin: 0 0 2.875rem;
}
@media (min-width: 768px) {
  footer .information .menus ul {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  footer .information .menus ul {
    min-width: 180px;
  }
}
footer .information .menus ul a {
  color: #fff;
}
footer .information .menus ul a:focus, footer .information .menus ul a:hover {
  color: #e5e3de;
}
footer .credits {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-aligh: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  footer .credits {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-aligh: flex-end;
    align-items: flex-end;
    margin-top: 4.25rem;
  }
}
footer .credits p {
  font-size: 0.8125rem;
  line-height: 1rem;
  margin: 0 0 1.375rem;
}
@media (min-width: 768px) {
  footer .credits p {
    margin: 0;
  }
}
footer .credits img.payment-logos {
  max-width: 82px;
  height: auto;
}
footer .back-to-top {
  display: none;
}
@media (max-width: 768px) {
  footer .back-to-top {
    display: block;
    margin-top: 2rem;
  }
}

/*********************/
/* Hero Header
/*********************/
#hero {
  position: relative;
  width: 100%;
  height: calc(100dvh - 100px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero.hero-slider .hero-slider-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero.hero-slider .hero-slider-slides .hero-slider-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#hero.hero-slider .image-overlay {
  z-index: 1;
}
#hero.hero-slider .hero-slider-pagination {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 2;
  text-align: right;
  padding: 0 3vw;
}
#hero.hero-slider .hero-slider-pagination span {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  margin: 0 6px;
}
@media (min-width: 992px) {
  #hero {
    height: 900px;
  }
}
#hero .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: relative;
  height: 100%;
}
#hero .hero-content {
  position: relative;
  max-width: 550px;
  margin: 0 0 4.375rem;
  z-index: 50;
}
@media (min-width: 1200px) {
  #hero .hero-content {
    margin: 0 0 8.375rem;
  }
}
#hero .hero-content .block-text {
  color: #fff;
}
#hero .hero-content h1, #hero .hero-content .h1 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin: 0 0 1.25rem;
}
@media (min-width: 1200px) {
  #hero .hero-content h1, #hero .hero-content .h1 {
    font-size: 3.5rem;
    line-height: 3.75rem;
  }
}
#hero .hero-content p {
  color: #fff;
  font-size: 1.0625rem;
  max-width: 480px;
  margin: 0;
}
#hero .hero-content a.button {
  margin: 1.875rem 0 0;
}
#hero .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgb(0, 0, 0));
}
#hero.short {
  height: 400px;
}
@media (min-width: 992px) {
  #hero.short {
    height: 400px;
  }
}
#hero.short .hero-content {
  margin: 0 0 2.5rem;
}
@media (min-width: 1200px) {
  #hero.short .hero-content {
    margin: 0 0 3.5rem;
  }
}

.page-template-tpl-search-results #hero.short .hero-content {
  margin: 0 0 2.5rem;
}
@media (min-width: 1200px) {
  .page-template-tpl-search-results #hero.short .hero-content {
    margin: 0 auto 3.5rem;
  }
}

/*********************/
/* Two Column Links
/*********************/
#learn-more-links {
  padding: 20px 0;
}
#learn-more-links.bg-mushroom {
  background-color: #f7f7f5;
}
#learn-more-links.bg-french-grey {
  background-color: #e5e3de;
}
#learn-more-links .container.top-border {
  border-top: 1px solid #e5e3de;
  padding-top: 20px;
}
#learn-more-links .container.bottom-border {
  border-bottom: 1px solid #e5e3de;
  padding-bottom: 20px;
}
#learn-more-links .cc-link-container {
  position: relative;
  display: flex;
  padding: 70px 0;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  #learn-more-links .cc-link-container {
    flex-direction: column;
    padding: 50px 0;
    gap: 120px;
  }
  #learn-more-links .cc-link-container > div {
    width: 100% !important;
  }
}
#learn-more-links .cc-link-container.style-plain-text h4, #learn-more-links .cc-link-container.style-plain-text .h4 {
  font-size: 0.9rem;
}
#learn-more-links .cc-link-container.style-button h4, #learn-more-links .cc-link-container.style-button .h4 {
  font-size: 2rem;
}
#learn-more-links .cc-link-container img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 105px;
  height: auto;
  margin: 0 auto;
  z-index: 0;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#learn-more-links .cc-link-container > div {
  text-align: center;
  width: 40%;
}
#learn-more-links .cc-link-container > div .button {
  margin: 10px auto 0;
}
#learn-more-links .cc-link-container > div a.plain-text {
  font-size: 1.3rem;
  color: #2a3032;
  position: relative;
}
#learn-more-links .cc-link-container > div a.plain-text:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #2a3032;
  bottom: 0;
  left: 0;
  transition: width 0.35s ease-in-out;
}
#learn-more-links .cc-link-container > div a.plain-text:hover:after {
  width: 100%;
}

/*********************/
/* Latest Projects
/*********************/
#latest-projects {
  position: relative;
  padding: 8.25rem 0 0;
  overflow: hidden;
  z-index: 50;
}
@media (min-width: 1200px) {
  #latest-projects .container {
    max-width: 1230px;
  }
}
#latest-projects h2, #latest-projects .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 0.875rem;
}
@media (min-width: 768px) {
  #latest-projects h2, #latest-projects .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#latest-projects p {
  max-width: 580px;
  text-align: center;
  margin: 0 auto 2.5rem;
}
#latest-projects .project {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-bottom: 1.875rem;
}
#latest-projects .project .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#latest-projects .project .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
@media (min-width: 768px) {
  #latest-projects .project .image-wrapper:after {
    height: 50%;
  }
}
#latest-projects .project .image-wrapper.double-fade img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -ms-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
#latest-projects .project .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 1.875rem 1.875rem;
}
#latest-projects .project .content .block-text {
  color: #fff;
  margin: 0 0 0.375rem;
}
#latest-projects .project .content h3, #latest-projects .project .content .h3 {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 0 0 0.25rem;
}
#latest-projects .project:focus .image-wrapper:after, #latest-projects .project:hover .image-wrapper:after {
  opacity: 0.75;
}
#latest-projects .project:focus .image-wrapper.double-fade img:nth-child(2), #latest-projects .project:hover .image-wrapper.double-fade img:nth-child(2) {
  opacity: 1;
}

/*********************/
/* Detail - Content
/*********************/
#kitchens-interiors-detail {
  position: relative;
  background-color: #e5e3de;
  margin-top: -7.5rem;
  margin-bottom: -6.875rem;
  padding: 17.5rem 0 14.5rem;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 992px) {
  #kitchens-interiors-detail .container {
    max-width: 880px;
  }
}
@media (min-width: 1200px) {
  #kitchens-interiors-detail .container {
    max-width: 980px;
  }
}
#kitchens-interiors-detail .block-text {
  color: #2a3032;
  position: relative;
  margin: 0 0 0.5rem;
}
#kitchens-interiors-detail .block-text:before {
  content: "";
  position: absolute;
  top: -2.425rem;
  left: 0;
  width: 91px;
  height: 1px;
  background-color: #2a3032;
}
#kitchens-interiors-detail h2, #kitchens-interiors-detail .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.625rem;
}
@media (min-width: 768px) {
  #kitchens-interiors-detail h2, #kitchens-interiors-detail .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#kitchens-interiors-detail p {
  margin: 0 0 1.625rem;
}
#kitchens-interiors-detail p:last-of-type {
  margin: 0;
}
@media (min-width: 768px) {
  #kitchens-interiors-detail .content {
    columns: 2;
    column-gap: 50px;
  }
}

/*********************/
/* Detail - Images
/*********************/
#kitchens-interiors-detail-images {
  position: relative;
  padding: 0;
  overflow: hidden;
  z-index: 50;
}
#kitchens-interiors-detail-images .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  #kitchens-interiors-detail-images .container {
    max-width: 1230px;
  }
}
#kitchens-interiors-detail-images .single-image {
  margin-bottom: 1.875rem;
}
#kitchens-interiors-detail-images .double-image {
  margin-bottom: 1.875rem;
}
#kitchens-interiors-detail-images .double-image .col-12:first-of-type {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  #kitchens-interiors-detail-images .double-image .col-12:first-of-type {
    margin: 0;
  }
}
#kitchens-interiors-detail-images .video {
  margin-bottom: 1.875rem;
}

/*********************/
/* Customer Project Journey
/*********************/
#customer-project-journey {
  position: relative;
  background-color: #e5e3de;
  padding: 8.25rem 0 9.5rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #customer-project-journey .container {
    max-width: 1230px;
  }
}
#customer-project-journey .title-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  #customer-project-journey .title-block .title {
    max-width: 70%;
  }
}
#customer-project-journey .title-block h2, #customer-project-journey .title-block .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 0.875rem;
}
@media (min-width: 768px) {
  #customer-project-journey .title-block h2, #customer-project-journey .title-block .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#customer-project-journey .title-block p {
  max-width: 580px;
  margin: 0;
}
#customer-project-journey .title-block .nav-buttons {
  position: relative;
  top: 18px;
  right: 0;
  width: 100%;
  height: 20px;
}
@media (min-width: 576px) {
  #customer-project-journey .title-block .nav-buttons {
    position: unset;
    width: unset;
    height: unset;
    margin: 0 0 0.25rem;
  }
}
#customer-project-journey .title-block .nav-buttons .swiper-button-prev,
#customer-project-journey .title-block .nav-buttons .swiper-button-next {
  bottom: 3px;
  background: url("../images/layout/arrow.svg") no-repeat center center;
  background-size: 28px 16px;
}
#customer-project-journey .title-block .nav-buttons .swiper-button-prev {
  left: 0;
  right: unset;
}
@media (min-width: 576px) {
  #customer-project-journey .title-block .nav-buttons .swiper-button-prev {
    left: unset;
    right: 40px;
  }
}
#customer-project-journey .title-block .nav-buttons .swiper-button-next {
  left: 40px;
  right: 0;
}
@media (min-width: 576px) {
  #customer-project-journey .title-block .nav-buttons .swiper-button-next {
    left: unset;
    right: 0;
  }
}
#customer-project-journey .swiper {
  overflow: visible;
}
#customer-project-journey .swiper .swiper-slide {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#customer-project-journey .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  #customer-project-journey .item {
    min-width: 585px;
  }
}
#customer-project-journey .item .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#customer-project-journey .item .image-wrapper img {
  max-width: 585px;
}
#customer-project-journey .item .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
#customer-project-journey .item .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 1.875rem 1.5rem;
}
#customer-project-journey .item .content .block-text {
  color: #fff;
  margin: 0 0 0.375rem;
}
#customer-project-journey .item .content h3, #customer-project-journey .item .content .h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 0.625rem;
}
@media (min-width: 768px) {
  #customer-project-journey .item .content h3, #customer-project-journey .item .content .h3 {
    max-width: 80%;
  }
}

/*********************/
/* Project Gallery
/*********************/
#project-gallery {
  position: relative;
  margin: 0.25rem 0 0;
  overflow: hidden;
  z-index: 0;
}
#project-gallery:before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  bottom: 10rem;
  width: 100%;
  height: auto;
  z-index: 0;
  background-color: #e5e3de;
}
#project-gallery .container {
  position: relative;
  z-index: 50;
}
@media (min-width: 1200px) {
  #project-gallery .container {
    max-width: 1230px;
  }
}
#project-gallery .single-image {
  margin-bottom: 1.875rem;
}
#project-gallery .double-image {
  margin-bottom: 1.875rem;
}
#project-gallery .double-image .col-12:first-of-type {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  #project-gallery .double-image .col-12:first-of-type {
    margin: 0;
  }
}
#project-gallery .video {
  margin-bottom: 1.875rem;
}

/*********************/
/* Fade In Image Animation
/*********************/
.image-fade-in {
  opacity: 0;
  transform: translateY(4rem);
  -webkit-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
  -moz-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
  -ms-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
  -o-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}
.image-fade-in.delay {
  -webkit-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1) 0.65s;
  -moz-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1) 0.65s;
  -ms-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1) 0.65s;
  -o-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1) 0.65s;
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1) 0.65s;
}
.image-fade-in.fade-in-up {
  opacity: 1;
  transform: translateY(0);
}

/*********************/
/* Appliance/Outdoor Introduction
/*********************/
#appliance-outdoor-introduction {
  position: relative;
  background-color: #e5e3de;
  padding: 6.75rem 0 7.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  #appliance-outdoor-introduction {
    padding: 8.75rem 0;
  }
}
#appliance-outdoor-introduction .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  #appliance-outdoor-introduction .container {
    max-width: 1230px;
  }
}
#appliance-outdoor-introduction img {
  max-width: 100%;
  height: auto;
  align-self: center;
}
@media (min-width: 1200px) {
  #appliance-outdoor-introduction img {
    max-width: 700px;
  }
}
#appliance-outdoor-introduction .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  #appliance-outdoor-introduction .content {
    max-width: 380px;
    margin-bottom: 0;
  }
}
#appliance-outdoor-introduction .content h2, #appliance-outdoor-introduction .content .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.375rem;
}
@media (min-width: 768px) {
  #appliance-outdoor-introduction .content h2, #appliance-outdoor-introduction .content .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#appliance-outdoor-introduction .content p {
  margin: 0 0 1.625rem;
}
#appliance-outdoor-introduction .content a.button {
  margin: 0;
}

/*********************/
/* Appliance/Outdoor Categories
/*********************/
#appliance-outdoor-categories {
  position: relative;
  padding: 8.25rem 0;
  overflow: hidden;
  z-index: 50;
}
@media (min-width: 1200px) {
  #appliance-outdoor-categories .container {
    max-width: 1230px;
  }
}
#appliance-outdoor-categories h2, #appliance-outdoor-categories .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 0.875rem;
}
@media (min-width: 768px) {
  #appliance-outdoor-categories h2, #appliance-outdoor-categories .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#appliance-outdoor-categories p {
  max-width: 580px;
  text-align: center;
  margin: 0 auto 2.5rem;
}
#appliance-outdoor-categories .category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 1.875rem;
}
#appliance-outdoor-categories .category .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#appliance-outdoor-categories .category .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
@media (min-width: 768px) {
  #appliance-outdoor-categories .category .image-wrapper:after {
    height: 50%;
  }
}
#appliance-outdoor-categories .category .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 1.875rem 1.875rem;
}
#appliance-outdoor-categories .category .content h3, #appliance-outdoor-categories .category .content .h3 {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 0 0 0.25rem;
}
#appliance-outdoor-categories .category:focus .image-wrapper:after, #appliance-outdoor-categories .category:hover .image-wrapper:after {
  opacity: 0.75;
}

/*********************/
/* Appliance Title/Filter
/*********************/
#appliance-title-filter {
  position: relative;
  padding: 6rem 0 2.25rem;
  background-color: #e5e3de;
}
@media (min-width: 1200px) {
  #appliance-title-filter .container {
    max-width: 1230px;
  }
}
#appliance-title-filter h2, #appliance-title-filter .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 0.875rem;
}
@media (min-width: 768px) {
  #appliance-title-filter h2, #appliance-title-filter .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#appliance-title-filter p {
  max-width: 570px;
  text-align: center;
  margin: 0 auto 5.25rem;
}
#appliance-title-filter .filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#appliance-title-filter .filters select {
  width: 110px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  background: url("../images/layout/caret.svg") no-repeat right top 12px;
  background-size: 10px 6px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#appliance-title-filter .filters input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 0.25rem;
  border: 1px solid #2a3032;
}
#appliance-title-filter .filters .divider {
  position: relative;
  margin: 0 1.25rem;
}
#appliance-title-filter .filters .divider:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  width: 1px;
  height: 18px;
  background-color: #2a3032;
}
#appliance-title-filter .filters .product-count {
  opacity: 0.7;
}

/*********************/
/* Appliance Products
/*********************/
#appliance-products {
  position: relative;
  padding: 6.25rem 0;
  overflow: hidden;
  z-index: 50;
}
@media (min-width: 1200px) {
  #appliance-products .container {
    max-width: 1230px;
  }
}
#appliance-products .product {
  margin-bottom: 1.875rem;
}
#appliance-products .product img {
  margin-bottom: 1.375rem;
}
#appliance-products .product .product-details {
  padding: 0 0 0 1.5rem;
}
#appliance-products .product .product-details .block-text {
  font-weight: 500;
  margin: 0 0 0.375rem;
}
#appliance-products .product .product-details h3, #appliance-products .product .product-details .h3 {
  color: #2a3032;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 0.375rem;
}
#appliance-products .product .product-details .price {
  font-weight: 500;
  margin: 0;
}
#appliance-products .brand-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-bottom: 1.875rem;
}
#appliance-products .brand-link .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#appliance-products .brand-link .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
@media (min-width: 768px) {
  #appliance-products .brand-link .image-wrapper:after {
    height: 50%;
  }
}
#appliance-products .brand-link .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 1.875rem 1.875rem;
}
#appliance-products .brand-link .content h3, #appliance-products .brand-link .content .h3 {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 0 0 0.25rem;
}
#appliance-products .brand-link:focus .image-wrapper:after, #appliance-products .brand-link:hover .image-wrapper:after {
  opacity: 0.75;
}

/*********************/
/* ARTICLES
/*********************/
/*********************/
/* Article Index Header
/*********************/
#article-index-header {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 6.5rem 0 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #article-index-header .container {
    max-width: 1230px;
  }
}
#article-index-header .hero-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto 5.375rem;
  text-align: center;
}
@media (min-width: 768px) {
  #article-index-header .hero-content {
    max-width: 520px;
  }
}
#article-index-header .hero-content .block-text {
  color: #2a3032;
  margin: 0 auto 2rem;
}
#article-index-header .hero-content h1, #article-index-header .hero-content .h1 {
  color: #2a3032;
  font-size: 3.25rem;
  line-height: 3.625rem;
  margin: 0 auto 1.625rem;
}
#article-index-header .hero-content p {
  margin: 0;
}
#article-index-header article.featured-article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin: 0;
}
#article-index-header article.featured-article .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#article-index-header article.featured-article .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
@media (min-width: 768px) {
  #article-index-header article.featured-article .image-wrapper:after {
    height: 50%;
  }
}
#article-index-header article.featured-article .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 1.875rem 1.875rem;
  max-width: 500px;
}
@media (min-width: 768px) {
  #article-index-header article.featured-article .content {
    padding: 0 3.25rem 3rem;
  }
}
#article-index-header article.featured-article .content .block-text {
  color: #fff;
}
#article-index-header article.featured-article .content h2, #article-index-header article.featured-article .content .h2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 0.625rem;
}
@media (min-width: 768px) {
  #article-index-header article.featured-article .content h2, #article-index-header article.featured-article .content .h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
#article-index-header article.featured-article .content img {
  max-width: 28px;
  height: 16px;
}
#article-index-header article.featured-article:focus .image-wrapper:after, #article-index-header article.featured-article:hover .image-wrapper:after {
  opacity: 0.75;
}
#article-index-header .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 700px;
  z-index: -1;
  overflow: hidden;
  background-color: #e5e3de;
}

/*********************/
/* Article Filters
/*********************/
#article-filters {
  position: relative;
  padding: 4rem 0 3.875rem;
}
#article-filters .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  #article-filters .container {
    max-width: 1230px;
  }
}
#article-filters .searchandfilter {
  margin: 0 auto;
}
#article-filters .searchandfilter ul {
  margin: 0 auto;
  text-align: center;
}
#article-filters .searchandfilter ul li {
  padding: 0;
}
@media (min-width: 992px) {
  #article-filters .searchandfilter ul li ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#article-filters .searchandfilter ul li ul li.sf-level-0 {
  margin: 0 1.425rem;
  padding: 4px 0;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -ms-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
@media (min-width: 992px) {
  #article-filters .searchandfilter ul li ul li.sf-level-0 {
    padding: 0;
  }
}
#article-filters .searchandfilter ul li ul li.sf-level-0 input[type=radio],
#article-filters .searchandfilter ul li ul li.sf-level-0 input[type=checkbox] {
  display: none;
}
#article-filters .searchandfilter ul li ul li.sf-level-0 label {
  color: #898989;
  font-family: "baskerville-urw", Times, serif;
  font-size: 1.0625rem;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  padding: 0;
  cursor: pointer;
}
#article-filters .searchandfilter ul li ul li.sf-level-0.sf-option-active label {
  color: #2a3032;
}

/*********************/
/* Article Index
/*********************/
#article-index {
  position: relative;
  padding: 0 0 6rem;
  overflow: hidden;
  z-index: 50;
}
@media (min-width: 1200px) {
  #article-index .container {
    max-width: 1230px;
  }
}
#article-index article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 1.875rem;
  z-index: 50;
}
#article-index article .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#article-index article .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
@media (min-width: 768px) {
  #article-index article .image-wrapper:after {
    height: 50%;
  }
}
#article-index article .content {
  position: absolute;
  left: 2.875rem;
  right: 2.875rem;
  bottom: 1.875rem;
  z-index: 2;
  color: #fff;
  padding: 0;
}
#article-index article .content .block-text {
  color: #fff;
  margin: 0 0 0.375rem;
}
#article-index article .content h2, #article-index article .content .h2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 0.625rem;
}
#article-index article .content img {
  max-width: 28px;
  height: 16px;
}
#article-index article:focus .image-wrapper:after, #article-index article:hover .image-wrapper:after {
  opacity: 0.75;
}
#article-index .pagination {
  position: relative;
  padding: 4rem 0 0;
}
#article-index .pagination .nav-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  margin: 0 auto;
}
#article-index .pagination .nav-links span, #article-index .pagination .nav-links a {
  margin: 0 1.25rem;
}
#article-index .pagination .nav-links a {
  color: #898989;
  font-size: 1.0625rem;
}
#article-index .pagination .nav-links a.prev, #article-index .pagination .nav-links a.next {
  margin: 0;
}
#article-index .pagination .nav-links a.prev img, #article-index .pagination .nav-links a.next img {
  width: 28px;
  height: 16px;
  opacity: 0.4;
  margin-top: -0.25rem;
}
#article-index .pagination .nav-links a.prev {
  margin-right: 0.75rem;
}
#article-index .pagination .nav-links a.prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#article-index .pagination .nav-links a.next {
  margin-left: 0.75rem;
}
#article-index .pagination .nav-links a:focus, #article-index .pagination .nav-links a:hover, #article-index .pagination .nav-links a.active {
  color: #2a3032;
}
#article-index .pagination .nav-links a:focus img, #article-index .pagination .nav-links a:hover img, #article-index .pagination .nav-links a.active img {
  opacity: 1;
}
#article-index .background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
  overflow: hidden;
  background-color: #e5e3de;
}

/*********************/
/* Meet The Authors
/*********************/
#meet-the-authors {
  position: relative;
  padding: 15.25rem 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #meet-the-authors .container {
    max-width: 1230px;
  }
}
#meet-the-authors .title-block {
  position: relative;
  margin-bottom: 3rem;
}
#meet-the-authors .title-block h2, #meet-the-authors .title-block .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 0.875rem;
}
@media (min-width: 768px) {
  #meet-the-authors .title-block h2, #meet-the-authors .title-block .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#meet-the-authors .title-block p {
  max-width: 580px;
  text-align: center;
  margin: 0 auto 0.5rem;
}
#meet-the-authors .title-block .nav-buttons {
  position: relative;
  top: 18px;
  width: 70px;
  height: 20px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #meet-the-authors .title-block .nav-buttons {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    margin: 0 0 0.25rem;
  }
}
#meet-the-authors .title-block .nav-buttons .swiper-button-prev,
#meet-the-authors .title-block .nav-buttons .swiper-button-next {
  bottom: 3px;
  background: url("../images/layout/arrow.svg") no-repeat center center;
  background-size: 28px 16px;
}
#meet-the-authors .title-block .nav-buttons .swiper-button-prev {
  left: 0;
  right: unset;
}
@media (min-width: 576px) {
  #meet-the-authors .title-block .nav-buttons .swiper-button-prev {
    left: unset;
    right: 40px;
  }
}
#meet-the-authors .title-block .nav-buttons .swiper-button-next {
  left: 40px;
  right: 0;
}
@media (min-width: 576px) {
  #meet-the-authors .title-block .nav-buttons .swiper-button-next {
    left: unset;
    right: 0;
  }
}
#meet-the-authors .title-block img {
  position: absolute;
  top: -4.75rem;
  left: 0;
  right: 0;
  max-width: 375px;
  height: auto;
  margin: 0 auto;
  z-index: 0;
  opacity: 0.3;
}
#meet-the-authors .author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  #meet-the-authors .author {
    min-width: 278px;
  }
}
#meet-the-authors .author .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#meet-the-authors .author .image-wrapper h3, #meet-the-authors .author .image-wrapper .h3 {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0;
  z-index: 50;
}
#meet-the-authors .author .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.7));
}
#meet-the-authors .author p {
  color: #fff;
  margin: 0 1.5rem;
  text-align: left;
}
#meet-the-authors .background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  z-index: -1;
  overflow: hidden;
  background-color: #2a3032;
}
#meet-the-authors .swiper-horizontal > .swiper-pagination-bullets,
#meet-the-authors .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 6.875rem;
}

/*********************/
/* Article Header
/*********************/
#article-header {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 6.5rem 0 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #article-header .container {
    max-width: 1230px;
  }
}
#article-header .hero-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto 5.375rem;
  text-align: left;
}
@media (min-width: 768px) {
  #article-header .hero-content {
    max-width: 640px;
  }
}
#article-header .hero-content .block-text {
  color: #2a3032;
  margin: 0 0 2rem;
}
#article-header .hero-content h1, #article-header .hero-content .h1 {
  color: #2a3032;
  font-size: 3.25rem;
  line-height: 3.625rem;
  margin: 0 0 1.625rem;
}
#article-header .hero-content p {
  font-size: 1.125rem;
  margin: 0 0 2rem;
}
#article-header .hero-content .meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#article-header .hero-content .meta img {
  width: 40px;
  margin-right: 1rem;
  align-self: center;
}
#article-header .hero-content .meta span {
  position: relative;
  margin-right: 1.75rem;
  margin-bottom: 0;
}
#article-header .hero-content .meta span:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  right: -0.925rem;
  width: 4px;
  height: 4px;
  background-color: #2a3032;
}
#article-header .hero-content .meta span:last-of-type {
  margin-right: 0;
}
#article-header .hero-content .meta span:last-of-type:after {
  display: none;
}
#article-header .featured-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin: 0;
}
#article-header .featured-image img {
  max-width: 100%;
  height: auto;
}
#article-header .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 840px;
  z-index: -1;
  overflow: hidden;
  background-color: #e5e3de;
}
@media (min-width: 768px) {
  #article-header .background {
    height: 740px;
  }
}
@media (min-width: 1200px) {
  #article-header .background {
    height: 700px;
  }
}

/*********************/
/* Article Content
/*********************/
#article-content {
  position: relative;
  padding: 7rem 0 0;
}
@media (min-width: 1200px) {
  #article-content .container {
    max-width: 1230px;
  }
}
#article-content .content-block {
  max-width: 610px;
  margin: 0 auto 5.25rem;
}
@media (min-width: 768px) {
  #article-content .content-block {
    margin: 0 auto 7.25rem;
  }
  #article-content .content-block:last-of-type {
    margin: 0 auto 6.25rem;
  }
}
#article-content .single-image {
  margin: 0 auto 5.25rem;
}
@media (min-width: 768px) {
  #article-content .single-image {
    margin: 0 auto 7.25rem;
  }
}
#article-content .double-image {
  margin: 0 auto 5.25rem;
}
@media (min-width: 768px) {
  #article-content .double-image {
    margin: 0 auto 7.25rem;
  }
}
#article-content .double-image .col-12:first-of-type {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  #article-content .double-image .col-12:first-of-type {
    margin: 0;
  }
}
#article-content .video {
  margin: 0 auto 5.25rem;
}
@media (min-width: 768px) {
  #article-content .video {
    margin: 0 auto 7.25rem;
  }
}
#article-content h2, #article-content .h2 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 0 0 1.625rem;
}
#article-content h3, #article-content .h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 0 0 1.625rem;
}
#article-content h4, #article-content .h4, #article-content h5, #article-content .h5, #article-content h6, #article-content .h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1.5rem;
}
#article-content p a, #article-content ul a, #article-content ol a, #article-content h2 a, #article-content .h2 a, #article-content h3 a, #article-content .h3 a, #article-content h4 a, #article-content .h4 a, #article-content h5 a, #article-content .h5 a, #article-content h6 a, #article-content .h6 a, #article-content blockquote a, #article-content pre a {
  font-weight: 700;
  color: #2a3032;
}
#article-content p a:focus, #article-content p a:hover, #article-content ul a:focus, #article-content ul a:hover, #article-content ol a:focus, #article-content ol a:hover, #article-content h2 a:focus, #article-content .h2 a:focus, #article-content h2 a:hover, #article-content .h2 a:hover, #article-content h3 a:focus, #article-content .h3 a:focus, #article-content h3 a:hover, #article-content .h3 a:hover, #article-content h4 a:focus, #article-content .h4 a:focus, #article-content h4 a:hover, #article-content .h4 a:hover, #article-content h5 a:focus, #article-content .h5 a:focus, #article-content h5 a:hover, #article-content .h5 a:hover, #article-content h6 a:focus, #article-content .h6 a:focus, #article-content h6 a:hover, #article-content .h6 a:hover, #article-content blockquote a:focus, #article-content blockquote a:hover, #article-content pre a:focus, #article-content pre a:hover {
  color: #171d1f;
}
#article-content p,
#article-content ul,
#article-content ol {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
#article-content blockquote {
  position: relative;
  color: #2a3032;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 500px;
  margin: 7rem auto;
}
#article-content blockquote cite {
  display: block;
  color: #2a3032;
  margin: 0.75rem 0 0;
}
#article-content blockquote:before, #article-content blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 125px;
  height: 100px;
  z-index: -1;
  background: url("../images/layout/quote-mark.svg") no-repeat center center;
  background-size: 125px 100px;
}
#article-content blockquote:before {
  top: -3.5rem;
  left: -0.25rem;
}
#article-content blockquote:after {
  bottom: -4.125rem;
  right: 0.25rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#article-content p + h2, #article-content p + .h2,
#article-content p + h3,
#article-content p + .h3,
#article-content ul + h2,
#article-content ul + .h2,
#article-content ul + h3,
#article-content ul + .h3,
#article-content ol + h2,
#article-content ol + .h2,
#article-content ol + h3,
#article-content ol + .h3 {
  margin: 4.25rem 0 1.75rem;
}
#article-content p + h4, #article-content p + .h4,
#article-content ul + h4,
#article-content ul + .h4,
#article-content ol + h4,
#article-content ol + .h4 {
  margin: 2.375rem 0 0.875rem;
}
#article-content ul {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
#article-content ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
#article-content ul li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/layout/arrow.svg") no-repeat;
  background-size: 14px 14px;
}
#article-content ol {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
#article-content ol li {
  position: relative;
  counter-increment: item;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
#article-content ol li:before {
  content: "0" counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #2a3032;
  font-size: 0.875rem;
  font-weight: 400;
}

/*********************/
/* Article Footer
/*********************/
#article-footer {
  position: relative;
  padding: 8.5rem 0 13.5rem;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e5e3de;
}
@media (min-width: 768px) {
  #article-footer {
    max-width: 610px;
  }
}
#article-footer .content {
  position: relative;
  z-index: 50;
}
#article-footer .content h2, #article-footer .content .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 auto 1.75rem;
  padding: 0 3rem;
}
@media (min-width: 768px) {
  #article-footer .content h2, #article-footer .content .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#article-footer .content .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#article-footer .content .buttons a.button {
  margin: 0 0.5rem 1rem;
}
#article-footer img {
  position: absolute;
  top: calc(50% - 150px);
  left: 0;
  right: 0;
  max-width: 375px;
  height: auto;
  margin: 0 auto;
  z-index: 0;
  opacity: 0.3;
}

/*********************/
/* Author Profile
/*********************/
#author-profile {
  position: relative;
  background-color: #2a3032;
  padding: 7.5rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  #author-profile {
    padding: 8.75rem 0;
  }
}
#author-profile .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  #author-profile .container {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  #author-profile .container {
    max-width: 1230px;
  }
}
#author-profile img {
  max-width: 100%;
  height: auto;
  align-self: center;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  #author-profile img {
    max-width: 290px;
  }
}
@media (min-width: 992px) {
  #author-profile img {
    margin-bottom: 0;
  }
}
#author-profile .author-bio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
@media (min-width: 992px) {
  #author-profile .author-bio {
    max-width: 450px;
    margin-left: 5rem;
  }
}
#author-profile .author-bio h2, #author-profile .author-bio .h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  #author-profile .author-bio h2, #author-profile .author-bio .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#author-profile .author-bio p {
  margin: 0 0 1.5rem;
}
#author-profile .author-bio p:last-of-type {
  margin: 0;
}

/*********************/
/* Contact Header
/*********************/
#contact-header {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 6.5rem 0 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #contact-header .container {
    max-width: 1230px;
  }
}
#contact-header .hero-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto 5.375rem;
  text-align: left;
}
@media (min-width: 768px) {
  #contact-header .hero-content {
    max-width: 660px;
  }
}
#contact-header .hero-content .block-text {
  color: #2a3032;
  margin: 0 0 2rem;
}
#contact-header .hero-content h1, #contact-header .hero-content .h1 {
  color: #2a3032;
  font-size: 3.25rem;
  line-height: 3.625rem;
  margin: 0 0 1.625rem;
}
#contact-header .hero-content p {
  font-size: 1.125rem;
  margin: 0;
}
#contact-header .form-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  padding: 4rem 0.9375rem 8rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  #contact-header .form-wrapper {
    padding: 6rem 0 10rem;
  }
}
#contact-header .form-wrapper form {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #contact-header .form-wrapper form {
    width: 790px;
  }
}
#contact-header .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 665px;
  z-index: -1;
  overflow: hidden;
  background-color: #e5e3de;
}
@media (min-width: 576px) {
  #contact-header .background {
    height: 625px;
  }
}

/*********************/
/* Contact Details
/*********************/
#contact-details {
  margin-top: -8rem;
  padding: 14.75rem 0 7.625rem;
  background-color: #e5e3de;
}
@media (min-width: 768px) {
  #contact-details {
    margin-top: -12rem;
    padding: 20.75rem 0 9.625rem;
  }
}
@media (min-width: 992px) {
  #contact-details .container {
    max-width: 870px;
  }
}
#contact-details h2, #contact-details .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.875rem;
}
@media (min-width: 768px) {
  #contact-details h2, #contact-details .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
    margin: 0 0 2.875rem;
  }
}
#contact-details a.button {
  margin: 0;
}
#contact-details .content {
  margin-top: auto;
}
@media (min-width: 992px) {
  #contact-details .content {
    max-width: 370px;
    margin-bottom: -0.375rem;
  }
}
#contact-details .content .block-text {
  margin: 0 0 0.75rem;
}
#contact-details .content p {
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  #contact-details .content p:last-of-type {
    margin: 0;
  }
}
#contact-details .content a.button {
  margin-top: 2rem;
}

/*********************/
/* Contact Location Map
/*********************/
#contact-location-map {
  position: relative;
  background-color: #2a3032;
  padding: 6.25rem 0 3.5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  #contact-location-map {
    padding: 8.25rem 0 4.5rem;
  }
}
@media (min-width: 1200px) {
  #contact-location-map .container {
    max-width: 1230px;
  }
}
#contact-location-map h2, #contact-location-map .h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 2.875rem;
}
@media (min-width: 768px) {
  #contact-location-map h2, #contact-location-map .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
    margin: 0 auto 6.875rem;
  }
}
#contact-location-map iframe {
  width: 100%;
  min-height: 500px;
  border: none;
  filter: grayscale(100%);
}
@media (min-width: 768px) {
  #contact-location-map iframe {
    min-height: 700px;
  }
}

/*********************/
/* FLEXIBLE CONTENT
/*********************/
/*********************/
/* Centered Content
/*********************/
.centered-content {
  position: relative;
  text-align: center;
  padding: 6.5rem 0 6.75rem;
}
@media (min-width: 768px) {
  .centered-content {
    padding: 8.5rem 0 8.75rem;
  }
}
.centered-content.grey-background {
  background-color: #e5e3de;
}
.centered-content.remove-bottom-padding {
  padding: 6.5rem 0 2rem;
}
@media (min-width: 768px) {
  .centered-content.remove-bottom-padding {
    padding: 8.5rem 0 2rem;
  }
}
.centered-content .container {
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  .centered-content .container {
    max-width: 620px;
  }
}
.centered-content h2, .centered-content .h2, .centered-content h3, .centered-content .h3 {
  font-size: 2.375rem;
  line-height: 2.75rem;
  margin: 0 0 1.25rem;
}
.centered-content h4, .centered-content .h4, .centered-content h5, .centered-content .h5, .centered-content h6, .centered-content .h6 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 0 0 1.25rem;
}
.centered-content p {
  margin: 0 0 1.75rem;
}
.centered-content p:last-of-type {
  margin: 0;
}
.centered-content a.button {
  margin: 1.875rem auto 0;
}

/*********************/
/* Plain Content
/*********************/
.plain-content {
  position: relative;
  text-align: center;
  padding: 6.5rem 0 6.75rem;
}
@media (min-width: 768px) {
  .plain-content {
    padding: 8.5rem 0 8.75rem;
  }
}
.plain-content.grey-background {
  background-color: #e5e3de;
}

/*********************/
/* Image with Text
/* Video with Text
/*********************/
.image-with-text,
.video-with-text {
  position: relative;
  padding: 6.75rem 0 7.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .image-with-text,
  .video-with-text {
    padding: 8.75rem 0;
  }
}
.image-with-text.grey-background,
.video-with-text.grey-background {
  background-color: #e5e3de;
}
.image-with-text .container,
.video-with-text .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .image-with-text .container,
  .video-with-text .container {
    max-width: 1230px;
  }
}
.image-with-text img,
.image-with-text .video-container,
.video-with-text img,
.video-with-text .video-container {
  max-width: 100%;
  height: auto;
  align-self: center;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .image-with-text img,
  .image-with-text .video-container,
  .video-with-text img,
  .video-with-text .video-container {
    max-width: 600px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .image-with-text img,
  .image-with-text .video-container,
  .video-with-text img,
  .video-with-text .video-container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .image-with-text .video-container,
  .video-with-text .video-container {
    padding-bottom: 46.25%;
  }
}
@media (min-width: 1200px) {
  .image-with-text .video-container,
  .video-with-text .video-container {
    padding-bottom: 40%;
  }
}
.image-with-text .content,
.video-with-text .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .image-with-text .content,
  .video-with-text .content {
    max-width: 290px;
  }
}
@media (min-width: 1200px) {
  .image-with-text .content,
  .video-with-text .content {
    max-width: 380px;
  }
}
.image-with-text .content h2, .image-with-text .content .h2,
.video-with-text .content h2,
.video-with-text .content .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.375rem;
}
@media (min-width: 768px) {
  .image-with-text .content h2, .image-with-text .content .h2,
  .video-with-text .content h2,
  .video-with-text .content .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.image-with-text .content a.button,
.video-with-text .content a.button {
  margin: 0;
}

/*********************/
/* Team
/*********************/
.team {
  position: relative;
  padding: 6.25rem 0 6.5rem;
  overflow: hidden;
  z-index: 50;
}
@media (min-width: 768px) {
  .team {
    padding: 8.25rem 0 7.5rem;
  }
}
.team.grey-background {
  background-color: #e5e3de;
}
@media (min-width: 1200px) {
  .team .container {
    max-width: 1230px;
  }
}
.team h2, .team .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 0.875rem;
}
@media (min-width: 768px) {
  .team h2, .team .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.team p {
  max-width: 580px;
  text-align: center;
  margin: 0 auto 2.5rem;
}
.team .team-profile {
  margin-bottom: 1.875rem;
}
.team .team-profile img {
  margin-bottom: 1.375rem;
}
.team .team-profile .title {
  padding: 0 0 0 1rem;
}
.team .team-profile .title .block-text {
  font-weight: 500;
}
.team .team-profile .title h3, .team .team-profile .title .h3 {
  color: #2a3032;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 0.375rem;
}

/*********************/
/* Timeline
/*********************/
.timeline {
  position: relative;
  padding: 6.25rem 0 10.5rem;
  overflow: hidden;
  z-index: 50;
}
@media (min-width: 768px) {
  .timeline {
    padding: 8.25rem 0 12.5rem;
  }
}
.timeline.grey-background {
  background-color: #e5e3de;
}
@media (min-width: 1200px) {
  .timeline .container {
    max-width: 1230px;
  }
}
.timeline h2, .timeline .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 0.875rem;
}
@media (min-width: 768px) {
  .timeline h2, .timeline .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.timeline p {
  max-width: 580px;
  text-align: center;
  margin: 0 auto 5.25rem;
}
.timeline .timeline-outer {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .timeline .timeline-outer {
    width: 900px;
  }
}
.timeline .timeline-outer .timeline-line {
  position: absolute;
  top: 0;
  left: 50px;
  width: 1px;
  height: 100%;
  background-color: #2a3032;
}
@media (min-width: 768px) {
  .timeline .timeline-outer .timeline-line {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.timeline .timeline-outer .timeline-line:after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  right: 0;
  width: 67px;
  height: 54px;
  margin: 0 auto;
  background: url("../images/layout/cooks-and-company-ident.svg") no-repeat center center;
  background-size: 67px 54px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.timeline .timeline-outer .timeline-list .timeline-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin: 0 0 2.875rem;
  padding-left: 7.5rem;
}
@media (min-width: 768px) {
  .timeline .timeline-outer .timeline-list .timeline-item {
    justify-content: flex-end;
    margin: 0 0 0.875rem;
    padding-left: 0;
  }
}
.timeline .timeline-outer .timeline-list .timeline-item .timeline-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0 1.75rem;
}
@media (min-width: 768px) {
  .timeline .timeline-outer .timeline-list .timeline-item .timeline-card {
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-outer .timeline-list .timeline-item .timeline-card {
    max-width: 340px;
  }
}
.timeline .timeline-outer .timeline-list .timeline-item .timeline-card h3, .timeline .timeline-outer .timeline-list .timeline-item .timeline-card .h3 {
  margin: 0 0 0.75rem;
}
.timeline .timeline-outer .timeline-list .timeline-item .timeline-card p {
  margin: 0;
  text-align: unset;
}
.timeline .timeline-outer .timeline-list .timeline-item .timeline-date {
  position: absolute;
  left: 0;
  color: #fff;
  font-family: "baskerville-display-pt", Times, serif;
  font-size: 1rem;
  line-height: 45px;
  width: 100px;
  height: 45px;
  text-align: center;
  background-color: #2a3032;
}
@media (min-width: 768px) {
  .timeline .timeline-outer .timeline-list .timeline-item .timeline-date {
    right: 0;
    margin: 0 auto;
  }
}
.timeline .timeline-outer .timeline-list .timeline-item .timeline-date:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100px;
  width: 30px;
  height: 1px;
  background-color: #2a3032;
}
@media (min-width: 768px) {
  .timeline .timeline-outer .timeline-list .timeline-item .timeline-date:after {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .timeline .timeline-outer .timeline-list .timeline-item:nth-of-type(odd) {
    justify-content: flex-start;
  }
  .timeline .timeline-outer .timeline-list .timeline-item:nth-of-type(odd) .timeline-card {
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding: 0 1.75rem 0 0;
    text-align: right;
  }
  .timeline .timeline-outer .timeline-list .timeline-item:nth-of-type(odd) .timeline-date:after {
    left: unset;
    right: 100px;
  }
}

/*********************/
/* Full Width Video
/*********************/
.full-width-video {
  position: relative;
  width: 100%;
  height: 540px;
  min-height: 540px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .full-width-video {
    height: 700px;
    min-height: 700px;
  }
}
.full-width-video video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

/*********************/
/* Full Width Image
/*********************/
.full-width-image {
  position: relative;
  width: 100%;
  height: 540px;
  min-height: 540px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .full-width-image {
    height: 700px;
    min-height: 700px;
  }
}
.full-width-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: unset;
  height: auto;
  min-height: 540px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .full-width-image img {
    min-height: 700px;
  }
}

/*********************/
/* Two Column Text
/*********************/
.two-column-text {
  position: relative;
  padding: 9rem 0 8.875rem;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 768px) {
  .two-column-text {
    padding: 11rem 0 10.875rem;
  }
}
.two-column-text.grey-background {
  background-color: #e5e3de;
}
.two-column-text.remove-bottom-padding {
  padding: 9rem 0 0;
}
@media (min-width: 768px) {
  .two-column-text.remove-bottom-padding {
    padding: 11rem 0 0;
  }
}
@media (min-width: 992px) {
  .two-column-text .container {
    max-width: 880px;
  }
}
@media (min-width: 1200px) {
  .two-column-text .container {
    max-width: 980px;
  }
}
.two-column-text .block-text {
  color: #2a3032;
  position: relative;
  margin: 0 0 0.5rem;
}
.two-column-text .block-text:before {
  content: "";
  position: absolute;
  top: -2.425rem;
  left: 0;
  width: 91px;
  height: 1px;
  background-color: #2a3032;
}
.two-column-text h2, .two-column-text .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 1.625rem;
}
@media (min-width: 768px) {
  .two-column-text h2, .two-column-text .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.two-column-text p {
  margin: 0 0 1.625rem;
}
@media (min-width: 768px) {
  .two-column-text .content {
    columns: 2;
    column-gap: 50px;
  }
}

/*********************/
/* Single Column Text
/*********************/
.single-column-text {
  position: relative;
  padding: 9rem 0 8.875rem;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 768px) {
  .single-column-text {
    padding: 11rem 0 10.875rem;
  }
}
.single-column-text.grey-background {
  background-color: #e5e3de;
}
.single-column-text.remove-bottom-padding {
  padding: 9rem 0 0;
}
@media (min-width: 768px) {
  .single-column-text.remove-bottom-padding {
    padding: 11rem 0 0;
  }
}
@media (min-width: 992px) {
  .single-column-text .container {
    max-width: 960px;
  }
}
.single-column-text h2, .single-column-text .h2 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 0 0 1.625rem;
}
.single-column-text h3, .single-column-text .h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 0 0 1.625rem;
}
.single-column-text h4, .single-column-text .h4, .single-column-text h5, .single-column-text .h5, .single-column-text h6, .single-column-text .h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1.5rem;
}
.single-column-text p a, .single-column-text ul a, .single-column-text ol a, .single-column-text h2 a, .single-column-text .h2 a, .single-column-text h3 a, .single-column-text .h3 a, .single-column-text h4 a, .single-column-text .h4 a, .single-column-text h5 a, .single-column-text .h5 a, .single-column-text h6 a, .single-column-text .h6 a, .single-column-text blockquote a, .single-column-text pre a {
  font-weight: 700;
  color: #2a3032;
}
.single-column-text p a:focus, .single-column-text p a:hover, .single-column-text ul a:focus, .single-column-text ul a:hover, .single-column-text ol a:focus, .single-column-text ol a:hover, .single-column-text h2 a:focus, .single-column-text .h2 a:focus, .single-column-text h2 a:hover, .single-column-text .h2 a:hover, .single-column-text h3 a:focus, .single-column-text .h3 a:focus, .single-column-text h3 a:hover, .single-column-text .h3 a:hover, .single-column-text h4 a:focus, .single-column-text .h4 a:focus, .single-column-text h4 a:hover, .single-column-text .h4 a:hover, .single-column-text h5 a:focus, .single-column-text .h5 a:focus, .single-column-text h5 a:hover, .single-column-text .h5 a:hover, .single-column-text h6 a:focus, .single-column-text .h6 a:focus, .single-column-text h6 a:hover, .single-column-text .h6 a:hover, .single-column-text blockquote a:focus, .single-column-text blockquote a:hover, .single-column-text pre a:focus, .single-column-text pre a:hover {
  color: #171d1f;
}
.single-column-text p,
.single-column-text ul,
.single-column-text ol {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
.single-column-text p:last-of-type,
.single-column-text ul:last-of-type,
.single-column-text ol:last-of-type {
  margin: 0;
}
.single-column-text blockquote {
  position: relative;
  color: #2a3032;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 500px;
  margin: 7rem auto;
}
.single-column-text blockquote cite {
  display: block;
  color: #2a3032;
  margin: 0.75rem 0 0;
}
.single-column-text blockquote:before, .single-column-text blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 125px;
  height: 100px;
  z-index: -1;
  background: url("../images/layout/quote-mark.svg") no-repeat center center;
  background-size: 125px 100px;
}
.single-column-text blockquote:before {
  top: -3.5rem;
  left: -0.25rem;
}
.single-column-text blockquote:after {
  bottom: -4.125rem;
  right: 0.25rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-column-text p + h2, .single-column-text p + .h2,
.single-column-text p + h3,
.single-column-text p + .h3,
.single-column-text ul + h2,
.single-column-text ul + .h2,
.single-column-text ul + h3,
.single-column-text ul + .h3,
.single-column-text ol + h2,
.single-column-text ol + .h2,
.single-column-text ol + h3,
.single-column-text ol + .h3 {
  margin: 4.25rem 0 1.75rem;
}
.single-column-text p + h4, .single-column-text p + .h4,
.single-column-text ul + h4,
.single-column-text ul + .h4,
.single-column-text ol + h4,
.single-column-text ol + .h4 {
  margin: 2.375rem 0 0.875rem;
}
.single-column-text ul {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.single-column-text ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.single-column-text ul li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/layout/arrow.svg") no-repeat;
  background-size: 14px 14px;
}
.single-column-text ol {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
.single-column-text ol li {
  position: relative;
  counter-increment: item;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.single-column-text ol li:before {
  content: "0" counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #2a3032;
  font-size: 0.875rem;
  font-weight: 400;
}

/*********************/
/* Quote
/*********************/
.quote {
  position: relative;
  text-align: center;
  height: auto;
  padding: 6.75rem 0 7.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .quote {
    padding: 8.75rem 0;
  }
}
.quote.grey-background {
  background-color: #e5e3de;
}
.quote .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
  height: 100%;
}
.quote blockquote {
  position: relative;
  color: #2a3032;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 400;
  font-style: normal;
  max-width: 350px;
  margin: 0 auto;
}
.quote blockquote cite {
  display: block;
  color: #2a3032;
  margin: 0.75rem 0 0;
}
.quote blockquote:before, .quote blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 125px;
  height: 100px;
  z-index: -1;
  background: url("../images/layout/quote-mark.svg") no-repeat center center;
  background-size: 125px 100px;
}
.quote blockquote:before {
  top: -3.5rem;
  left: -0.25rem;
}
.quote blockquote:after {
  bottom: -2.125rem;
  right: -0.25rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.quote a.button {
  margin-top: 7.75rem;
}

/*********************/
/* Content Carousel
/*********************/
.content-carousel {
  position: relative;
  padding: 6.25rem 0 7.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-carousel {
    padding: 8.25rem 0 9.5rem;
  }
}
.content-carousel.grey-background {
  background-color: #e5e3de;
}
@media (min-width: 1200px) {
  .content-carousel .container {
    max-width: 1230px;
  }
}
.content-carousel .title-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .content-carousel .title-block .title {
    max-width: 70%;
  }
}
.content-carousel .title-block h2, .content-carousel .title-block .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin: 0 0 0.875rem;
}
@media (min-width: 768px) {
  .content-carousel .title-block h2, .content-carousel .title-block .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.content-carousel .title-block p {
  max-width: 580px;
  margin: 0;
}
.content-carousel .title-block .nav-buttons {
  position: relative;
  top: 18px;
  right: 0;
  width: 100%;
  height: 20px;
}
@media (min-width: 576px) {
  .content-carousel .title-block .nav-buttons {
    position: unset;
    width: unset;
    height: unset;
    margin: 0 0 0.25rem;
  }
}
.content-carousel .title-block .nav-buttons .swiper-button-prev,
.content-carousel .title-block .nav-buttons .swiper-button-next {
  bottom: 3px;
  background: url("../images/layout/arrow.svg") no-repeat center center;
  background-size: 28px 16px;
}
.content-carousel .title-block .nav-buttons .swiper-button-prev {
  left: 0;
  right: unset;
}
@media (min-width: 576px) {
  .content-carousel .title-block .nav-buttons .swiper-button-prev {
    left: unset;
    right: 40px;
  }
}
.content-carousel .title-block .nav-buttons .swiper-button-next {
  left: 40px;
  right: 0;
}
@media (min-width: 576px) {
  .content-carousel .title-block .nav-buttons .swiper-button-next {
    left: unset;
    right: 0;
  }
}
.content-carousel .swiper {
  overflow: visible;
}
.content-carousel .swiper .swiper-slide {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-carousel .content-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .content-carousel .content-card {
    min-width: 380px;
  }
}
.content-carousel .content-card .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.content-carousel .content-card .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
@media (min-width: 768px) {
  .content-carousel .content-card .image-wrapper:after {
    height: 50%;
  }
}
.content-carousel .content-card .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 1.875rem 1.875rem;
}
.content-carousel .content-card .content .block-text {
  color: #fff;
  margin: 0 0 0.375rem;
}
.content-carousel .content-card .content h3, .content-carousel .content-card .content .h3 {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 0 0 0.25rem;
}

/*********************/
/* Accordion Content
/*********************/
.accordion-content {
  position: relative;
  padding: 6.25rem 0 7.25rem;
  overflow: hidden;
  z-index: 50;
  background-color: #2a3032;
}
@media (min-width: 768px) {
  .accordion-content {
    padding: 8.25rem 0 10.25rem;
  }
}
@media (min-width: 1200px) {
  .accordion-content .container {
    max-width: 1230px;
  }
}
.accordion-content h2, .accordion-content .h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 0.875rem;
}
@media (min-width: 768px) {
  .accordion-content h2, .accordion-content .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.accordion-content p {
  color: #fff;
  max-width: 580px;
  text-align: center;
  margin: 0 auto 3.25rem;
}
.accordion-content .accordion {
  max-width: 780px;
  margin: 0 auto;
}
.accordion-content .accordion .accordion-item {
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #e5e3de;
}
.accordion-content .accordion .accordion-item h3, .accordion-content .accordion .accordion-item .h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0rem;
  margin: 0;
}
.accordion-content .accordion .accordion-item .accordion-button {
  width: 100%;
  height: 82px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0rem;
  text-align: left;
  padding: 0 1.5rem 0 0;
  border: none;
  outline: none;
  background: transparent;
  justify-content: flex-start;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-content .accordion .accordion-item .accordion-button:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/layout/plus.svg) no-repeat center center;
  background-size: 20px auto;
}
.accordion-content .accordion .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.accordion-content .accordion .accordion-item .accordion-button:not(.collapsed):after {
  background: url(../images/layout/minus.svg) no-repeat center center;
  background-size: 20px auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.accordion-content .accordion .accordion-item .accordion-button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.accordion-content .accordion .accordion-item .accordion-body {
  color: #fff;
  padding: 0 1.5rem 2.375rem 0;
}
.accordion-content .accordion .accordion-item .accordion-body p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0;
  text-align: left;
}

/*********************/
/* Products Module
/*********************/
.products-module {
  position: relative;
  overflow: hidden;
  z-index: 50;
  padding: 6.5rem 0 6.75rem;
}
@media (min-width: 768px) {
  .products-module {
    padding: 8.5rem 0 8.75rem;
  }
}
.products-module.grey-background {
  background-color: #e5e3de;
}
@media (min-width: 1200px) {
  .products-module .container {
    max-width: 1230px;
  }
}
.products-module h2, .products-module .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 0.875rem;
}
@media (min-width: 768px) {
  .products-module h2, .products-module .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.products-module p {
  max-width: 580px;
  text-align: center;
  margin: 0 auto 2.5rem;
}
.products-module .product {
  margin: 0 0 2.375rem;
}
.products-module .product span.block-text {
  font-weight: 500;
  padding: 0 0 0 1.1rem;
}
.products-module .product h3, .products-module .product .h3 {
  color: #2a3032;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 0.375rem;
  padding: 0 0 0 1rem;
}
.products-module .product a {
  text-decoration: none;
}
.products-module .product a img {
  margin: 0 0 1.375rem;
  background-color: #f2f2f4;
}
.products-module .product .price {
  display: block;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  color: #2a3032;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  padding: 0 0 0 1.1rem;
}
.products-module .product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.products-module .product .price ins {
  background: none;
  font-weight: 400;
  margin-left: 0.25rem;
  display: inline-block;
  text-decoration: none;
}
.products-module .product .price .from {
  font-size: 0.8125rem;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(225.5, 225.5, 225.5, 0.5);
}

/*********************/
/* Products Carousel
/*********************/
.products-carousel {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 6.75rem;
}
@media (min-width: 768px) {
  .products-carousel {
    padding: 8.5rem 0 8.75rem;
  }
}
.products-carousel.grey-background {
  background-color: #f2f2f4;
}
@media (min-width: 1440px) {
  .products-carousel .container {
    padding: 0;
  }
}
.products-carousel h2, .products-carousel .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 2.875rem;
}
@media (min-width: 576px) {
  .products-carousel h2, .products-carousel .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.products-carousel .swiper {
  overflow: visible;
  padding-bottom: 100px;
}
.products-carousel .swiper .swiper-slide {
  opacity: 1;
}
.products-carousel .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.products-carousel .swiper .swiper-scrollbar {
  width: 90%;
  left: 5%;
  right: 5%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .products-carousel .swiper .swiper-scrollbar {
    width: 60%;
    left: 20%;
    right: 20%;
  }
}
.products-carousel .swiper .swiper-button-prev,
.products-carousel .swiper .swiper-button-next {
  position: absolute;
  bottom: calc(65% - 22.5px);
  width: 60px;
  height: 45px;
  margin: 0;
  background: #2a3032 url("../images/layout/arrow-white.svg") no-repeat center center;
  background-size: 28px 16px;
}
.products-carousel .swiper .swiper-button-prev,
.products-carousel .swiper .swiper-rtl .swiper-button-next {
  left: -10px;
}
@media (min-width: 1200px) {
  .products-carousel .swiper .swiper-button-prev,
  .products-carousel .swiper .swiper-rtl .swiper-button-next {
    left: -20px;
  }
}
@media (min-width: 1440px) {
  .products-carousel .swiper .swiper-button-prev,
  .products-carousel .swiper .swiper-rtl .swiper-button-next {
    left: -30px;
  }
}
.products-carousel .swiper .swiper-button-next,
.products-carousel .swiper .swiper-rtl .swiper-button-prev {
  right: -10px;
}
@media (min-width: 1200px) {
  .products-carousel .swiper .swiper-button-next,
  .products-carousel .swiper .swiper-rtl .swiper-button-prev {
    right: -20px;
  }
}
@media (min-width: 1440px) {
  .products-carousel .swiper .swiper-button-next,
  .products-carousel .swiper .swiper-rtl .swiper-button-prev {
    right: -30px;
  }
}
.products-carousel .product-details {
  margin-top: 1rem;
  text-align: center;
}
.products-carousel .product-details h3, .products-carousel .product-details .h3 {
  font-size: 1.625rem;
  margin: 0 auto 0.875rem;
}
.products-carousel .product-details a.button {
  margin: 0 auto;
}

/*********************/
/* Product Categories Grid
/*********************/
.product-categories-grid {
  position: relative;
  padding: 8.25rem 0;
  overflow: hidden;
  z-index: 50;
}
.product-categories-grid.grey-background {
  background-color: #e5e3de;
}
@media (min-width: 1200px) {
  .product-categories-grid .container {
    max-width: 1230px;
  }
}
.product-categories-grid h2, .product-categories-grid .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 0.875rem;
}
@media (min-width: 768px) {
  .product-categories-grid h2, .product-categories-grid .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.product-categories-grid p {
  max-width: 580px;
  text-align: center;
  margin: 0 auto 2.5rem;
}
.product-categories-grid .category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 1.875rem;
}
.product-categories-grid .category .image-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.product-categories-grid .category .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
@media (min-width: 768px) {
  .product-categories-grid .category .image-wrapper:after {
    height: 50%;
  }
}
.product-categories-grid .category .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0 1.875rem 1.875rem;
}
.product-categories-grid .category .content h3, .product-categories-grid .category .content .h3 {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 0 0 0.25rem;
}
.product-categories-grid .category:focus .image-wrapper:after, .product-categories-grid .category:hover .image-wrapper:after {
  opacity: 0.75;
}

/*********************/
/* Gallery
/*********************/
.gallery {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 6.75rem;
}
@media (min-width: 768px) {
  .gallery {
    padding: 8rem 0 7.75rem;
  }
}
.gallery.grey-background {
  background-color: #e5e3de;
}
@media (min-width: 1200px) {
  .gallery .container {
    max-width: 1230px;
  }
}
.gallery h2, .gallery .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 2.875rem;
}
@media (min-width: 576px) {
  .gallery h2, .gallery .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.gallery .swiper {
  padding-bottom: 10px;
}
.gallery .swiper .swiper-slide {
  position: relative;
  opacity: 1;
}
.gallery .swiper .swiper-slide.swiper-slide-active {
  opacity: 0.5;
}
.gallery .swiper.gallery-carousel-thumbs {
  max-height: 115px;
  padding: 0;
}
@media (min-width: 768px) {
  .gallery .swiper.gallery-carousel-thumbs {
    max-height: 140px;
  }
}
.gallery .swiper.gallery-carousel-thumbs .swiper-slide {
  cursor: pointer;
}
.gallery .swiper .swiper-button-prev,
.gallery .swiper .swiper-button-next {
  position: absolute;
  bottom: 30px;
}
@media (min-width: 992px) {
  .gallery .swiper .swiper-button-prev,
  .gallery .swiper .swiper-button-next {
    bottom: 40px;
  }
}
.gallery .swiper .swiper-button-prev,
.gallery .swiper .swiper-rtl .swiper-button-next {
  right: 60px;
}
@media (min-width: 992px) {
  .gallery .swiper .swiper-button-prev,
  .gallery .swiper .swiper-rtl .swiper-button-next {
    right: 80px;
  }
}
.gallery .swiper .swiper-button-next,
.gallery .swiper .swiper-rtl .swiper-button-prev {
  right: 20px;
}
@media (min-width: 992px) {
  .gallery .swiper .swiper-button-next,
  .gallery .swiper .swiper-rtl .swiper-button-prev {
    right: 40px;
  }
}
.gallery .bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
  background: rgba(0, 0, 0, 0.9);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.9));
}
@media (min-width: 992px) {
  .gallery .bottom-overlay {
    height: 300px;
    background: rgba(0, 0, 0, 0.65);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=rgba(0, 0, 0, 0.65));
  }
}

/*********************/
/* Page Content
/*********************/
#page-content {
  position: relative;
  padding: 7rem 0;
}
@media (min-width: 992px) {
  #page-content .container {
    max-width: 960px;
  }
}
#page-content .button-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8.25rem;
}
#page-content .button-links a.button {
  margin: 0 0.5rem;
}
#page-content h2, #page-content .h2 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 0 0 1.625rem;
}
#page-content h3, #page-content .h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 0 0 1.625rem;
}
#page-content h4, #page-content .h4, #page-content h5, #page-content .h5, #page-content h6, #page-content .h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1.5rem;
}
#page-content p a, #page-content ul a, #page-content ol a, #page-content h2 a, #page-content .h2 a, #page-content h3 a, #page-content .h3 a, #page-content h4 a, #page-content .h4 a, #page-content h5 a, #page-content .h5 a, #page-content h6 a, #page-content .h6 a, #page-content blockquote a, #page-content pre a {
  font-weight: 700;
  color: #2a3032;
}
#page-content p a:focus, #page-content p a:hover, #page-content ul a:focus, #page-content ul a:hover, #page-content ol a:focus, #page-content ol a:hover, #page-content h2 a:focus, #page-content .h2 a:focus, #page-content h2 a:hover, #page-content .h2 a:hover, #page-content h3 a:focus, #page-content .h3 a:focus, #page-content h3 a:hover, #page-content .h3 a:hover, #page-content h4 a:focus, #page-content .h4 a:focus, #page-content h4 a:hover, #page-content .h4 a:hover, #page-content h5 a:focus, #page-content .h5 a:focus, #page-content h5 a:hover, #page-content .h5 a:hover, #page-content h6 a:focus, #page-content .h6 a:focus, #page-content h6 a:hover, #page-content .h6 a:hover, #page-content blockquote a:focus, #page-content blockquote a:hover, #page-content pre a:focus, #page-content pre a:hover {
  color: #171d1f;
}
#page-content p a.button, #page-content ul a.button, #page-content ol a.button, #page-content h2 a.button, #page-content .h2 a.button, #page-content h3 a.button, #page-content .h3 a.button, #page-content h4 a.button, #page-content .h4 a.button, #page-content h5 a.button, #page-content .h5 a.button, #page-content h6 a.button, #page-content .h6 a.button, #page-content blockquote a.button, #page-content pre a.button {
  color: #fff;
}
#page-content p,
#page-content ul,
#page-content ol {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
#page-content blockquote {
  position: relative;
  color: #2a3032;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 500px;
  margin: 7rem auto;
}
#page-content blockquote cite {
  display: block;
  color: #2a3032;
  margin: 0.75rem 0 0;
}
#page-content blockquote:before, #page-content blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 125px;
  height: 100px;
  z-index: -1;
  background: url("../images/layout/quote-mark.svg") no-repeat center center;
  background-size: 125px 100px;
}
#page-content blockquote:before {
  top: -3.5rem;
  left: -0.25rem;
}
#page-content blockquote:after {
  bottom: -4.125rem;
  right: 0.25rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#page-content p + h2, #page-content p + .h2,
#page-content p + h3,
#page-content p + .h3,
#page-content ul + h2,
#page-content ul + .h2,
#page-content ul + h3,
#page-content ul + .h3,
#page-content ol + h2,
#page-content ol + .h2,
#page-content ol + h3,
#page-content ol + .h3 {
  margin: 4.25rem 0 1.75rem;
}
#page-content p + h4, #page-content p + .h4,
#page-content ul + h4,
#page-content ul + .h4,
#page-content ol + h4,
#page-content ol + .h4 {
  margin: 2.375rem 0 0.875rem;
}
#page-content ul {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
#page-content ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
#page-content ul li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/layout/arrow.svg") no-repeat;
  background-size: 14px 14px;
}
#page-content ol {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
#page-content ol li {
  position: relative;
  counter-increment: item;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
#page-content ol li:before {
  content: "0" counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #2a3032;
  font-size: 0.875rem;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .woocommerce-page #page-content .container {
    max-width: 1230px;
  }
}

/*********************/
/* Woocommerce Extra Modules
/* Category/Tag Pages
/*********************/
/*********************/
/* Product Index Featured Carousel
/*********************/
#product-index-featured-carousel {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 6.75rem;
}
#product-index-featured-carousel.grey-background {
  background-color: #f2f2f4;
}
@media (min-width: 1440px) {
  #product-index-featured-carousel .container {
    padding: 0;
  }
}
#product-index-featured-carousel .header {
  margin: 0 auto 2.875rem;
  text-align: center;
}
#product-index-featured-carousel .header h2, #product-index-featured-carousel .header .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #product-index-featured-carousel .header h2, #product-index-featured-carousel .header .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#product-index-featured-carousel .swiper {
  overflow: visible;
  padding-bottom: 100px;
}
#product-index-featured-carousel .swiper .swiper-slide {
  opacity: 1;
}
#product-index-featured-carousel .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#product-index-featured-carousel .swiper .swiper-scrollbar {
  width: 90%;
  left: 5%;
  right: 5%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #product-index-featured-carousel .swiper .swiper-scrollbar {
    width: 60%;
    left: 20%;
    right: 20%;
  }
}
#product-index-featured-carousel .swiper .swiper-button-prev,
#product-index-featured-carousel .swiper .swiper-button-next {
  position: absolute;
  bottom: calc(65% - 22.5px);
  width: 60px;
  height: 45px;
  margin: 0;
  background: #2a3032 url("../images/layout/arrow-white.svg") no-repeat center center;
  background-size: 28px 16px;
}
#product-index-featured-carousel .swiper .swiper-button-prev,
#product-index-featured-carousel .swiper .swiper-rtl .swiper-button-next {
  left: -10px;
}
@media (min-width: 1200px) {
  #product-index-featured-carousel .swiper .swiper-button-prev,
  #product-index-featured-carousel .swiper .swiper-rtl .swiper-button-next {
    left: -20px;
  }
}
@media (min-width: 1440px) {
  #product-index-featured-carousel .swiper .swiper-button-prev,
  #product-index-featured-carousel .swiper .swiper-rtl .swiper-button-next {
    left: -30px;
  }
}
#product-index-featured-carousel .swiper .swiper-button-next,
#product-index-featured-carousel .swiper .swiper-rtl .swiper-button-prev {
  right: -10px;
}
@media (min-width: 1200px) {
  #product-index-featured-carousel .swiper .swiper-button-next,
  #product-index-featured-carousel .swiper .swiper-rtl .swiper-button-prev {
    right: -20px;
  }
}
@media (min-width: 1440px) {
  #product-index-featured-carousel .swiper .swiper-button-next,
  #product-index-featured-carousel .swiper .swiper-rtl .swiper-button-prev {
    right: -30px;
  }
}
#product-index-featured-carousel .product-details {
  margin-top: 1rem;
  text-align: center;
}
#product-index-featured-carousel .product-details h3, #product-index-featured-carousel .product-details .h3 {
  font-size: 1.625rem;
  margin: 0 auto 0.875rem;
}
#product-index-featured-carousel .product-details a.button {
  margin: 0 auto;
}

/*********************/
/* Product Index Code Block
/*********************/
#product-index-code-block {
  position: relative;
  padding: 6.5rem 0 1.5rem;
}
@media (min-width: 768px) {
  #product-index-code-block {
    padding: 8.5rem 0 1.5rem;
  }
}
#product-index-code-block.grey-background {
  background-color: #e5e3de;
}

/*********************/
/* Video/Image Block Details
/*********************/
#video-image-block-details.video {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  padding-top: 6.875rem;
  background-color: #e5e3de;
}
@media (min-width: 1200px) {
  #video-image-block-details.video {
    min-height: 700px;
  }
}
#video-image-block-details.video h2, #video-image-block-details.video .h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  #video-image-block-details.video h2, #video-image-block-details.video .h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
#video-image-block-details.video p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 5.875rem;
}
#video-image-block-details.video .video-wrapper {
  position: relative;
  width: 100%;
  height: 540px;
  min-height: 540px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #video-image-block-details.video .video-wrapper {
    height: 700px;
    min-height: 700px;
  }
}
#video-image-block-details.video .video-wrapper video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
#video-image-block-details.video img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: unset;
  height: auto;
  min-height: 540px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  #video-image-block-details.video img {
    min-height: 700px;
  }
}
#video-image-block-details.image {
  max-height: 1080px;
}
#video-image-block-details.image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 200px;
}

/*********************/
/* Fullscreen Overlay Search
/*********************/
.search-collapse {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #e5e3de;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.search-collapse.collapse:not(.show) {
  display: none;
}
@media (min-width: 1200px) {
  .search-collapse.collapse:not(.show) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-collapse.show {
  height: 100vh;
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.search-collapse.collapsing {
  position: absolute;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.search-collapse .close-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .search-collapse .close-search {
    right: 2.5rem;
  }
}
.search-collapse .close-search img {
  width: 20px;
  height: auto;
}
.search-collapse .close-search:focus, .search-collapse .close-search:hover {
  opacity: 1;
}
.search-collapse .search-form {
  width: 100%;
  max-width: 100%;
  margin: 7.5rem auto 0;
}
@media (min-width: 768px) {
  .search-collapse .search-form {
    margin: 200px auto 0;
  }
}
@media (min-width: 992px) {
  .search-collapse .search-form {
    max-width: 800px;
  }
}
.search-collapse .search-form form.searchandfilter, .search-collapse .search-form form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.search-collapse .search-form form.searchandfilter ul, .search-collapse .search-form form ul {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .search-collapse .search-form form.searchandfilter ul, .search-collapse .search-form form ul {
    max-width: 800px;
  }
}
.search-collapse .search-form form.searchandfilter ul li, .search-collapse .search-form form ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  /*
  &.sf-field-submit{
  	position: absolute;
  	top: 0.5rem;
  	right: 0.5rem;

  	input[type="submit"]{
  		margin:0;
  		padding:0;
  		width:40px;
  		height:60px;
  		background:url("../images/layout/search.svg") no-repeat center center;
  		background-size:30px 50px;
  		border:none;

  		@include bp(md) {
  			background-size:40px 60px;
  		}
  	}
  }
  */
}
.search-collapse .search-form form.searchandfilter ul li label, .search-collapse .search-form form ul li label {
  width: 100%;
}
.search-collapse .search-form form.searchandfilter ul li input[type=text], .search-collapse .search-form form ul li input[type=text] {
  width: 100%;
  height: 70px;
  color: #2a3032;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 4.375rem;
  padding-left: 1.5rem;
  padding-right: 4rem;
  margin: 0 0 0.875rem;
  background-color: #fff;
  background: #fff url("../images/layout/search.svg") no-repeat center right 20px;
  background-size: 26px 26px;
  border: none;
}
.search-collapse .search-form form.searchandfilter ul li input[type=text]:focus, .search-collapse .search-form form.searchandfilter ul li input[type=text]:hover, .search-collapse .search-form form ul li input[type=text]:focus, .search-collapse .search-form form ul li input[type=text]:hover {
  outline: none;
}
.search-collapse .search-form form.searchandfilter ul li input[type=submit], .search-collapse .search-form form ul li input[type=submit] {
  width: 100%;
  height: 70px;
  font-size: 0.75rem;
  display: block;
}
.search-collapse .search-form form.searchandfilter input[type=text], .search-collapse .search-form form input[type=text] {
  width: 100%;
  height: 70px;
  color: #2a3032;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 4.375rem;
  padding-left: 1.5rem;
  padding-right: 4rem;
  margin: 0 0 0.875rem;
  background-color: #fff;
  background: #fff url("../images/layout/search.svg") no-repeat center right 20px;
  background-size: 26px 26px;
  border: none;
}
.search-collapse .search-form form.searchandfilter input[type=text]:focus, .search-collapse .search-form form.searchandfilter input[type=text]:hover, .search-collapse .search-form form input[type=text]:focus, .search-collapse .search-form form input[type=text]:hover {
  outline: none;
}
.search-collapse .search-form form.searchandfilter input[type=submit], .search-collapse .search-form form input[type=submit] {
  width: 100%;
  height: 70px;
  font-size: 0.75rem;
}
.search-collapse .search-form form.searchandfilter ::-webkit-input-placeholder, .search-collapse .search-form form ::-webkit-input-placeholder {
  color: #2a3032;
  font-weight: 400;
  opacity: 1;
}
.search-collapse .search-form form.searchandfilter :-moz-placeholder, .search-collapse .search-form form :-moz-placeholder {
  color: #2a3032;
  font-weight: 400;
  opacity: 1;
}
.search-collapse .search-form form.searchandfilter ::-moz-placeholder, .search-collapse .search-form form ::-moz-placeholder {
  color: #2a3032;
  font-weight: 400;
  opacity: 1;
}
.search-collapse .search-form form.searchandfilter :-ms-input-placeholder, .search-collapse .search-form form :-ms-input-placeholder {
  color: #2a3032;
  font-weight: 400;
  opacity: 1;
}

/*********************/
/* Search Results
/*********************/
#search-results {
  position: relative;
  padding: 7rem 0;
}
@media (min-width: 1200px) {
  #search-results .container {
    max-width: 1230px;
  }
}
#search-results .searchandfilter {
  margin: 0 0 2.5rem;
}
#search-results .searchandfilter h4, #search-results .searchandfilter .h4 {
  color: #2a3032;
  font-size: 1rem;
}
#search-results .searchandfilter ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#search-results .searchandfilter ul li {
  position: relative;
  width: 48%;
  text-align: left;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  #search-results .searchandfilter ul li {
    width: 49%;
  }
}
@media (min-width: 1200px) {
  #search-results .searchandfilter ul li {
    width: 23.5%;
    margin: 0 0 1rem;
  }
}
#search-results .searchandfilter ul li ul li {
  margin: 0;
  padding: 0;
  border: none;
}
#search-results .searchandfilter ul li.sf-field-search {
  width: 100%;
}
#search-results .searchandfilter ul li.sf-field-search label {
  width: 100%;
}
#search-results .searchandfilter ul li.sf-field-search input[type=text] {
  width: 100%;
  height: 70px;
  color: #2a3032;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 4.375rem;
  padding-left: 1.5rem;
  padding-right: 4rem;
  margin: 0;
  background-color: #fff;
  background: #fff url("../images/layout/search.svg") no-repeat center right 20px;
  background-size: 26px 26px;
  border: 1px solid #e5e3de;
}
#search-results .searchandfilter ul li.sf-field-search input[type=text]:focus, #search-results .searchandfilter ul li.sf-field-search input[type=text]:hover {
  outline: none;
}
#search-results .searchandfilter ul li.sf-field-reset {
  width: 49%;
}
#search-results .searchandfilter ul li.sf-field-reset .search-filter-reset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #2a3032;
  font-size: 1rem;
  text-align: center;
  background-color: #f2f1ee;
}
#search-results .searchandfilter ul li.sf-field-submit {
  width: 49%;
}
#search-results .searchandfilter ul li.sf-field-submit input[type=submit] {
  width: 100%;
  min-width: unset;
}
#search-results .searchandfilter ul select.sf-input-select {
  width: 100%;
  min-width: 100px;
  height: 45px;
  color: #2a3032;
  font-size: 1rem;
  padding: 0 0.875rem;
  border: 1px solid #e5e3de;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search-results .searchandfilter ul label {
  width: 100%;
  color: #2a3032;
  font-size: 1rem;
}
#search-results .searchandfilter ul li[data-sf-field-input-type=radio] label {
  padding-left: 0.5rem;
}
#search-results .search-filter-results {
  margin-top: 3rem;
  opacity: 1 !important;
}
#search-results .search-filter-result-item {
  margin-bottom: 2rem;
}
#search-results .search-filter-result-item img {
  margin-bottom: 1rem;
  background-color: #f2f2f4;
}
#search-results .search-filter-result-item iframe {
  --ratio: calc(820 / 760);
  height: auto;
  aspect-ratio: 1/var(--ratio);
  margin-bottom: 0.625rem;
}
#search-results .search-filter-result-item span.block-text {
  margin: 0 0 0.5rem 0.45rem;
}
#search-results .search-filter-result-item h2, #search-results .search-filter-result-item .h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 0.375rem 0.375rem;
}
#search-results .search-filter-results-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#search-results .search-filter-results-meta .pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#search-results .search-filter-results-meta .pagination .nav-previous a,
#search-results .search-filter-results-meta .pagination .nav-next a {
  color: #2a3032;
}
#search-results .search-filter-results-meta .pagination .nav-next a {
  margin-left: 1rem;
}
#search-results .button-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8.25rem;
}
#search-results .button-links a.button {
  margin: 0 0.5rem;
}

#hero.is-search .container .hero-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.product-filter-form .filter-field {
  margin-bottom: 10px;
}
.product-filter-form .filter-field input, .product-filter-form .filter-field select {
  width: 100%;
  min-width: 100px;
  height: 45px;
  color: #2a3032;
  font-size: 1rem;
  padding: 0 0.875rem;
  border: 1px solid #e5e3de;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-filter-form .search-filter-reset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #2a3032;
  font-size: 1rem;
  text-align: center;
  background-color: #f2f1ee;
}
.product-filter-form button {
  margin-top: 10px;
  margin-bottom: 20px;
  min-width: 100%;
}
.product-filter-form .filter-submit {
  width: 100%;
  margin-top: 10px;
}

/*********************/
/* WOOCOMMERCE
/*********************/
/*********************/
/* Wrapper Styles
/*********************/
#woocommerce-content {
  /*padding-top:6rem;*/
  overflow: hidden;
}
@media (min-width: 1200px) {
  #woocommerce-content .container {
    max-width: 1230px;
  }
}

.single-product #woocommerce-content {
  padding-top: 3.5rem;
  border-top: 1px solid #e5e3de;
}

/* Custom Everhot single product contact button*/
.single-product form.cart {
  gap: 10px;
  flex-wrap: wrap;
}
.single-product form.cart .quantity {
  width: 100px !important;
  margin: 0 !important;
}
.single-product form.cart .quantity input {
  width: 100px !important;
}
.single-product form.cart button {
  width: calc(100% - 125px) !important;
}

/*********************/
/* Main Content Styles
/*********************/
.woocommerce {
  /**
  * Product loops/indexes
  */
  /* Single Product page layout */
  /* Upsells */
  /* Woocommerce Pagination */
  /* Buttons */
  /**
   * Forms (Cart/Checkout etc)
   */
}
.woocommerce .woocommerce-products-header {
  padding: 6rem 0 1.25rem;
  background-color: #e5e3de;
  text-align: center;
}
@media (min-width: 576px) {
  .woocommerce .woocommerce-products-header {
    padding: 6rem 0 2.25rem;
  }
}
.woocommerce .woocommerce-products-header .woocommerce-breadcrumb {
  margin: 0 auto 0.875rem;
  padding: 0;
  text-align: center;
}
.woocommerce .woocommerce-products-header .woocommerce-breadcrumb a {
  color: #898989;
}
.woocommerce .woocommerce-products-header h1, .woocommerce .woocommerce-products-header .h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 0 auto 0.875rem;
}
@media (min-width: 576px) {
  .woocommerce .woocommerce-products-header h1, .woocommerce .woocommerce-products-header .h1 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.woocommerce .woocommerce-products-header .term-description {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.woocommerce .woocommerce-products-header .term-description p {
  margin: 0;
}
.woocommerce .product-filters-button {
  margin: 3rem auto 2rem !important;
}
.woocommerce .product-filters-button img {
  width: 20px;
  height: auto;
  margin-left: 0.5rem;
}
.woocommerce .product-filters {
  width: 100%;
  max-height: 0;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.woocommerce .product-filters.open-filters {
  opacity: 1;
  visibility: visible;
  max-height: 380px;
}
.woocommerce .searchandfilter {
  margin: 0;
}
.woocommerce .searchandfilter h4, .woocommerce .searchandfilter .h4 {
  color: #2a3032;
  font-size: 1rem;
}
.woocommerce .searchandfilter ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce .searchandfilter ul li {
  position: relative;
  width: 50%;
  text-align: left;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .woocommerce .searchandfilter ul li {
    width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .woocommerce .searchandfilter ul li {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .woocommerce .searchandfilter ul li {
    width: 20%;
  }
}
.woocommerce .searchandfilter ul li ul li {
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce .searchandfilter ul li.sf-field-post-meta-_regular_price {
  width: 100%;
  margin: 0.875rem 0;
  padding: 0.875rem 1rem;
  background-color: #eceae6;
}
.woocommerce .searchandfilter ul li.sf-field-post-meta-_regular_price .sf-meta-range.sf-meta-range-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce .searchandfilter ul li.sf-field-post-meta-_regular_price .sf-meta-range.sf-meta-range-slider .meta-slider {
  width: 100%;
  max-width: 100%;
  margin: 10px 16px 10px 20px;
}
.woocommerce .searchandfilter ul select.sf-input-select {
  width: 100%;
  min-width: 100px;
  border: none;
  color: #2a3032;
  font-size: 1rem;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce .searchandfilter ul label {
  width: 88%;
  color: #2a3032;
  font-size: 1rem;
}
.woocommerce .searchandfilter ul li[data-sf-field-input-type=radio] label {
  padding-left: 0.5rem;
}
.woocommerce .searchandfilter ul a.search-filter-reset {
  color: #2a3032;
  font-size: 1rem;
}
.woocommerce h2.secondary-heading, .woocommerce .secondary-heading.h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
  margin: 6.25rem auto -2rem;
}
.woocommerce ul.products,
.woocommerce ul.products[class*=columns-],
.woocommerce ul.subcategories,
.woocommerce ul.subcategories[class*=columns-] {
  margin: 0;
  padding: 4.25rem 0;
}
@media (min-width: 768px) {
  .woocommerce ul.products,
  .woocommerce ul.products[class*=columns-],
  .woocommerce ul.subcategories,
  .woocommerce ul.subcategories[class*=columns-] {
    padding: 6.25rem 0;
  }
}
.woocommerce ul.products.subcategories,
.woocommerce ul.products[class*=columns-].subcategories,
.woocommerce ul.subcategories.subcategories,
.woocommerce ul.subcategories[class*=columns-].subcategories {
  padding: 4.25rem 0 0;
}
@media (min-width: 768px) {
  .woocommerce ul.products.subcategories,
  .woocommerce ul.products[class*=columns-].subcategories,
  .woocommerce ul.subcategories.subcategories,
  .woocommerce ul.subcategories[class*=columns-].subcategories {
    padding: 6.25rem 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .woocommerce ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce ul.subcategories li.product,
  .woocommerce ul.subcategories[class*=columns-] li.product {
    width: 48%;
    clear: both;
    margin: 0 0 2.875rem;
  }
  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .woocommerce ul.subcategories li.product:nth-child(2n),
  .woocommerce ul.subcategories[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none;
  }
}
@media (min-width: 1200px) {
  .woocommerce ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce ul.subcategories li.product,
  .woocommerce ul.subcategories[class*=columns-] li.product {
    width: 31.6% !important;
    margin: 0 2.6% 2.375rem 0;
  }
  .woocommerce ul.products li.product.last,
  .woocommerce ul.products[class*=columns-] li.product.last,
  .woocommerce ul.subcategories li.product.last,
  .woocommerce ul.subcategories[class*=columns-] li.product.last {
    margin-right: 0;
  }
}
.woocommerce ul.products li.product .sale,
.woocommerce ul.products li.product .onsale,
.woocommerce ul.products[class*=columns-] li.product .sale,
.woocommerce ul.products[class*=columns-] li.product .onsale,
.woocommerce ul.subcategories li.product .sale,
.woocommerce ul.subcategories li.product .onsale,
.woocommerce ul.subcategories[class*=columns-] li.product .sale,
.woocommerce ul.subcategories[class*=columns-] li.product .onsale {
  position: absolute;
  top: 0.8125rem;
  left: 0.8125rem;
  right: inherit;
  width: 75px;
  min-width: unset;
  height: 30px;
  min-height: unset;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.75rem;
  padding: 0 0 0 0.25rem;
  background-color: #2a3032;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce ul.products li.product span.block-text,
.woocommerce ul.products[class*=columns-] li.product span.block-text,
.woocommerce ul.subcategories li.product span.block-text,
.woocommerce ul.subcategories[class*=columns-] li.product span.block-text {
  font-weight: 500;
  padding: 0 0 0 1.1rem;
}
.woocommerce ul.products li.product h2, .woocommerce ul.products li.product .h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products[class*=columns-] li.product h2,
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title,
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-category__title,
.woocommerce ul.subcategories li.product h2,
.woocommerce ul.subcategories li.product .h2,
.woocommerce ul.subcategories li.product .woocommerce-loop-product__title,
.woocommerce ul.subcategories li.product .woocommerce-loop-category__title,
.woocommerce ul.subcategories[class*=columns-] li.product h2,
.woocommerce ul.subcategories[class*=columns-] li.product .woocommerce-loop-product__title,
.woocommerce ul.subcategories[class*=columns-] li.product .woocommerce-loop-category__title {
  color: #2a3032;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 0.375rem;
  padding: 0 0 0 1rem;
}
.woocommerce ul.products li.product a,
.woocommerce ul.products[class*=columns-] li.product a,
.woocommerce ul.subcategories li.product a,
.woocommerce ul.subcategories[class*=columns-] li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img,
.woocommerce ul.products[class*=columns-] li.product a img,
.woocommerce ul.subcategories li.product a img,
.woocommerce ul.subcategories[class*=columns-] li.product a img {
  margin: 0 0 1.375rem;
  background-color: #f2f2f4;
}
.woocommerce ul.products li.product .woocommerce-placeholder,
.woocommerce ul.products[class*=columns-] li.product .woocommerce-placeholder,
.woocommerce ul.subcategories li.product .woocommerce-placeholder,
.woocommerce ul.subcategories[class*=columns-] li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products[class*=columns-] li.product .star-rating,
.woocommerce ul.subcategories li.product .star-rating,
.woocommerce ul.subcategories[class*=columns-] li.product .star-rating {
  font-size: 0.875rem;
  font-style: normal;
  margin: -0.25rem 0 0.5rem;
}
.woocommerce ul.products li.product .star-rating:before,
.woocommerce ul.products[class*=columns-] li.product .star-rating:before,
.woocommerce ul.subcategories li.product .star-rating:before,
.woocommerce ul.subcategories[class*=columns-] li.product .star-rating:before {
  content: "SSSSS";
  color: #eaeaea;
}
.woocommerce ul.products li.product .star-rating span:before,
.woocommerce ul.products[class*=columns-] li.product .star-rating span:before,
.woocommerce ul.subcategories li.product .star-rating span:before,
.woocommerce ul.subcategories[class*=columns-] li.product .star-rating span:before {
  color: #e5e3de;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products[class*=columns-] li.product .price,
.woocommerce ul.subcategories li.product .price,
.woocommerce ul.subcategories[class*=columns-] li.product .price {
  display: block;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  color: #2a3032;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  padding: 0 0 0 1rem;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products[class*=columns-] li.product .price del,
.woocommerce ul.subcategories li.product .price del,
.woocommerce ul.subcategories[class*=columns-] li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products[class*=columns-] li.product .price ins,
.woocommerce ul.subcategories li.product .price ins,
.woocommerce ul.subcategories[class*=columns-] li.product .price ins {
  background: none;
  font-weight: 400;
  margin-left: 0.25rem;
  display: inline-block;
  text-decoration: none;
}
.woocommerce ul.products li.product .price .from,
.woocommerce ul.products[class*=columns-] li.product .price .from,
.woocommerce ul.subcategories li.product .price .from,
.woocommerce ul.subcategories[class*=columns-] li.product .price .from {
  font-size: 0.8125rem;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(225.5, 225.5, 225.5, 0.5);
}
.woocommerce div.product .sale,
.woocommerce div.product .onsale,
.woocommerce #content div.product .sale,
.woocommerce #content div.product .onsale {
  position: absolute;
  top: 0.8125rem;
  left: 0.8125rem;
  right: inherit;
  width: 75px;
  min-width: unset;
  height: 30px;
  min-height: unset;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  line-height: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.75rem;
  padding: 0 0 0 0.25rem;
  background-color: #2a3032;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce div.product div.images,
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce #content div.product div.images,
.woocommerce #content div.product .woocommerce-product-gallery {
  width: 100%;
  margin-bottom: 2.875rem;
}
@media (min-width: 992px) {
  .woocommerce div.product div.images,
  .woocommerce div.product .woocommerce-product-gallery,
  .woocommerce #content div.product div.images,
  .woocommerce #content div.product .woocommerce-product-gallery {
    float: left;
    width: 55%;
    max-width: 55% !important;
    margin-bottom: 6.875rem;
  }
}
.woocommerce div.product div.images .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery .flex-viewport,
.woocommerce #content div.product div.images .flex-viewport,
.woocommerce #content div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 0.875rem;
  background-color: #f2f2f4;
}
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs,
.woocommerce #content div.product div.images .flex-control-thumbs,
.woocommerce #content div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li,
.woocommerce #content div.product div.images .flex-control-thumbs li,
.woocommerce #content div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 50%;
  float: left;
  margin: 0 0 0.75rem;
  padding: 0 0.375rem;
}
@media (min-width: 768px) {
  .woocommerce div.product div.images .flex-control-thumbs li,
  .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li,
  .woocommerce #content div.product div.images .flex-control-thumbs li,
  .woocommerce #content div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 25%;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img,
.woocommerce #content div.product div.images .flex-control-thumbs li img,
.woocommerce #content div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.75;
  margin: 0;
  background-color: #f2f2f4;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover,
.woocommerce #content div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce #content div.product div.images .flex-control-thumbs li img:hover,
.woocommerce #content div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce #content div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary {
  clear: both;
  width: 100%;
  margin-bottom: 4.875rem;
}
@media (min-width: 992px) {
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.summary {
    float: right;
    width: 40%;
    max-width: 420px;
    clear: none;
    padding-top: 0.5rem;
    margin: 0 0 10rem 0;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.summary {
    margin: 0 5% 10rem 0;
  }
}
.woocommerce div.product div.summary .woocommerce-breadcrumb,
.woocommerce #content div.product div.summary .woocommerce-breadcrumb {
  margin: 0 0 1.375rem;
  padding: 0;
  text-align: left;
}
.woocommerce div.product div.summary .woocommerce-breadcrumb a,
.woocommerce #content div.product div.summary .woocommerce-breadcrumb a {
  color: #898989;
}
.woocommerce div.product div.summary .product_title,
.woocommerce #content div.product div.summary .product_title {
  color: #2a3032;
  font-family: "baskerville-urw", Times, serif;
  font-size: 2.375rem;
  line-height: 2.75rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.015rem;
  margin: 0 0 1.375rem;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description p,
.woocommerce #content div.product div.summary .woocommerce-product-details__short-description p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.woocommerce div.product div.summary .woocommerce-product-rating,
.woocommerce #content div.product div.summary .woocommerce-product-rating {
  line-height: 1.875rem;
  margin-bottom: 0.875rem;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating,
.woocommerce #content div.product div.summary .woocommerce-product-rating .star-rating {
  font-size: 0.9375rem;
  font-style: normal;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating:before,
.woocommerce #content div.product div.summary .woocommerce-product-rating .star-rating:before {
  content: "SSSSS";
  color: #e5e3de;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating span:before,
.woocommerce #content div.product div.summary .woocommerce-product-rating .star-rating span:before {
  color: #e5e3de;
}
.woocommerce div.product div.summary .woocommerce-product-rating a.woocommerce-review-link,
.woocommerce #content div.product div.summary .woocommerce-product-rating a.woocommerce-review-link {
  color: #e5e3de;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-left: 0.125rem;
}
.woocommerce div.product div.summary span.price,
.woocommerce div.product div.summary p.price,
.woocommerce #content div.product div.summary span.price,
.woocommerce #content div.product div.summary p.price {
  color: #2a3032;
  font-family: "baskerville-urw", Times, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  font-style: normal;
  text-transform: none;
  margin: 0 0 1.875rem;
}
.woocommerce div.product div.summary span.price ins,
.woocommerce div.product div.summary p.price ins,
.woocommerce #content div.product div.summary span.price ins,
.woocommerce #content div.product div.summary p.price ins {
  font-weight: 700;
  margin-left: 0.125rem;
  text-decoration: none;
}
.woocommerce div.product div.summary .button.no-price-set,
.woocommerce #content div.product div.summary .button.no-price-set {
  margin: 0 0 2.375rem;
}
.woocommerce div.product div.summary .product-stock-status,
.woocommerce div.product div.summary .product-expected-delivery,
.woocommerce #content div.product div.summary .product-stock-status,
.woocommerce #content div.product div.summary .product-expected-delivery {
  color: #2a3032;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  line-height: normal;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
}
.woocommerce div.product div.summary .product_meta,
.woocommerce #content div.product div.summary .product_meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #2a3032;
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
}
.woocommerce div.product div.summary .product_meta a,
.woocommerce #content div.product div.summary .product_meta a {
  color: #2a3032;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.woocommerce div.product div.summary .product_meta a:focus, .woocommerce div.product div.summary .product_meta a:hover,
.woocommerce #content div.product div.summary .product_meta a:focus,
.woocommerce #content div.product div.summary .product_meta a:hover {
  color: #898989;
}
.woocommerce div.product div.summary .product_meta span,
.woocommerce #content div.product div.summary .product_meta span {
  margin: 0 0 0.5rem;
}
.woocommerce div.product div.summary ul.attributes,
.woocommerce #content div.product div.summary ul.attributes {
  margin-bottom: 2rem;
}
.woocommerce div.product div.summary ul.attributes li,
.woocommerce #content div.product div.summary ul.attributes li {
  margin-bottom: 0.5rem;
}
.woocommerce div.product div.summary .stock,
.woocommerce #content div.product div.summary .stock {
  color: #898989;
  font-size: 0.8125rem;
  font-weight: 500;
  margin: 0 0 0.375rem;
}
.woocommerce div.product div.summary .stock.in-stock,
.woocommerce #content div.product div.summary .stock.in-stock {
  color: #2a3032;
}
.woocommerce div.product div.summary .stock.out-of-stock,
.woocommerce #content div.product div.summary .stock.out-of-stock {
  opacity: 0.5;
  color: #898989;
  text-decoration: line-through;
}
.woocommerce div.product div.summary form.cart,
.woocommerce #content div.product div.summary form.cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 2.25rem;
}
.woocommerce div.product div.summary form.cart.variations_form,
.woocommerce #content div.product div.summary form.cart.variations_form {
  display: initial;
}
.woocommerce div.product div.summary form.cart .variations,
.woocommerce #content div.product div.summary form.cart .variations {
  margin: 0 0 1rem;
}
.woocommerce div.product div.summary form.cart .variations label,
.woocommerce #content div.product div.summary form.cart .variations label {
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.woocommerce div.product div.summary form.cart .variations select,
.woocommerce #content div.product div.summary form.cart .variations select {
  height: 40px;
  border: none;
  padding: 0 1rem;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product div.summary form.cart .variations th,
.woocommerce #content div.product div.summary form.cart .variations th {
  display: block;
}
.woocommerce div.product div.summary form.cart .reset_variations,
.woocommerce #content div.product div.summary form.cart .reset_variations {
  color: #898989;
}
.woocommerce div.product div.summary form.cart .single_variation_wrap,
.woocommerce #content div.product div.summary form.cart .single_variation_wrap {
  margin-bottom: 2.25rem;
}
.woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation,
.woocommerce #content div.product div.summary form.cart .single_variation_wrap .woocommerce-variation {
  margin: 0;
}
.woocommerce div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart,
.woocommerce #content div.product div.summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2.25rem 0;
}
.woocommerce div.product div.summary form.cart .quantity,
.woocommerce #content div.product div.summary form.cart .quantity {
  margin: 0 0.75rem 0 0;
}
.woocommerce div.product div.summary form.cart .quantity .qty,
.woocommerce #content div.product div.summary form.cart .quantity .qty {
  width: 3.625rem;
  height: 45px;
  font-size: 0.875rem;
  text-align: center;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 1px 0 #898989;
  -moz-box-shadow: inset 0 0 1px 0 #898989;
  box-shadow: inset 0 0 1px 0 #898989;
}
.woocommerce div.product div.summary form.cart .button,
.woocommerce #content div.product div.summary form.cart .button {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs {
  margin: 0 0 8.875rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs.wc-tabs {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel {
  margin: 0 0 2rem;
  padding: 4rem 0 0;
  border-top: 1px solid #e5e3de;
}
@media (min-width: 576px) {
  .woocommerce div.product .woocommerce-tabs .panel,
  .woocommerce #content div.product .woocommerce-tabs .panel {
    padding: 4rem 1.875rem 0;
  }
}
.woocommerce div.product .woocommerce-tabs h2, .woocommerce div.product .woocommerce-tabs .h2,
.woocommerce #content div.product .woocommerce-tabs h2 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 0 0 1.625rem;
}
.woocommerce div.product .woocommerce-tabs h3, .woocommerce div.product .woocommerce-tabs .h3,
.woocommerce #content div.product .woocommerce-tabs h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 0 0 1.625rem;
}
.woocommerce div.product .woocommerce-tabs h4, .woocommerce div.product .woocommerce-tabs .h4, .woocommerce div.product .woocommerce-tabs h5, .woocommerce div.product .woocommerce-tabs .h5, .woocommerce div.product .woocommerce-tabs h6, .woocommerce div.product .woocommerce-tabs .h6,
.woocommerce #content div.product .woocommerce-tabs h4,
.woocommerce #content div.product .woocommerce-tabs h5,
.woocommerce #content div.product .woocommerce-tabs h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1.5rem;
}
.woocommerce div.product .woocommerce-tabs p a, .woocommerce div.product .woocommerce-tabs ul a, .woocommerce div.product .woocommerce-tabs ol a, .woocommerce div.product .woocommerce-tabs h2 a, .woocommerce div.product .woocommerce-tabs .h2 a, .woocommerce div.product .woocommerce-tabs h3 a, .woocommerce div.product .woocommerce-tabs .h3 a, .woocommerce div.product .woocommerce-tabs h4 a, .woocommerce div.product .woocommerce-tabs .h4 a, .woocommerce div.product .woocommerce-tabs h5 a, .woocommerce div.product .woocommerce-tabs .h5 a, .woocommerce div.product .woocommerce-tabs h6 a, .woocommerce div.product .woocommerce-tabs .h6 a, .woocommerce div.product .woocommerce-tabs blockquote a, .woocommerce div.product .woocommerce-tabs pre a,
.woocommerce #content div.product .woocommerce-tabs p a,
.woocommerce #content div.product .woocommerce-tabs ul a,
.woocommerce #content div.product .woocommerce-tabs ol a,
.woocommerce #content div.product .woocommerce-tabs h2 a,
.woocommerce #content div.product .woocommerce-tabs h3 a,
.woocommerce #content div.product .woocommerce-tabs h4 a,
.woocommerce #content div.product .woocommerce-tabs h5 a,
.woocommerce #content div.product .woocommerce-tabs h6 a,
.woocommerce #content div.product .woocommerce-tabs blockquote a,
.woocommerce #content div.product .woocommerce-tabs pre a {
  font-weight: 400;
  font-style: normal;
  color: #2a3032;
}
.woocommerce div.product .woocommerce-tabs p a:focus, .woocommerce div.product .woocommerce-tabs p a:hover, .woocommerce div.product .woocommerce-tabs ul a:focus, .woocommerce div.product .woocommerce-tabs ul a:hover, .woocommerce div.product .woocommerce-tabs ol a:focus, .woocommerce div.product .woocommerce-tabs ol a:hover, .woocommerce div.product .woocommerce-tabs h2 a:focus, .woocommerce div.product .woocommerce-tabs .h2 a:focus, .woocommerce div.product .woocommerce-tabs h2 a:hover, .woocommerce div.product .woocommerce-tabs .h2 a:hover, .woocommerce div.product .woocommerce-tabs h3 a:focus, .woocommerce div.product .woocommerce-tabs .h3 a:focus, .woocommerce div.product .woocommerce-tabs h3 a:hover, .woocommerce div.product .woocommerce-tabs .h3 a:hover, .woocommerce div.product .woocommerce-tabs h4 a:focus, .woocommerce div.product .woocommerce-tabs .h4 a:focus, .woocommerce div.product .woocommerce-tabs h4 a:hover, .woocommerce div.product .woocommerce-tabs .h4 a:hover, .woocommerce div.product .woocommerce-tabs h5 a:focus, .woocommerce div.product .woocommerce-tabs .h5 a:focus, .woocommerce div.product .woocommerce-tabs h5 a:hover, .woocommerce div.product .woocommerce-tabs .h5 a:hover, .woocommerce div.product .woocommerce-tabs h6 a:focus, .woocommerce div.product .woocommerce-tabs .h6 a:focus, .woocommerce div.product .woocommerce-tabs h6 a:hover, .woocommerce div.product .woocommerce-tabs .h6 a:hover, .woocommerce div.product .woocommerce-tabs blockquote a:focus, .woocommerce div.product .woocommerce-tabs blockquote a:hover, .woocommerce div.product .woocommerce-tabs pre a:focus, .woocommerce div.product .woocommerce-tabs pre a:hover,
.woocommerce #content div.product .woocommerce-tabs p a:focus,
.woocommerce #content div.product .woocommerce-tabs p a:hover,
.woocommerce #content div.product .woocommerce-tabs ul a:focus,
.woocommerce #content div.product .woocommerce-tabs ul a:hover,
.woocommerce #content div.product .woocommerce-tabs ol a:focus,
.woocommerce #content div.product .woocommerce-tabs ol a:hover,
.woocommerce #content div.product .woocommerce-tabs h2 a:focus,
.woocommerce #content div.product .woocommerce-tabs h2 a:hover,
.woocommerce #content div.product .woocommerce-tabs h3 a:focus,
.woocommerce #content div.product .woocommerce-tabs h3 a:hover,
.woocommerce #content div.product .woocommerce-tabs h4 a:focus,
.woocommerce #content div.product .woocommerce-tabs h4 a:hover,
.woocommerce #content div.product .woocommerce-tabs h5 a:focus,
.woocommerce #content div.product .woocommerce-tabs h5 a:hover,
.woocommerce #content div.product .woocommerce-tabs h6 a:focus,
.woocommerce #content div.product .woocommerce-tabs h6 a:hover,
.woocommerce #content div.product .woocommerce-tabs blockquote a:focus,
.woocommerce #content div.product .woocommerce-tabs blockquote a:hover,
.woocommerce #content div.product .woocommerce-tabs pre a:focus,
.woocommerce #content div.product .woocommerce-tabs pre a:hover {
  color: #171d1f;
}
.woocommerce div.product .woocommerce-tabs p,
.woocommerce div.product .woocommerce-tabs ul,
.woocommerce div.product .woocommerce-tabs ol,
.woocommerce #content div.product .woocommerce-tabs p,
.woocommerce #content div.product .woocommerce-tabs ul,
.woocommerce #content div.product .woocommerce-tabs ol {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
.woocommerce div.product .woocommerce-tabs p:last-of-type,
.woocommerce div.product .woocommerce-tabs ul:last-of-type,
.woocommerce div.product .woocommerce-tabs ol:last-of-type,
.woocommerce #content div.product .woocommerce-tabs p:last-of-type,
.woocommerce #content div.product .woocommerce-tabs ul:last-of-type,
.woocommerce #content div.product .woocommerce-tabs ol:last-of-type {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs blockquote,
.woocommerce #content div.product .woocommerce-tabs blockquote {
  position: relative;
  color: #2a3032;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 500px;
  margin: 7rem auto;
}
.woocommerce div.product .woocommerce-tabs blockquote cite,
.woocommerce #content div.product .woocommerce-tabs blockquote cite {
  display: block;
  color: #2a3032;
  margin: 0.75rem 0 0;
}
.woocommerce div.product .woocommerce-tabs blockquote:before, .woocommerce div.product .woocommerce-tabs blockquote:after,
.woocommerce #content div.product .woocommerce-tabs blockquote:before,
.woocommerce #content div.product .woocommerce-tabs blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 125px;
  height: 100px;
  z-index: -1;
  background: url("../images/layout/quote-mark.svg") no-repeat center center;
  background-size: 125px 100px;
}
.woocommerce div.product .woocommerce-tabs blockquote:before,
.woocommerce #content div.product .woocommerce-tabs blockquote:before {
  top: -3.5rem;
  left: -0.25rem;
}
.woocommerce div.product .woocommerce-tabs blockquote:after,
.woocommerce #content div.product .woocommerce-tabs blockquote:after {
  bottom: -4.125rem;
  right: 0.25rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woocommerce div.product .woocommerce-tabs p + h2, .woocommerce div.product .woocommerce-tabs p + .h2,
.woocommerce div.product .woocommerce-tabs p + h3,
.woocommerce div.product .woocommerce-tabs p + .h3,
.woocommerce div.product .woocommerce-tabs ul + h2,
.woocommerce div.product .woocommerce-tabs ul + .h2,
.woocommerce div.product .woocommerce-tabs ul + h3,
.woocommerce div.product .woocommerce-tabs ul + .h3,
.woocommerce div.product .woocommerce-tabs ol + h2,
.woocommerce div.product .woocommerce-tabs ol + .h2,
.woocommerce div.product .woocommerce-tabs ol + h3,
.woocommerce div.product .woocommerce-tabs ol + .h3,
.woocommerce #content div.product .woocommerce-tabs p + h2,
.woocommerce #content div.product .woocommerce-tabs p + h3,
.woocommerce #content div.product .woocommerce-tabs ul + h2,
.woocommerce #content div.product .woocommerce-tabs ul + h3,
.woocommerce #content div.product .woocommerce-tabs ol + h2,
.woocommerce #content div.product .woocommerce-tabs ol + h3 {
  margin: 2.75rem 0 1.25rem;
}
.woocommerce div.product .woocommerce-tabs p + h4, .woocommerce div.product .woocommerce-tabs p + .h4,
.woocommerce div.product .woocommerce-tabs ul + h4,
.woocommerce div.product .woocommerce-tabs ul + .h4,
.woocommerce div.product .woocommerce-tabs ol + h4,
.woocommerce div.product .woocommerce-tabs ol + .h4,
.woocommerce #content div.product .woocommerce-tabs p + h4,
.woocommerce #content div.product .woocommerce-tabs ul + h4,
.woocommerce #content div.product .woocommerce-tabs ol + h4 {
  margin: 2.375rem 0 0.875rem;
}
.woocommerce div.product .woocommerce-tabs ul,
.woocommerce #content div.product .woocommerce-tabs ul {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.woocommerce div.product .woocommerce-tabs ul li,
.woocommerce #content div.product .woocommerce-tabs ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.woocommerce div.product .woocommerce-tabs ul li:before,
.woocommerce #content div.product .woocommerce-tabs ul li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/layout/arrow.svg") no-repeat;
  background-size: 14px 14px;
}
.woocommerce div.product .woocommerce-tabs ol,
.woocommerce #content div.product .woocommerce-tabs ol {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
.woocommerce div.product .woocommerce-tabs ol li,
.woocommerce #content div.product .woocommerce-tabs ol li {
  position: relative;
  counter-increment: item;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.woocommerce div.product .woocommerce-tabs ol li:before,
.woocommerce #content div.product .woocommerce-tabs ol li:before {
  content: "0" counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #2a3032;
  font-size: 0.875rem;
  font-weight: 400;
}
.woocommerce .up-sells {
  position: relative;
  background-color: #e5e3de;
  padding: 8.25rem 0 7.875rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .woocommerce .up-sells .container {
    max-width: 1230px;
  }
}
.woocommerce .up-sells h2, .woocommerce .up-sells .h2 {
  margin-bottom: 2.5rem;
}
.woocommerce .up-sells ul.products[class*=columns-],
.woocommerce .up-sells ul.products[class*=columns-] {
  margin: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination {
  margin: 0 auto 4rem;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0.625rem 0.75rem;
  min-width: 1rem;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  color: #fff;
  background: #e5e3de;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: max-content;
  min-width: 230px;
  height: 45px;
  margin: 0;
  padding: 0;
  border: none;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  line-height: 3.125rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  outline: 0;
  z-index: 1;
  border: none;
  overflow: hidden;
  background-color: #2a3032;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.woocommerce a.button.full-width,
.woocommerce button.button.full-width,
.woocommerce input.button.full-width,
.woocommerce #respond input#submit.full-width {
  width: 100%;
  margin: 1rem 0 1.875rem;
}
.woocommerce a.button:before,
.woocommerce button.button:before,
.woocommerce input.button:before,
.woocommerce #respond input#submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #171d1f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  color: #fff;
  background-color: #2a3032;
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  color: #898989;
  background-color: #e5e3de;
}
.woocommerce a.button:focus, .woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover {
  color: #fff !important;
  background-color: #171d1f !important;
}
.woocommerce a.button:focus:before, .woocommerce a.button:hover:before,
.woocommerce button.button:focus:before,
.woocommerce button.button:hover:before,
.woocommerce input.button:focus:before,
.woocommerce input.button:hover:before,
.woocommerce #respond input#submit:focus:before,
.woocommerce #respond input#submit:hover:before {
  width: 100%;
}
.woocommerce a.button.outline,
.woocommerce button.button.outline,
.woocommerce input.button.outline,
.woocommerce #respond input#submit.outline {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.woocommerce a.button.outline:before,
.woocommerce button.button.outline:before,
.woocommerce input.button.outline:before,
.woocommerce #respond input#submit.outline:before {
  background-color: #fff;
}
.woocommerce a.button.outline:focus, .woocommerce a.button.outline:hover,
.woocommerce button.button.outline:focus,
.woocommerce button.button.outline:hover,
.woocommerce input.button.outline:focus,
.woocommerce input.button.outline:hover,
.woocommerce #respond input#submit.outline:focus,
.woocommerce #respond input#submit.outline:hover {
  color: #2a3032 !important;
}
.woocommerce a.button.outline-dark,
.woocommerce button.button.outline-dark,
.woocommerce input.button.outline-dark,
.woocommerce #respond input#submit.outline-dark {
  color: #2a3032;
  background-color: transparent;
  border: 1px solid #2a3032;
}
.woocommerce a.button.outline-dark:before,
.woocommerce button.button.outline-dark:before,
.woocommerce input.button.outline-dark:before,
.woocommerce #respond input#submit.outline-dark:before {
  background-color: #fff;
}
.woocommerce a.button.outline-dark:focus, .woocommerce a.button.outline-dark:hover,
.woocommerce button.button.outline-dark:focus,
.woocommerce button.button.outline-dark:hover,
.woocommerce input.button.outline-dark:focus,
.woocommerce input.button.outline-dark:hover,
.woocommerce #respond input#submit.outline-dark:focus,
.woocommerce #respond input#submit.outline-dark:hover {
  color: #2a3032 !important;
  background-color: #fff !important;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
  font-family: "WooCommerce";
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  animation: spin 2s linear infinite;
}
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  color: #898989;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0;
  background-color: #e5e3de;
}
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
  color: #fff;
  background-color: #898989;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 1.5rem;
}
.woocommerce form .form-row .select2-container {
  height: 45px;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
  height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 11px;
}
.woocommerce form .form-row select {
  height: 45px;
}
.woocommerce form .form-row input.input-text {
  height: 45px;
  padding: 0 0.5rem;
}
.woocommerce form .form-row textarea {
  height: 8.25rem;
  padding: 0.5rem;
}
.woocommerce form.checkout_coupon button.button {
  width: 100%;
  min-width: unset;
}
@media (min-width: 768px) {
  .woocommerce form.checkout_coupon button.button {
    width: max-content;
    min-width: 230px;
  }
}
.woocommerce h3#order_review_heading, .woocommerce #order_review_heading.h3 {
  font-size: 1.125rem;
  margin-top: 2.875rem;
}
.woocommerce .woocommerce-ordering {
  float: none;
  margin: 0 0 2.875rem;
}
.woocommerce .woocommerce-ordering select {
  width: 100%;
  max-width: 100%;
  height: 45px;
  max-height: 45px;
  display: block;
  margin: 0 0 1.5rem;
  padding: 0;
  color: #2a3032;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0rem;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #2a3032;
  background: url("../images/layout/caret.svg") no-repeat right 2px center;
  background-size: 15px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.woocommerce .woocommerce-ordering select:focus {
  color: #2a3032;
  border-bottom: 1px solid #e5e3de;
}

/*********************/
/* Notices
/*********************/
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1rem 2rem 1rem 3.5rem;
  margin: 0 0 3rem;
  background-color: #e5e3de;
  color: #2a3032;
  font-size: 0.875rem;
  border-top: 3px solid #2a3032;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  top: 1.2rem;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: #2a3032;
}
.woocommerce-message a:focus, .woocommerce-message a:hover,
.woocommerce-error a:focus,
.woocommerce-error a:hover,
.woocommerce-info a:focus,
.woocommerce-info a:hover {
  color: #171d1f;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content .wc-forward {
  color: #fff !important;
  opacity: 1 !important;
  text-decoration: none !important;
  background-color: #2a3032 !important;
}

.wc-block-components-notice-banner {
  margin: 0 0 3rem !important;
  background-color: #e5e3de !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content .restore-item,
.wc-block-components-notice-banner .wc-block-components-notice-banner__content .showcoupon {
  color: #2a3032;
  font-weight: 500;
  text-decoration: underline;
}

/*********************/
/* Account page
/*********************/
.woocommerce-account .addresses .title .edit {
  color: #2a3032;
  font-size: 0.9375rem;
}
.woocommerce-account .addresses .title .edit:focus, .woocommerce-account .addresses .title .edit:hover {
  color: #e5e3de;
}

/*********************/
/* Cart/checkout page
/*********************/
.woocommerce-cart a.remove,
.woocommerce-checkout a.remove,
#add_payment_method a.remove {
  color: #2a3032 !important;
}
.woocommerce-cart a.remove:focus, .woocommerce-cart a.remove:hover,
.woocommerce-checkout a.remove:focus,
.woocommerce-checkout a.remove:hover,
#add_payment_method a.remove:focus,
#add_payment_method a.remove:hover {
  color: #fff !important;
  background-color: #2a3032 !important;
}
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
#add_payment_method table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table td,
#add_payment_method table.shop_table td {
  padding: 12px 12px;
}
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 50px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 80px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 !important;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart th a,
.woocommerce-cart table.cart td a,
.woocommerce-checkout table.cart th a,
.woocommerce-checkout table.cart td a,
#add_payment_method table.cart th a,
#add_payment_method table.cart td a {
  color: #2a3032;
}
.woocommerce-cart table.cart th a:focus, .woocommerce-cart table.cart th a:hover,
.woocommerce-cart table.cart td a:focus,
.woocommerce-cart table.cart td a:hover,
.woocommerce-checkout table.cart th a:focus,
.woocommerce-checkout table.cart th a:hover,
.woocommerce-checkout table.cart td a:focus,
.woocommerce-checkout table.cart td a:hover,
#add_payment_method table.cart th a:focus,
#add_payment_method table.cart th a:hover,
#add_payment_method table.cart td a:focus,
#add_payment_method table.cart td a:hover {
  color: #898989;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  width: 45%;
  min-width: 180px;
  height: 45px;
  margin: 0 11px 0 0;
  border: 1px solid rgb(111.5, 111.5, 111.5);
}
.woocommerce-cart table.cart td.actions .coupon .button,
.woocommerce-checkout table.cart td.actions .coupon .button,
#add_payment_method table.cart td.actions .coupon .button {
  width: 45%;
  min-width: 210px;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  clear: both;
  padding: 1rem 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 0.625rem;
  line-height: 2.8125rem;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background-color: #e5e3de;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  padding: 0;
}
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before,
#add_payment_method #payment ul.payment_methods li:before {
  display: none !important;
  background: none;
}

.promotional-content .promotional-content__image {
  max-width: 250px;
  margin: 40px 0;
}

.promotional-content-code {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #2a3032;
  align-items: stretch;
}
@media (max-width: 600px) {
  .promotional-content-code {
    flex-direction: column;
  }
}
.promotional-content-code .promo-code {
  background: #2a3032;
  color: #fff;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 600px) {
  .promotional-content-code .promo-code {
    max-width: 40%;
  }
}
.promotional-content-code .promo-code > div {
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  padding: 20px;
  display: flex;
}
.promotional-content-code .promo-text {
  padding: 20px;
}
@media (max-width: 600px) {
  .promotional-content-code .promo-text {
    text-align: center;
  }
}

.unavailable-cta-link {
  margin: -25px 0 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 230px;
  height: 45px;
  padding: 0;
  border: none;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem;
  line-height: 3.125rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  outline: 0;
  z-index: 1;
  border: none;
  overflow: hidden;
  background-color: #2a3032;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.unavailable-cta-link.hidden {
  display: none !important;
}

.reset_variations {
  margin: 15px auto 0;
  display: block;
}

.product-available-badge {
  width: auto !important;
  height: auto !important;
  padding: 0 0.25rem !important;
  top: clamp(240px, 89vw, 510px) !important;
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .product-available-badge {
    top: 200px !important;
    left: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .product-available-badge {
    top: 293px !important;
    left: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .product-available-badge {
    top: 397px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1219.9px) {
  .product-available-badge {
    top: 342px !important;
  }
}
@media (min-width: 1220px) {
  .product-available-badge {
    top: calc(342px + 2%) !important;
  }
}

/*********************/
/* WOOCOMMERCE SMALLSCREEN
/*********************/
/**
 * Style begins
 */
@media screen and (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.875rem;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input {
    width: 100%;
    margin: 0 0 0.75rem;
  }
  .woocommerce-message .button {
    float: none !important;
    margin: 0 0 0.5rem !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 47.5%;
    float: left;
    clear: both;
    margin: 0 0 2.875rem;
  }
}
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #2a3032;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
  --swiper-navigation-size:28px;
  --swiper-navigation-width:28px;
  --swiper-navigation-height:16px;
  --swiper-navigation-bottom-offset:25px;
  --swiper-navigation-sides-offset-prev:80px;
  --swiper-navigation-sides-offset-next:40px;
  --swiper-navigation-color:#fff;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: var(--swiper-navigation-top-offset, 25px);
  width: var(--swiper-navigation-width);
  height: var(--swiper-navigation-height);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: url("../images/layout/arrow-white.svg") no-repeat center center;
  background-size: 28px 16px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: var(--swiper-navigation-sides-offset-prev, 80px);
  left: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset-next, 40px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
  --swiper-pagination-color:#fff;
  --swiper-pagination-bullet-inactive-color:#fff;
  --swiper-pagination-bullet-inactive-opacity:0.5;
  --swiper-pagination-bottom:25px;
  --swiper-pagination-bullet-width:40px;
  --swiper-pagination-bullet-height:1.5px;
  --swiper-pagination-bullet-border-radius:0;
  --swiper-pagination-bullet-horizontal-gap:3px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  right: 0;
  width: auto;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-scrollbar-border-radius: 0;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 0;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(229, 227, 222, 1);
  --swiper-scrollbar-drag-bg-color: rgba(42, 48, 50, 1);
  --swiper-scrollbar-size: 7px;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 0);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 0);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 7px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 0);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.tribe-events .tribe-events-l-container {
  min-height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tribe-events .tribe-common-c-btn-border {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.tribe-events .tribe-common-c-btn-border button {
  font-family: "brandon-grotesque", Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.625rem !important;
  line-height: normal;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.tribe-events .tribe-common-c-btn-border .tribe-events-c-subscribe-dropdown__button-icon {
  height: 5px !important;
  margin-top: -0.1rem;
}
.tribe-events .tribe-events-c-subscribe-dropdown__button {
  width: 220px;
}
.tribe-events h3.tribe-events-calendar-list__event-title, .tribe-events .tribe-events-calendar-list__event-title.h3 {
  font-weight: 400;
}

.tribe-events-single h1.tribe-events-single-event-title, .tribe-events-single .tribe-events-single-event-title.h1 {
  font-weight: 400;
}
.tribe-events-single .tribe-events-single-event-description h2, .tribe-events-single .tribe-events-single-event-description .h2 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 0 0 1.625rem;
}
.tribe-events-single .tribe-events-single-event-description h3, .tribe-events-single .tribe-events-single-event-description .h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 0 0 1.625rem;
}
.tribe-events-single .tribe-events-single-event-description h4, .tribe-events-single .tribe-events-single-event-description .h4, .tribe-events-single .tribe-events-single-event-description h5, .tribe-events-single .tribe-events-single-event-description .h5, .tribe-events-single .tribe-events-single-event-description h6, .tribe-events-single .tribe-events-single-event-description .h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1.5rem;
}
.tribe-events-single .tribe-events-single-event-description p a, .tribe-events-single .tribe-events-single-event-description ul a, .tribe-events-single .tribe-events-single-event-description ol a, .tribe-events-single .tribe-events-single-event-description h2 a, .tribe-events-single .tribe-events-single-event-description .h2 a, .tribe-events-single .tribe-events-single-event-description h3 a, .tribe-events-single .tribe-events-single-event-description .h3 a, .tribe-events-single .tribe-events-single-event-description h4 a, .tribe-events-single .tribe-events-single-event-description .h4 a, .tribe-events-single .tribe-events-single-event-description h5 a, .tribe-events-single .tribe-events-single-event-description .h5 a, .tribe-events-single .tribe-events-single-event-description h6 a, .tribe-events-single .tribe-events-single-event-description .h6 a, .tribe-events-single .tribe-events-single-event-description blockquote a, .tribe-events-single .tribe-events-single-event-description pre a {
  font-weight: 700;
  color: #2a3032;
}
.tribe-events-single .tribe-events-single-event-description p a:focus, .tribe-events-single .tribe-events-single-event-description p a:hover, .tribe-events-single .tribe-events-single-event-description ul a:focus, .tribe-events-single .tribe-events-single-event-description ul a:hover, .tribe-events-single .tribe-events-single-event-description ol a:focus, .tribe-events-single .tribe-events-single-event-description ol a:hover, .tribe-events-single .tribe-events-single-event-description h2 a:focus, .tribe-events-single .tribe-events-single-event-description .h2 a:focus, .tribe-events-single .tribe-events-single-event-description h2 a:hover, .tribe-events-single .tribe-events-single-event-description .h2 a:hover, .tribe-events-single .tribe-events-single-event-description h3 a:focus, .tribe-events-single .tribe-events-single-event-description .h3 a:focus, .tribe-events-single .tribe-events-single-event-description h3 a:hover, .tribe-events-single .tribe-events-single-event-description .h3 a:hover, .tribe-events-single .tribe-events-single-event-description h4 a:focus, .tribe-events-single .tribe-events-single-event-description .h4 a:focus, .tribe-events-single .tribe-events-single-event-description h4 a:hover, .tribe-events-single .tribe-events-single-event-description .h4 a:hover, .tribe-events-single .tribe-events-single-event-description h5 a:focus, .tribe-events-single .tribe-events-single-event-description .h5 a:focus, .tribe-events-single .tribe-events-single-event-description h5 a:hover, .tribe-events-single .tribe-events-single-event-description .h5 a:hover, .tribe-events-single .tribe-events-single-event-description h6 a:focus, .tribe-events-single .tribe-events-single-event-description .h6 a:focus, .tribe-events-single .tribe-events-single-event-description h6 a:hover, .tribe-events-single .tribe-events-single-event-description .h6 a:hover, .tribe-events-single .tribe-events-single-event-description blockquote a:focus, .tribe-events-single .tribe-events-single-event-description blockquote a:hover, .tribe-events-single .tribe-events-single-event-description pre a:focus, .tribe-events-single .tribe-events-single-event-description pre a:hover {
  color: #171d1f;
}
.tribe-events-single .tribe-events-single-event-description p a.button, .tribe-events-single .tribe-events-single-event-description ul a.button, .tribe-events-single .tribe-events-single-event-description ol a.button, .tribe-events-single .tribe-events-single-event-description h2 a.button, .tribe-events-single .tribe-events-single-event-description .h2 a.button, .tribe-events-single .tribe-events-single-event-description h3 a.button, .tribe-events-single .tribe-events-single-event-description .h3 a.button, .tribe-events-single .tribe-events-single-event-description h4 a.button, .tribe-events-single .tribe-events-single-event-description .h4 a.button, .tribe-events-single .tribe-events-single-event-description h5 a.button, .tribe-events-single .tribe-events-single-event-description .h5 a.button, .tribe-events-single .tribe-events-single-event-description h6 a.button, .tribe-events-single .tribe-events-single-event-description .h6 a.button, .tribe-events-single .tribe-events-single-event-description blockquote a.button, .tribe-events-single .tribe-events-single-event-description pre a.button {
  color: #fff;
}
.tribe-events-single .tribe-events-single-event-description p,
.tribe-events-single .tribe-events-single-event-description ul,
.tribe-events-single .tribe-events-single-event-description ol {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
.tribe-events-single .tribe-events-single-event-description blockquote {
  position: relative;
  color: #2a3032;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 500px;
  margin: 7rem auto;
}
.tribe-events-single .tribe-events-single-event-description blockquote cite {
  display: block;
  color: #2a3032;
  margin: 0.75rem 0 0;
}
.tribe-events-single .tribe-events-single-event-description blockquote:before, .tribe-events-single .tribe-events-single-event-description blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 125px;
  height: 100px;
  z-index: -1;
  background: url("../images/layout/quote-mark.svg") no-repeat center center;
  background-size: 125px 100px;
}
.tribe-events-single .tribe-events-single-event-description blockquote:before {
  top: -3.5rem;
  left: -0.25rem;
}
.tribe-events-single .tribe-events-single-event-description blockquote:after {
  bottom: -4.125rem;
  right: 0.25rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tribe-events-single .tribe-events-single-event-description p + h2, .tribe-events-single .tribe-events-single-event-description p + .h2,
.tribe-events-single .tribe-events-single-event-description p + h3,
.tribe-events-single .tribe-events-single-event-description p + .h3,
.tribe-events-single .tribe-events-single-event-description ul + h2,
.tribe-events-single .tribe-events-single-event-description ul + .h2,
.tribe-events-single .tribe-events-single-event-description ul + h3,
.tribe-events-single .tribe-events-single-event-description ul + .h3,
.tribe-events-single .tribe-events-single-event-description ol + h2,
.tribe-events-single .tribe-events-single-event-description ol + .h2,
.tribe-events-single .tribe-events-single-event-description ol + h3,
.tribe-events-single .tribe-events-single-event-description ol + .h3 {
  margin: 4.25rem 0 1.75rem;
}
.tribe-events-single .tribe-events-single-event-description p + h4, .tribe-events-single .tribe-events-single-event-description p + .h4,
.tribe-events-single .tribe-events-single-event-description ul + h4,
.tribe-events-single .tribe-events-single-event-description ul + .h4,
.tribe-events-single .tribe-events-single-event-description ol + h4,
.tribe-events-single .tribe-events-single-event-description ol + .h4 {
  margin: 2.375rem 0 0.875rem;
}
.tribe-events-single .tribe-events-single-event-description ul {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.tribe-events-single .tribe-events-single-event-description ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.tribe-events-single .tribe-events-single-event-description ul li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/layout/arrow.svg") no-repeat;
  background-size: 14px 14px;
}
.tribe-events-single .tribe-events-single-event-description ol {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
.tribe-events-single .tribe-events-single-event-description ol li {
  position: relative;
  counter-increment: item;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.tribe-events-single .tribe-events-single-event-description ol li:before {
  content: "0" counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #2a3032;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .tribe-events-single .tribe-events-event-meta.primary,
  .tribe-events-single .tribe-events-event-meta.secondary {
    width: 50%;
  }
}

.cc-seasonal-hours {
  padding-bottom: 50px;
}
.cc-seasonal-hours .container {
  max-width: 980px;
}
.cc-seasonal-hours .container .card {
  position: relative;
}
.cc-seasonal-hours .container .card:before {
  content: "";
  position: absolute;
  top: -2.425rem;
  left: 50%;
  transform: translateX(-50%);
  width: 91px;
  height: 1px;
  background-color: #2a3032;
}
.cc-seasonal-hours .container .card h2, .cc-seasonal-hours .container .card .h2 {
  text-align: center;
}
.cc-seasonal-hours .container .card .hours-wrapper {
  margin: 40px 0;
}
.cc-seasonal-hours .container .card .festive-row {
  padding: 10px 0;
  border-bottom: 1px solid rgba(42, 49, 50, 0.23);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cc-seasonal-hours .container .card .festive-row:first-of-type {
  border-top: 1px solid rgba(42, 49, 50, 0.23);
}
.cc-seasonal-hours .container .card .festive-row .date strong {
  font-size: 18px;
}
.cc-seasonal-hours .container .card .festive-row .date span {
  display: block;
}
.cc-seasonal-hours .container .card .festive-row .time {
  font-size: 17px;
  padding: 7px 10px;
  border-style: solid;
  border-width: 1px;
}
.cc-seasonal-hours .container .card .festive-row .time.time--open {
  border-color: rgba(15, 118, 110, 0.25);
  background: rgba(15, 118, 110, 0.08);
  color: #0a5b55;
}
.cc-seasonal-hours .container .card .festive-row .time.time--reduced {
  border-color: rgba(180, 83, 9, 0.25);
  background: rgba(180, 83, 9, 0.08);
  color: #8a3b00;
}
.cc-seasonal-hours .container .card .festive-row .time.time--closed {
  border-color: rgba(11, 18, 32, 0.14);
  background: rgba(11, 18, 32, 0.04);
  color: #223047;
}

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