/*!
 * Theme Name: 321GoMaster
 * Version: 1.0
 * Author: Akash Joshi
 * Text Domain: project321go
 */
/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 2rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-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 {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

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

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

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

::-webkit-file-upload-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;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-7,
.gx-7 {
  --bs-gutter-x: 8rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 8rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 10.5rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 10.5rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 13rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 13rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 16.75rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 16.75rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 10.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 10.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 13rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 13rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 16.75rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 16.75rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 8rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 8rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 10.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 10.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 13rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 13rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 16.75rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 16.75rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 10.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 10.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 13rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 13rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 16.75rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 16.75rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 13rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 13rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 16.75rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 16.75rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 13rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 13rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 16.75rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 16.75rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 2rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

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

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

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

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !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;
}

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

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

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

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

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

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

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

.gap-6 {
  gap: 6rem !important;
}

.gap-7 {
  gap: 8rem !important;
}

.gap-8 {
  gap: 10.5rem !important;
}

.gap-9 {
  gap: 13rem !important;
}

.gap-10 {
  gap: 16.75rem !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.5rem !important;
}

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

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

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

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

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 8rem !important;
}

.m-8 {
  margin: 10.5rem !important;
}

.m-9 {
  margin: 13rem !important;
}

.m-10 {
  margin: 16.75rem !important;
}

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

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

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

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

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

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

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

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

.mx-7 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-8 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

.mx-9 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.mx-10 {
  margin-right: 16.75rem !important;
  margin-left: 16.75rem !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.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

.my-7 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-8 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.my-9 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-10 {
  margin-top: 16.75rem !important;
  margin-bottom: 16.75rem !important;
}

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 8rem !important;
}

.mt-8 {
  margin-top: 10.5rem !important;
}

.mt-9 {
  margin-top: 13rem !important;
}

.mt-10 {
  margin-top: 16.75rem !important;
}

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

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

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

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

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

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

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

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

.me-7 {
  margin-right: 8rem !important;
}

.me-8 {
  margin-right: 10.5rem !important;
}

.me-9 {
  margin-right: 13rem !important;
}

.me-10 {
  margin-right: 16.75rem !important;
}

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 8rem !important;
}

.mb-8 {
  margin-bottom: 10.5rem !important;
}

.mb-9 {
  margin-bottom: 13rem !important;
}

.mb-10 {
  margin-bottom: 16.75rem !important;
}

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

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

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

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

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

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

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

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

.ms-7 {
  margin-left: 8rem !important;
}

.ms-8 {
  margin-left: 10.5rem !important;
}

.ms-9 {
  margin-left: 13rem !important;
}

.ms-10 {
  margin-left: 16.75rem !important;
}

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

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

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

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

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

.m-n5 {
  margin: -3.5rem !important;
}

.m-n6 {
  margin: -6rem !important;
}

.m-n7 {
  margin: -8rem !important;
}

.m-n8 {
  margin: -10.5rem !important;
}

.m-n9 {
  margin: -13rem !important;
}

.m-n10 {
  margin: -16.75rem !important;
}

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

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

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

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

.mx-n5 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n7 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n8 {
  margin-right: -10.5rem !important;
  margin-left: -10.5rem !important;
}

.mx-n9 {
  margin-right: -13rem !important;
  margin-left: -13rem !important;
}

.mx-n10 {
  margin-right: -16.75rem !important;
  margin-left: -16.75rem !important;
}

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

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

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

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

.my-n5 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n7 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n8 {
  margin-top: -10.5rem !important;
  margin-bottom: -10.5rem !important;
}

.my-n9 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.my-n10 {
  margin-top: -16.75rem !important;
  margin-bottom: -16.75rem !important;
}

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

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

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

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

.mt-n5 {
  margin-top: -3.5rem !important;
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n7 {
  margin-top: -8rem !important;
}

.mt-n8 {
  margin-top: -10.5rem !important;
}

.mt-n9 {
  margin-top: -13rem !important;
}

.mt-n10 {
  margin-top: -16.75rem !important;
}

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

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

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

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

.me-n5 {
  margin-right: -3.5rem !important;
}

.me-n6 {
  margin-right: -6rem !important;
}

.me-n7 {
  margin-right: -8rem !important;
}

.me-n8 {
  margin-right: -10.5rem !important;
}

.me-n9 {
  margin-right: -13rem !important;
}

.me-n10 {
  margin-right: -16.75rem !important;
}

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

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

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

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

.mb-n5 {
  margin-bottom: -3.5rem !important;
}

.mb-n6 {
  margin-bottom: -6rem !important;
}

.mb-n7 {
  margin-bottom: -8rem !important;
}

.mb-n8 {
  margin-bottom: -10.5rem !important;
}

.mb-n9 {
  margin-bottom: -13rem !important;
}

.mb-n10 {
  margin-bottom: -16.75rem !important;
}

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

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

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

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

.ms-n5 {
  margin-left: -3.5rem !important;
}

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-n7 {
  margin-left: -8rem !important;
}

.ms-n8 {
  margin-left: -10.5rem !important;
}

.ms-n9 {
  margin-left: -13rem !important;
}

.ms-n10 {
  margin-left: -16.75rem !important;
}

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

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

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

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

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

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

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 8rem !important;
}

.p-8 {
  padding: 10.5rem !important;
}

.p-9 {
  padding: 13rem !important;
}

.p-10 {
  padding: 16.75rem !important;
}

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

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

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

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

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

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

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

.px-7 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-8 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.px-9 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-10 {
  padding-right: 16.75rem !important;
  padding-left: 16.75rem !important;
}

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

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

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

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

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

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

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

.py-7 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-8 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.py-9 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-10 {
  padding-top: 16.75rem !important;
  padding-bottom: 16.75rem !important;
}

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 8rem !important;
}

.pt-8 {
  padding-top: 10.5rem !important;
}

.pt-9 {
  padding-top: 13rem !important;
}

.pt-10 {
  padding-top: 16.75rem !important;
}

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

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

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

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

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

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

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

.pe-7 {
  padding-right: 8rem !important;
}

.pe-8 {
  padding-right: 10.5rem !important;
}

.pe-9 {
  padding-right: 13rem !important;
}

.pe-10 {
  padding-right: 16.75rem !important;
}

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

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 8rem !important;
}

.pb-8 {
  padding-bottom: 10.5rem !important;
}

.pb-9 {
  padding-bottom: 13rem !important;
}

.pb-10 {
  padding-bottom: 16.75rem !important;
}

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

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

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

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

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

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

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

.ps-7 {
  padding-left: 8rem !important;
}

.ps-8 {
  padding-left: 10.5rem !important;
}

.ps-9 {
  padding-left: 13rem !important;
}

