@charset "UTF-8";
: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-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #005B8F;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 91, 143;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

/*!
 * Bootstrap v5.1.1 (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-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #005B8F;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 91, 143;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

mark, .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: #005B8F;
  text-decoration: underline;
}
a:hover {
  color: rgb(0, 72.8, 114.4);
}

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);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #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) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 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.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-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: 1rem;
  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: rgb(204, 222.2, 232.6);
  --bs-table-striped-bg: rgb(193.8, 211.09, 220.97);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.6, 199.98, 209.34);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.7, 205.535, 215.155);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(183.6, 199.98, 209.34);
}

.table-secondary {
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(203.04, 204.66, 206.1);
}

.table-success {
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(188.1, 207.9, 198.72);
}

.table-info {
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(185.94, 219.96, 226.8);
}

.table-warning {
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(229.5, 218.34, 184.86);
}

.table-danger {
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 193.14, 196.02);
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 224.1, 225);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(55.2, 58.8, 62.4);
}

.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: rgb(127.5, 173, 199);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 91, 143, 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: rgb(221.35, 224.2, 227.05);
}
.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: rgb(221.35, 224.2, 227.05);
}

.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 {
  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;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select {
  appearance: none;
}
.form-select:focus {
  border-color: rgb(127.5, 173, 199);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 91, 143, 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: rgb(127.5, 173, 199);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 91, 143, 0.25);
}
.form-check-input:checked {
  background-color: #005B8F;
  border-color: #005B8F;
}
.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: #005B8F;
  border-color: #005B8F;
  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='rgb%28127.5, 173, 199%29'/%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(0, 91, 143, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 91, 143, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #005B8F;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 205.8, 221.4);
}
.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: #005B8F;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 205.8, 221.4);
}
.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);
  line-height: 1.25;
}
.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 {
  padding: 1rem 0.75rem;
}
.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.25rem 0.5rem;
  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;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 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: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.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;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 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: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 91, 143, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #005B8F;
  border-color: #005B8F;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 77.35, 121.55);
  border-color: rgb(0, 72.8, 114.4);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: rgb(0, 77.35, 121.55);
  border-color: rgb(0, 72.8, 114.4);
  box-shadow: 0 0 0 0.25rem rgba(38.25, 115.6, 159.8, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 72.8, 114.4);
  border-color: rgb(0, 68.25, 107.25);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38.25, 115.6, 159.8, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #005B8F;
  border-color: #005B8F;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(86.4, 93.6, 100);
  border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(20, 108, 67.2);
  border-color: rgb(18.75, 101.25, 63);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
  box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(61.4, 212.6, 243);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
  box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(255, 205.4, 56.6);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(176, 42.4, 55.2);
  border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
  box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(249.4, 250.2, 251);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #005B8F;
  border-color: #005B8F;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #005B8F;
  border-color: #005B8F;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 91, 143, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #005B8F;
  border-color: #005B8F;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 91, 143, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #005B8F;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #005B8F;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(0, 72.8, 114.4);
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #005B8F;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #005B8F;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #005B8F;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: rgb(0, 72.8, 114.4);
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #005B8F;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: rgb(0, 81.9, 128.7);
  background-color: rgb(229.5, 238.6, 243.8);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%280, 81.9, 128.7%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(127.5, 173, 199);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 91, 143, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #005B8F;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 72.8, 114.4);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(0, 72.8, 114.4);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 91, 143, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #005B8F;
  border-color: #005B8F;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: rgb(0, 54.6, 85.8);
  background-color: rgb(204, 222.2, 232.6);
  border-color: rgb(178.5, 205.8, 221.4);
}
.alert-primary .alert-link {
  color: rgb(0, 43.68, 68.64);
}

.alert-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(210.9, 213.6, 216);
}
.alert-secondary .alert-link {
  color: rgb(51.84, 56.16, 60);
}

.alert-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
  border-color: rgb(186, 219, 203.7);
}
.alert-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}

.alert-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
  border-color: rgb(182.4, 239.1, 250.5);
}
.alert-info .alert-link {
  color: rgb(4.16, 64.64, 76.8);
}

.alert-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
  color: rgb(81.6, 61.76, 2.24);
}

.alert-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.alert-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(252.9, 253.2, 253.5);
}
.alert-light .alert-link {
  color: rgb(79.36, 79.68, 80);
}

.alert-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #005B8F;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #005B8F;
  border-color: #005B8F;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 54.6, 85.8);
  background-color: rgb(204, 222.2, 232.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 54.6, 85.8);
  background-color: rgb(183.6, 199.98, 209.34);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 54.6, 85.8);
  border-color: rgb(0, 54.6, 85.8);
}

.list-group-item-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}

.list-group-item-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(15, 81, 50.4);
  background-color: rgb(188.1, 207.9, 198.72);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(15, 81, 50.4);
  border-color: rgb(15, 81, 50.4);
}

.list-group-item-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(185.94, 219.96, 226.8);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2, 80.8, 96);
  border-color: rgb(5.2, 80.8, 96);
}

.list-group-item-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(229.5, 218.34, 184.86);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(102, 77.2, 2.8);
  border-color: rgb(102, 77.2, 2.8);
}

.list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}

.list-group-item-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(228.24, 228.42, 228.6);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 99.6, 100);
  border-color: rgb(99.2, 99.6, 100);
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 91, 143, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #005B8F;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(0, 72.8, 114.4);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.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;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 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: #005B8F !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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 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.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .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.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .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.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .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.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .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.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.15;
  -webkit-text-size-adjust: auto;
}

body {
  background: #FBFBFB;
  scroll-behavior: smooth;
  font-family: "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #333333 !important;
  text-align: left !important;
  background-color: #FBFBFB !important;
  height: 100% !important;
}

a {
  color: #333333;
  outline: 0;
  text-decoration: none;
}
a:focus, a:hover {
  color: #333333;
}

.btn-logout {
  background: #6B7280 !important;
  color: #fff !important;
}

.cc-btn:last-child {
  color: #c3fa75 !important;
  border-color: transparent;
  background-color: #003B5C !important;
}

.cc-btn:last-child:hover {
  color: #fff !important;
}

.cc-message {
  color: #333333 !important;
}

.cc-btn:first-child {
  color: #333333 !important;
}

.cc-window, .cc-revoke {
  font-family: inherit !important;
}

/* Table of Contents
-------------------------------------------------------

	# General Styles
	# Loaders
	# Animations
	# Layout
	# Typography
	# WordPress Specific
	# Forms
	# Campaign Bar
	# Top Bar
	# Header
	# Side Panels
		## Panel: Mobile Menu
		## Panel: Search Box
	# Footer
	# Blog
		## Blog: Single Post
	# Widgets
	# Pagination
	# Plugins
		## Plugin: Revslider
		## Plugin: Magnific Popup
		## Plugin: Slick Carousel
		## Plugin: Easy Zoom
	# Comments
	# Page not found
	# VC: et_portfolio
	# Popup
	# Plugins
	# Default Fonts
	# Design Elements
*/
/* # General Styles
------------------------------------------------------- */
figure {
  margin: 0;
}

