@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --img-blue: #0d6efd;
  --img-indigo: #6610f2;
  --img-purple: #6f42c1;
  --img-pink: #d63384;
  --img-red: #dc3545;
  --img-orange: #fd7e14;
  --img-yellow: #ffc107;
  --img-green: #198754;
  --img-teal: #20c997;
  --img-cyan: #0dcaf0;
  --img-black: #000;
  --img-white: #fff;
  --img-gray: #6c757d;
  --img-gray-dark: #343a40;
  --img-gray-100: #f8f9fa;
  --img-gray-200: #e9ecef;
  --img-gray-300: #dee2e6;
  --img-gray-400: #ced4da;
  --img-gray-500: #adb5bd;
  --img-gray-600: #6c757d;
  --img-gray-700: #495057;
  --img-gray-800: #343a40;
  --img-gray-900: #212529;
  --img-primary: #FFCF01;
  --img-secondary: #343434;
  --img-success: #198754;
  --img-info: #0dcaf0;
  --img-warning: #FFB71B;
  --img-danger: #dc3545;
  --img-light: #E8E8E8;
  --img-dark: #343434;
  --img-primary-rgb: 255, 207, 1;
  --img-secondary-rgb: 52, 52, 52;
  --img-success-rgb: 25, 135, 84;
  --img-info-rgb: 13, 202, 240;
  --img-warning-rgb: 255, 183, 27;
  --img-danger-rgb: 220, 53, 69;
  --img-light-rgb: 232, 232, 232;
  --img-dark-rgb: 52, 52, 52;
  --img-primary-text-emphasis: rgb(102, 82.8, 0.4);
  --img-secondary-text-emphasis: rgb(20.8, 20.8, 20.8);
  --img-success-text-emphasis: rgb(10, 54, 33.6);
  --img-info-text-emphasis: rgb(5.2, 80.8, 96);
  --img-warning-text-emphasis: rgb(102, 73.2, 10.8);
  --img-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --img-light-text-emphasis: #495057;
  --img-dark-text-emphasis: #495057;
  --img-primary-bg-subtle: rgb(255, 245.4, 204.2);
  --img-secondary-bg-subtle: rgb(214.4, 214.4, 214.4);
  --img-success-bg-subtle: rgb(209, 231, 220.8);
  --img-info-bg-subtle: rgb(206.6, 244.4, 252);
  --img-warning-bg-subtle: rgb(255, 240.6, 209.4);
  --img-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --img-light-bg-subtle: rgb(251.5, 252, 252.5);
  --img-dark-bg-subtle: #ced4da;
  --img-primary-border-subtle: rgb(255, 235.8, 153.4);
  --img-secondary-border-subtle: rgb(173.8, 173.8, 173.8);
  --img-success-border-subtle: rgb(163, 207, 186.6);
  --img-info-border-subtle: rgb(158.2, 233.8, 249);
  --img-warning-border-subtle: rgb(255, 226.2, 163.8);
  --img-danger-border-subtle: rgb(241, 174.2, 180.6);
  --img-light-border-subtle: #e9ecef;
  --img-dark-border-subtle: #adb5bd;
  --img-white-rgb: 255, 255, 255;
  --img-black-rgb: 0, 0, 0;
  --img-font-sans-serif: "articulat-cf", sans-serif;
  --img-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --img-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --img-body-font-family: "articulat-cf", sans-serif;
  --img-body-font-size: 1.125rem;
  --img-body-font-weight: 400;
  --img-body-line-height: 1.33;
  --img-body-color: #000000;
  --img-body-color-rgb: 0, 0, 0;
  --img-body-bg: #fff;
  --img-body-bg-rgb: 255, 255, 255;
  --img-emphasis-color: #000;
  --img-emphasis-color-rgb: 0, 0, 0;
  --img-secondary-color: rgba(0, 0, 0, 0.75);
  --img-secondary-color-rgb: 0, 0, 0;
  --img-secondary-bg: #e9ecef;
  --img-secondary-bg-rgb: 233, 236, 239;
  --img-tertiary-color: rgba(0, 0, 0, 0.5);
  --img-tertiary-color-rgb: 0, 0, 0;
  --img-tertiary-bg: #f8f9fa;
  --img-tertiary-bg-rgb: 248, 249, 250;
  --img-heading-color: inherit;
  --img-link-color: #FFB71B;
  --img-link-color-rgb: 255, 183, 27;
  --img-link-decoration: underline;
  --img-link-hover-color: #FFCF01;
  --img-link-hover-color-rgb: 255, 207, 1;
  --img-code-color: #d63384;
  --img-highlight-color: #000000;
  --img-highlight-bg: rgb(255, 242.6, 205.4);
  --img-border-width: 1px;
  --img-border-style: solid;
  --img-border-color: #dee2e6;
  --img-border-color-translucent: rgba(0, 0, 0, 0.175);
  --img-border-radius: 0.375rem;
  --img-border-radius-sm: 0.25rem;
  --img-border-radius-lg: 0.5rem;
  --img-border-radius-xl: 1rem;
  --img-border-radius-xxl: 2rem;
  --img-border-radius-2xl: var(--img-border-radius-xxl);
  --img-border-radius-pill: 50rem;
  --img-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --img-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --img-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --img-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --img-focus-ring-width: 0.25rem;
  --img-focus-ring-opacity: 0.25;
  --img-focus-ring-color: rgba(255, 133, 27, 0.1);
  --img-form-valid-color: #198754;
  --img-form-valid-border-color: #198754;
  --img-form-invalid-color: #dc3545;
  --img-form-invalid-border-color: #dc3545;
}

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

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