.ps-10 {
  padding-left: 16.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

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

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

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

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

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.5rem !important;
  }
  .gap-sm-2 {
    gap: 1rem !important;
  }
  .gap-sm-3 {
    gap: 1.5rem !important;
  }
  .gap-sm-4 {
    gap: 2rem !important;
  }
  .gap-sm-5 {
    gap: 3.5rem !important;
  }
  .gap-sm-6 {
    gap: 6rem !important;
  }
  .gap-sm-7 {
    gap: 8rem !important;
  }
  .gap-sm-8 {
    gap: 10.5rem !important;
  }
  .gap-sm-9 {
    gap: 13rem !important;
  }
  .gap-sm-10 {
    gap: 16.75rem !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.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .m-sm-5 {
    margin: 3.5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 8rem !important;
  }
  .m-sm-8 {
    margin: 10.5rem !important;
  }
  .m-sm-9 {
    margin: 13rem !important;
  }
  .m-sm-10 {
    margin: 16.75rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-8 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-10 {
    margin-right: 16.75rem !important;
    margin-left: 16.75rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-8 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-sm-9 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-10 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !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.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 2rem !important;
  }
  .mt-sm-5 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 8rem !important;
  }
  .mt-sm-8 {
    margin-top: 10.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 13rem !important;
  }
  .mt-sm-10 {
    margin-top: 16.75rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 2rem !important;
  }
  .me-sm-5 {
    margin-right: 3.5rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 8rem !important;
  }
  .me-sm-8 {
    margin-right: 10.5rem !important;
  }
  .me-sm-9 {
    margin-right: 13rem !important;
  }
  .me-sm-10 {
    margin-right: 16.75rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 10.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 16.75rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 2rem !important;
  }
  .ms-sm-5 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 8rem !important;
  }
  .ms-sm-8 {
    margin-left: 10.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 13rem !important;
  }
  .ms-sm-10 {
    margin-left: 16.75rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.5rem !important;
  }
  .m-sm-n2 {
    margin: -1rem !important;
  }
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  .m-sm-n4 {
    margin: -2rem !important;
  }
  .m-sm-n5 {
    margin: -3.5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .m-sm-n7 {
    margin: -8rem !important;
  }
  .m-sm-n8 {
    margin: -10.5rem !important;
  }
  .m-sm-n9 {
    margin: -13rem !important;
  }
  .m-sm-n10 {
    margin: -16.75rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n8 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-sm-n9 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-sm-n10 {
    margin-right: -16.75rem !important;
    margin-left: -16.75rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n8 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-sm-n9 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-sm-n10 {
    margin-top: -16.75rem !important;
    margin-bottom: -16.75rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n2 {
    margin-top: -1rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n4 {
    margin-top: -2rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n6 {
    margin-top: -6rem !important;
  }
  .mt-sm-n7 {
    margin-top: -8rem !important;
  }
  .mt-sm-n8 {
    margin-top: -10.5rem !important;
  }
  .mt-sm-n9 {
    margin-top: -13rem !important;
  }
  .mt-sm-n10 {
    margin-top: -16.75rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n2 {
    margin-right: -1rem !important;
  }
  .me-sm-n3 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n4 {
    margin-right: -2rem !important;
  }
  .me-sm-n5 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n6 {
    margin-right: -6rem !important;
  }
  .me-sm-n7 {
    margin-right: -8rem !important;
  }
  .me-sm-n8 {
    margin-right: -10.5rem !important;
  }
  .me-sm-n9 {
    margin-right: -13rem !important;
  }
  .me-sm-n10 {
    margin-right: -16.75rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -10.5rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -13rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -16.75rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n2 {
    margin-left: -1rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n4 {
    margin-left: -2rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n6 {
    margin-left: -6rem !important;
  }
  .ms-sm-n7 {
    margin-left: -8rem !important;
  }
  .ms-sm-n8 {
    margin-left: -10.5rem !important;
  }
  .ms-sm-n9 {
    margin-left: -13rem !important;
  }
  .ms-sm-n10 {
    margin-left: -16.75rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .p-sm-5 {
    padding: 3.5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 8rem !important;
  }
  .p-sm-8 {
    padding: 10.5rem !important;
  }
  .p-sm-9 {
    padding: 13rem !important;
  }
  .p-sm-10 {
    padding: 16.75rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-8 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-sm-9 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-10 {
    padding-right: 16.75rem !important;
    padding-left: 16.75rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-8 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-sm-9 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-10 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 2rem !important;
  }
  .pt-sm-5 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 8rem !important;
  }
  .pt-sm-8 {
    padding-top: 10.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 13rem !important;
  }
  .pt-sm-10 {
    padding-top: 16.75rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 2rem !important;
  }
  .pe-sm-5 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 8rem !important;
  }
  .pe-sm-8 {
    padding-right: 10.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 13rem !important;
  }
  .pe-sm-10 {
    padding-right: 16.75rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 10.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 16.75rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 2rem !important;
  }
  .ps-sm-5 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 8rem !important;
  }
  .ps-sm-8 {
    padding-left: 10.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 13rem !important;
  }
  .ps-sm-10 {
    padding-left: 16.75rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.5rem !important;
  }
  .gap-md-2 {
    gap: 1rem !important;
  }
  .gap-md-3 {
    gap: 1.5rem !important;
  }
  .gap-md-4 {
    gap: 2rem !important;
  }
  .gap-md-5 {
    gap: 3.5rem !important;
  }
  .gap-md-6 {
    gap: 6rem !important;
  }
  .gap-md-7 {
    gap: 8rem !important;
  }
  .gap-md-8 {
    gap: 10.5rem !important;
  }
  .gap-md-9 {
    gap: 13rem !important;
  }
  .gap-md-10 {
    gap: 16.75rem !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.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .m-md-5 {
    margin: 3.5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 8rem !important;
  }
  .m-md-8 {
    margin: 10.5rem !important;
  }
  .m-md-9 {
    margin: 13rem !important;
  }
  .m-md-10 {
    margin: 16.75rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-8 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-md-9 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-10 {
    margin-right: 16.75rem !important;
    margin-left: 16.75rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-8 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-md-9 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-10 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !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.5rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 2rem !important;
  }
  .mt-md-5 {
    margin-top: 3.5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 8rem !important;
  }
  .mt-md-8 {
    margin-top: 10.5rem !important;
  }
  .mt-md-9 {
    margin-top: 13rem !important;
  }
  .mt-md-10 {
    margin-top: 16.75rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 2rem !important;
  }
  .me-md-5 {
    margin-right: 3.5rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-7 {
    margin-right: 8rem !important;
  }
  .me-md-8 {
    margin-right: 10.5rem !important;
  }
  .me-md-9 {
    margin-right: 13rem !important;
  }
  .me-md-10 {
    margin-right: 16.75rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 8rem !important;
  }
  .mb-md-8 {
    margin-bottom: 10.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 13rem !important;
  }
  .mb-md-10 {
    margin-bottom: 16.75rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 2rem !important;
  }
  .ms-md-5 {
    margin-left: 3.5rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 8rem !important;
  }
  .ms-md-8 {
    margin-left: 10.5rem !important;
  }
  .ms-md-9 {
    margin-left: 13rem !important;
  }
  .ms-md-10 {
    margin-left: 16.75rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.5rem !important;
  }
  .m-md-n2 {
    margin: -1rem !important;
  }
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  .m-md-n4 {
    margin: -2rem !important;
  }
  .m-md-n5 {
    margin: -3.5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n7 {
    margin: -8rem !important;
  }
  .m-md-n8 {
    margin: -10.5rem !important;
  }
  .m-md-n9 {
    margin: -13rem !important;
  }
  .m-md-n10 {
    margin: -16.75rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n8 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-md-n9 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-md-n10 {
    margin-right: -16.75rem !important;
    margin-left: -16.75rem !important;
  }
  .my-md-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n8 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-md-n9 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-md-n10 {
    margin-top: -16.75rem !important;
    margin-bottom: -16.75rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n2 {
    margin-top: -1rem !important;
  }
  .mt-md-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n4 {
    margin-top: -2rem !important;
  }
  .mt-md-n5 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n7 {
    margin-top: -8rem !important;
  }
  .mt-md-n8 {
    margin-top: -10.5rem !important;
  }
  .mt-md-n9 {
    margin-top: -13rem !important;
  }
  .mt-md-n10 {
    margin-top: -16.75rem !important;
  }
  .me-md-n1 {
    margin-right: -0.5rem !important;
  }
  .me-md-n2 {
    margin-right: -1rem !important;
  }
  .me-md-n3 {
    margin-right: -1.5rem !important;
  }
  .me-md-n4 {
    margin-right: -2rem !important;
  }
  .me-md-n5 {
    margin-right: -3.5rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n7 {
    margin-right: -8rem !important;
  }
  .me-md-n8 {
    margin-right: -10.5rem !important;
  }
  .me-md-n9 {
    margin-right: -13rem !important;
  }
  .me-md-n10 {
    margin-right: -16.75rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -10.5rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -13rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -16.75rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n2 {
    margin-left: -1rem !important;
  }
  .ms-md-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n4 {
    margin-left: -2rem !important;
  }
  .ms-md-n5 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n7 {
    margin-left: -8rem !important;
  }
  .ms-md-n8 {
    margin-left: -10.5rem !important;
  }
  .ms-md-n9 {
    margin-left: -13rem !important;
  }
  .ms-md-n10 {
    margin-left: -16.75rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .p-md-5 {
    padding: 3.5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 8rem !important;
  }
  .p-md-8 {
    padding: 10.5rem !important;
  }
  .p-md-9 {
    padding: 13rem !important;
  }
  .p-md-10 {
    padding: 16.75rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-8 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-md-9 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-10 {
    padding-right: 16.75rem !important;
    padding-left: 16.75rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-8 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-md-9 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-10 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 2rem !important;
  }
  .pt-md-5 {
    padding-top: 3.5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 8rem !important;
  }
  .pt-md-8 {
    padding-top: 10.5rem !important;
  }
  .pt-md-9 {
    padding-top: 13rem !important;
  }
  .pt-md-10 {
    padding-top: 16.75rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 2rem !important;
  }
  .pe-md-5 {
    padding-right: 3.5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 8rem !important;
  }
  .pe-md-8 {
    padding-right: 10.5rem !important;
  }
  .pe-md-9 {
    padding-right: 13rem !important;
  }
  .pe-md-10 {
    padding-right: 16.75rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 8rem !important;
  }
  .pb-md-8 {
    padding-bottom: 10.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 13rem !important;
  }
  .pb-md-10 {
    padding-bottom: 16.75rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 2rem !important;
  }
  .ps-md-5 {
    padding-left: 3.5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 8rem !important;
  }
  .ps-md-8 {
    padding-left: 10.5rem !important;
  }
  .ps-md-9 {
    padding-left: 13rem !important;
  }
  .ps-md-10 {
    padding-left: 16.75rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.5rem !important;
  }
  .gap-lg-2 {
    gap: 1rem !important;
  }
  .gap-lg-3 {
    gap: 1.5rem !important;
  }
  .gap-lg-4 {
    gap: 2rem !important;
  }
  .gap-lg-5 {
    gap: 3.5rem !important;
  }
  .gap-lg-6 {
    gap: 6rem !important;
  }
  .gap-lg-7 {
    gap: 8rem !important;
  }
  .gap-lg-8 {
    gap: 10.5rem !important;
  }
  .gap-lg-9 {
    gap: 13rem !important;
  }
  .gap-lg-10 {
    gap: 16.75rem !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.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .m-lg-5 {
    margin: 3.5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 8rem !important;
  }
  .m-lg-8 {
    margin: 10.5rem !important;
  }
  .m-lg-9 {
    margin: 13rem !important;
  }
  .m-lg-10 {
    margin: 16.75rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-8 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-10 {
    margin-right: 16.75rem !important;
    margin-left: 16.75rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-8 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-lg-9 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-10 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !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.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 2rem !important;
  }
  .mt-lg-5 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 8rem !important;
  }
  .mt-lg-8 {
    margin-top: 10.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 13rem !important;
  }
  .mt-lg-10 {
    margin-top: 16.75rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 2rem !important;
  }
  .me-lg-5 {
    margin-right: 3.5rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 8rem !important;
  }
  .me-lg-8 {
    margin-right: 10.5rem !important;
  }
  .me-lg-9 {
    margin-right: 13rem !important;
  }
  .me-lg-10 {
    margin-right: 16.75rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 10.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 16.75rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 2rem !important;
  }
  .ms-lg-5 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 8rem !important;
  }
  .ms-lg-8 {
    margin-left: 10.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 13rem !important;
  }
  .ms-lg-10 {
    margin-left: 16.75rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.5rem !important;
  }
  .m-lg-n2 {
    margin: -1rem !important;
  }
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  .m-lg-n4 {
    margin: -2rem !important;
  }
  .m-lg-n5 {
    margin: -3.5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n7 {
    margin: -8rem !important;
  }
  .m-lg-n8 {
    margin: -10.5rem !important;
  }
  .m-lg-n9 {
    margin: -13rem !important;
  }
  .m-lg-n10 {
    margin: -16.75rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n8 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-lg-n9 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-lg-n10 {
    margin-right: -16.75rem !important;
    margin-left: -16.75rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n8 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-lg-n9 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-lg-n10 {
    margin-top: -16.75rem !important;
    margin-bottom: -16.75rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -1rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n4 {
    margin-top: -2rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n7 {
    margin-top: -8rem !important;
  }
  .mt-lg-n8 {
    margin-top: -10.5rem !important;
  }
  .mt-lg-n9 {
    margin-top: -13rem !important;
  }
  .mt-lg-n10 {
    margin-top: -16.75rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n2 {
    margin-right: -1rem !important;
  }
  .me-lg-n3 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n4 {
    margin-right: -2rem !important;
  }
  .me-lg-n5 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n7 {
    margin-right: -8rem !important;
  }
  .me-lg-n8 {
    margin-right: -10.5rem !important;
  }
  .me-lg-n9 {
    margin-right: -13rem !important;
  }
  .me-lg-n10 {
    margin-right: -16.75rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -10.5rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -13rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -16.75rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n2 {
    margin-left: -1rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n4 {
    margin-left: -2rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n7 {
    margin-left: -8rem !important;
  }
  .ms-lg-n8 {
    margin-left: -10.5rem !important;
  }
  .ms-lg-n9 {
    margin-left: -13rem !important;
  }
  .ms-lg-n10 {
    margin-left: -16.75rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .p-lg-5 {
    padding: 3.5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 8rem !important;
  }
  .p-lg-8 {
    padding: 10.5rem !important;
  }
  .p-lg-9 {
    padding: 13rem !important;
  }
  .p-lg-10 {
    padding: 16.75rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-8 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-lg-9 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-10 {
    padding-right: 16.75rem !important;
    padding-left: 16.75rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-8 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-lg-9 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-10 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 2rem !important;
  }
  .pt-lg-5 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 8rem !important;
  }
  .pt-lg-8 {
    padding-top: 10.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 13rem !important;
  }
  .pt-lg-10 {
    padding-top: 16.75rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 2rem !important;
  }
  .pe-lg-5 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 8rem !important;
  }
  .pe-lg-8 {
    padding-right: 10.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 13rem !important;
  }
  .pe-lg-10 {
    padding-right: 16.75rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 10.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 16.75rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 2rem !important;
  }
  .ps-lg-5 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 8rem !important;
  }
  .ps-lg-8 {
    padding-left: 10.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 13rem !important;
  }
  .ps-lg-10 {
    padding-left: 16.75rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.5rem !important;
  }
  .gap-xl-2 {
    gap: 1rem !important;
  }
  .gap-xl-3 {
    gap: 1.5rem !important;
  }
  .gap-xl-4 {
    gap: 2rem !important;
  }
  .gap-xl-5 {
    gap: 3.5rem !important;
  }
  .gap-xl-6 {
    gap: 6rem !important;
  }
  .gap-xl-7 {
    gap: 8rem !important;
  }
  .gap-xl-8 {
    gap: 10.5rem !important;
  }
  .gap-xl-9 {
    gap: 13rem !important;
  }
  .gap-xl-10 {
    gap: 16.75rem !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.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .m-xl-5 {
    margin: 3.5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-7 {
    margin: 8rem !important;
  }
  .m-xl-8 {
    margin: 10.5rem !important;
  }
  .m-xl-9 {
    margin: 13rem !important;
  }
  .m-xl-10 {
    margin: 16.75rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-8 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xl-9 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-10 {
    margin-right: 16.75rem !important;
    margin-left: 16.75rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-8 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xl-9 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-10 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !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.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 2rem !important;
  }
  .mt-xl-5 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 8rem !important;
  }
  .mt-xl-8 {
    margin-top: 10.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 13rem !important;
  }
  .mt-xl-10 {
    margin-top: 16.75rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 2rem !important;
  }
  .me-xl-5 {
    margin-right: 3.5rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 8rem !important;
  }
  .me-xl-8 {
    margin-right: 10.5rem !important;
  }
  .me-xl-9 {
    margin-right: 13rem !important;
  }
  .me-xl-10 {
    margin-right: 16.75rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 16.75rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 2rem !important;
  }
  .ms-xl-5 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 8rem !important;
  }
  .ms-xl-8 {
    margin-left: 10.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 13rem !important;
  }
  .ms-xl-10 {
    margin-left: 16.75rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.5rem !important;
  }
  .m-xl-n2 {
    margin: -1rem !important;
  }
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  .m-xl-n4 {
    margin: -2rem !important;
  }
  .m-xl-n5 {
    margin: -3.5rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n7 {
    margin: -8rem !important;
  }
  .m-xl-n8 {
    margin: -10.5rem !important;
  }
  .m-xl-n9 {
    margin: -13rem !important;
  }
  .m-xl-n10 {
    margin: -16.75rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n8 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xl-n9 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xl-n10 {
    margin-right: -16.75rem !important;
    margin-left: -16.75rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n8 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xl-n9 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xl-n10 {
    margin-top: -16.75rem !important;
    margin-bottom: -16.75rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n2 {
    margin-top: -1rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n4 {
    margin-top: -2rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n7 {
    margin-top: -8rem !important;
  }
  .mt-xl-n8 {
    margin-top: -10.5rem !important;
  }
  .mt-xl-n9 {
    margin-top: -13rem !important;
  }
  .mt-xl-n10 {
    margin-top: -16.75rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n2 {
    margin-right: -1rem !important;
  }
  .me-xl-n3 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n4 {
    margin-right: -2rem !important;
  }
  .me-xl-n5 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n7 {
    margin-right: -8rem !important;
  }
  .me-xl-n8 {
    margin-right: -10.5rem !important;
  }
  .me-xl-n9 {
    margin-right: -13rem !important;
  }
  .me-xl-n10 {
    margin-right: -16.75rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -13rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -16.75rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n2 {
    margin-left: -1rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n4 {
    margin-left: -2rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n7 {
    margin-left: -8rem !important;
  }
  .ms-xl-n8 {
    margin-left: -10.5rem !important;
  }
  .ms-xl-n9 {
    margin-left: -13rem !important;
  }
  .ms-xl-n10 {
    margin-left: -16.75rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .p-xl-5 {
    padding: 3.5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-7 {
    padding: 8rem !important;
  }
  .p-xl-8 {
    padding: 10.5rem !important;
  }
  .p-xl-9 {
    padding: 13rem !important;
  }
  .p-xl-10 {
    padding: 16.75rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-8 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xl-9 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-10 {
    padding-right: 16.75rem !important;
    padding-left: 16.75rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-8 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xl-9 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-10 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 2rem !important;
  }
  .pt-xl-5 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 8rem !important;
  }
  .pt-xl-8 {
    padding-top: 10.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 13rem !important;
  }
  .pt-xl-10 {
    padding-top: 16.75rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 2rem !important;
  }
  .pe-xl-5 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 8rem !important;
  }
  .pe-xl-8 {
    padding-right: 10.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 13rem !important;
  }
  .pe-xl-10 {
    padding-right: 16.75rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 16.75rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 2rem !important;
  }
  .ps-xl-5 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 8rem !important;
  }
  .ps-xl-8 {
    padding-left: 10.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 13rem !important;
  }
  .ps-xl-10 {
    padding-left: 16.75rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.5rem !important;
  }
  .gap-xxl-2 {
    gap: 1rem !important;
  }
  .gap-xxl-3 {
    gap: 1.5rem !important;
  }
  .gap-xxl-4 {
    gap: 2rem !important;
  }
  .gap-xxl-5 {
    gap: 3.5rem !important;
  }
  .gap-xxl-6 {
    gap: 6rem !important;
  }
  .gap-xxl-7 {
    gap: 8rem !important;
  }
  .gap-xxl-8 {
    gap: 10.5rem !important;
  }
  .gap-xxl-9 {
    gap: 13rem !important;
  }
  .gap-xxl-10 {
    gap: 16.75rem !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.5rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .m-xxl-3 {
    margin: 1.5rem !important;
  }
  .m-xxl-4 {
    margin: 2rem !important;
  }
  .m-xxl-5 {
    margin: 3.5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-7 {
    margin: 8rem !important;
  }
  .m-xxl-8 {
    margin: 10.5rem !important;
  }
  .m-xxl-9 {
    margin: 13rem !important;
  }
  .m-xxl-10 {
    margin: 16.75rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-7 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-8 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-10 {
    margin-right: 16.75rem !important;
    margin-left: 16.75rem !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.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-8 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-10 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !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.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 8rem !important;
  }
  .mt-xxl-8 {
    margin-top: 10.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 13rem !important;
  }
  .mt-xxl-10 {
    margin-top: 16.75rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 1rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 2rem !important;
  }
  .me-xxl-5 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 8rem !important;
  }
  .me-xxl-8 {
    margin-right: 10.5rem !important;
  }
  .me-xxl-9 {
    margin-right: 13rem !important;
  }
  .me-xxl-10 {
    margin-right: 16.75rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 16.75rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 8rem !important;
  }
  .ms-xxl-8 {
    margin-left: 10.5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 13rem !important;
  }
  .ms-xxl-10 {
    margin-left: 16.75rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.5rem !important;
  }
  .m-xxl-n2 {
    margin: -1rem !important;
  }
  .m-xxl-n3 {
    margin: -1.5rem !important;
  }
  .m-xxl-n4 {
    margin: -2rem !important;
  }
  .m-xxl-n5 {
    margin: -3.5rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .m-xxl-n7 {
    margin: -8rem !important;
  }
  .m-xxl-n8 {
    margin: -10.5rem !important;
  }
  .m-xxl-n9 {
    margin: -13rem !important;
  }
  .m-xxl-n10 {
    margin: -16.75rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -16.75rem !important;
    margin-left: -16.75rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n7 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n8 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xxl-n9 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xxl-n10 {
    margin-top: -16.75rem !important;
    margin-bottom: -16.75rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -10.5rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -13rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -16.75rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n2 {
    margin-right: -1rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n4 {
    margin-right: -2rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxl-n7 {
    margin-right: -8rem !important;
  }
  .me-xxl-n8 {
    margin-right: -10.5rem !important;
  }
  .me-xxl-n9 {
    margin-right: -13rem !important;
  }
  .me-xxl-n10 {
    margin-right: -16.75rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -13rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -16.75rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -10.5rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -13rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -16.75rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 2rem !important;
  }
  .p-xxl-5 {
    padding: 3.5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 8rem !important;
  }
  .p-xxl-8 {
    padding: 10.5rem !important;
  }
  .p-xxl-9 {
    padding: 13rem !important;
  }
  .p-xxl-10 {
    padding: 16.75rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-7 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-8 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xxl-9 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-10 {
    padding-right: 16.75rem !important;
    padding-left: 16.75rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-8 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xxl-9 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-10 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 8rem !important;
  }
  .pt-xxl-8 {
    padding-top: 10.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 13rem !important;
  }
  .pt-xxl-10 {
    padding-top: 16.75rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 8rem !important;
  }
  .pe-xxl-8 {
    padding-right: 10.5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 13rem !important;
  }
  .pe-xxl-10 {
    padding-right: 16.75rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 16.75rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 8rem !important;
  }
  .ps-xxl-8 {
    padding-left: 10.5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 13rem !important;
  }
  .ps-xxl-10 {
    padding-left: 16.75rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/******
ADMIN MIXINS
*******/
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/********
CSS USER VARS
--gof_heading-font
--gof_primary-font
--gof_accent_1
--gof_accent_2
--gof_link_color
--gof_button_background
--gof_button_text
--gof_header_2
--gof_header_3
--gof_header_4

HOW TO ADD NEW VARIABLES
Use the BEM system for css classes for scss variables
********/
/****
TYPOGRAPHY
*****/
/****
BUTTONS
*****/
/****
SPACING
*****/
/****
HEADER MENU
*****/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.fitness_assesment_container {
  background: initial !important;
  position: fixed;
  /*width: 100%;*/
  height: auto !important;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
  overflow-y: auto;
  /*background-color: rgba(0,0,0,.6);}*/
}

.fitness_assesment_container .go321-modal-inner {
  background-position: center;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 100px auto 100px;
  margin-top: 20vh;
  padding: 60px 15px !important;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 22px rgba(68, 68, 68, 0.2);
  -moz-box-shadow: 1px 1px 22px rgba(68, 68, 68, 0.2);
  box-shadow: 1px 1px 22px rgba(68, 68, 68, 0.2);
  position: fixed !important;
  max-width: 400px;
  margin: 0;
  margin-top: 0;
  padding: 20px;
  right: auto !important;
  left: 0;
  bottom: 0;
  border: none !important;
}

.fitness_assesment_container .go321-modal-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.fitness_assesment_container .go321-modal-inner > * {
  position: relative;
  color: #ffffff;
}

.fitness_assesment_container .go321-modal-inner .go321-close-modal {
  color: #ffffff;
  text-align: right;
  display: block;
  -moz-transition: 0.3s ease color;
  -o-transition: 0.3s ease color;
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color;
  position: absolute;
  top: 5px;
  font-size: 26px;
  right: 5px;
}

.fitness_assesment_container .go321-modal-inner .go321-close-modal:hover {
  color: #0c0c0c;
  cursor: pointer;
}

.fitness_assesment_container .go321-modal-inner h3 {
  font-size: 1.2rem;
  padding-bottom: 10px;
}

.fitness_assesment_container .go321-modal-inner .subheader {
  font-size: 1.1rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
}

.fitness_assesment_container .go321-modal-inner .fa-popup-text {
  max-width: 290px;
  margin: 0 auto;
  text-align: left;
}

.fitness_assesment_container .go321-modal-inner .btn-fitness-assessment {
  display: block;
  margin: 30px auto 0;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  max-width: 290px;
  width: 100%;
  white-space: initial;
  padding: 16px 0px;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.fitness_assesment_container .go321-modal-inner .btn-fitness-assessment:hover {
  cursor: pointer;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.8);
}

.fitness_assesment_container .gof_fe_modal__wrapper {
  position: fixed !important;
  max-width: 400px;
  margin: 0;
  margin-top: 0;
  padding: 20px;
  right: auto !important;
  left: 0;
  bottom: 0;
  border: none !important;
}

.fitness_assesment_container .go321-modal-inner h3 {
  font-size: 1.3rem;
  color: #ffffff;
  border-bottom: 1px solid #676565;
}

.fitness_assesment_container .go321-modal-content p {
  font-size: 15px;
  color: #fff;
}

.fitness_assesment_container .go321-modal-content .icon {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .fitness_assesment_container {
    height: auto;
    bottom: 0;
    top: auto;
  }
  .fitness_assesment_container .go321-modal-inner {
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    overflow: auto;
    max-width: 100%;
    height: auto;
    position: relative !important;
  }
}
body.gof-block-preview .fitness_assesment_container {
  display: none !important;
}

html {
  font-size: var(--gof_primary-font) Size;
}

body {
  font-family: var(--gof_primary-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.1px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
}
body.disable-scrolling {
  overflow: hidden;
}
body.font-Arvo-Lato p {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: var(--gof_link_color);
  font-weight: 600;
  -moz-transition: 0.3s ease color;
  -o-transition: 0.3s ease color;
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color;
}
a:hover, a:focus {
  text-decoration: none;
  opacity: 7;
}
a.gof_fe-style__link--body {
  font-weight: 500;
  color: #404040;
}
a.gof_fe-color__link--body {
  color: #404040;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--gof_heading-font);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
h1 .color, h2 .color, h3 .color, h4 .color, h5 .color, h6 .color {
  color: var(--gof_accent_1);
}

h1.gof_fe-header, h2.gof_fe-header, h3.gof_fe-header, h4.gof_fe-header, h5.gof_fe-header, h6.gof_fe-header {
  font-weight: 500;
}

.font-hero, .gof_fe-header.--hero {
  font-size: 3.5rem;
}

.font-hero, .gof_fe-header.--hero {
  font-size: 5rem;
  line-height: 1;
}

.gof_fe-font--highlighted {
  padding: 10px 10px 8px;
  background-color: rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 3.998rem;
}

h2 {
  font-size: 3.157rem;
}

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

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

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

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

@media (max-width: 575.98px) {
  h1 {
    font-size: 2.488rem;
  }
  h2 {
    font-size: 2.074rem;
  }
  h3 {
    font-size: 1.728rem;
  }
  h4 {
    font-size: 1.44rem;
  }
  h5 {
    font-size: 1.2rem;
  }
}
p {
  color: #404040;
}
p.lead {
  line-height: 1.4;
}
p.prompt {
  color: #C0C0C0;
}

b, strong {
  font-weight: 700;
}

.gof_fe_color--button-background {
  position: relative;
  color: var(--gof_link_color);
  padding: 3px 5px;
}
.gof_fe_color--button-background:before {
  content: "";
  background-color: var(--gof_link_color);
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.gof_fe-color--body {
  color: #404040;
}

.gof_fe-color-title {
  color: #404040;
}

.gof_fe-color-title--secondary {
  color: #6E6E73;
}

.gof_fe-font-weigh--medium {
  font-weight: 500;
}

.color-link {
  color: var(--gof_link_color);
}

.color-button_background {
  color: var(--gof_button_background);
}

.color-button_text {
  color: var(--gof_button_text);
}

.color-yellow {
  color: #F5BE4F;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
}

.inline-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.inline-list li {
  display: inline-block;
  margin-right: 1rem;
}
.inline-list > li:last-child {
  margin-right: 0;
}

body.header-transparent .site-header, body.header-boxed-transparent .site-header {
  background-color: transparent !important;
}
body.header-transparent .entry-content > section:not(.gof-block):first-child, body.header-boxed-transparent .entry-content > section:not(.gof-block):first-child {
  padding-top: 160px;
}
@media (max-width: 575.98px) {
  body.header-transparent .entry-content > section:not(.gof-block):first-child, body.header-boxed-transparent .entry-content > section:not(.gof-block):first-child {
    padding-top: 120px !important;
  }
}
body.header-transparent .entry-content > section.gof-block:first-child, body.header-boxed-transparent .entry-content > section.gof-block:first-child {
  padding-top: 100px !important;
}
@media (max-width: 575.98px) {
  body.header-transparent .entry-content > section.gof-block:first-child, body.header-boxed-transparent .entry-content > section.gof-block:first-child {
    padding-top: 80px !important;
  }
}

.gof_fe_top-banner {
  -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.05) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.gof_fe_top-banner .gof-btn {
  padding: 3px 5px !important;
}
.gof_fe_top-banner.bg-white {
  -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.03) !important;
  -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.03) !important;
  box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.03) !important;
}
.gof_fe_top-banner.bg-black {
  -webkit-box-shadow: inset 0px 0px 15px 5px rgba(68, 68, 68, 0.15) !important;
  -moz-box-shadow: inset 0px 0px 15px 5px rgba(68, 68, 68, 0.15) !important;
  box-shadow: inset 0px 0px 15px 5px rgba(68, 68, 68, 0.15) !important;
}

.gof_fe_top-banner__close {
  color: #404040;
}

.gof_fe_header-transparent {
  position: relative;
}
.gof_fe_header-transparent .gof_fe_header-transparent__container {
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.gof_fe_header-transparent.boxed-transparent .gof_fe_header {
  padding: 0 0.75rem;
}
.gof_fe_header-transparent.boxed-transparent .gof_fe_header__container {
  margin-top: 15px;
  border-radius: 4px;
}
.gof_fe_header-transparent.boxed-transparent .gof_fe-header__logo img {
  max-height: 50px !important;
}
.gof_fe_header-transparent.boxed-transparent .outer-nav-below {
  display: none !important;
}

.site-header {
  position: relative;
}
.site-header .gof_fe-header__logo {
  display: block;
}
.site-header .gof_fe-header__logo img {
  width: auto;
  height: auto;
  max-height: 75px;
  max-width: 225px;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .site-header .gof_fe-header__logo img {
    max-height: 75px;
    max-width: 100%;
  }
}
.site-header .gof_fe-header__logo .gof_fe-header__logo-text {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .site-header .gof_fe-header__logo .gof_fe-header__logo-text {
    font-size: 1rem;
  }
}
.site-header .gof_fe-header__logo .gof_fe-header__logo-text small {
  font-size: 70%;
}
.site-header .gof-btn.outline {
  min-width: 0;
  color: #404040;
}
.site-header.text-white .language-switcher-header, .site-header.bg-black .language-switcher-header, .site-header .gof_fe_header-transparent.transparent .language-switcher-header {
  background: rgba(127, 127, 127, 0.05);
  border: 1px solid rgba(127, 127, 127, 0.1);
}
.site-header.text-white .language-switcher-header span, .site-header.bg-black .language-switcher-header span, .site-header .gof_fe_header-transparent.transparent .language-switcher-header span {
  color: #ffffff;
}
.site-header.text-white .gof_fe-header__logo *, .site-header.text-white .outer-nav-inline *, .site-header.text-white .outer-nav-below *, .site-header.bg-black .gof_fe-header__logo *, .site-header.bg-black .outer-nav-inline *, .site-header.bg-black .outer-nav-below *, .site-header .gof_fe_header-transparent.transparent .gof_fe-header__logo *, .site-header .gof_fe_header-transparent.transparent .outer-nav-inline *, .site-header .gof_fe_header-transparent.transparent .outer-nav-below * {
  color: #ffffff !important;
}
.site-header.text-white .toggle-menu-open i, .site-header.bg-black .toggle-menu-open i, .site-header .gof_fe_header-transparent.transparent .toggle-menu-open i {
  color: #ffffff !important;
}
.site-header.bg-black ul#top-menu ul.sub-menu li, .site-header .gof_fe_header-transparent ul#top-menu ul.sub-menu li {
  background-color: #202020;
}
.site-header.bg-black ul#top-menu ul.sub-menu li a, .site-header .gof_fe_header-transparent ul#top-menu ul.sub-menu li a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.site-header.bg-accent_1 ul#top-menu ul.sub-menu li {
  background-color: var(--gof_accent_1);
}
.site-header.bg-accent_2 ul#top-menu ul.sub-menu li {
  background-color: var(--gof_accent_2);
}

.outer-nav-inline .nav > li.current_page_item, .outer-nav-below .nav > li.current_page_item {
  font-weight: bold;
  text-decoration: underline;
}
.outer-nav-inline .nav > li > a:hover, .outer-nav-inline .nav > li a:focus, .outer-nav-below .nav > li > a:hover, .outer-nav-below .nav > li a:focus {
  background-color: transparent;
}

.outer-nav-inline ul > li {
  margin: 0.5rem;
}
.outer-nav-inline ul > li:first-child {
  margin-left: 0;
}
.outer-nav-inline ul > li:last-child {
  margin-right: 0;
}
.outer-nav-inline a {
  color: #404040;
}

.outer-nav-below .nav > li {
  width: auto;
  text-align: left;
}
.outer-nav-below .nav > li:first-child {
  padding-left: 0;
}
.outer-nav-below a {
  color: #404040;
}
.outer-nav-below ul#top-menu ul.sub-menu {
  padding-top: 15px;
}

.gof_fe-main-menu-dropdown {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: none;
  z-index: 9999;
  right: 0;
  top: 0;
}
.gof_fe-main-menu-dropdown.bg-black {
  background-color: rgba(64, 64, 64, 0.8) !important;
}
.gof_fe-main-menu-dropdown.bg-accent_1, .gof_fe-main-menu-dropdown.bg-accent_2 {
  background-color: rgba(64, 64, 64, 0.6) !important;
}
.gof_fe-main-menu-dropdown.bg-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.gof_fe-main-menu-dropdown__content {
  display: block;
  margin-right: 0;
  margin-left: auto;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: 600px;
  -webkit-box-shadow: -6px 3px 20px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: -6px 3px 20px rgba(0, 0, 0, 0.3) !important;
  box-shadow: -6px 3px 20px rgba(0, 0, 0, 0.3) !important;
}
.gof_fe-main-menu-dropdown__content .get-started-btn {
  margin-left: auto;
  margin-right: auto;
}
.gof_fe-main-menu-dropdown__content li {
  list-style: none;
  padding-bottom: 0;
}
.gof_fe-main-menu-dropdown__content li ul.children a {
  padding: 20px 10px 10px;
}
.gof_fe-main-menu-dropdown__content ul.sub-menu {
  height: auto;
  overflow: visible;
  padding-left: 0;
}
.gof_fe-main-menu-dropdown__content ul.sub-menu li {
  display: block;
  width: 100%;
  padding-left: 20px;
}
.gof_fe-main-menu-dropdown__content .menu a {
  display: block;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  position: relative;
  color: #404040;
  text-transform: capitalize;
}
.gof_fe-main-menu-dropdown__content .menu a:hover {
  background: none;
  text-decoration: none;
}
.gof_fe-main-menu-dropdown__content ul.sub-menu {
  height: auto;
  overflow: visible;
  padding-left: 0;
}
.gof_fe-main-menu-dropdown__content ul.sub-menu li {
  display: block;
  width: 100%;
  padding-left: 30px;
}
.gof_fe-main-menu-dropdown__content.bg-black ul.sub-menu {
  background-color: #404040 !important;
}
.gof_fe-main-menu-dropdown__content.bg-accent_1 ul.sub-menu, .gof_fe-main-menu-dropdown__content.bg-accent_2 ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

ul#top-menu .menu-item-has-children:hover ul.sub-menu {
  display: block;
}
ul#top-menu .menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 3px;
  vertical-align: middle;
}
ul#top-menu ul.sub-menu {
  list-style: none;
  position: absolute;
  padding-left: 0;
  z-index: 123;
  padding-top: 20px;
  margin-left: 0;
  min-width: 200px;
  background-color: #ffffff;
  text-align: left;
  display: none;
}
ul#top-menu ul.sub-menu li {
  background-color: #ffffff;
  display: block;
  margin: 0;
}
ul#top-menu ul.sub-menu li a {
  padding: 10px 5px 10px 20px;
  display: block;
  text-align: left;
  border-bottom: solid 1px rgba(64, 64, 64, 0.2);
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  ul#top-menu ul.sub-menu {
    display: none;
  }
  .site-header {
    height: auto;
    border: 0;
  }
  .site-header .gof_fe-main-menu-dropdown .nav.navbar-nav.navbar-right > li a {
    color: #404040;
  }
  .site-header .dropdown-toggle {
    z-index: 2;
  }
  .header-cta-text span {
    display: block;
  }
  .site-header .gof_fe_header__content .dropdown-toggle.open {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.1);
  }
}
/* Footer */
.gof_fe_btn__scroll-to-top {
  position: fixed;
  bottom: 27px;
  left: 15px;
  z-index: 999;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 0.6;
  -moz-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.gof_fe_btn__scroll-to-top i {
  display: block;
  line-height: 40px;
  color: #404040;
  font-size: 1.1rem;
  width: 40px;
}
.gof_fe_btn__scroll-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

.gof_fe_btn__cta-fixed {
  display: none;
  position: fixed;
  z-index: 999;
  width: auto;
  height: auto;
  bottom: 20px;
  left: 70px;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2) !important;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 575.98px) {
  .gof_fe_btn__cta-fixed {
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0;
  }
  .gof_fe_btn__cta-fixed a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.gof_fe_btn__cta-fixed a {
  text-transform: capitalize;
  font-weight: 600;
  padding: 12px 15px;
  display: inline-block;
  text-align: center;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  min-width: 200px;
  background-color: var(--gof_button_background);
  color: var(--gof_button_text);
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
}
.gof_fe_btn__cta-fixed a:hover {
  color: var(--gof_button_background);
  border-color: var(--gof_button_background);
  background-color: var(--gof_button_text);
}
.gof_fe_btn__cta-fixed a i {
  margin-right: 5px;
  font-weight: 700;
}

.footer .footer-bg-logo {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 20px;
  top: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  filter: grayscale(100%);
}
.footer .footer-logo {
  display: block;
}
.footer .footer-logo img {
  width: auto;
  height: auto;
  max-height: 95px;
  max-width: 225px;
  vertical-align: middle;
}
.footer ul.menu {
  padding-left: 0;
  margin: 0;
}
.footer ul.menu li {
  list-style: none;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer .social-wrapper ul {
  padding-left: 0;
}
.footer .footer-nav-wrapper .sub-menu {
  padding-top: 10px;
}
.footer.bg-black .keep-navigating .gof_fe-panel {
  background-color: #404040 !important;
}

.gof_fe_footer__powered-by img {
  max-height: 20px;
  width: auto;
  vertical-align: middle;
}

.gof_fe_footer__address p {
  margin-bottom: 0;
}

.cd-schedule .timeline li:before {
  display: none !important;
}

.cd-schedule {
  position: relative;
  margin: 2em 0;
  /* HTML5 display-role reset for older browsers */
}
.cd-schedule div, .cd-schedule span, .cd-schedule applet, .cd-schedule object, .cd-schedule iframe,
.cd-schedule h1, .cd-schedule h2, .cd-schedule h3, .cd-schedule h4, .cd-schedule h5, .cd-schedule h6, .cd-schedule p, .cd-schedule blockquote, .cd-schedule pre,
.cd-schedule a, .cd-schedule abbr, .cd-schedule acronym, .cd-schedule address, .cd-schedule big, .cd-schedule cite, .cd-schedule code,
.cd-schedule del, .cd-schedule dfn, .cd-schedule em, .cd-schedule img, .cd-schedule ins, .cd-schedule kbd, .cd-schedule q, .cd-schedule s, .cd-schedule samp,
.cd-schedule small, .cd-schedule strike, .cd-schedule strong, .cd-schedule sub, .cd-schedule sup, .cd-schedule tt, .cd-schedule var,
.cd-schedule b, .cd-schedule u, .cd-schedule i, .cd-schedule center,
.cd-schedule dl, .cd-schedule dt, .cd-schedule dd, .cd-schedule ol, .cd-schedule ul, .cd-schedule li,
.cd-schedule fieldset, .cd-schedule form, .cd-schedule label, .cd-schedule legend,
.cd-schedule table, .cd-schedule caption, .cd-schedule tbody, .cd-schedule tfoot, .cd-schedule thead, .cd-schedule tr, .cd-schedule th, .cd-schedule td,
.cd-schedule article, .cd-schedule aside, .cd-schedule canvas, .cd-schedule details, .cd-schedule embed,
.cd-schedule figure, .cd-schedule figcaption, .cd-schedule footer, .cd-schedule header, .cd-schedule hgroup,
.cd-schedule menu, .cd-schedule nav, .cd-schedule output, .cd-schedule ruby, .cd-schedule section, .cd-schedule summary,
.cd-schedule time, .cd-schedule mark, .cd-schedule audio, .cd-schedule video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.cd-schedule article, .cd-schedule aside, .cd-schedule details, .cd-schedule figcaption, .cd-schedule figure,
.cd-schedule footer, .cd-schedule header, .cd-schedule hgroup, .cd-schedule menu, .cd-schedule nav, .cd-schedule section, .cd-schedule main {
  display: block;
}
.cd-schedule body {
  line-height: 1;
}
.cd-schedule ol, .cd-schedule ul {
  list-style: none;
}
.cd-schedule blockquote, .cd-schedule q {
  quotes: none;
}
.cd-schedule blockquote:before, .cd-schedule blockquote:after,
.cd-schedule q:before, .cd-schedule q:after {
  content: "";
  content: none;
}
.cd-schedule table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cd-schedule::before {
  /* never visible - this is used in js to check the current MQ */
  content: "mobile";
  display: none;
}

.cd-schedule .timeline {
  display: none;
}

.cd-schedule .events {
  position: relative;
  z-index: 1;
}

.cd-schedule .events .events-group {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
}

.cd-schedule .events .top-info {
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
}

.cd-schedule .events .top-info > span {
  display: inline-block;
  line-height: 1.2;
  font-weight: bold;
  text-transform: capitalize;
  font-weight: 700;
  color: #404040;
}

.cd-schedule .events .events-group > ul {
  position: relative;
  padding: 0 10px 10px;
  /* force its children to stay on one line */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cd-schedule .events .events-group > ul::-webkit-scrollbar {
  width: 1em;
}
.cd-schedule .events .events-group > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #f7f7f7;
}
.cd-schedule .events .events-group > ul::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  outline: 1px solid #e0e0e0;
}

.cd-schedule .events .events-group > ul::after {
  /* never visible - used to add a right padding to .events-group > ul */
  display: inline-block;
  content: "-";
  width: 1px;
  height: 100%;
  opacity: 0;
  color: transparent;
}

.cd-schedule .events .single-event {
  /* force them to stay on one line */
  height: auto !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  float: left;
  height: auto;
  min-height: 40px;
  width: auto;
  max-width: 300px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  margin-right: 20px;
  -webkit-transition: opacity 0.2s, background 0.2s, z-index 0.2s;
  transition: opacity 0.2s, background 0.2s, z-index 0.2s;
  background-color: #C0C0C0;
  padding-left: 0 !important;
  border-top: 1px solid rgba(64, 64, 64, 0.3);
}
.cd-schedule .events .single-event:hover {
  z-index: 999999;
}
.cd-schedule .events .single-event:before {
  display: none !important;
}

.cd-schedule .events .single-event:last-of-type {
  margin-right: 5%;
}

.cd-schedule .events .single-event a {
  display: block;
  height: 100%;
  padding: 15px 15px 25px;
}

.cd-schedule.loading .events .single-event {
  /* the class .loading is added by default to the .cd-schedule element
    it is removed as soon as the single events are placed in the schedule plan (using javascript) */
  opacity: 0;
}

.cd-schedule .event-name,
.cd-schedule .event-time-formatted {
  display: block;
  color: white;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-schedule .event-name {
  font-size: 1rem;
}

.cd-schedule .event-date {
  display: none !important;
}

.cd-schedule .event-time-formatted {
  /* they are not included in the the HTML but added using JavScript */
  font-size: 0.8rem;
  opacity: 0.85;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

.cd-schedule .single-event.event-crossfit {
  background-color: var(--gof_accent_1);
}
.cd-schedule .single-event.event-crossfit-kids {
  background-color: var(--gof_accent_1);
}
.cd-schedule .single-event.event-open-gym {
  background-color: var(--gof_accent_2);
}
.cd-schedule .single-event.event-personal-training {
  background-color: var(--gof_accent_2);
}
.cd-schedule .single-event.slot-multiple {
  margin-top: 20px;
}

.schedule-select-class ul {
  display: block;
  margin: 0 auto;
}
.schedule-select-class ul li {
  margin-bottom: 5px;
  line-height: 45px;
}
.schedule-select-class ul li:before {
  display: none !important;
}

.cd-schedule .timeline {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cd-schedule .timeline li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1100px) {
  .cd-schedule {
    width: 100%;
    margin: 2em auto;
    padding: 0 15px;
  }
  .cd-schedule::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule::before {
    content: "desktop";
  }
  .cd-schedule .timeline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 50px;
  }
  .cd-schedule .timeline li {
    position: relative;
    height: 50px;
  }
  .cd-schedule .timeline li::after {
    /* this is used to create the table horizontal lines */
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EAEAEA;
  }
  .cd-schedule .timeline li:last-of-type::after {
    display: none;
  }
  .cd-schedule .timeline li::after {
    width: calc(100% - 115px);
    left: 75px;
  }
  .cd-schedule .timeline li span {
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-schedule .timeline li:nth-of-type(2n) span {
    display: none;
  }
  .cd-schedule .events {
    float: left;
    width: 100%;
  }
  .cd-schedule .events .events-group {
    width: 14%;
    float: left;
    border: 1px solid #EAEAEA;
    /* reset style */
    margin-bottom: 0;
  }
  .cd-schedule .events .events-group:not(:first-of-type) {
    border-left-width: 0;
  }
  .cd-schedule .events .top-info {
    /* vertically center its content */
    display: table;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /* reset style */
    padding: 0;
  }
  .cd-schedule .events .top-info > span {
    /* vertically center inside its parent */
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.5em;
    text-align: center;
    background-color: #EBEBEB;
    /* reset style */
    font-weight: 600;
    margin-bottom: 0;
  }
  .cd-schedule .events .events-group > ul {
    height: 850px;
    /* reset style */
    display: block;
    overflow: visible;
    padding: 0;
  }
  .cd-schedule .events .events-group > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule .events .events-group > ul::after {
    /* reset style */
    display: none;
  }
  .cd-schedule .events .single-event {
    position: absolute;
    z-index: 3;
    /* top position and height will be set using js */
    width: calc(100% + 2px);
    left: -1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    /* reset style */
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: auto;
    max-width: none;
    margin-right: 0;
  }
  .cd-schedule .events .single-event a {
    padding: 5px 10px 10px;
  }
  .cd-schedule .events .single-event:last-of-type {
    /* reset style */
    margin-right: 0;
  }
  .cd-schedule .events .single-event.selected-event {
    /* the .selected-event class is added when an user select the event */
    visibility: hidden;
  }
  .cd-schedule .events {
    /* 60px is the .timeline element width */
    width: calc(100% - 60px);
    margin-left: 60px;
  }
}
@media only screen and (max-width: 560px) {
  .schedule-select-class li a {
    min-width: 130px;
  }
  .cd-schedule .events .events-group > ul {
    padding-bottom: 30px;
  }
  .cd-schedule .events .events-group:after {
    content: "Swipe for more ->";
    position: absolute;
    color: grey_light;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 5px;
    left: 10px;
    bottom: 8px;
    z-index: 3;
  }
}
#wodcontainer > div:first-child .wod .ListRecords:after {
  background-color: var(--gof_accent_1);
}
#wodcontainer .wods-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#wodcontainer .wod {
  color: #4A4A4A;
  display: inline-block;
  padding: 0px;
  margin: 35px 0;
  width: 100%;
}
#wodcontainer .wod .wod_header {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 35px;
}
#wodcontainer .wod .wod_comment {
  display: none;
}
#wodcontainer .wod .section_title {
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
}
#wodcontainer .wod .ListRecords {
  background: #F5F5F5;
  display: block;
  padding: 20px 30px;
  position: relative;
}
#wodcontainer .wod .ListRecords:after {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  top: -6px;
  height: 6px;
  /*width: 45%;*/
  width: 100%;
}
#wodcontainer .wod .ListRecords .component_show_wrapper {
  margin: 10px 0;
}
#wodcontainer .wod .ListRecords .component_show_wrapper .component_name {
  font-weight: 600;
  margin-bottom: 5px;
}
#wodcontainer .wod .ListRecords .component_wrapper {
  margin-top: 5px;
  padding-left: 15px;
}

body.theme-bg-black .wod .date, body.theme-bg-black .wod .wod_header {
  color: white;
}

@media (max-width: 782px) {
  #wodcontainer .wod .date {
    display: none;
  }
}
.btwb-wod-list h5 + hr {
  display: none;
}

ol.btwb-result-list {
  padding: 0;
}
ol.btwb-result-list li:before {
  display: none !important;
}
ol.btwb-result-list li .athlete-image {
  margin: 0px 5px 0px 0px;
  width: 40px;
}

.btwb-leaderboard .btwb-result-list .btwb-result-container {
  width: calc(100% - 55px);
  margin-left: 10px;
  max-height: 130px;
  overflow: auto;
  margin-top: 0;
}

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

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

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

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

.gx-none {
  --bs-gutter-x: $space_value;
}

.pt-extra-plus {
  padding-top: 13rem !important;
}

.pb-extra-plus {
  padding-bottom: 13rem !important;
}

.pe-extra-plus {
  padding-right: 13rem !important;
}

.ps-extra-plus {
  padding-left: 13rem !important;
}

.gx-extra-plus {
  --bs-gutter-x: $space_value;
}

.pt-extra {
  padding-top: 6rem !important;
}

.pb-extra {
  padding-bottom: 6rem !important;
}

.pe-extra {
  padding-right: 6rem !important;
}

.ps-extra {
  padding-left: 6rem !important;
}

.gx-extra {
  --bs-gutter-x: $space_value;
}

.pt-normal-plus {
  padding-top: 3.5rem !important;
}

.pb-normal-plus {
  padding-bottom: 3.5rem !important;
}

.pe-normal-plus {
  padding-right: 3.5rem !important;
}

.ps-normal-plus {
  padding-left: 3.5rem !important;
}

.gx-normal-plus {
  --bs-gutter-x: $space_value;
}

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

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

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

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

.gx-normal {
  --bs-gutter-x: $space_value;
}

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

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

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

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

.gx-little-plus {
  --bs-gutter-x: $space_value;
}

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

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

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

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

.gx-little {
  --bs-gutter-x: $space_value;
}

.gof_fe-panel, .panel {
  position: relative;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -moz-transition: 0.3s ease box-shadow;
  -o-transition: 0.3s ease box-shadow;
  -webkit-transition: 0.3s ease box-shadow;
  transition: 0.3s ease box-shadow;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.04) !important;
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.04) !important;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.04) !important;
}
.gof_fe-panel.gof_fe-panel-hover, .panel.gof_fe-panel-hover {
  box-shadow: none !important;
}
.gof_fe-panel.gof_fe-panel-hover:hover, .panel.gof_fe-panel-hover:hover {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.04) !important;
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.04) !important;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.04) !important;
}
.gof_fe-panel.border-radius-large, .panel.border-radius-large {
  border-radius: 8px;
}
.gof_fe-panel.no-bg, .panel.no-bg {
  background: none;
  box-shadow: none !important;
}
.gof_fe-panel.no-bg-color, .panel.no-bg-color {
  background-color: transparent;
}
.gof_fe-panel.overflow-hidden, .panel.overflow-hidden {
  overflow: hidden !important;
}
.gof_fe-panel.width-auto, .panel.width-auto {
  width: auto;
}
.gof_fe-panel.border, .panel.border {
  background: none;
}
.gof_fe-panel.no-border, .panel.no-border {
  border: none !important;
}
.gof_fe-panel.no-shadow, .panel.no-shadow {
  box-shadow: none !important;
}
.gof_fe-panel.no-radius, .panel.no-radius {
  border-radius: 0 !important;
}
.gof_fe-panel.box-shadow-below, .panel.box-shadow-below {
  -webkit-box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.3) !important;
}
.gof_fe-panel.box-shadow-below-light, .panel.box-shadow-below-light {
  -webkit-box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.05) !important;
}
.gof_fe-panel.bg-image, .panel.bg-image {
  background-size: cover;
  background-position: center;
}
.gof_fe-panel.bg-image:before, .panel.bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 64, 64, 0.6);
  top: 0;
  left: 0;
}
.gof_fe-panel.bg-image > *, .panel.bg-image > * {
  color: #ffffff;
  position: relative;
}
.gof_fe-panel.secondary-button, .panel.secondary-button {
  background-color: #EBEBEB;
  box-shadow: none;
}

.gof_fe-panel__image.gof_fe_image--portrait {
  max-height: 250px;
  margin: 0 auto;
  display: block;
  max-width: 250px;
}

.gof-btn {
  text-transform: capitalize;
  font-weight: 600;
  padding: 12px 15px;
  display: inline-block;
  text-align: center;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.gof-btn:focus {
  outline: none;
}
.gof-btn.small {
  min-width: 0 !important;
}
.gof-btn.--icon i {
  margin-right: 8px;
}
.gof-btn.main {
  min-width: 200px;
  background-color: var(--gof_button_background);
  color: var(--gof_button_text);
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
}
.gof-btn.main:hover {
  color: var(--gof_button_background);
  border-color: var(--gof_button_background);
  background-color: var(--gof_button_text);
}
.gof-btn.main.bg-accent_1 {
  background-color: var(--gof_accent_1);
}
.gof-btn.main.bg-accent_1:hover {
  border-color: var(--gof_accent_1) !important;
  color: var(--gof_accent_1) !important;
  background-color: transparent !important;
}
.gof-btn.main.bg-accent_2 {
  background-color: var(--gof_accent_2);
}
.gof-btn.main.bg-accent_2:hover {
  border-color: var(--gof_accent_2) !important;
  color: var(--gof_accent_2) !important;
  background-color: transparent !important;
}
.gof-btn.main.bg-black {
  background-color: #404040;
  color: #fff;
}
.gof-btn.main.bg-black:hover {
  background-color: #fff !important;
  color: #404040;
  border-color: #404040;
}
.gof-btn.main.bg-white {
  background-color: #ffffff;
}
.gof-btn.main.bg-white:hover {
  background-color: #cccccc !important;
}
.gof-btn.outline {
  padding: 12px 15px;
  min-width: 200px;
  background-color: transparent !important;
  color: var(--gof_button_background);
  border: 2px solid #E1E1E1;
}
.gof-btn.outline:hover {
  background-color: var(--gof_button_background) !important;
  color: var(--gof_button_text);
  border-color: var(--gof_button_background);
}
.gof-btn.outline.bg-accent_1 {
  color: var(--gof_accent_1);
}
.gof-btn.outline.bg-accent_1:hover {
  background-color: var(--gof_accent_1) !important;
  color: #ffffff;
  border-color: var(--gof_accent_1);
}
.gof-btn.outline.bg-accent_2 {
  color: var(--gof_accent_2);
}
.gof-btn.outline.bg-accent_2:hover {
  background-color: var(--gof_accent_2) !important;
  color: #ffffff;
  border-color: var(--gof_accent_2);
}
.gof-btn.outline.bg-black {
  color: #404040;
}
.gof-btn.outline.bg-black:hover {
  background-color: #404040 !important;
  color: #ffffff;
  border-color: #404040;
}
.gof-btn.outline.bg-white {
  color: #ffffff;
  border-color: #ffffff;
}
.gof-btn.outline.bg-white:hover {
  background-color: #ffffff !important;
  color: #404040;
}
.gof-btn.link {
  background-color: transparent !important;
  color: var(--gof_link_color);
  padding: 0;
  text-align: left;
}
.gof-btn.link:hover {
  font-weight: 700;
}

.gof_fe_btn--icon {
  background-color: #404040;
  color: #ffffff;
  border: 2px solid #404040;
  text-align: center;
  display: inline-block;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding: 4px 6px 2px;
}
.gof_fe_btn--icon i {
  vertical-align: middle;
  line-height: 1;
  display: block;
  font-size: 20px;
  padding: 6px;
}
.gof_fe_btn--icon:hover {
  background-color: #ffffff;
  color: #404040;
  border-color: #404040;
}
.gof_fe_btn--icon.--close i {
  vertical-align: bottom;
}
.gof_fe_btn--icon.--main-menu {
  font-size: 20px;
  padding: 4px 6px 2px;
}

.gof_fe_modal, .go321-iframe-container, .go321-video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
  background-color: rgba(32, 32, 32, 0.8);
  overflow-y: scroll;
  min-height: 100vh;
}
.gof_fe_modal .gof_fe_modal__wrapper, .go321-iframe-container .gof_fe_modal__wrapper, .go321-video-container .gof_fe_modal__wrapper {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 100px auto 100px;
  margin-top: 15vh;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: -1px 1px 8px rgba(64, 64, 64, 0.2) !important;
  -moz-box-shadow: -1px 1px 8px rgba(64, 64, 64, 0.2) !important;
  box-shadow: -1px 1px 8px rgba(64, 64, 64, 0.2) !important;
}
@media (max-width: 575.98px) {
  .gof_fe_modal .gof_fe_modal__wrapper, .go321-iframe-container .gof_fe_modal__wrapper, .go321-video-container .gof_fe_modal__wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.gof_fe_modal .gof_fe_modal__wrapper.ebook-modal, .go321-iframe-container .gof_fe_modal__wrapper.ebook-modal, .go321-video-container .gof_fe_modal__wrapper.ebook-modal {
  margin-top: 50px;
}
.gof_fe_modal .gof_fe_modal__content-wrapper, .go321-iframe-container .gof_fe_modal__content-wrapper, .go321-video-container .gof_fe_modal__content-wrapper {
  clear: both;
  margin-top: 10px;
  display: block;
}

.global-pricing-popup-container .gof_fe_modal__wrapper > .icon-close {
  background-color: transparent;
  color: #404040;
}
.global-pricing-popup-container input[type=submit] {
  min-width: 100% !important;
}

.go321-close-modal {
  display: block;
  text-align: right;
}
.go321-close-modal:after {
  padding: 10px;
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.gof_fe_modal__content {
  display: none;
}

.full-screen-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: #ffffff;
  text-align: center;
  padding: 40px 0;
  overflow-x: hidden;
  overflow: auto;
}
.full-screen-modal iframe {
  width: 100%;
}

.full-screen-modal iframe, .block-schedule iframe {
  width: 100%;
  overflow: auto;
}

.long-frame {
  min-height: 1200px;
}

.go321-modal-bg-upper {
  text-align: center;
}
.go321-modal-bg-upper .gof_fe_modal__wrapper {
  padding: 0;
}
.go321-modal-bg-upper .gof_fe_modal__content-wrapper {
  clear: none;
  margin: 0;
}
.go321-modal-bg-upper .rates-piller-content {
  box-shadow: none !important;
  padding-bottom: 0 !important;
}
.go321-modal-bg-upper .gof_pricing-table__header {
  padding-top: 30px;
}
.go321-modal-bg-upper .gof_pricing-table__header > * {
  max-width: 550px;
  margin: 0 auto;
}
.go321-modal-bg-upper .gof_pricing-table__header h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.go321-modal-bg-upper .gof_pricing-table__header p {
  text-transform: none;
}
.go321-modal-bg-upper .block {
  margin-top: 60px;
}
.go321-modal-bg-upper .global-cta-submit {
  background-color: var(--gof_button_background);
  color: var(--gof_button_text);
  margin-top: 20px;
  -moz-transition: 0.3s ease background-color;
  -o-transition: 0.3s ease background-color;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
  border: 2px solid transparent;
}
.go321-modal-bg-upper .global-cta-submit:hover, .go321-modal-bg-upper .global-cta-submit:active {
  border-color: var(--gof_button_background);
  color: var(--gof_button_background);
  background-color: transparent;
  cursor: pointer;
}

.go321-iframe-container {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.go321-iframe-container .go321-iframe-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 0;
  position: relative;
}
.go321-iframe-container .go321-iframe-inner iframe {
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.go321-iframe-container .go321-iframe-inner p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 100px;
  margin-top: 45vh;
  font-weight: bold;
}
.go321-iframe-container.iframe-video {
  background-color: rgba(64, 64, 64, 0.95);
}
.go321-iframe-container.iframe-video .go321-iframe-inner {
  max-width: 900px;
  max-height: 500px;
  margin-top: 100px;
  margin-top: 15vh;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  opacity: 1;
  transform: scale(1);
}
.go321-iframe-container.iframe-video .go321-iframe-inner iframe {
  max-height: 500px;
}

@media (max-width: 575.98px) {
  #gof_fe_modal .gof_fe_modal__wrapper {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    overflow: auto;
  }
}
.gof-popup {
  display: none;
  position: fixed;
  z-index: 999999;
}
.gof-popup .gof-popup-close {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #404040;
  padding: 12px 15px;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 99;
}
.gof-popup .gof-popup-close.bg-white {
  color: #404040 !important;
}
.gof-popup .gof-popup-close:hover {
  color: #404040;
}
.gof-popup .row {
  position: relative;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
}
.gof-popup .row > [class*=col-] {
  position: static;
}
.gof-popup.has-image .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.gof-popup.has-image .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.gof-popup .popup-gform-wrapper {
  background-color: rgba(97, 98, 113, 0.1);
}
.gof-popup .circle {
  display: none;
  position: absolute;
  top: -75px;
  left: -75px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--gof_accent_1);
  z-index: 4;
}
.gof-popup .circle.top {
  height: 350px;
  width: 350px;
  top: -100px;
  left: -100px;
}
.gof-popup .circle.bottom {
  background-color: var(--gof_accent_2);
  right: -75px;
  bottom: -75px;
  top: auto;
  left: auto;
}
.gof-popup .bg-img {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 175px;
}
.gof-popup .bg-img.bg-fit {
  background-size: contain;
}
.gof-popup .content-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
.gof-popup h4, .gof-popup h5, .gof-popup p {
  color: #404040 !important;
}
.gof-popup h4 {
  margin-top: 0;
  position: relative;
  font-size: 1.9rem;
  line-height: 1.4;
}
.gof-popup h5 {
  line-height: 1.2;
  font-weight: bold;
}
.gof-popup .btn-main {
  margin-top: 20px;
}
.gof-popup .formBodyContainer div, .gof-popup .gform_body div, .gof-popup #wodifyLeadForm div, .gof-popup .post-password-form div {
  padding-bottom: 0;
}

.gof-popup-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  overflow-y: hidden;
  z-index: 999999;
}
.gof-popup-overlay .container-fluid, .gof-popup-overlay .container-sm, .gof-popup-overlay .container-md, .gof-popup-overlay .container-lg, .gof-popup-overlay .container-xl, .gof-popup-overlay .container-xxl {
  border-radius: 5px;
  max-width: 950px;
  margin: 10% auto 0;
  margin-top: 10vh;
  position: relative;
  height: auto;
  height: 100%;
}
@media (max-width: 575.98px) {
  .gof-popup-overlay .container-fluid, .gof-popup-overlay .container-sm, .gof-popup-overlay .container-md, .gof-popup-overlay .container-lg, .gof-popup-overlay .container-xl, .gof-popup-overlay .container-xxl {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.gof-popup-overlay .row {
  border-radius: 5px;
  -webkit-box-shadow: rgba(181, 191, 201, 0.4) 0px 1px 2px !important;
  -moz-box-shadow: rgba(181, 191, 201, 0.4) 0px 1px 2px !important;
  box-shadow: rgba(181, 191, 201, 0.4) 0px 1px 2px !important;
}
@media (max-width: 575.98px) {
  .gof-popup-overlay .row {
    height: 100%;
    overflow-y: scroll;
  }
}
.gof-popup-overlay.no-image .container-fluid, .gof-popup-overlay.no-image .container-sm, .gof-popup-overlay.no-image .container-md, .gof-popup-overlay.no-image .container-lg, .gof-popup-overlay.no-image .container-xl, .gof-popup-overlay.no-image .container-xxl {
  max-width: 650px;
  text-align: center;
}
.gof-popup-overlay.no-image .row > [class*=col-] {
  width: 100%;
}
.gof-popup-overlay .bg-img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.gof-popup-bottom-left {
  bottom: 0;
  left: 0;
}
.gof-popup-bottom-left .container-fluid, .gof-popup-bottom-left .container-sm, .gof-popup-bottom-left .container-md, .gof-popup-bottom-left .container-lg, .gof-popup-bottom-left .container-xl, .gof-popup-bottom-left .container-xxl {
  max-width: 450px;
}
.gof-popup-bottom-left .row {
  border-top-right-radius: 5px;
  max-height: 450px;
}
.gof-popup-bottom-left .row > [class*=col-] {
  width: 100%;
}
.gof-popup-bottom-left .fluid-width-image-wrapper img {
  max-height: 175px;
  width: auto;
}
.gof-popup-bottom-left h4 {
  font-size: 1.4rem;
}
.gof-popup-bottom-left h5 {
  font-size: 1.2rem;
}

.gof-popup-top {
  top: 0;
  left: 0;
  width: 100%;
}
.gof-popup-top .circle.top {
  top: auto;
  bottom: -150px;
}

.bd-right {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.bd-left {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.bd-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bd-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.bd {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.bd-color {
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.gof_fe_section-divider {
  position: absolute !important;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 99;
}
.gof_fe_section-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 75px;
}
.gof_fe_section-divider.__bottom {
  bottom: 0;
}
.gof_fe_section-divider.__bottom:not(.--inverted) {
  transform: rotate(180deg);
}
.gof_fe_section-divider.__top {
  top: 0;
}
.gof_fe_section-divider.__top.--inverted:not(.--slant) {
  transform: rotate(180deg);
}
.gof_fe_section-divider.--slant.--inverted svg {
  transform: rotateY(180deg);
}
.gof_fe_section-divider.--slant.__bottom {
  transform: rotate(180deg) !important;
}
.gof_fe_section-divider.gof-fe_section-divider--bg-black .shape-fill {
  fill: #202020;
}
.gof_fe_section-divider.gof-fe_section-divider--bg-white .shape-fill {
  fill: #ffffff;
}
.gof_fe_section-divider.gof-fe_section-divider--bg-grey .shape-fill {
  fill: #F6F6F6;
}
.gof_fe_section-divider.gof-fe_section-divider--bg-accent_2 .shape-fill {
  fill: var(--gof_accent_2);
}
.gof_fe_section-divider.gof-fe_section-divider--bg-accent_1 .shape-fill {
  fill: var(--gof_accent_1);
}

.has-bg-img, .has-bg-video {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.has-bg-img > *, .has-bg-video > * {
  position: relative;
  z-index: 4;
}
.has-bg-img > .bg-overlay, .has-bg-video > .bg-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.has-bg-img > .bg-overlay.weak, .has-bg-video > .bg-overlay.weak {
  opacity: 0.3;
}
.has-bg-img > .bg-overlay.strong, .has-bg-video > .bg-overlay.strong {
  opacity: 0.8;
}
.has-bg-img > .bg-overlay.bg-overlay-slant, .has-bg-video > .bg-overlay.bg-overlay-slant {
  width: 63%;
  height: 100%;
  top: 0;
  left: -10%;
  transform-origin: 100%;
  transform: skewX(10.5deg);
  opacity: 0.8;
  position: absolute;
}
.has-bg-img > .bg-overlay.bg-overlay-slant.align-1, .has-bg-video > .bg-overlay.bg-overlay-slant.align-1 {
  left: auto;
  right: -10%;
  transform: skewX(-10.5deg);
}
@media (max-width: 767.98px) {
  .has-bg-img > .bg-overlay.bg-overlay-slant, .has-bg-video > .bg-overlay.bg-overlay-slant {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }
}

.gof_fe-video-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.bg-white-dark {
  background-color: #F6F6F6;
}

.bg-grey-light {
  background-color: #EBEBEB;
}

.bg-grey {
  background-color: #F6F6F6 !important;
}

.bg-grey-dark {
  background-color: #E1E1E1;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black-light {
  background-color: #404040;
}

.bg-black {
  background-color: #202020 !important;
}
.bg-black .gof_fe-panel:not(.no-shadow) {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05) !important;
}
.bg-black ul > li:before {
  color: #ffffff !important;
  color: rgba(255, 255, 255, 0.6) !important;
}

.bg-button_background {
  background-color: var(--gof_button_background) !important;
}

.bg-transparent {
  background: none;
}

.bg-accent_1, .bg-accent_1-gradient {
  background-color: var(--gof_accent_1) !important;
}

.bg-accent_1-dark {
  background-color: rgba(var(--gof_accent_1), 1.2);
}

.bg-accent_2 {
  background-color: var(--gof_accent_2);
}

.formBodyContainer .formRandomContainer, .gform_body .formRandomContainer, #wodifyLeadForm .formRandomContainer, .post-password-form .formRandomContainer, .woocommerce form .formRandomContainer, .comment-respond .formRandomContainer, .gform_footer .formRandomContainer {
  margin-top: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: 650px;
}
.formBodyContainer .formRandomContainer div, .gform_body .formRandomContainer div, #wodifyLeadForm .formRandomContainer div, .post-password-form .formRandomContainer div, .woocommerce form .formRandomContainer div, .comment-respond .formRandomContainer div, .gform_footer .formRandomContainer div {
  padding: 0;
}
.formBodyContainer .form-all, .gform_body .form-all, #wodifyLeadForm .form-all, .post-password-form .form-all, .woocommerce form .form-all, .comment-respond .form-all, .gform_footer .form-all {
  width: 100%;
}
.formBodyContainer .formFooter, .gform_body .formFooter, #wodifyLeadForm .formFooter, .post-password-form .formFooter, .woocommerce form .formFooter, .comment-respond .formFooter, .gform_footer .formFooter {
  display: none;
}
.formBodyContainer .jotform-form, .gform_body .jotform-form, #wodifyLeadForm .jotform-form, .post-password-form .jotform-form, .woocommerce form .jotform-form, .comment-respond .jotform-form, .gform_footer .jotform-form {
  padding-bottom: 0;
}
.formBodyContainer ul li:before, .gform_body ul li:before, #wodifyLeadForm ul li:before, .post-password-form ul li:before, .woocommerce form ul li:before, .comment-respond ul li:before, .gform_footer ul li:before {
  display: none;
}
.formBodyContainer label, .gform_body label, #wodifyLeadForm label, .post-password-form label, .woocommerce form label, .comment-respond label, .gform_footer label {
  font-weight: 400;
  font-family: inherit;
}
.formBodyContainer input[type=text], .formBodyContainer input[type=email], .formBodyContainer input[type=url], .formBodyContainer input[type=password], .formBodyContainer input[type=tel], .formBodyContainer textarea, .formBodyContainer select, .formBodyContainer label, .gform_body input[type=text], .gform_body input[type=email], .gform_body input[type=url], .gform_body input[type=password], .gform_body input[type=tel], .gform_body textarea, .gform_body select, .gform_body label, #wodifyLeadForm input[type=text], #wodifyLeadForm input[type=email], #wodifyLeadForm input[type=url], #wodifyLeadForm input[type=password], #wodifyLeadForm input[type=tel], #wodifyLeadForm textarea, #wodifyLeadForm select, #wodifyLeadForm label, .post-password-form input[type=text], .post-password-form input[type=email], .post-password-form input[type=url], .post-password-form input[type=password], .post-password-form input[type=tel], .post-password-form textarea, .post-password-form select, .post-password-form label, .woocommerce form input[type=text], .woocommerce form input[type=email], .woocommerce form input[type=url], .woocommerce form input[type=password], .woocommerce form input[type=tel], .woocommerce form textarea, .woocommerce form select, .woocommerce form label, .comment-respond input[type=text], .comment-respond input[type=email], .comment-respond input[type=url], .comment-respond input[type=password], .comment-respond input[type=tel], .comment-respond textarea, .comment-respond select, .comment-respond label, .gform_footer input[type=text], .gform_footer input[type=email], .gform_footer input[type=url], .gform_footer input[type=password], .gform_footer input[type=tel], .gform_footer textarea, .gform_footer select, .gform_footer label {
  width: 100% !important;
  display: block;
  border-radius: 5px;
}
.formBodyContainer [type=checkbox] + label, .gform_body [type=checkbox] + label, #wodifyLeadForm [type=checkbox] + label, .post-password-form [type=checkbox] + label, .woocommerce form [type=checkbox] + label, .comment-respond [type=checkbox] + label, .gform_footer [type=checkbox] + label {
  width: auto !important;
  display: inline-block;
}
.formBodyContainer input[type=text], .formBodyContainer input[type=email], .formBodyContainer input[type=url], .formBodyContainer input[type=tel], .formBodyContainer select, .formBodyContainer input[type=password], .gform_body input[type=text], .gform_body input[type=email], .gform_body input[type=url], .gform_body input[type=tel], .gform_body select, .gform_body input[type=password], #wodifyLeadForm input[type=text], #wodifyLeadForm input[type=email], #wodifyLeadForm input[type=url], #wodifyLeadForm input[type=tel], #wodifyLeadForm select, #wodifyLeadForm input[type=password], .post-password-form input[type=text], .post-password-form input[type=email], .post-password-form input[type=url], .post-password-form input[type=tel], .post-password-form select, .post-password-form input[type=password], .woocommerce form input[type=text], .woocommerce form input[type=email], .woocommerce form input[type=url], .woocommerce form input[type=tel], .woocommerce form select, .woocommerce form input[type=password], .comment-respond input[type=text], .comment-respond input[type=email], .comment-respond input[type=url], .comment-respond input[type=tel], .comment-respond select, .comment-respond input[type=password], .gform_footer input[type=text], .gform_footer input[type=email], .gform_footer input[type=url], .gform_footer input[type=tel], .gform_footer select, .gform_footer input[type=password] {
  height: 52px;
}
.formBodyContainer div, .gform_body div, #wodifyLeadForm div, .post-password-form div, .woocommerce form div, .comment-respond div, .gform_footer div {
  padding-bottom: 20px;
}
.formBodyContainer div span, .gform_body div span, #wodifyLeadForm div span, .post-password-form div span, .woocommerce form div span, .comment-respond div span, .gform_footer div span {
  display: inline-table;
}
.formBodyContainer textarea, .gform_body textarea, #wodifyLeadForm textarea, .post-password-form textarea, .woocommerce form textarea, .comment-respond textarea, .gform_footer textarea {
  height: 150px;
  resize: none;
}
.formBodyContainer input[type=text], .formBodyContainer input[type=email], .formBodyContainer input[type=date], .formBodyContainer input[type=password], .formBodyContainer input[type=url], .formBodyContainer input[type=tel], .formBodyContainer select, .formBodyContainer textarea, .formBodyContainer input[type=number], .formBodyContainer input[type=password], .gform_body input[type=text], .gform_body input[type=email], .gform_body input[type=date], .gform_body input[type=password], .gform_body input[type=url], .gform_body input[type=tel], .gform_body select, .gform_body textarea, .gform_body input[type=number], .gform_body input[type=password], #wodifyLeadForm input[type=text], #wodifyLeadForm input[type=email], #wodifyLeadForm input[type=date], #wodifyLeadForm input[type=password], #wodifyLeadForm input[type=url], #wodifyLeadForm input[type=tel], #wodifyLeadForm select, #wodifyLeadForm textarea, #wodifyLeadForm input[type=number], #wodifyLeadForm input[type=password], .post-password-form input[type=text], .post-password-form input[type=email], .post-password-form input[type=date], .post-password-form input[type=password], .post-password-form input[type=url], .post-password-form input[type=tel], .post-password-form select, .post-password-form textarea, .post-password-form input[type=number], .post-password-form input[type=password], .woocommerce form input[type=text], .woocommerce form input[type=email], .woocommerce form input[type=date], .woocommerce form input[type=password], .woocommerce form input[type=url], .woocommerce form input[type=tel], .woocommerce form select, .woocommerce form textarea, .woocommerce form input[type=number], .woocommerce form input[type=password], .comment-respond input[type=text], .comment-respond input[type=email], .comment-respond input[type=date], .comment-respond input[type=password], .comment-respond input[type=url], .comment-respond input[type=tel], .comment-respond select, .comment-respond textarea, .comment-respond input[type=number], .comment-respond input[type=password], .gform_footer input[type=text], .gform_footer input[type=email], .gform_footer input[type=date], .gform_footer input[type=password], .gform_footer input[type=url], .gform_footer input[type=tel], .gform_footer select, .gform_footer textarea, .gform_footer input[type=number], .gform_footer input[type=password] {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 15px 15px !important;
  font-family: inherit;
  color: #404040 !important;
}
.formBodyContainer input[type=text]:focus, .formBodyContainer input[type=text]:hover, .formBodyContainer input[type=email]:focus, .formBodyContainer input[type=email]:hover, .formBodyContainer input[type=date]:focus, .formBodyContainer input[type=date]:hover, .formBodyContainer input[type=password]:focus, .formBodyContainer input[type=password]:hover, .formBodyContainer input[type=url]:focus, .formBodyContainer input[type=url]:hover, .formBodyContainer input[type=tel]:focus, .formBodyContainer input[type=tel]:hover, .formBodyContainer select:focus, .formBodyContainer select:hover, .formBodyContainer textarea:focus, .formBodyContainer textarea:hover, .formBodyContainer input[type=number]:focus, .formBodyContainer input[type=number]:hover, .formBodyContainer input[type=password]:focus, .formBodyContainer input[type=password]:hover, .gform_body input[type=text]:focus, .gform_body input[type=text]:hover, .gform_body input[type=email]:focus, .gform_body input[type=email]:hover, .gform_body input[type=date]:focus, .gform_body input[type=date]:hover, .gform_body input[type=password]:focus, .gform_body input[type=password]:hover, .gform_body input[type=url]:focus, .gform_body input[type=url]:hover, .gform_body input[type=tel]:focus, .gform_body input[type=tel]:hover, .gform_body select:focus, .gform_body select:hover, .gform_body textarea:focus, .gform_body textarea:hover, .gform_body input[type=number]:focus, .gform_body input[type=number]:hover, .gform_body input[type=password]:focus, .gform_body input[type=password]:hover, #wodifyLeadForm input[type=text]:focus, #wodifyLeadForm input[type=text]:hover, #wodifyLeadForm input[type=email]:focus, #wodifyLeadForm input[type=email]:hover, #wodifyLeadForm input[type=date]:focus, #wodifyLeadForm input[type=date]:hover, #wodifyLeadForm input[type=password]:focus, #wodifyLeadForm input[type=password]:hover, #wodifyLeadForm input[type=url]:focus, #wodifyLeadForm input[type=url]:hover, #wodifyLeadForm input[type=tel]:focus, #wodifyLeadForm input[type=tel]:hover, #wodifyLeadForm select:focus, #wodifyLeadForm select:hover, #wodifyLeadForm textarea:focus, #wodifyLeadForm textarea:hover, #wodifyLeadForm input[type=number]:focus, #wodifyLeadForm input[type=number]:hover, #wodifyLeadForm input[type=password]:focus, #wodifyLeadForm input[type=password]:hover, .post-password-form input[type=text]:focus, .post-password-form input[type=text]:hover, .post-password-form input[type=email]:focus, .post-password-form input[type=email]:hover, .post-password-form input[type=date]:focus, .post-password-form input[type=date]:hover, .post-password-form input[type=password]:focus, .post-password-form input[type=password]:hover, .post-password-form input[type=url]:focus, .post-password-form input[type=url]:hover, .post-password-form input[type=tel]:focus, .post-password-form input[type=tel]:hover, .post-password-form select:focus, .post-password-form select:hover, .post-password-form textarea:focus, .post-password-form textarea:hover, .post-password-form input[type=number]:focus, .post-password-form input[type=number]:hover, .post-password-form input[type=password]:focus, .post-password-form input[type=password]:hover, .woocommerce form input[type=text]:focus, .woocommerce form input[type=text]:hover, .woocommerce form input[type=email]:focus, .woocommerce form input[type=email]:hover, .woocommerce form input[type=date]:focus, .woocommerce form input[type=date]:hover, .woocommerce form input[type=password]:focus, .woocommerce form input[type=password]:hover, .woocommerce form input[type=url]:focus, .woocommerce form input[type=url]:hover, .woocommerce form input[type=tel]:focus, .woocommerce form input[type=tel]:hover, .woocommerce form select:focus, .woocommerce form select:hover, .woocommerce form textarea:focus, .woocommerce form textarea:hover, .woocommerce form input[type=number]:focus, .woocommerce form input[type=number]:hover, .woocommerce form input[type=password]:focus, .woocommerce form input[type=password]:hover, .comment-respond input[type=text]:focus, .comment-respond input[type=text]:hover, .comment-respond input[type=email]:focus, .comment-respond input[type=email]:hover, .comment-respond input[type=date]:focus, .comment-respond input[type=date]:hover, .comment-respond input[type=password]:focus, .comment-respond input[type=password]:hover, .comment-respond input[type=url]:focus, .comment-respond input[type=url]:hover, .comment-respond input[type=tel]:focus, .comment-respond input[type=tel]:hover, .comment-respond select:focus, .comment-respond select:hover, .comment-respond textarea:focus, .comment-respond textarea:hover, .comment-respond input[type=number]:focus, .comment-respond input[type=number]:hover, .comment-respond input[type=password]:focus, .comment-respond input[type=password]:hover, .gform_footer input[type=text]:focus, .gform_footer input[type=text]:hover, .gform_footer input[type=email]:focus, .gform_footer input[type=email]:hover, .gform_footer input[type=date]:focus, .gform_footer input[type=date]:hover, .gform_footer input[type=password]:focus, .gform_footer input[type=password]:hover, .gform_footer input[type=url]:focus, .gform_footer input[type=url]:hover, .gform_footer input[type=tel]:focus, .gform_footer input[type=tel]:hover, .gform_footer select:focus, .gform_footer select:hover, .gform_footer textarea:focus, .gform_footer textarea:hover, .gform_footer input[type=number]:focus, .gform_footer input[type=number]:hover, .gform_footer input[type=password]:focus, .gform_footer input[type=password]:hover {
  outline: none !important;
}
.formBodyContainer input[type=checkbox] + label, .gform_body input[type=checkbox] + label, #wodifyLeadForm input[type=checkbox] + label, .post-password-form input[type=checkbox] + label, .woocommerce form input[type=checkbox] + label, .comment-respond input[type=checkbox] + label, .gform_footer input[type=checkbox] + label {
  display: inline-block;
  margin: 10px 20px 10px 10px;
}
.formBodyContainer input[type=submit], .formBodyContainer button, .gform_body input[type=submit], .gform_body button, #wodifyLeadForm input[type=submit], #wodifyLeadForm button, .post-password-form input[type=submit], .post-password-form button, .woocommerce form input[type=submit], .woocommerce form button, .comment-respond input[type=submit], .comment-respond button, .gform_footer input[type=submit], .gform_footer button {
  text-transform: capitalize;
  font-weight: 600;
  padding: 12px 15px;
  display: inline-block;
  text-align: center;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding: 12px 15px;
  min-width: 200px;
  background-color: transparent !important;
  color: var(--gof_button_background);
  border: 2px solid #E1E1E1;
}
.formBodyContainer input[type=submit]:hover, .formBodyContainer button:hover, .gform_body input[type=submit]:hover, .gform_body button:hover, #wodifyLeadForm input[type=submit]:hover, #wodifyLeadForm button:hover, .post-password-form input[type=submit]:hover, .post-password-form button:hover, .woocommerce form input[type=submit]:hover, .woocommerce form button:hover, .comment-respond input[type=submit]:hover, .comment-respond button:hover, .gform_footer input[type=submit]:hover, .gform_footer button:hover {
  background-color: var(--gof_button_background) !important;
  color: var(--gof_button_text);
  border-color: var(--gof_button_background);
}
.formBodyContainer input[type=tel] + label, .gform_body input[type=tel] + label, #wodifyLeadForm input[type=tel] + label, .post-password-form input[type=tel] + label, .woocommerce form input[type=tel] + label, .comment-respond input[type=tel] + label, .gform_footer input[type=tel] + label {
  display: inline-block;
}
.formBodyContainer label + input, .formBodyContainer label + select, .formBodyContainer label + textarea, .gform_body label + input, .gform_body label + select, .gform_body label + textarea, #wodifyLeadForm label + input, #wodifyLeadForm label + select, #wodifyLeadForm label + textarea, .post-password-form label + input, .post-password-form label + select, .post-password-form label + textarea, .woocommerce form label + input, .woocommerce form label + select, .woocommerce form label + textarea, .comment-respond label + input, .comment-respond label + select, .comment-respond label + textarea, .gform_footer label + input, .gform_footer label + select, .gform_footer label + textarea {
  margin-bottom: 20px;
}
.formBodyContainer .form-radio-item input[type=radio], .gform_body .form-radio-item input[type=radio], #wodifyLeadForm .form-radio-item input[type=radio], .post-password-form .form-radio-item input[type=radio], .woocommerce form .form-radio-item input[type=radio], .comment-respond .form-radio-item input[type=radio], .gform_footer .form-radio-item input[type=radio] {
  width: auto;
  margin-top: 0;
}
.formBodyContainer .form-radio-item label, .gform_body .form-radio-item label, #wodifyLeadForm .form-radio-item label, .post-password-form .form-radio-item label, .woocommerce form .form-radio-item label, .comment-respond .form-radio-item label, .gform_footer .form-radio-item label {
  vertical-align: top;
  display: inline !important;
}
.formBodyContainer .form-buttons-wrapper, .gform_body .form-buttons-wrapper, #wodifyLeadForm .form-buttons-wrapper, .post-password-form .form-buttons-wrapper, .woocommerce form .form-buttons-wrapper, .comment-respond .form-buttons-wrapper, .gform_footer .form-buttons-wrapper {
  padding-bottom: 60px !important;
}
.formBodyContainer button, .gform_body button, #wodifyLeadForm button, .post-password-form button, .woocommerce form button, .comment-respond button, .gform_footer button {
  text-transform: capitalize;
  font-weight: 600;
  padding: 12px 15px;
  display: inline-block;
  text-align: center;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  min-width: 200px;
  background-color: var(--gof_button_background);
  color: var(--gof_button_text);
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15) !important;
}
.formBodyContainer button:hover, .gform_body button:hover, #wodifyLeadForm button:hover, .post-password-form button:hover, .woocommerce form button:hover, .comment-respond button:hover, .gform_footer button:hover {
  color: var(--gof_button_background);
  border-color: var(--gof_button_background);
  background-color: var(--gof_button_text);
}
.formBodyContainer button:not(.form-submit-button-img), .gform_body button:not(.form-submit-button-img), #wodifyLeadForm button:not(.form-submit-button-img), .post-password-form button:not(.form-submit-button-img), .woocommerce form button:not(.form-submit-button-img), .comment-respond button:not(.form-submit-button-img), .gform_footer button:not(.form-submit-button-img) {
  background: var(--gof_accent_1) !important;
  background-color: var(--gof_accent_1) !important;
  color: #ffffff;
  width: 100%;
  width: 250px;
}
.formBodyContainer button[type=submit], .gform_body button[type=submit], #wodifyLeadForm button[type=submit], .post-password-form button[type=submit], .woocommerce form button[type=submit], .comment-respond button[type=submit], .gform_footer button[type=submit] {
  float: right;
}
.formBodyContainer .g-recaptcha, .gform_body .g-recaptcha, #wodifyLeadForm .g-recaptcha, .post-password-form .g-recaptcha, .woocommerce form .g-recaptcha, .comment-respond .g-recaptcha, .gform_footer .g-recaptcha {
  margin-top: 20px;
  display: block;
}
.formBodyContainer .g-recaptcha > div, .gform_body .g-recaptcha > div, #wodifyLeadForm .g-recaptcha > div, .post-password-form .g-recaptcha > div, .woocommerce form .g-recaptcha > div, .comment-respond .g-recaptcha > div, .gform_footer .g-recaptcha > div {
  margin: 0 auto;
}