.touch .page-wrapper-inner a:hover {
  color: inherit;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  margin: 0 !important;
  font-family: "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #333333 !important;
  text-align: left !important;
  background-color: #FBFBFB !important;
  height: 100% !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Montserrat;
  color: #333333;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

address p {
  margin: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 28px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
  margin-bottom: 0;
}

ol ol {
  list-style: lower-alpha;
}

ul ul {
  list-style: circle;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 1.5em;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

a.link-primary:hover {
  color: #e83e8c;
  text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
  font-family: "DM Sans", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #495057;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  font-size: 14px !important;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: 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;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

h3, .h3 {
  font-size: 24px;
  font-weight: 500;
}

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #f8f9fa;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

.reset,
.widget.widget_calendar table,
.searchform fieldset {
  margin: 0;
  padding: 0;
}

/* Transitions */
.transition,
.slick-slider .slick-nav,
.btn,
.button,
input[type=submit],
.custom_check + .custom_label,
.custom_check + .ficha-form__label-for-checkbox,
.custom_check + .custom_label:before,
.custom_check + .ficha-form__label-for-checkbox:before,
.products .product .product_thumbnail.et-image-hover .product_thumbnail_hover,
.products .product .product_after_title .button:after,
.products .product.product-category a div span,
.ficha-MyAccount-navigation .account-icon-box svg path,
#prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span:before,
.et-banner.hover-border .et-banner-content-inner,
.et-banner.hover-border .et-banner-text {
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-spacer,
.product-header-spacer,
.quick-transition,
.et-product-detail.et-product-style2 .summary,
.sticky-product-bar,
.minicart-counter,
.mfp-close,
.mfp-bg.quick-search,
.mfp-wrap.quick-search,
.et_post_nav .post_nav_link svg,
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
.side-panel,
.products .product .product_after_title .after_shop_loop_actions,
.products .product .product_after_title .product_after_shop_loop_price,
.products .et-listing-style2 .yith-wcwl-add-to-wishlist,
.et-product-detail .product-thumbnails .slick-slide,
.products .et-listing-style4 .caption,
.et-product-detail .summary .quantity,
.ficha-tabs .tabs li,
.ficha-tabs .tabs li a:after,
.argmc-login-tabs .tab-item:after,
.tab-link:after,
.vc_tta-tab a:after,
.ficha-MyAccount-navigation a:after,
.et-product-detail .flex-control-thumbs .ficha-product-gallery__image.slick-current img,
.login-page-form li a:before,
.et-form-container,
.et-form-container .et-login-form,
.et-form-container .et-register-form,
.et-instagram-gallery figure,
.et-instagram-gallery figure:after,
.et-instagram-gallery figure span,
.et-team-member .overlay,
.et-portfolio .type-portfolio .et-portfolio-hover,
.et-portfolio .type-portfolio .et-portfolio-content,
.et-product-category-grid .product-category a:after,
.et-feat-video-btn,
.et-featured-video-icon:before,
.et-team-member figure,
.single-product .pswp__button svg,
.mobile-menu li .et-menu-toggle,
.mobile-menu .et-menu-toggle:after,
.widget h6 span:after,
.widget .h6 span:after,
.woof_front_toggle:before,
#wp-calendar tbody td,
#scroll_to_top,
.et_btn,
.et_btn.arrow-enabled > svg,
.et_location_list.row .et_location,
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.ficha-product-gallery .flex-control-thumbs li img,
.et-product-detail .lightbox-enabled:not(.zoom-enabled) .ficha-product-gallery__image a:after,
.et_post_nav .post_nav_link .text,
.ficha-mini-cart-item .amount,
#side-cart .et-cart-empty,
.et-video-lightbox .et-video-icon,
.products .product .product_thumbnail,
.products .product .product_thumbnail img,
.ficha-product-gallery__image img.wp-post-image,
.before-checkout,
.post-featured.title-wrap.parallax_image,
.hero-header .hero-title.parallax_image,
.et-product-detail .product-showcase,
.et-product-detail .ficha-product-gallery,
.thumbnails-vertical.et-product-layout-no-padding .showcase-active.product-showcase .has-additional-thumbnails .flex-control-thumbs,
.et-product-detail .product-information .entry-summary,
.et-product-detail:not(.et-product-layout-full-width) .showcase-active.showcase-fixed .et-pro-summary-content,
.et-product-detail:not(.et-product-layout-full-width) .showcase-active.showcase-fixed form.variations_form.cart,
#et-quickview .et-product-detail .product-gallery img,
.ficha-variation-price span,
.post.type-post .post-gallery > a:after,
.search-panel .search-clear,
.search-panel .search-icon,
.goya-search .autocomplete-wrapper li a,
.et-header-menu .sub-menu .item-thumb img,
.comment-form-rating .stars a,
.post-categories li a,
.widget .et-swatch-wcapf ul li > a .et-swatch-circle,
.et_post_nav.nav-style-image .post_nav_link,
#scroll_to_top span,
.wc-block-grid__product,
.wc-block-grid__product-image,
.wc-block-grid__product img,
.wc-block-grid__product-add-to-cart,
.header .logo-holder,
.header .logolink .logoimg {
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.linear-transition {
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.linear-quick-transition,
.slick-list,
.slick,
.slick:after,
.post .post-gallery img,
.et-banner img,
.et-lightbox img,
.et-lightbox .et-image-overlay,
.et-portfolio .type-portfolio .et-portfolio-image img,
.products .product.product-category a {
  -moz-transition: all 0.45s linear;
  -o-transition: all 0.45s linear;
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}

/* Perfect Scrollbars */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important; /* Override plugin style */
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e9ecef;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #adb5bd;
  width: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #adb5bd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

/* # Loaders
------------------------------------------------------- */
/* Transition preload fix */
.et-preload * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* Lazy Load */
.goya-lazyload .lazyload,
.goya-lazyload .lazyloading {
  opacity: 0.5;
}

.goya-lazyload .lazyloaded {
  opacity: 1;
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Page-load overlay */
.et-page-load-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  opacity: 0.95;
  visibility: visible;
  -webkit-transition: opacity 0.7s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.7s 0s, visibility 0s 0s;
  -o-transition: opacity 0.7s 0s, visibility 0s 0s;
  transition: opacity 0.7s 0s, visibility 0s 0s;
  background: rgb(255, 255, 255);
}

html.et-page-loaded .et-page-load-overlay,
.et-page-load-overlay.overlay-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.et-page-load-overlay span.loader {
  display: flex;
  height: 100%;
  flex-flow: column wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* Image overlay */
.et-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background: #282828;
  background: rgba(0, 0, 0, 0.45);
}

/* Preloaders */
/* Pulse */
.yith-wcan-loading:after,
.blockUI.blockOverlay:after,
.easyzoom-notice:after,
.ficha-product-gallery__wrapper.slick:after,
.product-gallery .woo-variation-gallery-wrapper.loading-gallery:after,
.product-gallery .rtwpvg-wrapper.loading-rtwpvg:after,
.add_to_cart_button.loading:after,
.wcapf-before-update:after,
.woof_info_popup:after,
.ftinvwl-animated.ftinvwl-pulse:after,
#side-filters.ajax-loader .side-panel-content:after,
.et-loader:after,
.dot-loader:after,
.zoo-cw-gallery-loading:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 50%;
  left: auto;
  width: 16px;
  height: 16px;
  margin: -8px -8px 0 0;
  background-color: #b9a16b;
  background-image: none;
  border-radius: 100%;
  -webkit-animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@keyframes dotPulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes dotPulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
/* Line */
.line-loader {
  width: 160px;
  height: 3px;
  background: linear-gradient(to right, #282828, #282828);
  background-color: #ccc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  background-size: 20%;
  background-repeat: repeat-y;
  background-position: -25% 0;
  animation: lineLoader 1s linear infinite;
}

@keyframes lineLoader {
  50% {
    background-size: 80%;
  }
  100% {
    background-position: 125% 0;
  }
}
.dot3-loader,
.dot3-loader:before,
.dot3-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: dotThreeLoader 1.2s infinite ease-in-out;
  animation: dotThreeLoader 1.2s infinite ease-in-out;
}

.dot3-loader {
  color: #ffffff;
  font-size: 8px;
  margin: 10px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.et-page-load-overlay .dot3-loader {
  color: #b9a16b;
}

.dot3-loader:before,
.dot3-loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.dot3-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.dot3-loader:after {
  left: 3.5em;
}

@-webkit-keyframes dotThreeLoader {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes dotThreeLoader {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* # Animations
------------------------------------------------------- */
/* CSS Animations */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes heartBeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes circlePulse {
  0% {
    animation-timing-function: ease-in;
    transform: scale(1.4);
    opacity: 0.05;
  }
  30% {
    transform: scale(2);
    opacity: 0.15;
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: scale(2.3);
    opacity: 0;
  }
}
@-webkit-keyframes circlePulse {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    opacity: 0.15;
  }
  100% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: scale(2.3);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes et-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes et-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.et-fadeInUp {
  -webkit-animation-name: et-fadeInUp;
  animation-name: et-fadeInUp;
}

@-webkit-keyframes et-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes et-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.et-fadeInLeft {
  -webkit-animation-name: et-fadeInLeft;
  animation-name: et-fadeInLeft;
}

@-webkit-keyframes et-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes et-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.et-fadeInRight {
  -webkit-animation-name: et-fadeInRight;
  animation-name: et-fadeInRight;
}

@-webkit-keyframes et-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes et-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.et-fadeInDown {
  -webkit-animation-name: et-fadeInDown;
  animation-name: et-fadeInDown;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

/* Items animations */
.perspective-wrap {
  -moz-perspective: 3000px;
  -webkit-perspective: 3000px;
  perspective: 3000px;
}

.animation {
  will-change: opacity, transform;
  opacity: 0;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}

.animation.bottom-to-top,
.animation.top-to-bottom,
.animation.left-to-right,
.animation.right-to-left,
.animation.left-to-right-3d,
.animation.right-to-left-3d,
.animation.bottom-to-top-3d,
.animation.top-to-bottom-3d,
.animation.scale {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}

.animation.bottom-to-top {
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.animation.top-to-bottom {
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.animation.left-to-right {
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.animation.right-to-left {
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.animation.left-to-right-3d {
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  -moz-transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);
  -ms-transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);
  -webkit-transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);
  transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);
}

.animation.right-to-left-3d {
  transform-origin: 0 100%;
  transform-style: preserve-3d;
  -moz-transform: rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0);
  -ms-transform: rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0);
  -webkit-transform: rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0);
  transform: rotateX(-25deg) rotateY(15deg) translate3d(60px, -10px, 0);
}

.animation.bottom-to-top-3d {
  transform-style: preserve-3d;
  -moz-transform: rotateX(-45deg) translateY(120px);
  -ms-transform: rotateX(-45deg) translateY(120px);
  -webkit-transform: rotateX(-45deg) translateY(120px);
  transform: rotateX(-45deg) translateY(120px);
}

.animation.top-to-bottom-3d {
  transform-style: preserve-3d;
  -moz-transform: rotateX(45deg) translateY(-120px);
  -ms-transform: rotateX(45deg) translateY(-120px);
  -webkit-transform: rotateX(45deg) translateY(-120px);
  transform: rotateX(45deg) translateY(-120px);
}

.animation.scale {
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.animation.bottom-to-top.animated,
.animation.top-to-bottom.animated,
.animation.left-to-right.animated,
.animation.right-to-left.animated,
.animation.left-to-right-3d.animated,
.animation.right-to-left-3d.animated,
.animation.bottom-to-top-3d.animated,
.animation.top-to-bottom-3d.animated,
.animation.scale.animated,
.animation.animated,
.vc_editor .animation,
.elementor-element .animation,
.slick-slider.products .slick-slide.slick-cloned .animation {
  -moz-transition: transform 0.65s, opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.65s, opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 0.65s, opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.65s, opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.ficha-checkout .blockUI.blockOverlay:after {
  top: 30%;
}

@media only screen and (max-width: 767px) {
  .animation.bottom-to-top.animated,
  .animation.top-to-bottom.animated,
  .animation.left-to-right.animated,
  .animation.right-to-left.animated,
  .animation.left-to-right-3d.animated,
  .animation.right-to-left-3d.animated,
  .animation.bottom-to-top-3d.animated,
  .animation.top-to-bottom-3d.animated,
  .animation.scale.animated,
  .animation.animated {
    -moz-transition: transform 0.25s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 0.25s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 0.25s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s, opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .ficha-checkout .blockUI.blockOverlay:after {
    top: auto;
    bottom: 30vh;
  }
}
.et-loader-light.et-loader:after {
  background: #fff;
}

.blockUI.blockOverlay {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.5) !important; /* override js inline style */
}

/* # Layout
------------------------------------------------------- */
/* Main Wrapper */
#wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}

.et-site-layout-framed #wrapper {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 576px) {
  .et-site-layout-framed #wrapper {
    padding: 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .et-site-layout-framed #wrapper {
    padding: 30px;
  }
}
#wrapper [role=main] {
  flex: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #wrapper [role=main] {
    flex: none;
  }
}
.click-capture {
  position: absolute;
  z-index: 603;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(192, 192, 192, 0.6);
  opacity: 0;
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.panel-open-menu .click-capture,
body.panel-open-filters .click-capture,
body.panel-open-cart .click-capture,
body.panel-open-search .click-capture {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.background--dark .fp-section p {
  color: #fff;
}

/* Clear fix */
.page-header:after,
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.page-header:after,
.clear:after,
.clearfix:after {
  clear: both;
}

.clear,
.clearfix {
  *zoom: 1;
}

/* Alignment classes */
.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-right {
  text-align: right;
}

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

/*Row/columns layouts*/
ul.row {
  padding-left: 0;
}

.row.mpc-row {
  display: flex;
}

.row.row-o-full-height {
  display: flex;
  min-height: 100vh;
}

.vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .row-o-columns-stretch > div {
    height: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .row.row-o-full-height {
    height: 100vh;
  }
}
.row.row-o-columns-middle {
  align-items: center;
}

.row.row-o-content-middle .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row.row-o-content-bottom .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.row.full-width-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .container-fluid .vc_row .vc_row.max_width, .container-sm .vc_row .vc_row.max_width, .container-md .vc_row .vc_row.max_width, .container-lg .vc_row .vc_row.max_width, .container-xl .vc_row .vc_row.max_width, .container-xxl .vc_row .vc_row.max_width {
    max-width: 540px;
  }
  .container-fluid .vc_row .vc_row.max_width, .container-sm .vc_row .vc_row.max_width, .container-md .vc_row .vc_row.max_width, .container-lg .vc_row .vc_row.max_width, .container-xl .vc_row .vc_row.max_width, .container-xxl .vc_row .vc_row.max_width {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .container-fluid .vc_row .vc_row.max_width, .container-sm .vc_row .vc_row.max_width, .container-md .vc_row .vc_row.max_width, .container-lg .vc_row .vc_row.max_width, .container-xl .vc_row .vc_row.max_width, .container-xxl .vc_row .vc_row.max_width {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container-fluid .vc_row .vc_row.max_width, .container-sm .vc_row .vc_row.max_width, .container-md .vc_row .vc_row.max_width, .container-lg .vc_row .vc_row.max_width, .container-xl .vc_row .vc_row.max_width, .container-xxl .vc_row .vc_row.max_width {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-fluid .vc_row .vc_row.max_width, .container-sm .vc_row .vc_row.max_width, .container-md .vc_row .vc_row.max_width, .container-lg .vc_row .vc_row.max_width, .container-xl .vc_row .vc_row.max_width, .container-xxl .vc_row .vc_row.max_width {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1490px) {
  .container-fluid .vc_row .vc_row.max_width, .container-sm .vc_row .vc_row.max_width, .container-md .vc_row .vc_row.max_width, .container-lg .vc_row .vc_row.max_width, .container-xl .vc_row .vc_row.max_width, .container-xxl .vc_row .vc_row.max_width {
    max-width: 1420px;
  }
}
.flex-video {
  margin: 0;
}

.vc_inline-shortcode-edit-form .vc_element .wpb_column {
  width: 100%;
  max-width: 100%;
}

.wpb_column .vc_column-inner {
  width: 100%;
}

.wpb_row:not(.no-padding) .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}

.wpb_row.vc_col-has-fill > .vc_column-inner,
.wpb_row.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.wpb_row.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.wpb_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.wpb_row.no-padding > .vc_column_container,
.wpb_row > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.wpb_row.no-padding .wpb_row > .vc_column_container > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.wpb_row.vc_row:after,
.wpb_row.vc_row:before,
.wpb_row .vc_column-inner:after,
.wpb_row .vc_column-inner:before {
  display: block;
  content: "";
  clear: both;
}

@media only screen and (max-width: 575px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .wpb_row.no-padding .wpb_row > .vc_column_container > .vc_column-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wpb_row.no-padding {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* Column Colors */
.wpb_column.et-light-column,
.et-light-column .wpb_text_column,
.wpb-js-composer .wpb_column.et-light-column .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab > a {
  color: rgba(255, 255, 255, 0.7);
}

.wpb_column.et-light-column h1, .wpb_column.et-light-column .h1,
.wpb_column.et-light-column h2,
.wpb_column.et-light-column .h2,
.wpb_column.et-light-column h3,
.wpb_column.et-light-column .h3,
.wpb_column.et-light-column h4,
.wpb_column.et-light-column .h4,
.wpb_column.et-light-column h5,
.wpb_column.et-light-column .h5,
.wpb_column.et-light-column h6,
.wpb_column.et-light-column .h6,
.wpb_column.et-light-column label,
.wpb_column.et-light-column .et-feature-icon,
.wpb_column.et-light-column .et-video-lightbox,
.wpb_column.et-light-column .wpb_text_column a,
.wpb_column.et-light-column .wpb_column a:not(.button),
.wpb_column.et-light-column blockquote,
.et-light-column .et-testimonial blockquote,
.wpb_column.et-light-column .vc_btn_link {
  color: #fff;
}

.wpb_column.et-light-column blockquote {
  border-color: #fff;
}

.et-light-column .et-testimonials-slider .slick-arrow svg {
  fill: #fff;
}

.wpb_column.et-light-column .wpb_text_column a:after,
.wpb_column.et-light-column .wpb_column a:after {
  border-bottom-color: #fff;
}

.wpb_column.et-light-column .slick .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.4);
}

.wpb_column.et-light-column .preline:not(.accent-color):before,
.wpb_column.et-light-column .preline-medium:not(.accent-color):before,
.wpb_column.et-light-column .preline-large:not(.accent-color):before,
.wpb_column.et-light-column .postline:not(.accent-color):before,
.wpb_column.et-light-column .postline-medium:not(.accent-color):before,
.wpb_column.et-light-column .postline-large:not(.accent-color):before,
.wpb_column.et-light-column .slick .slick-dots li.slick-active button {
  background-color: #fff;
}

.wpb-js-composer .wpb_column.et-light-column .vc_tta.vc_general.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a,
.wpb-js-composer .wpb_column.et-light-column .vc_tta.vc_general.vc_tta-tabs-position-right .vc_tta-tab.vc_active > a,
.wpb-js-composer .wpb_column.et-light-column .vc_tta.vc_general.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a {
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
  color: #fff;
}

.wpb-js-composer .wpb_column.et-light-column .vc_tta.vc_general.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  color: #fff;
}

.et-fixed,
.et-product-detail .summary {
  will-change: top;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Grid Helper */
[class*=block-grid-] .WOOF_Widget {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

[class*=block-grid-] .WOOF_Widget .woof_redraw_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

[class*=block-grid-] > *:not([class*=slick]),
[class*=block-grid-] .WOOF_Widget .woof_container {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  list-style: none;
}

[class*=block-grid-] > *:not([class*=slick]).WOOF_Widget,
.block-grid-1 > *:not([class*=slick]),
.block-grid-1 .WOOF_Widget .woof_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.block-grid-2 > *:not([class*=slick]),
.block-grid-2 .WOOF_Widget .woof_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.block-grid-3 > *:not([class*=slick]),
.block-grid-3 .WOOF_Widget .woof_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.block-grid-4 > *:not([class*=slick]),
.block-grid-4 .WOOF_Widget .woof_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.block-grid-5 > *:not([class*=slick]),
.block-grid-5 .WOOF_Widget .woof_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.block-grid-6 > *:not([class*=slick]),
.block-grid-6 .WOOF_Widget .woof_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

@media only screen and (min-width: 768px) {
  .md-block-grid-2 > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-block-grid-3 > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .md-block-grid-4 > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md-block-grid-5 > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .md-block-grid-6 > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
@media only screen and (min-width: 992px) {
  .lg-block-grid-2 > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-block-grid-3 > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .lg-block-grid-4 > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg-block-grid-5 > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lg-block-grid-6 > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
@media only screen and (max-width: 575px) {
  [class*=block-grid-] > *:not([class*=slick]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .et-fixed {
    position: static !important; /* override js inline style */
  }
}
.page-padding {
  padding-top: 30px;
}

.page .page-padding:not(.hero-header) {
  padding-top: 0;
}

.page-bottom-padding {
  padding-bottom: 90px;
}

.type-portfolio.page-padding {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .page-bottom-padding {
    padding-bottom: 0;
  }
}
.page-wrapper-inner {
  position: relative;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 600px;
  height: auto;
}

/* # Typography
------------------------------------------------------- */
/* Block Font Sizes */
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 2.375em);
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 36px;
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px;
}

/* Headings */
.entry-content h1, .entry-content .h1 {
  font-size: 2.44em;
}

.entry-content h2, .entry-content .h2 {
  font-size: 1.95em;
}

.entry-content h3, .entry-content .h3 {
  font-size: 1.56em;
}

.entry-content h4, .entry-content .h4 {
  font-size: 1.25em;
}

.entry-content h5, .entry-content .h5 {
  font-size: 1em;
}

.entry-content h6, .entry-content .h6 {
  font-size: 0.8em;
}

.entry-content h1, .entry-content .h1,
.entry-content h2,
.entry-content .h2,
.entry-content h3,
.entry-content .h3 {
  line-height: 1.4;
}

.entry-content h4, .entry-content .h4 {
  line-height: 1.5;
}

.entry-content h1, .entry-content .h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.entry-content h2, .entry-content .h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

.entry-content h3, .entry-content .h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.entry-content h4, .entry-content .h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.entry-content h5, .entry-content .h5 {
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

.entry-content h6, .entry-content .h6 {
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

/* # WordPress Specific
------------------------------------------------------- */
/* Common */
.post-content.entry-content {
  padding-bottom: 60px;
}

/* Paragraphs */
p:last-child,
.hentry ul:not([class]):last-child {
  margin-bottom: 0;
}

/* Images */
img.width-full {
  width: 100%;
}

/* Pre, Var and Code tags */
pre,
var,
code {
  -moz-hyphens: none;
  font-family: monospace, serif;
  font-style: normal;
  font-family: "DM Sans", Menlo, Consolas, monaco, monospace;
  font-size: 14px;
}

.wp-block-code,
pre {
  padding: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.wp-block-verse {
  border: 0;
}

.wp-block-code,
.wp-block-preformatted {
  background: #fafafa;
}

/* Definition lists */
dt {
  font-weight: bold;
  color: #282828;
}

dd {
  margin-bottom: 24px;
}

/* Separators */
hr,
.wp-block-separator {
  height: 0px;
  border-bottom: 2px solid currentColor;
  margin: 2em auto;
}

/* Tables */
.hentry table,
.entry-content table {
  table-layout: fixed;
  width: 100%;
  margin: 0 0 28px;
}

.hentry table th,
.entry-content table th {
  color: #282828;
  font-weight: normal;
  text-transform: uppercase;
}

.hentry table th,
.hentry table td,
.entry-content table th,
.entry-content table td,
.wp-block-table td,
.wp-block-table th {
  padding: 0.6em 0.8em;
  border: 1px solid #686868;
  border-color: inherit;
}

.wp-block-table.size-guide th {
  background-color: #000;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.wp-block-table.size-guide td {
  text-align: center;
}

.wp-block-table.size-guide thead {
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

.more-link {
  display: block;
  margin-top: 28px;
}

/* Mark and Insert tags */
mark, .mark,
ins {
  text-decoration: none;
  background-color: #f5f5f5;
  padding: 0 3px;
}

/* Lists (without class) */
.hentry ol:not([class]),
.hentry ul:not([class]),
.hentry ol.children,
.hentry ul.children,
.entry-content ol:not([class]),
.entry-content ul:not([class]),
.comment ol:not([class]),
.comment ul:not([class]),
.mfp-content ol:not([class]),
.mfp-content ul:not([class]),
.entry-content .wp-block-rss,
.entry-summary ul:not([class]) {
  margin-bottom: 28px;
  padding-left: 1.3em;
  margin-left: 0.7em;
}

.hentry ol ul:not([class]),
.hentry ul ul:not([class]),
.hentry ol ol:not([class]),
.hentry ul.children,
.hentry ol ul.children,
.entry-content ol ul:not([class]) {
  margin-left: 0;
}

.hentry ul:not([class]) li,
.hentry ol ul:not([class]) > li,
.hentry ul.children li,
.hentry ol ul.children > li,
.entry-content ul:not([class]) li,
.entry-content ol ul:not([class]) > li,
.comment ul:not([class]) li,
.entry-content .wp-block-rss li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-archives li {
  margin-bottom: 5px;
}

.hentry ol:not([class]) li,
.hentry ul ol:not([class]) > li,
.entry-content ol:not([class]) li,
.entry-content ul ol:not([class]) > li,
.comment ol:not([class]) li {
  /*list-style-type: decimal;*/
  margin-bottom: 5px;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
blockquote.alignright,
.wp-caption.alignright,
img.alignright,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
pre,
address,
figure,
.wp-caption,
.wp-block-categories {
  margin-bottom: 28px;
}

.wp-block-group.has-background,
.wp-block-media-text,
.wp-block-search {
  margin-bottom: 28px;
}

.wp-block-cover.alignleft,
.wp-block-image .alignleft {
  margin-right: 24px;
}

.wp-block-cover.alignright,
.wp-block-image .alignright {
  margin-left: 24px;
}

p.has-background {
  padding: 20px 30px;
}

.nospacing {
  margin: 0;
  padding: 0;
}

/* Images */
.wp-block-image.alignleft,
.wp-block-cover-image.alignleft,
[data-align=left] .wp-block-cover-image,
.wp-block-button.alignleft {
  margin-right: 24px;
}

.wp-block-image.alignright,
.wp-block-cover-image.alignright,
[data-align=right] .wp-block-cover-image,
.wp-block-button.alignright {
  margin-left: 24px;
}

.wp-block-image,
.wp-block-gallery,
.et-wp-gallery {
  margin-bottom: 28px;
}

.wp-block-image a:after {
  display: none;
}

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

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 915px;
  line-height: 1.25;
  font-size: 2em;
}

/* Captions */
.wp-caption {
  position: relative;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  text-align: initial;
  font-size: 13px;
  padding-top: 10px;
}

@media all and (max-width: 768px) {
  .wp-caption-text {
    bottom: 10px;
    left: -10px;
  }
}
.post .post-content .blocks-gallery-grid {
  margin-bottom: 0;
}

.wp-block-gallery.alignleft {
  margin-right: 24px;
}

.wp-block-gallery.alignright {
  margin-left: 24px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) 60%, transparent);
  padding: 40px 15px 10px;
}

/* Cover Images */
.wp-block-cover, .wp-block-cover-image {
  margin-bottom: 28px;
  color: #fff;
}

.wp-block-cover a, .wp-block-cover-image a {
  color: #fff;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover-image .h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .h2 {
  padding: 14px 24px;
}

/* Headings */
.page-header {
  text-align: center;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.hero-title .page-title {
  margin-bottom: 0;
}

.page-template-default:not(.woocommerce) .page-header {
  margin-bottom: 30px;
}

/* Hero light title */
.hero-light-title .hero-header .hero-title {
  color: rgba(255, 255, 255, 0.7);
}

.hero-light-title .hero-header .hero-title h1, .hero-light-title .hero-header .hero-title .h1,
.hero-light-title .hero-header .hero-title a {
  color: #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

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

/* Alignments */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin-right: 24px;
  text-align: left;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin-left: 24px;
  text-align: right;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  text-align: center;
}

/* Blockquote */
blockquote {
  color: #282828;
  padding: 0 20px;
  box-shadow: inset 0 0 0 0 #e2e4e7;
  border-left: 4px solid #000;
  padding-left: 1em;
}

blockquote h1, blockquote .h1,
blockquote h2,
blockquote .h2,
blockquote h3,
blockquote .h3,
blockquote h4,
blockquote .h4,
blockquote h5,
blockquote .h5,
blockquote h6,
blockquote .h6,
blockquote p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}

blockquote.alignleft {
  float: left;
  width: 40%;
  margin: 5px 24px 24px 0;
  padding-left: 0;
  text-align: left;
}

blockquote.alignright {
  float: right;
  width: 40%;
  margin: 5px 0 24px 24px;
  padding-right: 0;
  text-align: right;
}

.wp-block-quote {
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: normal;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: normal;
  line-height: 1.6;
}

/*Pullquotes*/
.wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
}

.wp-block-pullquote p {
  margin-bottom: 10px;
}

.wp-block-pullquote blockquote {
  margin-bottom: 0;
  border: 0;
}

.wp-block-pullquote blockquote cite {
  padding: 0;
}

.wp-block-pullquote blockquote cite:before {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 75%;
  text-align: inherit;
}

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

.wp-block-pullquote.alignright {
  margin-left: 24px;
}

.wp-block-pullquote.alignleft {
  margin-right: 24px;
}

/* Cite */
blockquote cite,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  font-size: inherit;
  text-transform: none;
  margin-top: 1em;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
}

blockquote cite br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .page-header {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }
  .page-template-default:not(.woocommerce) .page-header {
    margin-bottom: 10px;
  }
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    margin: 0 0 24px;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .post.sidebar-disabled blockquote.alignleft {
    margin-left: -7vw;
  }
  .post.sidebar-disabled blockquote.alignright {
    margin-right: -7vw;
  }
  .wp-block-pullquote.alignwide {
    padding-left: 2em;
    padding-right: 2em;
  }
  .wp-block-pullquote.alignfull {
    padding-left: 3em;
    padding-right: 3em;
  }
}
/*Block Posts*/
.hentry ul,
.entry-content ul,
.comment ul,
.wp-block-archives,
.wp-block-categories-list,
.wp-block-calendar {
  margin-bottom: 28px;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
  list-style: none;
}

.hentry ul ul,
.hentry ul ol,
.commentlist .comment ul ul,
.hentry ol ol,
.hentry ol ul {
  margin-bottom: 0 !important;
  margin-top: 5px;
}

.wp-block-latest-posts li,
.wp-block-latest-posts.is-grid li {
  margin-bottom: 16px;
  margin-top: 0;
}

/* Latest Comments */
.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment p {
  font-size: inherit;
  line-height: inherit;
}

.wp-block-latest-comments img {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

/* Gallery */
.gallery {
  clear: both;
  padding-bottom: 32px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery:last-child {
  padding-bottom: 0;
}

.gallery .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.gallery.gallery-columns-4 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.gallery.gallery-columns-7 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.285714286%;
  flex: 0 0 14.285714286%;
  max-width: 14.285714286%;
}

.gallery.gallery-columns-8 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.111111111%;
  flex: 0 0 11.111111111%;
  max-width: 11.111111111%;
}

.gallery .gallery-item {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 1.79104477%;
  vertical-align: top;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.gallery .gallery-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}

.gallery .gallery-item a {
  line-height: 0;
  display: block;
  width: 100%;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.more-link {
  display: inline-block;
  font-weight: 600;
}

/* Gallery: Popup */
.et-wp-gallery-popup .mfp-counter {
  display: none;
}

.et-wp-gallery-popup .mfp-close {
  color: #fff;
}

.et-wp-gallery-popup .mfp-close:hover,
.et-wp-gallery-popup .mfp-close:focus {
  opacity: 1;
}

.et-wp-gallery-popup .mfp-arrow:before,
.et-wp-gallery-popup .mfp-arrow:after {
  border: 0;
}

.et-wp-gallery-popup .mfp-arrow {
  font-size: 30px;
  line-height: 110px;
  width: 70px;
  opacity: 0.75;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.et-wp-gallery-popup .mfp-arrow-right { /* Flip icon horizontally */
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.et-wp-gallery-popup .mfp-arrow:hover {
  opacity: 1;
}

@media all and (max-width: 768px) {
  .gallery-caption {
    display: none;
  }
}
@media all and (max-width: 820px) {
  .et-wp-gallery-popup .mfp-arrow {
    display: none;
  }
}
/* Widgets */
/*Search*/
.searchform {
  margin: 0;
}

.searchform fieldset {
  position: relative;
  border: 0;
  z-index: 1;
}

.searchform fieldset input {
  margin-bottom: 0;
}

.search-button-group {
  position: relative;
  max-width: 768px;
  display: flex;
  align-items: center;
}

.search-button-group .search-field {
  width: 100%;
  position: relative;
  border: 0;
}

.searchform .search-button-group button,
.searchform .search-button-group button:hover {
  border: 0;
  background: transparent;
  color: inherit;
}

/* Footer - Searchbox */
.footer-widgets .ficha-product-search .cate-dropdown {
  display: none;
}

.footer-widgets .ficha-product-search button,
.footer-widgets .search-field {
  background-color: transparent;
  border: 0;
}

/* Social Media */
.et_widget_social_media .intro-text {
  margin-bottom: 10px;
}

.et_widget_social_media .social_widget {
  display: block !important;
}

.et_widget_social_media h6 span, .et_widget_social_media .h6 span {
  display: none !important;
}

@media all and (max-width: 767px) {
  .et_widget_social_media {
    text-align: center;
  }
}
/* # Forms
------------------------------------------------------- */
form {
  margin: 0;
}

form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=time],
input[type=month],
input[type=week],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input.input-text,
select,
textarea,
.nf-form-cont .nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-cont .nf-form-content input.ninja-forms-field,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]),
.nf-form-cont .nf-form-content textarea,
.ppom-wrapper .ppom-field-wrapper .form-control {
  font-family: inherit;
  font-size: 0.9em !important;
  line-height: 1.6;
  outline: 0;
  padding: 0.55rem;
  height: calc(1.45em + 0.975rem + 4px) !important;
  color: #282828;
  background-color: #F2F4F7;
  background-clip: padding-box;
  border: 2px solid #F2F4F7;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.el-style-border-width-1 input[type=text],
.el-style-border-width-1 input[type=password],
.el-style-border-width-1 input[type=number],
.el-style-border-width-1 input[type=date],
.el-style-border-width-1 input[type=datetime],
.el-style-border-width-1 input[type=datetime-local],
.el-style-border-width-1 input[type=time],
.el-style-border-width-1 input[type=month],
.el-style-border-width-1 input[type=week],
.el-style-border-width-1 input[type=email],
.el-style-border-width-1 input[type=search],
.el-style-border-width-1 input[type=tel],
.el-style-border-width-1 input[type=url],
.el-style-border-width-1 input.input-text,
.el-style-border-width-1 select,
.el-style-border-width-1 textarea,
.el-style-border-width-1 .nf-form-content .listselect-wrap .nf-field-element div,
.el-style-border-width-1 .nf-form-content input.ninja-forms-field,
.el-style-border-width-1 .nf-form-content select.ninja-forms-field:not([multiple]),
.el-style-border-width-1 .nf-form-content .nf-form-content textarea,
.el-style-border-width-1 .ppom-wrapper .ppom-field-wrapper .form-control {
  border-width: 1px;
  height: calc(2.15em + 0.975rem + 2px);
}

.el-style-border-bottom input[type=text],
.el-style-border-bottom input[type=password],
.el-style-border-bottom input[type=number],
.el-style-border-bottom input[type=date],
.el-style-border-bottom input[type=datetime],
.el-style-border-bottom input[type=datetime-local],
.el-style-border-bottom input[type=time],
.el-style-border-bottom input[type=month],
.el-style-border-bottom input[type=week],
.el-style-border-bottom input[type=email],
.el-style-border-bottom input[type=search],
.el-style-border-bottom input[type=tel],
.el-style-border-bottom input[type=url],
.el-style-border-bottom input.input-text,
.el-style-border-bottom select,
.el-style-border-bottom textarea,
.el-style-border-bottom .nf-form-content .listselect-wrap .nf-field-element div,
.el-style-border-bottom .nf-form-content input.ninja-forms-field,
.el-style-border-bottom .nf-form-content select.ninja-forms-field:not([multiple]),
.el-style-border-bottom .nf-form-content textarea,
.el-style-border-bottom .ppom-wrapper .ppom-field-wrapper .form-control {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=time]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input.input-text:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: currentColor;
  box-shadow: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("../img/svg/chevron-down.svg");
  background-position: calc(100% - 12px) 48%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  position: relative;
  padding-right: 26px;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #181818;
}

option:not(:checked) {
  color: #484848;
}

/* Forms: Chrome - Input autofill background color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

textarea {
  min-height: 108px;
  padding: 7px 14px;
}

input[type=checkbox],
input[type=radio] {
  clear: none;
  cursor: pointer;
  margin: -0.25rem 0.25rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: inherit;
  transition: 0.05s border-color ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
  margin-right: 8px;
  position: relative;
}

label:hover input[type=checkbox],
label:hover input[type=radio] {
  border-color: #000;
}

input[type=checkbox]:checked {
  background: #282828;
  border-color: #282828 !important;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
  content: "";
  display: block;
  height: 9px;
  width: 5px;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 4px;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #282828;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:hover,
input[type=radio]:disabled:hover {
  background: #ddd;
  border-color: #ccc;
  cursor: not-allowed;
}

/* Contact Form 7 */
.wpcf7 input[type=text],
.wpcf7 input[type=password],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=time],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=email],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input.input-text,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 label {
  width: 100%;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

/* Buttons */
.wp-block-button__link {
  border-radius: 5px;
  margin-bottom: 20px;
}

.wp-block-button__link,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field,
.btn-ghost,
.button,
input[type=submit],
button[type=submit] {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  text-align: center;
  opacity: 1;
  background: #005B8F;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px 0px 0px 0px;
  font-family: Montserrat;
}

.wp-block-button:not(.is-style-outline) a.wp-block-button__link:not([href]) {
  color: #fff;
}

.button.btn-sm, .btn-group-sm > .button.btn,
.btn-ghost.btn-sm,
.btn-group-sm > .btn-ghost.btn,
.btn-danger.btn-sm,
.btn-group-sm > .btn-danger.btn,
.btn-success.btn-sm,
.btn-group-sm > .btn-success.btn,
.btn-primary.btn-sm,
.btn-group-sm > .btn-primary.btn {
  padding: 0.575rem 1.25rem;
  font-size: 0.875em;
  line-height: 1;
}

.wp-block-button__link:hover,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field:hover,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field:focus,
.button:hover,
.button:active,
.button:focus,
.btn-ghost:hover,
.btn-ghost:active,
.btn-ghost:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:active,
button[type=submit]:focus {
  color: #005B8F !important;
  border: solid 2px #005B8F;
  opacity: 0.82;
  background: #fff !important;
}

button:active,
button:focus,
.button:active,
.button:focus,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field:focus,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field:active,
input[type=submit]:active,
input[type=submit]:focus {
  outline: none;
}

.touch .button:hover,
.touch .button:active,
.touch .button:focus,
.touch input[type=submit]:hover,
.touch input[type=submit]:active,
.touch input[type=submit]:focus,
.touch button[type=submit]:hover,
.touch button[type=submit]:active,
.touch button[type=submit]:focus {
  opacity: 1;
}

.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field.disabled,
.nf-form-cont .nf-form-content .submit-wrap .ninja-forms-field[disabled],
.button[disabled],
.button.disabled,
.button.loading {
  cursor: default;
  opacity: 0.72;
  background: #828282;
}

/* Button: Light */
.button.light {
  background: #bababa;
}

/* Button: Outlined */
.wp-block-button.is-style-outline .wp-block-button__link,
.button.outlined {
  border: 2px solid currentColor;
}

.el-style-border-width-1 .button,
.el-style-border-width-1 .wp-block-button.is-style-outline .wp-block-button__link,
.el-style-border-width-1 .button.outlined {
  border-width: 1px;
}

.button.outlined,
.button.outlined:hover,
.button.outlined:focus,
.button.outlined:active {
  color: #282828;
  opacity: 1;
  background: none;
}

/* Style Default: Rounded */
.wp-block-button.rounded .wp-block-button__link,
.wp-block-button .wp-block-button__link {
  border-radius: 5px;
}

.button.rounded {
  border-radius: 28px;
}

/* Style: Square */
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared,
.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Block search */
.wp-block-search,
.wp-block-search .wp-block-search__input {
  position: relative;
  max-width: 360px;
}

.wp-block-search .wp-block-search__input,
.widget_search .search-button-group {
  border: 2px solid #ddd;
}

button.wp-block-search__button {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  right: 5px;
  bottom: 0;
  line-height: 1.6;
  padding: 0.75rem;
}

button.wp-block-search__button:before {
  content: "\e91e";
  font-family: "et-icon";
  font-size: 20px;
  color: initial;
}

.form-row.ficha-invalid-required-field .select2-container .select2-choice {
  border-color: #e76049;
}

/* Forms layout */
.form-row input[type=file] {
  padding: 0;
  border: 0;
  height: auto;
}

.form-row,
.form-group,
.form-actions,
.form-row:last-child,
.form-group:last-child,
.form-actions:last-child {
  margin-bottom: 10px;
}

.el-style-border-bottom .form-row,
.el-style-border-bottom .form-group,
.el-style-border-bottom .form-actions,
.el-style-border-bottom .form-row:last-child,
.el-style-border-bottom .form-group:last-child,
.el-style-border-bottom .form-actions:last-child {
  margin-bottom: 30px;
}

.form-row-wide {
  clear: both;
}

.form-row-first,
.form-row-last {
  width: 48%;
}

.form-row-first {
  float: left;
}

.form-row-last {
  float: right;
}

.ficha-form__label,
.form-row label {
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 0;
}

.form-row label.checkbox {
  padding-bottom: 0;
}

.ficha-form__label-for-checkbox {
  cursor: pointer;
  display: block;
  padding: 10px;
  line-height: 1.6;
}

.form-row label .required {
  text-decoration: none;
  border-bottom: 0 none;
  opacity: 1;
}

.form-row .input-text,
.form-row select {
  display: block;
  width: 100%;
}

.form-row textarea {
  resize: vertical;
}

@media only screen and (max-width: 767px) {
  .comment-form p.form-row-first,
  .comment-form p.form-row-last,
  .form-row-first,
  .form-row-last {
    width: 100%;
    float: none;
  }
}
.form-row.validate-required.has-error .input-text,
.form-row.validate-required.has-error select,
.form-row.ficha-invalid .input-text,
.form-row.ficha-invalid select,
.form-row.ficha-invalid input[type=checkbox],
.form-row.ficha-invalid input[type=radio] {
  border-color: #f27362;
}

.form-row.ficha-invalid input[type=checkbox] + .ficha-terms-and-conditions-checkbox-text,
.floating-labels .form-row.ficha-invalid.float-label input:focus ~ label {
  color: #f27362;
}

/* Ninja Forms */
.nf-form-cont .nf-form-content {
  padding: 0;
}

.nf-form-cont .nf-form-content label {
  font-size: inherit;
  font-weight: inherit;
}

.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  display: none;
}

.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

.field-wrap .pikaday__container,
.field-wrap .pikaday__display,
.field-wrap > div input,
.field-wrap select, .field-wrap textarea {
  width: 100%;
}

.field-wrap > div input[type=checkbox],
.field-wrap button,
.field-wrap input[type=button],
.field-wrap input[type=submit] {
  width: auto;
}

.nf-form-hp {
  position: absolute;
  visibility: hidden;
}

/* Moving labels on focus*/
.floating-labels .form-row.float-label,
.floating-labels .nf-field .field-wrap.float-label {
  position: relative;
  margin-top: 20px;
  margin-bottom: 24px;
}

.el-style-border-bottom.floating-labels .form-row.float-label,
.el-style-border-bottom.floating-labels .nf-field .field-wrap.float-label {
  margin-bottom: 36px;
}

.floating-labels .form-row.float-label > label:not(.ficha-form__label-for-checkbox),
.floating-labels .field-wrap.float-label > .nf-field-label {
  line-height: 1.6;
  padding: 0.575rem 0.75rem;
  padding: 0.75rem;
  height: calc(2.15em + 0.975rem + 2px);
  border: 2px solid transparent;
  border-width: 2px 0;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  -moz-transition: all 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  overflow: hidden;
  color: #282828;
  opacity: 0;
  cursor: text;
  z-index: 99;
}

.floating-labels.el-style-border-width-1 .form-row.float-label > label:not(.ficha-form__label-for-checkbox),
.floating-labels.el-style-border-width-1 .field-wrap.float-label > .nf-field-label {
  border-width: 1px 0;
}

.floating-labels .nf-form-cont .field-wrap.float-label > .nf-field-label {
  padding: 0 0 0 10px;
}

.floating-labels .nf-form-cont .field-wrap.float-label > .nf-field-label label {
  font-weight: normal;
  cursor: text;
  line-height: 1.6;
  padding: 10px 10px 10px 0;
  display: block;
}

.floating-labels .wpb_column.et-light-column .field-wrap.float-label > .nf-field-label label {
  color: #282828;
}

.floating-labels .form-row > label:not(.ficha-form__label-for-checkbox) {
  display: none;
}

.floating-labels .wc-pao-addon-container .form-row > label,
.floating-labels .ficha-checkout-payment .form-row > label {
  display: inline-block;
  opacity: 1;
}

.floating-labels .field-wrap.float-label > .nf-field-label,
.floating-labels .form-row.float-label > label:not(.ficha-form__label-for-checkbox) {
  display: inline-block;
  opacity: 0.6;
  margin: 0;
}

.floating-labels .form-row.float-label > label.screen-reader-text {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
}

.floating-labels .form-row.float-label input::placeholder {
  opacity: 0;
}

.floating-labels .form-row.float-label input::-ms-input-placeholder {
  opacity: 0;
}

.floating-labels .form-row.float-label textarea::placeholder {
  opacity: 0;
}

.floating-labels .form-row.float-label textarea::-ms-input-placeholder {
  opacity: 0;
}

.floating-labels .field-wrap.float-label.field-focused > .nf-field-label label,
.floating-labels .field-wrap.float-label.has-val > .nf-field-label label {
  padding: 0;
}

.floating-labels .field-wrap.float-label.field-focused > .nf-field-label,
.floating-labels .field-wrap.float-label.has-val > .nf-field-label,
.floating-labels .form-row.float-label.has-val > label,
.floating-labels .form-row.float-label input:focus ~ label,
.floating-labels .form-row.float-label textarea:focus ~ label {
  opacity: 1;
  border-width: 0;
  padding: 0 5px;
  top: -10px;
  left: 10px;
  height: 20px;
  font-size: 0.95em;
  vertical-align: middle;
  display: flex;
  align-items: center;
  cursor: default;
  color: currentColor;
}

.el-style-border-bottom.floating-labels .field-wrap.float-label.field-focused > .nf-field-label,
.el-style-border-bottom.floating-labels .field-wrap.float-label.has-val > .nf-field-label,
.el-style-border-bottom.floating-labels .form-row.float-label.has-val > label,
.el-style-border-bottom.floating-labels .form-row.float-label input:focus ~ label,
.el-style-border-bottom.floating-labels .form-row.float-label textarea:focus ~ label {
  top: -18px;
}

.floating-labels .form-row.float-label input:focus ~ label,
.floating-labels .form-row.float-label textarea:focus ~ label {
  color: #282828;
}

.floating-labels.el-style-border-bottom .form-row:not(.create-account) > label:not(.ficha-form__label-for-checkbox),
.floating-labels.el-style-border-bottom .form-row.float-label > label:not(.ficha-form__label-for-checkbox),
.floating-labels.el-style-border-bottom .field-wrap > .nf-field-label,
.floating-labels.el-style-border-bottom .field-wrap.float-label.has-val > .nf-field-label {
  padding-left: 0;
  padding-right: 0;
}

.floating-labels.el-style-border-bottom .field-wrap.float-label.field-focused > .nf-field-label,
.floating-labels.el-style-border-bottom .field-wrap.float-label.has-val > .nf-field-label,
.floating-labels.el-style-border-bottom .form-row.float-label.has-val > label,
.floating-labels.el-style-border-bottom .form-row.float-label input:focus ~ label,
.floating-labels.el-style-border-bottom .form-row.float-label textarea:focus ~ label {
  left: 0;
  padding: 0;
}

.floating-labels:not(.el-style-border-bottom) .field-wrap.float-label.field-focused > .nf-field-label:after,
.floating-labels:not(.el-style-border-bottom) .field-wrap.float-label.has-val > .nf-field-label:after,
.floating-labels:not(.el-style-border-bottom) .form-row.float-label.has-val > label:after,
.floating-labels:not(.el-style-border-bottom) .form-row.float-label input:focus ~ label:after,
.floating-labels:not(.el-style-border-bottom) .form-row.float-label textarea:focus ~ label:after {
  content: "";
  background: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}

.floating-labels.el-style-border-width-1 .field-wrap.float-label.field-focused > .nf-field-label:after,
.floating-labels.el-style-border-width-1 .field-wrap.float-label.has-val > .nf-field-label:after,
.floating-labels.el-style-border-width-1 .form-row.float-label.has-val > label:after,
.floating-labels.el-style-border-width-1 .form-row.float-label input:focus ~ label:after,
.floating-labels.el-style-border-width-1 .form-row.float-label textarea:focus ~ label:after {
  top: 9px;
}

/* Autofill separated otherwise doesn't work with Firefox */
.floating-labels .form-row.float-label input:-webkit-autofill ~ label {
  opacity: 1;
  border-width: 0;
  padding: 0 5px;
  top: -10px;
  left: 10px;
  height: 20px;
  font-size: 0.95em;
  vertical-align: middle;
  display: flex;
  align-items: center;
  cursor: default;
  color: currentColor;
}

.el-style-border-bottom.floating-labels .form-row.float-label input:-webkit-autofill ~ label {
  top: -18px;
}

.floating-labels .form-row.float-label input:-webkit-autofill ~ label {
  color: #282828;
}

.floating-labels.el-style-border-bottom .form-row.float-label input:-webkit-autofill ~ label {
  left: 0;
  padding: 0;
}

.floating-labels:not(.el-style-border-bottom) .form-row.float-label input:-webkit-autofill ~ label:after {
  content: "";
  background: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}

.floating-labels.el-style-border-width-1 .form-row.float-label input:-webkit-autofill ~ label:after {
  top: 9px;
}

.floating-labels .nf-error-msg {
  font-size: 12px;
  color: #e43737;
}

.floating-labels .nf-field-label .ninja-forms-req-symbol {
  color: inherit;
}

.floating-labels .nf-form-errors .nf-error-msg {
  line-height: 1;
  padding: 5px 12px;
  background: #ffdada;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}

.floating-labels .field-wrap.field-focused.nf-error > .nf-field-label,
.floating-labels .field-wrap.has-val.nf-error > .nf-field-label {
  color: #fa4d5a;
}

.floating-labels .nf-field .nf-error .ninja-forms-field {
  border-color: #f27362;
}

.nf-form-content .list-select-wrap .nf-field-element > div:focus,
.nf-form-content input:not([type=button]):focus,
.nf-form-content textarea:focus {
  color: #282828;
  border-color: currentColor;
}

.floating-labels.el-style-border-bottom .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.floating-labels.el-style-border-bottom .nf-form-content input:not([type=button]):focus,
.floating-labels.el-style-border-bottom .nf-form-content textarea:focus {
  color: inherit;
  border-color: currentColor;
  background: transparent;
}

.floating-labels.el-style-border-width-1 .nf-field .nf-error .ninja-forms-field {
  border-width: 1px;
}

.floating-labels .wpcf7-form textarea {
  min-height: 200px;
}

/* Custom fields override */
.floating-labels .form-row.thwcfd-field-radio > label:not(.ficha-form__label-for-checkbox) {
  display: block;
}

/* Fix duplicated (optional) text in checkout */
#billing_address_2_field .fl-label .optional,
#shipping_address_2_field .fl-label .optional {
  display: none;
}

/* WP Forms */
div.wpforms-container .wpforms-form input[type=checkbox]:checked {
  background: #282828 !important;
  border-color: #282828 !important;
}

div.wpforms-container .wpforms-form input[type=checkbox],
div.wpforms-container .wpforms-form input[type=radio] {
  display: inline-flex;
  margin: -0.25rem 0.25rem 0 0;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  border-width: 2px !important;
  vertical-align: middle;
}

div.wpforms-container .wpforms-form input[type=checkbox] + label,
div.wpforms-container .wpforms-form input[type=radio] + label {
  cursor: pointer;
}

div.wpforms-container .wpforms-form .wpforms-field-label {
  color: initial;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

div.wpforms-container ul:not([class]),
div.wpforms-container ul li {
  padding-left: 0;
  margin-left: 0;
}

/* # Campaign Bar
------------------------------------------------------- */
.et-global-campaign {
  background-color: #e97a7e;
  color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 602;
  min-height: 40px;
  padding: 5px 0;
}

.et-global-campaign a {
  color: inherit;
}

.et-global-campaign p,
.et-global-campaign ul,
.et-global-campaign {
  margin: 0;
}

.et-global-campaign .et-close {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  right: 10px;
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0;
  z-index: 1;
  display: none;
}

.et-global-campaign .et-close.dismissible {
  display: block;
}

.et-global-campaign .et-close:before,
.et-global-campaign .et-close:after,
.et-global-campaign .et-close:hover:before,
.et-global-campaign .et-close:hover:after {
  background-color: #fff;
}

.campaign-inner.inline {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.campaign-inner.inline .et-campaign {
  padding: 0 15px;
}

.campaign-inner .et-campaign {
  position: relative;
  width: 100%;
}

.campaign-inner .link-button {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 0.1em 0.8em;
  border: 2px solid currentColor;
  margin: 0 1em;
}

.slick-slider .slick-slide.et-campaign > a {
  display: inline-flex;
}

/* # Top Bar
------------------------------------------------------- */
.top-bar {
  position: relative;
  font-size: 0.9em;
  height: 40px;
  line-height: 40px;
  background-color: #282828;
  color: #eee;
}

.top-bar a {
  color: #fff;
}

.top-bar a:hover {
  opacity: 0.8;
}

.top-bar svg {
  width: 20px;
  height: 20px;
}

.top-bar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar .topbar-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.top-bar .topbar-center {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-bar .topbar-right {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-bar .topbar-left > *:not(:last-child) {
  margin-right: 20px;
}

.top-bar .topbar-right > *:not(:first-child) {
  margin-left: 20px;
}

/* Top bar menu */
.et-top-menu li {
  position: relative;
  display: inline-flex;
  list-style: none;
}

.et-top-menu > li.menu-item-has-children:last-child {
  margin-right: 0;
}

.top-bar .et-top-menu > li > a {
  font-size: inherit;
  padding: 0 10px;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.top-bar .et-top-menu > li:first-child > a {
  padding-left: 0;
}

.top-bar .et-top-menu > li:last-child > a {
  padding-right: 0;
}

.top-bar .et-top-menu ul {
  padding: 0px 0 14px;
}

.top-bar .et-top-menu ul li a {
  padding: 8px 23px;
}

.top-bar p {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .top-bar,
  .top-bar .topbar-items {
    display: none;
  }
}
/* Social Icons */
.social-icons li,
.widget .social_widget .social-icons li {
  display: inline;
  padding-left: 10px;
}

.social-icons li:first-child,
.widget .social_widget .social-icons li:first-child {
  padding-left: 0;
}

.social-icons li a {
  font-size: 18px;
  padding: 0.45em;
  vertical-align: middle;
}

/* Top bar social icons */
.top-bar-social-icons {
  float: left;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .social-icons li a {
    font-size: 22px;
  }
}
/* Language/Currency switcher */
.et-switcher-container,
.et-switcher-container .et-header-menu {
  display: inline;
  position: relative;
}

.et-switcher-container .label {
  margin-right: 10px;
}

.et-switcher-container .et-header-menu .sub-menu {
  padding-top: 12px;
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
  text-align: initial;
  left: auto;
  right: 0;
  margin: 0;
}

.et-switcher-container .et-header-menu .sub-menu:before {
  display: none;
}

.et-switcher-container .et-header-menu .sub-menu li {
  min-width: auto;
  width: auto;
  padding: 0;
}

.et-switcher-container .et-header-menu .sub-menu li a {
  display: block;
  line-height: 1;
  padding: 12px 20px;
  margin-left: 0;
  white-space: nowrap;
  min-width: 60px;
  width: auto;
  height: auto;
  margin: 0;
  color: initial;
}

.et-switcher-container .et-header-menu .sub-menu li a:after {
  display: none;
}

.et-switcher-container .et-header-menu .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: initial;
}

.et-switcher-container .selected {
  color: #282828;
}

.et-switcher-container .et-header-menu .selected:after {
  content: "\e925";
  font-family: "et-icon";
  margin-left: 0.5em;
}

.top-bar .container,
.top-bar .et-switcher-container,
.top-bar .et-switcher-container .et-header-menu,
.top-bar .et-switcher-container .et-header-menu > li {
  height: 100%;
}

.top-bar .et-switcher-container .et-header-menu ul,
.top-bar .account-links ul {
  z-index: 603;
}

.top-bar .et-switcher-container .label,
.site-header .et-switcher-container .label {
  display: none;
}

.footer-bar .et-header-menu .sub-menu,
.side-menu .et-header-menu .sub-menu {
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
  bottom: 150%;
  top: auto;
}

.footer-bar .et-header-menu .sub-menu:before,
.side-menu .et-header-menu .sub-menu:before {
  display: none;
}

.footer-bar .switchers {
  display: inline-flex;
  align-items: center;
}

.footer-bar .et-switcher-container {
  font-size: 0.9em;
  margin-right: 12px;
}

.footer-bar .et-switcher-container + .et-switcher-container {
  margin-right: 0;
}

.side-mobile-menu .et-switcher-container {
  display: flex;
  justify-content: space-between;
  padding: 0.8em 0;
}

.side-fullscreen-menu .et-switcher-container {
  display: inline;
  white-space: nowrap;
  border: 0;
}

.side-fullscreen-menu .et-switcher-container {
  margin-right: 12px;
}

/* # Header
------------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 602;
  color: #ffffff;
  -moz-transition: height 0.15s linear, box-shadow 0.18s linear, background-color 0.15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  -o-transition: height 0.15s linear, box-shadow 0.18s linear, background-color 0.15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  -webkit-transition: height 0.15s linear, box-shadow 0.18s linear, background-color 0.15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  transition: height 0.15s linear, box-shadow 0.18s linear, background-color 0.15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition-delay: 0.2s;
}

.header-sticky .header {
  position: fixed;
}

.has-top-bar .header,
.has-campaign-bar .header,
.et-site-layout-framed .header {
  position: absolute;
}

.header-border-1 .header:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-spacer,
.product-header-spacer {
  height: 90px;
}

.admin-bar .header,
.admin-bar.header-sticky.header_on_scroll:not(.megamenu-active) .header,
.admin-bar .mfp-wrap,
.admin-bar .side-panel {
  top: 46px;
}

.admin-bar .mfp-wrap,
.admin-bar .et-mfp-quickview .mfp-content,
.admin-bar .side-panel {
  padding-bottom: 46px;
}

.elementor-location-header + .site-content .product-header-spacer {
  display: none;
}

@media screen and (max-width: 600px) {
  .admin-bar .header,
  .admin-bar.header-sticky.header_on_scroll:not(.megamenu-active) .header,
  .admin-bar.header_on_scroll .mfp-wrap,
  .admin-bar.header_on_scroll .side-panel {
    top: 0;
  }
  .admin-bar.header_on_scroll .mfp-wrap,
  .admin-bar.header_on_scroll .et-mfp-quickview .mfp-content,
  .admin-bar.header_on_scroll .side-panel {
    padding-bottom: 0;
  }
  .admin-bar.header-sticky.has-top-bar .header,
  .admin-bar.header-sticky .header {
    position: absolute;
  }
  .admin-bar.header-sticky.header_on_scroll .header {
    position: fixed;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .header,
  .admin-bar.header-sticky.header_on_scroll:not(.megamenu-active) .header,
  .admin-bar .mfp-wrap,
  .admin-bar .side-panel {
    top: 32px;
  }
  .admin-bar .mfp-wrap,
  .admin-bar .et-mfp-quickview .mfp-content,
  .admin-bar .side-panel {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
  .admin-bar.header-sticky.has-top-bar:not(.has-campaign-bar) .header {
    position: fixed;
  }
}
@media only screen and (max-width: 991px) {
  .admin-bar.has-campaign-bar .header {
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .admin-bar:not(.header-sticky) .header {
    top: 0;
  }
  .admin-bar.has-top-bar .header,
  .admin-bar.has-campaign-bar .header {
    top: 0;
  }
}
/* Logo */
.header .logo-holder {
  height: 100%;
  width: 190px;
  background-image: url("/assets/img/logo_fea_80_anos_transp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.header .logolink {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
}

.header .logolink .logoimg,
.header .logolink img {
  display: block;
  max-width: none;
  width: 300px;
  height: 100px;
  background-image: url("/assets/img/logo_fea_80_anos_transp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header .logolink .logoimg.bg--dark,
.header .logolink .logoimg.bg--alt {
  opacity: 0;
  display: none;
}

h1.site-title, .site-title.h1 {
  margin: 0;
}

.header_on_scroll .header {
  position: fixed;
  background-color: #fff;
  opacity: 0.999;
  transition-delay: 0s;
}

.header_on_scroll:not(.megamenu-active) .header {
  -webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, 0.3);
  transition-delay: 0.2s;
}

.header_on_scroll .header:after {
  display: none;
}

.header_on_scroll.megamenu-active .header {
  position: absolute;
  top: 0;
}

.header a {
  text-decoration: none;
}

.header a.icon {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  white-space: nowrap;
}

.quick_search .text,
.et-menu-account-btn.account-icon span,
.et-menu-account-btn.account-text svg,
.top-bar .et-menu-account-btn:after {
  display: none;
}

.top-bar .et-menu-account-btn {
  padding: 0;
}

/* Header/Top Bar: Full Width */
.header-full-width:not(.checkout-distraction-free) .top-bar .container,
.header-full-width:not(.checkout-distraction-free) .site-header .container {
  max-width: none;
}

@media (min-width: 576px) {
  .header-full-width:not(.checkout-distraction-free) .top-bar .container,
  .header-full-width:not(.checkout-distraction-free) .site-header .container,
  .header-full-width .et-header-menu > li.menu-item-mega-parent > .sub-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1490px) {
  .header-full-width:not(.checkout-distraction-free) .top-bar .container,
  .header-full-width:not(.checkout-distraction-free) .site-header .container,
  .header-full-width .et-header-menu > li.menu-item-mega-parent > .sub-menu {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.site-header {
  color: #fff;
  display: flex;
  flex-direction: column;
  background-color: #003B5C;
}

.header .header-main,
.header .header-bottom {
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*.header .header-main,
	.header .header-bottom,*/
.header .container,
.header .header-items,
.header .navigation,
.header .et-header-menu,
.header .et-header-menu > li {
  height: 100%;
}

.site-header .header-contents {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  margin-left: none;
}

.header-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header-left-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-center-items {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-right-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Header Items */
.header-left-items > * {
  margin-right: 24px;
}

.header-left-items > *:last-child {
  margin-right: 0;
}

.header-center-items > * {
  margin: 0 17px;
}

.logo-center .header-center-items > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-center .header-center-items .logo-holder + * {
  text-align: left;
}

.no-sides .header-center-items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-center .header-center-items .logo-holder {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  text-align: center;
}

.header-right-items > * {
  margin-left: 24px;
}

.header-right-items > *:first-child {
  margin-left: 0;
}

.header.header-v9 .header-main {
  position: relative;
  height: 60%;
}

.header.header-v9 .header-bottom {
  height: 40%;
}

.header_on_scroll:not(.megamenu-active) .header-custom.sticky-display-bottom .header-main,
.header_on_scroll:not(.megamenu-active) .header-custom.sticky-display-top .header-bottom {
  display: none;
}

.header_on_scroll:not(.megamenu-active) .sticky-display-bottom .header-bottom,
.header_on_scroll:not(.megamenu-active) .header .header-main {
  height: 100%;
}

.header-center-items .et-header-menu li.menu-item-mega-parent {
  position: static;
}

.header-center-items .et-header-menu > li.menu-item-mega-parent > .sub-menu {
  justify-content: center;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-mobile {
    display: block;
    height: 100%;
  }
  .header .header-main,
  .header .header-bottom {
    display: none;
  }
  .header-mobile.disabled:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .header-mobile.logo-center .logo-holder {
    justify-content: center;
  }
  .header-mobile.logo-center .hamburger-menu,
  .header-mobile.logo-center .mobile-header-icons {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mobile-header-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mobile-header-icons > * {
    margin-left: 25px;
  }
  .header-mobile.logo-left .logo-holder {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
  }
  .header .logo-holder {
    background-size: 80%;
  }
  .course-title {
    font-size: 14px !important;
    padding: 0 10px;
  }
  .btn-link {
    font-size: 0.8em !important;
  }
}
/* # Side Panels
	------------------------------------------------------- */
.side-panel {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 600;
  padding: 0;
  background: #fff;
  right: 0;
  will-change: transform;
  -webkit-transition: opacity 0.25s ease, ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
}

.side-panel header {
  background: #f8f8f8;
  background: rgba(0, 0, 0, 0.02);
  color: #282828;
  padding: 0 50px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-panel header .panel-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  height: 70px;
  padding: 0;
}

.side-panel header h6, .side-panel header .h6 {
  margin: 0;
  display: inline-flex;
  font-size: inherit;
  font-weight: normal;
}

.side-panel .et-close {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.side-panel .et-close:before,
.side-panel .et-close:after {
  background-color: #777;
}

/*Dark Panel*/
.side-panel.dark .panel-header-inner .et-close {
  background: rgba(255, 255, 255, 0.1);
}

.side-panel.dark .panel-header-inner .et-close:before,
.side-panel.dark .panel-header-inner .et-close:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.side-panel .side-panel-content {
  position: relative;
  padding: 35px 50px 50px;
  flex: 1;
}

.side-panel-content > .ps__scrollbar-y-rail {
  display: none;
}

@media only screen and (max-width: 575px) {
  .side-panel .side-panel-content {
    padding: 20px 35px 25px;
  }
  .side-panel header {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 576px) {
  .side-panel {
    width: 400px;
  }
  #side-cart {
    width: 460px;
  }
}
/* ## Panel: Mobile Menu
	------------------------------------------------------- */
/* Mobile menu button */
.menu-toggle {
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
  background: transparent !important;
  border: 0;
  outline: none;
}

.menu-toggle .name {
  margin-left: 10px;
  display: none;
}

/* .side-menu is the panel*/
.side-menu {
  width: 100%;
  max-width: 460px;
  z-index: 604;
  right: auto;
  left: 0;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: hidden;
}

.side-menu.side-panel header {
  justify-content: center;
  background: transparent;
}

.side-menu.side-panel header h6, .side-menu.side-panel header .h6 {
  display: none;
}

.side-menu.no-bar:not(.dark) .et-close {
  background: rgba(0, 0, 0, 0.05);
}

.side-menu.no-bar .side-panel-content {
  padding-top: 0;
}

.panel-open-menu .side-menu {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.side-menu .container {
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.side-menu .bottom-extras {
  margin-top: auto;
  width: 100%;
}

.side-menu .widget {
  margin: 0 0 24px;
}

.side-menu .widget h6, .side-menu .widget .h6 {
  margin-bottom: 10px;
  font-size: inherit;
  font-weight: normal;
}

.side-menu .widget p {
  margin-bottom: 0;
}

/* .mobile-menu is the menu */
.mobile-menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.mobile-menu li {
  margin: 0;
  position: relative;
  list-style: none;
}

/* Menu toggle */
.mobile-menu li .et-menu-toggle {
  display: none;
}

.mobile-menu li.menu-item-has-children > .et-menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  text-align: center;
  right: 0;
  top: 5px;
  cursor: pointer;
}

.mobile-menu li.menu-item-has-children.active > .et-menu-toggle {
  background: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu li.menu-item-has-children > .et-menu-toggle:after {
  content: "\e925";
  font-family: "et-icon";
}

.mobile-menu li.menu-item-has-children.active > .et-menu-toggle:after {
  content: "\e914";
}

.mobile-menu li a {
  position: relative;
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
  color: #444444;
}

.mobile-menu.menu-vertical .sub-menu li a {
  padding: 0.5em 0;
}

.mobile-menu.menu-vertical .sub-menu li:not(.title-item) > a {
  text-transform: none;
  letter-spacing: unset;
  font-size: inherit;
}

.mobile-menu li.menu-item-has-children {
  position: relative;
}

.mobile-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 13px 13px;
  animation: 0.85s fadeIn;
}

.mobile-menu .sub-menu ul {
  padding: 4px 0 14px 13px;
}

/* Sliding Sub-Menus */
.sliding-menu {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-grow: 1;
}

.sliding-menu-panel {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

.sliding-menu .active a {
  font-weight: bold;
}

.sliding-menu .sliding-menu-nav:before {
  position: absolute;
  right: 0;
  top: 5px;
  margin-left: 1em;
  content: "\e923";
  font-family: "et-icon";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-menu.menu-sliding > .menu-item-has-children > .et-menu-toggle:after {
  content: "\e923";
}

.sliding-menu .sliding-menu-back {
  color: #777;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.sliding-menu .sliding-menu-back:before {
  position: relative;
  top: auto;
  right: auto;
  margin: 0;
  content: "\e924";
  margin-right: 0.5em;
}

.no-touch .sliding-menu .sliding-menu-back:hover {
  color: #777;
}

.menu-sliding > li,
.sliding-menu .sliding-menu-panel-root,
.sliding-menu .sliding-menu-top {
  font-size: 1.1em;
  text-transform: uppercase;
  overflow: hidden;
}

.sliding-menu .sliding-menu-icon {
  margin-right: 0.4em;
}

.sliding-menu .sliding-menu-separator {
  margin: 0.4em 1em;
  border-top: 2px solid #555;
}

.side-menu .bottom-extras > div {
  padding: 10px 0;
  margin-bottom: 0;
}

.side-menu .bottom-extras .account-menu li,
.side-menu .bottom-extras .quick_wishlist,
.side-menu .bottom-extras .quick_cart,
.side-menu .bottom-extras .social-icons {
  display: flex;
  align-items: center;
  padding: 0.7em 0;
}

.side-menu .bottom-extras .social-icons {
  flex-wrap: wrap;
}

.side-menu .bottom-extras .account-menu li a {
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  #fullscreen-menu {
    display: none;
  }
}
.side-menu .bottom-extras,
.side-menu .bottom-extras .menu-divider {
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}

.side-menu .bottom-extras .menu-divider {
  padding: 0;
  margin: 10px 0;
}

.side-menu .bottom-extras > div .mobile-menu {
  margin: 0;
}

.side-menu .bottom-extras > div:last-child {
  border: 0;
  padding-bottom: 0;
}

.side-menu .bottom-extras .quick_wishlist .text,
.side-menu .bottom-extras .quick_cart .text,
.side-menu .bottom-extras .account-menu .text {
  display: inline;
  flex-grow: 1;
  margin-right: auto;
}

.side-menu .bottom-extras .quick_wishlist svg,
.side-menu .bottom-extras .quick_cart svg,
.side-menu .bottom-extras .account-menu svg {
  height: 20px;
  width: 20px;
  order: 5;
}

.side-menu .bottom-extras .minicart-counter,
.side-menu .bottom-extras .et-wishlist-counter {
  margin-right: 4px;
}

/*}*/
@media only screen and (min-width: 992px) {
  #mobile-menu:not(.desktop-active) {
    visibility: hidden;
    opacity: 0;
  }
  .side-mobile-menu .mobile-search,
  .side-mobile-menu .bottom-extras .quick_cart,
  .side-mobile-menu .bottom-extras .quick_wishlist,
  .side-mobile-menu .bottom-extras .et-mobile-text,
  .side-mobile-menu .bottom-extras .quick_wishlist + .menu-divider,
  .side-mobile-menu.hide-desktop-account .bottom-extras .account-menu + .menu-divider,
  .side-mobile-menu.hide-desktop-currency .bottom-extras .et-currency + .menu-divider,
  .side-mobile-menu.hide-desktop-language .bottom-extras .et-language + .menu-divider,
  .side-mobile-menu.hide-desktop-language .bottom-extras .menu-divider + .menu-divider,
  .side-mobile-menu.hide-desktop-account .bottom-extras .account-menu,
  .side-mobile-menu.hide-desktop-currency .bottom-extras .et-currency,
  .side-mobile-menu.hide-desktop-language .bottom-extras .et-language,
  .side-mobile-menu.hide-desktop-social .bottom-extras .social-icons {
    display: none;
  }
  .sliding-menu .sliding-menu-panel-root {
    font-size: 1.2em;
  }
}
.side-fullscreen-menu .bottom-extras {
  font-size: 0.9em;
}

.side-fullscreen-menu .big-menu,
.side-fullscreen-menu .bottom-extras {
  width: 25%;
}

.side-fullscreen-menu .big-menu {
  margin: 20px 0;
}

.big-menu > li {
  border: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.big-menu li a {
  padding: 8px 10px;
  line-height: inherit;
  color: #444444;
}

.big-menu > li > a {
  padding: 5px 0;
  font-size: 1.15em;
}

.big-menu > li:not(.title-item) > a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.big-menu li.menu-item-has-children {
  position: static;
}

.big-menu > li.menu-item-has-children > .et-menu-toggle {
  position: relative;
  cursor: default;
}

.big-menu > li.menu-item-has-children.active-big .et-menu-toggle,
.mobile-menu .menu-item-has-children.active > .et-menu-toggle {
  background: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.05);
}

.big-menu > li.menu-item-has-children > .et-menu-toggle:after {
  content: "\e923";
}

/* sub menu */
.big-menu > li > .sub-menu {
  border: 0;
  position: absolute;
  width: 75%;
  min-height: 50vh;
  left: 25%;
  top: 0;
  padding: 25px 0 0 5%;
  margin-left: -1px;
  max-height: 100%;
  flex-flow: inherit;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.big-menu > li > .sub-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.big-menu > li:not(.menu-item-mega-parent) > .sub-menu {
  flex-direction: column;
}

.big-menu > li > .sub-menu li {
  position: relative;
}

.big-menu > li > .sub-menu:before {
  content: " ";
  left: 3%;
  top: 0;
  width: 1px;
  background: #f2f2f2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%);
  float: left;
  position: absolute;
  height: 100%;
}

.big-menu > li.active-big > .sub-menu,
.big-menu > li:hover > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.big-menu > li.menu-item-mega-parent > .sub-menu > li {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.big-menu li > .sub-menu > li .et-menu-toggle {
  display: none;
}

.big-menu > li.menu-item-mega-parent > .sub-menu > li.mega-menu-title > a,
.big-menu li > .sub-menu > li.title-item > a {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

/* 3rd level menu */
.big-menu li > .sub-menu .sub-menu {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.big-menu > li.menu-item-mega-parent > .sub-menu .sub-menu {
  padding: 0;
}

.big-menu > li:hover > .sub-menu .sub-menu,
.big-menu > li.active-big > .sub-menu .sub-menu {
  opacity: 1;
  visibility: visible;
}

/* 4th level menu */
.big-menu .sub-menu .sub-menu .sub-menu {
  padding-left: 15px;
}

/* Dark mode */
.side-menu.dark {
  background-color: #333;
}

.side-menu.dark .mobile-search span,
.side-menu.dark .side-panel-content {
  color: rgba(255, 255, 255, 0.7);
}

.side-menu.dark .sliding-menu a.sliding-menu-back {
  color: rgba(255, 255, 255, 0.5);
}

.side-menu.dark .side-panel-content a,
.side-menu.dark .side-panel-content h1,
.side-menu.dark .side-panel-content .h1,
.side-menu.dark .side-panel-content h2,
.side-menu.dark .side-panel-content .h2,
.side-menu.dark .side-panel-content h3,
.side-menu.dark .side-panel-content .h3,
.side-menu.dark .side-panel-content h4,
.side-menu.dark .side-panel-content .h4,
.side-menu.dark .side-panel-content h5,
.side-menu.dark .side-panel-content .h5,
.side-menu.dark .side-panel-content h6,
.side-menu.dark .side-panel-content .h6,
.side-menu.dark .side-panel-content .big-menu > li:hover .et-menu-toggle,
.side-menu.dark .side-panel-content .mobile-menu li.menu-item-has-children.active > .et-menu-toggle,
.side-menu.dark .side-panel-content .search-panel .search-field,
.side-menu.dark .side-panel-content .search-panel .yith-s,
.side-menu.dark .side-panel-content .search-panel .search-button-group select,
.side-menu.dark .et-header-menu .selected {
  color: #fff;
}

.side-menu.dark .bottom-extras,
.side-menu.dark .menu-divider,
.side-menu.dark .side-panel-content .big-menu > li > .sub-menu:before,
.side-menu.dark .sliding-menu a.sliding-menu-back,
.side-menu.dark .et-switcher-container {
  border-color: rgba(255, 255, 255, 0.1);
}

.side-menu.dark .side-panel-content .search-panel .search-button-group {
  border-color: rgba(255, 255, 255, 0.7);
}

.side-menu.dark .side-panel-content .big-menu > li:hover .et-menu-toggle,
.side-menu.dark .side-panel-content .mobile-menu li.menu-item-has-children.active > .et-menu-toggle {
  background-color: rgba(255, 255, 255, 0.1);
}

.side-menu.dark .big-menu > li > .sub-menu:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.3) 50%);
}

/* Mobile bar */
.side-menu.has-bar {
  display: flex;
  flex-direction: row;
  max-width: 530px;
}

.side-fullscreen-menu.has-bar {
  max-width: 100%;
}

.mobile-bar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  background: #f8f8f8;
  text-align: center;
}

.mobile-bar .action-icons {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.mobile-bar .action-icons a {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #777;
}

.mobile-bar .action-icons a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.mobile-bar .action-icons a svg {
  display: block;
}

.mobile-bar .action-icons .icon-text {
  display: none;
}

.mobile-bar .action-icons .item-counter {
  position: absolute;
  right: -3px;
}

/* Dark mode */
.mobile-bar.dark {
  background: #383838;
}

.mobile-bar.dark .action-icons a {
  color: rgba(255, 255, 255, 0.7);
}

.side-panel .mobile-bar.dark .et-close:before,
.side-panel .mobile-bar.dark .et-close:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.mobile-bar.dark .et-close,
.mobile-bar.dark .action-icons a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media only screen and (max-width: 490px) {
  .side-menu.has-bar {
    flex-direction: column;
    width: 100%;
  }
  .mobile-bar {
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
    padding-left: 35px;
    padding-right: 35px;
    align-items: center;
  }
  .mobile-bar .action-icons {
    flex-direction: row;
    margin: 0 0 0 auto;
  }
  .mobile-bar .action-icons a {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .side-menu .mobile-menu.big-menu {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .side-fullscreen-menu {
    max-width: 100%;
  }
  .panel-open-menu .side-fullscreen-menu .side-panel-content .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    position: relative;
  }
  /*.panel-open-menu .side-menu-container {
  		visibility: hidden;
  		opacity: 0;
  		width: 0;
  		position: absolute;
  		z-index: -1;
  	}*/
}
@media only screen and (max-width: 1199px) {
  .side-fullscreen-menu .container {
    max-width: 100%;
    padding: 0;
  }
}
/* ## Panel: Search Box
	------------------------------------------------------- */
.search-panel {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.panel-open-search .search-panel {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 604;
  opacity: 1;
}

.search-panel.side-panel {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

.search-panel {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.panel-open-search .search-panel {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-panel header,
.search-panel header .panel-header-inner {
  background: transparent;
  height: auto;
  border: 0;
  padding: 0;
  justify-content: flex-end;
}

.search-panel header .panel-header-inner {
  padding: 30px 0 20px 0;
  font-size: 1.1em;
}

.search-panel .et-close {
  background: rgba(0, 0, 0, 0.05);
  margin: 0 1em;
}

.search-panel .side-panel-content {
  padding: 0 15px 25px 15px;
}

.search-panel .search-button-group.et-loader:after {
  right: auto;
  left: -15px;
  width: 10px;
  height: 10px;
  margin: -5px -5px 0 0;
}

.search-panel .search-button-group {
  position: relative;
  max-width: 768px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid currentColor;
}

.goya-search .search-button-group select {
  border: 0;
  background-color: transparent;
  width: 200px;
  max-width: 50%;
  padding-right: 32px;
  background-position: calc(100% - 10px) 48%;
}

.goya-search .search-field,
.goya-search .yith-s {
  width: 100%;
  margin: 0;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  height: auto;
  box-sizing: border-box;
  padding: 15px 0;
  position: relative;
}

.goya-search .ficha-product-search .search-field {
  margin-left: 30px;
}

.goya-search .ficha-product-search [type=submit] {
  display: none;
}

.goya-search [type=submit] svg {
  vertical-align: middle;
}

/* Search form */
.search-button-group .search-clear,
.search-button-group .search-icon {
  position: absolute;
  left: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.search-button-group.text-changed .search-clear {
  opacity: 1;
  z-index: 1;
}

.search-button-group .search-icon {
  opacity: 0.5;
  display: flex;
  align-items: center;
}

.search-button-group.text-changed .search-icon {
  opacity: 0;
}

.search-button-group .search-clear:before,
.search-button-group .search-clear:after {
  height: 2px;
}

.search-panel header .panel-header-inner h6, .search-panel header .panel-header-inner .h6,
.goya-search .autocomplete-wrapper .results-found {
  display: none;
}

.goya-search .autocomplete-wrapper .no-results {
  text-align: center;
  display: block;
}

.goya-search .autocomplete-wrapper .product_list_widget {
  width: auto !important; /* override js inline style */
  display: flex;
  text-align: initial;
  justify-content: center;
}

.goya-search .autocomplete-wrapper li a {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  color: #282828;
}

.goya-search .autocomplete-wrapper li a .product-title {
  margin-bottom: 5px;
}

.goya-search .autocomplete-wrapper li a ins,
.goya-search .autocomplete-wrapper li a del,
.goya-search .autocomplete-wrapper .amount {
  color: #898989;
}

.goya-search .autocomplete-wrapper li a img {
  width: 50px;
  height: auto;
}

.goya-search .autocomplete-wrapper li a:after {
  content: " ";
  display: table;
  clear: both;
}

.autocomplete-wrapper .product_list_widget li,
.goya-search .autocomplete-wrapper li:nth-child(6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.goya-search .autocomplete-wrapper li:nth-child(6) {
  margin: 20px 0 0;
}

.goya-search .autocomplete-wrapper li .view-all {
  margin: 0 auto;
  display: flex;
}

/* Search box element in header */
.header .search-button-group {
  border: 2px solid #ddd;
  padding-left: 10px;
  background: #fff;
}

.header .search-button-group .search-icon,
.header .search-button-group .search-clear {
  left: 10px;
}

.header .search-button-group select,
.header .search-button-group input {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header .autocomplete-wrapper {
  position: absolute;
  top: 100%;
  margin-top: -1px;
}

.header .autocomplete-wrapper .product_list_widget {
  padding-top: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.06);
}

.header .autocomplete-wrapper .product_list_widget li {
  line-height: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

/* Mobile Search */
.side-panel-mobile .search-button-group .search-clear,
.side-panel-mobile .search-button-group .search-icon,
.header .search-button-group .search-clear,
.header .search-button-group .search-icon {
  width: 16px;
  height: 16px;
}

.side-panel-mobile .search-panel .search-field,
.side-panel-mobile .search-panel .yith-s {
  font-weight: normal;
}

.side-panel-mobile .search-panel .wc-category-select {
  display: none;
}

@media (min-width: 768px) {
  .search-panel .side-panel-content {
    padding: 35px 15px 50px 15px;
  }
  .search-panel:not(.mobile-search) .autocomplete-wrapper li a img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
  }
  .autocomplete-wrapper .product_list_widget li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .header .search-button-group {
    min-width: 360px;
  }
  .autocomplete-wrapper .product_list_widget li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .search-panel .search-field, .search-panel .yith-s {
    font-size: 2em;
  }
}
/* Mobile search */
.side-menu .search-panel.mobile-search {
  transform: none;
  position: relative;
  top: auto;
  opacity: 1;
  background-color: transparent;
}

.side-menu .mobile-search .autocomplete-wrapper .product_list_widget {
  margin-bottom: 30px;
}

.side-menu .mobile-search .autocomplete-wrapper .product_list_widget li {
  line-height: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.side-menu .mobile-search .autocomplete-wrapper .product_list_widget li .view-all {
  margin-top: 15px;
}

.minicart-counter.et-count-zero {
  background: transparent;
  background: rgba(255, 255, 255, 0);
  margin-left: 0;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .page-header-transparent .product-header-spacer,
  .header-transparent-mobiles.page-header-transparent:not(.page-title-visible) .header-spacer,
  .header-transparent-mobiles.page-header-transparent.hero-title-active .header-spacer {
    display: none;
  }
  .header-transparent-mobiles.page-header-transparent .product-header-spacer {
    display: block;
  }
  /* Logo */
  .sticky-header-light.light-title .header .logolink .logoimg,
  .sticky-header-light:not(.header-transparent-mobiles) .header .logolink .logoimg {
    opacity: 0;
    display: none;
  }
  .sticky-header-light.light-title .header .logolink:not(.alt-logo-mobile):not(.alt-logo-tablet):not(.alt-logo-sticky) .logoimg.bg--dark,
  .sticky-header-light:not(.header-transparent-mobiles) .header .logolink:not(.alt-logo-mobile):not(.alt-logo-tablet):not(.alt-logo-sticky) .logoimg.bg--dark {
    opacity: 1;
    display: block;
  }
  .header-transparent-mobiles.light-title:not(.header_on_scroll) .header .logolink .logoimg,
  .header-transparent-mobiles.sticky-header-light.header_on_scroll .header .logolink .logoimg {
    opacity: 0;
    display: none;
  }
  .header-transparent-mobiles.light-title:not(.header_on_scroll) .header .logolink:not(.alt-logo-mobile):not(.alt-logo-tablet):not(.alt-logo-sticky) .logoimg.bg--dark,
  .header-transparent-mobiles.sticky-header-light.header_on_scroll .header .logolink:not(.alt-logo-mobile):not(.alt-logo-tablet):not(.alt-logo-sticky) .logoimg.bg--dark {
    opacity: 1;
    display: block;
  }
  /* Alernative Logo */
  .header .logolink.alt-logo-mobile .logoimg,
  .header .logolink.alt-logo-sticky .logoimg {
    opacity: 0;
    display: none;
  }
  .header .logolink.alt-logo-mobile .logoimg.bg--alt,
  .logolink.alt-logo-sticky .logoimg.bg--alt {
    opacity: 1;
    display: block;
  }
  .header-transparent-mobiles.light-title:not(.header_on_scroll) .header .logolink.alt-logo-mobile .logoimg.bg--alt,
  .header-transparent-mobiles.light-title:not(.header_on_scroll) .header .logolink.alt-logo-tablet .logoimg.bg--alt,
  .header-transparent-mobiles.light-title:not(.header_on_scroll) .header .logolink.alt-logo-sticky .logoimg.bg--alt,
  .header-transparent-mobiles.sticky-header-light.header_on_scroll .header .logolink.alt-logo-mobile .logoimg.bg--alt,
  .header-transparent-mobiles.sticky-header-light.header_on_scroll .header .logolink.alt-logo-tablet .logoimg.bg--alt,
  .header-transparent-mobiles.sticky-header-light.header_on_scroll .header .logolink.alt-logo-sticky .logoimg.bg--alt {
    opacity: 1;
    display: block;
  }
  .header-transparent-mobiles.header_on_scroll .header .logolink.alt-logo-sticky .logoimg {
    opacity: 0;
    display: none;
  }
  .header-transparent-mobiles.header_on_scroll .header .logolink.alt-logo-sticky .logoimg.bg--alt {
    opacity: 1;
    display: block;
  }
  .header-transparent-mobiles.light-title:not(.header_on_scroll) .header .et-wishlist-counter.active {
    background-color: rgba(255, 255, 255, 0.1);
  }
  /* Links/icons */
  .sticky-header-light.light-title .header a.icon,
  .sticky-header-light.light-title .header .menu-toggle,
  .sticky-header-light.light-title .header a.icon:hover,
  .sticky-header-light.light-title .header .menu-toggle:hover,
  .sticky-header-light:not(.header-transparent-mobiles) .header a.icon,
  .sticky-header-light:not(.header-transparent-mobiles) .header .menu-toggle,
  .sticky-header-light:not(.header-transparent-mobiles) .header a.icon:hover,
  .sticky-header-light:not(.header-transparent-mobiles) .header .menu-toggle:hover {
    color: #fff;
  }
  .header-transparent-mobiles.light-title:not(.header_on_scroll) .header .site-title,
  .header-transparent-mobiles.sticky-header-light.header_on_scroll .header a.icon,
  .header-transparent-mobiles.sticky-header-light.header_on_scroll .header .menu-toggle,
  .header-transparent-mobiles.light-title:not(.header_on_scroll) .header a.icon,
  .header-transparent-mobiles.light-title:not(.header_on_scroll) .header .menu-toggle {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .page-header-transparent:not(.page-title-visible) .header-spacer,
  .page-header-transparent.hero-title-active .header-spacer {
    display: none;
  }
  /* Logo */
  .light-title:not(.header_on_scroll) .header .logolink .logoimg,
  .sticky-header-light.header_on_scroll .header .logolink .logoimg {
    opacity: 0;
    display: none;
  }
  .light-title:not(.header_on_scroll) .header .logolink:not(.alt-logo-tablet) .logoimg.bg--dark,
  .sticky-header-light.header_on_scroll .header .logolink:not(.alt-logo-tablet) .logoimg.bg--dark {
    opacity: 1;
    display: block;
  }
  /* Alernative Logo */
  .header_on_scroll .header .logolink.alt-logo-sticky .logoimg {
    opacity: 0;
    display: none;
  }
  .header_on_scroll .header .logolink.alt-logo-sticky .logoimg.bg--alt {
    opacity: 1;
    display: block;
  }
  /* Menus */
  .light-title:not(.header_on_scroll) .header .site-title,
  .light-title:not(.header_on_scroll) .header .et-header-menu > li > a,
  .sticky-header-light.header_on_scroll .header .et-header-menu > li > a,
  .light-title:not(.header_on_scroll) span.minicart-counter.et-count-zero,
  .sticky-header-light.header_on_scroll .header .et-header-text,
  .sticky-header-light.header_on_scroll .header .et-header-text a,
  .light-title:not(.header_on_scroll) .header .et-header-text,
  .light-title:not(.header_on_scroll) .header .et-header-text a,
  .sticky-header-light.header_on_scroll .header .header .icon,
  .light-title:not(.header_on_scroll) .header .icon,
  .sticky-header-light.header_on_scroll .header .menu-toggle,
  .light-title:not(.header_on_scroll) .header .menu-toggle,
  .sticky-header-light.header_on_scroll .header .et-switcher-container .selected,
  .light-title:not(.header_on_scroll) .header .et-switcher-container .selected,
  .light-title:not(.header_on_scroll) .header .product.wcml-dropdown li > a,
  .light-title:not(.header_on_scroll) .header .product.wcml-dropdown .wcml-cs-active-currency > a,
  .light-title:not(.header_on_scroll) .header .product.wcml-dropdown .wcml-cs-active-currency:hover > a,
  .light-title:not(.header_on_scroll) .header .product.wcml-dropdown .wcml-cs-active-currency:focus > a,
  .sticky-header-light.header_on_scroll .header .product.wcml-dropdown li > a,
  .sticky-header-light.header_on_scroll .header .product.wcml-dropdown .wcml-cs-active-currency > a,
  .sticky-header-light.header_on_scroll .header .product.wcml-dropdown .wcml-cs-active-currency:hover > a,
  .sticky-header-light.header_on_scroll .header .product.wcml-dropdown .wcml-cs-active-currency:focus > a {
    color: #fff;
  }
  .light-title:not(.header_on_scroll) .header .et-wishlist-counter.active {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (max-width: 991px) {
  .header .logolink.alt-logo-tablet .logoimg {
    opacity: 0;
    display: none;
  }
  .header .logolink.alt-logo-tablet .logoimg.bg--alt {
    opacity: 1;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  /* Logo */
  .light-title:not(.header_on_scroll) .header .logolink .logoimg {
    opacity: 0;
    display: none;
  }
  .light-title:not(.header_on_scroll) .header .logolink .logoimg.bg--dark,
  .sticky-header-light.header_on_scroll .header .logolink .logoimg.bg--dark {
    opacity: 1;
    display: block;
  }
  /* Alernative Logo */
  .header .logolink.alt-logo-tablet .logoimg.bg--alt {
    opacity: 0;
    display: none;
  }
}
/* Main Menu */
.menu-item-mega-parent .sub-menu > li > a:not([href]),
.menu-item-mega-parent .sub-menu > li > a[href="#"],
.menu-item.title-item a:not([href]),
.menu-item.title-item a[href="#"] {
  cursor: text;
}

.menu-item-mega-parent .sub-menu > li > a:not([href]):hover:after,
.menu-item-mega-parent .sub-menu > li > a[href="#"]:hover:after,
.menu-item.title-item a:not([href]):hover:after,
.menu-item.title-item a[href="#"]:hover:after {
  width: 0;
}

.et-header-menu {
  display: flex;
  list-style: none;
}

.et-header-menu.socials {
  margin-left: 30px;
}

.et-header-menu.socials li + li {
  margin-left: 10px;
}

.et-header-menu > li {
  display: inline-flex;
  padding-left: 24px;
  margin-left: -1px;
  align-items: center;
}

.et-header-menu > li:first-child {
  padding-left: 0;
}

.et-header-menu > li a {
  padding: 10px 0;
  position: relative;
}

.et-header-menu > li > a {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.et-header-menu > li a .fa {
  margin-right: 7px;
}

.mobile-menu .menu-label,
.et-header-menu .menu-label {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 4px;
  color: #fff;
  background-color: #bbb;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 3px;
}

.big-menu .sub-menu,
.et-header-menu > li > .sub-menu {
  text-align: initial;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.18s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  transition-delay: 0.2s;
}

.et-header-menu .sub-menu {
  padding: 30px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: -3px;
  z-index: 10;
  text-align: inherit;
  visibility: hidden;
  opacity: 0;
  transition: all 0.18s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  transition-delay: 0.2s;
  line-height: 1.5;
}

.big-menu > li > .sub-menu {
  display: flex;
}

.big-menu > li:hover > .sub-menu,
.big-menu > li.active-big > .sub-menu,
.et-header-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.big-menu > li:hover > .sub-menu,
.big-menu > li.active-big > .sub-menu,
.et-header-menu > li.menu-item-mega-parent > .sub-menu {
  display: flex;
}

.et-header-menu > li.menu-item-mega-parent.no-wrap > .sub-menu {
  flex-wrap: nowrap;
}

.et-header-menu > li.menu-item-mega-parent > .sub-menu > li {
  margin-bottom: 30px;
}

.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent > .sub-menu {
  flex-wrap: wrap;
  width: 100%;
}

.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent > .sub-menu > li {
  max-width: 20%;
  width: 100%;
}

.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-3 > .sub-menu > li {
  max-width: 33.333333%;
}

.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-4 > .sub-menu > li {
  max-width: 25%;
}

.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-6 > .sub-menu > li {
  max-width: 16.666666%;
}

.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-7 > .sub-menu > li {
  max-width: 14.285714%;
}

.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-8 > .sub-menu > li {
  max-width: 12.5%;
}

.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent.menu-item-mega-column-9 > .sub-menu > li {
  max-width: 11.111111%;
}

.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent > .sub-menu li {
  width: 100%;
}

.et-header-menu > li.menu-item-mega-parent > .sub-menu > li .sub-menu {
  border: 0;
}

.et-header-menu > li.menu-item-mega-parent > .sub-menu > li.menu-item-has-children > .sub-menu {
  padding-top: 5px;
  padding-bottom: 0;
  display: block;
  position: static;
  box-shadow: none;
  min-width: 100%;
  background: none;
  animation: none;
  left: auto;
  top: auto;
  opacity: 1;
  transition-delay: 0s;
}

.et-header-menu > li.menu-item-mega-parent:hover > .sub-menu > li.menu-item-has-children .sub-menu {
  opacity: 1;
  visibility: visible;
}

.et-header-menu > li.menu-item-mega-parent > .sub-menu > li.menu-item-has-children .sub-menu li {
  padding: 0;
  width: 100%;
}

.et-header-menu > li.menu-item-mega-parent > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  padding-left: 10px;
}

.et-header-menu > li.menu-item-mega-parent > .sub-menu > li.menu-item-has-children .sub-menu li:after {
  display: none;
}

.menu-item-mega-parent > .sub-menu > li > a,
.menu-item.title-item > a {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.menu-item.title-item > a {
  margin-top: 20px;
}

.et-header-menu > li.menu-item-mega-parent:hover > .sub-menu {
  display: flex;
  visibility: visible;
  transition: all 0.18s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  opacity: 1;
  transition-delay: 0s;
}

.et-header-menu li.menu-item-has-children {
  position: relative;
  align-items: center;
}

.et-header-menu li.menu-item-mega-parent {
  position: static;
}

.et-header-menu > li > .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  background-color: #fff;
  width: calc(100% + 20px);
  height: 100%;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.06);
  z-index: -1;
}

.header-border-1:not(.header_on_scroll) .et-header-menu > li > .sub-menu:before {
  top: -1px;
}

.et-header-menu > li.menu-item-mega-parent > .sub-menu {
  padding: 50px 0 20px;
}

.et-header-menu > li.menu-item-mega-parent > .sub-menu:before {
  left: 0;
  width: 100%;
}

.megamenu-fullwidth .et-header-menu > li.menu-item-mega-parent > .sub-menu:before {
  width: 200vw;
  transform: translateX(-50%);
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li,
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li {
  opacity: 0;
  transform: translateY(60px);
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent:hover > .sub-menu > li,
.megamenu-column-animation .big-menu > li.menu-item-mega-parent.active-big > .sub-menu > li,
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent:hover > .sub-menu > li {
  opacity: 1;
  transform: none;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(1),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(1) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(2),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(2) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.195s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.27s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(3),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(3) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(4),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(4) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.315s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.39s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(5),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(5) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(6),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(6) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.435s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(7),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(7) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.495s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.57s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(8),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(8) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.555s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.63s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(9),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(9) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.615s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.69s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(10),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(10) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.675s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(11),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(11) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.735s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.81s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(12),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(12) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.795s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.87s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(13),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(13) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.855s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.93s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(14),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(14) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.915s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.99s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(15),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(15) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.975s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(16),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(16) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.035s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.11s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(17),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(17) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.095s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.17s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(18),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(18) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.155s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.23s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(19),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(19) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.215s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.29s;
}

.megamenu-column-animation .big-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(20),
.megamenu-column-animation .et-header-menu > li.menu-item-mega-parent > .sub-menu > li:nth-child(20) {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.275s, opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s;
}

.et-header-menu li > .sub-menu > li {
  display: block;
  width: 240px;
  padding: 0 27px;
}

.et-header-menu .sub-menu li:last-child {
  margin-bottom: 0;
}

.big-menu .sub-menu li a .item-thumb,
.et-header-menu .sub-menu li a .item-thumb {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.et-header-menu .sub-menu li.menu-item-has-children:after {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  left: auto;
  content: "\e923";
  font-family: "et-icon";
  vertical-align: middle;
  font-size: 16px;
}

.menu-item-mega-parent > .sub-menu > li.menu-item-has-children:after {
  display: none;
}

.et-header-menu .sub-menu li a:before {
  bottom: -3px;
}

.et-header-menu .sub-menu .sub-menu {
  top: -31px;
  left: 100%;
  padding: 30px 0;
}

.et-header-menu > .menu-item:not(.menu-item-mega-parent) .sub-menu .sub-menu {
  margin-left: 10px;
}

.et-header-menu > .menu-item:not(.menu-item-mega-parent) .sub-menu .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  background-color: #fff;
  width: calc(100% + 20px);
  height: 100%;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.06);
  z-index: -1;
}

.et-header-menu .sub-menu.has_bg {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding-right: 220px;
}

/* Helper classes */
.menu-item-mega-parent.hide-headings > .sub-menu > li > a,
.mobile-menu > li.hide-headings > .sub-menu > li > a {
  display: none;
}

.mobile-menu > li.hide-headings > .sub-menu > li > .sub-menu {
  display: block;
}

/* Account */
.account-links.et-header-menu .sub-menu {
  left: auto;
  right: -3px;
}

.account-links.et-header-menu .sub-menu li {
  width: auto;
}

.account-links.et-header-menu .sub-menu li a {
  white-space: nowrap;
}

/* # Footer
------------------------------------------------------- */
/* Footer Widgets */
.footer-widgets {
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-widgets .widget h6, .footer-widgets .widget .h6 {
  margin-bottom: 10px;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: inherit;
}

.footer-widgets .widget h6 span, .footer-widgets .widget .h6 span {
  cursor: pointer;
}

.footer-widgets .column-last.column-wide {
  order: 1;
}

.footer-widgets .other-columns .footer1 {
  order: -1;
}

/* Dark Footer Widgets */
.site-footer.dark {
  background-color: #282828;
  border-top-color: rgba(255, 255, 255, 0.1);
}

.site-footer.dark .post-meta:before {
  background: rgba(255, 255, 255, 0.1);
}

.site-footer.dark .footer-widgets,
.site-footer.dark .footer-middle,
.site-footer.dark .widget h6,
.site-footer.dark .widget .h6,
.site-footer.dark .post-meta,
.site-footer.dark .footer-bar {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer.dark .widget .widget-title,
.site-footer.dark .widget h1,
.site-footer.dark .widget .h1,
.site-footer.dark .widget h2,
.site-footer.dark .widget .h2,
.site-footer.dark .widget h3,
.site-footer.dark .widget .h3,
.site-footer.dark .widget h4,
.site-footer.dark .widget .h4,
.site-footer.dark .widget h5,
.site-footer.dark .widget .h5,
.site-footer.dark .widget ul li a,
.site-footer.dark .footer-widgets a,
.site-footer.dark .footer-middle a,
.site-footer.dark .footer-middle h2,
.site-footer.dark .footer-middle .h2,
.site-footer.dark .footer-middle h3,
.site-footer.dark .footer-middle .h3,
.site-footer.dark .footer-middle h4,
.site-footer.dark .footer-middle .h4,
.site-footer.dark .footer-bar a,
.site-footer.dark .search-field,
.site-footer.dark input[type=text],
.site-footer.dark input[type=password],
.site-footer.dark input[type=date],
.site-footer.dark input[type=datetime],
.site-footer.dark input[type=email],
.site-footer.dark input[type=number],
.site-footer.dark input[type=search],
.site-footer.dark input[type=submit],
.site-footer.dark input[type=tel],
.site-footer.dark input[type=time],
.site-footer.dark input[type=url],
.site-footer.dark textarea,
.site-footer.dark .footer-bar .et-header-menu .selected,
.site-footer.dark .footer-bar .wcml-dropdown a.wcml-cs-item-toggle {
  color: #fff;
}

.site-footer.dark input[type=submit] {
  border-color: #fff;
  background: transparent;
}

.site-footer.dark .footer-bar-border-1,
.site-footer.dark .tag-cloud-link {
  border-color: rgba(255, 255, 255, 0.1);
}

.site-footer.dark input[type=text],
.site-footer.dark input[type=password],
.site-footer.dark input[type=date],
.site-footer.dark input[type=datetime],
.site-footer.dark input[type=email],
.site-footer.dark input[type=number],
.site-footer.dark input[type=search],
.site-footer.dark input[type=tel],
.site-footer.dark input[type=time],
.site-footer.dark input[type=url],
.site-footer.dark textarea,
.site-footer.dark .search-button-group {
  border-color: rgba(255, 255, 255, 0.5);
}

/* Footer Bar*/
.footer-bar .container {
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-bar-border-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 992px) {
  .footer-bar .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .footer-bar .footer-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .footer-bar .footer-left,
  .footer-bar .footer-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-bar .footer-center {
    text-align: center;
    -webkit-box-pack: center;
    align-items: center;
    margin: 0 20px;
  }
  .footer-bar .footer-right {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer-bar .footer-left > * {
    margin-right: 24px;
  }
  .footer-bar .footer-left > *:last-child {
    margin-right: 0;
  }
  .footer-bar .footer-right > * {
    margin-left: 24px;
  }
  .footer-bar .footer-right > *:first-child {
    margin-left: 0;
  }
}
/* Menu */
.footer-bar-menu {
  float: left;
}

.footer-bar .menu {
  padding: 0;
}

.footer-bar .menu ul.sub-menu {
  display: none;
}

.footer-bar .menu li {
  display: inline-flex;
}

.footer-bar .menu > li > div,
.footer-bar .menu > li > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 21px 0 0;
}

.footer-bar .menu > li:last-child a,
.footer-bar .menu > li:last-child > div {
  margin-right: 0;
  margin-left: 0;
}

.footer-bar.footer-full .container {
  max-width: none;
}

.footer-social-icons {
  padding: 0;
  margin: 0;
}

/* Dark Mode */
.site-footer .footer-bar.custom-color-1.dark {
  background: #282828;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer .footer-bar.custom-color-1,
.site-footer .footer-bar.custom-color-1 a,
.site-footer .footer-bar.custom-color-1 .menu > li > a,
.site-footer .footer-bar.custom-color-1 .et-header-menu .selected {
  color: inherit;
}

.site-footer .footer-bar.custom-color-1.dark .et-header-menu .selected,
.site-footer .footer-bar.custom-color-1.dark .menu > li > a {
  color: #fff;
}

/* Custom text */
.footer-bar-text img {
  max-height: 24px;
  vertical-align: middle;
}

@media all and (max-width: 991px) {
  .footer-bar {
    text-align: center;
  }
  .footer-bar .menu {
    float: none;
  }
  .footer-bar-logo {
    float: none;
    margin-right: 0;
  }
  .footer-bar .copyright,
  .footer-bar-social {
    padding-top: 14px;
  }
  .footer-bar .menu > li,
  .footer-bar-social li {
    float: none;
    display: inline-block;
  }
  .footer-bar-social li i {
    font-size: 16px;
  }
  .footer-bar-right .footer-bar-text {
    padding-top: 17px;
  }
  .footer-bar-left, .footer-bar-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-bar .footer-bar-logo,
  .footer-bar .footer-bar-menu,
  .footer-bar .menu,
  .footer-bar .footer-bar-content {
    float: none;
  }
  .footer-bar .footer-bar-logo,
  .footer-bar .footer-bar-menu {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  .footer-widgets .widget:last-child {
    margin-bottom: 0;
  }
  .footer-toggle-widgets.footer-widgets .widget h6 span, .footer-toggle-widgets.footer-widgets .widget .h6 span {
    display: none;
  }
  .footer-toggle-widgets.footer-widgets .widget h6 + div, .footer-toggle-widgets.footer-widgets .widget .h6 + div,
  .footer-toggle-widgets.footer-widgets .widget h6 + p,
  .footer-toggle-widgets.footer-widgets .widget .h6 + p,
  .footer-toggle-widgets.footer-widgets .widget h6 + ul,
  .footer-toggle-widgets.footer-widgets .widget .h6 + ul {
    display: block !important; /* override inline style */
  }
}
@media all and (max-width: 767px) {
  .footer-toggle-widgets.footer-widgets .widget {
    margin-bottom: 10px;
  }
  .footer-widgets .widget_mc4wp_form_widget {
    margin-top: 40px;
    text-align: center;
  }
  .widget_mc4wp_form_widget script {
    display: none !important;
  }
  .footer-bar .menu > li {
    display: block;
  }
  .footer-bar .menu > li:last-child {
    border-bottom: 0 none;
  }
  .footer-bar .menu > li > a,
  .footer-bar .menu > li > span {
    display: block;
    padding: 7px 0;
    margin: 0;
  }
  .footer-bar-right .menu li.footer-bar-text {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .footer-bar.footer-full .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1490px) {
  .footer-bar.footer-full .container {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
#scroll_to_top {
  position: fixed;
  bottom: -50px;
  right: 15px;
  z-index: 100;
  transform: rotate(-90deg);
}

#scroll_to_top.active {
  bottom: 15px;
}

#scroll_to_top span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

#scroll_to_top:hover span {
  border-color: inherit;
}

@media only screen and (max-width: 767px) {
  #scroll_to_top {
    display: none;
  }
}
/* Hero Title */
.hero-header-container .row {
  justify-content: center;
  text-align: center;
}

.hero-header .regular-title {
  padding: 2vh 0;
}

.hero-header .hero-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
}

.hero-header .hero-title {
  min-height: 35vh;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.page-header-transparent .hero-header .hero-title {
  min-height: 40vh;
}

.hero-header .hero-title.parallax_image {
  max-height: none;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.hero-light-title .hero-header .hero-title.parallax_image:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  background: #191919;
  opacity: 0.26;
}

@media all and (min-width: 768px) {
  .hero-header .hero-title.parallax_image {
    min-height: 60vh;
  }
}
@media all and (max-width: 767px) {
  .hero-header .regular-title {
    padding: 0;
  }
}
/* # Blog
------------------------------------------------------- */
.taxonomy-description {
  margin: 20px auto 30px;
  max-width: 767px;
}

.et-blog .hero-title {
  margin-bottom: 40px;
}

/* Categories */
.et-blog-categories {
  margin: 20px 0;
}

.et-blog-categories-wrap {
  text-align: center;
}

/* Categories: List */
.et-blog-categories-list li {
  display: inline-flex;
  align-content: center;
  font-size: 1.1em;
}

.et-blog-categories-list li a {
  margin-right: 19px;
}

.et-blog-categories-list li a:hover {
  color: #282828;
}

.et-blog-categories-list li:first-child a {
  margin-left: 0;
}

.et-blog-categories-list li:last-child a {
  margin-right: 0;
}

.et-blog-categories-list li.current-cat a {
  color: #282828;
  border-bottom: 2px solid currentColor;
}

/* Categories: Columns */
.et-blog-categories-list.columns {
  overflow: hidden;
}

.et-blog-categories-list.columns li {
  display: block;
  float: left;
  padding-right: 17px;
  padding-bottom: 0;
}

.et-blog-categories-list.columns li a {
  font-size: 16px;
  margin: 0;
}

.et-blog-categories-list.columns li.current-cat a {
  padding-bottom: 1px;
}

.et-blog-categories-list.columns li span {
  display: none;
}

@media only screen and (max-width: 575px) {
  .et-blog-categories-list li a {
    font-size: inherit;
  }
}
.post.type-post.sticky .entry-title a:after {
  margin: 0 10px;
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  border-radius: 20px;
  vertical-align: middle;
}

/* Post Item */
.post {
  position: relative;
}

.post.type-post,
.post.type-page,
.post.type-portfolio {
  margin-bottom: 46px;
}

.post.type-post .post-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
}

.post.post-classic .post-gallery,
.post.post-classic .et-blog-slider {
  margin: 20px 0 30px;
}

.post.type-post .post-gallery > a {
  display: inline-flex;
  padding: 0;
  will-change: opacity;
  position: relative;
  overflow: hidden;
}

.post.type-post .post-gallery > a:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
}

.post.type-post .post-gallery img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  backface-visibility: hidden;
  transform-origin: center center;
  object-fit: cover;
  object-position: center;
}

.post.type-post .post-gallery a:hover img {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/* Latest Posts Widget */
.post.listing {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.post.listing .post-gallery {
  margin-bottom: 0;
  margin-right: 30px;
}

.post.listing .post-gallery .count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
  display: none;
}

.post.listing .attachment-post-thumbnail {
  width: 100px;
}

.post.listing .listing_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post.listing .listing_content .post-title h6, .post.listing .listing_content .post-title .h6 {
  letter-spacing: normal;
  text-transform: none;
  padding: 0;
  margin-bottom: 5px;
}

.post.listing .listing_content .post-meta {
  margin: 0;
}

/* Format Icon */
.post-format-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: auto;
  display: flex;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 30px;
  align-items: center;
}

.post-format-icon span {
  margin-right: 6px;
  line-height: 1;
}

.post-format-icon svg {
  width: 16px;
  height: 16px;
}

.type-post .post-meta {
  display: block;
  color: #a0a0a0;
  font-size: 0.9em;
}

.blog-post:not(.post-classic) .post-meta {
  font-size: 0.9em;
}

.type-post .post-meta .date-link {
  color: inherit;
}

.post .post-title h3, .post .post-title .h3 {
  margin-bottom: 10px;
}

.post .post-title h3 a:hover, .post .post-title .h3 a:hover,
.post .post-title h4 a:hover,
.post .post-title .h4 a:hover {
  text-decoration: none;
  color: #282828;
}

.type-post .post-content {
  margin-top: 10px;
}

.et-blog .post.type-post .post-content p {
  margin: 0;
}

.post.post-masonry,
.post.post-grid {
  width: 100%;
}

.post .post-categories,
.et-portfolio-categories {
  list-style-type: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.post .post-categories li {
  display: inline-flex;
  margin-right: 10px;
}

.et-portfolio .type-portfolio .et-portfolio-categories,
.post.post-detail .post-categories,
.entry-content .post-categories li a,
.post-categories li a {
  color: inherit;
  color: #777;
}

.et-portfolio .type-portfolio .et-portfolio-categories,
.post.post-detail .post-categories,
.post-categories {
  font-size: 0.85em;
  letter-spacing: 0.1rem;
}

.related-posts .post .post-categories,
.blog-style-masonry .post-categories,
.blog-style-cards .post-categories,
.blog-style-grid .post-categories,
.blog-style-list .post-categories {
  font-size: 0.75em;
}

/* Post Styles */
/* Grid */
.post.post-grid .post-gallery img {
  transform-origin: center center;
}

/* Overlay */
.post.post-cards .overlay-inner {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
}

.post.post-cards .post-gallery {
  margin-bottom: 0;
}

.post.post-cards .post-gallery a {
  display: block;
  background: #ddd;
}

.post.post-cards .post-gallery a:after {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
  opacity: 1;
}

.post.post-cards .post-gallery img {
  width: 100%;
}

.post.post-cards .entry-header {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 0 30px 30px;
}

.post.post-cards .entry-header .entry-title {
  margin: 0;
}

.post.post-cards .post-categories li a,
.post.post-cards .post-categories li a:hover,
.post.post-cards .entry-header a:hover,
.post.post-cards .entry-header a {
  color: #fff;
}

.post.post-cards .post-meta {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  display: none;
}

.post.post-cards .post-meta:before {
  background: rgba(255, 255, 255, 0.3);
}

/* List */
.post-list .row {
  margin: 0;
  justify-content: center;
}

.post-list,
.post.post-list .post-list-excerpt .inner {
  width: 100%;
}

.post.post-list .post-categories {
  left: 33px;
}

.post.post-list .post-list-excerpt {
  display: flex;
  align-items: center;
}

/* Classic */
.blog-sidebar-disabled .post.post-classic .entry-header {
  text-align: center;
}

.post.post-classic .entry-header .col-lg-8:before {
  content: "";
  display: block;
  height: 1px;
  background: #ddd;
  margin-bottom: 40px;
}

.post.post-classic {
  margin-bottom: 40px;
}

.post.post-classic:first-child .entry-header .col-lg-8:before {
  width: 0;
}

.post.post-classic.post-blog-card .post-gallery > a:before {
  opacity: 0.1;
}

.post.post-classic.post-blog-card:hover .post-gallery > a:before {
  opacity: 0.2;
}

.post.post-classic .post-meta {
  margin: 0 0 15px;
  font-size: 0.9em;
}

.post.post-classic.post-blog-card .post-meta:before {
  display: none;
}

.post.post-classic.post-blog-card .entry-header {
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 9;
  padding: 0 15px;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.post.post-classic.post-blog-card .post-categories li a {
  color: #fff;
}

.post.post-classic.post-blog-card .post-title h3, .post.post-classic.post-blog-card .post-title .h3 {
  max-width: 80%;
}

.post.post-classic.post-blog-card .post-title h3 a, .post.post-classic.post-blog-card .post-title .h3 a {
  color: #fff;
  text-decoration: none;
}

.post.post-classic.post-blog-card .post-meta,
.post.post-classic.post-blog-card .post-meta a {
  color: #fff;
  padding-left: 0;
}

.post.post-classic.post-blog-card .post-meta a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.post.post-classic.post-blog-card .post-gallery > a:after {
  opacity: 0.2;
}

.post.post-grid.post-slider img {
  height: 260px;
}

@media only screen and (min-width: 768px) {
  .post.post-grid .post-gallery img,
  .post.post-grid .et-blog-slider img {
    max-height: 220px;
  }
  .post.post-classic.post-blog-card .post-title h3, .post.post-classic.post-blog-card .post-title .h3 {
    font-size: 34px;
  }
  .post.post-list.sticky .post-list-excerpt,
  .post.post-list .col-lg-12.post-list-excerpt {
    justify-content: center;
  }
  .post.post-cards .entry-header {
    padding: 0 35px 35px;
  }
}
@media only screen and (min-width: 992px) {
  .post.post-list .post-gallery img,
  .post.post-list .et-blog-slider img {
    max-height: 300px;
    width: auto;
  }
  .post.post-list.sticky .post-gallery img,
  .post.post-list.sticky .et-blog-slider img,
  .post.post-classic .post-gallery img,
  .post.post-classic .et-blog-slider img {
    max-height: 75vh;
  }
  .post.post-list .col-lg-6.post-list-excerpt .inner {
    padding: 0 0 8% 8%;
  }
  .post.post-classic.post-blog-card .post-title h3, .post.post-classic.post-blog-card .post-title .h3 {
    font-size: 42px;
  }
  .post.post-list.sticky .post-list-excerpt .inner,
  .post.post-list .col-lg-12.post-list-excerpt .inner {
    padding-top: 10px;
  }
  .post.post-list.sticky .post-list-excerpt .inner,
  .post.post-list .col-lg-12.post-list-excerpt .inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .blog-sidebar-active .post-classic .col-lg-8,
  .blog-sidebar-enabled .post.post-list.sticky .post-list-excerpt .inner,
  .blog-sidebar-enabled .post.post-list .col-lg-12.post-list-excerpt .inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post.post-cards.sticky .entry-header {
    padding: 0 40px 40px;
  }
}
/* ## Blog: Single Post
------------------------------------------------------- */
.blog-container {
  padding-bottom: 30px;
}

.post.post-detail {
  margin-bottom: 0;
  padding-top: 0;
}

.post.post-detail:not(.portfolio) .title-wrap .entry-header {
  text-align: center;
}

.post-title.entry-header h1, .post-title.entry-header .h1 {
  margin-bottom: 0;
}

.post.post-detail:not(.portfolio):not(.header-parallax) .title_outer:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ddd;
  display: block;
  margin: 24px auto 0;
}

.post.post-detail .header-normal {
  padding-bottom: 46px;
}

.post.post-detail.page-padding .header-normal {
  padding-top: 46px;
}

.post.post-detail .post-featured-video iframe {
  width: 100%;
}

.post.post-detail .post-featured-section {
  position: relative;
}

.hero-title .post-featured.title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  margin-bottom: 8vh;
}

.light-title .hero-title.header-parallax .post-featured.title-wrap:before,
.hero-light-title .hero-title.header-parallax .post-featured.title-wrap:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #191919;
  opacity: 0.2;
}

.hero-title.featured-gallery .post-featured.title-wrap {
  min-height: 50vh;
}

.hero-title.featured-gallery .post-featured.title-wrap.parallax_image {
  min-height: 65vh;
}

@media only screen and (min-width: 576px) {
  .post.post-detail .post-featured-video iframe {
    min-height: 60vh;
  }
}
@media only screen and (min-width: 768px) {
  .hero-title.header-parallax .post-featured.title-wrap.parallax_image {
    margin-bottom: 8vh;
    max-height: 75vh;
    height: 75vh;
  }
  .hero-title.page-transparent.featured-gallery .post-featured.title-wrap.parallax_image {
    max-height: 75vh;
    height: 75vh;
  }
  .hero-title.header-parallax .et-banner-image,
  .hero-title.page-transparent.featured-gallery .et-banner-image {
    max-height: 85vh;
  }
  .post.post-detail .post-featured-video iframe {
    min-height: 80vh;
  }
}
.post-featured.title-wrap .post-title {
  width: 100%;
  z-index: 2;
  padding-top: 5vh;
  padding-bottom: 5vh;
  margin-bottom: 20px;
}

.post.post-detail .title-wrap .post-categories {
  margin-bottom: 20px;
}

.post.post-detail .title-wrap .post-categories li {
  margin: 2px 5px;
}

.post.post-detail .post-categories li:first-child {
  margin-left: 0;
}

.post.post-detail .post-categories li:last-child {
  margin-right: 0;
}

/* Hero Title */
.hero-title.header-parallax .post-featured.title-wrap .post-title {
  padding-top: 0;
  padding-bottom: 8vh;
}

/* Featured image as background */
.post.post-detail .post-featured .post-title .post-meta:before {
  display: none;
}

.post.post-detail .post-featured .post-title .post-meta {
  margin-top: 20px;
  font-size: inherit;
}

.post.post-detail .post-featured .post-title .post-meta,
.post.post-detail .post-featured .post-title .post-meta a {
  padding-left: 0;
  line-height: 1;
  margin-bottom: 0;
}

/* Light Color Scheme */
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header {
  color: rgba(255, 255, 255, 0.7);
}

.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header .entry-title,
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header .post-meta,
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header .post-meta a,
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header .post-categories,
.hero-light-title .featured-gallery:not(.format-gallery):not(.format-video) .entry-header .post-categories a,
.hero-light-title .hero-title:not(.featured-gallery) .entry-title,
.hero-light-title .hero-title:not(.featured-gallery) .post-title .post-meta,
.hero-light-title .hero-title:not(.featured-gallery) .post-title .post-meta a,
.hero-light-title .hero-title:not(.featured-gallery) .post-title .post-categories,
.hero-light-title .hero-title:not(.featured-gallery) .post-title .post-categories a {
  color: #fff;
}

.hero-light-title .post-featured-gallery .slick-arrow {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.hero-light-title .post-featured-gallery .slick-arrow:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

/* Featured Gallery */
.post-featured-gallery .et-banner-title {
  padding-left: 15px;
  padding-right: 15px;
  font-size: inherit;
  font-weight: normal;
}

/* Parallax + Gallery||Video */
.header-parallax.post_format-post-format-gallery .post-featured .post-title,
.header-parallax.post_format-post-format-video .post-featured .post-title {
  animation: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.header-parallax .post-featured-section .post-title {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 0 15px;
  bottom: 0;
  text-align: initial;
  display: flex;
  flex-direction: column;
}

.post-featured.title-wrap.parallax_image {
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

/* Featured below title */
.entry-content .featured-media.alignwide {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

figure.wp-block-gallery.alignwide {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 575px) {
  .header-parallax .post-featured-section .post-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header-parallax .post-featured-section .post-title {
    justify-content: center;
  }
  .header-parallax .post-featured-section .post-title .row {
    width: 100%;
  }
  .post-featured-gallery .et-banner-title {
    font-size: inherit;
    width: auto;
    display: inline-flex;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 30px;
  }
  .post-featured-gallery .et-banner-text.v_bottom {
    padding-bottom: 5%;
  }
}
.post .article-detail {
  margin-top: 45px;
}

.post.post-detail .post-content:after {
  display: block;
  content: "";
  clear: both;
}

.hentry .post-nav-links,
.hentry .single-post-meta {
  clear: both;
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid #eee;
  margin-bottom: 0;
}

.hentry .single-post-meta {
  color: #848485;
}

.hentry .single-post-meta span {
  display: inline-block;
  padding: 0 8px;
}

.hentry .post-nav-links + .single-post-meta {
  margin-top: 0;
}

.post .author_info {
  padding: 24px 20px;
  border-top: 1px solid #eee;
  position: relative;
  text-align: center;
}

.post .author_info .avatar {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.post .author_info h5, .post .author_info .h5 {
  margin: 0;
}

.post .author_info h5 + .author_description, .post .author_info .h5 + .author_description {
  margin-top: 10px;
}

.post .author_description {
  font-size: 0.9em;
}

.post .auhor-icon {
  padding: 6px;
  margin-right: 6px;
  color: #777;
}

.page .entry-content .alignfull,
.sidebar-disabled .entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
  margin-bottom: 5rem;
  margin-top: 5rem;
}

@media (pointer: fine) {
  .page .entry-content .alignfull,
  .sidebar-disabled .entry-content .alignfull {
    margin-left: calc(-50vw + 50% + 7px);
    margin-right: calc(-50vw + 50% + 7px);
    max-width: calc(100vw - 14px);
  }
}
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
  width: calc(100% - 4rem);
}

.page .entry-content .alignfull.wp-block-columns,
.sidebar-disabled .entry-content .alignfull.wp-block-columns {
  padding: 0 26px;
}

.post-nav-links a,
.post-nav-links span {
  min-width: 2em;
  height: 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.post-page-numbers.current {
  border-bottom: 2px solid currentColor;
}

@media only screen and (min-width: 576px) {
  .page .entry-content .alignwide,
  .sidebar-disabled .entry-content .alignwide {
    margin-left: -4vw;
    max-width: calc(100% + 8vw);
    width: calc(100% + 8vw);
  }
  .post .author_description {
    font-size: 1em;
  }
  .post .author_info .avatar {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-left {
    order: -1;
  }
  .sidebar-left .sidebar-inner {
    padding-right: 30px;
  }
  .sidebar-right .sidebar-inner {
    padding-left: 30px;
  }
  .blog-style-classic .sidebar-inner {
    padding-top: 40px;
  }
}
/* Posts Navigation */
.et_post_nav {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-top: 1px solid #eee;
}

.et_post_nav .row {
  margin: 0;
}

.et_post_nav .post_nav_link {
  width: 100%;
  padding: 30px 40px;
  min-height: 140px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.et_post_nav .nav-item {
  padding: 0;
}

.et_post_nav .post_nav_link.prev {
  text-align: right;
  justify-content: flex-end;
}

.et_post_nav .col-12 .post_nav_link {
  text-align: center;
  justify-content: center;
}

/* Arrows */
.et_post_nav .post_nav_link svg {
  position: absolute;
  top: 50%;
  left: 6%;
  width: 20px;
  /*opacity: 0.2;*/
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.et_post_nav .post_nav_link.next svg {
  left: auto;
  right: 6%;
}

.et_post_nav .post_nav_link svg {
  /*opacity: 0;*/
  -moz-transform: translate3d(-10px, -50%, 0);
  -webkit-transform: translate3d(-10px, -50%, 0);
  transform: translate3d(-10px, -50%, 0);
}

.et_post_nav .post_nav_link.prev svg {
  -moz-transform: translate3d(10px, -50%, 0);
  -webkit-transform: translate3d(10px, -50%, 0);
  transform: translate3d(10px, -50%, 0);
}

.et_post_nav .post_nav_link:hover svg {
  /*opacity: 1;*/
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.et_post_nav .post_nav_link.simple .nav_post_bg {
  display: none;
}

/* Link Text */
.et_post_nav .post_nav_link .text {
  max-width: 340px;
  z-index: 3;
  /*-moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

/*.et_post_nav .post_nav_link.prev:hover .text {
		-moz-transform: translate3d(13px, 0, 0);
		-webkit-transform: translate3d(13px, 0, 0);
		transform: translate3d(13px, 0, 0);
	}
	.et_post_nav .post_nav_link.next:hover .text {
		-moz-transform: translate3d(-13px, 0, 0);
		-webkit-transform: translate3d(-13px, 0, 0);
		transform: translate3d(-13px, 0, 0);
	}*/
.et_post_nav .post_nav_link strong {
  font-weight: inherit;
  opacity: 0.4;
  color: #282828;
}

.et_post_nav .post_nav_link h3, .et_post_nav .post_nav_link .h3 {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Background images */
.et_post_nav.nav-style-image .post_nav_link {
  min-height: 280px;
  align-items: center;
}

.et_post_nav.nav-style-image .post_nav_link:after {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.et_post_nav.nav-style-image .post_nav_link:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.et_post_nav.nav-style-image .post_nav_link .nav_post_bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

.et_post_nav.nav-style-image .post_nav_link strong,
.et_post_nav.nav-style-image .post_nav_link h3,
.et_post_nav.nav-style-image .post_nav_link .h3 {
  color: #fff;
  opacity: 1;
}

.et_post_nav.nav-style-image .post_nav_link svg {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .et_post_nav .post_nav_link svg {
    display: none;
  }
  .et_post_nav .post_nav_link.prev,
  .et_post_nav .post_nav_link.next {
    text-align: center;
    padding: 15px 35px;
    min-height: 0;
    justify-content: center;
  }
  .et_post_nav.nav-style-image .post_nav_link {
    min-height: 220px;
  }
  /*.et_post_nav .post_nav_link.next:hover .text,
  .et_post_nav .post_nav_link.prev:hover .text {
  	-moz-transform: none;
  	-webkit-transform: none;
  	transform: none;
  }*/
}
@media only screen and (min-width: 768px) {
  .et_post_nav.nav-style-image .post_nav_link h3, .et_post_nav.nav-style-image .post_nav_link .h3 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-disabled .et_post_nav .post_nav_link.prev svg {
    left: 20%;
  }
  .sidebar-disabled .et_post_nav .post_nav_link.next svg {
    right: 20%;
  }
}
/* Share Buttons */
.post-share {
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid #eee;
}

.post-share .share-article {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}

.share-article li {
  display: inline-flex;
  padding: 0;
}

.share-article .share-label {
  margin-right: 0.5em;
}

/* Related Posts */
.related-posts {
  padding: 46px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.post-detail .related-posts .container {
  padding: 0;
}

.related-posts .related-title {
  margin-bottom: 46px;
  text-align: center;
}

/* Blog: Single post - Password protected */
.post-password-form > p:first-child {
  font-size: 16px;
  color: #282828;
  margin-bottom: 15px;
  margin-top: 5px;
}

.post-password-form label,
.post-password-form input {
  display: block;
}

.post-password-form label input {
  width: 100%;
  margin: 0 0 14px;
}

.post-password-form input[type=submit] {
  width: 111px;
  padding: 11px 0;
}

/* # Widgets
------------------------------------------------------- */
.widget {
  margin-bottom: 46px;
}

.widget h6, .widget .h6 {
  font-size: inherit;
  letter-spacing: 0.1em;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  display: block;
  margin-top: 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget h6 span, .widget .h6 span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: initial;
  right: 0;
  top: 50%;
  margin-top: -15px;
}

.widget h6 span:after, .widget .h6 span:after {
  content: "\e914";
  font-family: "et-icon";
  font-weight: normal;
  transform: rotate(180deg);
}

.widget h6.active span:after, .widget .active.h6 span:after {
  transform: none;
  content: "\e925";
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  display: block;
  margin: 0 0 15px;
}

.widget ul li ul {
  padding-left: 15px;
  margin-top: 5px;
}

.sidebar .widget ul:not([class]) {
  padding-left: 0;
  margin-left: 0;
}

.widget_meta ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget ul li.menu-item {
  margin-bottom: 10px;
}

.widget ul li:last-of-type {
  margin-bottom: 0;
}

.widget select,
.widget input,
.widget textarea {
  display: block;
  max-width: 100%;
}

.et_widget_latestimages .post-gallery,
.widget .wp-caption a {
  padding: 0;
}

.et_widget_latestimages .post-gallery:after,
.widget .wp-caption a:after {
  display: none;
}

.et_widget_latestimages .entry-title a:after {
  display: none;
}

/* RSS */
.widget.widget_rss ul li {
  margin-bottom: 30px;
}

/*Tag cloud*/
.widget .wp-tag-cloud li {
  list-style: none;
  display: inline-flex;
  margin-bottom: 5px;
}

.tag-cloud-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #282828;
  margin-right: 1em;
}

.tag-cloud-link .tag-link-count {
  margin-left: 7px;
}

/* WP Calendar */
#wp-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin-bottom: 0;
}

#wp-calendar thead {
  font-size: 12px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  background: transparent;
  border: 0;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  background: rgba(0, 0, 0, 0.04);
  border: 0;
  text-align: center;
  line-height: 2.5;
  padding: 0;
}

#wp-calendar tbody td a {
  display: block;
  background: #fff;
}

#wp-calendar tbody td:hover,
#wp-calendar tbody .pad,
#wp-calendar tbody #today {
  background: none;
}

#wp-calendar tfoot td {
  border: 0;
}

#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
  padding-top: 10px;
}

#wp-calendar tfoot #next {
  text-align: right;
}

#wp-calendar tfoot a {
  color: initial;
}

.wp-block-calendar a {
  text-decoration: none;
}

.site-footer.dark #wp-calendar tbody td {
  background: rgba(255, 255, 255, 0.05);
}

.widget.woocommerce {
  height: auto;
  border: 0;
}

/* RSS Widget */
.widget_rss .rss-date {
  display: block;
  margin: 5px 0;
  color: #a0a0a0;
  font-size: 0.9em;
}

.widget_rss .rssSummary {
  margin: 10px 0;
}

/* Latest Posts w/image */
.et_widget_latestimages .entry-title {
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}

/* # Pagination
------------------------------------------------------- */
.pagination, .ficha-pagination {
  padding: 5vh 0;
}

.pagination .screen-reader-text,
.ficha-pagination .screen-reader-text {
  display: none;
}

.pagination ul, .pagination .nav-links,
.ficha-pagination ul,
.ficha-pagination .nav-links {
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
}

.pagination ul li,
.pagination .nav-links li,
.ficha-pagination ul li,
.ficha-pagination .nav-links li {
  display: inline-block;
  text-align: center;
}

.pagination .page-numbers,
.ficha-pagination .page-numbers {
  display: block;
  color: #848485;
  font-weight: 400;
  padding: 0 5px;
}

.pagination .page-numbers:hover,
.ficha-pagination .page-numbers:hover {
  color: #282828;
}

.pagination .page-numbers.next,
.ficha-pagination .page-numbers.next {
  margin-left: 15px;
}

.pagination .page-numbers.prev,
.ficha-pagination .page-numbers.prev {
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  .pagination .page-numbers,
  .ficha-pagination .page-numbers {
    padding: 0 10px;
  }
  .pagination .page-numbers.next,
  .ficha-pagination .page-numbers.next {
    margin-left: 30px;
  }
  .pagination .page-numbers.prev,
  .ficha-pagination .page-numbers.prev {
    margin-right: 30px;
  }
}
.pagination .page-numbers.current,
.ficha-pagination .page-numbers.current {
  color: #282828;
  text-decoration: underline;
}

.pagination .nav-links .page-numbers,
.ficha-pagination .nav-links .page-numbers {
  display: inline-block;
}

.pagination-space {
  margin: 5vh 0;
}

/* Infinite Scrolling */
.et-pagination.et-infload,
.et-infload-controls.pagination-empty {
  display: none;
}

.et-infload-controls.scroll-mode .et-infload-btn,
.et-infload-controls.et-loader .et-infload-btn {
  display: block;
  visibility: hidden;
  text-indent: -1000em;
  overflow: hidden;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.et-infload-btn {
  min-width: 180px;
  font-weight: 400;
  text-transform: none;
}

.et-infload-to-top,
.et-infload-controls.hide-btn .et-infload-btn {
  display: none;
}

.et-infload-controls.hide-btn .et-infload-to-top {
  display: block;
  color: #aaa;
}

/* Load More button */
.et-infload-controls {
  text-align: center;
  display: block;
  line-height: 62px;
  min-height: 42px;
  width: 100%;
  margin: 30px 0 50px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .et-infload-btn {
    width: 100%;
  }
}
/* Infinite Scrolling */
.et-main-products.et-loader {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.et-main-products.et-loader:after {
  top: auto;
  bottom: 0;
}

/* # Plugins
------------------------------------------------------- */
/* ## Plugin: Revslider
------------------------------------------------------- */
.hesperiden.tparrows.tp-leftarrow:before,
.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e924";
  font-family: "et-icon";
  font-size: 20px;
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e923";
}

/* ## Plugin: Magnific Popup
------------------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
  transition: all 5s linear;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 25px;
  top: 15px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #282828;
  font-style: normal;
  font-weight: 200;
  font-size: 24px;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.mfp-close.scissors-close:before,
.mfp-close.scissors-close:after,
.et-close:before,
.et-close:after,
.remove:before,
.remove:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #282828;
  transform-origin: 50% 50%;
  opacity: 1;
  -moz-transition: -moz-transform ease 0.25s;
  -webkit-transition: -webkit-transform ease 0.25s;
  -o-transition: -o-transform ease 0.25s;
  -ms-transition: -ms-transform ease 0.25s;
  transition: transform ease 0.25s;
}

.mfp-close-outside.scissors-close:before,
.mfp-close-outside.scissors-close:after {
  background-color: #fff;
}

.et-close:before,
.remove:before,
.mfp-close.scissors-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.et-close:after,
.remove:after,
.mfp-close.scissors-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-touch .mfp-close:hover,
.no-touch .mfp-close:focus,
.touch .mfp-close {
  opacity: 1;
}

.no-touch .et-close:hover:before,
.no-touch .et-close:hover:after,
.no-touch .remove:hover:before,
.no-touch .remove:hover:after,
.no-touch .mfp-close.scissors-close:hover:before,
.no-touch .mfp-close.scissors-close:hover:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mfp-close svg {
  width: 24px;
  height: 24px;
  top: 4px;
}

button svg {
  pointer-events: none;
}

button.mfp-close {
  border: 9px solid transparent;
  border-radius: 100%;
  width: 36px;
  height: 36px;
}

button.mfp-close:hover {
  background: rgba(0, 0, 0, 0.05);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: 6px;
  top: 0;
  text-align: right;
}

.mfp-image-holder .mfp-close:before,
.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:before,
.mfp-iframe-holder .mfp-close:after {
  background-color: #fff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small, .mfp-figure .small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}
.mfp-bg {
  background: rgb(192, 192, 192);
  opacity: 0.73;
}

.mfp-close.mfp-close-outside svg {
  position: relative;
  z-index: -1;
}

/* Magnific Popup Styles */
/* Framed: gray & white margin */
.et-mfp-style-frame .mfp-container {
  background: #fff;
  padding: 0;
}

.et-mfp-style-frame .mfp-content {
  height: 100%;
  background: #f8f8f8;
}

.et-mfp-style-frame .mfp-close {
  background: #fff;
  border-color: #fff;
}

.et-mfp-style-frame .mfp-close:hover {
  background: #fff;
  border-color: #fff;
}

.et-mfp-style-frame .mfp-content > div:not(.et-login-popup-wrap) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
}

@media only screen and (min-width: 576px) {
  .et-mfp-style-frame .mfp-container {
    padding: 30px;
  }
  .et-mfp-style-frame .mfp-close {
    top: 45px;
    right: 55px;
  }
}
/* Open/close animations */
/* Overlay fade */
.et-mfp-fade-in.mfp-bg,
.et-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.28s ease-out;
  -moz-transition: opacity 0.28s ease-out;
  transition: opacity 0.28s ease-out;
}

.et-mfp-fade-in.mfp-bg.mfp-ready,
.et-mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.73;
}

.et-mfp-fade-in.mfp-bg.mfp-removing,
.et-mfp-zoom-in.mfp-bg.mfp-removing {
  opacity: 0;
}

/* Modal fade */
.et-mfp-fade-in .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.28s ease-in-out;
  -moz-transition: opacity 0.28s ease-in-out;
  -o-transition: opacity 0.28s ease-in-out;
  transition: opacity 0.28s ease-in-out;
}

.et-mfp-fade-in.mfp-ready .mfp-content {
  opacity: 1;
}

.et-mfp-fade-in.mfp-removing .mfp-content {
  opacity: 0;
}

/* Modal zoom fade */
.et-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}

.et-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.et-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* ## Plugin: Slick Carousel
------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir=rtl] .slick-slide, .rtl .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  height: auto;
  margin: 0 0 5px;
}

.slick-slide.easyzoom {
  position: relative;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slick Theme */
/* Hide items (except the first) before slider loads */
.slick > li,
.slick > div,
.slick > figure {
  display: none;
}

.slick > .slick-slide:not(:first-child) {
  display: none;
}

.slick > li:first-child,
.slick > div:first-child,
.slick > figure:first-child,
.slick.slick-initialized > li,
.slick.slick-initialized > div,
.slick.slick-initialized > figure {
  display: block;
}

.slick-slide.easyzoom {
  position: relative;
}

.slick {
  position: relative;
  overflow: hidden;
}

.slick-track {
  min-width: 100%;
}

.slick:after {
  z-index: 99;
}

.slick.slick-initialized {
  height: auto;
  max-height: 100%;
  overflow: visible;
}

.slick-initialized .slick-list,
.slick.slick-initialized .slick-list {
  opacity: 1;
}

.slick.slick-initialized:before {
  display: none;
}

.ficha-product-gallery__wrapper.slick-initialized.slick:after,
.slick.slick-initialized:after {
  display: none;
}

.slick.image-slider .slick-slide img {
  width: 100%;
}

.carousel-container {
  width: 100%;
  position: relative;
}

.carousel-container .ai-indicator {
  display: none;
}

.carousel-container.loading .ai-indicator {
  display: block;
}

.carousel-container.loading .carousel {
  opacity: 0.3;
}

.slick-slider .slick-slide > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.slick.overflow-visible .slick-list .slick-slide {
  opacity: 0.3;
  pointer-events: none;
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.slick.overflow-visible .slick-list .slick-slide.slick-active,
.slick.overflow-visible .slick-list .slick-slide.slick-current {
  opacity: 1;
  pointer-events: auto;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 500;
  top: 50%;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(255, 255, 255, 0.5);
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  left: -15px;
}

.slick-next {
  right: -15px;
}

.slick-vertical .slick-prev,
.slick-vertical .slick-next {
  left: 50%;
  margin-top: 0;
  margin-left: -10px;
}

.slick-vertical .slick-prev {
  top: -28px;
}

.slick-vertical .slick-next {
  top: auto;
  bottom: -28px;
}

.slick-slider:hover .slick-prev {
  left: 3%;
  opacity: 1;
}

.slick-slider:hover .slick-next {
  right: 3%;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .touch .slick-slider .slick-prev,
  .touch .slick-slider .slick-next {
    opacity: 1;
  }
  .slick-slider .slick-prev {
    left: 3%;
  }
  .slick-slider .slick-next {
    right: 3%;
  }
}
@media only screen and (min-width: 576px) {
  .slick-arrows-outside:hover .slick-prev {
    left: -35px;
  }
  .slick-arrows-outside:hover .slick-next {
    right: -35px;
  }
}
/* Arrows: Disabled */
.slick-slider:hover .slick-prev.slick-disabled,
.slick-slider:hover .slick-next.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

/* Arrows: Icons */
.slick-prev svg,
.slick-next svg {
  height: 24px;
  width: 24px;
}

/* Dots */
.slick .slick-dots {
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 21px 0 0;
  margin: 0 !important;
}

.slick-dots-inside .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 500;
  padding: 0 27px;
  text-align: left;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots-inside.slick-dots-centered .slick-dots {
  text-align: center;
  padding: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 6px;
}

.slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  border: 0 none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-indent: -1000em;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-backface-visibility: visible;
  transition: all 0.5s ease;
  background-color: #aaa;
}

.slick-controls-light .slick-dots li button {
  background-color: #fff;
}

.slick-controls-dark .slick-dots li button {
  background-color: #282828;
}

.slick-dots li button:hover {
  background-color: #777;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: #282828;
}

@media all and (max-width: 400px) {
  /* Dots */
  .slick-dots-inside .slick-dots {
    bottom: 22px;
  }
}
/* ## Plugin: Easy Zoom 
------------------------------------------------------- */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.modal-enabled .easyzoom.is-ready img {
  cursor: pointer;
}

.easyzoom-notice {
  font-size: 0;
}

.easyzoom-flyout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #eee;
  pointer-events: none;
}

.easyzoom-flyout img {
  width: 1200px;
  max-width: 1200px;
}

.zoom-enabled .slick-slide,
.zoom-enabled .ficha-product-gallery__image {
  position: relative;
}

/* # Comments
------------------------------------------------------- */
/* WC Reviews */
.product-details-accordion #reviews {
  margin: 50px 0;
}

.product-details-accordion .ficha-Reviews-title {
  display: inline-flex;
  position: relative;
  margin-bottom: 40px;
}

#reviews .reviews-inner {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 30px;
}

#reviews .ficha-noreviews {
  text-align: center;
}

#reviews .commentlist li .comment-text .meta {
  margin: 0 0 15px;
  padding-right: 110px;
}

#reviews .commentlist li .comment-text .meta strong {
  display: block;
  color: #282828;
  font-weight: normal;
}

#reviews .commentlist li .comment-text .description p:last-child {
  margin-bottom: 0;
}

#reviews .commentlist li .comment-text .ficha-review__dash {
  display: none;
}

#reviews .commentlist li .comment-text .ficha-review__verified,
#reviews .commentlist li .comment-text .ficha-review__published-date {
  color: #999;
}

/* Reviews: Pagination */
#reviews .page-numbers li a,
#reviews .page-numbers li span {
  font-size: 14px;
  padding: 0 10px;
}

#reviews .page-numbers li:first-child a,
#reviews .page-numbers li:first-child span {
  padding-left: 0;
}

/* Reviews: Form */
#review_form_wrapper,
.ficha-verification-required {
  padding-top: 32px;
}

.no-reviews #review_form_wrapper,
.no-reviews .ficha-verification-required {
  padding-top: 0;
}

.ficha-verification-required {
  text-align: center;
}

.comments-container {
  padding: 8vh 0;
  background: #f6f6f6;
}

.article-body .comments-container .col-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.comments-container .comments-title {
  display: block;
  margin-bottom: 46px;
}

.respond-container {
  border-top: 1px solid #ddd;
}

.comments-container + .respond-container {
  border: 0;
}

.respond-container #respond {
  padding: 8vh 0;
}

.comment-respond input[type=text],
.comment-respond input[type=email] .comment-respond textarea {
  width: 100%;
}

.comment-reply-title {
  text-align: center;
}

.comment-reply-title small, .comment-reply-title .small {
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

.comment-reply-button {
  display: block;
  line-height: 1;
  font-size: 24px;
  color: #282828;
}

.comment-reply-button small, .comment-reply-button .small {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 10px;
  font-size: 11px;
}

.must-log-in {
  margin-top: 20px;
}

/* Comments List */
.commentlist {
  list-style: none;
  margin: 0;
  display: block;
  padding: 0;
}

.commentlist > .comment:last-child .comment-body,
.commentlist > .comment:last-child .comment-text {
  margin-bottom: 0;
  border-bottom: 0;
}

.commentlist #respond {
  padding: 5vh 0;
  animation: 0.65s et-fadeInUp;
}

.commentlist .comment_container,
.commentlist .comment {
  position: relative;
}

.commentlist .comment-body,
.commentlist .comment-text {
  margin: 0 0 28px 62px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e2e2e2;
}

.commentlist .pingback .comment-body,
.commentlist .trackback .comment-body {
  margin: 0 0 14px 0;
  padding-bottom: 14px;
}

.commentlist .comment-body .star-rating,
.commentlist .comment-body .comment-form-rating .stars,
.comment-form-rating .commentlist .comment-body .stars,
.commentlist .comment-text .star-rating,
.commentlist .comment-text .comment-form-rating .stars,
.comment-form-rating .commentlist .comment-text .stars {
  float: right;
}

.commentlist .comment-body p.meta,
.commentlist .comment-text p.meta {
  margin-bottom: 10px;
}

.commentlist > li {
  margin: 0;
  position: relative;
}

.commentlist > li .comment-meta {
  display: block;
  color: #848484;
  margin-bottom: 15px;
}

.commentlist > li .comment-meta a {
  color: #848484;
}

.commentlist > li .vcard {
  display: inline-block;
  border: 0;
  padding: 0;
}

.commentlist > li .vcard .fn {
  font-style: normal;
  font-weight: normal;
  color: #282828;
  text-transform: capitalize;
  font-size: initial;
}

.commentlist > li .vcard .fn .url {
  color: #282828;
}

.commentlist > li .vcard .fn:before,
.commentlist > li .vcard .says {
  display: none;
}

.commentlist .bypostauthor > .comment-body .fn:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  padding: 1px 6px;
  border-radius: 3px;
  margin-left: 6px;
  color: #fff;
  font-size: 12px;
}

.commentlist > li .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.commentlist > li .comment-awaiting-moderation {
  font-size: 10px;
}

.commentlist > li p {
  line-height: 1.6;
  word-break: break-word;
}

.commentlist > li .reply {
  margin-top: 10px;
}

.commentlist > li .reply a {
  display: inline-flex;
  align-items: center;
  color: #282828;
}

.commentlist > li .reply a svg {
  margin-right: 4px;
}

.commentlist > li .children {
  list-style: none;
  margin-left: 62px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

@media all and (max-width: 767px) {
  .commentlist > li img {
    display: none;
  }
  .commentlist .comment-body,
  .commentlist .comment-text {
    margin-left: 0;
  }
  .commentlist > li .children {
    margin-left: 5px;
  }
}
/* < 400px */
@media all and (max-width: 400px) {
  .commentlist > li .children {
    margin-left: 28px;
  }
}
/* Comments Form */
.comment-respond {
  max-width: 640px;
  margin: 0 auto;
}

.ficha-Reviews .comment-reply-button {
  display: inline-block;
  line-height: inherit;
  min-width: 240px;
  cursor: pointer;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
}

.ficha-Reviews .comment-reply-button small, .ficha-Reviews .comment-reply-button .small,
.ficha-Reviews .comment-form {
  display: none;
}

.ficha-Reviews .comment-form {
  animation: 0.8s et-fadeInUp;
  margin-top: 40px;
}

.ficha-Reviews .comment-reply-button:hover {
  color: #282828;
  border-color: currentColor;
}

.comment-form > p {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  clear: both;
}

p.comment-notes {
  margin-bottom: 30px;
}

.comment-form > .form-row {
  line-height: 1;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .form-row-first,
.comment-form .form-row-last {
  width: 48%;
  display: block;
  float: left;
  margin: 0 0 16px;
  padding: 0;
}

.floating-labels .comment-form > .form-row {
  margin-top: 0;
}

.comment-form .comment-form-email,
.comment-form .form-row-last {
  float: right;
  clear: none;
}

.comment-form p input,
.comment-form p textarea {
  width: 100%;
  margin-bottom: 0;
}

.comment-form textarea {
  width: 100%;
  min-height: 130px;
}

.comment-form p label,
.comment-form div label {
  color: #282828;
  display: inline;
}

#wp-comment-cookies-consent {
  width: auto;
  margin-right: 10px;
}

.comment-form .form-submit {
  clear: both;
  margin-top: 15px;
  text-align: center;
}

.comment-form p input#submit {
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-top: 9px;
}

/* Star rating */
.star-rating,
.comment-form-rating .stars {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-family: "et-icon";
  color: #ccc;
  line-height: 1;
  font-size: 16px;
}

.star-rating:before,
.comment-form-rating .stars:before {
  font-family: "et-icon";
  content: "\e92e\e92e\e92e\e92e\e92e";
}

.star-rating > span {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
}

.star-rating > span:before,
.comment-form-rating .stars > span:before {
  color: #282828;
  font-family: "et-icon";
  content: "\e92e\e92e\e92e\e92e\e92e";
}

.star-rating > span strong,
.comment-form-rating .stars > span strong {
  display: none;
}

.star-rating + .write_first,
.comment-form-rating .stars + .write_first {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #282828;
  margin-left: 20px;
  line-height: 18px;
  vertical-align: text-top;
}

.comment-form-rating {
  text-align: center;
  background: #f8f8f8;
  padding: 10px;
  margin-bottom: 24px;
  border-radius: 3px;
}

.comment-form-rating .stars {
  margin: 0 15px;
}

.comment-form-rating .stars:before {
  content: none;
}

.comment-form-rating .stars > span:before {
  content: none;
}

.comment-form-rating .stars a {
  position: relative;
  color: #ccc;
  display: inline-block;
  text-indent: -999em;
  width: 24px;
  font-size: 18px;
  font-family: "et-icon";
}

.comment-form-rating .stars a:before {
  position: absolute;
  display: block;
  width: 24px;
  text-indent: 0;
  content: "\e92e";
}

.comment-form-rating .stars a:hover ~ a,
.comment-form-rating .stars a.active ~ a {
  color: #dcdcdc;
}

.comment-form-rating .stars:hover a,
.comment-form-rating .stars.selected a,
.comment-form-rating .stars a:hover {
  color: #000;
}

@media (max-width: 767px) {
  .comment-form p.comment-form-author,
  .comment-form p.comment-form-email,
  .comment-form p.form-row-first,
  .comment-form p.form-row-last {
    width: 100%;
    float: none;
  }
}
/* # Page not found
------------------------------------------------------- */
/* No results found */
.results-not-found {
  text-align: center;
  padding: 5vh 0 10vh;
  justify-content: center;
}

.alert-error {
  color: #f27362;
  display: block;
  line-height: 1.5em;
  position: relative;
}

.results-not-found .search-button-group {
  max-width: 400px;
  margin: 0 auto;
  border-bottom: 2px solid currentColor;
  animation: 0.7s et-fadeInUp;
}

.results-not-found .search-field {
  border: 0;
}

.results-not-found .search-button-group button {
  border: 0;
  background: transparent;
}

/* error 404 */
.error404 #wrapper [role=main] {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  flex-wrap: wrap;
}

.error404 #wrapper [role=main] .header-spacer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  clear: both;
  margin-bottom: auto;
}

.error404 #wrapper [role=main] > div.type-page {
  width: 100%;
  margin-bottom: auto;
  padding: 12vh 0;
}

.content404 svg {
  height: 30px;
  width: 30px;
}

.content404 h4, .content404 .h4 {
  margin-top: 14px;
}

.content404 p {
  color: #888;
  max-width: 300px;
  margin: 18px auto 20px;
}

.error404 .footer-widgets {
  display: none;
}

/* # VC: et_portfolio
------------------------------------------------------- */
/* Portfolio Navigation */
.et-portfolio-filter {
  margin-bottom: 30px;
}

.et-portfolio-filter ul:not([class]) {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1em;
}

.et-portfolio-filter ul li {
  display: inline-flex;
}

.et-portfolio-filter ul li a {
  font-size: 1.1em;
  color: #777;
  margin-right: 19px;
  cursor: pointer;
  position: relative;
}

.et-portfolio-filter ul li.active a {
  color: #282828;
}

.et-portfolio-filter ul li a:after {
  content: "";
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 0;
}

.et-portfolio-filter ul li.active a:after {
  width: 100%;
  left: 0;
}

.et-portfolio .type-portfolio {
  display: block;
  width: 100%;
}

.et-portfolio.regular-padding .type-portfolio {
  margin-bottom: 30px;
}

.et-portfolio .type-portfolio .portfolio-holder,
.et-portfolio .type-portfolio .et-portfolio-image {
  position: relative;
  overflow: hidden;
}

.et-portfolio .type-portfolio .et-portfolio-link,
.et-portfolio .type-portfolio .et-portfolio-hover,
.et-portfolio .type-portfolio .et-portfolio-content.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.et-portfolio .type-portfolio .portfolio-holder .et-portfolio-link {
  z-index: 50;
}

.et-portfolio .type-portfolio .portfolio-holder .et-portfolio-hover {
  z-index: 30;
}

.et-portfolio .type-portfolio .portfolio-holder .et-portfolio-content {
  z-index: 40;
}

.et-portfolio .type-portfolio .content-overlay .et-portfolio-categories,
.et-portfolio .type-portfolio .content-overlay h3,
.et-portfolio .type-portfolio .content-overlay .h3,
.et-portfolio .type-portfolio .content-overlay .et-portfolio-excerpt {
  color: #fff;
}

.et-portfolio .type-portfolio .et-portfolio-image img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  backface-visibility: hidden;
  transform-origin: center center;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.et-portfolio .type-portfolio:hover .et-portfolio-image img {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.et-portfolio .type-portfolio h3, .et-portfolio .type-portfolio .h3 {
  margin: 0;
}

/* Portfolio - Regular */
.et-portfolio.et-portfolio-style-regular .et-portfolio-content {
  margin-top: 15px;
}

.et-portfolio.et-portfolio-style-regular .et-portfolio-categories {
  margin-bottom: 10px;
}

.et-portfolio.et-portfolio-style-regular .type-portfolio h3, .et-portfolio.et-portfolio-style-regular .type-portfolio .h3 {
  font-size: 1.15em;
}

.et-portfolio.et-portfolio-style-regular .type-portfolio .et-portfolio-hover {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.et-portfolio.et-portfolio-style-regular .type-portfolio:hover .et-portfolio-hover {
  opacity: 1;
}

/* Portfolio - Overlay */
.et-portfolio.et-portfolio-style-overlay .type-portfolio .portfolio-holder {
  overflow: hidden;
}

.et-portfolio.et-portfolio-style-overlay .type-portfolio .et-portfolio-hover {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.et-portfolio.et-portfolio-style-overlay .type-portfolio:hover .et-portfolio-hover {
  opacity: 1;
}

.et-portfolio.et-portfolio-style-overlay .type-portfolio .et-portfolio-content {
  left: 0;
  top: auto;
  bottom: 0;
  padding: 10%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.et-portfolio.et-portfolio-style-overlay .type-portfolio:hover .et-portfolio-content {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/* Portfolio - Hover Card */
.et-portfolio.et-portfolio-style-hover-card .type-portfolio .portfolio-holder {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.et-portfolio.et-portfolio-style-hover-card .type-portfolio .et-portfolio-hover {
  background: #000;
  opacity: 0.2;
}

.et-portfolio.et-portfolio-style-hover-card .type-portfolio:hover .et-portfolio-hover {
  opacity: 0.4;
}

.et-portfolio.et-portfolio-style-hover-card .type-portfolio .et-portfolio-content {
  padding: 7% 10%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  top: auto;
  bottom: 0;
}

.et-portfolio.et-portfolio-style-hover-card .type-portfolio .et-portfolio-content:before {
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
  opacity: 1;
}

.et-portfolio.et-portfolio-style-hover-card .type-portfolio .et-portfolio-excerpt {
  opacity: 0;
  line-height: 1.6;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.et-portfolio.et-portfolio-style-hover-card .type-portfolio:hover .et-portfolio-excerpt {
  opacity: 1;
}

/* Portfolio list */
.et-portfolio.et-portfolio-style-list .type-portfolio {
  margin-bottom: 40px;
}

.et-portfolio-style-list .post-gallery img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  backface-visibility: hidden;
  transform-origin: center center;
  object-fit: cover;
  object-position: center;
}

.et-portfolio-style-list .post-list-excerpt .inner {
  padding: 10px 0;
}

.et-portfolio.et-portfolio-style-list .portfolio-holder {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .et-portfolio.et-portfolio-style-list .type-portfolio .post-gallery img {
    max-height: 80vh;
  }
  .et-portfolio-style-list .post-list-excerpt .inner {
    padding: 5% 0 10% 10%;
  }
  .et-portfolio.et-portfolio-style-list.alternate-cols-true .item:nth-child(even) .row {
    flex-direction: row-reverse;
  }
  .et-portfolio.et-portfolio-style-list.alternate-cols-true .item:nth-child(even) .right-to-left {
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .et-portfolio.et-portfolio-style-list.alternate-cols-true .item:nth-child(even) .post-list-excerpt .inner {
    padding: 5% 10% 10% 0;
  }
}
/* No padding */
.et-portfolio.no-padding,
.row .et-portfolio.row.no-padding {
  margin: 0;
}

.et-portfolio.no-padding .type-portfolio {
  padding: 0;
}

.et-portfolio.no-padding + .et-portfolio-infload-controls {
  margin-top: 50px;
}

/* Related Portfolio */
aside.related-posts.et-portfolio {
  border-top: 1px solid #ddd;
  padding: 6vh 0 3vh;
}

.related-posts.et-portfolio .type-portfolio h3, .related-posts.et-portfolio .type-portfolio .h3 {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .et-portfolio .type-portfolio .et-portfolio-image img {
    height: auto !important; /* override inline style */
  }
}
/* Portfolio Single */
.single-portfolio .post-detail .post-title .row {
  justify-content: center;
}

.single-portfolio .post-detail.hero-title.featured-gallery.single-image .post-title .row {
  justify-content: flex-start;
  text-align: inherit;
}

.single-portfolio .post-detail .et-portfolio-excerpt {
  display: none;
}

.single-portfolio .post-detail .entry-title {
  margin: 0;
}

.single-portfolio .post-detail.hero-title.featured-gallery.single-image .et-portfolio-excerpt {
  display: block;
  margin-top: 20px;
}

.single-portfolio .post-meta {
  list-style: none;
  display: block;
  margin-bottom: 0;
}

.single-portfolio .post-content .post-meta {
  margin: 1em 0 3em;
}

.single-portfolio .post-content .post-meta:after {
  display: block;
  content: " ";
  height: 2px;
  width: 50px;
  margin-top: 1em;
  background: #ddd;
  clear: both;
}

.single-portfolio .post-meta li {
  padding-right: 2em;
  display: inline-flex;
  flex-direction: column;
}

.single-portfolio .post-meta span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 0.9em;
  color: initial;
}

.single-portfolio .post-share {
  border-top: 1px solid #eee;
}

/* # Mailchimp form
------------------------------------------------------- */
.mc4wp-form-fields {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  color: initial;
  width: 100%;
}

.mc4wp-form-fields input:not([type=submit]) {
  background: #fff;
  color: inherit !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 2px solid currentColor !important;
}

.mc4wp-form-fields input[type=text],
.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=submit] {
  margin-bottom: 10px;
}

.mc4wp-form-fields input + input {
  margin-left: 10px;
}

.el-style-border-width-1 .mc4wp-form-fields input {
  border-width: 1px !important;
}

.mc4wp-form-fields p {
  clear: both;
  width: 100%;
}

.mc4wp-alert {
  display: inline-block;
  margin-top: 20px;
  line-height: 1.4;
  padding: 5px 12px;
  color: #15a93b;
}

.mc4wp-alert a {
  color: #15a93b;
  font-weight: bold;
}

.mc4wp-alert p {
  margin: 0;
}

.mc4wp-alert.mc4wp-error {
  color: #e43737;
}

.mc4wp-alert.mc4wp-error a {
  color: #e43737;
  font-weight: bold;
}

/* Newsletter Checkout */
.mc4wp-checkbox.mc4wp-checkbox-woocommerce {
  margin-bottom: 20px;
}

.mc4wp-checkbox.mc4wp-checkbox-woocommerce label {
  cursor: pointer;
  display: block;
}

.mc4wp-checkbox.mc4wp-checkbox-woocommerce span {
  margin-left: 4px;
}

.mc4wp-checkbox.mc4wp-checkbox-woocommerce span:after {
  content: "\e913";
  font-family: "et-icon";
  margin-left: 10px;
}

/* # Popup
------------------------------------------------------- */
#goya-popup {
  position: relative;
  display: none;
  max-width: 760px;
  max-height: 100%;
  margin: 0 auto;
  background: #fff;
}

.mfp-wrap.goya-popup,
.mfp-bg.goya-popup {
  top: 0 !important;
  position: fixed !important;
}

.mfp-wrap #goya-popup {
  display: block;
}

#goya-popup .popup-wrapper {
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
}

#goya-popup .popup-image {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

#goya-popup .popup-image .image-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}

#goya-popup .popup-content {
  font-size: 1rem;
  -webkit-box-flex: 1;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1;
  flex: 1 1 0%;
}

#goya-popup .popup-content .content-wrapper {
  width: 66.6667%;
  margin: 0px auto;
  padding: 50px 0px;
}

#goya-popup .popup-content h2, #goya-popup .popup-content .h2 {
  margin-bottom: 10px;
}

/* 1-col */
#goya-popup.popup-layout-1-col .popup-image,
#goya-popup.popup-layout-1-col .popup-image .image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#goya-popup.popup-layout-1-col .popup-image .image-wrapper img {
  display: none;
}

#goya-popup.popup-layout-1-col .popup-content {
  text-align: center;
}

#goya-popup .mc4wp-form-fields {
  margin-top: 30px;
}

/* 2-col */
#goya-popup.popup-layout-2-col {
  max-width: 860px;
}

#goya-popup.popup-layout-2-col .popup-image .image-wrapper {
  background-image: none !important; /* image background was added inline */
}

#goya-popup.popup-layout-2-col .mc4wp-form-fields {
  display: flex;
  flex-direction: column;
}

#goya-popup.popup-layout-2-col .mc4wp-form-fields input {
  width: 100%;
  margin: 10px 0 0;
}

@media only screen and (max-width: 575px) {
  .mc4wp-form-fields {
    flex-direction: column;
  }
  .mc4wp-form-fields input[type=text],
  .mc4wp-form-fields input[type=email],
  .mc4wp-form-fields input[type=submit] {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #goya-popup.popup-layout-2-col .popup-image {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #goya-popup.popup-layout-1-col .popup-wrapper {
    min-height: 420px;
  }
  #goya-popup.popup-layout-1-col .popup-content .content-wrapper {
    padding: 20px 0 0;
  }
}
/* Popup Dark */
#goya-popup.dark {
  background-color: #282828;
}

#goya-popup.dark .popup-content {
  color: rgba(255, 255, 255, 0.7);
}

#goya-popup.dark .popup-content h1, #goya-popup.dark .popup-content .h1,
#goya-popup.dark .popup-content h2,
#goya-popup.dark .popup-content .h2,
#goya-popup.dark .popup-content h3,
#goya-popup.dark .popup-content .h3,
#goya-popup.dark .popup-content a {
  color: #fff;
}

#goya-popup.dark .mfp-close.scissors-close:before,
#goya-popup.dark .mfp-close.scissors-close:after {
  background: #fff;
}

#goya-popup.dark .popup-image .image-wrapper {
  opacity: 0.7;
}