body {
  margin: 0;
  font-family: var(--img-body-font-family);
  font-size: var(--img-body-font-size);
  font-weight: var(--img-body-font-weight);
  line-height: var(--img-body-line-height);
  color: var(--img-body-color);
  text-align: var(--img-body-text-align);
  background-color: var(--img-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(--img-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(--img-heading-color);
}

h1, .h1 {
  font-size: 2.8125rem;
}

h2, .h2 {
  font-size: 2.25rem;
}

h3, .h3 {
  font-size: 1.96875rem;
}

h4, .h4 {
  font-size: 1.6875rem;
}

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

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

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(--img-highlight-color);
  background-color: var(--img-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(--img-link-color-rgb), var(--img-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --img-link-color-rgb: var(--img-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(--img-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(--img-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--img-body-bg);
  background-color: var(--img-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(--img-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;
  line-height: inherit;
  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.40625rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 5rem;
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 4.5rem;
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 4rem;
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 3.5rem;
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 3rem;
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  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.40625rem;
}
.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(--img-body-bg);
  border: var(--img-border-width) solid var(--img-border-color);
  border-radius: var(--img-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(--img-secondary-color);
}

.container,
.container-fluid,
.container-xxxxl,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --img-gutter-x: 40px;
  --img-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--img-gutter-x) * 0.5);
  padding-left: calc(var(--img-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: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1660px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1620px;
  }
}
@media (min-width: 1800px) {
  .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1760px;
  }
}
:root {
  --img-breakpoint-xs: 0;
  --img-breakpoint-sm: 576px;
  --img-breakpoint-md: 768px;
  --img-breakpoint-lg: 992px;
  --img-breakpoint-xl: 1200px;
  --img-breakpoint-xxl: 1400px;
  --img-breakpoint-xxxl: 1660px;
  --img-breakpoint-xxxxl: 1800px;
}

.row {
  --img-gutter-x: 40px;
  --img-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--img-gutter-y));
  margin-right: calc(-0.5 * var(--img-gutter-x));
  margin-left: calc(-0.5 * var(--img-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--img-gutter-x) * 0.5);
  padding-left: calc(var(--img-gutter-x) * 0.5);
  margin-top: var(--img-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 {
  --img-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

.g-5,
.gy-5 {
  --img-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 {
    --img-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --img-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --img-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --img-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --img-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --img-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --img-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --img-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --img-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --img-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --img-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --img-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 {
    --img-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --img-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --img-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --img-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --img-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --img-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --img-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --img-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --img-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --img-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --img-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --img-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 {
    --img-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --img-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --img-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --img-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --img-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --img-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --img-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --img-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --img-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --img-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --img-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --img-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 {
    --img-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --img-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --img-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --img-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --img-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --img-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --img-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --img-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --img-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --img-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --img-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --img-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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 {
    --img-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --img-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --img-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --img-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --img-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --img-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --img-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --img-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --img-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --img-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --img-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --img-gutter-y: 3rem;
  }
}
@media (min-width: 1660px) {
  .col-xxxl {
    flex: 1 0 0;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --img-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --img-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --img-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --img-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --img-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --img-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --img-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --img-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --img-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --img-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --img-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --img-gutter-y: 3rem;
  }
}
@media (min-width: 1800px) {
  .col-xxxxl {
    flex: 1 0 0;
  }
  .row-cols-xxxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxxl-0,
  .gx-xxxxl-0 {
    --img-gutter-x: 0;
  }
  .g-xxxxl-0,
  .gy-xxxxl-0 {
    --img-gutter-y: 0;
  }
  .g-xxxxl-1,
  .gx-xxxxl-1 {
    --img-gutter-x: 0.25rem;
  }
  .g-xxxxl-1,
  .gy-xxxxl-1 {
    --img-gutter-y: 0.25rem;
  }
  .g-xxxxl-2,
  .gx-xxxxl-2 {
    --img-gutter-x: 0.5rem;
  }
  .g-xxxxl-2,
  .gy-xxxxl-2 {
    --img-gutter-y: 0.5rem;
  }
  .g-xxxxl-3,
  .gx-xxxxl-3 {
    --img-gutter-x: 1rem;
  }
  .g-xxxxl-3,
  .gy-xxxxl-3 {
    --img-gutter-y: 1rem;
  }
  .g-xxxxl-4,
  .gx-xxxxl-4 {
    --img-gutter-x: 1.5rem;
  }
  .g-xxxxl-4,
  .gy-xxxxl-4 {
    --img-gutter-y: 1.5rem;
  }
  .g-xxxxl-5,
  .gx-xxxxl-5 {
    --img-gutter-x: 3rem;
  }
  .g-xxxxl-5,
  .gy-xxxxl-5 {
    --img-gutter-y: 3rem;
  }
}
.btn, .wp-block-buttons .wp-block-button .wp-element-button {
  --img-btn-padding-x: 40px;
  --img-btn-padding-y: 14.5px;
  --img-btn-font-family: ;
  --img-btn-font-size: 1.375rem;
  --img-btn-font-weight: 700;
  --img-btn-line-height: 1.33;
  --img-btn-color: #FFFFFF;
  --img-btn-bg: transparent;
  --img-btn-border-width: var(--img-border-width);
  --img-btn-border-color: transparent;
  --img-btn-border-radius: 32px;
  --img-btn-hover-border-color: transparent;
  --img-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --img-btn-disabled-opacity: 0.65;
  --img-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--img-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--img-btn-padding-y) var(--img-btn-padding-x);
  font-family: var(--img-btn-font-family);
  font-size: var(--img-btn-font-size);
  font-weight: var(--img-btn-font-weight);
  line-height: var(--img-btn-line-height);
  color: var(--img-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--img-btn-border-width) solid var(--img-btn-border-color);
  border-radius: var(--img-btn-border-radius);
  background-color: var(--img-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .wp-block-buttons .wp-block-button .wp-element-button {
    transition: none;
  }
}
.btn:hover, .wp-block-buttons .wp-block-button .wp-element-button:hover {
  color: var(--img-btn-hover-color);
  background-color: var(--img-btn-hover-bg);
  border-color: var(--img-btn-hover-border-color);
}
.btn-check + .btn:hover, .wp-block-buttons .wp-block-button .btn-check + .wp-element-button:hover {
  color: var(--img-btn-color);
  background-color: var(--img-btn-bg);
  border-color: var(--img-btn-border-color);
}
.btn:focus-visible, .wp-block-buttons .wp-block-button .wp-element-button:focus-visible {
  color: var(--img-btn-hover-color);
  background-color: var(--img-btn-hover-bg);
  border-color: var(--img-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--img-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .wp-block-buttons .wp-block-button .btn-check:focus-visible + .wp-element-button {
  border-color: var(--img-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--img-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .wp-block-buttons .wp-block-button .btn-check:checked + .wp-element-button, :not(.btn-check) + .btn:active, .wp-block-buttons .wp-block-button :not(.btn-check) + .wp-element-button:active, .btn:first-child:active, .wp-block-buttons .wp-block-button .wp-element-button:first-child:active, .btn.active, .wp-block-buttons .wp-block-button .active.wp-element-button, .btn.show, .wp-block-buttons .wp-block-button .show.wp-element-button {
  color: var(--img-btn-active-color);
  background-color: var(--img-btn-active-bg);
  border-color: var(--img-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .wp-block-buttons .wp-block-button .btn-check:checked + .wp-element-button:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .wp-block-buttons .wp-block-button :not(.btn-check) + .wp-element-button:active:focus-visible, .btn:first-child:active:focus-visible, .wp-block-buttons .wp-block-button .wp-element-button:first-child:active:focus-visible, .btn.active:focus-visible, .wp-block-buttons .wp-block-button .active.wp-element-button:focus-visible, .btn.show:focus-visible, .wp-block-buttons .wp-block-button .show.wp-element-button:focus-visible {
  box-shadow: var(--img-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .wp-block-buttons .wp-block-button .btn-check:checked:focus-visible + .wp-element-button {
  box-shadow: var(--img-btn-focus-box-shadow);
}
.btn:disabled, .wp-block-buttons .wp-block-button .wp-element-button:disabled, .btn.disabled, .wp-block-buttons .wp-block-button .disabled.wp-element-button, fieldset:disabled .btn, fieldset:disabled .wp-block-buttons .wp-block-button .wp-element-button, .wp-block-buttons .wp-block-button fieldset:disabled .wp-element-button {
  color: var(--img-btn-disabled-color);
  pointer-events: none;
  background-color: var(--img-btn-disabled-bg);
  border-color: var(--img-btn-disabled-border-color);
  opacity: var(--img-btn-disabled-opacity);
}

.btn-primary, .wp-block-buttons .wp-block-button .wp-element-button {
  --img-btn-color: #000;
  --img-btn-bg: #FFCF01;
  --img-btn-border-color: #FFCF01;
  --img-btn-hover-color: #000;
  --img-btn-hover-bg: rgb(255, 214.2, 39.1);
  --img-btn-hover-border-color: rgb(255, 211.8, 26.4);
  --img-btn-focus-shadow-rgb: 217, 176, 1;
  --img-btn-active-color: #000;
  --img-btn-active-bg: rgb(255, 216.6, 51.8);
  --img-btn-active-border-color: rgb(255, 211.8, 26.4);
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #000;
  --img-btn-disabled-bg: #FFCF01;
  --img-btn-disabled-border-color: #FFCF01;
}

.btn-secondary {
  --img-btn-color: #fff;
  --img-btn-bg: #343434;
  --img-btn-border-color: #343434;
  --img-btn-hover-color: #fff;
  --img-btn-hover-bg: rgb(44.2, 44.2, 44.2);
  --img-btn-hover-border-color: rgb(41.6, 41.6, 41.6);
  --img-btn-focus-shadow-rgb: 82, 82, 82;
  --img-btn-active-color: #fff;
  --img-btn-active-bg: rgb(41.6, 41.6, 41.6);
  --img-btn-active-border-color: #272727;
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #fff;
  --img-btn-disabled-bg: #343434;
  --img-btn-disabled-border-color: #343434;
}

.btn-success {
  --img-btn-color: #fff;
  --img-btn-bg: #198754;
  --img-btn-border-color: #198754;
  --img-btn-hover-color: #fff;
  --img-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --img-btn-hover-border-color: rgb(20, 108, 67.2);
  --img-btn-focus-shadow-rgb: 60, 153, 110;
  --img-btn-active-color: #fff;
  --img-btn-active-bg: rgb(20, 108, 67.2);
  --img-btn-active-border-color: rgb(18.75, 101.25, 63);
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #fff;
  --img-btn-disabled-bg: #198754;
  --img-btn-disabled-border-color: #198754;
}

.btn-info {
  --img-btn-color: #000;
  --img-btn-bg: #0dcaf0;
  --img-btn-border-color: #0dcaf0;
  --img-btn-hover-color: #000;
  --img-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --img-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --img-btn-focus-shadow-rgb: 11, 172, 204;
  --img-btn-active-color: #000;
  --img-btn-active-bg: rgb(61.4, 212.6, 243);
  --img-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #000;
  --img-btn-disabled-bg: #0dcaf0;
  --img-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --img-btn-color: #000;
  --img-btn-bg: #FFB71B;
  --img-btn-border-color: #FFB71B;
  --img-btn-hover-color: #000;
  --img-btn-hover-bg: rgb(255, 193.8, 61.2);
  --img-btn-hover-border-color: rgb(255, 190.2, 49.8);
  --img-btn-focus-shadow-rgb: 217, 156, 23;
  --img-btn-active-color: #000;
  --img-btn-active-bg: rgb(255, 197.4, 72.6);
  --img-btn-active-border-color: rgb(255, 190.2, 49.8);
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #000;
  --img-btn-disabled-bg: #FFB71B;
  --img-btn-disabled-border-color: #FFB71B;
}

.btn-danger {
  --img-btn-color: #fff;
  --img-btn-bg: #dc3545;
  --img-btn-border-color: #dc3545;
  --img-btn-hover-color: #fff;
  --img-btn-hover-bg: rgb(187, 45.05, 58.65);
  --img-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --img-btn-focus-shadow-rgb: 225, 83, 97;
  --img-btn-active-color: #fff;
  --img-btn-active-bg: rgb(176, 42.4, 55.2);
  --img-btn-active-border-color: rgb(165, 39.75, 51.75);
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #fff;
  --img-btn-disabled-bg: #dc3545;
  --img-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --img-btn-color: #000;
  --img-btn-bg: #E8E8E8;
  --img-btn-border-color: #E8E8E8;
  --img-btn-hover-color: #000;
  --img-btn-hover-bg: rgb(197.2, 197.2, 197.2);
  --img-btn-hover-border-color: rgb(185.6, 185.6, 185.6);
  --img-btn-focus-shadow-rgb: 197, 197, 197;
  --img-btn-active-color: #000;
  --img-btn-active-bg: rgb(185.6, 185.6, 185.6);
  --img-btn-active-border-color: #aeaeae;
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #000;
  --img-btn-disabled-bg: #E8E8E8;
  --img-btn-disabled-border-color: #E8E8E8;
}

.btn-dark {
  --img-btn-color: #fff;
  --img-btn-bg: #343434;
  --img-btn-border-color: #343434;
  --img-btn-hover-color: #fff;
  --img-btn-hover-bg: rgb(82.45, 82.45, 82.45);
  --img-btn-hover-border-color: rgb(72.3, 72.3, 72.3);
  --img-btn-focus-shadow-rgb: 82, 82, 82;
  --img-btn-active-color: #fff;
  --img-btn-active-bg: rgb(92.6, 92.6, 92.6);
  --img-btn-active-border-color: rgb(72.3, 72.3, 72.3);
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #fff;
  --img-btn-disabled-bg: #343434;
  --img-btn-disabled-border-color: #343434;
}

.btn-outline-primary {
  --img-btn-color: #FFCF01;
  --img-btn-border-color: #FFCF01;
  --img-btn-hover-color: #000;
  --img-btn-hover-bg: #FFCF01;
  --img-btn-hover-border-color: #FFCF01;
  --img-btn-focus-shadow-rgb: 255, 207, 1;
  --img-btn-active-color: #000;
  --img-btn-active-bg: #FFCF01;
  --img-btn-active-border-color: #FFCF01;
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #FFCF01;
  --img-btn-disabled-bg: transparent;
  --img-btn-disabled-border-color: #FFCF01;
  --img-gradient: none;
}

.btn-outline-secondary {
  --img-btn-color: #343434;
  --img-btn-border-color: #343434;
  --img-btn-hover-color: #fff;
  --img-btn-hover-bg: #343434;
  --img-btn-hover-border-color: #343434;
  --img-btn-focus-shadow-rgb: 52, 52, 52;
  --img-btn-active-color: #fff;
  --img-btn-active-bg: #343434;
  --img-btn-active-border-color: #343434;
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #343434;
  --img-btn-disabled-bg: transparent;
  --img-btn-disabled-border-color: #343434;
  --img-gradient: none;
}

.btn-outline-success {
  --img-btn-color: #198754;
  --img-btn-border-color: #198754;
  --img-btn-hover-color: #fff;
  --img-btn-hover-bg: #198754;
  --img-btn-hover-border-color: #198754;
  --img-btn-focus-shadow-rgb: 25, 135, 84;
  --img-btn-active-color: #fff;
  --img-btn-active-bg: #198754;
  --img-btn-active-border-color: #198754;
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #198754;
  --img-btn-disabled-bg: transparent;
  --img-btn-disabled-border-color: #198754;
  --img-gradient: none;
}

.btn-outline-info {
  --img-btn-color: #0dcaf0;
  --img-btn-border-color: #0dcaf0;
  --img-btn-hover-color: #000;
  --img-btn-hover-bg: #0dcaf0;
  --img-btn-hover-border-color: #0dcaf0;
  --img-btn-focus-shadow-rgb: 13, 202, 240;
  --img-btn-active-color: #000;
  --img-btn-active-bg: #0dcaf0;
  --img-btn-active-border-color: #0dcaf0;
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #0dcaf0;
  --img-btn-disabled-bg: transparent;
  --img-btn-disabled-border-color: #0dcaf0;
  --img-gradient: none;
}

.btn-outline-warning {
  --img-btn-color: #FFB71B;
  --img-btn-border-color: #FFB71B;
  --img-btn-hover-color: #000;
  --img-btn-hover-bg: #FFB71B;
  --img-btn-hover-border-color: #FFB71B;
  --img-btn-focus-shadow-rgb: 255, 183, 27;
  --img-btn-active-color: #000;
  --img-btn-active-bg: #FFB71B;
  --img-btn-active-border-color: #FFB71B;
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #FFB71B;
  --img-btn-disabled-bg: transparent;
  --img-btn-disabled-border-color: #FFB71B;
  --img-gradient: none;
}

.btn-outline-danger {
  --img-btn-color: #dc3545;
  --img-btn-border-color: #dc3545;
  --img-btn-hover-color: #fff;
  --img-btn-hover-bg: #dc3545;
  --img-btn-hover-border-color: #dc3545;
  --img-btn-focus-shadow-rgb: 220, 53, 69;
  --img-btn-active-color: #fff;
  --img-btn-active-bg: #dc3545;
  --img-btn-active-border-color: #dc3545;
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #dc3545;
  --img-btn-disabled-bg: transparent;
  --img-btn-disabled-border-color: #dc3545;
  --img-gradient: none;
}

.btn-outline-light {
  --img-btn-color: #E8E8E8;
  --img-btn-border-color: #E8E8E8;
  --img-btn-hover-color: #000;
  --img-btn-hover-bg: #E8E8E8;
  --img-btn-hover-border-color: #E8E8E8;
  --img-btn-focus-shadow-rgb: 232, 232, 232;
  --img-btn-active-color: #000;
  --img-btn-active-bg: #E8E8E8;
  --img-btn-active-border-color: #E8E8E8;
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #E8E8E8;
  --img-btn-disabled-bg: transparent;
  --img-btn-disabled-border-color: #E8E8E8;
  --img-gradient: none;
}

.btn-outline-dark {
  --img-btn-color: #343434;
  --img-btn-border-color: #343434;
  --img-btn-hover-color: #fff;
  --img-btn-hover-bg: #343434;
  --img-btn-hover-border-color: #343434;
  --img-btn-focus-shadow-rgb: 52, 52, 52;
  --img-btn-active-color: #fff;
  --img-btn-active-bg: #343434;
  --img-btn-active-border-color: #343434;
  --img-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --img-btn-disabled-color: #343434;
  --img-btn-disabled-bg: transparent;
  --img-btn-disabled-border-color: #343434;
  --img-gradient: none;
}

.btn-link {
  --img-btn-font-weight: 400;
  --img-btn-color: #000000;
  --img-btn-bg: transparent;
  --img-btn-border-color: transparent;
  --img-btn-hover-color: var(--img-link-hover-color);
  --img-btn-hover-border-color: transparent;
  --img-btn-active-color: var(--img-link-hover-color);
  --img-btn-active-border-color: transparent;
  --img-btn-disabled-color: #6c757d;
  --img-btn-disabled-border-color: transparent;
  --img-btn-box-shadow: 0 0 0 #000;
  --img-btn-focus-shadow-rgb: 217, 156, 23;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--img-btn-color);
}
.btn-link:hover {
  color: var(--img-btn-hover-color);
}

.btn-lg {
  --img-btn-padding-y: 0.5rem;
  --img-btn-padding-x: 1rem;
  --img-btn-font-size: 1.40625rem;
  --img-btn-border-radius: var(--img-border-radius-lg);
}

.btn-sm {
  --img-btn-padding-y: 0.25rem;
  --img-btn-padding-x: 0.5rem;
  --img-btn-font-size: 0.984375rem;
  --img-btn-border-radius: var(--img-border-radius-sm);
}

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --img-dropdown-zindex: 1000;
  --img-dropdown-min-width: 10rem;
  --img-dropdown-padding-x: 20px;
  --img-dropdown-padding-y: 20px;
  --img-dropdown-spacer: 0;
  --img-dropdown-font-size: 1.125rem;
  --img-dropdown-color: #343434;
  --img-dropdown-bg: #FFCF01;
  --img-dropdown-border-color: var(--img-border-color-translucent);
  --img-dropdown-border-radius: 0;
  --img-dropdown-border-width: 0;
  --img-dropdown-inner-border-radius: calc(0 - 0);
  --img-dropdown-divider-bg: #FFB71B;
  --img-dropdown-divider-margin-y: 0.5rem;
  --img-dropdown-box-shadow: none;
  --img-dropdown-link-color: #343434;
  --img-dropdown-link-hover-color: #343434;
  --img-dropdown-link-hover-bg: #FFB71B;
  --img-dropdown-link-active-color: #343434;
  --img-dropdown-link-active-bg: #FFCF01;
  --img-dropdown-link-disabled-color: var(--img-tertiary-color);
  --img-dropdown-item-padding-x: 6px;
  --img-dropdown-item-padding-y: 7.5px;
  --img-dropdown-header-color: #6c757d;
  --img-dropdown-header-padding-x: 6px;
  --img-dropdown-header-padding-y: 20px;
  position: absolute;
  z-index: var(--img-dropdown-zindex);
  display: none;
  min-width: var(--img-dropdown-min-width);
  padding: var(--img-dropdown-padding-y) var(--img-dropdown-padding-x);
  margin: 0;
  font-size: var(--img-dropdown-font-size);
  color: var(--img-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--img-dropdown-bg);
  background-clip: padding-box;
  border: var(--img-dropdown-border-width) solid var(--img-dropdown-border-color);
  border-radius: var(--img-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--img-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1660px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-xxxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--img-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--img-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--img-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--img-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--img-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--img-dropdown-item-padding-y) var(--img-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--img-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--img-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--img-dropdown-link-hover-color);
  background-color: var(--img-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--img-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--img-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--img-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--img-dropdown-header-padding-y) var(--img-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.984375rem;
  color: var(--img-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--img-dropdown-item-padding-y) var(--img-dropdown-item-padding-x);
  color: var(--img-dropdown-link-color);
}

.dropdown-menu-dark {
  --img-dropdown-color: #dee2e6;
  --img-dropdown-bg: #343a40;
  --img-dropdown-border-color: var(--img-border-color-translucent);
  --img-dropdown-box-shadow: ;
  --img-dropdown-link-color: #dee2e6;
  --img-dropdown-link-hover-color: #fff;
  --img-dropdown-divider-bg: #FFB71B;
  --img-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --img-dropdown-link-active-color: #343434;
  --img-dropdown-link-active-bg: #FFCF01;
  --img-dropdown-link-disabled-color: #adb5bd;
  --img-dropdown-header-color: #adb5bd;
}

.nav {
  --img-nav-link-padding-x: 25px;
  --img-nav-link-padding-y: 0.5rem;
  --img-nav-link-font-size: 1.125rem;
  --img-nav-link-font-weight: 600;
  --img-nav-link-color: #FFFFFF;
  --img-nav-link-hover-color: #FFCF01;
  --img-nav-link-disabled-color: var(--img-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--img-nav-link-padding-y) var(--img-nav-link-padding-x);
  font-size: var(--img-nav-link-font-size);
  font-weight: var(--img-nav-link-font-weight);
  color: var(--img-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--img-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 133, 27, 0.1);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--img-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --img-nav-tabs-border-width: var(--img-border-width);
  --img-nav-tabs-border-color: var(--img-border-color);
  --img-nav-tabs-border-radius: var(--img-border-radius);
  --img-nav-tabs-link-hover-border-color: var(--img-secondary-bg) var(--img-secondary-bg) var(--img-border-color);
  --img-nav-tabs-link-active-color: var(--img-emphasis-color);
  --img-nav-tabs-link-active-bg: var(--img-body-bg);
  --img-nav-tabs-link-active-border-color: var(--img-border-color) var(--img-border-color) var(--img-body-bg);
  border-bottom: var(--img-nav-tabs-border-width) solid var(--img-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--img-nav-tabs-border-width));
  border: var(--img-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--img-nav-tabs-border-radius);
  border-top-right-radius: var(--img-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--img-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--img-nav-tabs-link-active-color);
  background-color: var(--img-nav-tabs-link-active-bg);
  border-color: var(--img-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--img-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --img-nav-pills-border-radius: var(--img-border-radius);
  --img-nav-pills-link-active-color: #fff;
  --img-nav-pills-link-active-bg: #FFCF01;
}
.nav-pills .nav-link {
  border-radius: var(--img-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--img-nav-pills-link-active-color);
  background-color: var(--img-nav-pills-link-active-bg);
}

.nav-underline {
  --img-nav-underline-gap: 1rem;
  --img-nav-underline-border-width: 0.125rem;
  --img-nav-underline-link-active-color: var(--img-emphasis-color);
  gap: var(--img-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--img-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--img-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --img-navbar-padding-x: 0;
  --img-navbar-padding-y: 15px;
  --img-navbar-color: #FFFFFF;
  --img-navbar-hover-color: #FFCF01;
  --img-navbar-disabled-color: rgba(var(--img-emphasis-color-rgb), 0.3);
  --img-navbar-active-color: #FFFFFF;
  --img-navbar-brand-padding-y: -14.4625px;
  --img-navbar-brand-margin-end: 1rem;
  --img-navbar-brand-font-size: 22.5px;
  --img-navbar-brand-color: #FFFFFF;
  --img-navbar-brand-hover-color: #FFFFFF;
  --img-navbar-nav-link-padding-x: 0;
  --img-navbar-toggler-padding-y: 0.25rem;
  --img-navbar-toggler-padding-x: 0.75rem;
  --img-navbar-toggler-font-size: 22.5px;
  --img-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='25' height='4' rx='2' fill='white'/%3E%3Crect y='8' width='25' height='4' rx='2' fill='white'/%3E%3Crect y='16' width='25' height='4' rx='2' fill='white'/%3E%3C/svg%3E%0A");
  --img-navbar-toggler-border-color: rgba(var(--img-emphasis-color-rgb), 0.15);
  --img-navbar-toggler-border-radius: 32px;
  --img-navbar-toggler-focus-width: 0.25rem;
  --img-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--img-navbar-padding-y) var(--img-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-xxxl,
.navbar > .container-xxxxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--img-navbar-brand-padding-y);
  padding-bottom: var(--img-navbar-brand-padding-y);
  margin-right: var(--img-navbar-brand-margin-end);
  font-size: var(--img-navbar-brand-font-size);
  color: var(--img-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--img-navbar-brand-hover-color);
}

.navbar-nav {
  --img-nav-link-padding-x: 0;
  --img-nav-link-padding-y: 0.5rem;
  --img-nav-link-font-size: 1.125rem;
  --img-nav-link-font-weight: 600;
  --img-nav-link-color: var(--img-navbar-color);
  --img-nav-link-hover-color: var(--img-navbar-hover-color);
  --img-nav-link-disabled-color: var(--img-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--img-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--img-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--img-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--img-navbar-toggler-padding-y) var(--img-navbar-toggler-padding-x);
  font-size: var(--img-navbar-toggler-font-size);
  line-height: 1;
  color: var(--img-navbar-color);
  background-color: transparent;
  border: var(--img-border-width) solid var(--img-navbar-toggler-border-color);
  border-radius: var(--img-navbar-toggler-border-radius);
  transition: var(--img-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--img-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--img-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--img-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--img-navbar-nav-link-padding-x);
    padding-left: var(--img-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--img-navbar-nav-link-padding-x);
    padding-left: var(--img-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--img-navbar-nav-link-padding-x);
    padding-left: var(--img-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--img-navbar-nav-link-padding-x);
    padding-left: var(--img-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--img-navbar-nav-link-padding-x);
    padding-left: var(--img-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1660px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--img-navbar-nav-link-padding-x);
    padding-left: var(--img-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1800px) {
  .navbar-expand-xxxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxxl .navbar-nav .nav-link {
    padding-right: var(--img-navbar-nav-link-padding-x);
    padding-left: var(--img-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--img-navbar-nav-link-padding-x);
  padding-left: var(--img-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --img-navbar-color: rgba(255, 255, 255, 0.55);
  --img-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --img-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --img-navbar-active-color: #fff;
  --img-navbar-brand-color: #fff;
  --img-navbar-brand-hover-color: #fff;
  --img-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --img-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--img-primary-rgb), var(--img-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--img-primary-rgb), var(--img-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(255, 217, 52, var(--img-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 217, 52, var(--img-link-underline-opacity, 1)) !important;
}

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

.link-success {
  color: RGBA(var(--img-success-rgb), var(--img-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--img-success-rgb), var(--img-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--img-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--img-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--img-info-rgb), var(--img-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--img-info-rgb), var(--img-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--img-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--img-link-underline-opacity, 1)) !important;
}

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

.link-danger {
  color: RGBA(var(--img-danger-rgb), var(--img-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--img-danger-rgb), var(--img-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--img-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--img-link-underline-opacity, 1)) !important;
}

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

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

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

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

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--img-link-color-rgb), var(--img-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(--img-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1660px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1800px) {
  .sticky-xxxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxxl-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(--img-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.card {
  --img-card-spacer-y: 25px;
  --img-card-spacer-x: 20px;
  --img-card-title-spacer-y: 0px;
  --img-card-title-color: #FFCF01;
  --img-card-subtitle-color: ;
  --img-card-border-width: 0px;
  --img-card-border-color: var(--img-border-color-translucent);
  --img-card-border-radius: 20px;
  --img-card-box-shadow: ;
  --img-card-inner-border-radius: 20px;
  --img-card-cap-padding-y: 12.5px;
  --img-card-cap-padding-x: 20px;
  --img-card-cap-bg: rgba(var(--img-body-color-rgb), 0.03);
  --img-card-cap-color: ;
  --img-card-height: ;
  --img-card-color: #FFFFFF;
  --img-card-bg: #343434;
  --img-card-img-overlay-padding: 1rem;
  --img-card-group-margin: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--img-card-height);
  color: var(--img-body-color);
  word-wrap: break-word;
  background-color: var(--img-card-bg);
  background-clip: border-box;
  border: var(--img-card-border-width) solid var(--img-card-border-color);
  border-radius: var(--img-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--img-card-inner-border-radius);
  border-top-right-radius: var(--img-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--img-card-inner-border-radius);
  border-bottom-left-radius: var(--img-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--img-card-spacer-y) var(--img-card-spacer-x);
  color: var(--img-card-color);
}

.card-title {
  margin-bottom: var(--img-card-title-spacer-y);
  color: var(--img-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--img-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--img-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--img-card-spacer-x);
}

.card-header {
  padding: var(--img-card-cap-padding-y) var(--img-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--img-card-cap-color);
  background-color: var(--img-card-cap-bg);
  border-bottom: var(--img-card-border-width) solid var(--img-card-border-color);
}
.card-header:first-child {
  border-radius: var(--img-card-inner-border-radius) var(--img-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--img-card-cap-padding-y) var(--img-card-cap-padding-x);
  color: var(--img-card-cap-color);
  background-color: var(--img-card-cap-bg);
  border-top: var(--img-card-border-width) solid var(--img-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--img-card-inner-border-radius) var(--img-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--img-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--img-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--img-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--img-card-bg);
  border-bottom-color: var(--img-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--img-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--img-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--img-card-img-overlay-padding);
  border-radius: var(--img-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--img-card-inner-border-radius);
  border-top-right-radius: var(--img-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--img-card-inner-border-radius);
  border-bottom-left-radius: var(--img-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--img-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.offcanvas, .offcanvas-xxxxl, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --img-offcanvas-zindex: 1045;
  --img-offcanvas-width: 400px;
  --img-offcanvas-height: 30vh;
  --img-offcanvas-padding-x: 1rem;
  --img-offcanvas-padding-y: 40px;
  --img-offcanvas-color: var(--img-body-color);
  --img-offcanvas-bg: transparent;
  --img-offcanvas-border-width: var(--img-border-width);
  --img-offcanvas-border-color: var(--img-border-color-translucent);
  --img-offcanvas-box-shadow: var(--img-box-shadow-sm);
  --img-offcanvas-transition: transform 0.3s ease-in-out;
  --img-offcanvas-title-line-height: 1.33;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--img-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--img-offcanvas-color);
    visibility: hidden;
    background-color: var(--img-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--img-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--img-offcanvas-width);
    border-right: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--img-offcanvas-width);
    border-left: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-top: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --img-offcanvas-height: auto;
    --img-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--img-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--img-offcanvas-color);
    visibility: hidden;
    background-color: var(--img-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--img-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--img-offcanvas-width);
    border-right: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--img-offcanvas-width);
    border-left: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-top: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --img-offcanvas-height: auto;
    --img-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--img-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--img-offcanvas-color);
    visibility: hidden;
    background-color: var(--img-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--img-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--img-offcanvas-width);
    border-right: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--img-offcanvas-width);
    border-left: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-top: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --img-offcanvas-height: auto;
    --img-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--img-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--img-offcanvas-color);
    visibility: hidden;
    background-color: var(--img-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--img-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--img-offcanvas-width);
    border-right: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--img-offcanvas-width);
    border-left: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-top: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --img-offcanvas-height: auto;
    --img-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--img-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--img-offcanvas-color);
    visibility: hidden;
    background-color: var(--img-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--img-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--img-offcanvas-width);
    border-right: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--img-offcanvas-width);
    border-left: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-top: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --img-offcanvas-height: auto;
    --img-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1659.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--img-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--img-offcanvas-color);
    visibility: hidden;
    background-color: var(--img-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--img-offcanvas-transition);
  }
}
@media (max-width: 1659.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1659.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--img-offcanvas-width);
    border-right: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--img-offcanvas-width);
    border-left: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-top: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1660px) {
  .offcanvas-xxxl {
    --img-offcanvas-height: auto;
    --img-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1799.98px) {
  .offcanvas-xxxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--img-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--img-offcanvas-color);
    visibility: hidden;
    background-color: var(--img-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--img-offcanvas-transition);
  }
}
@media (max-width: 1799.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxxl {
    transition: none;
  }
}
@media (max-width: 1799.98px) {
  .offcanvas-xxxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--img-offcanvas-width);
    border-right: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--img-offcanvas-width);
    border-left: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--img-offcanvas-height);
    max-height: 100%;
    border-top: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxxl.showing, .offcanvas-xxxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxxl.showing, .offcanvas-xxxxl.hiding, .offcanvas-xxxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1800px) {
  .offcanvas-xxxxl {
    --img-offcanvas-height: auto;
    --img-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--img-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--img-offcanvas-color);
  visibility: hidden;
  background-color: var(--img-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--img-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--img-offcanvas-width);
  border-right: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--img-offcanvas-width);
  border-left: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--img-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--img-offcanvas-height);
  max-height: 100%;
  border-top: var(--img-offcanvas-border-width) solid var(--img-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--img-offcanvas-padding-y) var(--img-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--img-offcanvas-padding-y) * 0.5) calc(var(--img-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--img-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--img-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--img-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--img-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--img-offcanvas-padding-y) var(--img-offcanvas-padding-x);
  overflow-y: auto;
}

.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(--img-box-shadow) !important;
}

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

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

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

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

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

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

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

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

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

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

.focus-ring-dark {
  --img-focus-ring-color: rgba(var(--img-dark-rgb), var(--img-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(--img-border-width) var(--img-border-style) var(--img-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--img-primary-border-subtle) !important;
}

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

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

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

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

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

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

.border-dark-subtle {
  border-color: var(--img-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 {
  --img-border-opacity: 0.1;
}

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

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

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

.border-opacity-100 {
  --img-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(--img-font-monospace) !important;
}

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

.fs-2 {
  font-size: 2.25rem !important;
}

.fs-3 {
  font-size: 1.96875rem !important;
}

.fs-4 {
  font-size: 1.6875rem !important;
}

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

.fs-6 {
  font-size: 1.125rem !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.33 !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 {
  --img-text-opacity: 1;
  color: rgba(var(--img-primary-rgb), var(--img-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --img-text-opacity: 1;
  color: var(--img-secondary-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-opacity-100-hover:hover {
  --img-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 {
  --img-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--img-primary-rgb), var(--img-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-underline-opacity-100-hover:hover {
  --img-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--img-primary-bg-subtle) !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--img-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(--img-border-radius) !important;
}

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

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

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

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

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

.rounded-5 {
  border-radius: var(--img-border-radius-xxl) !important;
}

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

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

.rounded-top {
  border-top-left-radius: var(--img-border-radius) !important;
  border-top-right-radius: var(--img-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(--img-border-radius-sm) !important;
  border-top-right-radius: var(--img-border-radius-sm) !important;
}

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

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

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

.rounded-top-5 {
  border-top-left-radius: var(--img-border-radius-xxl) !important;
  border-top-right-radius: var(--img-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(--img-border-radius-pill) !important;
  border-top-right-radius: var(--img-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--img-border-radius) !important;
  border-bottom-right-radius: var(--img-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(--img-border-radius-sm) !important;
  border-bottom-right-radius: var(--img-border-radius-sm) !important;
}

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

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

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

.rounded-end-5 {
  border-top-right-radius: var(--img-border-radius-xxl) !important;
  border-bottom-right-radius: var(--img-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(--img-border-radius-pill) !important;
  border-bottom-right-radius: var(--img-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--img-border-radius) !important;
  border-bottom-left-radius: var(--img-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(--img-border-radius-sm) !important;
  border-bottom-left-radius: var(--img-border-radius-sm) !important;
}

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

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

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

.rounded-bottom-5 {
  border-bottom-right-radius: var(--img-border-radius-xxl) !important;
  border-bottom-left-radius: var(--img-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(--img-border-radius-pill) !important;
  border-bottom-left-radius: var(--img-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--img-border-radius) !important;
  border-top-left-radius: var(--img-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(--img-border-radius-sm) !important;
  border-top-left-radius: var(--img-border-radius-sm) !important;
}

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

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

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

.rounded-start-5 {
  border-bottom-left-radius: var(--img-border-radius-xxl) !important;
  border-top-left-radius: var(--img-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(--img-border-radius-pill) !important;
  border-top-left-radius: var(--img-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: 1400px) {
  .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: 1660px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1800px) {
  .float-xxxxl-start {
    float: left !important;
  }
  .float-xxxxl-end {
    float: right !important;
  }
  .float-xxxxl-none {
    float: none !important;
  }
  .object-fit-xxxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxxl-none {
    object-fit: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-grid {
    display: grid !important;
  }
  .d-xxxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxxl-none {
    display: none !important;
  }
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxxl-first {
    order: -1 !important;
  }
  .order-xxxxl-0 {
    order: 0 !important;
  }
  .order-xxxxl-1 {
    order: 1 !important;
  }
  .order-xxxxl-2 {
    order: 2 !important;
  }
  .order-xxxxl-3 {
    order: 3 !important;
  }
  .order-xxxxl-4 {
    order: 4 !important;
  }
  .order-xxxxl-5 {
    order: 5 !important;
  }
  .order-xxxxl-last {
    order: 6 !important;
  }
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mx-xxxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxxxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxxxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxxxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxxxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxxxl-start {
    text-align: left !important;
  }
  .text-xxxxl-end {
    text-align: right !important;
  }
  .text-xxxxl-center {
    text-align: center !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;
  }
}
@media (min-width: 1660px) {
  .container-xxxl {
    max-width: 1620px !important;
  }
}
@font-face {
  font-family: "articulat-cf";
  src: url("../fonts/subset-ArticulatCF-Light.woff2") format("woff2"), url("../fonts/subset-ArticulatCF-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "articulat-cf";
  src: url("../fonts/subset-ArticulatCF-Normal.woff2") format("woff2"), url("../fonts/subset-ArticulatCF-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "articulat-cf";
  src: url("../fonts/subset-ArticulatCF-NormalOblique.woff2") format("woff2"), url("../fonts/subset-ArticulatCF-NormalOblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "articulat-cfF";
  src: url("../fonts/subset-ArticulatCF-Medium.woff2") format("woff2"), url("../fonts/subset-ArticulatCF-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "articulat-cf";
  src: url("../fonts/subset-ArticulatCF-DemiBold.woff2") format("woff2"), url("../fonts/subset-ArticulatCF-DemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.bg-as-overlay, #list-of-key-benefits .card-key-benefit,
.pseudo-before {
  position: relative;
}
.bg-as-overlay::before, #list-of-key-benefits .card-key-benefit::before,
.pseudo-before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  user-select: none;
  pointer-events: none;
}

.pseudo-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  user-select: none;
  pointer-events: none;
}

.btn.btn-primary, .wp-block-buttons .wp-block-button .wp-element-button {
  position: relative;
  background-color: transparent !important;
  background-image: linear-gradient(90deg, #FFCF01 0%, #FFB71B 100%);
  color: #000000;
  transition: all 0.3s ease;
}
.btn.btn-primary::before, .wp-block-buttons .wp-block-button .wp-element-button::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #FFFFFF, #FFCF01);
  border-radius: 32px;
  z-index: -1;
  transition: all 0.3s ease;
}
.btn.btn-primary::after, .wp-block-buttons .wp-block-button .wp-element-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.3s ease;
}
.btn.btn-primary:hover, .wp-block-buttons .wp-block-button .wp-element-button:hover {
  background: linear-gradient(90deg, #000 0%, #666 100%);
  color: #FFCF01 !important;
}
.btn.btn-md, .wp-block-buttons .wp-block-button .btn-md.wp-element-button {
  padding: 14px 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 50px;
}

.p,
p,
ul,
ol {
  font-size: 18px;
  line-height: 1.34;
}
@media (min-width: 576px) {
  .p,
  p,
  ul,
  ol {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .p,
  p,
  ul,
  ol {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .p,
  p,
  ul,
  ol {
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  .p,
  p,
  ul,
  ol {
    line-height: 1.8;
  }
}
@media (min-width: 1400px) {
  .p,
  p,
  ul,
  ol {
    line-height: 1.9;
  }
}
@media (min-width: 1660px) {
  .p,
  p,
  ul,
  ol {
    line-height: 2;
  }
}
.p:last-child,
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
.p.has-medium-font-size,
p.has-medium-font-size,
ul.has-medium-font-size,
ol.has-medium-font-size {
  font-size: 24px !important;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 576px) {
  .p.has-medium-font-size,
  p.has-medium-font-size,
  ul.has-medium-font-size,
  ol.has-medium-font-size {
    font-size: 27px !important;
  }
}
@media (min-width: 768px) {
  .p.has-medium-font-size,
  p.has-medium-font-size,
  ul.has-medium-font-size,
  ol.has-medium-font-size {
    font-size: 30px !important;
  }
}
@media (min-width: 992px) {
  .p.has-medium-font-size,
  p.has-medium-font-size,
  ul.has-medium-font-size,
  ol.has-medium-font-size {
    font-size: 33px !important;
  }
}
@media (min-width: 1200px) {
  .p.has-medium-font-size,
  p.has-medium-font-size,
  ul.has-medium-font-size,
  ol.has-medium-font-size {
    font-size: 36px !important;
    line-height: 46px;
  }
}

main ul li:not(:last-of-type),
main ol li:not(:last-of-type) {
  margin-bottom: 16px;
}

h1,
.h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.17;
  margin-bottom: 15px;
}
h1::after,
.h1::after {
  content: "";
  aspect-ratio: 243/23;
  display: block;
  margin-top: 8px;
  margin-left: auto;
  width: 148px;
  height: auto;
  background-image: url("../images/h1-dashed-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  user-select: none;
  pointer-events: none;
}
@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  h1::after,
  .h1::after {
    width: 248px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 58px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 64px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1660px) {
  h1,
  .h1 {
    font-size: 72px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1800px) {
  h1,
  .h1 {
    font-size: 84px;
    margin-bottom: 50px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 58px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  h2.has-x-large-font-size,
  .h2.has-x-large-font-size {
    font-size: 64px !important;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  h3,
  .h3 {
    font-size: 26px;
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

header#masthead.landing-page-header .navbar {
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
header#masthead .navbar {
  border-bottom: 2px solid #FFCF01;
  transition: all 0.3s ease;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  header#masthead .navbar {
    padding-bottom: 0;
  }
}
header#masthead .navbar::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  left: -20px;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: calc(100% + 40px);
  height: 74px;
  background-color: #343434;
  user-select: none;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  header#masthead .navbar::before {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  header#masthead .navbar::before {
    width: calc(100% + 80px);
    left: -40px;
  }
}
header#masthead .navbar:has(.navbar-collapse.collapsing), header#masthead .navbar:has(.navbar-collapse.show) {
  border-color: transparent;
}
header#masthead .navbar .navbar-brand img {
  width: 153px;
}
@media (min-width: 576px) {
  header#masthead .navbar .navbar-brand img {
    width: 190px;
  }
}
@media (min-width: 768px) {
  header#masthead .navbar .navbar-brand img {
    width: 228px;
  }
}
@media (min-width: 992px) {
  header#masthead .navbar .navbar-brand img {
    width: 266px;
  }
}
@media (min-width: 1400px) {
  header#masthead .navbar .navbar-brand img {
    width: 325px;
  }
}
header#masthead .navbar .navbar-toggler {
  border-color: transparent;
}
header#masthead .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header#masthead .navbar .navbar-collapse {
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  header#masthead .navbar .navbar-collapse {
    margin-top: 15px;
  }
}
header#masthead .navbar .navbar-collapse .navbar-nav {
  row-gap: 14px;
  column-gap: 20px;
}
@media (max-width: 1199.98px) {
  header#masthead .navbar .navbar-collapse .navbar-nav {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  header#masthead .navbar .navbar-collapse .navbar-nav {
    column-gap: 40px;
  }
}
@media (min-width: 1660px) {
  header#masthead .navbar .navbar-collapse .navbar-nav {
    column-gap: 50px;
  }
}
header#masthead .navbar .navbar-collapse .navbar-nav .nav-item.current-menu-item:not(.menu-item-has-children) .nav-link {
  color: #FFCF01;
}
header#masthead .navbar .navbar-collapse .navbar-nav .nav-item.current-menu-parent::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FFCF01;
  position: absolute;
  top: auto;
  bottom: 0;
  transition: all 0.3s ease;
}
header#masthead .navbar .navbar-collapse .navbar-nav .nav-item.current-menu-parent:has(.show)::after, header#masthead .navbar .navbar-collapse .navbar-nav .nav-item.current-menu-parent:hover::after {
  width: 0;
}
header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-align: center;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-top: 25px;
    padding-bottom: 26px;
  }
  header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle.show {
    color: #FFCF01;
  }
  header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle.show::after {
    transform: translateY(5px);
  }
  header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 8.75C7.18359 8.75 6.90234 8.64453 6.69141 8.43359L1.06641 2.80859C0.609375 2.38672 0.609375 1.64844 1.06641 1.22656C1.48828 0.769531 2.22656 0.769531 2.64844 1.22656L7.5 6.04297L12.3164 1.22656C12.7383 0.769531 13.4766 0.769531 13.8984 1.22656C14.3555 1.64844 14.3555 2.38672 13.8984 2.80859L8.27344 8.43359C8.0625 8.64453 7.78125 8.75 7.5 8.75Z' fill='%23FFCF01'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    margin: 0;
    transition: all 0.3s ease;
  }
  header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle:hover::after {
    transform: translateY(5px);
  }
}
header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn, header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .wp-block-buttons .wp-block-button .nav-link.wp-element-button, .wp-block-buttons .wp-block-button header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.wp-element-button {
  white-space: nowrap;
  padding-top: 14.5px;
  padding-right: 40px;
  padding-bottom: 14.5px;
  padding-left: 40px;
  color: #000000;
}
@media (min-width: 1200px) {
  header#masthead .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:not(.btn):hover {
    text-decoration-color: #FFCF01;
  }
}
header#masthead .navbar .navbar-collapse.collapsing, header#masthead .navbar .navbar-collapse.show {
  background-color: #FFCF01;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.26);
}
header#masthead .navbar .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link, header#masthead .navbar .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  color: #000000;
}
header#masthead .navbar .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link.btn, header#masthead .navbar .navbar-collapse.collapsing .navbar-nav .nav-item .wp-block-buttons .wp-block-button .nav-link.wp-element-button, .wp-block-buttons .wp-block-button header#masthead .navbar .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link.wp-element-button, header#masthead .navbar .navbar-collapse.show .navbar-nav .nav-item .nav-link.btn, header#masthead .navbar .navbar-collapse.show .navbar-nav .nav-item .wp-block-buttons .wp-block-button .nav-link.wp-element-button, .wp-block-buttons .wp-block-button header#masthead .navbar .navbar-collapse.show .navbar-nav .nav-item .nav-link.wp-element-button {
  z-index: 1;
  color: #FFCF01 !important;
}
header#masthead .navbar .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link.btn::after, header#masthead .navbar .navbar-collapse.collapsing .navbar-nav .nav-item .wp-block-buttons .wp-block-button .nav-link.wp-element-button::after, .wp-block-buttons .wp-block-button header#masthead .navbar .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link.wp-element-button::after, header#masthead .navbar .navbar-collapse.show .navbar-nav .nav-item .nav-link.btn::after, header#masthead .navbar .navbar-collapse.show .navbar-nav .nav-item .wp-block-buttons .wp-block-button .nav-link.wp-element-button::after, .wp-block-buttons .wp-block-button header#masthead .navbar .navbar-collapse.show .navbar-nav .nav-item .nav-link.wp-element-button::after {
  background: linear-gradient(90deg, #000 0%, #666 100%);
}
@media (min-width: 1200px) {
  header#masthead .navbar,
  header#masthead .top-navigation {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 1400px) {
  header#masthead .navbar,
  header#masthead .top-navigation {
    max-width: calc(100% - 120px);
  }
}
header#masthead .top-navigation {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  header#masthead .top-navigation {
    max-width: calc(100% - 40px);
    width: 353px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header#masthead .top-navigation .top-nav-list {
  display: grid;
  align-items: center;
  column-gap: 35px;
  row-gap: 20px;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto auto;
  justify-content: space-between;
}
header#masthead .top-navigation .top-nav-list .top-nav-item:nth-child(1) {
  grid-column: 1;
}
header#masthead .top-navigation .top-nav-list .top-nav-item:nth-child(2) {
  grid-column: 2;
}
header#masthead .top-navigation .top-nav-list .top-nav-item:nth-child(3) {
  grid-column: 3;
}
header#masthead .top-navigation .top-nav-list .top-nav-item:last-child {
  grid-column: 1/-1;
  justify-self: center;
}
@media (min-width: 768px) {
  header#masthead .top-navigation .top-nav-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  header#masthead .top-navigation .top-nav-list {
    justify-content: flex-end;
    column-gap: 50px;
  }
}
header#masthead .top-navigation .top-nav-list .top-nav-item .top-nav-link {
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
header#masthead .top-navigation .top-nav-list .top-nav-item .top-nav-link.btn, header#masthead .top-navigation .top-nav-list .top-nav-item .wp-block-buttons .wp-block-button .top-nav-link.wp-element-button, .wp-block-buttons .wp-block-button header#masthead .top-navigation .top-nav-list .top-nav-item .top-nav-link.wp-element-button {
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
  padding-top: 11.5px;
  padding-right: 30px;
  padding-bottom: 11.5px;
  padding-left: 30px;
  color: #000000;
}
header#masthead .top-navigation .top-nav-list .top-nav-item .top-nav-link:hover {
  color: #FFCF01;
  text-decoration-color: #FFCF01;
}
header#masthead .top-navigation .top-nav-list .top-nav-item .top-nav-link:hover.btn, header#masthead .top-navigation .top-nav-list .top-nav-item .wp-block-buttons .wp-block-button .top-nav-link.wp-element-button:hover, .wp-block-buttons .wp-block-button header#masthead .top-navigation .top-nav-list .top-nav-item .top-nav-link.wp-element-button:hover {
  text-decoration: none;
}
header#masthead #mobile-navigation-menu-wrap {
  overflow: scroll;
  width: 96%;
  height: fit-content;
  margin: 0 auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.26);
}
header#masthead #mobile-navigation-menu-wrap .top-navigation {
  max-width: calc(100% - 40px);
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav {
  width: 100%;
  margin-left: 0 !important;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item {
  border-bottom: 1px solid #FFB71B;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item:has(.show) {
  border-bottom-width: 0;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item:first-of-type {
  border-top: 1px solid #FFB71B;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item:not(.menu-item-has-children) {
  width: 100%;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item:not(.menu-item-has-children) .nav-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item:not(.menu-item-has-children) .nav-link::after {
  content: "";
  display: in-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.77344 6.47656C8.23047 6.89844 8.23047 7.63672 7.77344 8.05859L2.14844 13.6836C1.72656 14.1406 0.988281 14.1406 0.566406 13.6836C0.109375 13.2617 0.109375 12.5234 0.566406 12.1016L5.38281 7.25L0.566406 2.43359C0.109375 2.01172 0.109375 1.27344 0.566406 0.851562C0.988281 0.394531 1.72656 0.394531 2.14844 0.851562L7.77344 6.47656Z' fill='%23343434'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  margin: 0;
  transition: all 0.3s ease;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item.dropdown {
  width: 100%;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item.dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom-color: #FFCF01 !important;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item.dropdown .dropdown-toggle::after {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 8.75C7.18359 8.75 6.90234 8.64453 6.69141 8.43359L1.06641 2.80859C0.609375 2.38672 0.609375 1.64844 1.06641 1.22656C1.48828 0.769531 2.22656 0.769531 2.64844 1.22656L7.5 6.04297L12.3164 1.22656C12.7383 0.769531 13.4766 0.769531 13.8984 1.22656C14.3555 1.64844 14.3555 2.38672 13.8984 2.80859L8.27344 8.43359C8.0625 8.64453 7.78125 8.75 7.5 8.75Z' fill='%23343434'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  margin: 0;
  transition: all 0.3s ease;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item.dropdown .dropdown-toggle.show {
  background-color: #FFB71B;
  border-bottom: 1px solid #FFCF01;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item.dropdown .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item.dropdown .dropdown-menu {
  background-color: #FFB71B;
  width: 100%;
  padding: 0;
  position: static !important;
  transform: none !important;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item.dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #FFCF01;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #FFB71B;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item.dropdown .dropdown-menu .dropdown-item.active:hover {
  background-color: #FFCF01;
}
header#masthead #mobile-navigation-menu-wrap .navbar-nav > .nav-item.dropdown .dropdown-menu .dropdown-item::after {
  display: none;
}
header#masthead #mobile-navigation-menu-wrap .offcanvas-body {
  border-radius: 0px 0px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
header#masthead #mobile-navigation-menu-wrap .offcanvas-body .offcanvas-div {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
header#masthead #mobile-navigation-menu-wrap .offcanvas-body .btn, header#masthead #mobile-navigation-menu-wrap .offcanvas-body .wp-block-buttons .wp-block-button .wp-element-button, .wp-block-buttons .wp-block-button header#masthead #mobile-navigation-menu-wrap .offcanvas-body .wp-element-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
header#masthead #mobile-navigation-menu-wrap .offcanvas-body .btn .btn-txt, header#masthead #mobile-navigation-menu-wrap .offcanvas-body .wp-block-buttons .wp-block-button .wp-element-button .btn-txt, .wp-block-buttons .wp-block-button header#masthead #mobile-navigation-menu-wrap .offcanvas-body .wp-element-button .btn-txt {
  width: 71px;
  line-height: 25px;
}
header#masthead #mobile-navigation-menu-wrap .offcanvas-body .btn::after, header#masthead #mobile-navigation-menu-wrap .offcanvas-body .wp-block-buttons .wp-block-button .wp-element-button::after, .wp-block-buttons .wp-block-button header#masthead #mobile-navigation-menu-wrap .offcanvas-body .wp-element-button::after {
  content: "";
  display: inline-block;
  width: 20.5px;
  height: 20.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3E%3Crect x='0.74707' y='17.9248' width='25' height='4' rx='2' transform='rotate(-45 0.74707 17.9248)' fill='black'/%3E%3Crect width='25' height='4' rx='2' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 21.2529 17.9248)' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  header#masthead body {
    overflow: auto !important;
  }
  header#masthead .offcanvas-backdrop {
    display: none !important;
  }
}