.post-password-form {
  box-shadow: none;
  max-width: 500px;
}
.post-password-form input[type=submit] {
  max-width: 300px;
  margin-top: 30px;
}

.woocommerce form div span {
  width: 100% !important;
}

.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gform_body ul.gform_fields {
  padding-left: 0 !important;
}
.gform_body ul.gform_fields li {
  list-style: none !important;
  position: relative;
}
.gform_body input[type=text], .gform_body input[type=email], .gform_body input[type=url], .gform_body input[type=tel], .gform_body select, .gform_body textarea {
  color: #404040;
}
.gform_body .ginput_complex span {
  position: relative;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
}

.gf_login_form div {
  padding-bottom: 0 !important;
}
.gf_login_form .ginput_container_checkbox {
  margin-top: 0 !important;
  color: rgba(0, 0, 0, 0.4);
}
.gf_login_form .ginput_container_checkbox input {
  margin-top: -1px !important;
  line-height: 1 !important;
}
.gf_login_form .gform_footer {
  padding-top: 0 !important;
}

.gf_login_links {
  padding: 10px;
}
.gf_login_links > a:first-child {
  float: left;
  letter-spacing: 1px;
  text-decoration: underline;
}
.gf_login_links > a {
  float: right;
  color: rgba(0, 0, 0, 0.4);
}
.gf_login_links br {
  display: none;
}
.gf_login_links > br:last-child {
  display: block;
  clear: both;
}