#goya-popup.dark.popup-layout-2-col .mc4wp-form-fields input[type=email],
#goya-popup.dark.popup-layout-2-col .mc4wp-form-fields input[type=submit] {
  border-color: #fff !important;
}

/* Footer Middle */
.footer-middle {
  padding: 50px 0;
  border: 0;
}

.footer-widgets + .footer-middle {
  padding-top: 25px;
}

.footer-middle .mc4wp-form-fields {
  margin: 20px 0;
}

/* # Default Fonts
------------------------------------------------------- */
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2,
.wp-block-cover-image .h2,
.page-title,
.page-header .page-title,
.entry-header .entry-title,
.et-shop-title,
.product-showcase.product-title-top .product_title,
.et-product-detail .summary h1.product_title,
.et-product-detail .summary .product_title.h1,
.ficha-products-header h1,
.ficha-products-header .h1,
.entry-title.blog-title,
.entry-header .entry-title,
.post-featured .entry-header .entry-title {
  font-size: 2.2rem;
}

.ficha-checkout h3, .ficha-checkout .h3,
.order_review_heading,
.ficha-Address-title h3,
.ficha-Address-title .h3,
.ficha-MyAccount-content h3,
.ficha-MyAccount-content .h3,
.ficha-MyAccount-content legend,
.et-portfolio .type-portfolio h3,
.et-portfolio .type-portfolio .h3,
.related h2,
.related .h2,
.up-sells h2,
.up-sells .h2,
.cross-sells h2,
.cross-sells .h2,
.full_description .wc-description-title,
.product-details-vertical.ficha-tabs .wc-tab > .container > .row > div > h2,
.product-details-vertical.ficha-tabs .wc-tab > .container > .row > div > .h2,
.product-details-vertical.ficha-tabs .wc-tab .ficha-Reviews-title,
.product-details-accordion .ficha-Reviews-title,
.comment-reply-title:not(.product-review) {
  font-size: 1.5rem;
}