footer#colophon {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer#colophon .site-info {
  padding-bottom: 20px;
}
footer#colophon .site-info__logo {
  border-bottom: 2px solid #FFCF01;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
footer#colophon .site-info__logo img {
  width: 153px;
  max-width: 100%;
}
footer#colophon .site-info__copyright {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 0;
}
footer#colophon #list-of-footer-nav-menus {
  row-gap: 20px;
  column-gap: 30px;
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu h3, footer#colophon #list-of-footer-nav-menus .footer-nav-menu .h3 {
  font-size: 16px;
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu .footer-nav-list {
  gap: 10px;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu .footer-nav-list .footer-nav-item .footer-nav-link {
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: #FFF;
  transition: all 0.3s ease;
  display: block;
  min-width: 230px;
  max-width: 100%;
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu .footer-nav-list .footer-nav-item .footer-nav-link:hover {
  color: #FFCF01;
  transform: translateX(5.87px);
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu:nth-of-type(3) .footer-nav-item .footer-nav-link {
  width: 290px;
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu:nth-of-type(5) {
  width: 170px;
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu#social-media-channels .footer-nav-list {
  gap: 36px;
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu#social-media-channels .footer-nav-list .footer-nav-link {
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu#social-media-channels .footer-nav-list .footer-nav-link svg path {
  fill: #FFF;
  transition: all 0.3s ease;
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu#social-media-channels .footer-nav-list .footer-nav-link:hover {
  transform: none;
}
footer#colophon #list-of-footer-nav-menus .footer-nav-menu#social-media-channels .footer-nav-list .footer-nav-link:hover svg path {
  fill: #FFCF01;
}
@media (min-width: 768px) {
  footer#colophon {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer#colophon .site-info__logo img {
    width: 325px;
  }
  footer#colophon #list-of-footer-nav-menus {
    row-gap: 40px;
  }
}
@media (min-width: 992px) {
  footer#colophon {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer#colophon .site-info {
    border-bottom: 2px solid #FFCF01;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  footer#colophon .site-info__logo {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  footer#colophon .site-info__copyright {
    font-size: 14px;
  }
  footer#colophon #list-of-footer-nav-menus .footer-nav-menu .footer-nav-list {
    gap: 15px;
  }
}