.gform_footer input[type=submit] {
  background-color: var(--gof_button_background) !important;
  color: var(--gof_button_text) !important;
  border: none !important;
}

#wodifyLeadForm {
  max-width: 500px;
  margin: 20px auto;
}
#wodifyLeadForm div {
  padding-bottom: 0;
}
#wodifyLeadForm br {
  display: none;
}
#wodifyLeadForm label {
  text-align: left;
  padding-left: 15px;
  margin-top: 15px;
}
#wodifyLeadForm label[for=subscribe] {
  margin-top: 20px;
  margin-bottom: 20px;
}
#wodifyLeadForm label[for=subscribe] a {
  display: inline-block;
}
#wodifyLeadForm input, #wodifyLeadForm select, #wodifyLeadForm textarea {
  border-radius: 5px;
}
#wodifyLeadForm input[type=number], #wodifyLeadForm input[type=date] {
  width: 100%;
}
#wodifyLeadForm input[type=checkbox] {
  margin-left: 30px;
}
#wodifyLeadForm input[type=submit] {
  margin-top: 20px;
}
#wodifyLeadForm .wodify-form-group-subscribe .asterisk, #wodifyLeadForm .wodify-form-group-subscribe a {
  color: #E1E1E1;
  font-size: 0.8rem;
}
#wodifyLeadForm .wodify-form-group-city {
  width: 55%;
  display: inline-block;
  margin-left: 0;
}
#wodifyLeadForm > .wodify-form-group-city + .wodify-form-group-state {
  width: 40%;
  display: inline-block;
  float: right;
  margin-left: 10px;
}