.post .post-title h3, .post .post-title .h3 {
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image h2,
  .wp-block-cover-image .h2,
  .page-title,
  .page-header .page-title,
  .entry-header .entry-title,
  .et-shop-title,
  .product-showcase.product-title-top .product_title,
  .et-product-detail .showcase-active .summary h1.product_title,
  .et-product-detail .showcase-active .summary .product_title.h1,
  .ficha-products-header h1,
  .ficha-products-header .h1,
  .entry-title.blog-title,
  .entry-header .entry-title,
  .post-featured .entry-header .entry-title {
    font-size: 2.3rem;
  }
  .post.post-classic .post-title h3, .post.post-classic .post-title .h3,
  .post.post-list.sticky .post-title h3,
  .post.post-list.sticky .post-title .h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-title,
  .product-showcase.product-title-top .product_title,
  .et-product-detail .showcase-active .summary h1.product_title,
  .et-product-detail .showcase-active .summary .product_title.h1,
  .ficha-products-header h1,
  .ficha-products-header .h1,
  .page-header h1.page-title,
  .entry-header h1.entry-title,
  .entry-header .entry-title,
  .post-featured .entry-header .entry-title {
    font-size: 2.6rem;
  }
  .post.post-cards.sticky .post-title h3, .post.post-cards.sticky .post-title .h3 {
    font-size: 2rem;
  }
  .related h2, .related .h2,
  .up-sells h2,
  .up-sells .h2,
  .cross-sells h2,
  .cross-sells .h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1490px) {
  .page-title,
  .ficha-products-header h1,
  .ficha-products-header .h1,
  .page-header h1.page-title,
  .entry-header h1.entry-title,
  .entry-header .entry-title,
  .post-featured .entry-header .entry-title {
    font-size: 3rem;
  }
  .post.post-cards.sticky .post-title h3, .post.post-cards.sticky .post-title .h3 {
    font-size: 2.4rem;
  }
  .et-product-detail .showcase-active .summary h1.product_title, .et-product-detail .showcase-active .summary .product_title.h1 {
    font-size: 3.5rem;
  }
}
/* # Design Elements
------------------------------------------------------- */
/* Titles */
.fancy-title,
.wpb_text_column .fancy-title:last-child {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.fancy-title,
.fancy-title .wpb_wrapper > h1,
.fancy-title .wpb_wrapper > .h1,
.fancy-title .wpb_wrapper > h2,
.fancy-title .wpb_wrapper > .h2,
.fancy-title .wpb_wrapper > h3,
.fancy-title .wpb_wrapper > .h3,
.fancy-title .wpb_wrapper > h4,
.fancy-title .wpb_wrapper > .h4,
.fancy-title .wpb_wrapper > h5,
.fancy-title .wpb_wrapper > .h5,
.fancy-title .wpb_wrapper > h6,
.fancy-title .wpb_wrapper > .h6,
.fancy-title .wpb_wrapper > p {
  font-weight: 500;
}

/* Tags */
.fancy-tag,
.wpb_text_column .fancy-tag:last-child,
.wpb_content_element.fancy-tag {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  border-radius: 3px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
}

.fancy-tag {
  background: #aaa;
}

.fancy-tag,
.fancy-tag .wpb_wrapper > h1,
.fancy-tag .wpb_wrapper > .h1,
.fancy-tag .wpb_wrapper > h2,
.fancy-tag .wpb_wrapper > .h2,
.fancy-tag .wpb_wrapper > h3,
.fancy-tag .wpb_wrapper > .h3,
.fancy-tag .wpb_wrapper > h4,
.fancy-tag .wpb_wrapper > .h4,
.fancy-tag .wpb_wrapper > h5,
.fancy-tag .wpb_wrapper > .h5,
.fancy-tag .wpb_wrapper > h6,
.fancy-tag .wpb_wrapper > .h6,
.fancy-tag .wpb_wrapper > p {
  color: #fff;
  font-size: 11.4px;
  font-weight: 600;
}

.fancy-tag.dark-color {
  background: #282828;
}

.fancy-tag.light-color {
  background-color: #fff;
  color: #282828 !important;
}

/* Line: preline */
.preline,
.et-product-detail .summary .sizing_guide,
#payment .payment_methods li a.about_paypal,
.et-testimonial-author cite,
blockquote cite,
.widget_rss cite,
#wp-calendar caption {
  padding-left: 32px;
  position: relative;
}