@media (min-width: 1200px) {
  .dropdown .dropdown-menu {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    column-gap: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .dropdown.menu-item-has-children:last-of-type .dropdown-menu, .dropdown.menu-item-has-children:nth-last-of-type(3) .dropdown-menu, .dropdown.menu-item-has-children:nth-last-of-type(2) .dropdown-menu {
    left: auto;
    transform: none;
    right: 0;
  }
  .dropdown .nav-item:nth-child(1) .dropdown-item,
  .dropdown .nav-item:nth-child(n+7):nth-child(-n+7) .dropdown-item {
    border-top: 1px solid #FFB71B;
  }
}
@media (min-width: 1660px) {
  .dropdown .dropdown-menu {
    grid-template-rows: repeat(4, auto);
  }
  .dropdown .dropdown-menu .nav-item:nth-child(1) .dropdown-item,
  .dropdown .dropdown-menu .nav-item:nth-child(n+5):nth-child(-n+5) .dropdown-item {
    border-top: 1px solid #FFB71B;
  }
}
.dropdown .dropdown-menu.show {
  display: grid;
}
.dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #FFB71B;
  transition: all 0.3s ease;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
@media (min-width: 1200px) {
  .dropdown .dropdown-menu .dropdown-item {
    width: 360px;
  }
}
.dropdown .dropdown-menu .dropdown-item::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.77344 6.47656C8.23047 6.89844 8.23047 7.63672 7.77344 8.05859L2.14844 13.6836C1.72656 14.1406 0.988281 14.1406 0.566406 13.6836C0.109375 13.2617 0.109375 12.5234 0.566406 12.1016L5.38281 7.25L0.566406 2.43359C0.109375 2.01172 0.109375 1.27344 0.566406 0.851562C0.988281 0.394531 1.72656 0.394531 2.14844 0.851562L7.77344 6.47656Z' fill='%23343434'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  user-select: none;
  pointer-events: none;
  transition: all 0.3s ease;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  font-weight: 600;
}
.dropdown .dropdown-menu .dropdown-item:hover::after {
  transform: translateX(6px);
}
.dropdown .dropdown-menu .dropdown-item.active:hover {
  background-color: #FFB71B;
}

#list-of-key-benefits {
  gap: 20px;
}
#list-of-key-benefits .card-key-benefit {
  background-color: #000;
  padding: 25px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 20px;
}
#list-of-key-benefits .card-key-benefit::before {
  background-image: url("/wp-content/uploads/2025/04/IMG-Buses-with-White-Gradient-Overlay.webp");
  background-position: -613.068px 0px;
  background-size: 331.857% 99.737%;
  opacity: 0.35;
}
#list-of-key-benefits .card-key-benefit__content h3, #list-of-key-benefits .card-key-benefit__content .h3 {
  color: #FFCF01;
}
#list-of-key-benefits .card-key-benefit__content p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.4;
}
#list-of-key-benefits .card-key-benefit__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #list-of-key-benefits .card-key-benefit::before {
    background-position: top right;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #list-of-key-benefits .card-key-benefit {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1660px) {
  #list-of-key-benefits .card-key-benefit {
    width: calc((100% - 40px) / 3);
    padding: 40px 35px;
    gap: 25px;
  }
  #list-of-key-benefits .card-key-benefit__content p {
    font-size: 18px;
  }
}

#list-of-great-features {
  row-gap: 15px;
  column-gap: 20px;
}
#list-of-great-features .card-feature:hover .card-body::before {
  width: 100%;
}
#list-of-great-features .card-feature .card-img-top {
  opacity: 0.6;
  aspect-ratio: 187/96;
  object-fit: cover;
}
#list-of-great-features .card-feature .card-body::before {
  width: 0;
  height: 8px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
#list-of-great-features .card-feature .card-body .card-title,
#list-of-great-features .card-feature .card-body h3,
#list-of-great-features .card-feature .card-body .h3 {
  margin-bottom: 10px;
  color: #FFCF01;
}
#list-of-great-features .card-feature .card-body .card-text,
#list-of-great-features .card-feature .card-body p {
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #list-of-great-features .card-feature {
    width: calc((100% - 20px) / 2);
  }
  #list-of-great-features .card-feature .card-body {
    padding: 30px;
  }
  #list-of-great-features .card-feature .card-body .card-title,
  #list-of-great-features .card-feature .card-body h3,
  #list-of-great-features .card-feature .card-body .h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #list-of-great-features .card-feature {
    width: calc((100% - 40px) / 3);
  }
  #list-of-great-features .card-feature .card-body {
    padding: 40px;
  }
  #list-of-great-features .card-feature .card-body .card-title,
  #list-of-great-features .card-feature .card-body h3,
  #list-of-great-features .card-feature .card-body .h3 {
    margin-bottom: 20px;
  }
  #list-of-great-features .card-feature .card-body .card-text,
  #list-of-great-features .card-feature .card-body p {
    font-size: 18px;
  }
}

.wp-block-image {
  margin-bottom: 0 !important;
}
.wp-block-image.is-style-rounded img {
  border-radius: 20px !important;
}

.wp-block-buttons {
  column-gap: 30px;
  row-gap: 20px;
}
body.page-template-landing-page-sports header#masthead .navbar {
  padding-top: 15px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  body.page-template-landing-page-sports header#masthead .navbar {
    padding-top: 26px;
    padding-bottom: 15px;
  }
}
body.page-template-landing-page-sports .hero {
  padding-bottom: 66px;
}
body.page-template-landing-page-sports .hero::after {
  aspect-ratio: 393/34;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #FFF;
  background-image: url("../images/div-bottom-white-0.svg");
  background-size: cover;
}
@media (min-width: 576px) {
  body.page-template-landing-page-sports .hero {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports .hero {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  body.page-template-landing-page-sports .hero::after {
    aspect-ratio: 1920/178;
    background-image: url("../images/div-bottom-white-yellow-0.svg");
  }
}
@media (min-width: 992px) {
  body.page-template-landing-page-sports .hero {
    padding-top: 160px;
    padding-bottom: 240px;
  }
}
@media (min-width: 1660px) {
  body.page-template-landing-page-sports .hero {
    padding-top: 178px;
    padding-bottom: 312px;
  }
}
body.page-template-landing-page-sports .hero .section-bg-overlay {
  aspect-ratio: 1920/873;
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports .hero .section-bg-overlay {
    position: absolute;
  }
}
body.page-template-landing-page-sports .hero .section-bg-overlay::after {
  aspect-ratio: 1920/178;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #343434;
  background-image: url("../images/div-bottom-charcoal-yellow-0.svg");
  background-size: cover;
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports .hero .section-bg-overlay::after {
    display: none;
  }
}
body.page-template-landing-page-sports .hero .section-bg-overlay .section-bg {
  background-image: var(--mobile-bg);
  background-color: #343434;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports .hero .section-bg-overlay .section-bg {
    background-image: var(--desktop-bg);
  }
}
body.page-template-landing-page-sports .hero .section-bg-overlay .section-overlay {
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-template-landing-page-sports .hero > .container {
  position: relative;
  z-index: 1;
}
body.page-template-landing-page-sports .hero > .container h2, body.page-template-landing-page-sports .hero > .container .h2 {
  margin-bottom: 5px;
}
body.page-template-landing-page-sports .hero > .container p {
  line-height: 1.34;
}
@media (min-width: 1660px) {
  body.page-template-landing-page-sports .hero > .container p {
    font-size: 24px;
    line-height: 1.4;
  }
}
body.page-template-landing-page-sports .hero__body {
  row-gap: 20px;
  column-gap: 200px;
  padding-top: 8px;
}
@media (min-width: 576px) {
  body.page-template-landing-page-sports .hero__body {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports .hero__body {
    padding-top: 0;
  }
}
body.page-template-landing-page-sports .hero__content {
  width: 1014px;
  max-width: 100%;
}
body.page-template-landing-page-sports #list-of-key-benefits,
body.page-template-landing-page-sports #list-of-great-features {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  body.page-template-landing-page-sports #list-of-key-benefits,
  body.page-template-landing-page-sports #list-of-great-features {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports #list-of-key-benefits,
  body.page-template-landing-page-sports #list-of-great-features {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  body.page-template-landing-page-sports #list-of-key-benefits,
  body.page-template-landing-page-sports #list-of-great-features {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-landing-page-sports #list-of-key-benefits,
  body.page-template-landing-page-sports #list-of-great-features {
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  body.page-template-landing-page-sports #list-of-key-benefits,
  body.page-template-landing-page-sports #list-of-great-features {
    margin-bottom: 40px;
  }
}
body.page-template-landing-page-sports #key-benefits {
  padding-top: 16px;
  padding-bottom: 29px;
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports #key-benefits {
    padding-top: 9px;
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  body.page-template-landing-page-sports #key-benefits {
    padding-bottom: 36px;
  }
}
body.page-template-landing-page-sports #be-mvp {
  padding-top: 48px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  body.page-template-landing-page-sports #be-mvp {
    padding-top: 72px;
    padding-bottom: 112px;
  }
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports #be-mvp {
    padding-top: 96px;
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  body.page-template-landing-page-sports #be-mvp {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) {
  body.page-template-landing-page-sports #be-mvp {
    padding-top: 156px;
    padding-bottom: 240px;
  }
}
@media (min-width: 1400px) {
  body.page-template-landing-page-sports #be-mvp {
    padding-top: 192px;
    padding-bottom: 300px;
  }
}
@media (min-width: 1660px) {
  body.page-template-landing-page-sports #be-mvp {
    padding-top: 228px;
    padding-bottom: 360px;
  }
}
@media (min-width: 1800px) {
  body.page-template-landing-page-sports #be-mvp {
    padding-top: 234px;
    padding-bottom: 365px;
  }
}
body.page-template-landing-page-sports #be-mvp::before {
  aspect-ratio: 1920/181;
  width: 100%;
  height: auto;
  top: -1px;
  bottom: auto;
  border-top: 1px solid #FFF;
  background-image: url("../images/div-top-white-yellow-1.svg");
  z-index: 1;
}
body.page-template-landing-page-sports #be-mvp::after {
  aspect-ratio: 1920/181;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #FFF;
  background-image: url("../images/div-bottom-white-yellow-1.svg");
}
body.page-template-landing-page-sports #be-mvp .section-bg {
  background-image: var(--mobile-bg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports #be-mvp .section-bg {
    background-image: var(--desktop-bg);
  }
}
body.page-template-landing-page-sports #be-mvp .section-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-template-landing-page-sports #be-mvp > .container {
  position: relative;
  z-index: 1;
}
body.page-template-landing-page-sports #be-mvp > .container h2, body.page-template-landing-page-sports #be-mvp > .container .h2 {
  margin-bottom: 5px;
}
body.page-template-landing-page-sports #be-mvp > .container p {
  width: 756px;
  max-width: 100%;
}
body.page-template-landing-page-sports #great-features {
  padding-top: 12px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports #great-features {
    padding-top: 0;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  body.page-template-landing-page-sports #great-features {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.page-template-landing-page-sports #great-features {
    padding-bottom: 90px;
  }
}
body.page-template-landing-page-sports #quote {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  body.page-template-landing-page-sports #quote {
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  body.page-template-landing-page-sports #quote {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.page-template-landing-page-sports #quote {
    padding-bottom: 90px;
  }
}

/**
 * Bus Company styles
 *
 * @package IMG
 */
body.page-template-archive-bus-company #main-body-container {
  padding-bottom: 75px;
}
body.page-template-archive-bus-company #az-filter-container {
  padding-top: 75px;
}
body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group {
  gap: 5px;
}
body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .btn, body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .wp-block-buttons .wp-block-button .wp-element-button, .wp-block-buttons .wp-block-button body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .wp-element-button {
  border-radius: 0;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .btn:hover, body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .wp-block-buttons .wp-block-button .wp-element-button:hover, .wp-block-buttons .wp-block-button body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .wp-element-button:hover, body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .btn.active, body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .wp-block-buttons .wp-block-button .active.wp-element-button, .wp-block-buttons .wp-block-button body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .active.wp-element-button {
  background-color: #FFCF01;
  color: #343434;
}
body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .btn[disabled], body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group .wp-block-buttons .wp-block-button [disabled].wp-element-button, .wp-block-buttons .wp-block-button body.page-template-archive-bus-company #az-filter-container .btn-toolbar .btn-group [disabled].wp-element-button {
  background-color: #E8E8E8;
  color: #969696;
}
body.page-template-archive-bus-company #content-area {
  padding-top: 40px;
  padding-bottom: 40px;
}
body.page-template-archive-bus-company #content-area h2, body.page-template-archive-bus-company #content-area .h2 {
  margin-bottom: 10px;
}
body.page-template-archive-bus-company #content-area p {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}
body.page-template-archive-bus-company #bus-companies-container .d-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  body.page-template-archive-bus-company #bus-companies-container .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  body.page-template-archive-bus-company #bus-companies-container .d-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1660px) {
  body.page-template-archive-bus-company #bus-companies-container .d-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
body.page-template-archive-bus-company #bus-companies-container .bus-company:hover .card-body::before {
  width: 100%;
}
body.page-template-archive-bus-company #bus-companies-container .bus-company .card-img-top {
  aspect-ratio: 400/206;
  object-position: center;
}
body.page-template-archive-bus-company #bus-companies-container .bus-company .card-img-top.default-bus-company-img {
  opacity: 0.6;
  object-position: right center;
}
body.page-template-archive-bus-company #bus-companies-container .bus-company .card-body::before {
  width: 0;
  height: 8px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
body.page-template-archive-bus-company #bus-companies-container .bus-company .card-title {
  font-size: 24px;
  margin-bottom: 15px;
}
body.page-template-archive-bus-company #bus-companies-container .bus-company address {
  font-size: 18px;
  margin-bottom: 15px;
}
body.page-template-archive-bus-company #bus-companies-container .bus-company address::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='19' viewBox='0 0 14 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.90625 17.8281C4.07812 15.543 0 10.0938 0 7C0 3.27344 2.98828 0.25 6.75 0.25C10.4766 0.25 13.5 3.27344 13.5 7C13.5 10.0938 9.38672 15.543 7.55859 17.8281C7.13672 18.3555 6.32812 18.3555 5.90625 17.8281ZM6.75 9.25C7.98047 9.25 9 8.26562 9 7C9 5.76953 7.98047 4.75 6.75 4.75C5.48438 4.75 4.5 5.76953 4.5 7C4.5 8.26562 5.48438 9.25 6.75 9.25Z' fill='%23FFCF01'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
body.page-template-archive-bus-company #bus-companies-container .bus-company .phone {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}
body.page-template-archive-bus-company #bus-companies-container .bus-company .phone::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9648 13.8555L17.1211 17.4062C17.0156 17.9336 16.5938 18.2852 16.0664 18.2852C7.20703 18.25 0 11.043 0 2.18359C0 1.65625 0.316406 1.23438 0.84375 1.12891L4.39453 0.285156C4.88672 0.179688 5.41406 0.460938 5.625 0.917969L7.27734 4.75C7.45312 5.20703 7.34766 5.73438 6.96094 6.01562L5.0625 7.5625C6.25781 9.98828 8.22656 11.957 10.6875 13.1523L12.2344 11.2539C12.5156 10.9023 13.043 10.7617 13.5 10.9375L17.332 12.5898C17.7891 12.8359 18.0703 13.3633 17.9648 13.8555Z' fill='%23FFCF01'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
body.page-template-archive-bus-company #bus-companies-container .bus-company .services-offered ul li {
  font-size: 18px;
  margin-bottom: 0;
}
body.page-template-archive-bus-company #pagination {
  padding-top: 40px;
}
body.page-template-archive-bus-company #pagination .pagination {
  gap: 2px;
}
body.page-template-archive-bus-company #pagination .pagination .page-item {
  background-color: #343434;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
body.page-template-archive-bus-company #pagination .pagination .page-item:hover {
  background-color: #FFCF01;
}
body.page-template-archive-bus-company #pagination .pagination .page-item:hover .page-link {
  color: #343434;
}
body.page-template-archive-bus-company #pagination .pagination .page-item .page-link {
  width: 35px;
  height: 35px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
body.page-template-archive-bus-company #pagination .pagination .page-item.first-page {
  border-radius: 8px 0px 0px 8px;
}
body.page-template-archive-bus-company #pagination .pagination .page-item.first-page .page-link {
  width: 46px;
  height: 35px;
}
body.page-template-archive-bus-company #pagination .pagination .page-item.last-page {
  border-radius: 0px 8px 8px 0px;
}
body.page-template-archive-bus-company #pagination .pagination .page-item.last-page .page-link {
  width: 46px;
  height: 35px;
}
body.page-template-archive-bus-company #pagination .pagination .page-item.first-page:not(.disabled) svg path, body.page-template-archive-bus-company #pagination .pagination .page-item.previous-page:not(.disabled) svg path, body.page-template-archive-bus-company #pagination .pagination .page-item.next-page:not(.disabled) svg path, body.page-template-archive-bus-company #pagination .pagination .page-item.last-page:not(.disabled) svg path {
  fill: #FFFFFF;
}
body.page-template-archive-bus-company #pagination .pagination .page-item.first-page:not(.disabled):hover svg path, body.page-template-archive-bus-company #pagination .pagination .page-item.previous-page:not(.disabled):hover svg path, body.page-template-archive-bus-company #pagination .pagination .page-item.next-page:not(.disabled):hover svg path, body.page-template-archive-bus-company #pagination .pagination .page-item.last-page:not(.disabled):hover svg path {
  fill: #343434;
}
body.page-template-archive-bus-company #pagination .pagination .page-item.disabled {
  background-color: #E8E8E8;
  pointer-events: none;
}
body.page-template-archive-bus-company #pagination .pagination .page-item.disabled .page-link svg path {
  fill: #969696;
}
body.page-template-archive-bus-company #pagination .pagination .page-item.active {
  background-color: #FFCF01;
  pointer-events: none;
}
body.page-template-archive-bus-company #pagination .pagination .page-item.active .page-link {
  color: #343434;
}

body.page-template-archive-bus-type #main-body-container {
  padding-bottom: 75px;
}

.bus-type-hero {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 576px) {
  .bus-type-hero {
    padding-top: 142px;
    padding-bottom: 146px;
  }
}
@media (min-width: 768px) {
  .bus-type-hero {
    padding-top: 165px;
    padding-bottom: 172px;
  }
}
@media (min-width: 992px) {
  .bus-type-hero {
    padding-top: 187px;
    padding-bottom: 198px;
  }
}
@media (min-width: 1200px) {
  .bus-type-hero {
    padding-top: 210px;
    padding-bottom: 224px;
  }
}
@media (min-width: 1400px) {
  .bus-type-hero {
    padding-top: 232px;
    padding-bottom: 250px;
  }
}
@media (min-width: 1660px) {
  .bus-type-hero {
    padding-top: 254px;
    padding-bottom: 283px;
  }
}
@media (min-width: 1800px) {
  .bus-type-hero {
    padding-top: 275px;
    padding-bottom: 316px;
  }
}
.bus-type-hero::after {
  aspect-ratio: 1920/178;
  background-image: url(../images/div-bottom-white-yellow-0.svg);
  transform: scaleX(-1);
  width: 100%;
  height: auto;
  top: auto;
  bottom: 0;
  border-bottom: 1px solid #FFF;
  background-size: cover;
}
.bus-type-hero .section-bg-overlay {
  aspect-ratio: 1920/873;
}
.bus-type-hero .section-bg-overlay .section-bg {
  background-color: #343434;
  background-position: center center;
  background-size: cover;
}
.bus-type-hero .section-bg-overlay .section-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.bus-type-hero__content {
  position: relative;
  z-index: 1;
}
.bus-type-hero__content h1, .bus-type-hero__content .h1 {
  width: fit-content;
}
@media (min-width: 768px) {
  .bus-type-hero__content h1::after, .bus-type-hero__content .h1::after {
    margin-right: -100px;
  }
}
.bus-type-hero__capacity {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .bus-type-hero__capacity {
    font-size: 28px;
  }
}