div.healcode, div.healcode * {
  font-size: 16px;
}

div.healcode div.hc_prospect div.hc-prospect-field {
  margin-bottom: 16px;
}
div.healcode input[type=text], div.healcode select, div.healcode textarea {
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  width: 100%;
  max-width: 550px;
  padding: 10px;
  min-height: 48px;
}
div.healcode input[type=submit] {
  text-align: center;
  color: #ffffff;
  margin: 16px 0 16px 0;
  border: 1px solid;
}
div.healcode .hc-prospect-field.hc-prospect-sms-opt_in + div {
  margin-top: 16px;
}
div.healcode .parsley-errors-list.filled > li {
  color: #ff4f4f;
  font-weight: 400;
  margin-top: 7px;
}

.gform_wrapper .hidden_label .gfield_label {
  display: none !important;
}

.nav-contact-form .gform_wrapper .gfield_label {
  display: none !important;
}
.nav-contact-form .gform_wrapper .ginput_container label {
  display: none !important;
}
.nav-contact-form .gform_wrapper .ginput_complex .name_first, .nav-contact-form .gform_wrapper .ginput_complex .name_last {
  padding-right: 0 !important;
}
.nav-contact-form .gform_wrapper .nav-contact-half {
  padding-right: 0 !important;
  padding-left: 0;
  clear: none !important;
}
.nav-contact-form .gform_wrapper .nav-contact-textarea {
  padding-right: 0 !important;
  padding-top: 15px;
}
.nav-contact-form .gform_wrapper .nav-contact-textarea textarea.large {
  max-height: 200px;
}
.nav-contact-form .gform_wrapper input[type=submit] {
  width: 100% !important;
  padding: 15px 0;
}