.preline-medium,
.preline-large {
  padding-left: 51px;
  position: relative;
}

.preline:before,
.preline-medium:before,
.preline-large:before,
.et-product-detail .summary .sizing_guide:before,
#payment .payment_methods li a.about_paypal:before,
.et-testimonial-author cite:before,
blockquote cite:before,
.widget_rss cite:before,
#wp-calendar caption:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: " ";
  width: 25px;
  height: 1px;
  background: currentColor;
  background: rgba(0, 0, 0, 0.2);
}

.preline-medium:before,
.preline-large:before {
  width: 37px;
}

@media only screen and (max-width: 575px) {
  .post .post-meta {
    padding-left: 0;
  }
  .post .post-meta:before {
    display: none;
  }
}
/* Line: postline */
.postline,
.postline-medium,
.postline-large,
.related h2,
.related .h2,
.up-sells h2,
.up-sells .h2,
.cross-sells h2,
.cross-sells .h2,
.full_description .wc-description-title,
.product-details-vertical.ficha-tabs .wc-tab > .container > .row > div > h2,
.product-details-vertical.ficha-tabs .wc-tab > .container > .row > div > .h2,
.product-details-vertical.ficha-tabs .wc-tab .ficha-Reviews-title,
.product-details-accordion .ficha-Reviews-title,
.ficha-billing-fields h3,
.ficha-billing-fields .h3,
.ficha-checkout-review-order h3,
.ficha-checkout-review-order .h3,
.side-menu .widget h6,
.side-menu .widget .h6 {
  position: relative;
  display: inline-block;
}