.back-link {
  color: #343434;
  gap: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: all 0.3s ease;
  width: fit-content;
}
.back-link::before {
  display: block;
  width: 18px;
  height: 18px;
  position: static;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 14C8.06641 14 8.34766 13.8945 8.55859 13.6836C9.01562 13.2617 9.01562 12.5234 8.55859 12.1016L3.74219 7.25L8.55859 2.43359C9.01562 2.01172 9.01562 1.27344 8.55859 0.851562C8.13672 0.394531 7.39844 0.394531 6.97656 0.851562L1.35156 6.47656C0.894531 6.89844 0.894531 7.63672 1.35156 8.05859L6.97656 13.6836C7.1875 13.8945 7.46875 14 7.75 14Z' fill='%23FFB71B'/%3E%3C/svg%3E%0A");
  background-position: center;
  transition: all 0.3s ease;
}
.back-link:hover {
  color: #FFB71B;
}
.back-link:hover::before {
  transform: translateX(-7px);
}

.bus-type-intro {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .bus-type-intro {
    padding-bottom: 47px;
  }
}
@media (min-width: 768px) {
  .bus-type-intro {
    padding-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .bus-type-intro {
    padding-bottom: 83px;
  }
}
.bus-type-intro .d-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  .bus-type-intro .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (min-width: 1400px) {
  .bus-type-intro .d-grid {
    gap: 100px;
  }
}
.bus-type-intro__content {
  gap: 30px;
}
.bus-type-intro__heading p {
  font-size: 24px !important;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 576px) {
  .bus-type-intro__heading p {
    font-size: 27px !important;
  }
}
@media (min-width: 768px) {
  .bus-type-intro__heading p {
    font-size: 30px !important;
  }
}
@media (min-width: 992px) {
  .bus-type-intro__heading p {
    font-size: 33px !important;
  }
}
@media (min-width: 1200px) {
  .bus-type-intro__heading p {
    font-size: 36px !important;
  }
}
.bus-type-intro__image {
  border-radius: 20px;
  overflow: hidden;
}

.bus-type-amenities {
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .bus-type-amenities {
    padding-top: 114px;
    padding-bottom: 114px;
  }
}
.bus-type-amenities::before {
  aspect-ratio: 1920/170;
  background-image: url("../images/div-top-white-wave.svg");
}
.bus-type-amenities .d-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  .bus-type-amenities .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (min-width: 1400px) {
  .bus-type-amenities .d-grid {
    gap: 100px;
  }
}
.bus-type-amenities__image {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .bus-type-amenities__image {
    margin-bottom: 0;
  }
}
.bus-type-amenities__image img {
  border-radius: 20px;
}
.bus-type-amenities__content h2, .bus-type-amenities__content .h2 {
  font-size: 32px;
}
@media (min-width: 576px) {
  .bus-type-amenities__content h2, .bus-type-amenities__content .h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .bus-type-amenities__content h2, .bus-type-amenities__content .h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .bus-type-amenities__content h2, .bus-type-amenities__content .h2 {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  .bus-type-amenities__content h2, .bus-type-amenities__content .h2 {
    font-size: 58px;
  }
}
@media (min-width: 1400px) {
  .bus-type-amenities__content h2, .bus-type-amenities__content .h2 {
    font-size: 64px;
  }
}
.bus-type-amenities__content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.bus-type-amenities__content ul li {
  margin-bottom: 0.75rem;
  font-size: 18px;
}
@media (min-width: 768px) {
  .bus-type-amenities__content ul li {
    font-size: 20px;
  }
}

.bus-type-gallery {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .bus-type-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .bus-type-gallery {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1660px) {
  .bus-type-gallery > .container {
    max-width: 1570px !important;
  }
}
.bus-type-gallery__heading {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 32px;
}
@media (min-width: 768px) {
  .bus-type-gallery__heading {
    font-size: 36px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .bus-type-gallery__heading {
    font-size: 40px;
  }
}
.bus-type-gallery__item {
  border-radius: 20px;
  overflow: hidden;
}
.bus-type-gallery .bus-type-gallery-swiper {
  overflow: hidden;
  padding-bottom: 20px;
}
.bus-type-gallery .bus-type-gallery-swiper .swiper-slide {
  height: auto;
}
.bus-type-gallery .bus-type-gallery-swiper-controls {
  position: relative;
  gap: 32px;
  padding-top: 20px;
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-prev,
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: all 0.3s ease;
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-prev::after,
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-next::after {
  content: "";
  transition: all 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 24px;
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-prev {
  order: 1;
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.96875 8.96875C0.359375 9.53125 0.359375 10.5156 0.96875 11.0781L8.46875 18.5781C9.03125 19.1875 10.0156 19.1875 10.5781 18.5781C11.1875 18.0156 11.1875 17.0312 10.5781 16.4688L4.15625 10L10.5781 3.57812C11.1875 3.01562 11.1875 2.03125 10.5781 1.46875C10.0156 0.859375 9.03125 0.859375 8.46875 1.46875L0.96875 8.96875Z' fill='%2341414C'/%3E%3C/svg%3E%0A");
  margin-left: -2px;
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-prev.swiper-button-disabled::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.96875 8.96875C0.359375 9.53125 0.359375 10.5156 0.96875 11.0781L8.46875 18.5781C9.03125 19.1875 10.0156 19.1875 10.5781 18.5781C11.1875 18.0156 11.1875 17.0312 10.5781 16.4688L4.15625 10L10.5781 3.57812C11.1875 3.01562 11.1875 2.03125 10.5781 1.46875C10.0156 0.859375 9.03125 0.859375 8.46875 1.46875L0.96875 8.96875Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-next {
  order: 3;
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0312 8.96875C11.6406 9.53125 11.6406 10.5156 11.0312 11.0781L3.53125 18.5781C2.96875 19.1875 1.98438 19.1875 1.42188 18.5781C0.8125 18.0156 0.8125 17.0312 1.42188 16.4688L7.84375 10L1.42188 3.57812C0.8125 3.01562 0.8125 2.03125 1.42188 1.46875C1.98438 0.859375 2.96875 0.859375 3.53125 1.46875L11.0312 8.96875Z' fill='%2341414C'/%3E%3C/svg%3E%0A");
  margin-left: 2px;
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-next.swiper-button-disabled::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0312 8.96875C11.6406 9.53125 11.6406 10.5156 11.0312 11.0781L3.53125 18.5781C2.96875 19.1875 1.98438 19.1875 1.42188 18.5781C0.8125 18.0156 0.8125 17.0312 1.42188 16.4688L7.84375 10L1.42188 3.57812C0.8125 3.01562 0.8125 2.03125 1.42188 1.46875C1.98438 0.859375 2.96875 0.859375 3.53125 1.46875L11.0312 8.96875Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-pagination {
  order: 2;
  width: fit-content;
  gap: 10px;
  position: static;
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
}
.bus-type-gallery .bus-type-gallery-swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .bus-type-gallery .bus-type-gallery-swiper-controls .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #FFCF01;
}
@media screen and (min-width: 1660px) {
  .bus-type-gallery {
    overflow: visible;
    position: relative;
  }
  .bus-type-gallery .bus-type-gallery-swiper-controls {
    position: static;
  }
  .bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-next,
  .bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-90%);
    width: 80px;
    height: 80px;
  }
  .bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-next::after,
  .bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-prev::after {
    width: 20px;
    height: 32px;
  }
  .bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-next.swiper-button-disabled,
  .bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    width: 40px;
    height: 40px;
  }
  .bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-prev {
    left: -40px;
  }
  .bus-type-gallery .bus-type-gallery-swiper-controls .swiper-button-next {
    right: -40px;
  }
}

/**
 * Single Bus Company styles
 *
 * @package IMG
 */
body.single-bus-company #az-filter-container {
  padding-top: 75px;
}
body.single-bus-company #az-filter-container .btn-toolbar .btn-group {
  gap: 5px;
}
body.single-bus-company #az-filter-container .btn-toolbar .btn-group .btn, body.single-bus-company #az-filter-container .btn-toolbar .btn-group .wp-block-buttons .wp-block-button .wp-element-button, .wp-block-buttons .wp-block-button body.single-bus-company #az-filter-container .btn-toolbar .btn-group .wp-element-button {
  border-radius: 0;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  text-decoration: none;
}
body.single-bus-company #az-filter-container .btn-toolbar .btn-group .btn:hover, body.single-bus-company #az-filter-container .btn-toolbar .btn-group .wp-block-buttons .wp-block-button .wp-element-button:hover, .wp-block-buttons .wp-block-button body.single-bus-company #az-filter-container .btn-toolbar .btn-group .wp-element-button:hover, body.single-bus-company #az-filter-container .btn-toolbar .btn-group .btn.active, body.single-bus-company #az-filter-container .btn-toolbar .btn-group .wp-block-buttons .wp-block-button .active.wp-element-button, .wp-block-buttons .wp-block-button body.single-bus-company #az-filter-container .btn-toolbar .btn-group .active.wp-element-button {
  background-color: #FFCF01;
  color: #343434;
}
body.single-bus-company #az-filter-container .btn-toolbar .btn-group .btn[disabled], body.single-bus-company #az-filter-container .btn-toolbar .btn-group .wp-block-buttons .wp-block-button [disabled].wp-element-button, .wp-block-buttons .wp-block-button body.single-bus-company #az-filter-container .btn-toolbar .btn-group [disabled].wp-element-button {
  background-color: #E8E8E8;
  color: #969696;
}
body.single-bus-company .bus-company-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
body.single-bus-company .bus-company-main .col-12 {
  grid-template-columns: 1fr;
  row-gap: 30px;
  column-gap: 100px;
}
@media (min-width: 992px) {
  body.single-bus-company .bus-company-main .col-12 {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.single-bus-company .bus-company-details {
  padding-top: 30px;
}
@media (min-width: 768px) {
  body.single-bus-company .bus-company-details {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  body.single-bus-company .bus-company-details {
    padding-top: 50px;
  }
}
body.single-bus-company .bus-company-details .detail-row:last-child {
  margin-bottom: 0;
}
body.single-bus-company .bus-company-details .detail-row strong {
  color: #343434;
}
body.single-bus-company .bus-company-details .detail-row .detail-link {
  color: #343434;
  text-decoration: underline;
  transition: all 0.3s ease;
}
body.single-bus-company .bus-company-details .detail-row .detail-link:hover {
  color: #FFB71B;
}
body.single-bus-company .bus-company-details .social-media-links {
  margin-top: 8px;
  gap: 20px;
}
body.single-bus-company .bus-company-details .social-media-links .social-link svg path {
  transition: all 0.3s ease;
}
body.single-bus-company .bus-company-details .social-media-links .social-link:hover svg path {
  fill: #FFB71B;
}
body.single-bus-company .bus-company-sidebar {
  position: sticky;
  top: 20px;
}
body.single-bus-company .bus-company-sidebar .bus-company-featured-image {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
body.single-bus-company .bus-company-sidebar .bus-company-featured-image img {
  width: 100%;
  height: auto;
}
body.single-bus-company .bus-company-sidebar .bus-company-quote {
  margin-bottom: 30px;
}
body.single-bus-company .bus-company-sidebar .bus-company-quote .btn, body.single-bus-company .bus-company-sidebar .bus-company-quote .wp-block-buttons .wp-block-button .wp-element-button, .wp-block-buttons .wp-block-button body.single-bus-company .bus-company-sidebar .bus-company-quote .wp-element-button {
  font-size: 20px;
  padding: 15px 30px;
}
body.single-bus-company .bus-company-info-panels {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  body.single-bus-company .bus-company-info-panels {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
body.single-bus-company .bus-company-info-panels .info-panel {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  body.single-bus-company .bus-company-info-panels .info-panel {
    margin-bottom: 0;
  }
}
body.single-bus-company .bus-company-info-panels .info-panel__header {
  padding: 20px 30px;
}
body.single-bus-company .bus-company-info-panels .info-panel__title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #343434;
}
@media (min-width: 992px) {
  body.single-bus-company .bus-company-info-panels .info-panel__title {
    font-size: 28px;
  }
}
body.single-bus-company .bus-company-info-panels .info-panel__content {
  flex: 1;
  padding: 30px;
}
body.single-bus-company .bus-company-info-panels .info-panel-list__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
body.single-bus-company .bus-company-info-panels .info-panel-list__item:not(:last-child) {
  margin-bottom: 20px;
}
body.single-bus-company .bus-company-info-panels .info-panel-list__indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
body.single-bus-company .bus-company-info-panels .info-panel-list__text {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  body.single-bus-company .bus-company-info-panels .info-panel-list__text {
    font-size: 20px;
  }
}
body.single-bus-company .bus-company-info-panels .info-panel-list__link {
  gap: 15px;
  color: #343434;
  transition: all 0.3s ease;
  flex-grow: 1;
}
body.single-bus-company .bus-company-info-panels .info-panel-list__link::after {
  display: block;
  width: 22px;
  height: 20px;
  position: static;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.85938 7.64062C9.36719 8.10938 9.36719 8.92969 8.85938 9.39844L2.60938 15.6484C2.14062 16.1562 1.32031 16.1562 0.851562 15.6484C0.34375 15.1797 0.34375 14.3594 0.851562 13.8906L6.20312 8.5L0.851562 3.14844C0.34375 2.67969 0.34375 1.85938 0.851562 1.39062C1.32031 0.882812 2.14062 0.882812 2.60938 1.39062L8.85938 7.64062Z' fill='%23343434'/%3E%3C/svg%3E%0A");
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
  margin-left: auto;
}
body.single-bus-company .bus-company-info-panels .info-panel-list__link:hover {
  color: #343434;
  font-weight: 700;
}
body.single-bus-company .bus-company-info-panels .info-panel-list__link:hover::after {
  opacity: 1;
  transform: translateX(5px);
}
body.single-bus-company .bus-company-info-panels .info-panel-list__link:hover .info-panel-list__indicator {
  background-color: #343434;
}
body.single-bus-company .bus-company-yellow-section {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #FFCF01;
  overflow: hidden;
  margin-top: 40px;
}
@media (min-width: 576px) {
  body.single-bus-company .bus-company-yellow-section {
    padding-top: 51px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  body.single-bus-company .bus-company-yellow-section {
    padding-top: 83px;
    padding-bottom: 89px;
  }
}
@media (min-width: 992px) {
  body.single-bus-company .bus-company-yellow-section {
    padding-top: 114px;
    padding-bottom: 114px;
  }
}
body.single-bus-company .bus-company-yellow-section::before {
  aspect-ratio: 1920/170;
  background-image: url("../images/div-top-white-wave.svg");
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  content: "";
  z-index: 0;
}
body.single-bus-company .bus-company-yellow-section .bus-company-yellow-section-rows {
  gap: 60px;
}
@media (min-width: 576px) {
  body.single-bus-company .bus-company-yellow-section .bus-company-yellow-section-rows {
    gap: 73px;
  }
}
@media (min-width: 768px) {
  body.single-bus-company .bus-company-yellow-section .bus-company-yellow-section-rows {
    gap: 87px;
  }
}
@media (min-width: 992px) {
  body.single-bus-company .bus-company-yellow-section .bus-company-yellow-section-rows {
    gap: 100px;
  }
}
@media (min-width: 1200px) {
  body.single-bus-company .bus-company-yellow-section .bus-company-yellow-section-rows {
    gap: 120px;
  }
}
@media (min-width: 1400px) {
  body.single-bus-company .bus-company-yellow-section .bus-company-yellow-section-rows {
    gap: 140px;
  }
}
body.single-bus-company .bus-company-yellow-section .d-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  body.single-bus-company .bus-company-yellow-section .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (min-width: 1400px) {
  body.single-bus-company .bus-company-yellow-section .d-grid {
    gap: 100px;
  }
}
body.single-bus-company .bus-company-yellow-section__image {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  body.single-bus-company .bus-company-yellow-section__image {
    margin-bottom: 0;
  }
}
body.single-bus-company .bus-company-yellow-section__image img {
  border-radius: 20px;
}
body.single-bus-company .bus-company-yellow-section__content h2, body.single-bus-company .bus-company-yellow-section__content .h2 {
  font-size: 32px;
}
@media (min-width: 576px) {
  body.single-bus-company .bus-company-yellow-section__content h2, body.single-bus-company .bus-company-yellow-section__content .h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  body.single-bus-company .bus-company-yellow-section__content h2, body.single-bus-company .bus-company-yellow-section__content .h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  body.single-bus-company .bus-company-yellow-section__content h2, body.single-bus-company .bus-company-yellow-section__content .h2 {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  body.single-bus-company .bus-company-yellow-section__content h2, body.single-bus-company .bus-company-yellow-section__content .h2 {
    font-size: 58px;
  }
}
@media (min-width: 1400px) {
  body.single-bus-company .bus-company-yellow-section__content h2, body.single-bus-company .bus-company-yellow-section__content .h2 {
    font-size: 64px;
  }
}
body.single-bus-company .bus-company-yellow-section__content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
body.single-bus-company .bus-company-yellow-section__content ul li {
  margin-bottom: 0.75rem;
  font-size: 18px;
}
@media (min-width: 768px) {
  body.single-bus-company .bus-company-yellow-section__content ul li {
    font-size: 20px;
  }
}
body.single-bus-company .bus-company-yellow-section__content a:not(.btn) {
  color: #343434;
  transition: all 0.3s ease;
}
body.single-bus-company .bus-company-yellow-section__content a:not(.btn):hover {
  color: #000;
}
body.single-bus-company .additional-locations-section {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  body.single-bus-company .additional-locations-section {
    padding-bottom: 70px;
  }
}
body.single-bus-company .additional-locations-section .additional-locations__heading {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  body.single-bus-company .additional-locations-section .additional-locations__heading {
    margin-bottom: 40px;
  }
}
body.single-bus-company .additional-locations-section .additional-locations-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  body.single-bus-company .additional-locations-section .additional-locations-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 992px) {
  body.single-bus-company .additional-locations-section .additional-locations-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
}
@media (min-width: 1200px) {
  body.single-bus-company .additional-locations-section .additional-locations-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
body.single-bus-company .additional-locations-section .location-card {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
  padding: 25px 35px;
}
body.single-bus-company .additional-locations-section .location-card__title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}
@media (min-width: 992px) {
  body.single-bus-company .additional-locations-section .location-card__title {
    font-size: 24px;
  }
}
body.single-bus-company .additional-locations-section .location-card__divider {
  margin-top: 7px;
  margin-bottom: 7px;
}
body.single-bus-company .additional-locations-section .location-card__address {
  margin: 0;
}
body.single-bus-company .additional-locations-section .location-card__address, body.single-bus-company .additional-locations-section .location-card__phone {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (min-width: 992px) {
  body.single-bus-company .additional-locations-section .location-card__address, body.single-bus-company .additional-locations-section .location-card__phone {
    font-size: 20px;
  }
}
body.single-bus-company .additional-locations-section .location-card__phone-link {
  color: #343434;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
body.single-bus-company .additional-locations-section .location-card__phone-link:hover {
  color: #343434;
  text-decoration-color: #343434;
}

/**
 * Subpage Template styles
 *
 * @package IMG
 */
body.page-template-subpage-template .hero.hero-w-bg {
  padding-top: 0;
  padding-bottom: 60px;
}
body.page-template-subpage-template .hero.hero-w-bg::after {
  aspect-ratio: 393/34;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #FFF;
  background-image: url("../images/div-bottom-white-0.svg");
  background-size: cover;
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  body.page-template-subpage-template .hero.hero-w-bg {
    padding-top: 120px;
    padding-bottom: 84px;
  }
  body.page-template-subpage-template .hero.hero-w-bg::after {
    aspect-ratio: 1920/178;
    background-image: url("../images/div-bottom-white-yellow-0.svg");
    transform: scaleX(-1);
  }
}
@media (min-width: 992px) {
  body.page-template-subpage-template .hero.hero-w-bg {
    padding-top: 135px;
    padding-bottom: 98px;
  }
}
@media (min-width: 1200px) {
  body.page-template-subpage-template .hero.hero-w-bg {
    padding-top: 150px;
    padding-bottom: 136px;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-template .hero.hero-w-bg {
    padding-top: 167px;
    padding-bottom: 175px;
  }
}
@media (min-width: 1660px) {
  body.page-template-subpage-template .hero.hero-w-bg {
    padding-top: 175px;
    padding-bottom: 201px;
  }
}
@media (min-width: 1800px) {
  body.page-template-subpage-template .hero.hero-w-bg {
    padding-top: 184px;
    padding-bottom: 227px;
  }
}
body.page-template-subpage-template .hero .section-bg-overlay {
  aspect-ratio: 1920/873;
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-subpage-template .hero .section-bg-overlay {
    position: absolute;
  }
}
body.page-template-subpage-template .hero .section-bg-overlay::after {
  aspect-ratio: 1920/178;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #343434;
  background-image: url("../images/div-bottom-charcoal-yellow-0.svg");
  background-size: cover;
  content: "";
  position: absolute;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  body.page-template-subpage-template .hero .section-bg-overlay::after {
    display: none;
  }
}
body.page-template-subpage-template .hero .section-bg-overlay .section-bg {
  background-color: #343434;
  background-position: center center;
  background-size: cover;
}
body.page-template-subpage-template .hero .section-bg-overlay .section-overlay {
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-template-subpage-template .hero > .container {
  position: relative;
  z-index: 1;
}
body.page-template-subpage-template .hero > .container h1, body.page-template-subpage-template .hero > .container .h1 {
  margin-bottom: 5px;
}
body.page-template-subpage-template .hero > .container p {
  line-height: 1.34;
}
@media (min-width: 1660px) {
  body.page-template-subpage-template .hero > .container p {
    font-size: 24px;
    line-height: 1.4;
  }
}
body.page-template-subpage-template .hero__body {
  row-gap: 20px;
  column-gap: 200px;
  padding-top: 10px;
}
@media (min-width: 576px) {
  body.page-template-subpage-template .hero__body {
    padding-top: 32px;
    row-gap: 30px;
  }
}
@media (min-width: 768px) {
  body.page-template-subpage-template .hero__body {
    padding-top: 0;
    row-gap: 40px;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-template .hero__content {
    width: 50%;
    max-width: 100%;
  }
}
body.page-template-subpage-template .subpage-main-content {
  padding-top: 30px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  body.page-template-subpage-template .subpage-main-content {
    padding-top: 42px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  body.page-template-subpage-template .subpage-main-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.page-template-subpage-template .subpage-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  body.page-template-subpage-template .subpage-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-template .subpage-grid {
    gap: 100px;
  }
}
body.page-template-subpage-template .subpage-content {
  order: 2;
}
@media (min-width: 992px) {
  body.page-template-subpage-template .subpage-content {
    order: 1;
    grid-column: 1;
    grid-row: 1/-1;
  }
}
body.page-template-subpage-template .subpage-featured-image {
  order: 1;
}
@media (min-width: 992px) {
  body.page-template-subpage-template .subpage-featured-image {
    order: 2;
    grid-column: 2;
    grid-row: 1;
  }
}
body.page-template-subpage-template .subpage-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  order: 3;
}
@media (min-width: 992px) {
  body.page-template-subpage-template .subpage-sidebar {
    grid-column: 2;
    grid-row: 2;
    gap: 60px;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-template .subpage-sidebar {
    gap: 100px;
  }
}
body.page-template-subpage-template .subpage-featured-image {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
body.page-template-subpage-template .subpage-pull-quote {
  align-self: center;
}
body.page-template-subpage-template .subpage-pull-quote blockquote {
  color: #343434;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-subpage-template .subpage-pull-quote blockquote {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  body.page-template-subpage-template .subpage-pull-quote blockquote {
    font-size: 64px;
    line-height: 88px;
  }
}
body.page-template-subpage-template .subpage-pull-quote blockquote::before, body.page-template-subpage-template .subpage-pull-quote blockquote::after {
  color: inherit;
  font-size: inherit;
}
body.page-template-subpage-template .subpage-pull-quote blockquote::before {
  content: "“";
}
body.page-template-subpage-template .subpage-pull-quote blockquote::after {
  content: "”";
}
body.page-template-subpage-template .subpage-button {
  align-self: center;
}
body.page-template-subpage-template .subpage-yellow-section {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #FFCF01;
  overflow: hidden;
}
@media (min-width: 576px) {
  body.page-template-subpage-template .subpage-yellow-section {
    padding-top: 51px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  body.page-template-subpage-template .subpage-yellow-section {
    padding-top: 83px;
    padding-bottom: 89px;
  }
}
@media (min-width: 992px) {
  body.page-template-subpage-template .subpage-yellow-section {
    padding-top: 114px;
    padding-bottom: 114px;
  }
}
body.page-template-subpage-template .subpage-yellow-section::before {
  aspect-ratio: 1920/170;
  background-image: url("../images/div-top-white-wave.svg");
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  content: "";
  z-index: 0;
}
body.page-template-subpage-template .subpage-yellow-section .d-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
body.page-template-subpage-template .subpage-yellow-section .d-grid.d-grid--no-image {
  padding-top: 60px;
}
@media (min-width: 992px) {
  body.page-template-subpage-template .subpage-yellow-section .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  body.page-template-subpage-template .subpage-yellow-section .d-grid.d-grid--no-image {
    grid-template-columns: 1fr;
    padding-top: calc(60px + 2vw);
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-template .subpage-yellow-section .d-grid {
    gap: 100px;
  }
}
@media screen and (min-width: 1920px) {
  body.page-template-subpage-template .subpage-yellow-section .d-grid.d-grid--no-image {
    grid-template-columns: 1fr;
    padding-top: calc(60px + 4vw);
  }
}
body.page-template-subpage-template .subpage-yellow-section__image {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  body.page-template-subpage-template .subpage-yellow-section__image {
    margin-bottom: 0;
  }
}
body.page-template-subpage-template .subpage-yellow-section__image img {
  border-radius: 20px;
}
body.page-template-subpage-template .subpage-yellow-section__content a:not(.btn) {
  color: #343434;
  transition: all 0.3s ease;
}
body.page-template-subpage-template .subpage-yellow-section__content a:not(.btn):hover {
  color: #000;
}
body.page-template-subpage-template .subpage-yellow-section__content h2, body.page-template-subpage-template .subpage-yellow-section__content .h2 {
  font-size: 32px;
}
@media (min-width: 576px) {
  body.page-template-subpage-template .subpage-yellow-section__content h2, body.page-template-subpage-template .subpage-yellow-section__content .h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  body.page-template-subpage-template .subpage-yellow-section__content h2, body.page-template-subpage-template .subpage-yellow-section__content .h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  body.page-template-subpage-template .subpage-yellow-section__content h2, body.page-template-subpage-template .subpage-yellow-section__content .h2 {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  body.page-template-subpage-template .subpage-yellow-section__content h2, body.page-template-subpage-template .subpage-yellow-section__content .h2 {
    font-size: 58px;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-template .subpage-yellow-section__content h2, body.page-template-subpage-template .subpage-yellow-section__content .h2 {
    font-size: 64px;
  }
}
body.page-template-subpage-template .subpage-yellow-section__content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
body.page-template-subpage-template .subpage-yellow-section__content ul li {
  margin-bottom: 0.75rem;
  font-size: 18px;
}
@media (min-width: 768px) {
  body.page-template-subpage-template .subpage-yellow-section__content ul li {
    font-size: 20px;
  }
}
body.page-template-subpage-template .subpage-cta-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  body.page-template-subpage-template .subpage-cta-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media (min-width: 768px) {
  body.page-template-subpage-template .subpage-cta-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media (min-width: 992px) {
  body.page-template-subpage-template .subpage-cta-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
@media (min-width: 1200px) {
  body.page-template-subpage-template .subpage-cta-section {
    padding-top: 83px;
    padding-bottom: 83px;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-template .subpage-cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.page-template-subpage-template .subpage-cta-section__content-wrap {
  gap: 30px;
}

/**
 * Subpage Template styles
 *
 * @package IMG
 */
body.page-template-subpage-fullwidth-template .hero.hero-w-bg {
  padding-top: 0;
  padding-bottom: 60px;
}
body.page-template-subpage-fullwidth-template .hero.hero-w-bg::after {
  aspect-ratio: 393/34;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #FFF;
  background-image: url("../images/div-bottom-white-0.svg");
  background-size: cover;
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg {
    padding-top: 120px;
    padding-bottom: 84px;
  }
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg::after {
    aspect-ratio: 1920/178;
    background-image: url("../images/div-bottom-white-yellow-0.svg");
  }
}
@media (min-width: 992px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg {
    padding-top: 135px;
    padding-bottom: 98px;
  }
}
@media (min-width: 1200px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg {
    padding-top: 150px;
    padding-bottom: 136px;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg {
    padding-top: 167px;
    padding-bottom: 175px;
  }
}
@media (min-width: 1660px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg {
    padding-top: 175px;
    padding-bottom: 201px;
  }
}
@media (min-width: 1800px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg {
    padding-top: 184px;
    padding-bottom: 227px;
  }
}
body.page-template-subpage-fullwidth-template .hero.hero-w-bg .section-bg-overlay {
  aspect-ratio: 1920/873;
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg .section-bg-overlay {
    position: absolute;
  }
}
body.page-template-subpage-fullwidth-template .hero.hero-w-bg .section-bg-overlay::after {
  aspect-ratio: 1920/178;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #343434;
  background-image: url("../images/div-bottom-charcoal-yellow-0.svg");
  background-size: cover;
  content: "";
  position: absolute;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg .section-bg-overlay::after {
    display: none;
  }
}
body.page-template-subpage-fullwidth-template .hero.hero-w-bg .section-bg-overlay .section-bg {
  background-color: #343434;
  background-position: center center;
  background-size: cover;
}
body.page-template-subpage-fullwidth-template .hero.hero-w-bg .section-bg-overlay .section-overlay {
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-template-subpage-fullwidth-template .hero.hero-w-bg > .container {
  position: relative;
  z-index: 1;
}
body.page-template-subpage-fullwidth-template .hero.hero-w-bg > .container h1, body.page-template-subpage-fullwidth-template .hero.hero-w-bg > .container .h1 {
  margin-bottom: 5px;
}
body.page-template-subpage-fullwidth-template .hero.hero-w-bg > .container p {
  line-height: 1.34;
}
@media (min-width: 1660px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg > .container p {
    font-size: 24px;
    line-height: 1.4;
  }
}
body.page-template-subpage-fullwidth-template .hero.hero-w-bg__body {
  row-gap: 20px;
  column-gap: 200px;
  padding-top: 10px;
}
@media (min-width: 576px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg__body {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg__body {
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-fullwidth-template .hero.hero-w-bg__content {
    width: 50%;
    max-width: 100%;
  }
}
body.page-template-subpage-fullwidth-template .subpage-main-content {
  padding-top: 30px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  body.page-template-subpage-fullwidth-template .subpage-main-content {
    padding-top: 42px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  body.page-template-subpage-fullwidth-template .subpage-main-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.page-template-subpage-fullwidth-template .subpage-content {
  grid-area: content;
}
body.page-template-subpage-fullwidth-template .subpage-yellow-section {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #FFCF01;
  overflow: hidden;
}
@media (min-width: 576px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section {
    padding-top: 51px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section {
    padding-top: 83px;
    padding-bottom: 89px;
  }
}
@media (min-width: 992px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section {
    padding-top: 114px;
    padding-bottom: 114px;
  }
}
body.page-template-subpage-fullwidth-template .subpage-yellow-section::before {
  aspect-ratio: 1920/170;
  background-image: url("../images/div-top-white-wave.svg");
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  content: "";
  z-index: 0;
}
body.page-template-subpage-fullwidth-template .subpage-yellow-section .d-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section .d-grid {
    gap: 100px;
  }
}
body.page-template-subpage-fullwidth-template .subpage-yellow-section__image {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section__image {
    margin-bottom: 0;
  }
}
body.page-template-subpage-fullwidth-template .subpage-yellow-section__image img {
  border-radius: 20px;
}
body.page-template-subpage-fullwidth-template .subpage-yellow-section__content a:not(.btn) {
  color: #343434;
  transition: all 0.3s ease;
}
body.page-template-subpage-fullwidth-template .subpage-yellow-section__content a:not(.btn):hover {
  color: #000;
}
body.page-template-subpage-fullwidth-template .subpage-yellow-section__content h2, body.page-template-subpage-fullwidth-template .subpage-yellow-section__content .h2 {
  font-size: 32px;
}
@media (min-width: 576px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section__content h2, body.page-template-subpage-fullwidth-template .subpage-yellow-section__content .h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section__content h2, body.page-template-subpage-fullwidth-template .subpage-yellow-section__content .h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section__content h2, body.page-template-subpage-fullwidth-template .subpage-yellow-section__content .h2 {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section__content h2, body.page-template-subpage-fullwidth-template .subpage-yellow-section__content .h2 {
    font-size: 58px;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section__content h2, body.page-template-subpage-fullwidth-template .subpage-yellow-section__content .h2 {
    font-size: 64px;
  }
}
body.page-template-subpage-fullwidth-template .subpage-yellow-section__content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
body.page-template-subpage-fullwidth-template .subpage-yellow-section__content ul li {
  margin-bottom: 0.75rem;
  font-size: 18px;
}
@media (min-width: 768px) {
  body.page-template-subpage-fullwidth-template .subpage-yellow-section__content ul li {
    font-size: 20px;
  }
}
body.page-template-subpage-fullwidth-template .subpage-cta-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  body.page-template-subpage-fullwidth-template .subpage-cta-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media (min-width: 768px) {
  body.page-template-subpage-fullwidth-template .subpage-cta-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media (min-width: 992px) {
  body.page-template-subpage-fullwidth-template .subpage-cta-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
@media (min-width: 1200px) {
  body.page-template-subpage-fullwidth-template .subpage-cta-section {
    padding-top: 83px;
    padding-bottom: 83px;
  }
}
@media (min-width: 1400px) {
  body.page-template-subpage-fullwidth-template .subpage-cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.page-template-subpage-fullwidth-template .subpage-cta-section__content-wrap {
  gap: 30px;
}

body.page-template-service-page-template header#masthead .navbar {
  padding-top: 15px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  body.page-template-service-page-template header#masthead .navbar {
    padding-top: 26px;
    padding-bottom: 15px;
  }
}
body.page-template-service-page-template .hero {
  padding-bottom: 66px;
  background-color: red;
}
body.page-template-service-page-template .hero::after {
  aspect-ratio: 393/34;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #FFF;
  background-image: url("../images/div-bottom-white-0.svg");
  background-size: cover;
  transform: scaleX(-1);
}
@media (min-width: 576px) {
  body.page-template-service-page-template .hero {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  body.page-template-service-page-template .hero {
    padding-top: 156px;
    padding-bottom: 140px;
  }
  body.page-template-service-page-template .hero::after {
    aspect-ratio: 1920/178;
    background-image: url("../images/div-bottom-white-yellow-0.svg");
  }
}
@media (min-width: 992px) {
  body.page-template-service-page-template .hero {
    padding-top: 184px;
    padding-bottom: 240px;
  }
}
@media (min-width: 1660px) {
  body.page-template-service-page-template .hero {
    padding-top: 233px;
    padding-bottom: 312px;
  }
}
body.page-template-service-page-template .hero .section-bg-overlay {
  aspect-ratio: 1920/873;
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-service-page-template .hero .section-bg-overlay {
    position: absolute;
  }
}
body.page-template-service-page-template .hero .section-bg-overlay::after {
  aspect-ratio: 1920/178;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #343434;
  background-image: url("../images/div-bottom-charcoal-yellow-0.svg");
  background-size: cover;
}
@media (min-width: 768px) {
  body.page-template-service-page-template .hero .section-bg-overlay::after {
    display: none;
  }
}
body.page-template-service-page-template .hero .section-bg-overlay .section-bg {
  background-image: var(--mobile-bg);
  background-color: #343434;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  body.page-template-service-page-template .hero .section-bg-overlay .section-bg {
    background-image: var(--desktop-bg);
  }
}
body.page-template-service-page-template .hero .section-bg-overlay .section-overlay {
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-template-service-page-template .hero > .container {
  position: relative;
  z-index: 1;
}
body.page-template-service-page-template .hero > .container h1:last-child, body.page-template-service-page-template .hero > .container .h1:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.page-template-service-page-template .hero > .container h1::after, body.page-template-service-page-template .hero > .container .h1::after {
    margin-right: -100px;
  }
}
@media (min-width: 992px) {
  body.page-template-service-page-template .hero > .container h1, body.page-template-service-page-template .hero > .container .h1 {
    width: 50%;
    max-width: 100%;
  }
}
body.page-template-service-page-template .hero > .container h2, body.page-template-service-page-template .hero > .container .h2 {
  margin-bottom: 5px;
}
body.page-template-service-page-template .hero > .container p {
  line-height: 1.34;
}
@media (min-width: 1660px) {
  body.page-template-service-page-template .hero > .container p {
    font-size: 24px;
    line-height: 1.4;
  }
}
body.page-template-service-page-template .hero__body {
  row-gap: 20px;
  column-gap: 200px;
  padding-top: 8px;
}
@media (min-width: 576px) {
  body.page-template-service-page-template .hero__body {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  body.page-template-service-page-template .hero__body {
    padding-top: 0;
  }
}
body.page-template-service-page-template .hero__content {
  width: 1014px;
  max-width: 100%;
}
body.page-template-service-page-template #list-of-key-benefits,
body.page-template-service-page-template #list-of-great-features {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  body.page-template-service-page-template #list-of-key-benefits,
  body.page-template-service-page-template #list-of-great-features {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  body.page-template-service-page-template #list-of-key-benefits,
  body.page-template-service-page-template #list-of-great-features {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  body.page-template-service-page-template #list-of-key-benefits,
  body.page-template-service-page-template #list-of-great-features {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-service-page-template #list-of-key-benefits,
  body.page-template-service-page-template #list-of-great-features {
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  body.page-template-service-page-template #list-of-key-benefits,
  body.page-template-service-page-template #list-of-great-features {
    margin-bottom: 40px;
  }
}
body.page-template-service-page-template .block-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  body.page-template-service-page-template .block-content {
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  body.page-template-service-page-template .block-content {
    padding-top: 86px;
  }
}
@media (min-width: 992px) {
  body.page-template-service-page-template .block-content {
    padding-top: 100px;
  }
}
body.page-template-service-page-template #key-benefits {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.page-template-service-page-template #be-mvp {
  padding-top: 48px;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  body.page-template-service-page-template #be-mvp {
    padding-top: 72px;
    padding-bottom: 112px;
  }
}
@media (min-width: 768px) {
  body.page-template-service-page-template #be-mvp {
    padding-top: 96px;
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  body.page-template-service-page-template #be-mvp {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) {
  body.page-template-service-page-template #be-mvp {
    padding-top: 156px;
    padding-bottom: 240px;
  }
}
@media (min-width: 1400px) {
  body.page-template-service-page-template #be-mvp {
    padding-top: 192px;
    padding-bottom: 300px;
  }
}
@media (min-width: 1660px) {
  body.page-template-service-page-template #be-mvp {
    padding-top: 228px;
    padding-bottom: 360px;
  }
}
@media (min-width: 1800px) {
  body.page-template-service-page-template #be-mvp {
    padding-top: 234px;
    padding-bottom: 365px;
  }
}
body.page-template-service-page-template #be-mvp::before {
  aspect-ratio: 1920/181;
  width: 100%;
  height: auto;
  top: -1px;
  bottom: auto;
  border-top: 1px solid #FFF;
  background-image: url("../images/div-top-white-yellow-1.svg");
  z-index: 1;
}
body.page-template-service-page-template #be-mvp::after {
  aspect-ratio: 1920/181;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #FFF;
  background-image: url("../images/div-bottom-white-yellow-1.svg");
}
body.page-template-service-page-template #be-mvp .section-bg {
  background-image: var(--mobile-bg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 768px) {
  body.page-template-service-page-template #be-mvp .section-bg {
    background-image: var(--desktop-bg);
  }
}
body.page-template-service-page-template #be-mvp .section-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-template-service-page-template #be-mvp > .container {
  position: relative;
  z-index: 1;
}
body.page-template-service-page-template #be-mvp > .container h2, body.page-template-service-page-template #be-mvp > .container .h2 {
  margin-bottom: 5px;
}
body.page-template-service-page-template #be-mvp > .container p {
  width: 756px;
  max-width: 100%;
}
body.page-template-service-page-template #great-features {
  padding-top: 12px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  body.page-template-service-page-template #great-features {
    padding-top: 0;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  body.page-template-service-page-template #great-features {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.page-template-service-page-template #great-features {
    padding-bottom: 90px;
  }
}

body.blog #primary > .container {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  body.blog #primary > .container {
    padding-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  body.blog #primary > .container {
    padding-bottom: 76px;
  }
}
body.blog .news-grid {
  grid-template-columns: 1fr;
  gap: 30px 18px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  body.blog .news-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 56px;
  }
}
@media (min-width: 1200px) {
  body.blog .news-grid {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 76px;
  }
}
body.blog .news-grid .card .card-img-top {
  aspect-ratio: 561/288;
}
body.blog .news-grid .card .card-body,
body.blog .news-grid .card .card-body .entry-header {
  gap: 20px;
}
@media (min-width: 768px) {
  body.blog .news-grid .card .card-body {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  body.blog .news-grid .card .card-body {
    padding: 40px;
  }
}
body.blog .news-grid .card .card-body::before {
  width: 0;
  height: 8px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
body.blog .news-grid .card:hover .card-body::before {
  width: 100%;
}
body.blog #pagination {
  padding-top: 40px;
}
body.blog #pagination .pagination {
  gap: 2px;
}
body.blog #pagination .pagination .page-item {
  background-color: #343434;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
body.blog #pagination .pagination .page-item:hover {
  background-color: #FFCF01;
}
body.blog #pagination .pagination .page-item:hover .page-link {
  color: #343434;
}
body.blog #pagination .pagination .page-item .page-link {
  width: 35px;
  height: 35px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
body.blog #pagination .pagination .page-item.first-page {
  border-radius: 8px 0px 0px 8px;
}
body.blog #pagination .pagination .page-item.first-page .page-link {
  width: 46px;
  height: 35px;
}
body.blog #pagination .pagination .page-item.last-page {
  border-radius: 0px 8px 8px 0px;
}
body.blog #pagination .pagination .page-item.last-page .page-link {
  width: 46px;
  height: 35px;
}
body.blog #pagination .pagination .page-item.first-page:not(.disabled) svg path, body.blog #pagination .pagination .page-item.previous-page:not(.disabled) svg path, body.blog #pagination .pagination .page-item.next-page:not(.disabled) svg path, body.blog #pagination .pagination .page-item.last-page:not(.disabled) svg path {
  fill: #FFFFFF;
}
body.blog #pagination .pagination .page-item.first-page:not(.disabled):hover svg path, body.blog #pagination .pagination .page-item.previous-page:not(.disabled):hover svg path, body.blog #pagination .pagination .page-item.next-page:not(.disabled):hover svg path, body.blog #pagination .pagination .page-item.last-page:not(.disabled):hover svg path {
  fill: #343434;
}
body.blog #pagination .pagination .page-item.disabled {
  background-color: #E8E8E8;
  pointer-events: none;
}
body.blog #pagination .pagination .page-item.disabled .page-link svg path {
  fill: #969696;
}
body.blog #pagination .pagination .page-item.active {
  background-color: #FFCF01;
  pointer-events: none;
}
body.blog #pagination .pagination .page-item.active .page-link {
  color: #343434;
}