#hb-form {
  max-width: 850px;
  margin: 0 auto;
}
#hb-form label[id*=sublabel] {
  display: none !important;
}
#hb-form div {
  display: inline-block !important;
  max-width: 385px;
  width: 90%;
  vertical-align: top;
  margin: 0 10px 30px;
}
#hb-form div br {
  display: none !important;
}
#hb-form input, #hb-form textarea, #hb-form select {
  width: 100%;
}
#hb-form p {
  display: inline-block;
}
#hb-form p:last-child {
  display: block;
}
#hb-form label {
  display: block !important;
}
#hb-form label[for=sublabel_area] {
  display: block !important;
}
#hb-form #sublabel_area, #hb-form #sublabel_phone {
  display: none;
  color: #464646;
}
#hb-form input[type=tel] {
  display: inline-block;
  width: auto;
}
#hb-form input[name="q5_phoneNumber5[area]"] {
  width: 25%;
}
#hb-form input[name="q5_phoneNumber5[phone]"] {
  width: 68%;
}
#hb-form button {
  text-shadow: none;
  font-size: 16px;
  box-shadow: none;
  outline: none;
  border: none;
  background: #4b69bb !important;
  background-color: #4b69bb !important;
  color: #ffffff;
  width: 100%;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: inherit;
  padding: 17px 0px;
  display: block;
  margin: 40px auto 0 !important;
  border-radius: inherit;
  padding: 19px 0px;
  width: 50% !important;
}

.sign-up-widget-container #wodifyLeadForm {
  background-color: #F7F8FB;
  margin: 5px auto;
  padding: 15px;
  border-radius: 5px;
}
.sign-up-widget-container #wodifyLeadForm input, .sign-up-widget-container #wodifyLeadForm select, .sign-up-widget-container #wodifyLeadForm textarea {
  border: none;
}

.uplaunch-form {
  min-height: 170px;
}

#mc-embedded-subscribe-form input[type=text], #mc-embedded-subscribe-form input[type=email], #mc-embedded-subscribe-form input[type=phone], #mc-embedded-subscribe-form input[type=number], #mc-embedded-subscribe-form textarea {
  width: 100%;
  max-width: 400px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
#mc-embedded-subscribe-form label {
  margin-top: 10px;
}

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

.gof_fe-box-shadow--little {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
}

.gof_fe-box-shadow--medium {
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1) !important;
}

.gof_fe-box-shadow--lot {
  box-shadow: 0 20px 120px 0 rgba(0, 0, 0, 0.1) !important;
}

.gof_fe-border-radius--none {
  border-radius: none !important;
}

.gof_fe-border-radius--little {
  border-radius: 4px !important;
}

.gof_fe-border-radius--medium {
  border-radius: 8px !important;
}

.gof_fe-border-radius--lot {
  border-radius: 12px !important;
}

.btn-splide-arrow-icon {
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.btn-splide-arrow-icon i {
  line-height: 50px;
  color: #404040;
}
.btn-splide-arrow-icon:disabled {
  opacity: 0.5;
}

.gof_fe_testimonials--list .gof_fe_testimonials__img img {
  max-height: 600px;
}

.gof_fe_testimonials__img .img-wrap {
  position: relative;
}
.gof_fe_testimonials__img .img-wrap p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px;
  background-color: rgba(64, 64, 64, 0.7);
  color: #ffffff;
  font-style: italic;
  text-align: left;
}

.contact-us-wrapper {
  list-style: none;
  position: relative;
  padding-left: 0;
}
.contact-us-wrapper li {
  margin-bottom: 20px !important;
}
.contact-us-wrapper p, .contact-us-wrapper a {
  display: block;
  padding-left: 30px;
  line-height: 1;
}
.contact-us-wrapper a {
  font-weight: bold;
}
.contact-us-wrapper .icon {
  position: absolute;
  left: 0;
  margin-right: 5px;
  font-size: 1.2rem;
  color: var(--gof_accent_1);
}