.postline:before,
.postline-medium:before,
.postline-large:before,
.related h2:before,
.related .h2:before,
.up-sells h2:before,
.up-sells .h2:before,
.cross-sells h2:before,
.cross-sells .h2:before,
.full_description .wc-description-title:before,
.product-details-vertical.ficha-tabs .wc-tab > .container > .row > div > h2:before,
.product-details-vertical.ficha-tabs .wc-tab > .container > .row > div > .h2:before,
.product-details-vertical.ficha-tabs .wc-tab .ficha-Reviews-title:before,
.product-details-accordion .ficha-Reviews-title:before,
.ficha-billing-fields h3:before,
.ficha-billing-fields .h3:before,
.ficha-checkout-review-order h3:before,
.ficha-checkout-review-order .h3:before,
.side-menu .widget h6:before,
.side-menu .widget .h6:before {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 20px;
  display: block;
  content: " ";
  width: 25px;
  height: 1px;
  background: currentColor;
  background: rgba(0, 0, 0, 0.2);
}

.postline-medium:before,
.postline-large:before,
.related h2:before,
.related .h2:before,
.up-sells h2:before,
.up-sells .h2:before,
.cross-sells h2:before,
.cross-sells .h2:before,
.full_description .wc-description-title:before,
.product-details-vertical.ficha-tabs .wc-tab > .container > .row > div > h2:before,
.product-details-vertical.ficha-tabs .wc-tab > .container > .row > div > .h2:before,
.product-details-vertical.ficha-tabs .wc-tab .ficha-Reviews-title:before,
.product-details-accordion .ficha-Reviews-title:before,
.ficha-billing-fields h3:before,
.ficha-billing-fields .h3:before,
.ficha-checkout-review-order h3:before,
.ficha-checkout-review-order .h3:before,
.side-menu .widget h6:before,
.side-menu .widget .h6:before {
  width: 37px;
}