/**
 * Single Post styles
 *
 * @package IMG
 */
body.single-post .single-post-hero {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 576px) {
  body.single-post .single-post-hero {
    padding-top: 142px;
    padding-bottom: 146px;
  }
}
@media (min-width: 768px) {
  body.single-post .single-post-hero {
    padding-top: 165px;
    padding-bottom: 172px;
  }
}
@media (min-width: 992px) {
  body.single-post .single-post-hero {
    padding-top: 187px;
    padding-bottom: 198px;
  }
}
@media (min-width: 1200px) {
  body.single-post .single-post-hero {
    padding-top: 210px;
    padding-bottom: 224px;
  }
}
@media (min-width: 1400px) {
  body.single-post .single-post-hero {
    padding-top: 232px;
    padding-bottom: 250px;
  }
}
@media (min-width: 1660px) {
  body.single-post .single-post-hero {
    padding-top: 254px;
    padding-bottom: 283px;
  }
}
@media (min-width: 1800px) {
  body.single-post .single-post-hero {
    padding-top: 275px;
    padding-bottom: 316px;
  }
}
body.single-post .single-post-hero::after {
  aspect-ratio: 1920/178;
  background-image: url(../images/div-bottom-white-yellow-0.svg);
  transform: scaleX(-1);
  width: 100%;
  height: auto;
  top: auto;
  bottom: 0;
  border-bottom: 1px solid #FFF;
  background-size: cover;
}
body.single-post .single-post-hero .section-bg-overlay {
  aspect-ratio: 1920/873;
}
body.single-post .single-post-hero .section-bg-overlay .section-bg {
  background-color: #343434;
  background-position: center center;
  background-size: cover;
}
body.single-post .single-post-hero .section-bg-overlay .section-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
body.single-post .single-post-hero__content {
  position: relative;
  z-index: 1;
}
body.single-post .single-post-hero__content span.h1 {
  display: block;
  width: fit-content;
}
@media (min-width: 768px) {
  body.single-post .single-post-hero__content span.h1::after {
    margin-right: -100px;
  }
}
body.single-post .back-link {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 36px;
}
body.single-post h1, body.single-post .h1,
body.single-post h2,
body.single-post .h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}
@media (min-width: 768px) {
  body.single-post h1, body.single-post .h1,
  body.single-post h2,
  body.single-post .h2 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (min-width: 992px) {
  body.single-post h1, body.single-post .h1,
  body.single-post h2,
  body.single-post .h2 {
    font-size: 64px;
    line-height: 72px;
  }
}
body.single-post h3, body.single-post .h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
}
body.single-post .wp-block-group {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body.single-post .wp-block-group {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body.single-post .wp-block-group {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-post .wp-block-group {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  body.single-post .wp-block-columns {
    column-gap: 100px;
  }
}
body.single-post .wp-block-post-featured-image,
body.single-post .wp-block-image {
  border-radius: 20px;
  overflow: hidden;
}
body.single-post .post-navigation .nav-links {
  margin-bottom: 34px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
body.single-post .post-navigation .nav-links .nav-previous a,
body.single-post .post-navigation .nav-links .nav-next a {
  color: #343434;
  gap: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 0.3s ease;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body.single-post .post-navigation .nav-links .nav-previous a:hover,
body.single-post .post-navigation .nav-links .nav-next a:hover {
  color: #FFB71B;
}
body.single-post .post-navigation .nav-links .nav-previous a:hover::before, body.single-post .post-navigation .nav-links .nav-previous a:hover::after,
body.single-post .post-navigation .nav-links .nav-next a:hover::before,
body.single-post .post-navigation .nav-links .nav-next a:hover::after {
  transform: translateX(-7px);
}
body.single-post .post-navigation .nav-links .nav-previous a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: static;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 14C8.06641 14 8.34766 13.8945 8.55859 13.6836C9.01562 13.2617 9.01562 12.5234 8.55859 12.1016L3.74219 7.25L8.55859 2.43359C9.01562 2.01172 9.01562 1.27344 8.55859 0.851562C8.13672 0.394531 7.39844 0.394531 6.97656 0.851562L1.35156 6.47656C0.894531 6.89844 0.894531 7.63672 1.35156 8.05859L6.97656 13.6836C7.1875 13.8945 7.46875 14 7.75 14Z' fill='%23FFB71B'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
body.single-post .post-navigation .nav-links .nav-next a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: static;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 14C1.93359 14 1.65234 13.8945 1.44141 13.6836C0.984375 13.2617 0.984375 12.5234 1.44141 12.1016L6.25781 7.25L1.44141 2.43359C0.984375 2.01172 0.984375 1.27344 1.44141 0.851562C1.86328 0.394531 2.60156 0.394531 3.02344 0.851562L8.64844 6.47656C9.10547 6.89844 9.10547 7.63672 8.64844 8.05859L3.02344 13.6836C2.8125 13.8945 2.53125 14 2.25 14Z' fill='%23FFB71B'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
body.single-post .post-navigation .nav-links .nav-next a:hover::after {
  transform: translateX(7px);
}
body.single-post #introduction h1, body.single-post #introduction .h1 {
  margin-bottom: 20px;
}
@media screen and (min-width782px) {
  body.single-post #introduction h1, body.single-post #introduction .h1 {
    margin-bottom: 8px;
  }
}
body.single-post #introduction h1::after, body.single-post #introduction .h1::after {
  display: none;
}
body.single-post #introduction .single-featured-img-mobile {
  display: block;
}
@media screen and (min-width: 782px) {
  body.single-post #introduction .single-featured-img-mobile {
    display: none;
  }
}
body.single-post #introduction .single-featured-img-desktop {
  display: none;
  margin-bottom: 100px;
}
@media screen and (min-width: 782px) {
  body.single-post #introduction .single-featured-img-desktop {
    display: block;
  }
}
body.single-post blockquote {
  margin-bottom: 0;
}
body.single-post blockquote p {
  color: #343434;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  body.single-post blockquote p {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  body.single-post blockquote p {
    font-size: 64px;
    line-height: 88px;
  }
}