.social-menu {
  padding-left: 0;
  display: inline-block;
}
.social-menu .menu-item a {
  font-size: 1.4rem;
  padding-left: 0;
  padding-right: 0;
}
.social-menu .fa-facebook {
  color: #3967a8;
}
.social-menu .fa-instagram {
  color: #c132a1;
}
.social-menu .fa-twitter {
  color: #2aa3ef;
}

.element-reviews .splide__list {
  margin-left: auto !important;
  margin-right: auto !important;
}

.gof_pricing-table {
  text-align: center;
  padding-bottom: 30px;
}
.gof_pricing-table.highlighted {
  position: relative;
  margin-top: 0px;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05) !important;
}
.gof_pricing-table.highlighted .gof_pricing-table__header {
  border-bottom: 1px solid #EBEBEB;
  background-color: var(--gof_accent_2);
}
.gof_pricing-table.highlighted .gof_pricing-table__header * {
  color: #ffffff;
}
.gof_pricing-table.highlighted .icon {
  color: var(--gof_accent_2);
}

.gof_pricing-table__icon {
  position: relative;
  margin-bottom: 40px;
}
.gof_pricing-table__icon .content-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #EBEBEB;
  z-index: 2;
}
.gof_pricing-table__icon i {
  line-height: 75px;
  font-size: 45px;
  color: var(--gof_accent_1);
}