@media only screen and (min-width: 576px) {
  .preline-large {
    padding-left: 94px;
    position: relative;
  }
  .preline-large:before {
    width: 74px;
  }
  .postline-large:before {
    width: 74px;
  }
}
/* Links: Hover line */
.entry-content p a:not([class]),
.entry-content li a:not([class]),
.wpb_text_column a:not([class]),
.wp-block-latest-comments__comment-link,
.et-header-menu > li > a,
.big-menu .sub-menu li a,
.et-header-menu .sub-menu li a,
.footer-bar .menu li a,
.widget .menu-item a,
.et-blog-categories-list li a,
.et-product-detail .product_meta > span a,
.post.post-detail .single-post-meta a,
.post-featured .post-title .post-meta a,
.et-banner-text .et-banner-link.link,
.commentlist > li .reply a,
#cancel-comment-reply-link,
.et-login-wrapper a,
.et-checkout-login-title a,
.et-checkout-coupon-title a,
.checkout .back-to-cart a,
.ficha-cart .back-to-shop a,
#order_review .terms a,
.ficha-terms-and-conditions-wrapper a,
.tag-cloud-link,
.widget:not(.widget_shopping_cart):not(.woocommerce):not(.wcapf-ajax-term-filter):not(.et_widget_social_media) a,
.post-nav-links a,
.post-nav-links .current,
.post-categories li a,
.entry-content .wp-block-archives a:not([class]),
.et-global-campaign a,
.button-underline {
  position: relative;
  display: inline-block;
  padding: 0.3em 0;
  -webkit-backface-visibility: hidden;
}