/**
 * Homepage styles
 *
 * @package IMG
 */
body.home .hero,
body.page-template-front-page .hero {
  padding-bottom: 66px;
}
body.home .hero::after,
body.page-template-front-page .hero::after {
  aspect-ratio: 393/34;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #FFF;
  background-image: url("../images/div-bottom-white-0.svg");
  background-size: cover;
  transform: scaleX(-1);
}
@media (min-width: 576px) {
  body.home .hero,
  body.page-template-front-page .hero {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  body.home .hero,
  body.page-template-front-page .hero {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  body.home .hero::after,
  body.page-template-front-page .hero::after {
    aspect-ratio: 1920/178;
    background-image: url("../images/div-bottom-white-yellow-0.svg");
  }
}
@media (min-width: 992px) {
  body.home .hero,
  body.page-template-front-page .hero {
    padding-top: 160px;
    padding-bottom: 240px;
  }
}
@media (min-width: 1660px) {
  body.home .hero,
  body.page-template-front-page .hero {
    padding-top: 178px;
    padding-bottom: 312px;
  }
}
body.home .hero .section-bg-overlay,
body.page-template-front-page .hero .section-bg-overlay {
  aspect-ratio: 1920/873;
  position: relative;
}
@media (min-width: 768px) {
  body.home .hero .section-bg-overlay,
  body.page-template-front-page .hero .section-bg-overlay {
    position: absolute;
  }
}
body.home .hero .section-bg-overlay::after,
body.page-template-front-page .hero .section-bg-overlay::after {
  aspect-ratio: 1920/178;
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #343434;
  background-image: url("../images/div-bottom-charcoal-yellow-0.svg");
  background-size: cover;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  body.home .hero .section-bg-overlay::after,
  body.page-template-front-page .hero .section-bg-overlay::after {
    display: none;
  }
}
body.home .hero .section-bg-overlay .section-bg,
body.page-template-front-page .hero .section-bg-overlay .section-bg {
  background-image: var(--mobile-bg);
  background-color: #343434;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  body.home .hero .section-bg-overlay .section-bg,
  body.page-template-front-page .hero .section-bg-overlay .section-bg {
    background-image: var(--desktop-bg);
  }
}
body.home .hero .section-bg-overlay .section-overlay,
body.page-template-front-page .hero .section-bg-overlay .section-overlay {
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
body.home .hero > .container,
body.page-template-front-page .hero > .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1660px) {
  body.home .hero > .container,
  body.page-template-front-page .hero > .container {
    max-width: 1497px !important;
  }
}
body.home .hero > .container h2, body.home .hero > .container .h2,
body.page-template-front-page .hero > .container h2,
body.page-template-front-page .hero > .container .h2 {
  margin-bottom: 5px;
}
body.home .hero > .container p,
body.page-template-front-page .hero > .container p {
  line-height: 1.34;
}
@media (min-width: 1660px) {
  body.home .hero > .container p,
  body.page-template-front-page .hero > .container p {
    font-size: 24px;
    line-height: 1.4;
  }
}
body.home .hero > .container p a:not(.btn),
body.page-template-front-page .hero > .container p a:not(.btn) {
  color: #FFFFFF;
}
body.home .hero__body,
body.page-template-front-page .hero__body {
  row-gap: 20px;
  column-gap: 200px;
  padding-top: 8px;
}
@media (min-width: 576px) {
  body.home .hero__body,
  body.page-template-front-page .hero__body {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  body.home .hero__body,
  body.page-template-front-page .hero__body {
    padding-top: 0;
  }
}
body.home .hero__content,
body.page-template-front-page .hero__content {
  width: 1014px;
  max-width: 100%;
}
body.home .tbn-quote,
body.page-template-front-page .tbn-quote {
  padding-top: 26px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  body.home .tbn-quote,
  body.page-template-front-page .tbn-quote {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body.home .tbn-quote,
  body.page-template-front-page .tbn-quote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  body.home .tbn-quote,
  body.page-template-front-page .tbn-quote {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.home .homepage-img-helps,
body.page-template-front-page .homepage-img-helps {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  body.home .homepage-img-helps,
  body.page-template-front-page .homepage-img-helps {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-img-helps,
  body.page-template-front-page .homepage-img-helps {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  body.home .homepage-img-helps,
  body.page-template-front-page .homepage-img-helps {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.home .homepage-img-helps h2, body.home .homepage-img-helps .h2,
body.page-template-front-page .homepage-img-helps h2,
body.page-template-front-page .homepage-img-helps .h2 {
  width: 1350px;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.home .homepage-img-helps h2, body.home .homepage-img-helps .h2,
  body.page-template-front-page .homepage-img-helps h2,
  body.page-template-front-page .homepage-img-helps .h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-img-helps h2, body.home .homepage-img-helps .h2,
  body.page-template-front-page .homepage-img-helps h2,
  body.page-template-front-page .homepage-img-helps .h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  body.home .homepage-img-helps h2, body.home .homepage-img-helps .h2,
  body.page-template-front-page .homepage-img-helps h2,
  body.page-template-front-page .homepage-img-helps .h2 {
    margin-bottom: 50px;
  }
}
body.home .homepage-img-helps .img-helps-cards,
body.page-template-front-page .homepage-img-helps .img-helps-cards {
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  body.home .homepage-img-helps .img-helps-cards,
  body.page-template-front-page .homepage-img-helps .img-helps-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  body.home .homepage-img-helps .img-helps-cards,
  body.page-template-front-page .homepage-img-helps .img-helps-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  body.home .homepage-img-helps .img-helps-cards,
  body.page-template-front-page .homepage-img-helps .img-helps-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1800px) {
  body.home .homepage-img-helps .img-helps-cards,
  body.page-template-front-page .homepage-img-helps .img-helps-cards {
    grid-template-columns: repeat(5, 325px);
  }
}
body.home .homepage-img-helps .img-helps-card,
body.page-template-front-page .homepage-img-helps .img-helps-card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
body.home .homepage-img-helps .img-helps-card .card-img-top,
body.page-template-front-page .homepage-img-helps .img-helps-card .card-img-top {
  aspect-ratio: 325/167;
  object-position: center;
  width: 100%;
  height: auto;
  opacity: 0.6;
}
body.home .homepage-img-helps .img-helps-card .card-body,
body.page-template-front-page .homepage-img-helps .img-helps-card .card-body {
  padding: 20;
}
body.home .homepage-img-helps .img-helps-card .card-body::before,
body.page-template-front-page .homepage-img-helps .img-helps-card .card-body::before {
  width: 0;
  height: 8px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
body.home .homepage-img-helps .img-helps-card:hover .card-body::before,
body.page-template-front-page .homepage-img-helps .img-helps-card:hover .card-body::before {
  width: 100%;
}
body.home .homepage-img-helps .img-helps-card .card-header,
body.page-template-front-page .homepage-img-helps .img-helps-card .card-header {
  margin-bottom: 15px;
  padding: 0;
  gap: 8px;
}
body.home .homepage-img-helps .img-helps-card .card-icon,
body.page-template-front-page .homepage-img-helps .img-helps-card .card-icon {
  flex-shrink: 0;
}
body.home .homepage-img-helps .img-helps-card .card-title,
body.page-template-front-page .homepage-img-helps .img-helps-card .card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 992px) {
  body.home .homepage-img-helps .img-helps-card .card-title,
  body.page-template-front-page .homepage-img-helps .img-helps-card .card-title {
    font-size: 24px;
  }
}
body.home .homepage-img-helps .img-helps-card .card-content p,
body.page-template-front-page .homepage-img-helps .img-helps-card .card-content p {
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  body.home .homepage-img-helps .img-helps-card .card-content p,
  body.page-template-front-page .homepage-img-helps .img-helps-card .card-content p {
    font-size: 18px;
  }
}
body.home .homepage-yellow-section,
body.page-template-front-page .homepage-yellow-section {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #FFCF01;
  overflow: hidden;
}
@media (min-width: 576px) {
  body.home .homepage-yellow-section,
  body.page-template-front-page .homepage-yellow-section {
    padding-top: 51px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  body.home .homepage-yellow-section,
  body.page-template-front-page .homepage-yellow-section {
    padding-top: 83px;
    padding-bottom: 89px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-yellow-section,
  body.page-template-front-page .homepage-yellow-section {
    padding-top: 114px;
    padding-bottom: 114px;
  }
}
body.home .homepage-yellow-section::before,
body.page-template-front-page .homepage-yellow-section::before {
  aspect-ratio: 1920/170;
  background-image: url("../images/div-top-white-wave.svg");
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  content: "";
  z-index: 0;
}
body.home .homepage-yellow-section .d-grid,
body.page-template-front-page .homepage-yellow-section .d-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  body.home .homepage-yellow-section .d-grid,
  body.page-template-front-page .homepage-yellow-section .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (min-width: 1400px) {
  body.home .homepage-yellow-section .d-grid,
  body.page-template-front-page .homepage-yellow-section .d-grid {
    gap: 100px;
  }
}
body.home .homepage-yellow-section__image,
body.page-template-front-page .homepage-yellow-section__image {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  body.home .homepage-yellow-section__image,
  body.page-template-front-page .homepage-yellow-section__image {
    margin-bottom: 0;
  }
}
body.home .homepage-yellow-section__image img,
body.page-template-front-page .homepage-yellow-section__image img {
  border-radius: 20px;
}
body.home .homepage-yellow-section__content a:not(.btn),
body.page-template-front-page .homepage-yellow-section__content a:not(.btn) {
  color: #343434;
  transition: all 0.3s ease;
}
body.home .homepage-yellow-section__content a:not(.btn):hover,
body.page-template-front-page .homepage-yellow-section__content a:not(.btn):hover {
  color: #000;
}
body.home .homepage-yellow-section__content h2, body.home .homepage-yellow-section__content .h2,
body.page-template-front-page .homepage-yellow-section__content h2,
body.page-template-front-page .homepage-yellow-section__content .h2 {
  font-size: 32px;
}
@media (min-width: 576px) {
  body.home .homepage-yellow-section__content h2, body.home .homepage-yellow-section__content .h2,
  body.page-template-front-page .homepage-yellow-section__content h2,
  body.page-template-front-page .homepage-yellow-section__content .h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  body.home .homepage-yellow-section__content h2, body.home .homepage-yellow-section__content .h2,
  body.page-template-front-page .homepage-yellow-section__content h2,
  body.page-template-front-page .homepage-yellow-section__content .h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-yellow-section__content h2, body.home .homepage-yellow-section__content .h2,
  body.page-template-front-page .homepage-yellow-section__content h2,
  body.page-template-front-page .homepage-yellow-section__content .h2 {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  body.home .homepage-yellow-section__content h2, body.home .homepage-yellow-section__content .h2,
  body.page-template-front-page .homepage-yellow-section__content h2,
  body.page-template-front-page .homepage-yellow-section__content .h2 {
    font-size: 58px;
  }
}
@media (min-width: 1400px) {
  body.home .homepage-yellow-section__content h2, body.home .homepage-yellow-section__content .h2,
  body.page-template-front-page .homepage-yellow-section__content h2,
  body.page-template-front-page .homepage-yellow-section__content .h2 {
    font-size: 64px;
  }
}
body.home .homepage-yellow-section__content ul,
body.page-template-front-page .homepage-yellow-section__content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
body.home .homepage-yellow-section__content ul li,
body.page-template-front-page .homepage-yellow-section__content ul li {
  margin-bottom: 0.75rem;
  font-size: 18px;
}
@media (min-width: 768px) {
  body.home .homepage-yellow-section__content ul li,
  body.page-template-front-page .homepage-yellow-section__content ul li {
    font-size: 20px;
  }
}
body.home .homepage-charcoal-section,
body.page-template-front-page .homepage-charcoal-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  body.home .homepage-charcoal-section,
  body.page-template-front-page .homepage-charcoal-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media (min-width: 768px) {
  body.home .homepage-charcoal-section,
  body.page-template-front-page .homepage-charcoal-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-charcoal-section,
  body.page-template-front-page .homepage-charcoal-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
@media (min-width: 1200px) {
  body.home .homepage-charcoal-section,
  body.page-template-front-page .homepage-charcoal-section {
    padding-top: 83px;
    padding-bottom: 83px;
  }
}
@media (min-width: 1400px) {
  body.home .homepage-charcoal-section,
  body.page-template-front-page .homepage-charcoal-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.home .homepage-charcoal-section .stats-grid,
body.page-template-front-page .homepage-charcoal-section .stats-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  body.home .homepage-charcoal-section .stats-grid,
  body.page-template-front-page .homepage-charcoal-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1800px) {
  body.home .homepage-charcoal-section .stats-grid,
  body.page-template-front-page .homepage-charcoal-section .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.home .homepage-charcoal-section .stat-card,
body.page-template-front-page .homepage-charcoal-section .stat-card {
  border-radius: 20px;
  border: 2px solid #FFF;
  background: linear-gradient(90deg, #FFCF01 0%, #FFB71B 100%);
  padding: 40px 35px;
}
@media (min-width: 992px) {
  body.home .homepage-charcoal-section .stat-card,
  body.page-template-front-page .homepage-charcoal-section .stat-card {
    padding-bottom: 62px;
  }
}
body.home .homepage-charcoal-section .stat-card .stat-value,
body.page-template-front-page .homepage-charcoal-section .stat-card .stat-value {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 69px;
}
@media (min-width: 576px) {
  body.home .homepage-charcoal-section .stat-card .stat-value,
  body.page-template-front-page .homepage-charcoal-section .stat-card .stat-value {
    font-size: 58px;
    line-height: 80px;
  }
}
@media (min-width: 768px) {
  body.home .homepage-charcoal-section .stat-card .stat-value,
  body.page-template-front-page .homepage-charcoal-section .stat-card .stat-value {
    font-size: 66px;
    line-height: 91px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-charcoal-section .stat-card .stat-value,
  body.page-template-front-page .homepage-charcoal-section .stat-card .stat-value {
    font-size: 74px;
    line-height: 102px;
  }
}
@media (min-width: 1200px) {
  body.home .homepage-charcoal-section .stat-card .stat-value,
  body.page-template-front-page .homepage-charcoal-section .stat-card .stat-value {
    font-size: 82px;
    line-height: 113px;
  }
}
body.home .homepage-charcoal-section .stat-card .stat-label,
body.page-template-front-page .homepage-charcoal-section .stat-card .stat-label {
  font-size: 32px;
  line-height: 44px;
}
@media (min-width: 576px) {
  body.home .homepage-charcoal-section .stat-card .stat-label,
  body.page-template-front-page .homepage-charcoal-section .stat-card .stat-label {
    font-size: 35px;
    line-height: 48px;
  }
}
@media (min-width: 768px) {
  body.home .homepage-charcoal-section .stat-card .stat-label,
  body.page-template-front-page .homepage-charcoal-section .stat-card .stat-label {
    font-size: 37px;
    line-height: 51px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-charcoal-section .stat-card .stat-label,
  body.page-template-front-page .homepage-charcoal-section .stat-card .stat-label {
    font-size: 40px;
    line-height: 55px;
  }
}
body.home .homepage-charcoal-section .charcoal-content,
body.page-template-front-page .homepage-charcoal-section .charcoal-content {
  margin-top: 20px;
}
@media (min-width: 992px) {
  body.home .homepage-charcoal-section .charcoal-content,
  body.page-template-front-page .homepage-charcoal-section .charcoal-content {
    margin-top: 30px;
  }
}
body.home .homepage-charcoal-section .charcoal-content p,
body.page-template-front-page .homepage-charcoal-section .charcoal-content p {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 576px) {
  body.home .homepage-charcoal-section .charcoal-content p,
  body.page-template-front-page .homepage-charcoal-section .charcoal-content p {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  body.home .homepage-charcoal-section .charcoal-content p,
  body.page-template-front-page .homepage-charcoal-section .charcoal-content p {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-charcoal-section .charcoal-content p,
  body.page-template-front-page .homepage-charcoal-section .charcoal-content p {
    font-size: 36px;
  }
}
body.home .homepage-white-section,
body.page-template-front-page .homepage-white-section {
  background-color: #FFFFFF;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  body.home .homepage-white-section,
  body.page-template-front-page .homepage-white-section {
    padding-top: 109px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  body.home .homepage-white-section,
  body.page-template-front-page .homepage-white-section {
    padding-top: 155px;
    padding-bottom: 67px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-white-section,
  body.page-template-front-page .homepage-white-section {
    padding-top: 200px;
    padding-bottom: 86px;
  }
}
body.home .homepage-white-section::before,
body.page-template-front-page .homepage-white-section::before {
  aspect-ratio: 1920/170;
  background-image: url("../images/div-top-charcoal-wave.svg");
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  content: "";
  z-index: 0;
}
body.home .homepage-white-section .d-grid,
body.page-template-front-page .homepage-white-section .d-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  body.home .homepage-white-section .d-grid,
  body.page-template-front-page .homepage-white-section .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (min-width: 1400px) {
  body.home .homepage-white-section .d-grid,
  body.page-template-front-page .homepage-white-section .d-grid {
    gap: 100px;
  }
}
body.home .homepage-white-section__image img,
body.page-template-front-page .homepage-white-section__image img {
  border-radius: 20px;
}
body.home .homepage-white-section__content h2, body.home .homepage-white-section__content .h2,
body.page-template-front-page .homepage-white-section__content h2,
body.page-template-front-page .homepage-white-section__content .h2 {
  font-size: 32px;
}
@media (min-width: 576px) {
  body.home .homepage-white-section__content h2, body.home .homepage-white-section__content .h2,
  body.page-template-front-page .homepage-white-section__content h2,
  body.page-template-front-page .homepage-white-section__content .h2 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  body.home .homepage-white-section__content h2, body.home .homepage-white-section__content .h2,
  body.page-template-front-page .homepage-white-section__content h2,
  body.page-template-front-page .homepage-white-section__content .h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-white-section__content h2, body.home .homepage-white-section__content .h2,
  body.page-template-front-page .homepage-white-section__content h2,
  body.page-template-front-page .homepage-white-section__content .h2 {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  body.home .homepage-white-section__content h2, body.home .homepage-white-section__content .h2,
  body.page-template-front-page .homepage-white-section__content h2,
  body.page-template-front-page .homepage-white-section__content .h2 {
    font-size: 58px;
  }
}
@media (min-width: 1400px) {
  body.home .homepage-white-section__content h2, body.home .homepage-white-section__content .h2,
  body.page-template-front-page .homepage-white-section__content h2,
  body.page-template-front-page .homepage-white-section__content .h2 {
    font-size: 64px;
  }
}
body.home .homepage-white-section__content ul,
body.page-template-front-page .homepage-white-section__content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
body.home .homepage-white-section__content ul li,
body.page-template-front-page .homepage-white-section__content ul li {
  margin-bottom: 0.75rem;
  font-size: 18px;
}
@media (min-width: 768px) {
  body.home .homepage-white-section__content ul li,
  body.page-template-front-page .homepage-white-section__content ul li {
    font-size: 20px;
  }
}
body.home .homepage-quick-access-hub,
body.page-template-front-page .homepage-quick-access-hub {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  body.home .homepage-quick-access-hub,
  body.page-template-front-page .homepage-quick-access-hub {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  body.home .homepage-quick-access-hub,
  body.page-template-front-page .homepage-quick-access-hub {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-quick-access-hub,
  body.page-template-front-page .homepage-quick-access-hub {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.home .homepage-quick-access-hub,
  body.page-template-front-page .homepage-quick-access-hub {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  body.home .homepage-quick-access-hub,
  body.page-template-front-page .homepage-quick-access-hub {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
body.home .homepage-quick-access-hub .quick-access-grid,
body.page-template-front-page .homepage-quick-access-hub .quick-access-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  body.home .homepage-quick-access-hub .quick-access-grid,
  body.page-template-front-page .homepage-quick-access-hub .quick-access-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  body.home .homepage-quick-access-hub .quick-access-grid,
  body.page-template-front-page .homepage-quick-access-hub .quick-access-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.home .homepage-quick-access-hub .quick-access-panel,
body.page-template-front-page .homepage-quick-access-hub .quick-access-panel {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.home .homepage-quick-access-hub .quick-access-panel__header,
body.page-template-front-page .homepage-quick-access-hub .quick-access-panel__header {
  padding: 20px 30px;
}
body.home .homepage-quick-access-hub .quick-access-panel__title,
body.page-template-front-page .homepage-quick-access-hub .quick-access-panel__title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #343434;
}
@media (min-width: 992px) {
  body.home .homepage-quick-access-hub .quick-access-panel__title,
  body.page-template-front-page .homepage-quick-access-hub .quick-access-panel__title {
    font-size: 28px;
  }
}
body.home .homepage-quick-access-hub .quick-access-panel__content,
body.page-template-front-page .homepage-quick-access-hub .quick-access-panel__content {
  flex: 1;
  padding: 30px;
}
body.home .homepage-quick-access-hub .quick-access-panel--resource .quick-access-panel__content,
body.page-template-front-page .homepage-quick-access-hub .quick-access-panel--resource .quick-access-panel__content {
  padding: 0;
}
@media (min-width: 1200px) {
  body.home .homepage-quick-access-hub .quick-access-panel--resource .quick-access-panel__content,
  body.page-template-front-page .homepage-quick-access-hub .quick-access-panel--resource .quick-access-panel__content {
    position: relative;
  }
  body.home .homepage-quick-access-hub .quick-access-panel--resource .quick-access-panel__content img,
  body.page-template-front-page .homepage-quick-access-hub .quick-access-panel--resource .quick-access-panel__content img {
    position: absolute;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
  }
}
body.home .homepage-quick-access-hub .quick-access-list__item:not(:last-child),
body.page-template-front-page .homepage-quick-access-hub .quick-access-list__item:not(:last-child) {
  margin-bottom: 20px;
}
body.home .homepage-quick-access-hub .quick-access-list__link,
body.page-template-front-page .homepage-quick-access-hub .quick-access-list__link {
  gap: 15px;
  color: #343434;
  transition: all 0.3s ease;
}
body.home .homepage-quick-access-hub .quick-access-list__link::after,
body.page-template-front-page .homepage-quick-access-hub .quick-access-list__link::after {
  display: block;
  width: 22px;
  height: 20px;
  position: static;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.85938 7.64062C9.36719 8.10938 9.36719 8.92969 8.85938 9.39844L2.60938 15.6484C2.14062 16.1562 1.32031 16.1562 0.851562 15.6484C0.34375 15.1797 0.34375 14.3594 0.851562 13.8906L6.20312 8.5L0.851562 3.14844C0.34375 2.67969 0.34375 1.85938 0.851562 1.39062C1.32031 0.882812 2.14062 0.882812 2.60938 1.39062L8.85938 7.64062Z' fill='%23343434'/%3E%3C/svg%3E%0A");
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
}
body.home .homepage-quick-access-hub .quick-access-list__link .quick-access-list__text,
body.page-template-front-page .homepage-quick-access-hub .quick-access-list__link .quick-access-list__text {
  width: 83%;
}
body.home .homepage-quick-access-hub .quick-access-list__link:hover,
body.page-template-front-page .homepage-quick-access-hub .quick-access-list__link:hover {
  color: #343434;
  font-weight: 700;
}
body.home .homepage-quick-access-hub .quick-access-list__link:hover::after,
body.page-template-front-page .homepage-quick-access-hub .quick-access-list__link:hover::after {
  opacity: 1;
  transform: translateX(9px);
}
body.home .homepage-quick-access-hub .quick-access-list__link:hover .quick-access-list__indicator,
body.page-template-front-page .homepage-quick-access-hub .quick-access-list__link:hover .quick-access-list__indicator {
  background-color: #343434;
}
body.home .homepage-quick-access-hub .quick-access-list__indicator,
body.page-template-front-page .homepage-quick-access-hub .quick-access-list__indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
body.home .homepage-quick-access-hub .quick-access-list__icon,
body.page-template-front-page .homepage-quick-access-hub .quick-access-list__icon {
  width: 32px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
body.home .homepage-quick-access-hub .quick-access-list__text,
body.page-template-front-page .homepage-quick-access-hub .quick-access-list__text {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  body.home .homepage-quick-access-hub .quick-access-list__text,
  body.page-template-front-page .homepage-quick-access-hub .quick-access-list__text {
    font-size: 20px;
  }
}
body.home .homepage-map-cta,
body.page-template-front-page .homepage-map-cta {
  overflow: hidden;
  height: 550px;
}
@media (min-width: 576px) {
  body.home .homepage-map-cta,
  body.page-template-front-page .homepage-map-cta {
    height: 606px;
  }
}
@media (min-width: 768px) {
  body.home .homepage-map-cta,
  body.page-template-front-page .homepage-map-cta {
    height: 662px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-map-cta,
  body.page-template-front-page .homepage-map-cta {
    height: 718px;
  }
}
@media (min-width: 1200px) {
  body.home .homepage-map-cta,
  body.page-template-front-page .homepage-map-cta {
    height: 766px;
  }
}
@media (min-width: 1400px) {
  body.home .homepage-map-cta,
  body.page-template-front-page .homepage-map-cta {
    height: 815px;
  }
}
body.home .homepage-map-cta__bg-image,
body.page-template-front-page .homepage-map-cta__bg-image {
  will-change: transform;
}
body.home .homepage-map-cta__overlay,
body.page-template-front-page .homepage-map-cta__overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.home .homepage-map-cta__content,
body.page-template-front-page .homepage-map-cta__content {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  body.home .homepage-map-cta__content,
  body.page-template-front-page .homepage-map-cta__content {
    height: 700px;
  }
}
@media (min-width: 992px) {
  body.home .homepage-map-cta__content,
  body.page-template-front-page .homepage-map-cta__content {
    height: 800px;
  }
}
body.home .homepage-map-cta__heading,
body.page-template-front-page .homepage-map-cta__heading {
  width: 863px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero--plain {
  padding-top: 142px;
  padding-bottom: 108px;
}
@media (min-width: 576px) {
  .hero--plain {
    padding-top: 152px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .hero--plain {
    padding-top: 162px;
    padding-bottom: 132px;
  }
}
@media (min-width: 992px) {
  .hero--plain {
    padding-top: 172px;
    padding-bottom: 144px;
  }
}
@media (min-width: 1200px) {
  .hero--plain {
    padding-top: 182px;
    padding-bottom: 156px;
  }
}
@media (min-width: 1400px) {
  .hero--plain {
    padding-top: 192px;
    padding-bottom: 168px;
  }
}
@media (min-width: 1660px) {
  .hero--plain {
    padding-top: 197px;
    padding-bottom: 178px;
  }
}
@media (min-width: 1800px) {
  .hero--plain {
    padding-top: 202px;
    padding-bottom: 188px;
  }
}
.hero--plain::after {
  width: 100%;
  height: auto;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #FFF;
  background-size: cover;
}
.hero--plain.yellow-eye::after {
  aspect-ratio: 1920/144;
  background-image: url("../images/div-bottom-white-yellow-eye.svg");
}
.hero--plain.yellow-wave::after {
  aspect-ratio: 1920/178;
  background-image: url("../images/div-bottom-white-yellow-0.svg");
}
.hero--plain.yellow-wave-reversed::after {
  aspect-ratio: 1920/178;
  background-image: url("../images/div-bottom-white-yellow-0.svg");
  transform: scaleX(-1);
}
.hero--plain h1, .hero--plain .h1 {
  width: fit-content;
}
@media (min-width: 768px) {
  .hero--plain h1::after, .hero--plain .h1::after {
    margin-right: -100px;
  }
}

.wp-block-spacer.is-style-spacer-25-76 {
  height: 25px !important;
}
@media (min-width: 576px) {
  .wp-block-spacer.is-style-spacer-25-76 {
    height: 35px !important;
  }
}
@media (min-width: 768px) {
  .wp-block-spacer.is-style-spacer-25-76 {
    height: 46px !important;
  }
}
@media (min-width: 992px) {
  .wp-block-spacer.is-style-spacer-25-76 {
    height: 56px !important;
  }
}
@media (min-width: 1200px) {
  .wp-block-spacer.is-style-spacer-25-76 {
    height: 76px !important;
  }
}

.bus-grid {
  grid-template-columns: 1fr;
  gap: 30px 18px;
}
@media (min-width: 768px) {
  .bus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .bus-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bus-grid .bus-type .card-body {
  gap: 20px;
}
.bus-grid .bus-type .card-body::before {
  width: 0;
  height: 8px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .bus-grid .bus-type .card-body {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .bus-grid .bus-type .card-body {
    padding: 40px;
  }
}
.bus-grid .bus-type .card-body h3, .bus-grid .bus-type .card-body .h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
.bus-grid .bus-type .card-body p {
  margin-bottom: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.bus-grid .bus-type:hover .card-body::before {
  width: 100%;
}

.tbn-quote {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .tbn-quote {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .tbn-quote {
    padding-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .tbn-quote {
    padding-bottom: 86px;
  }
}
@media (min-width: 1400px) {
  .tbn-quote {
    padding-bottom: 100px;
  }
}

.quick-access-hub {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .quick-access-hub {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .quick-access-hub {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .quick-access-hub {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .quick-access-hub {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.quick-access-hub .quick-access-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .quick-access-hub .quick-access-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .quick-access-hub .quick-access-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.quick-access-hub .quick-access-panel {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.quick-access-hub .quick-access-panel__header {
  padding: 20px 30px;
}
.quick-access-hub .quick-access-panel__title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #343434;
}
@media (min-width: 992px) {
  .quick-access-hub .quick-access-panel__title {
    font-size: 28px;
  }
}
.quick-access-hub .quick-access-panel__content {
  flex: 1;
  padding: 30px;
}
.quick-access-hub .quick-access-panel--resource .quick-access-panel__content {
  padding: 0;
}
@media (min-width: 1200px) {
  .quick-access-hub .quick-access-panel--resource .quick-access-panel__content {
    position: relative;
  }
  .quick-access-hub .quick-access-panel--resource .quick-access-panel__content img {
    position: absolute;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
  }
}
.quick-access-hub .quick-access-list__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
}
.quick-access-hub .quick-access-list__item:not(:last-child) {
  margin-bottom: 10px;
}
.quick-access-hub .quick-access-list__link {
  gap: 15px;
  color: #343434;
  transition: all 0.3s ease;
}
.quick-access-hub .quick-access-list__link::after {
  display: block;
  width: 22px;
  height: 20px;
  position: static;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.85938 7.64062C9.36719 8.10938 9.36719 8.92969 8.85938 9.39844L2.60938 15.6484C2.14062 16.1562 1.32031 16.1562 0.851562 15.6484C0.34375 15.1797 0.34375 14.3594 0.851562 13.8906L6.20312 8.5L0.851562 3.14844C0.34375 2.67969 0.34375 1.85938 0.851562 1.39062C1.32031 0.882812 2.14062 0.882812 2.60938 1.39062L8.85938 7.64062Z' fill='%23343434'/%3E%3C/svg%3E%0A");
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
  margin-left: auto;
}
.quick-access-hub .quick-access-list__link .quick-access-list__text {
  width: 83%;
}
.quick-access-hub .quick-access-list__link:hover {
  color: #343434;
  font-weight: 700;
}
.quick-access-hub .quick-access-list__link:hover::after {
  opacity: 1;
  transform: translateX(9px);
}
.quick-access-hub .quick-access-list__link:hover .quick-access-list__indicator {
  background-color: #343434;
}
.quick-access-hub .quick-access-list__indicator {
  display: inline;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.quick-access-hub .quick-access-list__icon {
  width: 32px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.quick-access-hub .quick-access-list__text {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .quick-access-hub .quick-access-list__text {
    font-size: 20px;
    line-height: 36px;
  }
}

.img-bus-map .gm-style-iw-t > div[role=dialog] {
  overflow: visible;
}
.img-bus-map button[aria-label=Close] {
  position: absolute !important;
  top: -20px;
  right: -20px;
  background: white !important;
  opacity: 1;
  left: auto;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.hero--404 {
  padding-top: 142px;
  padding-bottom: 168px;
  margin-bottom: 55px;
}
@media (min-width: 576px) {
  .hero--404 {
    padding-top: 152px;
    padding-bottom: 240px;
  }
}
@media (min-width: 768px) {
  .hero--404 {
    padding-top: 162px;
    padding-bottom: 324px;
  }
}
@media (min-width: 992px) {
  .hero--404 {
    padding-top: 240px;
    padding-bottom: 264px;
  }
}
@media (min-width: 1200px) {
  .hero--404 {
    padding-top: 268px;
    padding-bottom: 288px;
  }
}
@media (min-width: 1400px) {
  .hero--404 {
    padding-top: 280px;
    padding-bottom: 296px;
  }
}
@media (min-width: 1660px) {
  .hero--404 {
    padding-top: 300px;
    padding-bottom: 318px;
  }
}
@media (min-width: 1800px) {
  .hero--404 {
    padding-top: 342px;
    padding-bottom: 307px;
  }
}
.hero--404 .hero__title {
  width: fit-content;
  margin-bottom: 40px;
}
.hero--404 .hero__title span {
  font-size: 80%;
}
.hero--404 .hero__body-wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero--404 .hero__body-wrapper {
    width: 50%;
  }
}
.hero--404 .hero__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50vw;
  display: flex;
  justify-content: end;
  z-index: 1;
}
.hero--404 .hero__image img {
  width: 849px;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
@media (min-width: 992px) {
  .hero--404 .hero__image img {
    object-position: 100% 90%;
  }
}

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