.gof_pricing-table__content {
  padding: 20px 15px 0;
}
.gof_pricing-table__content ul {
  list-style: none;
  padding: 0px;
}
.gof_pricing-table__content ul li {
  font-size: 1.1rem;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.gof_pricing-table__content ul li:last-child {
  border: 0;
}
.gof_pricing-table__content ul li strong {
  display: block;
}
.gof_pricing-table__content ul li blockquote {
  display: inline-block;
  text-transform: none;
  font-size: inherit;
  border-left: none;
  padding: 0;
  margin: 0;
  text-decoration: line-through;
  opacity: 0.5;
  font-style: normal;
}
.gof_pricing-table__content ul li blockquote p {
  text-transform: none;
}
.gof_pricing-table__content ul li i, .gof_pricing-table__content ul li em {
  opacity: 0.8;
}
.gof_pricing-table__content ul li:before {
  display: none;
}
.gof_pricing-table__content .btn {
  margin-top: 10px;
}
.gof_pricing-table__content p {
  text-transform: uppercase;
}

.rates-para p {
  padding: 20px 0px;
  font-size: 1.1rem;
}
.rates-para span {
  color: var(--gof_accent_1);
  font-weight: 600;
}

@media screen and (min-width: 991px) {
  .rate-piller-content {
    margin-top: 20px;
  }
}
/***********
USER JOURNEY
***********/
.gof_fe-splide-thumbnail-slider {
  margin-left: auto !important;
  margin-right: auto !important;
}
.gof_fe-splide-thumbnail-slider li.is-active > *, .gof_fe-splide-thumbnail-slider li.is-active p {
  color: var(--gof_link_color) !important;
  border-color: var(--gof_link_color) !important;
}

.timeline-toggle-text {
  line-height: 1;
  font-size: 0.8rem;
}

.gof_fe_timeline__header {
  overflow: hidden;
  position: relative;
  padding: 4.5rem 1.5rem;
  background-color: #202020;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.gof_fe_timeline__header > * {
  z-index: 1;
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
}

.gof_fe_timeline__image {
  position: absolute;
  width: 100%;
  opacity: 0.4;
  top: 0;
  left: 0;
  z-index: 0 !important;
  overflow: hidden;
}

.gof_fe_timeline__body {
  padding: 1.5rem;
}
.gof_fe_timeline__body .gof_fe_wysiwig-text {
  margin-bottom: 1rem;
}

.gof_fe_timeline__toggle-container li {
  margin-right: 0 !important;
}
.gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active > *, .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active p {
  border-bottom-color: #404040 !important;
  color: #404040 !important;
}
.gof_fe_timeline__toggle-container ul > li:first-child .gof_fe_timeline__toggle {
  margin-left: 0;
}

.gof_fe_timeline__toggle {
  min-width: 0 !important;
  font-weight: 700 !important;
  line-height: 1;
  text-align: left !important;
  padding: 15px 0;
  margin-left: 15px;
  margin-right: 15px;
  color: #C0C0C0;
  border-bottom: 2px solid #C0C0C0;
  -moz-transition: 0.3s ease border-color, 0.3s ease color;
  -o-transition: 0.3s ease border-color, 0.3s ease color;
  -webkit-transition: 0.3s ease border-color, 0.3s ease color;
  transition: 0.3s ease border-color, 0.3s ease color;
}
.gof_fe_timeline__toggle:hover {
  border-bottom-color: #404040;
  color: #404040;
}

.gof_fe_programs-gallery-header {
  background-color: rgba(32, 32, 32, 0.8);
}

/***********
WYSIWIG
***********/
.gof_fe_wysiwig-text img {
  display: block;
  margin: 0 auto 1rem;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.gof_fe_wysiwig-text > *:last-child {
  margin-bottom: 0;
}
.gof_fe_wysiwig-text ul li {
  list-style: none;
  position: relative;
}
.gof_fe_wysiwig-text ul li:before {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
}

.gof_wyswig-text__div > *:last-child {
  margin-bottom: 0;
}

.gof-converted-text-wrapper > *:last-child {
  margin-bottom: 0;
}

/***********
FAQS
***********/
.accordian-faqs.text-white .color-link {
  color: #ffffff;
}

.accordian-faqs > .accordian-faq:last-child {
  border-bottom: none !important;
}

.accordian-faq-toggle p {
  -moz-transition: 0.3s ease color;
  -o-transition: 0.3s ease color;
  -webkit-transition: 0.3s ease color;
  transition: 0.3s ease color;
}
.accordian-faq-toggle:hover {
  cursor: pointer;
}
.accordian-faq-toggle:hover p {
  color: var(--gof_link_color);
}

/***********
SLIDER
***********/
.slider-type-full .splide__arrows {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1rem;
}
.slider-type-full .btn-splide-arrow-icon {
  background-color: rgba(64, 64, 64, 0.4);
}
.slider-type-full .btn-splide-arrow-icon i {
  color: #ffffff;
}

/***********
CARDS
***********/
.element-card__icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #F6F6F6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 auto;
  margin-top: -40px;
  padding: 17px;
}

@media (min-width: 992px) {
  .gof_fe-hide--desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gof_fe-hide--tablet {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .gof_fe-hide--tablet {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .gof_fe-hide--phone {
    display: none !important;
  }
}
.gof-block {
  position: relative;
}
.gof-block.has-divider-bottom {
  padding-bottom: 75px;
}
.gof-block.has-divider-top {
  padding-top: 75px;
}
.gof-block .row.full {
  min-height: 80vh;
}

.element-text ul > li {
  margin-bottom: 10px;
  padding-left: 20px;
}

.img-bg {
  background-size: cover;
  background-position: center;
}

.gof-converted-text-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.go321_pricing_single--single .gof_fe_wysiwig-text ul {
  list-style: none;
  padding: 0px;
}
.go321_pricing_single--single .gof_fe_wysiwig-text ul > li {
  font-size: 1.1rem;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.go321_pricing_single--single .gof_fe_wysiwig-text ul > li:before {
  display: none;
}
.go321_pricing_single--single .gof_fe_wysiwig-text ul > li:last-child {
  border-bottom: none;
}

.scss_errors, .trp-floater-ls-names {
  display: none !important;
}

body.no-scroll {
  overflow-y: hidden !important;
}

.styled-scrollbar::-webkit-scrollbar {
  width: 1em;
}
.styled-scrollbar::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #EBEBEB;
  background-color: rgba(0, 0, 0, 0.1);
}
.styled-scrollbar::-webkit-scrollbar-thumb {
  background-color: #EBEBEB;
  background-color: rgba(0, 0, 0, 0.2);
  outline: none;
}

.container {
  max-width: 1320px;
}

.container-smaller {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.container--medium {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.container--medium--large {
  max-width: 1140px;
}

.container-large {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.fluid-width-video-wrapper iframe {
  width: 100%;
  height: 250px;
}
.fluid-width-video-wrapper.video-medium {
  max-width: 450px;
}

.fluid-width-image-wrapper {
  overflow: hidden;
}
.fluid-width-image-wrapper img {
  width: 100%;
  height: auto;
}

.img-small-extra {
  max-width: 175px;
}

.img-small {
  max-width: 250px;
}

.img-medium {
  max-width: 450px;
}

.img-large {
  max-width: 650px;
}

.image-border-styled img, .video-border-styled iframe {
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: rgba(181, 191, 201, 0.4) 0px 1px 2px !important;
  -moz-box-shadow: rgba(181, 191, 201, 0.4) 0px 1px 2px !important;
  box-shadow: rgba(181, 191, 201, 0.4) 0px 1px 2px !important;
}

img.avatar {
  margin-bottom: space(2);
}

.coach-certification ul li {
  list-style: none;
}

.get_started_steps h2 i {
  float: right;
}

.price-regular-discount {
  opacity: 0.7;
  text-decoration: line-through;
}

.price-discount {
  margin-left: 15px;
}

.gof_fe-admin-edit-button {
  padding: 0;
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 99999999;
}
.gof_fe-admin-edit-button a {
  min-width: 0 !important;
  background-color: #404040 !important;
  color: #ffffff !important;
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.1);
}
.gof_fe-admin-edit-button a:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #404040 !important;
}

.text-white {
  color: #ffffff;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white a {
  color: #ffffff;
}
.text-white .text-black {
  color: #404040;
}
.text-white .text-black h1, .text-white .text-black h2, .text-white .text-black h3, .text-white .text-black h4, .text-white .text-black h5, .text-white .text-black h6, .text-white .text-black p {
  color: #404040;
}
.text-white .text-black a {
  color: inherit;
}
.text-white .outer-nav-below a, .text-white .outer-nav-inline a {
  color: #fff;
}
.text-white .gof-btn.main {
  background-color: #ffffff;
  color: #404040;
}
.text-white .gof-btn.main:hover {
  color: #ffffff;
  background-color: #404040;
}
.text-white .gof-btn.outline {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.text-white .gof-btn.outline:hover {
  background-color: #ffffff !important;
  color: #404040 !important;
}
.text-white .gof_fe_btn--icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #404040;
}
.text-white .gof_fe_btn--icon:hover {
  background-color: #404040;
  color: #ffffff;
  border-color: #404040;
}
.text-white.element-testimonial .btn-splide-arrow-icon {
  background-color: transparent;
  border-color: #ffffff;
}
.text-white.element-testimonial .btn-splide-arrow-icon i {
  color: #ffffff;
}
.text-white.gof-popup .gof-popup-close {
  color: #404040;
}
.text-white.gof-popup h4, .text-white.gof-popup h5, .text-white.gof-popup p {
  color: #ffffff !important;
}
.text-white.gof-popup .popup-gform-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
}
.text-white.splide__arrows .btn-splide-arrow-icon i {
  color: #ffffff;
}

.text-white.gof_fe-main-menu-dropdown__content .gof_fe-main-menu-dropdown__toggle-button, .bg-black.gof_fe-main-menu-dropdown__content .gof_fe-main-menu-dropdown__toggle-button {
  background-color: rgba(64, 64, 64, 0.7) !important;
}
.text-white.gof_fe-main-menu-dropdown__content a, .bg-black.gof_fe-main-menu-dropdown__content a {
  color: #ffffff;
}
.text-white.gof_fe-main-menu-dropdown__content i, .bg-black.gof_fe-main-menu-dropdown__content i {
  color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
}
.text-white.gof_fe-main-menu-dropdown__content.bg-black i, .bg-black.gof_fe-main-menu-dropdown__content.bg-black i {
  color: #ffffff;
}
.text-white.gof_fe-main-menu-dropdown__content .gof-btn.main, .bg-black.gof_fe-main-menu-dropdown__content .gof-btn.main {
  background-color: #ffffff;
  color: #404040;
}
.text-white.gof_fe-main-menu-dropdown__content .gof-btn.main:hover, .bg-black.gof_fe-main-menu-dropdown__content .gof-btn.main:hover {
  color: #ffffff;
  background-color: #404040;
}
.text-white.gof_fe-main-menu-dropdown__content .gof-btn.outline, .bg-black.gof_fe-main-menu-dropdown__content .gof-btn.outline {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.text-white.gof_fe-main-menu-dropdown__content .gof-btn.outline:hover, .bg-black.gof_fe-main-menu-dropdown__content .gof-btn.outline:hover {
  background-color: #ffffff !important;
  color: #404040 !important;
}

body.theme-bg-black {
  background-color: #202020;
}
body.theme-bg-black .gof_fe_top-banner {
  background: #202020 !important;
  -webkit-box-shadow: inset 0px 0px 15px 5px rgba(68, 68, 68, 0.15) !important;
  -moz-box-shadow: inset 0px 0px 15px 5px rgba(68, 68, 68, 0.15) !important;
  box-shadow: inset 0px 0px 15px 5px rgba(68, 68, 68, 0.15) !important;
}
body.theme-bg-black .gof_fe_top-banner a {
  color: #ffffff;
}
body.theme-bg-black ul#top-menu ul.sub-menu li {
  background-color: #404040;
}
body.theme-bg-black .gof_fe-header__logo-text {
  color: #ffffff;
}
body.theme-bg-black .gof_fe_header__container:not(.transparent):not(.bg-white):not(.bg-accent_1):not(.bg-accent_2), body.theme-bg-black .gof_fe_header-transparent:not(.transparent) {
  background-color: #202020 !important;
}
body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) p, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) p {
  color: #ffffff;
}
body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .language-switcher-header, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .language-switcher-header {
  background: rgba(127, 127, 127, 0.05);
  border: 1px solid rgba(127, 127, 127, 0.1);
}
body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .language-switcher-header span, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .language-switcher-header span {
  color: #ffffff;
}
body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .gof-btn.outline, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .gof-btn.outline {
  color: #ffffff;
}
body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-fluid, body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-sm, body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-md, body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-lg, body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-xl, body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-xxl, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-fluid, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-sm, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-md, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-lg, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-xl, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .boxed-transparent .container-xxl {
  background-color: #202020 !important;
}
body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .outer-nav-inline *, body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .outer-nav-below *, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .outer-nav-inline *, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .outer-nav-below * {
  color: #ffffff !important;
}
body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .toggle-menu-open span, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .toggle-menu-open span {
  color: #ffffff !important;
}
body.theme-bg-black .site-header .gof_fe_header__container:not(.text-black) .btn-basic-styling, body.theme-bg-black .gof_fe_header .gof_fe_header__container:not(.text-black) .btn-basic-styling {
  background-color: #ffffff !important;
  color: #404040 !important;
}
body.theme-bg-black .footer {
  background-color: #202020 !important;
}
body.theme-bg-black .footer > *, body.theme-bg-black .footer a {
  color: #ffffff !important;
}
body.theme-bg-black .footer p {
  color: #ffffff;
}

body.theme-bg-black.gof-page #wodcontainer .wod .date, body.theme-bg-black.gof-page #wodcontainer .wod .wod_header {
  color: #ffffff;
}
body.theme-bg-black.gof-page .cd-timeline, body.theme-bg-black.gof-page .cd-timeline__container > .cd-timeline__block:last-child {
  background: #202020 !important;
}
body.theme-bg-black.gof-page .get_started_steps {
  background-color: #202020 !important;
}
body.theme-bg-black.gof-page .gof_fe-panel {
  color: #F6F6F6 !important;
  background-color: #404040 !important;
}
body.theme-bg-black.gof-page .element-reviews p, body.theme-bg-black.gof-page .element-reviews p a {
  color: #ffffff;
}
body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) input[type=text], body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) input[type=email], body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) input[type=date], body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) input[type=password], body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) input[type=url], body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) input[type=tel], body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) input[type=search], body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) select, body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) textarea, body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) input[type=number], body.theme-bg-black.gof-page section .popup-gform-wrapper:not([class*=bg-]) input[type=password] {
  background-color: #3a3a3a;
  border: 1px solid rgba(127, 127, 127, 0.3);
  color: #ffffff;
}
body.theme-bg-black.gof-page .gof_pricing-table__icon .content-icon {
  background-color: #404040;
}
body.theme-bg-black.gof-page .coach-container .gof_fe-panel {
  background-color: #2d2d2d;
  border-color: #3a3a3a;
  box-shadow: none;
}
body.theme-bg-black.gof-page .gof_pricing-table__header {
  background-color: #3a3a3a;
  border-color: #535353;
}
body.theme-bg-black.gof-page .gof_pricing-table__content ul li {
  border-color: #535353;
}
body.theme-bg-black.gof-page .gof-posts-single-wrapper, body.theme-bg-black.gof-page .widget_archive ul li, body.theme-bg-black.gof-page .widget_categories ul li {
  background: rgba(127, 127, 127, 0.05);
  border: 1px solid rgba(127, 127, 127, 0.1);
}
body.theme-bg-black.gof-page .gof-posts-single-wrapper .gof-posts-options a, body.theme-bg-black.gof-page .widget_archive ul li .gof-posts-options a, body.theme-bg-black.gof-page .widget_categories ul li .gof-posts-options a {
  color: #ffffff;
}
body.theme-bg-black.gof-page aside h2, body.theme-bg-black.gof-page .all-posts-loaded h4, body.theme-bg-black.gof-page .cd-timeline__content h4 {
  color: #ffffff;
}
body.theme-bg-black.gof-page .coach-container .coach-wrap a, body.theme-bg-black.gof-page .coach-container .coach-wrap a:hover {
  color: #ffffff;
}
body.theme-bg-black.gof-page .contact_form-wrap.text-white .contact-form-item a {
  color: #ffffff;
}
body.theme-bg-black.gof-page .post-nav-link a, body.theme-bg-black.gof-page .contact-us-wrapper a {
  color: #ffffff;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]), body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img), body.theme-bg-black.gof-page .entry-content > .review-wrap, body.theme-bg-black.gof-page .entry-content > .testimonials-container, body.theme-bg-black.gof-page .entry-content > .cd-timeline {
  color: #ffffff;
  background-color: #202020 !important;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) h1, body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) h2, body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) h3, body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) h4, body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) h5, body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) h6, body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) p, body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) i, body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .option-vs-or, body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .gof-btn.link, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) h1, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) h2, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) h3, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) h4, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) h5, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) h6, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) p, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) i, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .option-vs-or, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .gof-btn.link, body.theme-bg-black.gof-page .entry-content > .review-wrap h1, body.theme-bg-black.gof-page .entry-content > .review-wrap h2, body.theme-bg-black.gof-page .entry-content > .review-wrap h3, body.theme-bg-black.gof-page .entry-content > .review-wrap h4, body.theme-bg-black.gof-page .entry-content > .review-wrap h5, body.theme-bg-black.gof-page .entry-content > .review-wrap h6, body.theme-bg-black.gof-page .entry-content > .review-wrap p, body.theme-bg-black.gof-page .entry-content > .review-wrap i, body.theme-bg-black.gof-page .entry-content > .review-wrap .option-vs-or, body.theme-bg-black.gof-page .entry-content > .review-wrap .gof-btn.link, body.theme-bg-black.gof-page .entry-content > .testimonials-container h1, body.theme-bg-black.gof-page .entry-content > .testimonials-container h2, body.theme-bg-black.gof-page .entry-content > .testimonials-container h3, body.theme-bg-black.gof-page .entry-content > .testimonials-container h4, body.theme-bg-black.gof-page .entry-content > .testimonials-container h5, body.theme-bg-black.gof-page .entry-content > .testimonials-container h6, body.theme-bg-black.gof-page .entry-content > .testimonials-container p, body.theme-bg-black.gof-page .entry-content > .testimonials-container i, body.theme-bg-black.gof-page .entry-content > .testimonials-container .option-vs-or, body.theme-bg-black.gof-page .entry-content > .testimonials-container .gof-btn.link, body.theme-bg-black.gof-page .entry-content > .cd-timeline h1, body.theme-bg-black.gof-page .entry-content > .cd-timeline h2, body.theme-bg-black.gof-page .entry-content > .cd-timeline h3, body.theme-bg-black.gof-page .entry-content > .cd-timeline h4, body.theme-bg-black.gof-page .entry-content > .cd-timeline h5, body.theme-bg-black.gof-page .entry-content > .cd-timeline h6, body.theme-bg-black.gof-page .entry-content > .cd-timeline p, body.theme-bg-black.gof-page .entry-content > .cd-timeline i, body.theme-bg-black.gof-page .entry-content > .cd-timeline .option-vs-or, body.theme-bg-black.gof-page .entry-content > .cd-timeline .gof-btn.link {
  color: #ffffff;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) a:not(.gof-btn), body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .color-link, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) a:not(.gof-btn), body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .color-link, body.theme-bg-black.gof-page .entry-content > .review-wrap a:not(.gof-btn), body.theme-bg-black.gof-page .entry-content > .review-wrap .color-link, body.theme-bg-black.gof-page .entry-content > .testimonials-container a:not(.gof-btn), body.theme-bg-black.gof-page .entry-content > .testimonials-container .color-link, body.theme-bg-black.gof-page .entry-content > .cd-timeline a:not(.gof-btn), body.theme-bg-black.gof-page .entry-content > .cd-timeline .color-link {
  color: #ffffff;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .bd-bottom, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .bd-bottom, body.theme-bg-black.gof-page .entry-content > .review-wrap .bd-bottom, body.theme-bg-black.gof-page .entry-content > .testimonials-container .bd-bottom, body.theme-bg-black.gof-page .entry-content > .cd-timeline .bd-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .btn-splide-arrow-icon i, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .btn-splide-arrow-icon i, body.theme-bg-black.gof-page .entry-content > .review-wrap .btn-splide-arrow-icon i, body.theme-bg-black.gof-page .entry-content > .testimonials-container .btn-splide-arrow-icon i, body.theme-bg-black.gof-page .entry-content > .cd-timeline .btn-splide-arrow-icon i {
  color: #ffffff;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .gof-btn.main, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .gof-btn.main, body.theme-bg-black.gof-page .entry-content > .review-wrap .gof-btn.main, body.theme-bg-black.gof-page .entry-content > .testimonials-container .gof-btn.main, body.theme-bg-black.gof-page .entry-content > .cd-timeline .gof-btn.main {
  background-color: #ffffff;
  color: #404040;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .gof-btn.main:hover, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .gof-btn.main:hover, body.theme-bg-black.gof-page .entry-content > .review-wrap .gof-btn.main:hover, body.theme-bg-black.gof-page .entry-content > .testimonials-container .gof-btn.main:hover, body.theme-bg-black.gof-page .entry-content > .cd-timeline .gof-btn.main:hover {
  color: #ffffff;
  background-color: #404040;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .gof-btn.outline, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .gof-btn.outline, body.theme-bg-black.gof-page .entry-content > .review-wrap .gof-btn.outline, body.theme-bg-black.gof-page .entry-content > .testimonials-container .gof-btn.outline, body.theme-bg-black.gof-page .entry-content > .cd-timeline .gof-btn.outline {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .gof-btn.outline:hover, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .gof-btn.outline:hover, body.theme-bg-black.gof-page .entry-content > .review-wrap .gof-btn.outline:hover, body.theme-bg-black.gof-page .entry-content > .testimonials-container .gof-btn.outline:hover, body.theme-bg-black.gof-page .entry-content > .cd-timeline .gof-btn.outline:hover {
  background-color: #ffffff !important;
  color: #404040 !important;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .gof_fe_btn--icon, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .gof_fe_btn--icon, body.theme-bg-black.gof-page .entry-content > .review-wrap .gof_fe_btn--icon, body.theme-bg-black.gof-page .entry-content > .testimonials-container .gof_fe_btn--icon, body.theme-bg-black.gof-page .entry-content > .cd-timeline .gof_fe_btn--icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #404040;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .gof_fe_btn--icon:hover, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .gof_fe_btn--icon:hover, body.theme-bg-black.gof-page .entry-content > .review-wrap .gof_fe_btn--icon:hover, body.theme-bg-black.gof-page .entry-content > .testimonials-container .gof_fe_btn--icon:hover, body.theme-bg-black.gof-page .entry-content > .cd-timeline .gof_fe_btn--icon:hover {
  background-color: #404040;
  color: #ffffff;
  border-color: #404040;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .element-timeline .splide__arrows .btn-splide-arrow-icon i, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .element-timeline .splide__arrows .btn-splide-arrow-icon i, body.theme-bg-black.gof-page .entry-content > .review-wrap .element-timeline .splide__arrows .btn-splide-arrow-icon i, body.theme-bg-black.gof-page .entry-content > .testimonials-container .element-timeline .splide__arrows .btn-splide-arrow-icon i, body.theme-bg-black.gof-page .entry-content > .cd-timeline .element-timeline .splide__arrows .btn-splide-arrow-icon i {
  color: #ffffff;
}
body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active > *, body.theme-bg-black.gof-page .entry-content > section:not([class*=bg-]) .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active p, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active > *, body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active p, body.theme-bg-black.gof-page .entry-content > .review-wrap .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active > *, body.theme-bg-black.gof-page .entry-content > .review-wrap .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active p, body.theme-bg-black.gof-page .entry-content > .testimonials-container .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active > *, body.theme-bg-black.gof-page .entry-content > .testimonials-container .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active p, body.theme-bg-black.gof-page .entry-content > .cd-timeline .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active > *, body.theme-bg-black.gof-page .entry-content > .cd-timeline .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active p {
  color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
body.theme-bg-black.gof-page .entry-content > section.bg-grey:not(.has-bg-img) {
  background-color: #3a3a3a;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) {
  color: #202020;
  background-color: #ffffff !important;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) h1, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) h2, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) h3, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) h4, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) h5, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) h6, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) p, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) i, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .option-vs-or, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof-btn.link {
  color: #202020;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) a:not(.gof-btn), body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .color-link {
  color: #202020;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .bd-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .btn-splide-arrow-icon i {
  color: #202020;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof-btn.main {
  background-color: #202020;
  color: #404040;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof-btn.main:hover {
  color: #202020;
  background-color: #404040;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof-btn.outline {
  border-color: rgba(32, 32, 32, 0.3);
  color: #202020;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof-btn.outline:hover {
  background-color: #202020 !important;
  color: #404040 !important;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof_fe_btn--icon {
  background-color: #202020;
  border-color: #202020;
  color: #404040;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof_fe_btn--icon:hover {
  background-color: #404040;
  color: #202020;
  border-color: #404040;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .element-timeline .splide__arrows .btn-splide-arrow-icon i {
  color: #202020;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active > *, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .element-timeline .gof_fe_timeline__toggle-container .gof_fe-splide-thumbnail-slider li.is-active p {
  color: #202020 !important;
  border-bottom-color: #202020 !important;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof_fe-panel {
  background-color: #F6F6F6 !important;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof_fe-panel.bg-white, body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof_fe-panel.bg-grey {
  background-color: #F6F6F6 !important;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof_pricing-table__header {
  background-color: #dddddd;
  border-color: #c3c3c3;
}
body.theme-bg-black.gof-page .entry-content > section.bg-white:not(.has-bg-img) .gof_pricing-table__icon .content-icon {
  background-color: #F6F6F6;
}

body.theme-bg-black:not(.gof-page) .wrap {
  color: #ffffff;
}
body.theme-bg-black:not(.gof-page) .wrap > * {
  color: #ffffff;
}
body.theme-bg-black:not(.gof-page) .wrap h1, body.theme-bg-black:not(.gof-page) .wrap h2, body.theme-bg-black:not(.gof-page) .wrap h3, body.theme-bg-black:not(.gof-page) .wrap h4, body.theme-bg-black:not(.gof-page) .wrap h5, body.theme-bg-black:not(.gof-page) .wrap h6, body.theme-bg-black:not(.gof-page) .wrap p, body.theme-bg-black:not(.gof-page) .wrap i {
  color: #ffffff;
}
body.theme-bg-black:not(.gof-page) .wrap a:not(.gof-btn), body.theme-bg-black:not(.gof-page) .wrap .color-link {
  color: var(--gof_link_color);
}
body.theme-bg-black:not(.gof-page) .wrap .cpt-desc * {
  color: #404040;
}
body.theme-bg-black:not(.gof-page) .wrap .gof_fe-panel {
  background: rgba(127, 127, 127, 0.05);
}
body.theme-bg-black:not(.gof-page) .wrap .gof_fe-panel, body.theme-bg-black:not(.gof-page) .wrap #right-sidebar aside {
  border: 1px solid rgba(127, 127, 127, 0.3);
}
body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer input[type=text], body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer input[type=email], body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer input[type=date], body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer input[type=password], body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer input[type=url], body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer input[type=tel], body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer input[type=search], body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer select, body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer textarea, body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer input[type=number], body.theme-bg-black:not(.gof-page) .wrap .formBodyContainer input[type=password], body.theme-bg-black:not(.gof-page) .wrap .gform_body input[type=text], body.theme-bg-black:not(.gof-page) .wrap .gform_body input[type=email], body.theme-bg-black:not(.gof-page) .wrap .gform_body input[type=date], body.theme-bg-black:not(.gof-page) .wrap .gform_body input[type=password], body.theme-bg-black:not(.gof-page) .wrap .gform_body input[type=url], body.theme-bg-black:not(.gof-page) .wrap .gform_body input[type=tel], body.theme-bg-black:not(.gof-page) .wrap .gform_body input[type=search], body.theme-bg-black:not(.gof-page) .wrap .gform_body select, body.theme-bg-black:not(.gof-page) .wrap .gform_body textarea, body.theme-bg-black:not(.gof-page) .wrap .gform_body input[type=number], body.theme-bg-black:not(.gof-page) .wrap .gform_body input[type=password], body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm input[type=text], body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm input[type=email], body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm input[type=date], body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm input[type=password], body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm input[type=url], body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm input[type=tel], body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm input[type=search], body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm select, body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm textarea, body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm input[type=number], body.theme-bg-black:not(.gof-page) .wrap #wodifyLeadForm input[type=password], body.theme-bg-black:not(.gof-page) .wrap .post-password-form input[type=text], body.theme-bg-black:not(.gof-page) .wrap .post-password-form input[type=email], body.theme-bg-black:not(.gof-page) .wrap .post-password-form input[type=date], body.theme-bg-black:not(.gof-page) .wrap .post-password-form input[type=password], body.theme-bg-black:not(.gof-page) .wrap .post-password-form input[type=url], body.theme-bg-black:not(.gof-page) .wrap .post-password-form input[type=tel], body.theme-bg-black:not(.gof-page) .wrap .post-password-form input[type=search], body.theme-bg-black:not(.gof-page) .wrap .post-password-form select, body.theme-bg-black:not(.gof-page) .wrap .post-password-form textarea, body.theme-bg-black:not(.gof-page) .wrap .post-password-form input[type=number], body.theme-bg-black:not(.gof-page) .wrap .post-password-form input[type=password], body.theme-bg-black:not(.gof-page) .wrap .woocommerce form input[type=text], body.theme-bg-black:not(.gof-page) .wrap .woocommerce form input[type=email], body.theme-bg-black:not(.gof-page) .wrap .woocommerce form input[type=date], body.theme-bg-black:not(.gof-page) .wrap .woocommerce form input[type=password], body.theme-bg-black:not(.gof-page) .wrap .woocommerce form input[type=url], body.theme-bg-black:not(.gof-page) .wrap .woocommerce form input[type=tel], body.theme-bg-black:not(.gof-page) .wrap .woocommerce form input[type=search], body.theme-bg-black:not(.gof-page) .wrap .woocommerce form select, body.theme-bg-black:not(.gof-page) .wrap .woocommerce form textarea, body.theme-bg-black:not(.gof-page) .wrap .woocommerce form input[type=number], body.theme-bg-black:not(.gof-page) .wrap .woocommerce form input[type=password], body.theme-bg-black:not(.gof-page) .wrap .comment-respond input[type=text], body.theme-bg-black:not(.gof-page) .wrap .comment-respond input[type=email], body.theme-bg-black:not(.gof-page) .wrap .comment-respond input[type=date], body.theme-bg-black:not(.gof-page) .wrap .comment-respond input[type=password], body.theme-bg-black:not(.gof-page) .wrap .comment-respond input[type=url], body.theme-bg-black:not(.gof-page) .wrap .comment-respond input[type=tel], body.theme-bg-black:not(.gof-page) .wrap .comment-respond input[type=search], body.theme-bg-black:not(.gof-page) .wrap .comment-respond select, body.theme-bg-black:not(.gof-page) .wrap .comment-respond textarea, body.theme-bg-black:not(.gof-page) .wrap .comment-respond input[type=number], body.theme-bg-black:not(.gof-page) .wrap .comment-respond input[type=password], body.theme-bg-black:not(.gof-page) .wrap .search-form input[type=text], body.theme-bg-black:not(.gof-page) .wrap .search-form input[type=email], body.theme-bg-black:not(.gof-page) .wrap .search-form input[type=date], body.theme-bg-black:not(.gof-page) .wrap .search-form input[type=password], body.theme-bg-black:not(.gof-page) .wrap .search-form input[type=url], body.theme-bg-black:not(.gof-page) .wrap .search-form input[type=tel], body.theme-bg-black:not(.gof-page) .wrap .search-form input[type=search], body.theme-bg-black:not(.gof-page) .wrap .search-form select, body.theme-bg-black:not(.gof-page) .wrap .search-form textarea, body.theme-bg-black:not(.gof-page) .wrap .search-form input[type=number], body.theme-bg-black:not(.gof-page) .wrap .search-form input[type=password] {
  background-color: #202020 !important;
  border: 1px solid rgba(127, 127, 127, 0.3) !important;
  color: #ffffff !important;
}
body.theme-bg-black:not(.gof-page) .wrap .blog-article {
  border: 1px solid #ffffff;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce .quantity input.qty, body.theme-bg-black:not(.gof-page) .wrap .woocommerce-cart table.cart td.actions .coupon .input-text {
  background: #ffffff !important;
  padding: 0 10px !important;
  min-width: 60px !important;
  height: 34.5px;
  line-height: 34.5px;
  border-radius: 5px;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce .woocommerce-form-coupon-toggle {
  padding: 0;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce form div span.optional {
  width: auto !important;
  font-size: 12px;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce .woocommerce-info {
  color: #C0C0C0;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce form input[type=number] {
  border: 1px solid #fff !important;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none !important;
  border-bottom: 0;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce div.product .woocommerce-tabs ul.tabs li::before, body.theme-bg-black:not(.gof-page) .wrap .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce div.product .woocommerce-tabs .gof_fe-panel {
  padding: 0 20px !important;
  border: 1px solid #fff;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce div.product .woocommerce-tabs .gof_fe-panel h2 {
  display: none;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce div.product .woocommerce-tabs ul.tabs:before, body.theme-bg-black:not(.gof-page) .wrap .woocommerce div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce div.product form.cart .variations select {
  height: 40px;
  line-height: 40px;
  padding: 0 10px !important;
  min-width: unset;
}
body.theme-bg-black:not(.gof-page) .wrap .woocommerce div.product form.cart .variations label {
  line-height: 40px;
}

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