.big-menu .sub-menu li a,
.et-header-menu .sub-menu li a {
  padding: 0.4em 0;
}

.entry-content p a:not([class]),
.entry-content li a:not([class]),
.wpb_text_column a:not([class]),
.wp-block-latest-comments__comment-link,
.et-blog-categories-list li a,
.et-product-detail .product_meta > span a,
.post-featured .post-title .post-meta a,
.et-banner-text .et-banner-link.link,
.commentlist > li .reply a,
#cancel-comment-reply-link,
.et-checkout-login-title a,
.et-checkout-coupon-title a,
#order_review .terms a,
.ficha-terms-and-conditions-wrapper a,
.tag-cloud-link,
.widget:not(.widget_shopping_cart):not(.woocommerce):not(.wcapf-ajax-term-filter):not(.et_widget_social_media) a,
.post-categories li a,
.et-global-campaign a {
  padding: 0.1em 0;
}

.entry-content p a:not([class]):after,
.entry-content li a:not([class]):after,
.wpb_text_column a:not([class]):after,
.wp-block-latest-comments__comment-link:after,
.et-header-menu > li > a:after,
.big-menu > li > a:after,
.big-menu .sub-menu > li > a:after,
.et-header-menu .sub-menu > li > a:after,
.footer-bar .menu li a:after,
.widget .menu-item > a:after,
.et-blog-categories-list li a:after,
.et-product-detail .product_meta > span a:after,
.post.post-detail .single-post-meta a:after,
.post-featured .post-title .post-meta a:after,
.et-banner-text .et-banner-link.link:after,
.commentlist > li .reply a:after,
#cancel-comment-reply-link:after,
.et-login-wrapper a:after,
.et-checkout-login-title a:after,
.et-checkout-coupon-title a:after,
.checkout .back-to-cart a:after,
.ficha-cart .back-to-shop a:after,
#order_review .terms a:after,
.ficha-terms-and-conditions-wrapper a:after,
.tag-cloud-link:after,
.post-nav-links a:after,
.post-categories li a:after,
.shop_categories_list li a:after,
.ficha-MyAccount-navigation ul li a:after,
.et-global-campaign a:after,
.button-underline:after {
  content: "";
  height: 2px;
  width: 0;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}

.et-header-menu > li > a.account-icon:after,
.widget.widget_shopping_cart a:not(.remove):after,
.widget.widget_products a:after,
.widget.et_widget_social_media a:after,
.et-image-inner a:after {
  display: none;
}

.entry-content a:not([class]):hover:after,
.entry-content li a:not([class]):hover:after,
.wpb_text_column a:not([class]):hover:after,
.wp-block-latest-comments__comment-link:hover:after,
.et-header-menu > li:hover > a:after,
.big-menu > li:hover > a:after,
.big-menu > li.active-big > a:after,
.big-menu .sub-menu > li > a:hover:after,
.et-header-menu .sub-menu > li > a:hover:after,
.et-header-menu .sub-menu > li.current-menu-item > a:after,
.et-header-menu > li.current-menu-item > a:after,
.et-header-menu > li.current-menu-ancestor > a:after,
.big-menu .sub-menu > li.current-menu-item > a:after,
.footer-bar .menu li a:hover:after,
.widget .menu-item > a:hover:after,
.et-blog-categories-list li a:hover:after,
.et-product-detail .product_meta > span a:hover:after,
.post.post-detail .single-post-meta a:hover:after,
.post-featured .post-title .post-meta a:hover:after,
.et-banner-text .et-banner-link.link:hover:after,
.commentlist > li .reply a:hover:after,
#cancel-comment-reply-link:hover:after,
.et-login-wrapper a:hover:after,
.et-checkout-login-title a:hover:after,
.et-checkout-coupon-title a:hover:after,
.checkout .back-to-cart a:hover:after,
.ficha-cart .back-to-shop a:hover:after,
#order_review .terms a:hover:after,
.ficha-terms-and-conditions-wrapper a:hover:after,
.tag-cloud-link:hover:after,
.widget:not(.woocommerce) a:hover:after,
.post-nav-links a:hover:after,
.post-categories li a:hover:after,
.shop_categories_list li a:hover:after,
.ficha-MyAccount-navigation ul li a:hover:after,
.ficha-MyAccount-navigation ul li.is-active a:after,
.button-underline:hover:after {
  width: 100%;
}

/* Links: Hover line - Exceptions */
.entry-content .wp-block-image a,
.entry-content .wp-block-gallery a,
.entry-content .gallery a,
.entry-content .et-wp-gallery a,
.post-categories li a,
.vc_tta-panel-title a,
.et-main-products a {
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content .wp-block-image a:after,
.entry-content .wp-block-gallery a:after,
.entry-content .gallery a:after,
.entry-content .et-wp-gallery a:after,
.vc_tta-panel-title a:after,
.et-main-products a:after {
  display: none;
}

/* Links: Underline */
.underline,
.products .catalog_btn_link .single_add_to_cart_button.button,
.ficha-MyAccount-content header a,
.entry-content p > a:not(.button):not(.has-background):not(.entry-link):not(.product-link):not(.wp-block-button__link):not(.post-page-numbers):not(.tag-cloud-link) {
  box-shadow: inset 0 -1px 0 0 #ccc;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
}

.entry-content p > a:not(.button):not(.has-background):not(.entry-link):not(.product-link):not(.wp-block-button__link):not(.post-page-numbers) {
  padding: 0;
}

/* Color Palettes: Golden (default) */
.slick-prev:hover,
.slick-next:hover,
.flex-prev:hover,
.flex-next:hover,
.mfp-wrap.quick-search .mfp-content [type=submit],
.et-close,
.single-product .pswp__button:hover,
.content404 h4,
.content404 .h4,
.ficha-tabs .tabs li a span,
.woo-variation-gallery-wrapper .woo-variation-gallery-trigger:hover:after,
.mobile-menu li.menu-item-has-children.active > .et-menu-toggle:after,
.remove:hover, a.remove:hover,
.minicart-counter.et-count-zero,
.tag-cloud-link .tag-link-count,
.star-rating > span:before,
.comment-form-rating .stars > span:before,
.wpmc-tabs-wrapper li.wpmc-tab-item.current,
div.argmc-wrapper .tab-completed-icon:before,
div.argmc-wrapper .argmc-tab-item.completed .argmc-tab-number,
.widget .wc-layered-nav-rating.chosen,
.widget ul li.active,
.woocommerce .widget_layered_nav ul.yith-wcan-list li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.widget.widget_layered_nav li.chosen a,
.widget.widget_layered_nav li.current-cat a,
.widget.widget_layered_nav_filters li.chosen a,
.widget.widget_layered_nav_filters li.current-cat a,
.et-wp-gallery-popup .mfp-arrow {
  color: #b9a16b;
}

.gray-color {
  color: #aaa;
}

.accent-color:not(.fancy-tag),
.accent-color:not(.fancy-tag) .wpb_wrapper > h1,
.accent-color:not(.fancy-tag) .wpb_wrapper > .h1,
.accent-color:not(.fancy-tag) .wpb_wrapper > h2,
.accent-color:not(.fancy-tag) .wpb_wrapper > .h2,
.accent-color:not(.fancy-tag) .wpb_wrapper > h3,
.accent-color:not(.fancy-tag) .wpb_wrapper > .h3,
.accent-color:not(.fancy-tag) .wpb_wrapper > h4,
.accent-color:not(.fancy-tag) .wpb_wrapper > .h4,
.accent-color:not(.fancy-tag) .wpb_wrapper > h5,
.accent-color:not(.fancy-tag) .wpb_wrapper > .h5,
.accent-color:not(.fancy-tag) .wpb_wrapper > h6,
.accent-color:not(.fancy-tag) .wpb_wrapper > .h6,
.accent-color:not(.fancy-tag) .wpb_wrapper > p {
  color: #b9a16b;
}

.accent-color.fancy-tag,
.accent-color.fancy-tag:last-child,
.accent-color.fancy-tag .wpb_wrapper > h1,
.accent-color.fancy-tag .wpb_wrapper > .h1,
.accent-color.fancy-tag .wpb_wrapper > h2,
.accent-color.fancy-tag .wpb_wrapper > .h2,
.accent-color.fancy-tag .wpb_wrapper > h3,
.accent-color.fancy-tag .wpb_wrapper > .h3,
.accent-color.fancy-tag .wpb_wrapper > h4,
.accent-color.fancy-tag .wpb_wrapper > .h4,
.accent-color.fancy-tag .wpb_wrapper > h5,
.accent-color.fancy-tag .wpb_wrapper > .h5,
.accent-color.fancy-tag .wpb_wrapper > h6,
.accent-color.fancy-tag .wpb_wrapper > .h6,
.accent-color.fancy-tag .wpb_wrapper > p {
  background-color: #b9a16b;
}

.wpmc-tabs-wrapper li.wpmc-tab-item.current .wpmc-tab-number,
.wpmc-tabs-wrapper li.wpmc-tab-item.current:before,
div.argmc-wrapper .argmc-tab-item.completed .argmc-tab-number,
div.argmc-wrapper .argmc-tab-item.current .argmc-tab-number,
div.argmc-wrapper .argmc-tab-item.last.current + .argmc-tab-item:hover .argmc-tab-number,
.woocommerce .widget_layered_nav ul.yith-wcan-list li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.widget.widget_layered_nav li.chosen a,
.widget.widget_layered_nav li.current-cat a,
.widget.widget_layered_nav_filters li.chosen a,
.widget.widget_layered_nav_filters li.current-cat a,
.widget.widget_layered_nav .et-widget-color-filter li.chosen a:hover:before {
  border-color: #b9a16b;
}

.yith-wcan-loading:after,
.blockUI.blockOverlay:after,
.easyzoom-notice:after,
.ficha-product-gallery__wrapper.slick:after,
.add_to_cart_button.loading:after,
.et-loader:after,
#side-filters.ajax-loader .et-close,
#side-filters.ajax-loader .side-panel-content:after,
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar span.vc_bar,
.minicart-counter,
.et-active-filters-count,
div.argmc-wrapper .argmc-tab-item.current .argmc-tab-number,
div.argmc-wrapper .argmc-tab-item.visited:hover .argmc-tab-number,
div.argmc-wrapper .argmc-tab-item.last.current + .argmc-tab-item:hover .argmc-tab-number,
.slick-dots li button:hover,
.wpb_column.et-light-column .postline:before,
.wpb_column.et-light-column .postline-medium:before,
.wpb_column.et-light-column .postline-large:before,
.et-feat-video-btn:hover .et-featured-video-icon:after,
.post.type-post.sticky .entry-title a:after {
  background-color: #b9a16b;
}

div.argmc-wrapper .argmc-tab-item.visited:before {
  border-bottom-color: #b9a16b;
}

.header-course {
  text-align: left;
}

.loader {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  z-index: auto;
  left: 51%;
  margin-left: -51px;
  top: 51%;
  margin-top: -51px;
  background-color: unset;
}

.loader::before, .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #007bff;
  animation: prixClipFix 2s linear infinite;
}

.loader::after {
  border-color: #343a40;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 6px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.loading-overlay {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  display: block;
  visibility: visible;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: #FFF;
  opacity: 0.8;
}

.loading-overlay .text {
  color: #212529;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.somente-leitura {
  background: #eaeaea !important;
}

.et-checkout-login a {
  color: #151515;
  text-decoration: none;
  background-color: transparent;
}

.et-checkout-login a:hover, .et-checkout-login a:visited, .et-checkout-login a:active {
  color: #151515;
  text-decoration: none;
  background-color: transparent;
}

.et-checkout-login a span {
  font-weight: 600;
}

.order-discounts.success {
  background-color: #baffba;
}

.alert button {
  width: initial;
  height: inherit;
}

.alert {
  padding: 0.5rem 0.5rem !important;
}

.container.fields {
  margin-top: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.45em + 0.975rem + 4px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.45em + 0.975rem + 4px) !important;
}

.select2-container .select2-selection--single {
  height: calc(1.45em + 0.975rem + 4px) !important;
}

ul.model-state-errors {
  list-style: none;
  width: 100%;
  background-color: #ffcece;
  border-radius: 10px;
  padding: 30px;
}

.model-state-errors li {
  margin-bottom: 5px;
}

.field-error {
  border: 1px solid #C62828 !important;
  background-color: #f9eeee !important;
}

.error-label {
  font-size: 14px;
  color: #C62828;
}

.ajax-select:invalid + .select2 .select2-selection {
  border-color: #dc3545 !important;
}

.ajax-select:valid + .select2 .select2-selection {
  border-color: #28a745 !important;
  padding-right: calc(1.5em + 0.75rem) !important !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.somente-leitura + .select2 .select2-selection {
  background: #eaeaea !important;
}

*:focus {
  outline: 0px;
}

.table td {
  padding: 0.5rem 0.75rem 0.5rem 0.75rem !important;
  vertical-align: middle !important;
  border-top: 1px solid #dee2e6;
}

.btn-like {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  cursor: pointer;
}

.btn-like:hover, .btn-like:active, .btn-like.focus {
  background-color: #8b949f !important;
  border-color: #5f6872 !important;
  border-radius: 0.25rem !important;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.lista-responsaveis {
  list-style: none;
  margin-bottom: 20px;
  margin-bottom: 15px;
}

.lista-responsaveis li {
  padding: 10px;
}

h1.title, .title.h1 {
  font-size: 24px;
  border-bottom: 1.8px solid #C8A96B;
  font-weight: 600;
  margin-bottom: 1px;
  margin-top: 20px;
}

.select2-selection__rendered {
  font-size: 0.9em !important;
}

.btn-cancel, .pagamento-save, .btn-aplicar-cupom {
  color: #fff !important;
}

.panel {
  width: 100%;
}

.panel-body thead {
  background-color: #cfcfcf;
}

.panel {
  padding: 0;
  border: none;
  margin-top: 20px;
}

.panel .panel-heading {
  background: #cfcfcf;
  padding: 15px;
  border-radius: 0;
}

.panel .btn {
  color: #fff;
  background-color: #003B5C;
  font-size: 0.85em;
  font-weight: 600;
  padding: 7px 15px;
  border: 2px solid #003B5C;
  border-radius: 0;
  transition: all 0.3s ease 0s;
}

.panel .panel-heading .btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.panel .panel-heading .form-horizontal .form-group {
  margin: 0;
}

.panel .panel-heading .form-horizontal label {
  color: #fff;
  margin-right: 10px;
}

.panel .panel-heading .form-horizontal .form-control {
  display: inline-block;
  width: 100px;
  border: none;
  border-radius: 0;
}

.panel .panel-heading .form-horizontal .form-control:focus {
  box-shadow: none;
  border: none;
}

.panel .panel-body {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}

.panel .panel-body .table thead tr th {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  border-bottom: none;
}

/*			.panel .panel-body .table thead tr th:nth-of-type(1) {
				width: 120px;
			}

			.panel .panel-body .table thead tr th:nth-of-type(3) {
				width: 50%;
			}*/
.panel .panel-body .table tbody tr td {
  color: #333333;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  vertical-align: middle;
  border-color: #e7e7e7;
}

.panel .panel-body .table tbody tr:nth-child(odd) td {
  background: #F2F4F7;
}

.panel .panel-body .table tbody .action-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.panel .panel-body .table tbody .action-list li {
  display: inline-block;
}

.panel .panel-body .table tbody .action-list li a {
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 33px;
  padding: 0;
  border-radius: 0;
  transition: all 0.3s ease 0s;
}

.panel .panel-body .table tbody .action-list li a:hover {
  box-shadow: 0 0 5px #ddd;
}

.panel .panel-footer {
  color: #fff;
  background: #535353;
  font-size: 16px;
  line-height: 33px;
  padding: 25px 15px;
  border-radius: 0;
}

.sub-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0px;
}

.cad-btn {
  margin-top: 2em;
}

.cad-btn a {
  font-weight: 600;
}

.login-support-info {
  margin-top: 2em;
}

.sign-btn a {
  color: #333333 !important;
}

#reset-password-btn {
  color: #fff !important;
}

#reset-password-btn:hover {
  color: #005B8F !important;
}

input {
  color: #333333 !important;
}

.sign-btn {
  margin-top: 1em;
  margin-bottom: 2em;
}

.course-title {
  font-size: 1.5em;
  vertical-align: baseline;
  font-weight: 700;
  font-family: Montserrat;
}

.recovery-password-form {
  text-align: left;
}

#cssload-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 171px;
  height: 171px;
  margin: auto;
}

#cssload-loader .cssload-dot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85.5px;
  height: 100%;
  margin: auto;
}

#cssload-loader .cssload-dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 85.5px;
  height: 85.5px;
  border-radius: 100%;
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}

#cssload-loader .cssload-dot:nth-child(7n+1) {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#cssload-loader .cssload-dot:nth-child(7n+1):before {
  background: rgb(0, 255, 128);
  animation: cssload-load 1.52s linear 0.19s infinite;
  -o-animation: cssload-load 1.52s linear 0.19s infinite;
  -ms-animation: cssload-load 1.52s linear 0.19s infinite;
  -webkit-animation: cssload-load 1.52s linear 0.19s infinite;
  -moz-animation: cssload-load 1.52s linear 0.19s infinite;
}

#cssload-loader .cssload-dot:nth-child(7n+2) {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

#cssload-loader .cssload-dot:nth-child(7n+2):before {
  background: rgb(0, 255, 234);
  animation: cssload-load 1.52s linear 0.38s infinite;
  -o-animation: cssload-load 1.52s linear 0.38s infinite;
  -ms-animation: cssload-load 1.52s linear 0.38s infinite;
  -webkit-animation: cssload-load 1.52s linear 0.38s infinite;
  -moz-animation: cssload-load 1.52s linear 0.38s infinite;
}

#cssload-loader .cssload-dot:nth-child(7n+3) {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

#cssload-loader .cssload-dot:nth-child(7n+3):before {
  background: rgb(0, 170, 255);
  animation: cssload-load 1.52s linear 0.57s infinite;
  -o-animation: cssload-load 1.52s linear 0.57s infinite;
  -ms-animation: cssload-load 1.52s linear 0.57s infinite;
  -webkit-animation: cssload-load 1.52s linear 0.57s infinite;
  -moz-animation: cssload-load 1.52s linear 0.57s infinite;
}

#cssload-loader .cssload-dot:nth-child(7n+4) {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

#cssload-loader .cssload-dot:nth-child(7n+4):before {
  background: rgb(0, 64, 255);
  animation: cssload-load 1.52s linear 0.76s infinite;
  -o-animation: cssload-load 1.52s linear 0.76s infinite;
  -ms-animation: cssload-load 1.52s linear 0.76s infinite;
  -webkit-animation: cssload-load 1.52s linear 0.76s infinite;
  -moz-animation: cssload-load 1.52s linear 0.76s infinite;
}

#cssload-loader .cssload-dot:nth-child(7n+5) {
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
}

#cssload-loader .cssload-dot:nth-child(7n+5):before {
  background: rgb(42, 0, 255);
  animation: cssload-load 1.52s linear 0.95s infinite;
  -o-animation: cssload-load 1.52s linear 0.95s infinite;
  -ms-animation: cssload-load 1.52s linear 0.95s infinite;
  -webkit-animation: cssload-load 1.52s linear 0.95s infinite;
  -moz-animation: cssload-load 1.52s linear 0.95s infinite;
}

#cssload-loader .cssload-dot:nth-child(7n+6) {
  transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
}

#cssload-loader .cssload-dot:nth-child(7n+6):before {
  background: rgb(149, 0, 255);
  animation: cssload-load 1.52s linear 1.14s infinite;
  -o-animation: cssload-load 1.52s linear 1.14s infinite;
  -ms-animation: cssload-load 1.52s linear 1.14s infinite;
  -webkit-animation: cssload-load 1.52s linear 1.14s infinite;
  -moz-animation: cssload-load 1.52s linear 1.14s infinite;
}

#cssload-loader .cssload-dot:nth-child(7n+7) {
  transform: rotate(315deg);
}

#cssload-loader .cssload-dot:nth-child(7n+7):before {
  background: magenta;
  animation: cssload-load 1.52s linear 1.33s infinite;
  -o-animation: cssload-load 1.52s linear 1.33s infinite;
  -ms-animation: cssload-load 1.52s linear 1.33s infinite;
  -webkit-animation: cssload-load 1.52s linear 1.33s infinite;
  -moz-animation: cssload-load 1.52s linear 1.33s infinite;
}

#cssload-loader .cssload-dot:nth-child(7n+8) {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

#cssload-loader .cssload-dot:nth-child(7n+8):before {
  background: rgb(255, 0, 149);
  animation: cssload-load 1.52s linear 1.52s infinite;
  -o-animation: cssload-load 1.52s linear 1.52s infinite;
  -ms-animation: cssload-load 1.52s linear 1.52s infinite;
  -webkit-animation: cssload-load 1.52s linear 1.52s infinite;
  -moz-animation: cssload-load 1.52s linear 1.52s infinite;
}

@keyframes cssload-load {
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-o-keyframes cssload-load {
  100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}
@-ms-keyframes cssload-load {
  100% {
    opacity: 0;
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes cssload-load {
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cssload-load {
  100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}
.btn-success {
  color: #fff;
  background-color: #003B5C;
  border-color: #003B5C;
}

.btn-success:hover, .btn-success:active, .btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #C8A96B !important;
  border-color: #C8A96B !important;
}

.btn-danger {
  color: #fff;
  background-color: #adabab !important;
  border-color: #adabab !important;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #d3d3d3 !important;
  border-color: #d3d3d3 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.focus, .btn-primary:focus {
  color: #005B8F;
  background-color: #fff !important;
  border: 2px solid #005B8F !important;
}

.alertBox .modal-header {
  padding: 0.45rem 0.45rem;
  border: 1px solid #ffffff;
  border-top-left-radius: calc(0.1rem - 1px);
  border-top-right-radius: calc(0.1rem - 1px);
  background: #142d59;
  color: #ffffff;
}

.alertBox .modal-header .close {
  padding: 0.45rem 0.45rem;
  margin: -0.5rem -0.4rem -0.4rem auto;
  color: #fff;
}

.alertBox #message {
  font-size: 1.1rem;
}

.alertBox .modal-footer button {
  display: inline-block;
  line-height: 0.5;
  font-size: inherit;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border: 0;
  text-align: center;
  opacity: 1;
  background: #003B5C;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px 0px 0px 0px;
}

.alertBox .modal-footer {
  padding: 0.35rem;
  border-top: 0;
  border-bottom-right-radius: calc(0.1rem - 1px);
  border-bottom-left-radius: calc(0.1rem - 1px);
}

.no-wrap {
  white-space: nowrap;
}

.icon-help {
  color: #fff;
  background-color: #df4b36;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.25);
}

.check-estrangeiro input {
  float: left;
  margin-top: 40px;
}

.check-estrangeiro label {
  margin-top: 30px;
}

span.mark {
  color: red;
  padding: 0px;
}

.tooltip-inner {
  max-width: 300px !important;
  background-color: #142d59 !important;
  font-size: 11px !important;
}

.tooltip-inner a {
  color: #ffffff !important;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* LOADER */
header {
  z-index: 10010 !important;
}

.modal-open .modal {
  z-index: 10100;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader-wrapper h1, #loader-wrapper .h1 {
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  z-index: 1001;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0); /* IE 9 */
  transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%); /* IE 9 */
  transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%); /* IE 9 */
  transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%); /* IE 9 */
  transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
  /*-webkit-transition: all 0.3s 0.6s ease-out;
  transition: all 0.3s 0.6s ease-out;*/
}

loaded h1, loaded .h1 {
  visibility: hidden;
  display: none;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}

.no-js h1, .no-js .h1 {
  color: #222222;
}

#content {
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
}

.btn-aplicar-cupom {
  background-color: #003B5C !important;
}

.btn-remover-cupom {
  background-color: red !important;
}

#formCadastro .form-group.col-sm-12 {
  padding: 0 !important;
}

.select2-container {
  /* z-index: 99999 !important; */
  width: 100% !important;
}

#notfound {
  position: relative;
  height: 70vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 0 15px;
}

.notfound .notfound-404 {
  position: relative;
  height: 120px;
  line-height: 120px;
  margin-bottom: 25px;
}

.notfound .notfound-404 h1, .notfound .notfound-404 .h1 {
  font-family: "DM Sans", titillium web, sans-serif;
  font-size: 120px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.notfound h2, .notfound .h2 {
  font-family: "DM Sans", titillium web, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.notfound p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.notfound a {
  font-family: "DM Sans", titillium web, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #c3fa75;
  text-decoration: none;
  border: none;
  background: #003B5C;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 1px;
  margin-top: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 110px;
    line-height: 110px;
  }
  .notfound .notfound-404 h1, .notfound .notfound-404 .h1 {
    font-size: 120px;
  }
}

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