@charset "UTF-8";
/*
 * Cartzilla | Bootstrap E-Commerce Template
 * Copyright 2023 Createx Studio
 * Theme styles
 */
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
:root {
  --cz-blue: #0d6efd;
  --cz-indigo: #6610f2;
  --cz-purple: #6f42c1;
  --cz-pink: #d63384;
  --cz-red: #dc3545;
  --cz-orange: #fd7e14;
  --cz-yellow: #ffc107;
  --cz-green: #198754;
  --cz-teal: #20c997;
  --cz-cyan: #0dcaf0;
  --cz-black: #000;
  --cz-white: #fff;
  --cz-gray: #7d879c;
  --cz-gray-dark: #373f50;
  --cz-gray-100: #f6f9fc;
  --cz-gray-200: #f3f5f9;
  --cz-gray-300: #e3e9ef;
  --cz-gray-400: #dae1e7;
  --cz-gray-500: #aeb4be;
  --cz-gray-600: #7d879c;
  --cz-gray-700: #4b566b;
  --cz-gray-800: #373f50;
  --cz-gray-900: #2b3445;
  --cz-primary: #c71c2d;
  --cz-accent: #3a61a4;
  --cz-secondary: #f3f5f9;
  --cz-success: #42d697;
  --cz-info: #69b3fe;
  --cz-warning: #fea569;
  --cz-danger: #f34770;
  --cz-light: #fff;
  --cz-dark: #373f50;
  --cz-primary-rgb: 199, 28, 45;
  --cz-accent-rgb: 58, 97, 164;
  --cz-secondary-rgb: 243, 245, 249;
  --cz-success-rgb: 66, 214, 151;
  --cz-info-rgb: 105, 179, 254;
  --cz-warning-rgb: 254, 165, 105;
  --cz-danger-rgb: 243, 71, 112;
  --cz-light-rgb: 255, 255, 255;
  --cz-dark-rgb: 55, 63, 80;
  --cz-white-rgb: 255, 255, 255;
  --cz-black-rgb: 0, 0, 0;
  --cz-body-color-rgb: 75, 86, 107;
  --cz-body-bg-rgb: 255, 255, 255;
  --cz-font-sans-serif: "Rubik", sans-serif;
  --cz-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --cz-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --cz-body-font-family: var(--cz-font-sans-serif);
  --cz-body-font-size: 1rem;
  --cz-body-font-weight: 400;
  --cz-body-line-height: 1.5;
  --cz-body-color: #4b566b;
  --cz-body-bg: #fff;
  --cz-border-width: 1px;
  --cz-border-style: solid;
  --cz-border-color: #e3e9ef;
  --cz-border-color-translucent: rgba(0, 0, 0, 0.175);
  --cz-border-radius: 0.3125rem;
  --cz-border-radius-sm: 0.25rem;
  --cz-border-radius-lg: 0.4375rem;
  --cz-border-radius-xl: 1rem;
  --cz-border-radius-2xl: 2rem;
  --cz-border-radius-pill: 50rem;
  --cz-link-color: #c71c2d;
  --cz-link-hover-color: #9a1623;
  --cz-code-color: #d63384;
  --cz-highlight-bg: #fff3cd;
}

div.cartz-template {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
  /* rtl:begin:remove */
  /* rtl:end:remove */
}
div.cartz-template *,
div.cartz-template *::before,
div.cartz-template *::after {
  box-sizing: border-box;
}
div.cartz-template body {
  margin: 0;
  font-family: var(--cz-body-font-family);
  font-size: var(--cz-body-font-size);
  font-weight: var(--cz-body-font-weight);
  line-height: var(--cz-body-line-height);
  color: var(--cz-body-color);
  text-align: var(--cz-body-text-align);
  background-color: var(--cz-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div.cartz-template hr {
  margin: 0 0;
  color: #e3e9ef;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}
div.cartz-template h6, div.cartz-template .h6, div.cartz-template h5, div.cartz-template .h5, div.cartz-template h4, div.cartz-template .h4, div.cartz-template h3, div.cartz-template .h3, div.cartz-template h2, div.cartz-template .h2, div.cartz-template h1, div.cartz-template .h1 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: #373f50;
}
div.cartz-template h1, div.cartz-template .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  div.cartz-template h1, div.cartz-template .h1 {
    font-size: 2.5rem;
  }
}
div.cartz-template h2, div.cartz-template .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  div.cartz-template h2, div.cartz-template .h2 {
    font-size: 2rem;
  }
}
div.cartz-template h3, div.cartz-template .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  div.cartz-template h3, div.cartz-template .h3 {
    font-size: 1.75rem;
  }
}
div.cartz-template h4, div.cartz-template .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  div.cartz-template h4, div.cartz-template .h4 {
    font-size: 1.5rem;
  }
}
div.cartz-template h5, div.cartz-template .h5 {
  font-size: 1.25rem;
}
div.cartz-template h6, div.cartz-template .h6 {
  font-size: 1.0625rem;
}
div.cartz-template p {
  margin-top: 0;
  margin-bottom: 1rem;
}
div.cartz-template abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
div.cartz-template address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
div.cartz-template ol,
div.cartz-template ul {
  padding-left: 2rem;
}
div.cartz-template ol,
div.cartz-template ul,
div.cartz-template dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
div.cartz-template ol ol,
div.cartz-template ul ul,
div.cartz-template ol ul,
div.cartz-template ul ol {
  margin-bottom: 0;
}
div.cartz-template dt {
  font-weight: 700;
}
div.cartz-template dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
div.cartz-template blockquote {
  margin: 0 0 1rem;
}
div.cartz-template b,
div.cartz-template strong {
  font-weight: bolder;
}
div.cartz-template small, div.cartz-template .small {
  font-size: 0.8em;
}
div.cartz-template mark, div.cartz-template .mark {
  padding: 0.1875em;
  background-color: var(--cz-highlight-bg);
}
div.cartz-template sub,
div.cartz-template sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
div.cartz-template sub {
  bottom: -0.25em;
}
div.cartz-template sup {
  top: -0.5em;
}
div.cartz-template a {
  color: var(--cz-link-color);
  text-decoration: none;
}
div.cartz-template a:hover {
  color: var(--cz-link-hover-color);
  text-decoration: none;
}
div.cartz-template a:not([href]):not([class]), div.cartz-template a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
div.cartz-template pre,
div.cartz-template code,
div.cartz-template kbd,
div.cartz-template samp {
  font-family: var(--cz-font-monospace);
  font-size: 1em;
}
div.cartz-template pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
  color: #404a5c;
}
div.cartz-template pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
div.cartz-template code {
  font-size: 0.875em;
  color: var(--cz-code-color);
  word-wrap: break-word;
}
div.cartz-template a > code {
  color: inherit;
}
div.cartz-template kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--cz-body-bg);
  background-color: #373f50;
  border-radius: 0.25rem;
}
div.cartz-template kbd kbd {
  padding: 0;
  font-size: 1em;
}
div.cartz-template figure {
  margin: 0 0 1rem;
}
div.cartz-template img,
div.cartz-template svg {
  vertical-align: middle;
}
div.cartz-template table {
  caption-side: bottom;
  border-collapse: collapse;
}
div.cartz-template caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7d879c;
  text-align: left;
}
div.cartz-template th {
  font-weight: 500;
  text-align: inherit;
  text-align: -webkit-match-parent;
}
div.cartz-template thead,
div.cartz-template tbody,
div.cartz-template tfoot,
div.cartz-template tr,
div.cartz-template td,
div.cartz-template th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
div.cartz-template label {
  display: inline-block;
}
div.cartz-template button {
  border-radius: 0;
}
div.cartz-template button:focus:not(:focus-visible) {
  outline: 0;
}
div.cartz-template input,
div.cartz-template button,
div.cartz-template select,
div.cartz-template optgroup,
div.cartz-template textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
div.cartz-template button,
div.cartz-template select {
  text-transform: none;
}
div.cartz-template [role=button] {
  cursor: pointer;
}
div.cartz-template select {
  word-wrap: normal;
}
div.cartz-template select:disabled {
  opacity: 1;
}
div.cartz-template [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
div.cartz-template button,
div.cartz-template [type=button],
div.cartz-template [type=reset],
div.cartz-template [type=submit] {
  -webkit-appearance: button;
}
div.cartz-template button:not(:disabled),
div.cartz-template [type=button]:not(:disabled),
div.cartz-template [type=reset]:not(:disabled),
div.cartz-template [type=submit]:not(:disabled) {
  cursor: pointer;
}
div.cartz-template ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
div.cartz-template textarea {
  resize: vertical;
}
div.cartz-template fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
div.cartz-template legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  div.cartz-template legend {
    font-size: 1.5rem;
  }
}
div.cartz-template legend + * {
  clear: left;
}
div.cartz-template ::-webkit-datetime-edit-fields-wrapper,
div.cartz-template ::-webkit-datetime-edit-text,
div.cartz-template ::-webkit-datetime-edit-minute,
div.cartz-template ::-webkit-datetime-edit-hour-field,
div.cartz-template ::-webkit-datetime-edit-day-field,
div.cartz-template ::-webkit-datetime-edit-month-field,
div.cartz-template ::-webkit-datetime-edit-year-field {
  padding: 0;
}
div.cartz-template ::-webkit-inner-spin-button {
  height: auto;
}
div.cartz-template [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
div.cartz-template ::-webkit-search-decoration {
  -webkit-appearance: none;
}
div.cartz-template ::-webkit-color-swatch-wrapper {
  padding: 0;
}
div.cartz-template ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
div.cartz-template ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
div.cartz-template ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
div.cartz-template output {
  display: inline-block;
}
div.cartz-template iframe {
  border: 0;
}
div.cartz-template summary {
  display: list-item;
  cursor: pointer;
}
div.cartz-template progress {
  vertical-align: baseline;
}
div.cartz-template [hidden] {
  display: none !important;
}
div.cartz-template .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
div.cartz-template .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1200px) {
  div.cartz-template .display-1 {
    font-size: 5rem;
  }
}
div.cartz-template .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1200px) {
  div.cartz-template .display-2 {
    font-size: 4.5rem;
  }
}
div.cartz-template .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1200px) {
  div.cartz-template .display-3 {
    font-size: 4rem;
  }
}
div.cartz-template .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1200px) {
  div.cartz-template .display-4 {
    font-size: 3.5rem;
  }
}
div.cartz-template .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1200px) {
  div.cartz-template .display-5 {
    font-size: 3rem;
  }
}
div.cartz-template .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1200px) {
  div.cartz-template .display-6 {
    font-size: 2.5rem;
  }
}
div.cartz-template .display-404 {
  font-size: calc(2.125rem + 10.5vw);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1200px) {
  div.cartz-template .display-404 {
    font-size: 10rem;
  }
}
div.cartz-template .list-unstyled {
  padding-left: 0;
  list-style: none;
}
div.cartz-template .list-inline {
  padding-left: 0;
  list-style: none;
}
div.cartz-template .list-inline-item {
  display: inline-block;
}
div.cartz-template .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
div.cartz-template .initialism {
  font-size: 0.8em;
  text-transform: uppercase;
}
div.cartz-template .blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}
div.cartz-template .blockquote > :last-child {
  margin-bottom: 0;
}
div.cartz-template .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #7d879c;
}
div.cartz-template .blockquote-footer::before {
  content: "— ";
}
div.cartz-template .img-fluid {
  max-width: 100%;
  height: auto;
}
div.cartz-template .img-thumbnail {
  padding: 0.3125rem;
  background-color: #fff;
  border: 1px solid var(--cz-border-color);
  border-radius: 0.3125rem;
  box-shadow: none;
  max-width: 100%;
  height: auto;
}
div.cartz-template .figure {
  display: inline-block;
}
div.cartz-template .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
div.cartz-template .figure-caption {
  font-size: 0.8125rem;
  color: rgba(75, 86, 107, 0.9);
}
div.cartz-template .container,
div.cartz-template .container-fluid,
div.cartz-template .container-xl,
div.cartz-template .container-lg,
div.cartz-template .container-md,
div.cartz-template .container-sm {
  --cz-gutter-x: 1.875rem;
  --cz-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--cz-gutter-x) * 0.5);
  padding-left: calc(var(--cz-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 500px) {
  div.cartz-template .container-sm, div.cartz-template .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  div.cartz-template .container-md, div.cartz-template .container-sm, div.cartz-template .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  div.cartz-template .container-lg, div.cartz-template .container-md, div.cartz-template .container-sm, div.cartz-template .container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  div.cartz-template .container-xl, div.cartz-template .container-lg, div.cartz-template .container-md, div.cartz-template .container-sm, div.cartz-template .container {
    max-width: 1260px;
  }
}
div.cartz-template .row {
  --cz-gutter-x: 1.875rem;
  --cz-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--cz-gutter-y));
  margin-right: calc(-0.5 * var(--cz-gutter-x));
  margin-left: calc(-0.5 * var(--cz-gutter-x));
}
div.cartz-template .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--cz-gutter-x) * 0.5);
  padding-left: calc(var(--cz-gutter-x) * 0.5);
  margin-top: var(--cz-gutter-y);
}
div.cartz-template .col {
  flex: 1 0 0%;
}
div.cartz-template .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
div.cartz-template .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
div.cartz-template .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
div.cartz-template .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
div.cartz-template .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
div.cartz-template .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
div.cartz-template .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
div.cartz-template .col-auto {
  flex: 0 0 auto;
  width: auto;
}
div.cartz-template .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
div.cartz-template .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
div.cartz-template .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
div.cartz-template .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
div.cartz-template .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
div.cartz-template .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
div.cartz-template .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
div.cartz-template .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
div.cartz-template .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
div.cartz-template .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
div.cartz-template .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
div.cartz-template .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
div.cartz-template .offset-1 {
  margin-left: 8.33333333%;
}
div.cartz-template .offset-2 {
  margin-left: 16.66666667%;
}
div.cartz-template .offset-3 {
  margin-left: 25%;
}
div.cartz-template .offset-4 {
  margin-left: 33.33333333%;
}
div.cartz-template .offset-5 {
  margin-left: 41.66666667%;
}
div.cartz-template .offset-6 {
  margin-left: 50%;
}
div.cartz-template .offset-7 {
  margin-left: 58.33333333%;
}
div.cartz-template .offset-8 {
  margin-left: 66.66666667%;
}
div.cartz-template .offset-9 {
  margin-left: 75%;
}
div.cartz-template .offset-10 {
  margin-left: 83.33333333%;
}
div.cartz-template .offset-11 {
  margin-left: 91.66666667%;
}
div.cartz-template .g-0,
div.cartz-template .gx-0 {
  --cz-gutter-x: 0;
}
div.cartz-template .g-0,
div.cartz-template .gy-0 {
  --cz-gutter-y: 0;
}
div.cartz-template .g-1,
div.cartz-template .gx-1 {
  --cz-gutter-x: 0.25rem;
}
div.cartz-template .g-1,
div.cartz-template .gy-1 {
  --cz-gutter-y: 0.25rem;
}
div.cartz-template .g-2,
div.cartz-template .gx-2 {
  --cz-gutter-x: 0.5rem;
}
div.cartz-template .g-2,
div.cartz-template .gy-2 {
  --cz-gutter-y: 0.5rem;
}
div.cartz-template .g-3,
div.cartz-template .gx-3 {
  --cz-gutter-x: 1rem;
}
div.cartz-template .g-3,
div.cartz-template .gy-3 {
  --cz-gutter-y: 1rem;
}
div.cartz-template .g-4,
div.cartz-template .gx-4 {
  --cz-gutter-x: 1.5rem;
}
div.cartz-template .g-4,
div.cartz-template .gy-4 {
  --cz-gutter-y: 1.5rem;
}
div.cartz-template .g-5,
div.cartz-template .gx-5 {
  --cz-gutter-x: 3rem;
}
div.cartz-template .g-5,
div.cartz-template .gy-5 {
  --cz-gutter-y: 3rem;
}
div.cartz-template .g-10,
div.cartz-template .gx-10 {
  --cz-gutter-x: 10rem;
}
div.cartz-template .g-10,
div.cartz-template .gy-10 {
  --cz-gutter-y: 10rem;
}
div.cartz-template .g-grid-gutter,
div.cartz-template .gx-grid-gutter {
  --cz-gutter-x: 1.875rem;
}
div.cartz-template .g-grid-gutter,
div.cartz-template .gy-grid-gutter {
  --cz-gutter-y: 1.875rem;
}
@media (min-width: 500px) {
  div.cartz-template .col-sm {
    flex: 1 0 0%;
  }
  div.cartz-template .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  div.cartz-template .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  div.cartz-template .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  div.cartz-template .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  div.cartz-template .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  div.cartz-template .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  div.cartz-template .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  div.cartz-template .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  div.cartz-template .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  div.cartz-template .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  div.cartz-template .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  div.cartz-template .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  div.cartz-template .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  div.cartz-template .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  div.cartz-template .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  div.cartz-template .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  div.cartz-template .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  div.cartz-template .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  div.cartz-template .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  div.cartz-template .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  div.cartz-template .offset-sm-0 {
    margin-left: 0;
  }
  div.cartz-template .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  div.cartz-template .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  div.cartz-template .offset-sm-3 {
    margin-left: 25%;
  }
  div.cartz-template .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  div.cartz-template .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  div.cartz-template .offset-sm-6 {
    margin-left: 50%;
  }
  div.cartz-template .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  div.cartz-template .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  div.cartz-template .offset-sm-9 {
    margin-left: 75%;
  }
  div.cartz-template .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  div.cartz-template .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  div.cartz-template .g-sm-0,
  div.cartz-template .gx-sm-0 {
    --cz-gutter-x: 0;
  }
  div.cartz-template .g-sm-0,
  div.cartz-template .gy-sm-0 {
    --cz-gutter-y: 0;
  }
  div.cartz-template .g-sm-1,
  div.cartz-template .gx-sm-1 {
    --cz-gutter-x: 0.25rem;
  }
  div.cartz-template .g-sm-1,
  div.cartz-template .gy-sm-1 {
    --cz-gutter-y: 0.25rem;
  }
  div.cartz-template .g-sm-2,
  div.cartz-template .gx-sm-2 {
    --cz-gutter-x: 0.5rem;
  }
  div.cartz-template .g-sm-2,
  div.cartz-template .gy-sm-2 {
    --cz-gutter-y: 0.5rem;
  }
  div.cartz-template .g-sm-3,
  div.cartz-template .gx-sm-3 {
    --cz-gutter-x: 1rem;
  }
  div.cartz-template .g-sm-3,
  div.cartz-template .gy-sm-3 {
    --cz-gutter-y: 1rem;
  }
  div.cartz-template .g-sm-4,
  div.cartz-template .gx-sm-4 {
    --cz-gutter-x: 1.5rem;
  }
  div.cartz-template .g-sm-4,
  div.cartz-template .gy-sm-4 {
    --cz-gutter-y: 1.5rem;
  }
  div.cartz-template .g-sm-5,
  div.cartz-template .gx-sm-5 {
    --cz-gutter-x: 3rem;
  }
  div.cartz-template .g-sm-5,
  div.cartz-template .gy-sm-5 {
    --cz-gutter-y: 3rem;
  }
  div.cartz-template .g-sm-10,
  div.cartz-template .gx-sm-10 {
    --cz-gutter-x: 10rem;
  }
  div.cartz-template .g-sm-10,
  div.cartz-template .gy-sm-10 {
    --cz-gutter-y: 10rem;
  }
  div.cartz-template .g-sm-grid-gutter,
  div.cartz-template .gx-sm-grid-gutter {
    --cz-gutter-x: 1.875rem;
  }
  div.cartz-template .g-sm-grid-gutter,
  div.cartz-template .gy-sm-grid-gutter {
    --cz-gutter-y: 1.875rem;
  }
}
@media (min-width: 768px) {
  div.cartz-template .col-md {
    flex: 1 0 0%;
  }
  div.cartz-template .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  div.cartz-template .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  div.cartz-template .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  div.cartz-template .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  div.cartz-template .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  div.cartz-template .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  div.cartz-template .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  div.cartz-template .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  div.cartz-template .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  div.cartz-template .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  div.cartz-template .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  div.cartz-template .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  div.cartz-template .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  div.cartz-template .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  div.cartz-template .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  div.cartz-template .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  div.cartz-template .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  div.cartz-template .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  div.cartz-template .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  div.cartz-template .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  div.cartz-template .offset-md-0 {
    margin-left: 0;
  }
  div.cartz-template .offset-md-1 {
    margin-left: 8.33333333%;
  }
  div.cartz-template .offset-md-2 {
    margin-left: 16.66666667%;
  }
  div.cartz-template .offset-md-3 {
    margin-left: 25%;
  }
  div.cartz-template .offset-md-4 {
    margin-left: 33.33333333%;
  }
  div.cartz-template .offset-md-5 {
    margin-left: 41.66666667%;
  }
  div.cartz-template .offset-md-6 {
    margin-left: 50%;
  }
  div.cartz-template .offset-md-7 {
    margin-left: 58.33333333%;
  }
  div.cartz-template .offset-md-8 {
    margin-left: 66.66666667%;
  }
  div.cartz-template .offset-md-9 {
    margin-left: 75%;
  }
  div.cartz-template .offset-md-10 {
    margin-left: 83.33333333%;
  }
  div.cartz-template .offset-md-11 {
    margin-left: 91.66666667%;
  }
  div.cartz-template .g-md-0,
  div.cartz-template .gx-md-0 {
    --cz-gutter-x: 0;
  }
  div.cartz-template .g-md-0,
  div.cartz-template .gy-md-0 {
    --cz-gutter-y: 0;
  }
  div.cartz-template .g-md-1,
  div.cartz-template .gx-md-1 {
    --cz-gutter-x: 0.25rem;
  }
  div.cartz-template .g-md-1,
  div.cartz-template .gy-md-1 {
    --cz-gutter-y: 0.25rem;
  }
  div.cartz-template .g-md-2,
  div.cartz-template .gx-md-2 {
    --cz-gutter-x: 0.5rem;
  }
  div.cartz-template .g-md-2,
  div.cartz-template .gy-md-2 {
    --cz-gutter-y: 0.5rem;
  }
  div.cartz-template .g-md-3,
  div.cartz-template .gx-md-3 {
    --cz-gutter-x: 1rem;
  }
  div.cartz-template .g-md-3,
  div.cartz-template .gy-md-3 {
    --cz-gutter-y: 1rem;
  }
  div.cartz-template .g-md-4,
  div.cartz-template .gx-md-4 {
    --cz-gutter-x: 1.5rem;
  }
  div.cartz-template .g-md-4,
  div.cartz-template .gy-md-4 {
    --cz-gutter-y: 1.5rem;
  }
  div.cartz-template .g-md-5,
  div.cartz-template .gx-md-5 {
    --cz-gutter-x: 3rem;
  }
  div.cartz-template .g-md-5,
  div.cartz-template .gy-md-5 {
    --cz-gutter-y: 3rem;
  }
  div.cartz-template .g-md-10,
  div.cartz-template .gx-md-10 {
    --cz-gutter-x: 10rem;
  }
  div.cartz-template .g-md-10,
  div.cartz-template .gy-md-10 {
    --cz-gutter-y: 10rem;
  }
  div.cartz-template .g-md-grid-gutter,
  div.cartz-template .gx-md-grid-gutter {
    --cz-gutter-x: 1.875rem;
  }
  div.cartz-template .g-md-grid-gutter,
  div.cartz-template .gy-md-grid-gutter {
    --cz-gutter-y: 1.875rem;
  }
}
@media (min-width: 992px) {
  div.cartz-template .col-lg {
    flex: 1 0 0%;
  }
  div.cartz-template .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  div.cartz-template .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  div.cartz-template .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  div.cartz-template .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  div.cartz-template .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  div.cartz-template .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  div.cartz-template .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  div.cartz-template .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  div.cartz-template .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  div.cartz-template .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  div.cartz-template .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  div.cartz-template .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  div.cartz-template .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  div.cartz-template .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  div.cartz-template .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  div.cartz-template .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  div.cartz-template .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  div.cartz-template .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  div.cartz-template .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  div.cartz-template .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  div.cartz-template .offset-lg-0 {
    margin-left: 0;
  }
  div.cartz-template .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  div.cartz-template .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  div.cartz-template .offset-lg-3 {
    margin-left: 25%;
  }
  div.cartz-template .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  div.cartz-template .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  div.cartz-template .offset-lg-6 {
    margin-left: 50%;
  }
  div.cartz-template .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  div.cartz-template .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  div.cartz-template .offset-lg-9 {
    margin-left: 75%;
  }
  div.cartz-template .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  div.cartz-template .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  div.cartz-template .g-lg-0,
  div.cartz-template .gx-lg-0 {
    --cz-gutter-x: 0;
  }
  div.cartz-template .g-lg-0,
  div.cartz-template .gy-lg-0 {
    --cz-gutter-y: 0;
  }
  div.cartz-template .g-lg-1,
  div.cartz-template .gx-lg-1 {
    --cz-gutter-x: 0.25rem;
  }
  div.cartz-template .g-lg-1,
  div.cartz-template .gy-lg-1 {
    --cz-gutter-y: 0.25rem;
  }
  div.cartz-template .g-lg-2,
  div.cartz-template .gx-lg-2 {
    --cz-gutter-x: 0.5rem;
  }
  div.cartz-template .g-lg-2,
  div.cartz-template .gy-lg-2 {
    --cz-gutter-y: 0.5rem;
  }
  div.cartz-template .g-lg-3,
  div.cartz-template .gx-lg-3 {
    --cz-gutter-x: 1rem;
  }
  div.cartz-template .g-lg-3,
  div.cartz-template .gy-lg-3 {
    --cz-gutter-y: 1rem;
  }
  div.cartz-template .g-lg-4,
  div.cartz-template .gx-lg-4 {
    --cz-gutter-x: 1.5rem;
  }
  div.cartz-template .g-lg-4,
  div.cartz-template .gy-lg-4 {
    --cz-gutter-y: 1.5rem;
  }
  div.cartz-template .g-lg-5,
  div.cartz-template .gx-lg-5 {
    --cz-gutter-x: 3rem;
  }
  div.cartz-template .g-lg-5,
  div.cartz-template .gy-lg-5 {
    --cz-gutter-y: 3rem;
  }
  div.cartz-template .g-lg-10,
  div.cartz-template .gx-lg-10 {
    --cz-gutter-x: 10rem;
  }
  div.cartz-template .g-lg-10,
  div.cartz-template .gy-lg-10 {
    --cz-gutter-y: 10rem;
  }
  div.cartz-template .g-lg-grid-gutter,
  div.cartz-template .gx-lg-grid-gutter {
    --cz-gutter-x: 1.875rem;
  }
  div.cartz-template .g-lg-grid-gutter,
  div.cartz-template .gy-lg-grid-gutter {
    --cz-gutter-y: 1.875rem;
  }
}
@media (min-width: 1280px) {
  div.cartz-template .col-xl {
    flex: 1 0 0%;
  }
  div.cartz-template .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  div.cartz-template .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  div.cartz-template .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  div.cartz-template .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  div.cartz-template .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  div.cartz-template .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  div.cartz-template .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  div.cartz-template .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  div.cartz-template .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  div.cartz-template .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  div.cartz-template .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  div.cartz-template .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  div.cartz-template .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  div.cartz-template .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  div.cartz-template .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  div.cartz-template .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  div.cartz-template .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  div.cartz-template .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  div.cartz-template .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  div.cartz-template .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  div.cartz-template .offset-xl-0 {
    margin-left: 0;
  }
  div.cartz-template .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  div.cartz-template .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  div.cartz-template .offset-xl-3 {
    margin-left: 25%;
  }
  div.cartz-template .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  div.cartz-template .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  div.cartz-template .offset-xl-6 {
    margin-left: 50%;
  }
  div.cartz-template .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  div.cartz-template .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  div.cartz-template .offset-xl-9 {
    margin-left: 75%;
  }
  div.cartz-template .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  div.cartz-template .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  div.cartz-template .g-xl-0,
  div.cartz-template .gx-xl-0 {
    --cz-gutter-x: 0;
  }
  div.cartz-template .g-xl-0,
  div.cartz-template .gy-xl-0 {
    --cz-gutter-y: 0;
  }
  div.cartz-template .g-xl-1,
  div.cartz-template .gx-xl-1 {
    --cz-gutter-x: 0.25rem;
  }
  div.cartz-template .g-xl-1,
  div.cartz-template .gy-xl-1 {
    --cz-gutter-y: 0.25rem;
  }
  div.cartz-template .g-xl-2,
  div.cartz-template .gx-xl-2 {
    --cz-gutter-x: 0.5rem;
  }
  div.cartz-template .g-xl-2,
  div.cartz-template .gy-xl-2 {
    --cz-gutter-y: 0.5rem;
  }
  div.cartz-template .g-xl-3,
  div.cartz-template .gx-xl-3 {
    --cz-gutter-x: 1rem;
  }
  div.cartz-template .g-xl-3,
  div.cartz-template .gy-xl-3 {
    --cz-gutter-y: 1rem;
  }
  div.cartz-template .g-xl-4,
  div.cartz-template .gx-xl-4 {
    --cz-gutter-x: 1.5rem;
  }
  div.cartz-template .g-xl-4,
  div.cartz-template .gy-xl-4 {
    --cz-gutter-y: 1.5rem;
  }
  div.cartz-template .g-xl-5,
  div.cartz-template .gx-xl-5 {
    --cz-gutter-x: 3rem;
  }
  div.cartz-template .g-xl-5,
  div.cartz-template .gy-xl-5 {
    --cz-gutter-y: 3rem;
  }
  div.cartz-template .g-xl-10,
  div.cartz-template .gx-xl-10 {
    --cz-gutter-x: 10rem;
  }
  div.cartz-template .g-xl-10,
  div.cartz-template .gy-xl-10 {
    --cz-gutter-y: 10rem;
  }
  div.cartz-template .g-xl-grid-gutter,
  div.cartz-template .gx-xl-grid-gutter {
    --cz-gutter-x: 1.875rem;
  }
  div.cartz-template .g-xl-grid-gutter,
  div.cartz-template .gy-xl-grid-gutter {
    --cz-gutter-y: 1.875rem;
  }
}
@media (min-width: 1400px) {
  div.cartz-template .col-xxl {
    flex: 1 0 0%;
  }
  div.cartz-template .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  div.cartz-template .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  div.cartz-template .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  div.cartz-template .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  div.cartz-template .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  div.cartz-template .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  div.cartz-template .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  div.cartz-template .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  div.cartz-template .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  div.cartz-template .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  div.cartz-template .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  div.cartz-template .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  div.cartz-template .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  div.cartz-template .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  div.cartz-template .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  div.cartz-template .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  div.cartz-template .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  div.cartz-template .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  div.cartz-template .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  div.cartz-template .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  div.cartz-template .offset-xxl-0 {
    margin-left: 0;
  }
  div.cartz-template .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  div.cartz-template .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  div.cartz-template .offset-xxl-3 {
    margin-left: 25%;
  }
  div.cartz-template .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  div.cartz-template .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  div.cartz-template .offset-xxl-6 {
    margin-left: 50%;
  }
  div.cartz-template .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  div.cartz-template .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  div.cartz-template .offset-xxl-9 {
    margin-left: 75%;
  }
  div.cartz-template .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  div.cartz-template .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  div.cartz-template .g-xxl-0,
  div.cartz-template .gx-xxl-0 {
    --cz-gutter-x: 0;
  }
  div.cartz-template .g-xxl-0,
  div.cartz-template .gy-xxl-0 {
    --cz-gutter-y: 0;
  }
  div.cartz-template .g-xxl-1,
  div.cartz-template .gx-xxl-1 {
    --cz-gutter-x: 0.25rem;
  }
  div.cartz-template .g-xxl-1,
  div.cartz-template .gy-xxl-1 {
    --cz-gutter-y: 0.25rem;
  }
  div.cartz-template .g-xxl-2,
  div.cartz-template .gx-xxl-2 {
    --cz-gutter-x: 0.5rem;
  }
  div.cartz-template .g-xxl-2,
  div.cartz-template .gy-xxl-2 {
    --cz-gutter-y: 0.5rem;
  }
  div.cartz-template .g-xxl-3,
  div.cartz-template .gx-xxl-3 {
    --cz-gutter-x: 1rem;
  }
  div.cartz-template .g-xxl-3,
  div.cartz-template .gy-xxl-3 {
    --cz-gutter-y: 1rem;
  }
  div.cartz-template .g-xxl-4,
  div.cartz-template .gx-xxl-4 {
    --cz-gutter-x: 1.5rem;
  }
  div.cartz-template .g-xxl-4,
  div.cartz-template .gy-xxl-4 {
    --cz-gutter-y: 1.5rem;
  }
  div.cartz-template .g-xxl-5,
  div.cartz-template .gx-xxl-5 {
    --cz-gutter-x: 3rem;
  }
  div.cartz-template .g-xxl-5,
  div.cartz-template .gy-xxl-5 {
    --cz-gutter-y: 3rem;
  }
  div.cartz-template .g-xxl-10,
  div.cartz-template .gx-xxl-10 {
    --cz-gutter-x: 10rem;
  }
  div.cartz-template .g-xxl-10,
  div.cartz-template .gy-xxl-10 {
    --cz-gutter-y: 10rem;
  }
  div.cartz-template .g-xxl-grid-gutter,
  div.cartz-template .gx-xxl-grid-gutter {
    --cz-gutter-x: 1.875rem;
  }
  div.cartz-template .g-xxl-grid-gutter,
  div.cartz-template .gy-xxl-grid-gutter {
    --cz-gutter-y: 1.875rem;
  }
}
div.cartz-template .table {
  --cz-table-color: var(--cz-body-color);
  --cz-table-bg: transparent;
  --cz-table-border-color: var(--cz-border-color);
  --cz-table-accent-bg: transparent;
  --cz-table-striped-color: var(--cz-body-color);
  --cz-table-striped-bg: rgba(0, 0, 0, 0.0375);
  --cz-table-active-color: var(--cz-body-color);
  --cz-table-active-bg: rgba(0, 0, 0, 0.05);
  --cz-table-hover-color: var(--cz-body-color);
  --cz-table-hover-bg: rgba(0, 0, 0, 0.05);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--cz-table-color);
  vertical-align: top;
  border-color: var(--cz-table-border-color);
}
div.cartz-template .table > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
  background-color: var(--cz-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--cz-table-accent-bg);
}
div.cartz-template .table > tbody {
  vertical-align: inherit;
}
div.cartz-template .table > thead {
  vertical-align: bottom;
}
div.cartz-template .table-group-divider {
  border-top: 2px solid currentcolor;
}
div.cartz-template .caption-top {
  caption-side: top;
}
div.cartz-template .table-sm > :not(caption) > * > * {
  padding: 0.375rem 0.375rem;
}
div.cartz-template .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
div.cartz-template .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
div.cartz-template .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
div.cartz-template .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
div.cartz-template .table-striped > tbody > tr:nth-of-type(odd) > * {
  --cz-table-accent-bg: var(--cz-table-striped-bg);
  color: var(--cz-table-striped-color);
}
div.cartz-template .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --cz-table-accent-bg: var(--cz-table-striped-bg);
  color: var(--cz-table-striped-color);
}
div.cartz-template .table-active {
  --cz-table-accent-bg: var(--cz-table-active-bg);
  color: var(--cz-table-active-color);
}
div.cartz-template .table-hover > tbody > tr:hover > * {
  --cz-table-accent-bg: var(--cz-table-hover-bg);
  color: var(--cz-table-hover-color);
}
div.cartz-template .table-primary {
  --cz-table-color: #000;
  --cz-table-bg: #f9e8ea;
  --cz-table-border-color: #e0d1d3;
  --cz-table-striped-bg: #f0dfe1;
  --cz-table-striped-color: #000;
  --cz-table-active-bg: #eddcde;
  --cz-table-active-color: #000;
  --cz-table-hover-bg: #eddcde;
  --cz-table-hover-color: #000;
  color: var(--cz-table-color);
  border-color: var(--cz-table-border-color);
}
div.cartz-template .table-secondary {
  --cz-table-color: #000;
  --cz-table-bg: #fefefe;
  --cz-table-border-color: #e5e5e5;
  --cz-table-striped-bg: #f4f4f4;
  --cz-table-striped-color: #000;
  --cz-table-active-bg: #f1f1f1;
  --cz-table-active-color: #000;
  --cz-table-hover-bg: #f1f1f1;
  --cz-table-hover-color: #000;
  color: var(--cz-table-color);
  border-color: var(--cz-table-border-color);
}
div.cartz-template .table-success {
  --cz-table-color: #000;
  --cz-table-bg: #ecfbf5;
  --cz-table-border-color: #d4e2dd;
  --cz-table-striped-bg: #e3f2ec;
  --cz-table-striped-color: #000;
  --cz-table-active-bg: #e0eee9;
  --cz-table-active-color: #000;
  --cz-table-hover-bg: #e0eee9;
  --cz-table-hover-color: #000;
  color: var(--cz-table-color);
  border-color: var(--cz-table-border-color);
}
div.cartz-template .table-info {
  --cz-table-color: #000;
  --cz-table-bg: #f0f7ff;
  --cz-table-border-color: #d8dee6;
  --cz-table-striped-bg: #e7eef5;
  --cz-table-striped-color: #000;
  --cz-table-active-bg: #e4ebf2;
  --cz-table-active-color: #000;
  --cz-table-hover-bg: #e4ebf2;
  --cz-table-hover-color: #000;
  color: var(--cz-table-color);
  border-color: var(--cz-table-border-color);
}
div.cartz-template .table-warning {
  --cz-table-color: #000;
  --cz-table-bg: #fff6f0;
  --cz-table-border-color: #e6ddd8;
  --cz-table-striped-bg: #f5ede7;
  --cz-table-striped-color: #000;
  --cz-table-active-bg: #f2eae4;
  --cz-table-active-color: #000;
  --cz-table-hover-bg: #f2eae4;
  --cz-table-hover-color: #000;
  color: var(--cz-table-color);
  border-color: var(--cz-table-border-color);
}
div.cartz-template .table-danger {
  --cz-table-color: #000;
  --cz-table-bg: #feedf1;
  --cz-table-border-color: #e5d5d9;
  --cz-table-striped-bg: #f4e4e8;
  --cz-table-striped-color: #000;
  --cz-table-active-bg: #f1e1e5;
  --cz-table-active-color: #000;
  --cz-table-hover-bg: #f1e1e5;
  --cz-table-hover-color: #000;
  color: var(--cz-table-color);
  border-color: var(--cz-table-border-color);
}
div.cartz-template .table-light {
  --cz-table-color: #000;
  --cz-table-bg: #fff;
  --cz-table-border-color: #e6e6e6;
  --cz-table-striped-bg: whitesmoke;
  --cz-table-striped-color: #000;
  --cz-table-active-bg: #f2f2f2;
  --cz-table-active-color: #000;
  --cz-table-hover-bg: #f2f2f2;
  --cz-table-hover-color: #000;
  color: var(--cz-table-color);
  border-color: var(--cz-table-border-color);
}
div.cartz-template .table-dark {
  --cz-table-color: #fff;
  --cz-table-bg: #373f50;
  --cz-table-border-color: #4b5262;
  --cz-table-striped-bg: #3f4657;
  --cz-table-striped-color: #fff;
  --cz-table-active-bg: #414959;
  --cz-table-active-color: #fff;
  --cz-table-hover-bg: #414959;
  --cz-table-hover-color: #fff;
  color: var(--cz-table-color);
  border-color: var(--cz-table-border-color);
}
div.cartz-template .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 499.98px) {
  div.cartz-template .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  div.cartz-template .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  div.cartz-template .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1279.98px) {
  div.cartz-template .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  div.cartz-template .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
div.cartz-template .form-label {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #373f50;
}
div.cartz-template .col-form-label {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: #373f50;
}
div.cartz-template .col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.0625rem;
}
div.cartz-template .col-form-label-sm {
  padding-top: calc(0.425rem + 1px);
  padding-bottom: calc(0.425rem + 1px);
  font-size: 0.8125rem;
}
div.cartz-template .form-text {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #7d879c;
}
div.cartz-template .form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4b566b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dae1e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.3125rem;
  box-shadow: inset 0 1px 2px transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .form-control {
    transition: none;
  }
}
div.cartz-template .form-control[type=file] {
  overflow: hidden;
}
div.cartz-template .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
div.cartz-template .form-control:focus {
  color: #4b566b;
  background-color: #fff;
  border-color: rgba(var(--cz-primary-rgb), 0.35);
  outline: 0;
  box-shadow: inset 0 1px 2px transparent, 0 0.375rem 0.625rem -0.3125rem rgba(var(--cz-primary-rgb), 0.15);
}
div.cartz-template .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
div.cartz-template .form-control::-moz-placeholder {
  color: #7d879c;
  opacity: 1;
}
div.cartz-template .form-control::placeholder {
  color: #7d879c;
  opacity: 1;
}
div.cartz-template .form-control:disabled {
  background-color: #f6f9fc;
  opacity: 1;
}
div.cartz-template .form-control::-webkit-file-upload-button {
  padding: 0.625rem 1rem;
  margin: -0.625rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #373f50;
  background-color: #f6f9fc;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
div.cartz-template .form-control::file-selector-button {
  padding: 0.625rem 1rem;
  margin: -0.625rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #373f50;
  background-color: #f6f9fc;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
div.cartz-template .form-control::file-selector-button {
  padding: 0.625rem 1rem;
  margin: -0.625rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #373f50;
  background-color: #f6f9fc;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  div.cartz-template .form-control::file-selector-button {
    transition: none;
  }
  div.cartz-template .form-control::file-selector-button {
    transition: none;
  }
}
div.cartz-template .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f6f9fc;
}
div.cartz-template .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f6f9fc;
}
div.cartz-template .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f6f9fc;
}
div.cartz-template .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4b566b;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
div.cartz-template .form-control-plaintext:focus {
  outline: 0;
}
div.cartz-template .form-control-plaintext.form-control-sm, div.cartz-template .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
div.cartz-template .form-control-sm {
  min-height: calc(1.5em + 0.85rem + 2px);
  padding: 0.425rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
}
div.cartz-template .form-control-sm::-webkit-file-upload-button {
  padding: 0.425rem 0.75rem;
  margin: -0.425rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
}
div.cartz-template .form-control-sm::file-selector-button {
  padding: 0.425rem 0.75rem;
  margin: -0.425rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
}
div.cartz-template .form-control-sm::file-selector-button {
  padding: 0.425rem 0.75rem;
  margin: -0.425rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
}
div.cartz-template .form-control-lg {
  min-height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1.0625rem;
  border-radius: 0.4375rem;
}
div.cartz-template .form-control-lg::-webkit-file-upload-button {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
}
div.cartz-template .form-control-lg::file-selector-button {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
}
div.cartz-template .form-control-lg::file-selector-button {
  padding: 0.75rem 1.25rem;
  margin: -0.75rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
}
div.cartz-template textarea.form-control {
  min-height: calc(1.5em + 1.25rem + 2px);
}
div.cartz-template textarea.form-control-sm {
  min-height: calc(1.5em + 0.85rem + 2px);
}
div.cartz-template textarea.form-control-lg {
  min-height: calc(1.5em + 1.5rem + 2px);
}
div.cartz-template .form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem;
}
div.cartz-template .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
div.cartz-template .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.3125rem;
}
div.cartz-template .form-control-color::-webkit-color-swatch {
  border-radius: 0.3125rem;
}
div.cartz-template .form-control-color.form-control-sm {
  height: calc(1.5em + 0.85rem + 2px);
}
div.cartz-template .form-control-color.form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
}
div.cartz-template .form-select {
  display: block;
  width: 100%;
  padding: 0.625rem 3rem 0.625rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4b566b;
  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='%23373f50' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #dae1e7;
  border-radius: 0.3125rem;
  box-shadow: inset 0 1px 2px transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .form-select {
    transition: none;
  }
}
div.cartz-template .form-select:focus {
  border-color: rgba(var(--cz-primary-rgb), 0.35);
  outline: 0;
  box-shadow: inset 0 1px 2px transparent, 0 0 0 0 rgba(199, 28, 45, 0.25);
}
div.cartz-template .form-select[multiple], div.cartz-template .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
div.cartz-template .form-select:disabled {
  background-color: #f3f5f9;
}
div.cartz-template .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4b566b;
}
div.cartz-template .form-select-sm {
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  padding-left: 0.75rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
}
div.cartz-template .form-select-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  font-size: 1.0625rem;
  border-radius: 0.4375rem;
}
div.cartz-template .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
div.cartz-template .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
div.cartz-template .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
div.cartz-template .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
div.cartz-template .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 #c1cdd7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  print-color-adjust: exact;
}
div.cartz-template .form-check-input[type=checkbox] {
  border-radius: 0.3125em;
}
div.cartz-template .form-check-input[type=radio] {
  border-radius: 50%;
}
div.cartz-template .form-check-input:active {
  filter: none;
}
div.cartz-template .form-check-input:focus {
  border-color: rgba(var(--cz-primary-rgb), 0.35);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(199, 28, 45, 0.25);
}
div.cartz-template .form-check-input:checked {
  background-color: #c71c2d;
  border-color: #c71c2d;
}
div.cartz-template .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
div.cartz-template .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");
}
div.cartz-template .form-check-input[type=checkbox]:indeterminate {
  background-color: #c71c2d;
  border-color: #c71c2d;
  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");
}
div.cartz-template .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.6;
}
div.cartz-template .form-check-input[disabled] ~ .form-check-label, div.cartz-template .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.6;
}
div.cartz-template .form-switch {
  padding-left: 2.6875rem;
}
div.cartz-template .form-switch .form-check-input {
  width: 2.1875rem;
  margin-left: -2.6875rem;
  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");
  background-position: left center;
  border-radius: 2.1875rem;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .form-switch .form-check-input {
    transition: none;
  }
}
div.cartz-template .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='%23fff'/%3e%3c/svg%3e");
}
div.cartz-template .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");
}
div.cartz-template .form-switch.form-check-reverse {
  padding-right: 2.6875rem;
  padding-left: 0;
}
div.cartz-template .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.6875rem;
  margin-left: 0;
}
div.cartz-template .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
div.cartz-template .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
div.cartz-template .btn-check[disabled] + .btn, div.cartz-template .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
div.cartz-template .form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.cartz-template .form-range:focus {
  outline: 0;
}
div.cartz-template .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(var(--cz-primary-rgb), 0.15);
}
div.cartz-template .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(var(--cz-primary-rgb), 0.15);
}
div.cartz-template .form-range::-moz-focus-outer {
  border: 0;
}
div.cartz-template .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--cz-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
div.cartz-template .form-range::-webkit-slider-thumb:active {
  background-color: var(--cz-primary);
}
div.cartz-template .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e3e9ef;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px transparent;
}
div.cartz-template .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--cz-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
div.cartz-template .form-range::-moz-range-thumb:active {
  background-color: var(--cz-primary);
}
div.cartz-template .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e3e9ef;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px transparent;
}
div.cartz-template .form-range:disabled {
  pointer-events: none;
}
div.cartz-template .form-range:disabled::-webkit-slider-thumb {
  background-color: #aeb4be;
}
div.cartz-template .form-range:disabled::-moz-range-thumb {
  background-color: #aeb4be;
}
div.cartz-template .form-floating {
  position: relative;
}
div.cartz-template .form-floating > .form-control,
div.cartz-template .form-floating > .form-control-plaintext,
div.cartz-template .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
div.cartz-template .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .form-floating > label {
    transition: none;
  }
}
div.cartz-template .form-floating > .form-control,
div.cartz-template .form-floating > .form-control-plaintext {
  padding: 1rem 1rem;
}
div.cartz-template .form-floating > .form-control::-moz-placeholder, div.cartz-template .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
div.cartz-template .form-floating > .form-control::placeholder,
div.cartz-template .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
div.cartz-template .form-floating > .form-control:not(:-moz-placeholder-shown), div.cartz-template .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
div.cartz-template .form-floating > .form-control:focus, div.cartz-template .form-floating > .form-control:not(:placeholder-shown),
div.cartz-template .form-floating > .form-control-plaintext:focus,
div.cartz-template .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
div.cartz-template .form-floating > .form-control:-webkit-autofill,
div.cartz-template .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
div.cartz-template .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
div.cartz-template .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
div.cartz-template .form-floating > .form-control:focus ~ label,
div.cartz-template .form-floating > .form-control:not(:placeholder-shown) ~ label,
div.cartz-template .form-floating > .form-control-plaintext ~ label,
div.cartz-template .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
div.cartz-template .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
div.cartz-template .form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
div.cartz-template .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
div.cartz-template .input-group > .form-control,
div.cartz-template .input-group > .form-select,
div.cartz-template .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
div.cartz-template .input-group > .form-control:focus,
div.cartz-template .input-group > .form-select:focus,
div.cartz-template .input-group > .form-floating:focus-within {
  z-index: 5;
}
div.cartz-template .input-group .btn {
  position: relative;
  z-index: 2;
}
div.cartz-template .input-group .btn:focus {
  z-index: 5;
}
div.cartz-template .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4b566b;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dae1e7;
  border-radius: 0.3125rem;
}
div.cartz-template .input-group-lg > .form-control,
div.cartz-template .input-group-lg > .form-select,
div.cartz-template .input-group-lg > .input-group-text,
div.cartz-template .input-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.0625rem;
  border-radius: 0.4375rem;
}
div.cartz-template .input-group-sm > .form-control,
div.cartz-template .input-group-sm > .form-select,
div.cartz-template .input-group-sm > .input-group-text,
div.cartz-template .input-group-sm > .btn {
  padding: 0.425rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
}
div.cartz-template .input-group-lg > .form-select,
div.cartz-template .input-group-sm > .form-select {
  padding-right: 4rem;
}
div.cartz-template .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
div.cartz-template .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
div.cartz-template .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
div.cartz-template .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.cartz-template .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
div.cartz-template .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
div.cartz-template .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
div.cartz-template .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.cartz-template .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;
}
div.cartz-template .input-group > .form-floating:not(:first-child) > .form-control,
div.cartz-template .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.cartz-template .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #42d697;
}
div.cartz-template .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.75rem;
  color: #000;
  background-color: rgba(66, 214, 151, 0.1);
  border-radius: 0.25rem;
}
div.cartz-template .was-validated :valid ~ .valid-feedback,
div.cartz-template .was-validated :valid ~ .valid-tooltip,
div.cartz-template .is-valid ~ .valid-feedback,
div.cartz-template .is-valid ~ .valid-tooltip {
  display: block;
}
div.cartz-template .was-validated .form-control:valid, div.cartz-template .form-control.is-valid {
  border-color: #42d697;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%2342d697' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='6' cy='6' r='5'%3e%3c/circle%3e%3cpolyline stroke-width='1.15' points='11 2 6 7.5 3.8 6.01'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
div.cartz-template .was-validated .form-control:valid:focus, div.cartz-template .form-control.is-valid:focus {
  border-color: #42d697;
  box-shadow: 0 0 0 0 rgba(66, 214, 151, 0.25);
}
div.cartz-template .was-validated textarea.form-control:valid, div.cartz-template textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}
div.cartz-template .was-validated .form-select:valid, div.cartz-template .form-select.is-valid {
  border-color: #42d697;
}
div.cartz-template .was-validated .form-select:valid:not([multiple]):not([size]), div.cartz-template .was-validated .form-select:valid:not([multiple])[size="1"], div.cartz-template .form-select.is-valid:not([multiple]):not([size]), div.cartz-template .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  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='%23373f50' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%2342d697' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='6' cy='6' r='5'%3e%3c/circle%3e%3cpolyline stroke-width='1.15' points='11 2 6 7.5 3.8 6.01'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
div.cartz-template .was-validated .form-select:valid:focus, div.cartz-template .form-select.is-valid:focus {
  border-color: #42d697;
  box-shadow: 0 0 0 0 rgba(66, 214, 151, 0.25);
}
div.cartz-template .was-validated .form-control-color:valid, div.cartz-template .form-control-color.is-valid {
  width: calc(3rem + 1.5em + 1.25rem);
}
div.cartz-template .was-validated .form-check-input:valid, div.cartz-template .form-check-input.is-valid {
  border-color: #42d697;
}
div.cartz-template .was-validated .form-check-input:valid:checked, div.cartz-template .form-check-input.is-valid:checked {
  background-color: #42d697;
}
div.cartz-template .was-validated .form-check-input:valid:focus, div.cartz-template .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0 rgba(66, 214, 151, 0.25);
}
div.cartz-template .was-validated .form-check-input:valid ~ .form-check-label, div.cartz-template .form-check-input.is-valid ~ .form-check-label {
  color: #42d697;
}
div.cartz-template .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
div.cartz-template .was-validated .input-group > .form-control:not(:focus):valid, div.cartz-template .input-group > .form-control:not(:focus).is-valid,
div.cartz-template .was-validated .input-group > .form-select:not(:focus):valid,
div.cartz-template .input-group > .form-select:not(:focus).is-valid,
div.cartz-template .was-validated .input-group > .form-floating:not(:focus-within):valid,
div.cartz-template .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
div.cartz-template .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #f34770;
}
div.cartz-template .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.75rem;
  color: #000;
  background-color: rgba(243, 71, 112, 0.1);
  border-radius: 0.25rem;
}
div.cartz-template .was-validated :invalid ~ .invalid-feedback,
div.cartz-template .was-validated :invalid ~ .invalid-tooltip,
div.cartz-template .is-invalid ~ .invalid-feedback,
div.cartz-template .is-invalid ~ .invalid-tooltip {
  display: block;
}
div.cartz-template .was-validated .form-control:invalid, div.cartz-template .form-control.is-invalid {
  border-color: #f34770;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23f34770' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='6' cy='6' r='5'%3e%3c/circle%3e%3cline x1='8' y1='4' x2='4' y2='8'%3e%3c/line%3e%3cline x1='4' y1='4' x2='8' y2='8'%3e%3c/line%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
div.cartz-template .was-validated .form-control:invalid:focus, div.cartz-template .form-control.is-invalid:focus {
  border-color: #f34770;
  box-shadow: 0 0 0 0 rgba(243, 71, 112, 0.25);
}
div.cartz-template .was-validated textarea.form-control:invalid, div.cartz-template textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}
div.cartz-template .was-validated .form-select:invalid, div.cartz-template .form-select.is-invalid {
  border-color: #f34770;
}
div.cartz-template .was-validated .form-select:invalid:not([multiple]):not([size]), div.cartz-template .was-validated .form-select:invalid:not([multiple])[size="1"], div.cartz-template .form-select.is-invalid:not([multiple]):not([size]), div.cartz-template .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  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='%23373f50' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23f34770' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='6' cy='6' r='5'%3e%3c/circle%3e%3cline x1='8' y1='4' x2='4' y2='8'%3e%3c/line%3e%3cline x1='4' y1='4' x2='8' y2='8'%3e%3c/line%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
div.cartz-template .was-validated .form-select:invalid:focus, div.cartz-template .form-select.is-invalid:focus {
  border-color: #f34770;
  box-shadow: 0 0 0 0 rgba(243, 71, 112, 0.25);
}
div.cartz-template .was-validated .form-control-color:invalid, div.cartz-template .form-control-color.is-invalid {
  width: calc(3rem + 1.5em + 1.25rem);
}
div.cartz-template .was-validated .form-check-input:invalid, div.cartz-template .form-check-input.is-invalid {
  border-color: #f34770;
}
div.cartz-template .was-validated .form-check-input:invalid:checked, div.cartz-template .form-check-input.is-invalid:checked {
  background-color: #f34770;
}
div.cartz-template .was-validated .form-check-input:invalid:focus, div.cartz-template .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0 rgba(243, 71, 112, 0.25);
}
div.cartz-template .was-validated .form-check-input:invalid ~ .form-check-label, div.cartz-template .form-check-input.is-invalid ~ .form-check-label {
  color: #f34770;
}
div.cartz-template .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
div.cartz-template .was-validated .input-group > .form-control:not(:focus):invalid, div.cartz-template .input-group > .form-control:not(:focus).is-invalid,
div.cartz-template .was-validated .input-group > .form-select:not(:focus):invalid,
div.cartz-template .input-group > .form-select:not(:focus).is-invalid,
div.cartz-template .was-validated .input-group > .form-floating:not(:focus-within):invalid,
div.cartz-template .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
div.cartz-template .btn {
  --cz-btn-padding-x: 1.375rem;
  --cz-btn-padding-y: 0.625rem;
  --cz-btn-font-family: ;
  --cz-btn-font-size: 0.9375rem;
  --cz-btn-font-weight: normal;
  --cz-btn-line-height: 1.5;
  --cz-btn-color: #4b566b;
  --cz-btn-bg: transparent;
  --cz-btn-border-width: 1px;
  --cz-btn-border-color: transparent;
  --cz-btn-border-radius: 0.3125rem;
  --cz-btn-hover-border-color: transparent;
  --cz-btn-box-shadow: unset;
  --cz-btn-disabled-opacity: 0.65;
  --cz-btn-focus-box-shadow: 0 0 0 0 rgba(var(--cz-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--cz-btn-padding-y) var(--cz-btn-padding-x);
  font-family: var(--cz-btn-font-family);
  font-size: var(--cz-btn-font-size);
  font-weight: var(--cz-btn-font-weight);
  line-height: var(--cz-btn-line-height);
  color: var(--cz-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--cz-btn-border-width) solid var(--cz-btn-border-color);
  border-radius: var(--cz-btn-border-radius);
  background-color: var(--cz-btn-bg);
  box-shadow: var(--cz-btn-box-shadow);
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .btn {
    transition: none;
  }
}
div.cartz-template .btn:hover {
  color: var(--cz-btn-hover-color);
  background-color: var(--cz-btn-hover-bg);
  border-color: var(--cz-btn-hover-border-color);
}
div.cartz-template .btn-check + .btn:hover {
  color: var(--cz-btn-color);
  background-color: var(--cz-btn-bg);
  border-color: var(--cz-btn-border-color);
}
div.cartz-template .btn:focus-visible {
  color: var(--cz-btn-hover-color);
  background-color: var(--cz-btn-hover-bg);
  border-color: var(--cz-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--cz-btn-box-shadow), var(--cz-btn-focus-box-shadow);
}
div.cartz-template .btn-check:focus-visible + .btn {
  border-color: var(--cz-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--cz-btn-box-shadow), var(--cz-btn-focus-box-shadow);
}
div.cartz-template .btn-check:checked + .btn, div.cartz-template :not(.btn-check) + .btn:active, div.cartz-template .btn:first-child:active, div.cartz-template .btn.active, div.cartz-template .btn.show {
  color: var(--cz-btn-active-color);
  background-color: var(--cz-btn-active-bg);
  border-color: var(--cz-btn-active-border-color);
  box-shadow: var(--cz-btn-active-shadow);
}
div.cartz-template .btn-check:checked + .btn:focus-visible, div.cartz-template :not(.btn-check) + .btn:active:focus-visible, div.cartz-template .btn:first-child:active:focus-visible, div.cartz-template .btn.active:focus-visible, div.cartz-template .btn.show:focus-visible {
  box-shadow: var(--cz-btn-active-shadow), var(--cz-btn-focus-box-shadow);
}
div.cartz-template .btn:disabled, div.cartz-template .btn.disabled, div.cartz-template fieldset:disabled .btn {
  color: var(--cz-btn-disabled-color);
  pointer-events: none;
  background-color: var(--cz-btn-disabled-bg);
  border-color: var(--cz-btn-disabled-border-color);
  opacity: var(--cz-btn-disabled-opacity);
  box-shadow: none;
}
div.cartz-template .btn-primary {
  --cz-btn-color: #fff;
  --cz-btn-bg: #c71c2d;
  --cz-btn-border-color: #c71c2d;
  --cz-btn-hover-color: #fff;
  --cz-btn-hover-bg: #a91826;
  --cz-btn-hover-border-color: #9f1624;
  --cz-btn-focus-shadow-rgb: 207, 62, 77;
  --cz-btn-active-color: #fff;
  --cz-btn-active-bg: #9f1624;
  --cz-btn-active-border-color: #951522;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #fff;
  --cz-btn-disabled-bg: #c71c2d;
  --cz-btn-disabled-border-color: #c71c2d;
}
div.cartz-template .btn-accent {
  --cz-btn-color: #fff;
  --cz-btn-bg: #3a61a4;
  --cz-btn-border-color: #3a61a4;
  --cz-btn-hover-color: #fff;
  --cz-btn-hover-bg: #31528b;
  --cz-btn-hover-border-color: #2e4e83;
  --cz-btn-focus-shadow-rgb: 88, 121, 178;
  --cz-btn-active-color: #fff;
  --cz-btn-active-bg: #2e4e83;
  --cz-btn-active-border-color: #2c497b;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #fff;
  --cz-btn-disabled-bg: #3a61a4;
  --cz-btn-disabled-border-color: #3a61a4;
}
div.cartz-template .btn-secondary {
  --cz-btn-color: #000;
  --cz-btn-bg: #f3f5f9;
  --cz-btn-border-color: #f3f5f9;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #f5f7fa;
  --cz-btn-hover-border-color: #f4f6fa;
  --cz-btn-focus-shadow-rgb: 207, 208, 212;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #f5f7fa;
  --cz-btn-active-border-color: #f4f6fa;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #000;
  --cz-btn-disabled-bg: #f3f5f9;
  --cz-btn-disabled-border-color: #f3f5f9;
}
div.cartz-template .btn-success {
  --cz-btn-color: #000;
  --cz-btn-bg: #42d697;
  --cz-btn-border-color: #42d697;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #5edca7;
  --cz-btn-hover-border-color: #55daa1;
  --cz-btn-focus-shadow-rgb: 56, 182, 128;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #68deac;
  --cz-btn-active-border-color: #55daa1;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #000;
  --cz-btn-disabled-bg: #42d697;
  --cz-btn-disabled-border-color: #42d697;
}
div.cartz-template .btn-info {
  --cz-btn-color: #000;
  --cz-btn-bg: #69b3fe;
  --cz-btn-border-color: #69b3fe;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #80befe;
  --cz-btn-hover-border-color: #78bbfe;
  --cz-btn-focus-shadow-rgb: 89, 152, 216;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #87c2fe;
  --cz-btn-active-border-color: #78bbfe;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #000;
  --cz-btn-disabled-bg: #69b3fe;
  --cz-btn-disabled-border-color: #69b3fe;
}
div.cartz-template .btn-warning {
  --cz-btn-color: #000;
  --cz-btn-bg: #fea569;
  --cz-btn-border-color: #fea569;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #feb380;
  --cz-btn-hover-border-color: #feae78;
  --cz-btn-focus-shadow-rgb: 216, 140, 89;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #feb787;
  --cz-btn-active-border-color: #feae78;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #000;
  --cz-btn-disabled-bg: #fea569;
  --cz-btn-disabled-border-color: #fea569;
}
div.cartz-template .btn-danger {
  --cz-btn-color: #000;
  --cz-btn-bg: #f34770;
  --cz-btn-border-color: #f34770;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #f56385;
  --cz-btn-hover-border-color: #f4597e;
  --cz-btn-focus-shadow-rgb: 207, 60, 95;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #f56c8d;
  --cz-btn-active-border-color: #f4597e;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #000;
  --cz-btn-disabled-bg: #f34770;
  --cz-btn-disabled-border-color: #f34770;
}
div.cartz-template .btn-light {
  --cz-btn-color: #000;
  --cz-btn-bg: #fff;
  --cz-btn-border-color: #fff;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #d9d9d9;
  --cz-btn-hover-border-color: #cccccc;
  --cz-btn-focus-shadow-rgb: 217, 217, 217;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #cccccc;
  --cz-btn-active-border-color: #bfbfbf;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #000;
  --cz-btn-disabled-bg: #fff;
  --cz-btn-disabled-border-color: #fff;
}
div.cartz-template .btn-dark {
  --cz-btn-color: #fff;
  --cz-btn-bg: #373f50;
  --cz-btn-border-color: #373f50;
  --cz-btn-hover-color: #fff;
  --cz-btn-hover-bg: #555c6a;
  --cz-btn-hover-border-color: #4b5262;
  --cz-btn-focus-shadow-rgb: 85, 92, 106;
  --cz-btn-active-color: #fff;
  --cz-btn-active-bg: #5f6573;
  --cz-btn-active-border-color: #4b5262;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #fff;
  --cz-btn-disabled-bg: #373f50;
  --cz-btn-disabled-border-color: #373f50;
}
div.cartz-template .btn-outline-primary {
  --cz-btn-color: #c71c2d;
  --cz-btn-border-color: #c71c2d;
  --cz-btn-hover-color: #fff;
  --cz-btn-hover-bg: #c71c2d;
  --cz-btn-hover-border-color: #c71c2d;
  --cz-btn-focus-shadow-rgb: 199, 28, 45;
  --cz-btn-active-color: #fff;
  --cz-btn-active-bg: #c71c2d;
  --cz-btn-active-border-color: #c71c2d;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #c71c2d;
  --cz-btn-disabled-bg: transparent;
  --cz-btn-disabled-border-color: #c71c2d;
  --cz-gradient: none;
}
div.cartz-template .btn-outline-accent {
  --cz-btn-color: #3a61a4;
  --cz-btn-border-color: #3a61a4;
  --cz-btn-hover-color: #fff;
  --cz-btn-hover-bg: #3a61a4;
  --cz-btn-hover-border-color: #3a61a4;
  --cz-btn-focus-shadow-rgb: 58, 97, 164;
  --cz-btn-active-color: #fff;
  --cz-btn-active-bg: #3a61a4;
  --cz-btn-active-border-color: #3a61a4;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #3a61a4;
  --cz-btn-disabled-bg: transparent;
  --cz-btn-disabled-border-color: #3a61a4;
  --cz-gradient: none;
}
div.cartz-template .btn-outline-secondary {
  --cz-btn-color: #f3f5f9;
  --cz-btn-border-color: #f3f5f9;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #f3f5f9;
  --cz-btn-hover-border-color: #f3f5f9;
  --cz-btn-focus-shadow-rgb: 243, 245, 249;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #f3f5f9;
  --cz-btn-active-border-color: #f3f5f9;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #f3f5f9;
  --cz-btn-disabled-bg: transparent;
  --cz-btn-disabled-border-color: #f3f5f9;
  --cz-gradient: none;
}
div.cartz-template .btn-outline-success {
  --cz-btn-color: #42d697;
  --cz-btn-border-color: #42d697;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #42d697;
  --cz-btn-hover-border-color: #42d697;
  --cz-btn-focus-shadow-rgb: 66, 214, 151;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #42d697;
  --cz-btn-active-border-color: #42d697;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #42d697;
  --cz-btn-disabled-bg: transparent;
  --cz-btn-disabled-border-color: #42d697;
  --cz-gradient: none;
}
div.cartz-template .btn-outline-info {
  --cz-btn-color: #69b3fe;
  --cz-btn-border-color: #69b3fe;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #69b3fe;
  --cz-btn-hover-border-color: #69b3fe;
  --cz-btn-focus-shadow-rgb: 105, 179, 254;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #69b3fe;
  --cz-btn-active-border-color: #69b3fe;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #69b3fe;
  --cz-btn-disabled-bg: transparent;
  --cz-btn-disabled-border-color: #69b3fe;
  --cz-gradient: none;
}
div.cartz-template .btn-outline-warning {
  --cz-btn-color: #fea569;
  --cz-btn-border-color: #fea569;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #fea569;
  --cz-btn-hover-border-color: #fea569;
  --cz-btn-focus-shadow-rgb: 254, 165, 105;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #fea569;
  --cz-btn-active-border-color: #fea569;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #fea569;
  --cz-btn-disabled-bg: transparent;
  --cz-btn-disabled-border-color: #fea569;
  --cz-gradient: none;
}
div.cartz-template .btn-outline-danger {
  --cz-btn-color: #f34770;
  --cz-btn-border-color: #f34770;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #f34770;
  --cz-btn-hover-border-color: #f34770;
  --cz-btn-focus-shadow-rgb: 243, 71, 112;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #f34770;
  --cz-btn-active-border-color: #f34770;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #f34770;
  --cz-btn-disabled-bg: transparent;
  --cz-btn-disabled-border-color: #f34770;
  --cz-gradient: none;
}
div.cartz-template .btn-outline-light {
  --cz-btn-color: #fff;
  --cz-btn-border-color: #fff;
  --cz-btn-hover-color: #000;
  --cz-btn-hover-bg: #fff;
  --cz-btn-hover-border-color: #fff;
  --cz-btn-focus-shadow-rgb: 255, 255, 255;
  --cz-btn-active-color: #000;
  --cz-btn-active-bg: #fff;
  --cz-btn-active-border-color: #fff;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #fff;
  --cz-btn-disabled-bg: transparent;
  --cz-btn-disabled-border-color: #fff;
  --cz-gradient: none;
}
div.cartz-template .btn-outline-dark {
  --cz-btn-color: #373f50;
  --cz-btn-border-color: #373f50;
  --cz-btn-hover-color: #fff;
  --cz-btn-hover-bg: #373f50;
  --cz-btn-hover-border-color: #373f50;
  --cz-btn-focus-shadow-rgb: 55, 63, 80;
  --cz-btn-active-color: #fff;
  --cz-btn-active-bg: #373f50;
  --cz-btn-active-border-color: #373f50;
  --cz-btn-active-shadow: unset;
  --cz-btn-disabled-color: #373f50;
  --cz-btn-disabled-bg: transparent;
  --cz-btn-disabled-border-color: #373f50;
  --cz-gradient: none;
}
div.cartz-template .btn-link {
  --cz-btn-font-weight: 400;
  --cz-btn-color: var(--cz-link-color);
  --cz-btn-bg: transparent;
  --cz-btn-border-color: transparent;
  --cz-btn-hover-color: var(--cz-link-hover-color);
  --cz-btn-hover-border-color: transparent;
  --cz-btn-active-color: var(--cz-link-hover-color);
  --cz-btn-active-border-color: transparent;
  --cz-btn-disabled-color: #7d879c;
  --cz-btn-disabled-border-color: transparent;
  --cz-btn-box-shadow: none;
  --cz-btn-focus-shadow-rgb: 207, 62, 77;
  text-decoration: none;
}
div.cartz-template .btn-link:hover, div.cartz-template .btn-link:focus-visible {
  text-decoration: none;
}
div.cartz-template .btn-link:focus-visible {
  color: var(--cz-btn-color);
}
div.cartz-template .btn-link:hover {
  color: var(--cz-btn-hover-color);
}
div.cartz-template .btn-lg, div.cartz-template .btn-group-lg > .btn {
  --cz-btn-padding-y: 0.75rem;
  --cz-btn-padding-x: 1.5rem;
  --cz-btn-font-size: 1.0625rem;
  --cz-btn-border-radius: 0.4375rem;
}
div.cartz-template .btn-sm, div.cartz-template .btn-group-sm > .btn {
  --cz-btn-padding-y: 0.425rem;
  --cz-btn-padding-x: 1rem;
  --cz-btn-font-size: 0.8125rem;
  --cz-btn-border-radius: 0.25rem;
}
div.cartz-template .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .fade {
    transition: none;
  }
}
div.cartz-template .fade:not(.show) {
  opacity: 0;
}
div.cartz-template .collapse:not(.show) {
  display: none;
}
div.cartz-template .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .collapsing {
    transition: none;
  }
}
div.cartz-template .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .collapsing.collapse-horizontal {
    transition: none;
  }
}
div.cartz-template .dropup,
div.cartz-template .dropend,
div.cartz-template .dropdown,
div.cartz-template .dropstart,
div.cartz-template .dropup-center,
div.cartz-template .dropdown-center {
  position: relative;
}
div.cartz-template .dropdown-toggle {
  white-space: nowrap;
}
div.cartz-template .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
  border-top: 0.275rem solid;
  border-right: 0.275rem solid transparent;
  border-bottom: 0;
  border-left: 0.275rem solid transparent;
}
div.cartz-template .dropdown-toggle:empty::after {
  margin-left: 0;
}
div.cartz-template .dropdown-menu {
  --cz-dropdown-zindex: 1000;
  --cz-dropdown-min-width: 10rem;
  --cz-dropdown-padding-x: 0;
  --cz-dropdown-padding-y: 0.5rem;
  --cz-dropdown-spacer: 0.125rem;
  --cz-dropdown-font-size: 1rem;
  --cz-dropdown-color: #4b566b;
  --cz-dropdown-bg: #fff;
  --cz-dropdown-border-color: #e3e9ef;
  --cz-dropdown-border-radius: 0.3125rem;
  --cz-dropdown-border-width: 1px;
  --cz-dropdown-inner-border-radius: calc(0.3125rem - 1px);
  --cz-dropdown-divider-bg: #e3e9ef;
  --cz-dropdown-divider-margin-y: 0.25rem;
  --cz-dropdown-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  --cz-dropdown-link-color: #4b566b;
  --cz-dropdown-link-hover-color: var(--cz-primary);
  --cz-dropdown-link-hover-bg: transparent;
  --cz-dropdown-link-active-color: var(--cz-primary);
  --cz-dropdown-link-active-bg: transparent;
  --cz-dropdown-link-disabled-color: #aeb4be;
  --cz-dropdown-item-padding-x: 1.3rem;
  --cz-dropdown-item-padding-y: 0.425rem;
  --cz-dropdown-header-color: #373f50;
  --cz-dropdown-header-padding-x: 1.3rem;
  --cz-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--cz-dropdown-zindex);
  display: none;
  min-width: var(--cz-dropdown-min-width);
  padding: var(--cz-dropdown-padding-y) var(--cz-dropdown-padding-x);
  margin: 0;
  font-size: var(--cz-dropdown-font-size);
  color: var(--cz-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--cz-dropdown-bg);
  background-clip: padding-box;
  border: var(--cz-dropdown-border-width) solid var(--cz-dropdown-border-color);
  border-radius: var(--cz-dropdown-border-radius);
  box-shadow: var(--cz-dropdown-box-shadow);
}
div.cartz-template .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--cz-dropdown-spacer);
}
div.cartz-template .dropdown-menu-start {
  --bs-position: start;
}
div.cartz-template .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
div.cartz-template .dropdown-menu-end {
  --bs-position: end;
}
div.cartz-template .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 500px) {
  div.cartz-template .dropdown-menu-sm-start {
    --bs-position: start;
  }
  div.cartz-template .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  div.cartz-template .dropdown-menu-sm-end {
    --bs-position: end;
  }
  div.cartz-template .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  div.cartz-template .dropdown-menu-md-start {
    --bs-position: start;
  }
  div.cartz-template .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  div.cartz-template .dropdown-menu-md-end {
    --bs-position: end;
  }
  div.cartz-template .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  div.cartz-template .dropdown-menu-lg-start {
    --bs-position: start;
  }
  div.cartz-template .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  div.cartz-template .dropdown-menu-lg-end {
    --bs-position: end;
  }
  div.cartz-template .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  div.cartz-template .dropdown-menu-xl-start {
    --bs-position: start;
  }
  div.cartz-template .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  div.cartz-template .dropdown-menu-xl-end {
    --bs-position: end;
  }
  div.cartz-template .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  div.cartz-template .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  div.cartz-template .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  div.cartz-template .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  div.cartz-template .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
div.cartz-template .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--cz-dropdown-spacer);
}
div.cartz-template .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
  border-top: 0;
  border-right: 0.275rem solid transparent;
  border-bottom: 0.275rem solid;
  border-left: 0.275rem solid transparent;
}
div.cartz-template .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
div.cartz-template .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--cz-dropdown-spacer);
}
div.cartz-template .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
  border-top: 0.275rem solid transparent;
  border-right: 0;
  border-bottom: 0.275rem solid transparent;
  border-left: 0.275rem solid;
}
div.cartz-template .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
div.cartz-template .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
div.cartz-template .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--cz-dropdown-spacer);
}
div.cartz-template .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
}
div.cartz-template .dropstart .dropdown-toggle::after {
  display: none;
}
div.cartz-template .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
  border-top: 0.275rem solid transparent;
  border-right: 0.275rem solid;
  border-bottom: 0.275rem solid transparent;
}
div.cartz-template .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
div.cartz-template .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
div.cartz-template .dropdown-divider {
  height: 0;
  margin: var(--cz-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--cz-dropdown-divider-bg);
  opacity: 1;
}
div.cartz-template .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--cz-dropdown-item-padding-y) var(--cz-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--cz-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
div.cartz-template .dropdown-item:hover, div.cartz-template .dropdown-item:focus {
  color: var(--cz-dropdown-link-hover-color);
  background-color: var(--cz-dropdown-link-hover-bg);
}
div.cartz-template .dropdown-item.active, div.cartz-template .dropdown-item:active {
  color: var(--cz-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--cz-dropdown-link-active-bg);
}
div.cartz-template .dropdown-item.disabled, div.cartz-template .dropdown-item:disabled {
  color: var(--cz-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
div.cartz-template .dropdown-menu.show {
  display: block;
}
div.cartz-template .dropdown-header {
  display: block;
  padding: var(--cz-dropdown-header-padding-y) var(--cz-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--cz-dropdown-header-color);
  white-space: nowrap;
}
div.cartz-template .dropdown-item-text {
  display: block;
  padding: var(--cz-dropdown-item-padding-y) var(--cz-dropdown-item-padding-x);
  color: var(--cz-dropdown-link-color);
}
div.cartz-template .dropdown-menu-dark {
  --cz-dropdown-color: rgba(255, 255, 255, 0.65);
  --cz-dropdown-bg: #373f50;
  --cz-dropdown-border-color: transparent;
  --cz-dropdown-box-shadow: none;
  --cz-dropdown-link-color: rgba(255, 255, 255, 0.65);
  --cz-dropdown-link-hover-color: #fff;
  --cz-dropdown-divider-bg: rgba(255, 255, 255, 0.12);
  --cz-dropdown-link-hover-bg: transparent;
  --cz-dropdown-link-active-color: #fff;
  --cz-dropdown-link-active-bg: transparent;
  --cz-dropdown-link-disabled-color: rgba(255, 255, 255, 0.4);
  --cz-dropdown-header-color: #fff;
}
div.cartz-template .btn-group,
div.cartz-template .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
div.cartz-template .btn-group > .btn,
div.cartz-template .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
div.cartz-template .btn-group > .btn-check:checked + .btn,
div.cartz-template .btn-group > .btn-check:focus + .btn,
div.cartz-template .btn-group > .btn:hover,
div.cartz-template .btn-group > .btn:focus,
div.cartz-template .btn-group > .btn:active,
div.cartz-template .btn-group > .btn.active,
div.cartz-template .btn-group-vertical > .btn-check:checked + .btn,
div.cartz-template .btn-group-vertical > .btn-check:focus + .btn,
div.cartz-template .btn-group-vertical > .btn:hover,
div.cartz-template .btn-group-vertical > .btn:focus,
div.cartz-template .btn-group-vertical > .btn:active,
div.cartz-template .btn-group-vertical > .btn.active {
  z-index: 1;
}
div.cartz-template .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
div.cartz-template .btn-toolbar .input-group {
  width: auto;
}
div.cartz-template .btn-group {
  border-radius: 0.3125rem;
}
div.cartz-template .btn-group > :not(.btn-check:first-child) + .btn,
div.cartz-template .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
div.cartz-template .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
div.cartz-template .btn-group > .btn.dropdown-toggle-split:first-child,
div.cartz-template .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.cartz-template .btn-group > .btn:nth-child(n+3),
div.cartz-template .btn-group > :not(.btn-check) + .btn,
div.cartz-template .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.cartz-template .dropdown-toggle-split {
  padding-right: 1.03125rem;
  padding-left: 1.03125rem;
}
div.cartz-template .dropdown-toggle-split::after, div.cartz-template .dropup .dropdown-toggle-split::after, div.cartz-template .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
div.cartz-template .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
div.cartz-template .btn-sm + .dropdown-toggle-split, div.cartz-template .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
div.cartz-template .btn-lg + .dropdown-toggle-split, div.cartz-template .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
div.cartz-template .btn-group.show .dropdown-toggle {
  box-shadow: unset;
}
div.cartz-template .btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
div.cartz-template .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
div.cartz-template .btn-group-vertical > .btn,
div.cartz-template .btn-group-vertical > .btn-group {
  width: 100%;
}
div.cartz-template .btn-group-vertical > .btn:not(:first-child),
div.cartz-template .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
div.cartz-template .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
div.cartz-template .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
div.cartz-template .btn-group-vertical > .btn ~ .btn,
div.cartz-template .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
div.cartz-template .nav {
  --cz-nav-link-padding-x: 1.25rem;
  --cz-nav-link-padding-y: 0.75rem;
  --cz-nav-link-font-weight: normal;
  --cz-nav-link-color: #4b566b;
  --cz-nav-link-hover-color: var(--cz-primary);
  --cz-nav-link-disabled-color: #7d879c;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
div.cartz-template .nav-link {
  display: block;
  padding: var(--cz-nav-link-padding-y) var(--cz-nav-link-padding-x);
  font-size: var(--cz-nav-link-font-size);
  font-weight: var(--cz-nav-link-font-weight);
  color: var(--cz-nav-link-color);
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .nav-link {
    transition: none;
  }
}
div.cartz-template .nav-link:hover, div.cartz-template .nav-link:focus {
  color: var(--cz-nav-link-hover-color);
}
div.cartz-template .nav-link.disabled {
  color: var(--cz-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
div.cartz-template .nav-tabs {
  --cz-nav-tabs-border-width: 1px;
  --cz-nav-tabs-border-color: #e3e9ef;
  --cz-nav-tabs-border-radius: 0;
  --cz-nav-tabs-link-hover-border-color: transparent;
  --cz-nav-tabs-link-active-color: var(--cz-primary);
  --cz-nav-tabs-link-active-bg: transparent;
  --cz-nav-tabs-link-active-border-color: var(--cz-primary);
  border-bottom: var(--cz-nav-tabs-border-width) solid var(--cz-nav-tabs-border-color);
}
div.cartz-template .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--cz-nav-tabs-border-width));
  background: none;
  border: var(--cz-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--cz-nav-tabs-border-radius);
  border-top-right-radius: var(--cz-nav-tabs-border-radius);
}
div.cartz-template .nav-tabs .nav-link:hover, div.cartz-template .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--cz-nav-tabs-link-hover-border-color);
}
div.cartz-template .nav-tabs .nav-link.disabled, div.cartz-template .nav-tabs .nav-link:disabled {
  color: var(--cz-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
div.cartz-template .nav-tabs .nav-link.active,
div.cartz-template .nav-tabs .nav-item.show .nav-link {
  color: var(--cz-nav-tabs-link-active-color);
  background-color: var(--cz-nav-tabs-link-active-bg);
  border-color: var(--cz-nav-tabs-link-active-border-color);
}
div.cartz-template .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--cz-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
div.cartz-template .nav-pills {
  --cz-nav-pills-border-radius: 0.3125rem;
  --cz-nav-pills-link-active-color: #fff;
  --cz-nav-pills-link-active-bg: #c71c2d;
}
div.cartz-template .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--cz-nav-pills-border-radius);
}
div.cartz-template .nav-pills .nav-link:disabled {
  color: var(--cz-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
div.cartz-template .nav-pills .nav-link.active,
div.cartz-template .nav-pills .show > .nav-link {
  color: var(--cz-nav-pills-link-active-color);
  background-color: var(--cz-nav-pills-link-active-bg);
}
div.cartz-template .nav-fill > .nav-link,
div.cartz-template .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
div.cartz-template .nav-justified > .nav-link,
div.cartz-template .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
div.cartz-template .nav-fill .nav-item .nav-link,
div.cartz-template .nav-justified .nav-item .nav-link {
  width: 100%;
}
div.cartz-template .tab-content > .tab-pane {
  display: none;
}
div.cartz-template .tab-content > .active {
  display: block;
}
div.cartz-template .navbar {
  --cz-navbar-padding-x: 0;
  --cz-navbar-padding-y: 0.75rem;
  --cz-navbar-color: #4b566b;
  --cz-navbar-hover-color: var(--cz-primary);
  --cz-navbar-disabled-color: #7d879c;
  --cz-navbar-active-color: var(--cz-primary);
  --cz-navbar-brand-padding-y: 0.625rem;
  --cz-navbar-brand-margin-end: 1rem;
  --cz-navbar-brand-font-size: 1.75rem;
  --cz-navbar-brand-color: #373f50;
  --cz-navbar-brand-hover-color: #373f50;
  --cz-navbar-nav-link-padding-x: 1.125rem;
  --cz-navbar-toggler-padding-y: 0.75rem;
  --cz-navbar-toggler-padding-x: 0.75rem;
  --cz-navbar-toggler-font-size: 1rem;
  --cz-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234b566b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --cz-navbar-toggler-border-color: transparent;
  --cz-navbar-toggler-border-radius: 0;
  --cz-navbar-toggler-focus-width: 0;
  --cz-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--cz-navbar-padding-y) var(--cz-navbar-padding-x);
}
div.cartz-template .navbar > .container,
div.cartz-template .navbar > .container-fluid,
div.cartz-template .navbar > .container-sm,
div.cartz-template .navbar > .container-md,
div.cartz-template .navbar > .container-lg,
div.cartz-template .navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
div.cartz-template .navbar-brand {
  padding-top: var(--cz-navbar-brand-padding-y);
  padding-bottom: var(--cz-navbar-brand-padding-y);
  margin-right: var(--cz-navbar-brand-margin-end);
  font-size: var(--cz-navbar-brand-font-size);
  color: var(--cz-navbar-brand-color);
  white-space: nowrap;
}
div.cartz-template .navbar-brand:hover, div.cartz-template .navbar-brand:focus {
  color: var(--cz-navbar-brand-hover-color);
}
div.cartz-template .navbar-nav {
  --cz-nav-link-padding-x: 0;
  --cz-nav-link-padding-y: 0.75rem;
  --cz-nav-link-font-weight: normal;
  --cz-nav-link-color: var(--cz-navbar-color);
  --cz-nav-link-hover-color: var(--cz-navbar-hover-color);
  --cz-nav-link-disabled-color: var(--cz-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
div.cartz-template .navbar-nav .show > .nav-link,
div.cartz-template .navbar-nav .nav-link.active {
  color: var(--cz-navbar-active-color);
}
div.cartz-template .navbar-nav .dropdown-menu {
  position: static;
}
div.cartz-template .navbar-text {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--cz-navbar-color);
}
div.cartz-template .navbar-text a,
div.cartz-template .navbar-text a:hover,
div.cartz-template .navbar-text a:focus {
  color: var(--cz-navbar-active-color);
}
div.cartz-template .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
div.cartz-template .navbar-toggler {
  padding: var(--cz-navbar-toggler-padding-y) var(--cz-navbar-toggler-padding-x);
  font-size: var(--cz-navbar-toggler-font-size);
  line-height: 1;
  color: var(--cz-navbar-color);
  background-color: transparent;
  border: var(--cz-border-width) solid var(--cz-navbar-toggler-border-color);
  border-radius: var(--cz-navbar-toggler-border-radius);
  transition: var(--cz-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .navbar-toggler {
    transition: none;
  }
}
div.cartz-template .navbar-toggler:hover {
  text-decoration: none;
}
div.cartz-template .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--cz-navbar-toggler-focus-width);
}
div.cartz-template .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--cz-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
div.cartz-template .navbar-nav-scroll {
  max-height: var(--cz-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 500px) {
  div.cartz-template .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  div.cartz-template .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  div.cartz-template .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  div.cartz-template .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--cz-navbar-nav-link-padding-x);
    padding-left: var(--cz-navbar-nav-link-padding-x);
  }
  div.cartz-template .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  div.cartz-template .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  div.cartz-template .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  div.cartz-template .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  div.cartz-template .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  div.cartz-template .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  div.cartz-template .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  div.cartz-template .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  div.cartz-template .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  div.cartz-template .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--cz-navbar-nav-link-padding-x);
    padding-left: var(--cz-navbar-nav-link-padding-x);
  }
  div.cartz-template .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  div.cartz-template .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  div.cartz-template .navbar-expand-md .navbar-toggler {
    display: none;
  }
  div.cartz-template .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  div.cartz-template .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  div.cartz-template .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  div.cartz-template .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  div.cartz-template .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  div.cartz-template .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  div.cartz-template .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--cz-navbar-nav-link-padding-x);
    padding-left: var(--cz-navbar-nav-link-padding-x);
  }
  div.cartz-template .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  div.cartz-template .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  div.cartz-template .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  div.cartz-template .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  div.cartz-template .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  div.cartz-template .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1280px) {
  div.cartz-template .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  div.cartz-template .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  div.cartz-template .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  div.cartz-template .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--cz-navbar-nav-link-padding-x);
    padding-left: var(--cz-navbar-nav-link-padding-x);
  }
  div.cartz-template .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  div.cartz-template .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  div.cartz-template .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  div.cartz-template .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  div.cartz-template .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  div.cartz-template .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  div.cartz-template .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  div.cartz-template .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  div.cartz-template .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  div.cartz-template .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--cz-navbar-nav-link-padding-x);
    padding-left: var(--cz-navbar-nav-link-padding-x);
  }
  div.cartz-template .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  div.cartz-template .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  div.cartz-template .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  div.cartz-template .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  div.cartz-template .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  div.cartz-template .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
div.cartz-template .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
div.cartz-template .navbar-expand .navbar-nav {
  flex-direction: row;
}
div.cartz-template .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
div.cartz-template .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--cz-navbar-nav-link-padding-x);
  padding-left: var(--cz-navbar-nav-link-padding-x);
}
div.cartz-template .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
div.cartz-template .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
div.cartz-template .navbar-expand .navbar-toggler {
  display: none;
}
div.cartz-template .navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}
div.cartz-template .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
div.cartz-template .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
div.cartz-template .navbar-dark {
  --cz-navbar-color: rgba(255, 255, 255, 0.65);
  --cz-navbar-hover-color: #fff;
  --cz-navbar-disabled-color: rgba(255, 255, 255, 0.35);
  --cz-navbar-active-color: #fff;
  --cz-navbar-brand-color: #fff;
  --cz-navbar-brand-hover-color: #fff;
  --cz-navbar-toggler-border-color: transparent;
  --cz-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
div.cartz-template .card {
  --cz-card-spacer-y: 1.25rem;
  --cz-card-spacer-x: 1.25rem;
  --cz-card-title-spacer-y: 0.75rem;
  --cz-card-border-width: 1px;
  --cz-card-border-color: rgba(0, 0, 0, 0.085);
  --cz-card-border-radius: 0.4375rem;
  --cz-card-box-shadow: ;
  --cz-card-inner-border-radius: calc(0.4375rem - 1px);
  --cz-card-cap-padding-y: 0.625rem;
  --cz-card-cap-padding-x: 1.25rem;
  --cz-card-cap-bg: transparent;
  --cz-card-cap-color: ;
  --cz-card-height: ;
  --cz-card-color: ;
  --cz-card-bg: #fff;
  --cz-card-img-overlay-padding: 1rem;
  --cz-card-group-margin: 0.9375rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--cz-card-height);
  word-wrap: break-word;
  background-color: var(--cz-card-bg);
  background-clip: border-box;
  border: var(--cz-card-border-width) solid var(--cz-card-border-color);
  border-radius: var(--cz-card-border-radius);
  box-shadow: var(--cz-card-box-shadow);
}
div.cartz-template .card > hr {
  margin-right: 0;
  margin-left: 0;
}
div.cartz-template .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
div.cartz-template .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--cz-card-inner-border-radius);
  border-top-right-radius: var(--cz-card-inner-border-radius);
}
div.cartz-template .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--cz-card-inner-border-radius);
  border-bottom-left-radius: var(--cz-card-inner-border-radius);
}
div.cartz-template .card > .card-header + .list-group,
div.cartz-template .card > .list-group + .card-footer {
  border-top: 0;
}
div.cartz-template .card-body {
  flex: 1 1 auto;
  padding: var(--cz-card-spacer-y) var(--cz-card-spacer-x);
  color: var(--cz-card-color);
}
div.cartz-template .card-title {
  margin-bottom: var(--cz-card-title-spacer-y);
}
div.cartz-template .card-subtitle {
  margin-top: calc(-0.5 * var(--cz-card-title-spacer-y));
  margin-bottom: 0;
}
div.cartz-template .card-text:last-child {
  margin-bottom: 0;
}
div.cartz-template .card-link + .card-link {
  margin-left: var(--cz-card-spacer-x);
}
div.cartz-template .card-header {
  padding: var(--cz-card-cap-padding-y) var(--cz-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--cz-card-cap-color);
  background-color: var(--cz-card-cap-bg);
  border-bottom: var(--cz-card-border-width) solid var(--cz-card-border-color);
}
div.cartz-template .card-header:first-child {
  border-radius: var(--cz-card-inner-border-radius) var(--cz-card-inner-border-radius) 0 0;
}
div.cartz-template .card-footer {
  padding: var(--cz-card-cap-padding-y) var(--cz-card-cap-padding-x);
  color: var(--cz-card-cap-color);
  background-color: var(--cz-card-cap-bg);
  border-top: var(--cz-card-border-width) solid var(--cz-card-border-color);
}
div.cartz-template .card-footer:last-child {
  border-radius: 0 0 var(--cz-card-inner-border-radius) var(--cz-card-inner-border-radius);
}
div.cartz-template .card-header-tabs {
  margin-right: calc(-0.5 * var(--cz-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--cz-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--cz-card-cap-padding-x));
  border-bottom: 0;
}
div.cartz-template .card-header-tabs .nav-link.active {
  background-color: var(--cz-card-bg);
  border-bottom-color: var(--cz-card-bg);
}
div.cartz-template .card-header-pills {
  margin-right: calc(-0.5 * var(--cz-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--cz-card-cap-padding-x));
}
div.cartz-template .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--cz-card-img-overlay-padding);
  border-radius: var(--cz-card-inner-border-radius);
}
div.cartz-template .card-img,
div.cartz-template .card-img-top,
div.cartz-template .card-img-bottom {
  width: 100%;
}
div.cartz-template .card-img,
div.cartz-template .card-img-top {
  border-top-left-radius: var(--cz-card-inner-border-radius);
  border-top-right-radius: var(--cz-card-inner-border-radius);
}
div.cartz-template .card-img,
div.cartz-template .card-img-bottom {
  border-bottom-right-radius: var(--cz-card-inner-border-radius);
  border-bottom-left-radius: var(--cz-card-inner-border-radius);
}
div.cartz-template .card-group > .card {
  margin-bottom: var(--cz-card-group-margin);
}
@media (min-width: 500px) {
  div.cartz-template .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  div.cartz-template .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  div.cartz-template .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  div.cartz-template .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  div.cartz-template .card-group > .card:not(:last-child) .card-img-top,
  div.cartz-template .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  div.cartz-template .card-group > .card:not(:last-child) .card-img-bottom,
  div.cartz-template .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  div.cartz-template .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  div.cartz-template .card-group > .card:not(:first-child) .card-img-top,
  div.cartz-template .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  div.cartz-template .card-group > .card:not(:first-child) .card-img-bottom,
  div.cartz-template .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
div.cartz-template .accordion {
  --cz-accordion-color: #4b566b;
  --cz-accordion-bg: transparent;
  --cz-accordion-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.15s ease;
  --cz-accordion-border-color: #dde4eb;
  --cz-accordion-border-width: 1px;
  --cz-accordion-border-radius: 0.4375rem;
  --cz-accordion-inner-border-radius: calc(0.4375rem - 1px);
  --cz-accordion-btn-padding-x: 1.25rem;
  --cz-accordion-btn-padding-y: 0.625rem;
  --cz-accordion-btn-color: #373f50;
  --cz-accordion-btn-bg: var(--cz-accordion-bg);
  --cz-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23373f50'%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");
  --cz-accordion-btn-icon-width: 1rem;
  --cz-accordion-btn-icon-transform: rotate(-180deg);
  --cz-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --cz-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23373f50'%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");
  --cz-accordion-btn-focus-border-color: #dde4eb;
  --cz-accordion-btn-focus-box-shadow: unset;
  --cz-accordion-body-padding-x: 1.25rem;
  --cz-accordion-body-padding-y: 1.25rem;
  --cz-accordion-active-color: #373f50;
  --cz-accordion-active-bg: transparent;
}
div.cartz-template .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--cz-accordion-btn-padding-y) var(--cz-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--cz-accordion-btn-color);
  text-align: left;
  background-color: var(--cz-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--cz-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .accordion-button {
    transition: none;
  }
}
div.cartz-template .accordion-button:not(.collapsed) {
  color: var(--cz-accordion-active-color);
  background-color: var(--cz-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--cz-accordion-border-width)) 0 var(--cz-accordion-border-color);
}
div.cartz-template .accordion-button:not(.collapsed)::after {
  background-image: var(--cz-accordion-btn-active-icon);
  transform: var(--cz-accordion-btn-icon-transform);
}
div.cartz-template .accordion-button::after {
  flex-shrink: 0;
  width: var(--cz-accordion-btn-icon-width);
  height: var(--cz-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--cz-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--cz-accordion-btn-icon-width);
  transition: var(--cz-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .accordion-button::after {
    transition: none;
  }
}
div.cartz-template .accordion-button:hover {
  z-index: 2;
}
div.cartz-template .accordion-button:focus {
  z-index: 3;
  border-color: var(--cz-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--cz-accordion-btn-focus-box-shadow);
}
div.cartz-template .accordion-header {
  margin-bottom: 0;
}
div.cartz-template .accordion-item {
  color: var(--cz-accordion-color);
  background-color: var(--cz-accordion-bg);
  border: var(--cz-accordion-border-width) solid var(--cz-accordion-border-color);
}
div.cartz-template .accordion-item:first-of-type {
  border-top-left-radius: var(--cz-accordion-border-radius);
  border-top-right-radius: var(--cz-accordion-border-radius);
}
div.cartz-template .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--cz-accordion-inner-border-radius);
  border-top-right-radius: var(--cz-accordion-inner-border-radius);
}
div.cartz-template .accordion-item:not(:first-of-type) {
  border-top: 0;
}
div.cartz-template .accordion-item:last-of-type {
  border-bottom-right-radius: var(--cz-accordion-border-radius);
  border-bottom-left-radius: var(--cz-accordion-border-radius);
}
div.cartz-template .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--cz-accordion-inner-border-radius);
  border-bottom-left-radius: var(--cz-accordion-inner-border-radius);
}
div.cartz-template .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--cz-accordion-border-radius);
  border-bottom-left-radius: var(--cz-accordion-border-radius);
}
div.cartz-template .accordion-body {
  padding: var(--cz-accordion-body-padding-y) var(--cz-accordion-body-padding-x);
}
div.cartz-template .accordion-flush .accordion-collapse {
  border-width: 0;
}
div.cartz-template .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
div.cartz-template .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
div.cartz-template .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
div.cartz-template .accordion-flush .accordion-item .accordion-button, div.cartz-template .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
div.cartz-template .breadcrumb {
  --cz-breadcrumb-padding-x: 0;
  --cz-breadcrumb-padding-y: 0;
  --cz-breadcrumb-margin-bottom: 0;
  --cz-breadcrumb-font-size: 0.8125rem;
  --cz-breadcrumb-bg: ;
  --cz-breadcrumb-border-radius: ;
  --cz-breadcrumb-divider-color: #a6acb7;
  --cz-breadcrumb-item-padding-x: 0.5rem;
  --cz-breadcrumb-item-active-color: #7d879c;
  display: flex;
  flex-wrap: wrap;
  padding: var(--cz-breadcrumb-padding-y) var(--cz-breadcrumb-padding-x);
  margin-bottom: var(--cz-breadcrumb-margin-bottom);
  font-size: var(--cz-breadcrumb-font-size);
  list-style: none;
  background-color: var(--cz-breadcrumb-bg);
  border-radius: var(--cz-breadcrumb-border-radius);
}
div.cartz-template .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--cz-breadcrumb-item-padding-x);
}
div.cartz-template .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--cz-breadcrumb-item-padding-x);
  color: var(--cz-breadcrumb-divider-color);
  content: var(--cz-breadcrumb-divider, "\e90a");
}
div.cartz-template .breadcrumb-item.active {
  color: var(--cz-breadcrumb-item-active-color);
}
div.cartz-template .pagination {
  --cz-pagination-padding-x: 0.75rem;
  --cz-pagination-padding-y: 0.3125rem;
  --cz-pagination-font-size: 0.9375rem;
  --cz-pagination-color: #4b566b;
  --cz-pagination-bg: transparent;
  --cz-pagination-border-width: 1px;
  --cz-pagination-border-color: transparent;
  --cz-pagination-border-radius: 0.3125rem;
  --cz-pagination-hover-color: #4b566b;
  --cz-pagination-hover-bg: #f3f5f9;
  --cz-pagination-hover-border-color: #f3f5f9;
  --cz-pagination-focus-color: var(--cz-link-hover-color);
  --cz-pagination-focus-bg: #f3f5f9;
  --cz-pagination-focus-box-shadow: 0 0 0 0 rgba(199, 28, 45, 0.25);
  --cz-pagination-active-color: #fff;
  --cz-pagination-active-bg: var(--cz-primary);
  --cz-pagination-active-border-color: transparent;
  --cz-pagination-disabled-color: #7d879c;
  --cz-pagination-disabled-bg: #fff;
  --cz-pagination-disabled-border-color: #e3e9ef;
  display: flex;
  padding-left: 0;
  list-style: none;
}
div.cartz-template .page-link {
  position: relative;
  display: block;
  padding: var(--cz-pagination-padding-y) var(--cz-pagination-padding-x);
  font-size: var(--cz-pagination-font-size);
  color: var(--cz-pagination-color);
  background-color: var(--cz-pagination-bg);
  border: var(--cz-pagination-border-width) solid var(--cz-pagination-border-color);
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .page-link {
    transition: none;
  }
}
div.cartz-template .page-link:hover {
  z-index: 2;
  color: var(--cz-pagination-hover-color);
  background-color: var(--cz-pagination-hover-bg);
  border-color: var(--cz-pagination-hover-border-color);
}
div.cartz-template .page-link:focus {
  z-index: 3;
  color: var(--cz-pagination-focus-color);
  background-color: var(--cz-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--cz-pagination-focus-box-shadow);
}
div.cartz-template .page-link.active, div.cartz-template .active > .page-link {
  z-index: 3;
  color: var(--cz-pagination-active-color);
  background-color: var(--cz-pagination-active-bg);
  border-color: var(--cz-pagination-active-border-color);
}
div.cartz-template .page-link.disabled, div.cartz-template .disabled > .page-link {
  color: var(--cz-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--cz-pagination-disabled-bg);
  border-color: var(--cz-pagination-disabled-border-color);
}
div.cartz-template .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
div.cartz-template .page-item:first-child .page-link {
  border-top-left-radius: var(--cz-pagination-border-radius);
  border-bottom-left-radius: var(--cz-pagination-border-radius);
}
div.cartz-template .page-item:last-child .page-link {
  border-top-right-radius: var(--cz-pagination-border-radius);
  border-bottom-right-radius: var(--cz-pagination-border-radius);
}
div.cartz-template .pagination-lg {
  --cz-pagination-padding-x: 1rem;
  --cz-pagination-padding-y: 0.425rem;
  --cz-pagination-font-size: 1.125rem;
  --cz-pagination-border-radius: 0.4375rem;
}
div.cartz-template .pagination-sm {
  --cz-pagination-padding-x: 0.5rem;
  --cz-pagination-padding-y: 0.175rem;
  --cz-pagination-font-size: 0.875rem;
  --cz-pagination-border-radius: 0.25rem;
}
div.cartz-template .badge {
  --cz-badge-padding-x: 0.625em;
  --cz-badge-padding-y: 0.25em;
  --cz-badge-font-size: 0.75em;
  --cz-badge-font-weight: normal;
  --cz-badge-color: #fff;
  --cz-badge-border-radius: 0.175rem;
  display: inline-block;
  padding: var(--cz-badge-padding-y) var(--cz-badge-padding-x);
  font-size: var(--cz-badge-font-size);
  font-weight: var(--cz-badge-font-weight);
  line-height: 1;
  color: var(--cz-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--cz-badge-border-radius);
}
div.cartz-template .badge:empty {
  display: none;
}
div.cartz-template .btn .badge {
  position: relative;
  top: -1px;
}
div.cartz-template .alert {
  --cz-alert-bg: transparent;
  --cz-alert-padding-x: 1.125rem;
  --cz-alert-padding-y: 0.75rem;
  --cz-alert-margin-bottom: 1rem;
  --cz-alert-color: inherit;
  --cz-alert-border-color: transparent;
  --cz-alert-border: 1px solid var(--cz-alert-border-color);
  --cz-alert-border-radius: 0.4375rem;
  position: relative;
  padding: var(--cz-alert-padding-y) var(--cz-alert-padding-x);
  margin-bottom: var(--cz-alert-margin-bottom);
  color: var(--cz-alert-color);
  background-color: var(--cz-alert-bg);
  border: var(--cz-alert-border);
  border-radius: var(--cz-alert-border-radius);
}
div.cartz-template .alert-heading {
  color: inherit;
}
div.cartz-template .alert-link {
  font-weight: normal;
}
div.cartz-template .alert-dismissible {
  padding-right: 3.375rem;
}
div.cartz-template .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.9375rem 1.125rem;
}
div.cartz-template .alert-primary {
  --cz-alert-color: #b31929;
  --cz-alert-bg: #f9e8ea;
  --cz-alert-border-color: #ebb0b6;
}
div.cartz-template .alert-primary .alert-link {
  color: #8f1421;
}
div.cartz-template .alert-accent {
  --cz-alert-color: #345794;
  --cz-alert-bg: #ebeff6;
  --cz-alert-border-color: #bac8df;
}
div.cartz-template .alert-accent .alert-link {
  color: #2a4676;
}
div.cartz-template .alert-secondary {
  --cz-alert-color: #dbdde0;
  --cz-alert-bg: #fefefe;
  --cz-alert-border-color: #fbfcfd;
}
div.cartz-template .alert-secondary .alert-link {
  color: #afb1b3;
}
div.cartz-template .alert-success {
  --cz-alert-color: #3bc188;
  --cz-alert-bg: #ecfbf5;
  --cz-alert-border-color: #bdf1db;
}
div.cartz-template .alert-success .alert-link {
  color: #2f9a6d;
}
div.cartz-template .alert-info {
  --cz-alert-color: #5fa1e5;
  --cz-alert-bg: #f0f7ff;
  --cz-alert-border-color: #cbe4ff;
}
div.cartz-template .alert-info .alert-link {
  color: #4c81b7;
}
div.cartz-template .alert-warning {
  --cz-alert-color: #e5955f;
  --cz-alert-bg: #fff6f0;
  --cz-alert-border-color: #ffe0cb;
}
div.cartz-template .alert-warning .alert-link {
  color: #b7774c;
}
div.cartz-template .alert-danger {
  --cz-alert-color: #db4065;
  --cz-alert-bg: #feedf1;
  --cz-alert-border-color: #fbbfcd;
}
div.cartz-template .alert-danger .alert-link {
  color: #af3351;
}
div.cartz-template .alert-light {
  --cz-alert-color: #e6e6e6;
  --cz-alert-bg: white;
  --cz-alert-border-color: white;
}
div.cartz-template .alert-light .alert-link {
  color: #b8b8b8;
}
div.cartz-template .alert-dark {
  --cz-alert-color: #323948;
  --cz-alert-bg: #ebecee;
  --cz-alert-border-color: #b9bcc2;
}
div.cartz-template .alert-dark .alert-link {
  color: #282e3a;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
div.cartz-template .progress {
  --cz-progress-height: 1rem;
  --cz-progress-font-size: 0.75rem;
  --cz-progress-bg: #f3f5f9;
  --cz-progress-border-radius: 0.3125rem;
  --cz-progress-box-shadow: inset 0 1px 2px transparent;
  --cz-progress-bar-color: #fff;
  --cz-progress-bar-bg: #c71c2d;
  --cz-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--cz-progress-height);
  overflow: hidden;
  font-size: var(--cz-progress-font-size);
  background-color: var(--cz-progress-bg);
  border-radius: var(--cz-progress-border-radius);
  box-shadow: var(--cz-progress-box-shadow);
}
div.cartz-template .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--cz-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--cz-progress-bar-bg);
  transition: var(--cz-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .progress-bar {
    transition: none;
  }
}
div.cartz-template .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: var(--cz-progress-height) var(--cz-progress-height);
}
div.cartz-template .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
div.cartz-template .list-group {
  --cz-list-group-color: #4b566b;
  --cz-list-group-bg: #fff;
  --cz-list-group-border-color: rgba(0, 0, 0, 0.085);
  --cz-list-group-border-width: 1px;
  --cz-list-group-border-radius: 0.4375rem;
  --cz-list-group-item-padding-x: 1.25rem;
  --cz-list-group-item-padding-y: 0.75rem;
  --cz-list-group-action-color: #4b566b;
  --cz-list-group-action-hover-color: #4b566b;
  --cz-list-group-action-hover-bg: #f6f9fc;
  --cz-list-group-action-active-color: #4b566b;
  --cz-list-group-action-active-bg: #f6f9fc;
  --cz-list-group-disabled-color: #7d879c;
  --cz-list-group-disabled-bg: #fff;
  --cz-list-group-active-color: #fff;
  --cz-list-group-active-bg: #c71c2d;
  --cz-list-group-active-border-color: #c71c2d;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--cz-list-group-border-radius);
}
div.cartz-template .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
div.cartz-template .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
div.cartz-template .list-group-item-action {
  width: 100%;
  color: var(--cz-list-group-action-color);
  text-align: inherit;
}
div.cartz-template .list-group-item-action:hover, div.cartz-template .list-group-item-action:focus {
  z-index: 1;
  color: var(--cz-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--cz-list-group-action-hover-bg);
}
div.cartz-template .list-group-item-action:active {
  color: var(--cz-list-group-action-active-color);
  background-color: var(--cz-list-group-action-active-bg);
}
div.cartz-template .list-group-item {
  position: relative;
  display: block;
  padding: var(--cz-list-group-item-padding-y) var(--cz-list-group-item-padding-x);
  color: var(--cz-list-group-color);
  background-color: var(--cz-list-group-bg);
  border: var(--cz-list-group-border-width) solid var(--cz-list-group-border-color);
}
div.cartz-template .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
div.cartz-template .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
div.cartz-template .list-group-item.disabled, div.cartz-template .list-group-item:disabled {
  color: var(--cz-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--cz-list-group-disabled-bg);
}
div.cartz-template .list-group-item.active {
  z-index: 2;
  color: var(--cz-list-group-active-color);
  background-color: var(--cz-list-group-active-bg);
  border-color: var(--cz-list-group-active-border-color);
}
div.cartz-template .list-group-item + .list-group-item {
  border-top-width: 0;
}
div.cartz-template .list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--cz-list-group-border-width));
  border-top-width: var(--cz-list-group-border-width);
}
div.cartz-template .list-group-horizontal {
  flex-direction: row;
}
div.cartz-template .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--cz-list-group-border-radius);
  border-top-right-radius: 0;
}
div.cartz-template .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--cz-list-group-border-radius);
  border-bottom-left-radius: 0;
}
div.cartz-template .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
div.cartz-template .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--cz-list-group-border-width);
  border-left-width: 0;
}
div.cartz-template .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--cz-list-group-border-width));
  border-left-width: var(--cz-list-group-border-width);
}
@media (min-width: 500px) {
  div.cartz-template .list-group-horizontal-sm {
    flex-direction: row;
  }
  div.cartz-template .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--cz-list-group-border-radius);
    border-top-right-radius: 0;
  }
  div.cartz-template .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--cz-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  div.cartz-template .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  div.cartz-template .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--cz-list-group-border-width);
    border-left-width: 0;
  }
  div.cartz-template .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--cz-list-group-border-width));
    border-left-width: var(--cz-list-group-border-width);
  }
}
@media (min-width: 768px) {
  div.cartz-template .list-group-horizontal-md {
    flex-direction: row;
  }
  div.cartz-template .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--cz-list-group-border-radius);
    border-top-right-radius: 0;
  }
  div.cartz-template .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--cz-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  div.cartz-template .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  div.cartz-template .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--cz-list-group-border-width);
    border-left-width: 0;
  }
  div.cartz-template .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--cz-list-group-border-width));
    border-left-width: var(--cz-list-group-border-width);
  }
}
@media (min-width: 992px) {
  div.cartz-template .list-group-horizontal-lg {
    flex-direction: row;
  }
  div.cartz-template .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--cz-list-group-border-radius);
    border-top-right-radius: 0;
  }
  div.cartz-template .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--cz-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  div.cartz-template .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  div.cartz-template .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--cz-list-group-border-width);
    border-left-width: 0;
  }
  div.cartz-template .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--cz-list-group-border-width));
    border-left-width: var(--cz-list-group-border-width);
  }
}
@media (min-width: 1280px) {
  div.cartz-template .list-group-horizontal-xl {
    flex-direction: row;
  }
  div.cartz-template .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--cz-list-group-border-radius);
    border-top-right-radius: 0;
  }
  div.cartz-template .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--cz-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  div.cartz-template .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  div.cartz-template .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--cz-list-group-border-width);
    border-left-width: 0;
  }
  div.cartz-template .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--cz-list-group-border-width));
    border-left-width: var(--cz-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  div.cartz-template .list-group-horizontal-xxl {
    flex-direction: row;
  }
  div.cartz-template .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--cz-list-group-border-radius);
    border-top-right-radius: 0;
  }
  div.cartz-template .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--cz-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  div.cartz-template .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  div.cartz-template .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--cz-list-group-border-width);
    border-left-width: 0;
  }
  div.cartz-template .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--cz-list-group-border-width));
    border-left-width: var(--cz-list-group-border-width);
  }
}
div.cartz-template .list-group-flush {
  border-radius: 0;
}
div.cartz-template .list-group-flush > .list-group-item {
  border-width: 0 0 var(--cz-list-group-border-width);
}
div.cartz-template .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
div.cartz-template .list-group-item-primary {
  color: #b31929;
  background-color: #f9e8ea;
}
div.cartz-template .list-group-item-primary.list-group-item-action:hover, div.cartz-template .list-group-item-primary.list-group-item-action:focus {
  color: #b31929;
  background-color: #e0d1d3;
}
div.cartz-template .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #b31929;
  border-color: #b31929;
}
div.cartz-template .list-group-item-accent {
  color: #345794;
  background-color: #ebeff6;
}
div.cartz-template .list-group-item-accent.list-group-item-action:hover, div.cartz-template .list-group-item-accent.list-group-item-action:focus {
  color: #345794;
  background-color: #d4d7dd;
}
div.cartz-template .list-group-item-accent.list-group-item-action.active {
  color: #fff;
  background-color: #345794;
  border-color: #345794;
}
div.cartz-template .list-group-item-secondary {
  color: #dbdde0;
  background-color: #fefefe;
}
div.cartz-template .list-group-item-secondary.list-group-item-action:hover, div.cartz-template .list-group-item-secondary.list-group-item-action:focus {
  color: #dbdde0;
  background-color: #e5e5e5;
}
div.cartz-template .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #dbdde0;
  border-color: #dbdde0;
}
div.cartz-template .list-group-item-success {
  color: #3bc188;
  background-color: #ecfbf5;
}
div.cartz-template .list-group-item-success.list-group-item-action:hover, div.cartz-template .list-group-item-success.list-group-item-action:focus {
  color: #3bc188;
  background-color: #d4e2dd;
}
div.cartz-template .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3bc188;
  border-color: #3bc188;
}
div.cartz-template .list-group-item-info {
  color: #5fa1e5;
  background-color: #f0f7ff;
}
div.cartz-template .list-group-item-info.list-group-item-action:hover, div.cartz-template .list-group-item-info.list-group-item-action:focus {
  color: #5fa1e5;
  background-color: #d8dee6;
}
div.cartz-template .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #5fa1e5;
  border-color: #5fa1e5;
}
div.cartz-template .list-group-item-warning {
  color: #e5955f;
  background-color: #fff6f0;
}
div.cartz-template .list-group-item-warning.list-group-item-action:hover, div.cartz-template .list-group-item-warning.list-group-item-action:focus {
  color: #e5955f;
  background-color: #e6ddd8;
}
div.cartz-template .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #e5955f;
  border-color: #e5955f;
}
div.cartz-template .list-group-item-danger {
  color: #db4065;
  background-color: #feedf1;
}
div.cartz-template .list-group-item-danger.list-group-item-action:hover, div.cartz-template .list-group-item-danger.list-group-item-action:focus {
  color: #db4065;
  background-color: #e5d5d9;
}
div.cartz-template .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #db4065;
  border-color: #db4065;
}
div.cartz-template .list-group-item-light {
  color: #e6e6e6;
  background-color: white;
}
div.cartz-template .list-group-item-light.list-group-item-action:hover, div.cartz-template .list-group-item-light.list-group-item-action:focus {
  color: #e6e6e6;
  background-color: #e6e6e6;
}
div.cartz-template .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
div.cartz-template .list-group-item-dark {
  color: #323948;
  background-color: #ebecee;
}
div.cartz-template .list-group-item-dark.list-group-item-action:hover, div.cartz-template .list-group-item-dark.list-group-item-action:focus {
  color: #323948;
  background-color: #d4d4d6;
}
div.cartz-template .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #323948;
  border-color: #323948;
}
div.cartz-template .btn-close {
  box-sizing: content-box;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25rem 0.25rem;
  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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  border: 0;
  border-radius: 0.3125rem;
  opacity: 0.5;
}
div.cartz-template .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
div.cartz-template .btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 0.75;
}
div.cartz-template .btn-close:disabled, div.cartz-template .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
div.cartz-template .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
div.cartz-template .toast {
  --cz-toast-zindex: 1040;
  --cz-toast-padding-x: 0.75rem;
  --cz-toast-padding-y: 0.5rem;
  --cz-toast-spacing: 1.875rem;
  --cz-toast-max-width: 350px;
  --cz-toast-font-size: 0.875rem;
  --cz-toast-color: ;
  --cz-toast-bg: #fff;
  --cz-toast-border-width: 0;
  --cz-toast-border-color: transparent;
  --cz-toast-border-radius: 0.3125rem;
  --cz-toast-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  --cz-toast-header-color: #7d879c;
  --cz-toast-header-bg: rgba(255, 255, 255, 0.85);
  --cz-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--cz-toast-max-width);
  max-width: 100%;
  font-size: var(--cz-toast-font-size);
  color: var(--cz-toast-color);
  pointer-events: auto;
  background-color: var(--cz-toast-bg);
  background-clip: padding-box;
  border: var(--cz-toast-border-width) solid var(--cz-toast-border-color);
  box-shadow: var(--cz-toast-box-shadow);
  border-radius: var(--cz-toast-border-radius);
}
div.cartz-template .toast.showing {
  opacity: 0;
}
div.cartz-template .toast:not(.show) {
  display: none;
}
div.cartz-template .toast-container {
  --cz-toast-zindex: 1040;
  position: absolute;
  z-index: var(--cz-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
div.cartz-template .toast-container > :not(:last-child) {
  margin-bottom: var(--cz-toast-spacing);
}
div.cartz-template .toast-header {
  display: flex;
  align-items: center;
  padding: var(--cz-toast-padding-y) var(--cz-toast-padding-x);
  color: var(--cz-toast-header-color);
  background-color: var(--cz-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--cz-toast-border-width) solid var(--cz-toast-header-border-color);
  border-top-left-radius: calc(var(--cz-toast-border-radius) - var(--cz-toast-border-width));
  border-top-right-radius: calc(var(--cz-toast-border-radius) - var(--cz-toast-border-width));
}
div.cartz-template .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--cz-toast-padding-x));
  margin-left: var(--cz-toast-padding-x);
}
div.cartz-template .toast-body {
  padding: var(--cz-toast-padding-x);
  word-wrap: break-word;
}
div.cartz-template .modal {
  --cz-modal-zindex: 1055;
  --cz-modal-width: 500px;
  --cz-modal-padding: 1.25rem;
  --cz-modal-margin: 0.5rem;
  --cz-modal-color: ;
  --cz-modal-bg: #fff;
  --cz-modal-border-color: #e3e9ef;
  --cz-modal-border-width: 1px;
  --cz-modal-border-radius: 0.4375rem;
  --cz-modal-box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  --cz-modal-inner-border-radius: calc(0.4375rem - 1px);
  --cz-modal-header-padding-x: 1.25rem;
  --cz-modal-header-padding-y: 1rem;
  --cz-modal-header-padding: 1rem 1.25rem;
  --cz-modal-header-border-color: var(--cz-border-color);
  --cz-modal-header-border-width: 1px;
  --cz-modal-title-line-height: 1.5;
  --cz-modal-footer-gap: 0.5rem;
  --cz-modal-footer-bg: ;
  --cz-modal-footer-border-color: var(--cz-border-color);
  --cz-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--cz-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
div.cartz-template .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--cz-modal-margin);
  pointer-events: none;
}
div.cartz-template .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .modal.fade .modal-dialog {
    transition: none;
  }
}
div.cartz-template .modal.show .modal-dialog {
  transform: none;
}
div.cartz-template .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
div.cartz-template .modal-dialog-scrollable {
  height: calc(100% - var(--cz-modal-margin) * 2);
}
div.cartz-template .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
div.cartz-template .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
div.cartz-template .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--cz-modal-margin) * 2);
}
div.cartz-template .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--cz-modal-color);
  pointer-events: auto;
  background-color: var(--cz-modal-bg);
  background-clip: padding-box;
  border: var(--cz-modal-border-width) solid var(--cz-modal-border-color);
  border-radius: var(--cz-modal-border-radius);
  box-shadow: var(--cz-modal-box-shadow);
  outline: 0;
}
div.cartz-template .modal-backdrop {
  --cz-backdrop-zindex: 1050;
  --cz-backdrop-bg: #000;
  --cz-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--cz-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--cz-backdrop-bg);
}
div.cartz-template .modal-backdrop.fade {
  opacity: 0;
}
div.cartz-template .modal-backdrop.show {
  opacity: var(--cz-backdrop-opacity);
}
div.cartz-template .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--cz-modal-header-padding);
  border-bottom: var(--cz-modal-header-border-width) solid var(--cz-modal-header-border-color);
  border-top-left-radius: var(--cz-modal-inner-border-radius);
  border-top-right-radius: var(--cz-modal-inner-border-radius);
}
div.cartz-template .modal-header .btn-close {
  padding: calc(var(--cz-modal-header-padding-y) * 0.5) calc(var(--cz-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--cz-modal-header-padding-y)) calc(-0.5 * var(--cz-modal-header-padding-x)) calc(-0.5 * var(--cz-modal-header-padding-y)) auto;
}
div.cartz-template .modal-title {
  margin-bottom: 0;
  line-height: var(--cz-modal-title-line-height);
}
div.cartz-template .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--cz-modal-padding);
}
div.cartz-template .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--cz-modal-padding) - var(--cz-modal-footer-gap) * 0.5);
  background-color: var(--cz-modal-footer-bg);
  border-top: var(--cz-modal-footer-border-width) solid var(--cz-modal-footer-border-color);
  border-bottom-right-radius: var(--cz-modal-inner-border-radius);
  border-bottom-left-radius: var(--cz-modal-inner-border-radius);
}
div.cartz-template .modal-footer > * {
  margin: calc(var(--cz-modal-footer-gap) * 0.5);
}
@media (min-width: 500px) {
  div.cartz-template .modal {
    --cz-modal-margin: 1.75rem;
    --cz-modal-box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  }
  div.cartz-template .modal-dialog {
    max-width: var(--cz-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  div.cartz-template .modal-sm {
    --cz-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  div.cartz-template .modal-lg,
  div.cartz-template .modal-xl {
    --cz-modal-width: 800px;
  }
}
@media (min-width: 1280px) {
  div.cartz-template .modal-xl {
    --cz-modal-width: 1140px;
  }
}
div.cartz-template .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
div.cartz-template .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
div.cartz-template .modal-fullscreen .modal-header,
div.cartz-template .modal-fullscreen .modal-footer {
  border-radius: 0;
}
div.cartz-template .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 499.98px) {
  div.cartz-template .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  div.cartz-template .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  div.cartz-template .modal-fullscreen-sm-down .modal-header,
  div.cartz-template .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  div.cartz-template .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  div.cartz-template .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  div.cartz-template .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  div.cartz-template .modal-fullscreen-md-down .modal-header,
  div.cartz-template .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  div.cartz-template .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  div.cartz-template .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  div.cartz-template .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  div.cartz-template .modal-fullscreen-lg-down .modal-header,
  div.cartz-template .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  div.cartz-template .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1279.98px) {
  div.cartz-template .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  div.cartz-template .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  div.cartz-template .modal-fullscreen-xl-down .modal-header,
  div.cartz-template .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  div.cartz-template .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  div.cartz-template .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  div.cartz-template .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  div.cartz-template .modal-fullscreen-xxl-down .modal-header,
  div.cartz-template .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  div.cartz-template .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
div.cartz-template .tooltip {
  --cz-tooltip-zindex: 1080;
  --cz-tooltip-max-width: 200px;
  --cz-tooltip-padding-x: 0.5rem;
  --cz-tooltip-padding-y: 0.25rem;
  --cz-tooltip-margin: 0.25rem;
  --cz-tooltip-font-size: 0.75rem;
  --cz-tooltip-color: #fff;
  --cz-tooltip-bg: #2b3445;
  --cz-tooltip-border-radius: 0.25rem;
  --cz-tooltip-opacity: 1;
  --cz-tooltip-arrow-width: 0.8rem;
  --cz-tooltip-arrow-height: 0.4rem;
  z-index: var(--cz-tooltip-zindex);
  display: block;
  padding: var(--cz-tooltip-arrow-height);
  margin: var(--cz-tooltip-margin);
  font-family: var(--cz-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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--cz-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
div.cartz-template .tooltip.show {
  opacity: var(--cz-tooltip-opacity);
}
div.cartz-template .tooltip .tooltip-arrow {
  display: block;
  width: var(--cz-tooltip-arrow-width);
  height: var(--cz-tooltip-arrow-height);
}
div.cartz-template .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
div.cartz-template .bs-tooltip-top .tooltip-arrow, div.cartz-template .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
div.cartz-template .bs-tooltip-top .tooltip-arrow::before, div.cartz-template .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--cz-tooltip-arrow-height) calc(var(--cz-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--cz-tooltip-bg);
}
div.cartz-template .bs-tooltip-end .tooltip-arrow, div.cartz-template .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--cz-tooltip-arrow-height);
  height: var(--cz-tooltip-arrow-width);
}
div.cartz-template .bs-tooltip-end .tooltip-arrow::before, div.cartz-template .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--cz-tooltip-arrow-width) * 0.5) var(--cz-tooltip-arrow-height) calc(var(--cz-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--cz-tooltip-bg);
}
div.cartz-template .bs-tooltip-bottom .tooltip-arrow, div.cartz-template .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
div.cartz-template .bs-tooltip-bottom .tooltip-arrow::before, div.cartz-template .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--cz-tooltip-arrow-width) * 0.5) var(--cz-tooltip-arrow-height);
  border-bottom-color: var(--cz-tooltip-bg);
}
div.cartz-template .bs-tooltip-start .tooltip-arrow, div.cartz-template .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--cz-tooltip-arrow-height);
  height: var(--cz-tooltip-arrow-width);
}
div.cartz-template .bs-tooltip-start .tooltip-arrow::before, div.cartz-template .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--cz-tooltip-arrow-width) * 0.5) 0 calc(var(--cz-tooltip-arrow-width) * 0.5) var(--cz-tooltip-arrow-height);
  border-left-color: var(--cz-tooltip-bg);
}
div.cartz-template .tooltip-inner {
  max-width: var(--cz-tooltip-max-width);
  padding: var(--cz-tooltip-padding-y) var(--cz-tooltip-padding-x);
  color: var(--cz-tooltip-color);
  text-align: center;
  background-color: var(--cz-tooltip-bg);
  border-radius: var(--cz-tooltip-border-radius);
}
div.cartz-template .popover {
  --cz-popover-zindex: 1070;
  --cz-popover-max-width: 276px;
  --cz-popover-font-size: 0.875rem;
  --cz-popover-bg: #fff;
  --cz-popover-border-width: 1px;
  --cz-popover-border-color: #e3e9ef;
  --cz-popover-border-radius: 0.3125rem;
  --cz-popover-inner-border-radius: calc(0.3125rem - 1px);
  --cz-popover-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  --cz-popover-header-padding-x: 1rem;
  --cz-popover-header-padding-y: 0.75rem;
  --cz-popover-header-font-size: 0.9375rem;
  --cz-popover-header-color: #373f50;
  --cz-popover-header-bg: #f6f9fc;
  --cz-popover-body-padding-x: 1rem;
  --cz-popover-body-padding-y: 1rem;
  --cz-popover-body-color: #7d879c;
  --cz-popover-arrow-width: 1rem;
  --cz-popover-arrow-height: 0.5rem;
  --cz-popover-arrow-border: var(--cz-popover-border-color);
  z-index: var(--cz-popover-zindex);
  display: block;
  max-width: var(--cz-popover-max-width);
  font-family: var(--cz-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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--cz-popover-font-size);
  word-wrap: break-word;
  background-color: var(--cz-popover-bg);
  background-clip: padding-box;
  border: var(--cz-popover-border-width) solid var(--cz-popover-border-color);
  border-radius: var(--cz-popover-border-radius);
  box-shadow: var(--cz-popover-box-shadow);
}
div.cartz-template .popover .popover-arrow {
  display: block;
  width: var(--cz-popover-arrow-width);
  height: var(--cz-popover-arrow-height);
}
div.cartz-template .popover .popover-arrow::before, div.cartz-template .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
div.cartz-template .bs-popover-top > .popover-arrow, div.cartz-template .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--cz-popover-arrow-height)) - var(--cz-popover-border-width));
}
div.cartz-template .bs-popover-top > .popover-arrow::before, div.cartz-template .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, div.cartz-template .bs-popover-top > .popover-arrow::after, div.cartz-template .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--cz-popover-arrow-height) calc(var(--cz-popover-arrow-width) * 0.5) 0;
}
div.cartz-template .bs-popover-top > .popover-arrow::before, div.cartz-template .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--cz-popover-arrow-border);
}
div.cartz-template .bs-popover-top > .popover-arrow::after, div.cartz-template .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--cz-popover-border-width);
  border-top-color: var(--cz-popover-bg);
}
div.cartz-template .bs-popover-end > .popover-arrow, div.cartz-template .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--cz-popover-arrow-height)) - var(--cz-popover-border-width));
  width: var(--cz-popover-arrow-height);
  height: var(--cz-popover-arrow-width);
}
div.cartz-template .bs-popover-end > .popover-arrow::before, div.cartz-template .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, div.cartz-template .bs-popover-end > .popover-arrow::after, div.cartz-template .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--cz-popover-arrow-width) * 0.5) var(--cz-popover-arrow-height) calc(var(--cz-popover-arrow-width) * 0.5) 0;
}
div.cartz-template .bs-popover-end > .popover-arrow::before, div.cartz-template .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--cz-popover-arrow-border);
}
div.cartz-template .bs-popover-end > .popover-arrow::after, div.cartz-template .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--cz-popover-border-width);
  border-right-color: var(--cz-popover-bg);
}
div.cartz-template .bs-popover-bottom > .popover-arrow, div.cartz-template .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--cz-popover-arrow-height)) - var(--cz-popover-border-width));
}
div.cartz-template .bs-popover-bottom > .popover-arrow::before, div.cartz-template .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, div.cartz-template .bs-popover-bottom > .popover-arrow::after, div.cartz-template .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--cz-popover-arrow-width) * 0.5) var(--cz-popover-arrow-height);
}
div.cartz-template .bs-popover-bottom > .popover-arrow::before, div.cartz-template .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--cz-popover-arrow-border);
}
div.cartz-template .bs-popover-bottom > .popover-arrow::after, div.cartz-template .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--cz-popover-border-width);
  border-bottom-color: var(--cz-popover-bg);
}
div.cartz-template .bs-popover-bottom .popover-header::before, div.cartz-template .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--cz-popover-arrow-width);
  margin-left: calc(-0.5 * var(--cz-popover-arrow-width));
  content: "";
  border-bottom: var(--cz-popover-border-width) solid var(--cz-popover-header-bg);
}
div.cartz-template .bs-popover-start > .popover-arrow, div.cartz-template .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--cz-popover-arrow-height)) - var(--cz-popover-border-width));
  width: var(--cz-popover-arrow-height);
  height: var(--cz-popover-arrow-width);
}
div.cartz-template .bs-popover-start > .popover-arrow::before, div.cartz-template .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, div.cartz-template .bs-popover-start > .popover-arrow::after, div.cartz-template .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--cz-popover-arrow-width) * 0.5) 0 calc(var(--cz-popover-arrow-width) * 0.5) var(--cz-popover-arrow-height);
}
div.cartz-template .bs-popover-start > .popover-arrow::before, div.cartz-template .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--cz-popover-arrow-border);
}
div.cartz-template .bs-popover-start > .popover-arrow::after, div.cartz-template .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--cz-popover-border-width);
  border-left-color: var(--cz-popover-bg);
}
div.cartz-template .popover-header {
  padding: var(--cz-popover-header-padding-y) var(--cz-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--cz-popover-header-font-size);
  color: var(--cz-popover-header-color);
  background-color: var(--cz-popover-header-bg);
  border-bottom: var(--cz-popover-border-width) solid var(--cz-popover-border-color);
  border-top-left-radius: var(--cz-popover-inner-border-radius);
  border-top-right-radius: var(--cz-popover-inner-border-radius);
}
div.cartz-template .popover-header:empty {
  display: none;
}
div.cartz-template .popover-body {
  padding: var(--cz-popover-body-padding-y) var(--cz-popover-body-padding-x);
  color: var(--cz-popover-body-color);
}
div.cartz-template .carousel {
  position: relative;
}
div.cartz-template .carousel.pointer-event {
  touch-action: pan-y;
}
div.cartz-template .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
div.cartz-template .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
div.cartz-template .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .carousel-item {
    transition: none;
  }
}
div.cartz-template .carousel-item.active,
div.cartz-template .carousel-item-next,
div.cartz-template .carousel-item-prev {
  display: block;
}
div.cartz-template .carousel-item-next:not(.carousel-item-start),
div.cartz-template .active.carousel-item-end {
  transform: translateX(100%);
}
div.cartz-template .carousel-item-prev:not(.carousel-item-end),
div.cartz-template .active.carousel-item-start {
  transform: translateX(-100%);
}
div.cartz-template .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
div.cartz-template .carousel-fade .carousel-item.active,
div.cartz-template .carousel-fade .carousel-item-next.carousel-item-start,
div.cartz-template .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
div.cartz-template .carousel-fade .active.carousel-item-start,
div.cartz-template .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .carousel-fade .active.carousel-item-start,
  div.cartz-template .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
div.cartz-template .carousel-control-prev,
div.cartz-template .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) {
  div.cartz-template .carousel-control-prev,
  div.cartz-template .carousel-control-next {
    transition: none;
  }
}
div.cartz-template .carousel-control-prev:hover, div.cartz-template .carousel-control-prev:focus,
div.cartz-template .carousel-control-next:hover,
div.cartz-template .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
div.cartz-template .carousel-control-prev {
  left: 0;
}
div.cartz-template .carousel-control-next {
  right: 0;
}
div.cartz-template .carousel-control-prev-icon,
div.cartz-template .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
div.cartz-template .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");
}
div.cartz-template .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");
}
div.cartz-template .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;
}
div.cartz-template .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) {
  div.cartz-template .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
div.cartz-template .carousel-indicators .active {
  opacity: 1;
}
div.cartz-template .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
div.cartz-template .carousel-dark .carousel-control-prev-icon,
div.cartz-template .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
div.cartz-template .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
div.cartz-template .carousel-dark .carousel-caption {
  color: #000;
}
div.cartz-template .spinner-grow,
div.cartz-template .spinner-border {
  display: inline-block;
  width: var(--cz-spinner-width);
  height: var(--cz-spinner-height);
  vertical-align: var(--cz-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--cz-spinner-animation-speed) linear infinite var(--cz-spinner-animation-name);
  animation: var(--cz-spinner-animation-speed) linear infinite var(--cz-spinner-animation-name);
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
div.cartz-template .spinner-border {
  --cz-spinner-width: 2rem;
  --cz-spinner-height: 2rem;
  --cz-spinner-vertical-align: -0.125em;
  --cz-spinner-border-width: 0.15em;
  --cz-spinner-animation-speed: 0.75s;
  --cz-spinner-animation-name: spinner-border;
  border: var(--cz-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
div.cartz-template .spinner-border-sm {
  --cz-spinner-width: 1rem;
  --cz-spinner-height: 1rem;
  --cz-spinner-border-width: 0.1em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
div.cartz-template .spinner-grow {
  --cz-spinner-width: 2rem;
  --cz-spinner-height: 2rem;
  --cz-spinner-vertical-align: -0.125em;
  --cz-spinner-animation-speed: 0.75s;
  --cz-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
div.cartz-template .spinner-grow-sm {
  --cz-spinner-width: 1rem;
  --cz-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .spinner-border,
  div.cartz-template .spinner-grow {
    --cz-spinner-animation-speed: 1.5s;
  }
}
div.cartz-template .offcanvas, div.cartz-template .offcanvas-xxl, div.cartz-template .offcanvas-xl, div.cartz-template .offcanvas-lg, div.cartz-template .offcanvas-md, div.cartz-template .offcanvas-sm {
  --cz-offcanvas-zindex: 1080;
  --cz-offcanvas-width: 20rem;
  --cz-offcanvas-height: 30vh;
  --cz-offcanvas-padding-x: 1.5rem;
  --cz-offcanvas-padding-y: 1.25rem;
  --cz-offcanvas-color: ;
  --cz-offcanvas-bg: #fff;
  --cz-offcanvas-border-width: 0;
  --cz-offcanvas-border-color: transparent;
  --cz-offcanvas-box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 499.98px) {
  div.cartz-template .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--cz-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--cz-offcanvas-color);
    visibility: hidden;
    background-color: var(--cz-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--cz-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 499.98px) and (prefers-reduced-motion: reduce) {
  div.cartz-template .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 499.98px) {
  div.cartz-template .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--cz-offcanvas-width);
    border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 499.98px) {
  div.cartz-template .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--cz-offcanvas-width);
    border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 499.98px) {
  div.cartz-template .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--cz-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 499.98px) {
  div.cartz-template .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--cz-offcanvas-height);
    max-height: 100%;
    border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 499.98px) {
  div.cartz-template .offcanvas-sm.showing, div.cartz-template .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 499.98px) {
  div.cartz-template .offcanvas-sm.showing, div.cartz-template .offcanvas-sm.hiding, div.cartz-template .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 500px) {
  div.cartz-template .offcanvas-sm {
    --cz-offcanvas-height: auto;
    --cz-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  div.cartz-template .offcanvas-sm .offcanvas-header {
    display: none;
  }
  div.cartz-template .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  div.cartz-template .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--cz-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--cz-offcanvas-color);
    visibility: hidden;
    background-color: var(--cz-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--cz-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  div.cartz-template .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  div.cartz-template .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--cz-offcanvas-width);
    border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  div.cartz-template .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--cz-offcanvas-width);
    border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  div.cartz-template .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--cz-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  div.cartz-template .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--cz-offcanvas-height);
    max-height: 100%;
    border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  div.cartz-template .offcanvas-md.showing, div.cartz-template .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  div.cartz-template .offcanvas-md.showing, div.cartz-template .offcanvas-md.hiding, div.cartz-template .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  div.cartz-template .offcanvas-md {
    --cz-offcanvas-height: auto;
    --cz-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  div.cartz-template .offcanvas-md .offcanvas-header {
    display: none;
  }
  div.cartz-template .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  div.cartz-template .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--cz-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--cz-offcanvas-color);
    visibility: hidden;
    background-color: var(--cz-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--cz-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  div.cartz-template .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  div.cartz-template .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--cz-offcanvas-width);
    border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  div.cartz-template .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--cz-offcanvas-width);
    border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  div.cartz-template .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--cz-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  div.cartz-template .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--cz-offcanvas-height);
    max-height: 100%;
    border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  div.cartz-template .offcanvas-lg.showing, div.cartz-template .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  div.cartz-template .offcanvas-lg.showing, div.cartz-template .offcanvas-lg.hiding, div.cartz-template .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  div.cartz-template .offcanvas-lg {
    --cz-offcanvas-height: auto;
    --cz-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  div.cartz-template .offcanvas-lg .offcanvas-header {
    display: none;
  }
  div.cartz-template .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1279.98px) {
  div.cartz-template .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--cz-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--cz-offcanvas-color);
    visibility: hidden;
    background-color: var(--cz-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--cz-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1279.98px) and (prefers-reduced-motion: reduce) {
  div.cartz-template .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1279.98px) {
  div.cartz-template .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--cz-offcanvas-width);
    border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1279.98px) {
  div.cartz-template .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--cz-offcanvas-width);
    border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1279.98px) {
  div.cartz-template .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--cz-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1279.98px) {
  div.cartz-template .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--cz-offcanvas-height);
    max-height: 100%;
    border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1279.98px) {
  div.cartz-template .offcanvas-xl.showing, div.cartz-template .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1279.98px) {
  div.cartz-template .offcanvas-xl.showing, div.cartz-template .offcanvas-xl.hiding, div.cartz-template .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1280px) {
  div.cartz-template .offcanvas-xl {
    --cz-offcanvas-height: auto;
    --cz-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  div.cartz-template .offcanvas-xl .offcanvas-header {
    display: none;
  }
  div.cartz-template .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  div.cartz-template .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--cz-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--cz-offcanvas-color);
    visibility: hidden;
    background-color: var(--cz-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--cz-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  div.cartz-template .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  div.cartz-template .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--cz-offcanvas-width);
    border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  div.cartz-template .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--cz-offcanvas-width);
    border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  div.cartz-template .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--cz-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  div.cartz-template .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--cz-offcanvas-height);
    max-height: 100%;
    border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  div.cartz-template .offcanvas-xxl.showing, div.cartz-template .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  div.cartz-template .offcanvas-xxl.showing, div.cartz-template .offcanvas-xxl.hiding, div.cartz-template .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  div.cartz-template .offcanvas-xxl {
    --cz-offcanvas-height: auto;
    --cz-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  div.cartz-template .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  div.cartz-template .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
div.cartz-template .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--cz-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--cz-offcanvas-color);
  visibility: hidden;
  background-color: var(--cz-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--cz-offcanvas-box-shadow);
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div.cartz-template .offcanvas {
    transition: none;
  }
}
div.cartz-template .offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--cz-offcanvas-width);
  border-right: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
  transform: translateX(-100%);
}
div.cartz-template .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--cz-offcanvas-width);
  border-left: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
  transform: translateX(100%);
}
div.cartz-template .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--cz-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
  transform: translateY(-100%);
}
div.cartz-template .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--cz-offcanvas-height);
  max-height: 100%;
  border-top: var(--cz-offcanvas-border-width) solid var(--cz-offcanvas-border-color);
  transform: translateY(100%);
}
div.cartz-template .offcanvas.showing, div.cartz-template .offcanvas.show:not(.hiding) {
  transform: none;
}
div.cartz-template .offcanvas.showing, div.cartz-template .offcanvas.hiding, div.cartz-template .offcanvas.show {
  visibility: visible;
}
div.cartz-template .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
div.cartz-template .offcanvas-backdrop.fade {
  opacity: 0;
}
div.cartz-template .offcanvas-backdrop.show {
  opacity: 0.5;
}
div.cartz-template .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--cz-offcanvas-padding-y) var(--cz-offcanvas-padding-x);
 }
div.cartz-template .offcanvas-header .btn-close {
  padding: calc(var(--cz-offcanvas-padding-y) * 0.5) calc(var(--cz-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--cz-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--cz-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--cz-offcanvas-padding-y));
}
div.cartz-template .offcanvas-title {
  margin-bottom: 0;
  line-height: initial;
}
div.cartz-template .offcanvas-body {
  flex-grow: 1;
  padding: var(--cz-offcanvas-padding-y) var(--cz-offcanvas-padding-x);
  overflow-y: auto;
}
div.cartz-template .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.4;
}
div.cartz-template .placeholder.btn::before {
  display: inline-block;
  content: "";
}
div.cartz-template .placeholder-xs {
  min-height: 0.6em;
}
div.cartz-template .placeholder-sm {
  min-height: 0.8em;
}
div.cartz-template .placeholder-lg {
  min-height: 1.2em;
}
div.cartz-template .placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.15;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.15;
  }
}
div.cartz-template .placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.85) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.85) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
div.cartz-template .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
div.cartz-template .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(199, 28, 45, var(--cz-bg-opacity, 1)) !important;
}
div.cartz-template .text-bg-accent {
  color: #fff !important;
  background-color: RGBA(58, 97, 164, var(--cz-bg-opacity, 1)) !important;
}
div.cartz-template .text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(243, 245, 249, var(--cz-bg-opacity, 1)) !important;
}
div.cartz-template .text-bg-success {
  color: #000 !important;
  background-color: RGBA(66, 214, 151, var(--cz-bg-opacity, 1)) !important;
}
div.cartz-template .text-bg-info {
  color: #000 !important;
  background-color: RGBA(105, 179, 254, var(--cz-bg-opacity, 1)) !important;
}
div.cartz-template .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(254, 165, 105, var(--cz-bg-opacity, 1)) !important;
}
div.cartz-template .text-bg-danger {
  color: #000 !important;
  background-color: RGBA(243, 71, 112, var(--cz-bg-opacity, 1)) !important;
}
div.cartz-template .text-bg-light {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--cz-bg-opacity, 1)) !important;
}
div.cartz-template .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(55, 63, 80, var(--cz-bg-opacity, 1)) !important;
}
div.cartz-template .link-primary {
  color: #c71c2d !important;
}
div.cartz-template .link-primary:hover, div.cartz-template .link-primary:focus {
  color: #c71c2d !important;
}
div.cartz-template .link-accent {
  color: #3a61a4 !important;
}
div.cartz-template .link-accent:hover, div.cartz-template .link-accent:focus {
  color: #3a61a4 !important;
}
div.cartz-template .link-secondary {
  color: #f3f5f9 !important;
}
div.cartz-template .link-secondary:hover, div.cartz-template .link-secondary:focus {
  color: #f3f5f9 !important;
}
div.cartz-template .link-success {
  color: #42d697 !important;
}
div.cartz-template .link-success:hover, div.cartz-template .link-success:focus {
  color: #42d697 !important;
}
div.cartz-template .link-info {
  color: #69b3fe !important;
}
div.cartz-template .link-info:hover, div.cartz-template .link-info:focus {
  color: #69b3fe !important;
}
div.cartz-template .link-warning {
  color: #fea569 !important;
}
div.cartz-template .link-warning:hover, div.cartz-template .link-warning:focus {
  color: #fea569 !important;
}
div.cartz-template .link-danger {
  color: #f34770 !important;
}
div.cartz-template .link-danger:hover, div.cartz-template .link-danger:focus {
  color: #f34770 !important;
}
div.cartz-template .link-light {
  color: #fff !important;
}
div.cartz-template .link-light:hover, div.cartz-template .link-light:focus {
  color: white !important;
}
div.cartz-template .link-dark {
  color: #373f50 !important;
}
div.cartz-template .link-dark:hover, div.cartz-template .link-dark:focus {
  color: #373f50 !important;
}
div.cartz-template .ratio {
  position: relative;
  width: 100%;
}
div.cartz-template .ratio::before {
  display: block;
  padding-top: var(--cz-aspect-ratio);
  content: "";
}
div.cartz-template .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.cartz-template .ratio-1x1 {
  --cz-aspect-ratio: 100%;
}
div.cartz-template .ratio-4x3 {
  --cz-aspect-ratio: 75%;
}
div.cartz-template .ratio-16x9 {
  --cz-aspect-ratio: 56.25%;
}
div.cartz-template .ratio-21x9 {
  --cz-aspect-ratio: 42.8571428571%;
}
div.cartz-template .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
div.cartz-template .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
div.cartz-template .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
div.cartz-template .sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 500px) {
  div.cartz-template .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  div.cartz-template .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  div.cartz-template .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  div.cartz-template .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  div.cartz-template .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  div.cartz-template .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  div.cartz-template .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  div.cartz-template .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  div.cartz-template .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  div.cartz-template .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
div.cartz-template .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
div.cartz-template .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
div.cartz-template .visually-hidden,
div.cartz-template .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;
}
div.cartz-template .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
div.cartz-template .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.cartz-template .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 1;
}
div.cartz-template .align-baseline {
  vertical-align: baseline !important;
}
div.cartz-template .align-top {
  vertical-align: top !important;
}
div.cartz-template .align-middle {
  vertical-align: middle !important;
}
div.cartz-template .align-bottom {
  vertical-align: bottom !important;
}
div.cartz-template .align-text-bottom {
  vertical-align: text-bottom !important;
}
div.cartz-template .align-text-top {
  vertical-align: text-top !important;
}
div.cartz-template .float-start {
  float: left !important;
}
div.cartz-template .float-end {
  float: right !important;
}
div.cartz-template .float-none {
  float: none !important;
}
div.cartz-template .opacity-15 {
  opacity: 0.15 !important;
}
div.cartz-template .opacity-25 {
  opacity: 0.25 !important;
}
div.cartz-template .opacity-50 {
  opacity: 0.5 !important;
}
div.cartz-template .opacity-60 {
  opacity: 0.6 !important;
}
div.cartz-template .opacity-70 {
  opacity: 0.7 !important;
}
div.cartz-template .opacity-75 {
  opacity: 0.75 !important;
}
div.cartz-template .opacity-80 {
  opacity: 0.8 !important;
}
div.cartz-template .opacity-90 {
  opacity: 0.9 !important;
}
div.cartz-template .opacity-100 {
  opacity: 1 !important;
}
div.cartz-template .overflow-auto {
  overflow: auto !important;
}
div.cartz-template .overflow-hidden {
  overflow: hidden !important;
}
div.cartz-template .overflow-visible {
  overflow: visible !important;
}
div.cartz-template .overflow-scroll {
  overflow: scroll !important;
}
div.cartz-template .d-inline {
  display: inline !important;
}
div.cartz-template .d-inline-block {
  display: inline-block !important;
}
div.cartz-template .d-block {
  display: block !important;
}
div.cartz-template .d-grid {
  display: grid !important;
}
div.cartz-template .d-table {
  display: table !important;
}
div.cartz-template .d-table-row {
  display: table-row !important;
}
div.cartz-template .d-table-cell {
  display: table-cell !important;
}
div.cartz-template .d-flex {
  display: flex !important;
}
div.cartz-template .d-inline-flex {
  display: inline-flex !important;
}
div.cartz-template .d-none {
  display: none !important;
}
div.cartz-template .shadow {
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05) !important;
}
div.cartz-template .shadow-sm {
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06) !important;
}
div.cartz-template .shadow-lg {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important;
}
div.cartz-template .shadow-none {
  box-shadow: none !important;
}
div.cartz-template .position-static {
  position: static !important;
}
div.cartz-template .position-relative {
  position: relative !important;
}
div.cartz-template .position-absolute {
  position: absolute !important;
}
div.cartz-template .position-fixed {
  position: fixed !important;
}
div.cartz-template .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
div.cartz-template .top-0 {
  top: 0 !important;
}
div.cartz-template .top-50 {
  top: 50% !important;
}
div.cartz-template .top-100 {
  top: 100% !important;
}
div.cartz-template .bottom-0 {
  bottom: 0 !important;
}
div.cartz-template .bottom-50 {
  bottom: 50% !important;
}
div.cartz-template .bottom-100 {
  bottom: 100% !important;
}
div.cartz-template .start-0 {
  left: 0 !important;
}
div.cartz-template .start-50 {
  left: 50% !important;
}
div.cartz-template .start-100 {
  left: 100% !important;
}
div.cartz-template .end-0 {
  right: 0 !important;
}
div.cartz-template .end-50 {
  right: 50% !important;
}
div.cartz-template .end-100 {
  right: 100% !important;
}
div.cartz-template .translate-middle {
  transform: translate(-50%, -50%) !important;
}
div.cartz-template .translate-middle-x {
  transform: translateX(-50%) !important;
}
div.cartz-template .translate-middle-y {
  transform: translateY(-50%) !important;
}
div.cartz-template .border {
  border: var(--cz-border-width) var(--cz-border-style) var(--cz-border-color) !important;
}
div.cartz-template .border-0 {
  border: 0 !important;
}
div.cartz-template .border-top {
  border-top: var(--cz-border-width) var(--cz-border-style) var(--cz-border-color) !important;
}
div.cartz-template .border-top-0 {
  border-top: 0 !important;
}
div.cartz-template .border-end {
  border-right: var(--cz-border-width) var(--cz-border-style) var(--cz-border-color) !important;
}
div.cartz-template .border-end-0 {
  border-right: 0 !important;
}
div.cartz-template .border-bottom {
  border-bottom: var(--cz-border-width) var(--cz-border-style) var(--cz-border-color) !important;
}
div.cartz-template .border-bottom-0 {
  border-bottom: 0 !important;
}
div.cartz-template .border-start {
  border-left: var(--cz-border-width) var(--cz-border-style) var(--cz-border-color) !important;
}
div.cartz-template .border-start-0 {
  border-left: 0 !important;
}
div.cartz-template .border-primary {
  --cz-border-opacity: 0.35;
  border-color: rgba(var(--cz-primary-rgb), var(--cz-border-opacity)) !important;
}
div.cartz-template .border-accent {
  --cz-border-opacity: 0.35;
  border-color: rgba(var(--cz-accent-rgb), var(--cz-border-opacity)) !important;
}
div.cartz-template .border-secondary {
  --cz-border-opacity: 0.35;
  border-color: rgba(var(--cz-secondary-rgb), var(--cz-border-opacity)) !important;
}
div.cartz-template .border-success {
  --cz-border-opacity: 0.35;
  border-color: rgba(var(--cz-success-rgb), var(--cz-border-opacity)) !important;
}
div.cartz-template .border-info {
  --cz-border-opacity: 0.35;
  border-color: rgba(var(--cz-info-rgb), var(--cz-border-opacity)) !important;
}
div.cartz-template .border-warning {
  --cz-border-opacity: 0.35;
  border-color: rgba(var(--cz-warning-rgb), var(--cz-border-opacity)) !important;
}
div.cartz-template .border-danger {
  --cz-border-opacity: 0.35;
  border-color: rgba(var(--cz-danger-rgb), var(--cz-border-opacity)) !important;
}
div.cartz-template .border-light {
  --cz-border-opacity: 0.35;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
div.cartz-template .border-dark {
  --cz-border-opacity: 0.35;
  border-color: rgba(var(--cz-dark-rgb), var(--cz-border-opacity)) !important;
}
div.cartz-template .border-white {
  --cz-border-opacity: 0.35;
  border-color: rgba(var(--cz-white-rgb), var(--cz-border-opacity)) !important;
}
div.cartz-template .border-1 {
  --cz-border-width: 1px;
}
div.cartz-template .border-2 {
  --cz-border-width: 2px;
}
div.cartz-template .border-3 {
  --cz-border-width: 3px;
}
div.cartz-template .border-4 {
  --cz-border-width: 4px;
}
div.cartz-template .border-5 {
  --cz-border-width: 5px;
}
div.cartz-template .border-opacity-10 {
  --cz-border-opacity: 0.1;
}
div.cartz-template .border-opacity-25 {
  --cz-border-opacity: 0.25;
}
div.cartz-template .border-opacity-50 {
  --cz-border-opacity: 0.5;
}
div.cartz-template .border-opacity-75 {
  --cz-border-opacity: 0.75;
}
div.cartz-template .border-opacity-100 {
  --cz-border-opacity: 1;
}
div.cartz-template .w-25 {
  width: 25% !important;
}
div.cartz-template .w-50 {
  width: 50% !important;
}
div.cartz-template .w-75 {
  width: 75% !important;
}
div.cartz-template .w-100 {
  width: 100% !important;
}
div.cartz-template .w-auto {
  width: auto !important;
}
div.cartz-template .mw-100 {
  max-width: 100% !important;
}
div.cartz-template .vw-100 {
  width: 100vw !important;
}
div.cartz-template .min-vw-100 {
  min-width: 100vw !important;
}
div.cartz-template .h-25 {
  height: 25% !important;
}
div.cartz-template .h-50 {
  height: 50% !important;
}
div.cartz-template .h-75 {
  height: 75% !important;
}
div.cartz-template .h-100 {
  height: 100% !important;
}
div.cartz-template .h-auto {
  height: auto !important;
}
div.cartz-template .mh-100 {
  max-height: 100% !important;
}
div.cartz-template .vh-100 {
  height: 100vh !important;
}
div.cartz-template .min-vh-100 {
  min-height: 100vh !important;
}
div.cartz-template .flex-fill {
  flex: 1 1 auto !important;
}
div.cartz-template .flex-row {
  flex-direction: row !important;
}
div.cartz-template .flex-column {
  flex-direction: column !important;
}
div.cartz-template .flex-row-reverse {
  flex-direction: row-reverse !important;
}
div.cartz-template .flex-column-reverse {
  flex-direction: column-reverse !important;
}
div.cartz-template .flex-grow-0 {
  flex-grow: 0 !important;
}
div.cartz-template .flex-grow-1 {
  flex-grow: 1 !important;
}
div.cartz-template .flex-shrink-0 {
  flex-shrink: 0 !important;
}
div.cartz-template .flex-shrink-1 {
  flex-shrink: 1 !important;
}
div.cartz-template .flex-wrap {
  flex-wrap: wrap !important;
}
div.cartz-template .flex-nowrap {
  flex-wrap: nowrap !important;
}
div.cartz-template .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
div.cartz-template .justify-content-start {
  justify-content: flex-start !important;
}
div.cartz-template .justify-content-end {
  justify-content: flex-end !important;
}
div.cartz-template .justify-content-center {
  justify-content: center !important;
}
div.cartz-template .justify-content-between {
  justify-content: space-between !important;
}
div.cartz-template .justify-content-around {
  justify-content: space-around !important;
}
div.cartz-template .justify-content-evenly {
  justify-content: space-evenly !important;
}
div.cartz-template .align-items-start {
  align-items: flex-start !important;
}
div.cartz-template .align-items-end {
  align-items: flex-end !important;
}
div.cartz-template .align-items-center {
  align-items: center !important;
}
div.cartz-template .align-items-baseline {
  align-items: baseline !important;
}
div.cartz-template .align-items-stretch {
  align-items: stretch !important;
}
div.cartz-template .align-content-start {
  align-content: flex-start !important;
}
div.cartz-template .align-content-end {
  align-content: flex-end !important;
}
div.cartz-template .align-content-center {
  align-content: center !important;
}
div.cartz-template .align-content-between {
  align-content: space-between !important;
}
div.cartz-template .align-content-around {
  align-content: space-around !important;
}
div.cartz-template .align-content-stretch {
  align-content: stretch !important;
}
div.cartz-template .align-self-auto {
  align-self: auto !important;
}
div.cartz-template .align-self-start {
  align-self: flex-start !important;
}
div.cartz-template .align-self-end {
  align-self: flex-end !important;
}
div.cartz-template .align-self-center {
  align-self: center !important;
}
div.cartz-template .align-self-baseline {
  align-self: baseline !important;
}
div.cartz-template .align-self-stretch {
  align-self: stretch !important;
}
div.cartz-template .order-first {
  order: -1 !important;
}
div.cartz-template .order-0 {
  order: 0 !important;
}
div.cartz-template .order-1 {
  order: 1 !important;
}
div.cartz-template .order-2 {
  order: 2 !important;
}
div.cartz-template .order-3 {
  order: 3 !important;
}
div.cartz-template .order-4 {
  order: 4 !important;
}
div.cartz-template .order-5 {
  order: 5 !important;
}
div.cartz-template .order-last {
  order: 6 !important;
}
div.cartz-template .m-0 {
  margin: 0 !important;
}
div.cartz-template .m-1 {
  margin: 0.25rem !important;
}
div.cartz-template .m-2 {
  margin: 0.5rem !important;
}
div.cartz-template .m-3 {
  margin: 1rem !important;
}
div.cartz-template .m-4 {
  margin: 1.5rem !important;
}
div.cartz-template .m-5 {
  margin: 3rem !important;
}
div.cartz-template .m-10 {
  margin: 10rem !important;
}
div.cartz-template .m-grid-gutter {
  margin: 1.875rem !important;
}
div.cartz-template .m-auto {
  margin: auto !important;
}
div.cartz-template .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
div.cartz-template .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
div.cartz-template .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
div.cartz-template .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
div.cartz-template .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
div.cartz-template .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
div.cartz-template .mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
div.cartz-template .mx-grid-gutter {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}
div.cartz-template .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
div.cartz-template .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.cartz-template .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
div.cartz-template .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
div.cartz-template .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
div.cartz-template .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
div.cartz-template .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
div.cartz-template .my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
div.cartz-template .my-grid-gutter {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}
div.cartz-template .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
div.cartz-template .mt-0 {
  margin-top: 0 !important;
}
div.cartz-template .mt-1 {
  margin-top: 0.25rem !important;
}
div.cartz-template .mt-2 {
  margin-top: 0.5rem !important;
}
div.cartz-template .mt-3 {
  margin-top: 1rem !important;
}
div.cartz-template .mt-4 {
  margin-top: 1.5rem !important;
}
div.cartz-template .mt-5 {
  margin-top: 3rem !important;
}
div.cartz-template .mt-10 {
  margin-top: 10rem !important;
}
div.cartz-template .mt-grid-gutter {
  margin-top: 1.875rem !important;
}
div.cartz-template .mt-auto {
  margin-top: auto !important;
}
div.cartz-template .me-0 {
  margin-right: 0 !important;
}
div.cartz-template .me-1 {
  margin-right: 0.25rem !important;
}
div.cartz-template .me-2 {
  margin-right: 0.5rem !important;
}
div.cartz-template .me-3 {
  margin-right: 1rem !important;
}
div.cartz-template .me-4 {
  margin-right: 1.5rem !important;
}
div.cartz-template .me-5 {
  margin-right: 3rem !important;
}
div.cartz-template .me-10 {
  margin-right: 10rem !important;
}
div.cartz-template .me-grid-gutter {
  margin-right: 1.875rem !important;
}
div.cartz-template .me-auto {
  margin-right: auto !important;
}
div.cartz-template .mb-0 {
  margin-bottom: 0 !important;
}
div.cartz-template .mb-1 {
  margin-bottom: 0.25rem !important;
}
div.cartz-template .mb-2 {
  margin-bottom: 0.5rem !important;
}
div.cartz-template .mb-3 {
  margin-bottom: 1rem !important;
}
div.cartz-template .mb-4 {
  margin-bottom: 1.5rem !important;
}
div.cartz-template .mb-5 {
  margin-bottom: 3rem !important;
}
div.cartz-template .mb-10 {
  margin-bottom: 10rem !important;
}
div.cartz-template .mb-grid-gutter {
  margin-bottom: 1.875rem !important;
}
div.cartz-template .mb-auto {
  margin-bottom: auto !important;
}
div.cartz-template .ms-0 {
  margin-left: 0 !important;
}
div.cartz-template .ms-1 {
  margin-left: 0.25rem !important;
}
div.cartz-template .ms-2 {
  margin-left: 0.5rem !important;
}
div.cartz-template .ms-3 {
  margin-left: 1rem !important;
}
div.cartz-template .ms-4 {
  margin-left: 1.5rem !important;
}
div.cartz-template .ms-5 {
  margin-left: 3rem !important;
}
div.cartz-template .ms-10 {
  margin-left: 10rem !important;
}
div.cartz-template .ms-grid-gutter {
  margin-left: 1.875rem !important;
}
div.cartz-template .ms-auto {
  margin-left: auto !important;
}
div.cartz-template .m-n1 {
  margin: -0.25rem !important;
}
div.cartz-template .m-n2 {
  margin: -0.5rem !important;
}
div.cartz-template .m-n3 {
  margin: -1rem !important;
}
div.cartz-template .m-n4 {
  margin: -1.5rem !important;
}
div.cartz-template .m-n5 {
  margin: -3rem !important;
}
div.cartz-template .m-n10 {
  margin: -10rem !important;
}
div.cartz-template .m-ngrid-gutter {
  margin: -1.875rem !important;
}
div.cartz-template .mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
div.cartz-template .mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
div.cartz-template .mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
div.cartz-template .mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
div.cartz-template .mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
div.cartz-template .mx-n10 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}
div.cartz-template .mx-ngrid-gutter {
  margin-right: -1.875rem !important;
  margin-left: -1.875rem !important;
}
div.cartz-template .my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
div.cartz-template .my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
div.cartz-template .my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
div.cartz-template .my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
div.cartz-template .my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
div.cartz-template .my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
div.cartz-template .my-ngrid-gutter {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}
div.cartz-template .mt-n1 {
  margin-top: -0.25rem !important;
}
div.cartz-template .mt-n2 {
  margin-top: -0.5rem !important;
}
div.cartz-template .mt-n3 {
  margin-top: -1rem !important;
}
div.cartz-template .mt-n4 {
  margin-top: -1.5rem !important;
}
div.cartz-template .mt-n5 {
  margin-top: -3rem !important;
}
div.cartz-template .mt-n10 {
  margin-top: -10rem !important;
}
div.cartz-template .mt-ngrid-gutter {
  margin-top: -1.875rem !important;
}
div.cartz-template .me-n1 {
  margin-right: -0.25rem !important;
}
div.cartz-template .me-n2 {
  margin-right: -0.5rem !important;
}
div.cartz-template .me-n3 {
  margin-right: -1rem !important;
}
div.cartz-template .me-n4 {
  margin-right: -1.5rem !important;
}
div.cartz-template .me-n5 {
  margin-right: -3rem !important;
}
div.cartz-template .me-n10 {
  margin-right: -10rem !important;
}
div.cartz-template .me-ngrid-gutter {
  margin-right: -1.875rem !important;
}
div.cartz-template .mb-n1 {
  margin-bottom: -0.25rem !important;
}
div.cartz-template .mb-n2 {
  margin-bottom: -0.5rem !important;
}
div.cartz-template .mb-n3 {
  margin-bottom: -1rem !important;
}
div.cartz-template .mb-n4 {
  margin-bottom: -1.5rem !important;
}
div.cartz-template .mb-n5 {
  margin-bottom: -3rem !important;
}
div.cartz-template .mb-n10 {
  margin-bottom: -10rem !important;
}
div.cartz-template .mb-ngrid-gutter {
  margin-bottom: -1.875rem !important;
}
div.cartz-template .ms-n1 {
  margin-left: -0.25rem !important;
}
div.cartz-template .ms-n2 {
  margin-left: -0.5rem !important;
}
div.cartz-template .ms-n3 {
  margin-left: -1rem !important;
}
div.cartz-template .ms-n4 {
  margin-left: -1.5rem !important;
}
div.cartz-template .ms-n5 {
  margin-left: -3rem !important;
}
div.cartz-template .ms-n10 {
  margin-left: -10rem !important;
}
div.cartz-template .ms-ngrid-gutter {
  margin-left: -1.875rem !important;
}
div.cartz-template .p-0 {
  padding: 0 !important;
}
div.cartz-template .p-1 {
  padding: 0.25rem !important;
}
div.cartz-template .p-2 {
  padding: 0.5rem !important;
}
div.cartz-template .p-3 {
  padding: 1rem !important;
}
div.cartz-template .p-4 {
  padding: 1.5rem !important;
}
div.cartz-template .p-5 {
  padding: 3rem !important;
}
div.cartz-template .p-10 {
  padding: 10rem !important;
}
div.cartz-template .p-grid-gutter {
  padding: 1.875rem !important;
}
div.cartz-template .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
div.cartz-template .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
div.cartz-template .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
div.cartz-template .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
div.cartz-template .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
div.cartz-template .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
div.cartz-template .px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
div.cartz-template .px-grid-gutter {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}
div.cartz-template .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
div.cartz-template .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
div.cartz-template .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
div.cartz-template .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
div.cartz-template .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
div.cartz-template .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
div.cartz-template .py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
div.cartz-template .py-grid-gutter {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}
div.cartz-template .pt-0 {
  padding-top: 0 !important;
}
div.cartz-template .pt-1 {
  padding-top: 0.25rem !important;
}
div.cartz-template .pt-2 {
  padding-top: 0.5rem !important;
}
div.cartz-template .pt-3 {
  padding-top: 1rem !important;
}
div.cartz-template .pt-4 {
  padding-top: 1.5rem !important;
}
div.cartz-template .pt-5 {
  padding-top: 3rem !important;
}
div.cartz-template .pt-10 {
  padding-top: 10rem !important;
}
div.cartz-template .pt-grid-gutter {
  padding-top: 1.875rem !important;
}
div.cartz-template .pe-0 {
  padding-right: 0 !important;
}
div.cartz-template .pe-1 {
  padding-right: 0.25rem !important;
}
div.cartz-template .pe-2 {
  padding-right: 0.5rem !important;
}
div.cartz-template .pe-3 {
  padding-right: 1rem !important;
}
div.cartz-template .pe-4 {
  padding-right: 1.5rem !important;
}
div.cartz-template .pe-5 {
  padding-right: 3rem !important;
}
div.cartz-template .pe-10 {
  padding-right: 10rem !important;
}
div.cartz-template .pe-grid-gutter {
  padding-right: 1.875rem !important;
}
div.cartz-template .pb-0 {
  padding-bottom: 0 !important;
}
div.cartz-template .pb-1 {
  padding-bottom: 0.25rem !important;
}
div.cartz-template .pb-2 {
  padding-bottom: 0.5rem !important;
}
div.cartz-template .pb-3 {
  padding-bottom: 1rem !important;
}
div.cartz-template .pb-4 {
  padding-bottom: 1.5rem !important;
}
div.cartz-template .pb-5 {
  padding-bottom: 3rem !important;
}
div.cartz-template .pb-10 {
  padding-bottom: 10rem !important;
}
div.cartz-template .pb-grid-gutter {
  padding-bottom: 1.875rem !important;
}
div.cartz-template .ps-0 {
  padding-left: 0 !important;
}
div.cartz-template .ps-1 {
  padding-left: 0.25rem !important;
}
div.cartz-template .ps-2 {
  padding-left: 0.5rem !important;
}
div.cartz-template .ps-3 {
  padding-left: 1rem !important;
}
div.cartz-template .ps-4 {
  padding-left: 1.5rem !important;
}
div.cartz-template .ps-5 {
  padding-left: 3rem !important;
}
div.cartz-template .ps-10 {
  padding-left: 10rem !important;
}
div.cartz-template .ps-grid-gutter {
  padding-left: 1.875rem !important;
}
div.cartz-template .gap-0 {
  gap: 0 !important;
}
div.cartz-template .gap-1 {
  gap: 0.25rem !important;
}
div.cartz-template .gap-2 {
  gap: 0.5rem !important;
}
div.cartz-template .gap-3 {
  gap: 1rem !important;
}
div.cartz-template .gap-4 {
  gap: 1.5rem !important;
}
div.cartz-template .gap-5 {
  gap: 3rem !important;
}
div.cartz-template .gap-10 {
  gap: 10rem !important;
}
div.cartz-template .gap-grid-gutter {
  gap: 1.875rem !important;
}
div.cartz-template .font-monospace {
  font-family: var(--cz-font-monospace) !important;
}
div.cartz-template .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
div.cartz-template .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
div.cartz-template .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
div.cartz-template .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
div.cartz-template .fs-5 {
  font-size: 1.25rem !important;
}
div.cartz-template .fs-6 {
  font-size: 1.0625rem !important;
}
div.cartz-template .fs-xl {
  font-size: calc(1.2875rem + 0.45vw) !important;
}
div.cartz-template .fs-lg {
  font-size: 1.125rem !important;
}
div.cartz-template .fs-base {
  font-size: 1rem !important;
}
div.cartz-template .fs-md {
  font-size: 0.9375rem !important;
}
div.cartz-template .fs-sm {
  font-size: 0.875rem !important;
}
div.cartz-template .fs-ms {
  font-size: 0.8125rem !important;
}
div.cartz-template .fs-xs {
  font-size: 0.75rem !important;
}
div.cartz-template .fst-italic {
  font-style: italic !important;
}
div.cartz-template .fst-normal {
  font-style: normal !important;
}
div.cartz-template .fw-light {
  font-weight: 300 !important;
}
div.cartz-template .fw-lighter {
  font-weight: lighter !important;
}
div.cartz-template .fw-normal {
  font-weight: 400 !important;
}
div.cartz-template .fw-bold {
  font-weight: 700 !important;
}
div.cartz-template .fw-semibold {
  font-weight: 600 !important;
}
div.cartz-template .fw-bolder {
  font-weight: bolder !important;
}
div.cartz-template .fw-medium {
  font-weight: 500 !important;
}
div.cartz-template .lh-1 {
  line-height: 1 !important;
}
div.cartz-template .lh-sm {
  line-height: 1.5 !important;
}
div.cartz-template .lh-base {
  line-height: 1.5 !important;
}
div.cartz-template .lh-lg {
  line-height: 1.5 !important;
}
div.cartz-template .text-start {
  text-align: left !important;
}
div.cartz-template .text-end {
  text-align: right !important;
}
div.cartz-template .text-center {
  text-align: center !important;
}
div.cartz-template .text-decoration-none {
  text-decoration: none !important;
}
div.cartz-template .text-decoration-underline {
  text-decoration: underline !important;
}
div.cartz-template .text-decoration-line-through {
  text-decoration: line-through !important;
}
div.cartz-template .text-lowercase {
  text-transform: lowercase !important;
}
div.cartz-template .text-uppercase {
  text-transform: uppercase !important;
}
div.cartz-template .text-capitalize {
  text-transform: capitalize !important;
}
div.cartz-template .text-wrap {
  white-space: normal !important;
}
div.cartz-template .text-nowrap {
  white-space: nowrap !important;
}
div.cartz-template .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
div.cartz-template .text-primary {
  --cz-text-opacity: 1;
  color: rgba(var(--cz-primary-rgb), var(--cz-text-opacity)) !important;
}
div.cartz-template .text-accent {
  --cz-text-opacity: 1;
  color: rgba(var(--cz-accent-rgb), var(--cz-text-opacity)) !important;
}
div.cartz-template .text-secondary {
  --cz-text-opacity: 1;
  color: rgba(var(--cz-secondary-rgb), var(--cz-text-opacity)) !important;
}
div.cartz-template .text-success {
  --cz-text-opacity: 1;
  color: rgba(var(--cz-success-rgb), var(--cz-text-opacity)) !important;
}
div.cartz-template .text-info {
  --cz-text-opacity: 1;
  color: rgba(var(--cz-info-rgb), var(--cz-text-opacity)) !important;
}
div.cartz-template .text-warning {
  --cz-text-opacity: 1;
  color: rgba(var(--cz-warning-rgb), var(--cz-text-opacity)) !important;
}
div.cartz-template .text-danger {
  --cz-text-opacity: 1;
  color: rgba(var(--cz-danger-rgb), var(--cz-text-opacity)) !important;
}
div.cartz-template .text-light {
  --cz-text-opacity: 1;
  color: rgba(var(--cz-light-rgb), var(--cz-text-opacity)) !important;
}
div.cartz-template .text-dark {
  --cz-text-opacity: 1;
  color: rgba(var(--cz-dark-rgb), var(--cz-text-opacity)) !important;
}
div.cartz-template .text-black {
  --cz-text-opacity: 1;
  color: rgba(var(--cz-black-rgb), var(--cz-text-opacity)) !important;
}
div.cartz-template .text-white {
  --cz-text-opacity: 1;
  color: #fff !important;
}
div.cartz-template .text-body {
  --cz-text-opacity: 1;
  color: var(--cz-body-color) !important;
}
div.cartz-template .text-muted {
  --cz-text-opacity: 1;
  color: #7d879c !important;
}
div.cartz-template .text-heading {
  --cz-text-opacity: 1;
  color: #373f50 !important;
}
div.cartz-template .text-darker {
  --cz-text-opacity: 1;
  color: #2b3445 !important;
}
div.cartz-template .text-border {
  --cz-text-opacity: 1;
  color: #c9d5e0 !important;
}
div.cartz-template .text-reset {
  --cz-text-opacity: 1;
  color: inherit !important;
}
div.cartz-template .text-opacity-25 {
  --cz-text-opacity: 0.25;
}
div.cartz-template .text-opacity-50 {
  --cz-text-opacity: 0.5;
}
div.cartz-template .text-opacity-75 {
  --cz-text-opacity: 0.75;
}
div.cartz-template .text-opacity-100 {
  --cz-text-opacity: 1;
}
div.cartz-template .bg-primary {
  --cz-bg-opacity: 1;
  background-color: rgba(var(--cz-primary-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-accent {
  --cz-bg-opacity: 1;
  background-color: rgba(var(--cz-accent-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-secondary {
  --cz-bg-opacity: 1;
  background-color: #f6f9fc !important;
}
div.cartz-template .bg-success {
  --cz-bg-opacity: 1;
  background-color: rgba(var(--cz-success-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-info {
  --cz-bg-opacity: 1;
  background-color: rgba(var(--cz-info-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-warning {
  --cz-bg-opacity: 1;
  background-color: rgba(var(--cz-warning-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-danger {
  --cz-bg-opacity: 1;
  background-color: rgba(var(--cz-danger-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-light {
  --cz-bg-opacity: 1;
  background-color: rgba(var(--cz-light-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-dark {
  --cz-bg-opacity: 1;
  background-color: rgba(var(--cz-dark-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-black {
  --cz-bg-opacity: 1;
  background-color: #000 !important;
}
div.cartz-template .bg-white {
  --cz-bg-opacity: 1;
  background-color: rgba(var(--cz-white-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-body {
  --cz-bg-opacity: 1;
  background-color: rgba(var(--cz-body-bg-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-transparent {
  --cz-bg-opacity: 1;
  background-color: transparent !important;
}
div.cartz-template .bg-darker {
  --cz-bg-opacity: 1;
  background-color: #2b3445 !important;
}
div.cartz-template .bg-opacity-10 {
  --cz-bg-opacity: 0.1;
}
div.cartz-template .bg-opacity-25 {
  --cz-bg-opacity: 0.25;
}
div.cartz-template .bg-opacity-50 {
  --cz-bg-opacity: 0.5;
}
div.cartz-template .bg-opacity-75 {
  --cz-bg-opacity: 0.75;
}
div.cartz-template .bg-opacity-100 {
  --cz-bg-opacity: 1;
}
div.cartz-template .bg-gradient {
  background-image: var(--cz-gradient) !important;
}
div.cartz-template .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
div.cartz-template .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
div.cartz-template .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
div.cartz-template .pe-none {
  pointer-events: none !important;
}
div.cartz-template .pe-auto {
  pointer-events: auto !important;
}
div.cartz-template .rounded {
  border-radius: var(--cz-border-radius) !important;
}
div.cartz-template .rounded-0 {
  border-radius: 0 !important;
}
div.cartz-template .rounded-1 {
  border-radius: var(--cz-border-radius-sm) !important;
}
div.cartz-template .rounded-2 {
  border-radius: var(--cz-border-radius) !important;
}
div.cartz-template .rounded-3 {
  border-radius: var(--cz-border-radius-lg) !important;
}
div.cartz-template .rounded-4 {
  border-radius: var(--cz-border-radius-xl) !important;
}
div.cartz-template .rounded-5 {
  border-radius: var(--cz-border-radius-2xl) !important;
}
div.cartz-template .rounded-circle {
  border-radius: 50% !important;
}
div.cartz-template .rounded-pill {
  border-radius: var(--cz-border-radius-pill) !important;
}
div.cartz-template .rounded-top {
  border-top-left-radius: var(--cz-border-radius) !important;
  border-top-right-radius: var(--cz-border-radius) !important;
}
div.cartz-template .rounded-end {
  border-top-right-radius: var(--cz-border-radius) !important;
  border-bottom-right-radius: var(--cz-border-radius) !important;
}
div.cartz-template .rounded-bottom {
  border-bottom-right-radius: var(--cz-border-radius) !important;
  border-bottom-left-radius: var(--cz-border-radius) !important;
}
div.cartz-template .rounded-start {
  border-bottom-left-radius: var(--cz-border-radius) !important;
  border-top-left-radius: var(--cz-border-radius) !important;
}
div.cartz-template .visible {
  visibility: visible !important;
}
div.cartz-template .invisible {
  visibility: hidden !important;
}
div.cartz-template .bg-image-none {
  background-image: none !important;
}
div.cartz-template .bg-none {
  background: none !important;
}
div.cartz-template .bg-faded-primary {
  --cz-bg-opacity: 0.09;
  background-color: rgba(var(--cz-primary-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-faded-accent {
  --cz-bg-opacity: 0.09;
  background-color: rgba(var(--cz-accent-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-faded-secondary {
  --cz-bg-opacity: 0.09;
  background-color: rgba(var(--cz-secondary-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-faded-success {
  --cz-bg-opacity: 0.09;
  background-color: rgba(var(--cz-success-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-faded-info {
  --cz-bg-opacity: 0.09;
  background-color: rgba(var(--cz-info-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-faded-warning {
  --cz-bg-opacity: 0.09;
  background-color: rgba(var(--cz-warning-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-faded-danger {
  --cz-bg-opacity: 0.09;
  background-color: rgba(var(--cz-danger-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-faded-light {
  --cz-bg-opacity: 0.09;
  background-color: rgba(var(--cz-light-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-faded-dark {
  --cz-bg-opacity: 0.09;
  background-color: rgba(var(--cz-dark-rgb), var(--cz-bg-opacity)) !important;
}
div.cartz-template .bg-size-cover {
  background-size: cover !important;
}
div.cartz-template .bg-size-contain {
  background-size: contain !important;
}
div.cartz-template .bg-position-center {
  background-position: center !important;
}
div.cartz-template .bg-position-center-y {
  background-position: left center !important;
}
div.cartz-template .bg-position-center-x {
  background-position: center top !important;
}
div.cartz-template .bg-position-top-right {
  background-position: top right !important;
}
div.cartz-template .bg-position-top-left {
  background-position: top left !important;
}
div.cartz-template .bg-position-top-center {
  background-position: top center !important;
}
div.cartz-template .bg-position-center-right {
  background-position: center right !important;
}
div.cartz-template .bg-position-center-left {
  background-position: center left !important;
}
div.cartz-template .bg-position-bottom-right {
  background-position: bottom right !important;
}
div.cartz-template .bg-position-bottom-left {
  background-position: bottom left !important;
}
div.cartz-template .bg-position-bottom-center {
  background-position: bottom center !important;
}
div.cartz-template .bg-repeat-0 {
  background-repeat: no-repeat !important;
}
div.cartz-template .bg-repeat-x {
  background-repeat: repeat-x !important;
}
div.cartz-template .bg-repeat-y {
  background-repeat: repeat-y !important;
}
div.cartz-template .text-shadow {
  text-shadow: 0 0.0625rem rgba(0, 0, 0, 0.5) !important;
}
div.cartz-template .table-layout-fixed {
  table-layout: fixed !important;
}
div.cartz-template .animation-none {
  -webkit-animation: none !important;
  animation: none !important;
}
div.cartz-template .zindex-1 {
  z-index: 1 !important;
}
div.cartz-template .zindex-5 {
  z-index: 5 !important;
}
div.cartz-template .zindex-10 {
  z-index: 10 !important;
}
@media (min-width: 500px) {
  div.cartz-template .float-sm-start {
    float: left !important;
  }
  div.cartz-template .float-sm-end {
    float: right !important;
  }
  div.cartz-template .float-sm-none {
    float: none !important;
  }
  div.cartz-template .d-sm-inline {
    display: inline !important;
  }
  div.cartz-template .d-sm-inline-block {
    display: inline-block !important;
  }
  div.cartz-template .d-sm-block {
    display: block !important;
  }
  div.cartz-template .d-sm-grid {
    display: grid !important;
  }
  div.cartz-template .d-sm-table {
    display: table !important;
  }
  div.cartz-template .d-sm-table-row {
    display: table-row !important;
  }
  div.cartz-template .d-sm-table-cell {
    display: table-cell !important;
  }
  div.cartz-template .d-sm-flex {
    display: flex !important;
  }
  div.cartz-template .d-sm-inline-flex {
    display: inline-flex !important;
  }
  div.cartz-template .d-sm-none {
    display: none !important;
  }
  div.cartz-template .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  div.cartz-template .flex-sm-row {
    flex-direction: row !important;
  }
  div.cartz-template .flex-sm-column {
    flex-direction: column !important;
  }
  div.cartz-template .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  div.cartz-template .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  div.cartz-template .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  div.cartz-template .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  div.cartz-template .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  div.cartz-template .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  div.cartz-template .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  div.cartz-template .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  div.cartz-template .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  div.cartz-template .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  div.cartz-template .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  div.cartz-template .justify-content-sm-center {
    justify-content: center !important;
  }
  div.cartz-template .justify-content-sm-between {
    justify-content: space-between !important;
  }
  div.cartz-template .justify-content-sm-around {
    justify-content: space-around !important;
  }
  div.cartz-template .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  div.cartz-template .align-items-sm-start {
    align-items: flex-start !important;
  }
  div.cartz-template .align-items-sm-end {
    align-items: flex-end !important;
  }
  div.cartz-template .align-items-sm-center {
    align-items: center !important;
  }
  div.cartz-template .align-items-sm-baseline {
    align-items: baseline !important;
  }
  div.cartz-template .align-items-sm-stretch {
    align-items: stretch !important;
  }
  div.cartz-template .align-content-sm-start {
    align-content: flex-start !important;
  }
  div.cartz-template .align-content-sm-end {
    align-content: flex-end !important;
  }
  div.cartz-template .align-content-sm-center {
    align-content: center !important;
  }
  div.cartz-template .align-content-sm-between {
    align-content: space-between !important;
  }
  div.cartz-template .align-content-sm-around {
    align-content: space-around !important;
  }
  div.cartz-template .align-content-sm-stretch {
    align-content: stretch !important;
  }
  div.cartz-template .align-self-sm-auto {
    align-self: auto !important;
  }
  div.cartz-template .align-self-sm-start {
    align-self: flex-start !important;
  }
  div.cartz-template .align-self-sm-end {
    align-self: flex-end !important;
  }
  div.cartz-template .align-self-sm-center {
    align-self: center !important;
  }
  div.cartz-template .align-self-sm-baseline {
    align-self: baseline !important;
  }
  div.cartz-template .align-self-sm-stretch {
    align-self: stretch !important;
  }
  div.cartz-template .order-sm-first {
    order: -1 !important;
  }
  div.cartz-template .order-sm-0 {
    order: 0 !important;
  }
  div.cartz-template .order-sm-1 {
    order: 1 !important;
  }
  div.cartz-template .order-sm-2 {
    order: 2 !important;
  }
  div.cartz-template .order-sm-3 {
    order: 3 !important;
  }
  div.cartz-template .order-sm-4 {
    order: 4 !important;
  }
  div.cartz-template .order-sm-5 {
    order: 5 !important;
  }
  div.cartz-template .order-sm-last {
    order: 6 !important;
  }
  div.cartz-template .m-sm-0 {
    margin: 0 !important;
  }
  div.cartz-template .m-sm-1 {
    margin: 0.25rem !important;
  }
  div.cartz-template .m-sm-2 {
    margin: 0.5rem !important;
  }
  div.cartz-template .m-sm-3 {
    margin: 1rem !important;
  }
  div.cartz-template .m-sm-4 {
    margin: 1.5rem !important;
  }
  div.cartz-template .m-sm-5 {
    margin: 3rem !important;
  }
  div.cartz-template .m-sm-10 {
    margin: 10rem !important;
  }
  div.cartz-template .m-sm-grid-gutter {
    margin: 1.875rem !important;
  }
  div.cartz-template .m-sm-auto {
    margin: auto !important;
  }
  div.cartz-template .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  div.cartz-template .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  div.cartz-template .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  div.cartz-template .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  div.cartz-template .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  div.cartz-template .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  div.cartz-template .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  div.cartz-template .mx-sm-grid-gutter {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  div.cartz-template .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  div.cartz-template .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  div.cartz-template .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  div.cartz-template .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  div.cartz-template .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  div.cartz-template .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  div.cartz-template .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  div.cartz-template .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  div.cartz-template .my-sm-grid-gutter {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  div.cartz-template .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  div.cartz-template .mt-sm-0 {
    margin-top: 0 !important;
  }
  div.cartz-template .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  div.cartz-template .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  div.cartz-template .mt-sm-3 {
    margin-top: 1rem !important;
  }
  div.cartz-template .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  div.cartz-template .mt-sm-5 {
    margin-top: 3rem !important;
  }
  div.cartz-template .mt-sm-10 {
    margin-top: 10rem !important;
  }
  div.cartz-template .mt-sm-grid-gutter {
    margin-top: 1.875rem !important;
  }
  div.cartz-template .mt-sm-auto {
    margin-top: auto !important;
  }
  div.cartz-template .me-sm-0 {
    margin-right: 0 !important;
  }
  div.cartz-template .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  div.cartz-template .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  div.cartz-template .me-sm-3 {
    margin-right: 1rem !important;
  }
  div.cartz-template .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  div.cartz-template .me-sm-5 {
    margin-right: 3rem !important;
  }
  div.cartz-template .me-sm-10 {
    margin-right: 10rem !important;
  }
  div.cartz-template .me-sm-grid-gutter {
    margin-right: 1.875rem !important;
  }
  div.cartz-template .me-sm-auto {
    margin-right: auto !important;
  }
  div.cartz-template .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  div.cartz-template .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  div.cartz-template .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  div.cartz-template .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  div.cartz-template .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  div.cartz-template .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  div.cartz-template .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  div.cartz-template .mb-sm-grid-gutter {
    margin-bottom: 1.875rem !important;
  }
  div.cartz-template .mb-sm-auto {
    margin-bottom: auto !important;
  }
  div.cartz-template .ms-sm-0 {
    margin-left: 0 !important;
  }
  div.cartz-template .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  div.cartz-template .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  div.cartz-template .ms-sm-3 {
    margin-left: 1rem !important;
  }
  div.cartz-template .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  div.cartz-template .ms-sm-5 {
    margin-left: 3rem !important;
  }
  div.cartz-template .ms-sm-10 {
    margin-left: 10rem !important;
  }
  div.cartz-template .ms-sm-grid-gutter {
    margin-left: 1.875rem !important;
  }
  div.cartz-template .ms-sm-auto {
    margin-left: auto !important;
  }
  div.cartz-template .m-sm-n1 {
    margin: -0.25rem !important;
  }
  div.cartz-template .m-sm-n2 {
    margin: -0.5rem !important;
  }
  div.cartz-template .m-sm-n3 {
    margin: -1rem !important;
  }
  div.cartz-template .m-sm-n4 {
    margin: -1.5rem !important;
  }
  div.cartz-template .m-sm-n5 {
    margin: -3rem !important;
  }
  div.cartz-template .m-sm-n10 {
    margin: -10rem !important;
  }
  div.cartz-template .m-sm-ngrid-gutter {
    margin: -1.875rem !important;
  }
  div.cartz-template .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  div.cartz-template .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  div.cartz-template .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  div.cartz-template .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  div.cartz-template .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  div.cartz-template .mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  div.cartz-template .mx-sm-ngrid-gutter {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  div.cartz-template .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  div.cartz-template .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  div.cartz-template .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  div.cartz-template .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  div.cartz-template .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  div.cartz-template .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  div.cartz-template .my-sm-ngrid-gutter {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  div.cartz-template .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  div.cartz-template .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  div.cartz-template .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  div.cartz-template .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  div.cartz-template .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  div.cartz-template .mt-sm-n10 {
    margin-top: -10rem !important;
  }
  div.cartz-template .mt-sm-ngrid-gutter {
    margin-top: -1.875rem !important;
  }
  div.cartz-template .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  div.cartz-template .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  div.cartz-template .me-sm-n3 {
    margin-right: -1rem !important;
  }
  div.cartz-template .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  div.cartz-template .me-sm-n5 {
    margin-right: -3rem !important;
  }
  div.cartz-template .me-sm-n10 {
    margin-right: -10rem !important;
  }
  div.cartz-template .me-sm-ngrid-gutter {
    margin-right: -1.875rem !important;
  }
  div.cartz-template .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  div.cartz-template .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  div.cartz-template .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  div.cartz-template .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  div.cartz-template .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  div.cartz-template .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }
  div.cartz-template .mb-sm-ngrid-gutter {
    margin-bottom: -1.875rem !important;
  }
  div.cartz-template .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  div.cartz-template .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  div.cartz-template .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  div.cartz-template .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  div.cartz-template .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  div.cartz-template .ms-sm-n10 {
    margin-left: -10rem !important;
  }
  div.cartz-template .ms-sm-ngrid-gutter {
    margin-left: -1.875rem !important;
  }
  div.cartz-template .p-sm-0 {
    padding: 0 !important;
  }
  div.cartz-template .p-sm-1 {
    padding: 0.25rem !important;
  }
  div.cartz-template .p-sm-2 {
    padding: 0.5rem !important;
  }
  div.cartz-template .p-sm-3 {
    padding: 1rem !important;
  }
  div.cartz-template .p-sm-4 {
    padding: 1.5rem !important;
  }
  div.cartz-template .p-sm-5 {
    padding: 3rem !important;
  }
  div.cartz-template .p-sm-10 {
    padding: 10rem !important;
  }
  div.cartz-template .p-sm-grid-gutter {
    padding: 1.875rem !important;
  }
  div.cartz-template .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  div.cartz-template .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  div.cartz-template .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  div.cartz-template .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  div.cartz-template .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  div.cartz-template .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  div.cartz-template .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  div.cartz-template .px-sm-grid-gutter {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  div.cartz-template .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  div.cartz-template .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  div.cartz-template .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  div.cartz-template .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  div.cartz-template .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  div.cartz-template .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  div.cartz-template .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  div.cartz-template .py-sm-grid-gutter {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  div.cartz-template .pt-sm-0 {
    padding-top: 0 !important;
  }
  div.cartz-template .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  div.cartz-template .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  div.cartz-template .pt-sm-3 {
    padding-top: 1rem !important;
  }
  div.cartz-template .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  div.cartz-template .pt-sm-5 {
    padding-top: 3rem !important;
  }
  div.cartz-template .pt-sm-10 {
    padding-top: 10rem !important;
  }
  div.cartz-template .pt-sm-grid-gutter {
    padding-top: 1.875rem !important;
  }
  div.cartz-template .pe-sm-0 {
    padding-right: 0 !important;
  }
  div.cartz-template .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  div.cartz-template .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  div.cartz-template .pe-sm-3 {
    padding-right: 1rem !important;
  }
  div.cartz-template .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  div.cartz-template .pe-sm-5 {
    padding-right: 3rem !important;
  }
  div.cartz-template .pe-sm-10 {
    padding-right: 10rem !important;
  }
  div.cartz-template .pe-sm-grid-gutter {
    padding-right: 1.875rem !important;
  }
  div.cartz-template .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  div.cartz-template .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  div.cartz-template .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  div.cartz-template .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  div.cartz-template .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  div.cartz-template .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  div.cartz-template .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  div.cartz-template .pb-sm-grid-gutter {
    padding-bottom: 1.875rem !important;
  }
  div.cartz-template .ps-sm-0 {
    padding-left: 0 !important;
  }
  div.cartz-template .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  div.cartz-template .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  div.cartz-template .ps-sm-3 {
    padding-left: 1rem !important;
  }
  div.cartz-template .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  div.cartz-template .ps-sm-5 {
    padding-left: 3rem !important;
  }
  div.cartz-template .ps-sm-10 {
    padding-left: 10rem !important;
  }
  div.cartz-template .ps-sm-grid-gutter {
    padding-left: 1.875rem !important;
  }
  div.cartz-template .gap-sm-0 {
    gap: 0 !important;
  }
  div.cartz-template .gap-sm-1 {
    gap: 0.25rem !important;
  }
  div.cartz-template .gap-sm-2 {
    gap: 0.5rem !important;
  }
  div.cartz-template .gap-sm-3 {
    gap: 1rem !important;
  }
  div.cartz-template .gap-sm-4 {
    gap: 1.5rem !important;
  }
  div.cartz-template .gap-sm-5 {
    gap: 3rem !important;
  }
  div.cartz-template .gap-sm-10 {
    gap: 10rem !important;
  }
  div.cartz-template .gap-sm-grid-gutter {
    gap: 1.875rem !important;
  }
  div.cartz-template .text-sm-start {
    text-align: left !important;
  }
  div.cartz-template .text-sm-end {
    text-align: right !important;
  }
  div.cartz-template .text-sm-center {
    text-align: center !important;
  }
  div.cartz-template .text-sm-wrap {
    white-space: normal !important;
  }
  div.cartz-template .text-sm-nowrap {
    white-space: nowrap !important;
  }
  div.cartz-template .zindex-sm-1 {
    z-index: 1 !important;
  }
  div.cartz-template .zindex-sm-5 {
    z-index: 5 !important;
  }
  div.cartz-template .zindex-sm-10 {
    z-index: 10 !important;
  }
}
@media (min-width: 768px) {
  div.cartz-template .float-md-start {
    float: left !important;
  }
  div.cartz-template .float-md-end {
    float: right !important;
  }
  div.cartz-template .float-md-none {
    float: none !important;
  }
  div.cartz-template .d-md-inline {
    display: inline !important;
  }
  div.cartz-template .d-md-inline-block {
    display: inline-block !important;
  }
  div.cartz-template .d-md-block {
    display: block !important;
  }
  div.cartz-template .d-md-grid {
    display: grid !important;
  }
  div.cartz-template .d-md-table {
    display: table !important;
  }
  div.cartz-template .d-md-table-row {
    display: table-row !important;
  }
  div.cartz-template .d-md-table-cell {
    display: table-cell !important;
  }
  div.cartz-template .d-md-flex {
    display: flex !important;
  }
  div.cartz-template .d-md-inline-flex {
    display: inline-flex !important;
  }
  div.cartz-template .d-md-none {
    display: none !important;
  }
  div.cartz-template .flex-md-fill {
    flex: 1 1 auto !important;
  }
  div.cartz-template .flex-md-row {
    flex-direction: row !important;
  }
  div.cartz-template .flex-md-column {
    flex-direction: column !important;
  }
  div.cartz-template .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  div.cartz-template .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  div.cartz-template .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  div.cartz-template .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  div.cartz-template .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  div.cartz-template .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  div.cartz-template .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  div.cartz-template .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  div.cartz-template .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  div.cartz-template .justify-content-md-start {
    justify-content: flex-start !important;
  }
  div.cartz-template .justify-content-md-end {
    justify-content: flex-end !important;
  }
  div.cartz-template .justify-content-md-center {
    justify-content: center !important;
  }
  div.cartz-template .justify-content-md-between {
    justify-content: space-between !important;
  }
  div.cartz-template .justify-content-md-around {
    justify-content: space-around !important;
  }
  div.cartz-template .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  div.cartz-template .align-items-md-start {
    align-items: flex-start !important;
  }
  div.cartz-template .align-items-md-end {
    align-items: flex-end !important;
  }
  div.cartz-template .align-items-md-center {
    align-items: center !important;
  }
  div.cartz-template .align-items-md-baseline {
    align-items: baseline !important;
  }
  div.cartz-template .align-items-md-stretch {
    align-items: stretch !important;
  }
  div.cartz-template .align-content-md-start {
    align-content: flex-start !important;
  }
  div.cartz-template .align-content-md-end {
    align-content: flex-end !important;
  }
  div.cartz-template .align-content-md-center {
    align-content: center !important;
  }
  div.cartz-template .align-content-md-between {
    align-content: space-between !important;
  }
  div.cartz-template .align-content-md-around {
    align-content: space-around !important;
  }
  div.cartz-template .align-content-md-stretch {
    align-content: stretch !important;
  }
  div.cartz-template .align-self-md-auto {
    align-self: auto !important;
  }
  div.cartz-template .align-self-md-start {
    align-self: flex-start !important;
  }
  div.cartz-template .align-self-md-end {
    align-self: flex-end !important;
  }
  div.cartz-template .align-self-md-center {
    align-self: center !important;
  }
  div.cartz-template .align-self-md-baseline {
    align-self: baseline !important;
  }
  div.cartz-template .align-self-md-stretch {
    align-self: stretch !important;
  }
  div.cartz-template .order-md-first {
    order: -1 !important;
  }
  div.cartz-template .order-md-0 {
    order: 0 !important;
  }
  div.cartz-template .order-md-1 {
    order: 1 !important;
  }
  div.cartz-template .order-md-2 {
    order: 2 !important;
  }
  div.cartz-template .order-md-3 {
    order: 3 !important;
  }
  div.cartz-template .order-md-4 {
    order: 4 !important;
  }
  div.cartz-template .order-md-5 {
    order: 5 !important;
  }
  div.cartz-template .order-md-last {
    order: 6 !important;
  }
  div.cartz-template .m-md-0 {
    margin: 0 !important;
  }
  div.cartz-template .m-md-1 {
    margin: 0.25rem !important;
  }
  div.cartz-template .m-md-2 {
    margin: 0.5rem !important;
  }
  div.cartz-template .m-md-3 {
    margin: 1rem !important;
  }
  div.cartz-template .m-md-4 {
    margin: 1.5rem !important;
  }
  div.cartz-template .m-md-5 {
    margin: 3rem !important;
  }
  div.cartz-template .m-md-10 {
    margin: 10rem !important;
  }
  div.cartz-template .m-md-grid-gutter {
    margin: 1.875rem !important;
  }
  div.cartz-template .m-md-auto {
    margin: auto !important;
  }
  div.cartz-template .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  div.cartz-template .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  div.cartz-template .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  div.cartz-template .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  div.cartz-template .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  div.cartz-template .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  div.cartz-template .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  div.cartz-template .mx-md-grid-gutter {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  div.cartz-template .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  div.cartz-template .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  div.cartz-template .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  div.cartz-template .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  div.cartz-template .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  div.cartz-template .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  div.cartz-template .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  div.cartz-template .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  div.cartz-template .my-md-grid-gutter {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  div.cartz-template .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  div.cartz-template .mt-md-0 {
    margin-top: 0 !important;
  }
  div.cartz-template .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  div.cartz-template .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  div.cartz-template .mt-md-3 {
    margin-top: 1rem !important;
  }
  div.cartz-template .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  div.cartz-template .mt-md-5 {
    margin-top: 3rem !important;
  }
  div.cartz-template .mt-md-10 {
    margin-top: 10rem !important;
  }
  div.cartz-template .mt-md-grid-gutter {
    margin-top: 1.875rem !important;
  }
  div.cartz-template .mt-md-auto {
    margin-top: auto !important;
  }
  div.cartz-template .me-md-0 {
    margin-right: 0 !important;
  }
  div.cartz-template .me-md-1 {
    margin-right: 0.25rem !important;
  }
  div.cartz-template .me-md-2 {
    margin-right: 0.5rem !important;
  }
  div.cartz-template .me-md-3 {
    margin-right: 1rem !important;
  }
  div.cartz-template .me-md-4 {
    margin-right: 1.5rem !important;
  }
  div.cartz-template .me-md-5 {
    margin-right: 3rem !important;
  }
  div.cartz-template .me-md-10 {
    margin-right: 10rem !important;
  }
  div.cartz-template .me-md-grid-gutter {
    margin-right: 1.875rem !important;
  }
  div.cartz-template .me-md-auto {
    margin-right: auto !important;
  }
  div.cartz-template .mb-md-0 {
    margin-bottom: 0 !important;
  }
  div.cartz-template .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  div.cartz-template .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  div.cartz-template .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  div.cartz-template .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  div.cartz-template .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  div.cartz-template .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  div.cartz-template .mb-md-grid-gutter {
    margin-bottom: 1.875rem !important;
  }
  div.cartz-template .mb-md-auto {
    margin-bottom: auto !important;
  }
  div.cartz-template .ms-md-0 {
    margin-left: 0 !important;
  }
  div.cartz-template .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  div.cartz-template .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  div.cartz-template .ms-md-3 {
    margin-left: 1rem !important;
  }
  div.cartz-template .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  div.cartz-template .ms-md-5 {
    margin-left: 3rem !important;
  }
  div.cartz-template .ms-md-10 {
    margin-left: 10rem !important;
  }
  div.cartz-template .ms-md-grid-gutter {
    margin-left: 1.875rem !important;
  }
  div.cartz-template .ms-md-auto {
    margin-left: auto !important;
  }
  div.cartz-template .m-md-n1 {
    margin: -0.25rem !important;
  }
  div.cartz-template .m-md-n2 {
    margin: -0.5rem !important;
  }
  div.cartz-template .m-md-n3 {
    margin: -1rem !important;
  }
  div.cartz-template .m-md-n4 {
    margin: -1.5rem !important;
  }
  div.cartz-template .m-md-n5 {
    margin: -3rem !important;
  }
  div.cartz-template .m-md-n10 {
    margin: -10rem !important;
  }
  div.cartz-template .m-md-ngrid-gutter {
    margin: -1.875rem !important;
  }
  div.cartz-template .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  div.cartz-template .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  div.cartz-template .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  div.cartz-template .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  div.cartz-template .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  div.cartz-template .mx-md-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  div.cartz-template .mx-md-ngrid-gutter {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  div.cartz-template .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  div.cartz-template .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  div.cartz-template .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  div.cartz-template .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  div.cartz-template .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  div.cartz-template .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  div.cartz-template .my-md-ngrid-gutter {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  div.cartz-template .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  div.cartz-template .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  div.cartz-template .mt-md-n3 {
    margin-top: -1rem !important;
  }
  div.cartz-template .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  div.cartz-template .mt-md-n5 {
    margin-top: -3rem !important;
  }
  div.cartz-template .mt-md-n10 {
    margin-top: -10rem !important;
  }
  div.cartz-template .mt-md-ngrid-gutter {
    margin-top: -1.875rem !important;
  }
  div.cartz-template .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  div.cartz-template .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  div.cartz-template .me-md-n3 {
    margin-right: -1rem !important;
  }
  div.cartz-template .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  div.cartz-template .me-md-n5 {
    margin-right: -3rem !important;
  }
  div.cartz-template .me-md-n10 {
    margin-right: -10rem !important;
  }
  div.cartz-template .me-md-ngrid-gutter {
    margin-right: -1.875rem !important;
  }
  div.cartz-template .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  div.cartz-template .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  div.cartz-template .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  div.cartz-template .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  div.cartz-template .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  div.cartz-template .mb-md-n10 {
    margin-bottom: -10rem !important;
  }
  div.cartz-template .mb-md-ngrid-gutter {
    margin-bottom: -1.875rem !important;
  }
  div.cartz-template .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  div.cartz-template .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  div.cartz-template .ms-md-n3 {
    margin-left: -1rem !important;
  }
  div.cartz-template .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  div.cartz-template .ms-md-n5 {
    margin-left: -3rem !important;
  }
  div.cartz-template .ms-md-n10 {
    margin-left: -10rem !important;
  }
  div.cartz-template .ms-md-ngrid-gutter {
    margin-left: -1.875rem !important;
  }
  div.cartz-template .p-md-0 {
    padding: 0 !important;
  }
  div.cartz-template .p-md-1 {
    padding: 0.25rem !important;
  }
  div.cartz-template .p-md-2 {
    padding: 0.5rem !important;
  }
  div.cartz-template .p-md-3 {
    padding: 1rem !important;
  }
  div.cartz-template .p-md-4 {
    padding: 1.5rem !important;
  }
  div.cartz-template .p-md-5 {
    padding: 3rem !important;
  }
  div.cartz-template .p-md-10 {
    padding: 10rem !important;
  }
  div.cartz-template .p-md-grid-gutter {
    padding: 1.875rem !important;
  }
  div.cartz-template .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  div.cartz-template .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  div.cartz-template .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  div.cartz-template .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  div.cartz-template .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  div.cartz-template .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  div.cartz-template .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  div.cartz-template .px-md-grid-gutter {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  div.cartz-template .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  div.cartz-template .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  div.cartz-template .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  div.cartz-template .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  div.cartz-template .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  div.cartz-template .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  div.cartz-template .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  div.cartz-template .py-md-grid-gutter {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  div.cartz-template .pt-md-0 {
    padding-top: 0 !important;
  }
  div.cartz-template .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  div.cartz-template .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  div.cartz-template .pt-md-3 {
    padding-top: 1rem !important;
  }
  div.cartz-template .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  div.cartz-template .pt-md-5 {
    padding-top: 3rem !important;
  }
  div.cartz-template .pt-md-10 {
    padding-top: 10rem !important;
  }
  div.cartz-template .pt-md-grid-gutter {
    padding-top: 1.875rem !important;
  }
  div.cartz-template .pe-md-0 {
    padding-right: 0 !important;
  }
  div.cartz-template .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  div.cartz-template .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  div.cartz-template .pe-md-3 {
    padding-right: 1rem !important;
  }
  div.cartz-template .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  div.cartz-template .pe-md-5 {
    padding-right: 3rem !important;
  }
  div.cartz-template .pe-md-10 {
    padding-right: 10rem !important;
  }
  div.cartz-template .pe-md-grid-gutter {
    padding-right: 1.875rem !important;
  }
  div.cartz-template .pb-md-0 {
    padding-bottom: 0 !important;
  }
  div.cartz-template .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  div.cartz-template .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  div.cartz-template .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  div.cartz-template .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  div.cartz-template .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  div.cartz-template .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  div.cartz-template .pb-md-grid-gutter {
    padding-bottom: 1.875rem !important;
  }
  div.cartz-template .ps-md-0 {
    padding-left: 0 !important;
  }
  div.cartz-template .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  div.cartz-template .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  div.cartz-template .ps-md-3 {
    padding-left: 1rem !important;
  }
  div.cartz-template .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  div.cartz-template .ps-md-5 {
    padding-left: 3rem !important;
  }
  div.cartz-template .ps-md-10 {
    padding-left: 10rem !important;
  }
  div.cartz-template .ps-md-grid-gutter {
    padding-left: 1.875rem !important;
  }
  div.cartz-template .gap-md-0 {
    gap: 0 !important;
  }
  div.cartz-template .gap-md-1 {
    gap: 0.25rem !important;
  }
  div.cartz-template .gap-md-2 {
    gap: 0.5rem !important;
  }
  div.cartz-template .gap-md-3 {
    gap: 1rem !important;
  }
  div.cartz-template .gap-md-4 {
    gap: 1.5rem !important;
  }
  div.cartz-template .gap-md-5 {
    gap: 3rem !important;
  }
  div.cartz-template .gap-md-10 {
    gap: 10rem !important;
  }
  div.cartz-template .gap-md-grid-gutter {
    gap: 1.875rem !important;
  }
  div.cartz-template .text-md-start {
    text-align: left !important;
  }
  div.cartz-template .text-md-end {
    text-align: right !important;
  }
  div.cartz-template .text-md-center {
    text-align: center !important;
  }
  div.cartz-template .text-md-wrap {
    white-space: normal !important;
  }
  div.cartz-template .text-md-nowrap {
    white-space: nowrap !important;
  }
  div.cartz-template .zindex-md-1 {
    z-index: 1 !important;
  }
  div.cartz-template .zindex-md-5 {
    z-index: 5 !important;
  }
  div.cartz-template .zindex-md-10 {
    z-index: 10 !important;
  }
}
@media (min-width: 992px) {
  div.cartz-template .float-lg-start {
    float: left !important;
  }
  div.cartz-template .float-lg-end {
    float: right !important;
  }
  div.cartz-template .float-lg-none {
    float: none !important;
  }
  div.cartz-template .d-lg-inline {
    display: inline !important;
  }
  div.cartz-template .d-lg-inline-block {
    display: inline-block !important;
  }
  div.cartz-template .d-lg-block {
    display: block !important;
  }
  div.cartz-template .d-lg-grid {
    display: grid !important;
  }
  div.cartz-template .d-lg-table {
    display: table !important;
  }
  div.cartz-template .d-lg-table-row {
    display: table-row !important;
  }
  div.cartz-template .d-lg-table-cell {
    display: table-cell !important;
  }
  div.cartz-template .d-lg-flex {
    display: flex !important;
  }
  div.cartz-template .d-lg-inline-flex {
    display: inline-flex !important;
  }
  div.cartz-template .d-lg-none {
    display: none !important;
  }
  div.cartz-template .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  div.cartz-template .flex-lg-row {
    flex-direction: row !important;
  }
  div.cartz-template .flex-lg-column {
    flex-direction: column !important;
  }
  div.cartz-template .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  div.cartz-template .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  div.cartz-template .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  div.cartz-template .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  div.cartz-template .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  div.cartz-template .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  div.cartz-template .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  div.cartz-template .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  div.cartz-template .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  div.cartz-template .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  div.cartz-template .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  div.cartz-template .justify-content-lg-center {
    justify-content: center !important;
  }
  div.cartz-template .justify-content-lg-between {
    justify-content: space-between !important;
  }
  div.cartz-template .justify-content-lg-around {
    justify-content: space-around !important;
  }
  div.cartz-template .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  div.cartz-template .align-items-lg-start {
    align-items: flex-start !important;
  }
  div.cartz-template .align-items-lg-end {
    align-items: flex-end !important;
  }
  div.cartz-template .align-items-lg-center {
    align-items: center !important;
  }
  div.cartz-template .align-items-lg-baseline {
    align-items: baseline !important;
  }
  div.cartz-template .align-items-lg-stretch {
    align-items: stretch !important;
  }
  div.cartz-template .align-content-lg-start {
    align-content: flex-start !important;
  }
  div.cartz-template .align-content-lg-end {
    align-content: flex-end !important;
  }
  div.cartz-template .align-content-lg-center {
    align-content: center !important;
  }
  div.cartz-template .align-content-lg-between {
    align-content: space-between !important;
  }
  div.cartz-template .align-content-lg-around {
    align-content: space-around !important;
  }
  div.cartz-template .align-content-lg-stretch {
    align-content: stretch !important;
  }
  div.cartz-template .align-self-lg-auto {
    align-self: auto !important;
  }
  div.cartz-template .align-self-lg-start {
    align-self: flex-start !important;
  }
  div.cartz-template .align-self-lg-end {
    align-self: flex-end !important;
  }
  div.cartz-template .align-self-lg-center {
    align-self: center !important;
  }
  div.cartz-template .align-self-lg-baseline {
    align-self: baseline !important;
  }
  div.cartz-template .align-self-lg-stretch {
    align-self: stretch !important;
  }
  div.cartz-template .order-lg-first {
    order: -1 !important;
  }
  div.cartz-template .order-lg-0 {
    order: 0 !important;
  }
  div.cartz-template .order-lg-1 {
    order: 1 !important;
  }
  div.cartz-template .order-lg-2 {
    order: 2 !important;
  }
  div.cartz-template .order-lg-3 {
    order: 3 !important;
  }
  div.cartz-template .order-lg-4 {
    order: 4 !important;
  }
  div.cartz-template .order-lg-5 {
    order: 5 !important;
  }
  div.cartz-template .order-lg-last {
    order: 6 !important;
  }
  div.cartz-template .m-lg-0 {
    margin: 0 !important;
  }
  div.cartz-template .m-lg-1 {
    margin: 0.25rem !important;
  }
  div.cartz-template .m-lg-2 {
    margin: 0.5rem !important;
  }
  div.cartz-template .m-lg-3 {
    margin: 1rem !important;
  }
  div.cartz-template .m-lg-4 {
    margin: 1.5rem !important;
  }
  div.cartz-template .m-lg-5 {
    margin: 3rem !important;
  }
  div.cartz-template .m-lg-10 {
    margin: 10rem !important;
  }
  div.cartz-template .m-lg-grid-gutter {
    margin: 1.875rem !important;
  }
  div.cartz-template .m-lg-auto {
    margin: auto !important;
  }
  div.cartz-template .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  div.cartz-template .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  div.cartz-template .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  div.cartz-template .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  div.cartz-template .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  div.cartz-template .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  div.cartz-template .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  div.cartz-template .mx-lg-grid-gutter {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  div.cartz-template .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  div.cartz-template .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  div.cartz-template .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  div.cartz-template .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  div.cartz-template .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  div.cartz-template .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  div.cartz-template .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  div.cartz-template .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  div.cartz-template .my-lg-grid-gutter {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  div.cartz-template .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  div.cartz-template .mt-lg-0 {
    margin-top: 0 !important;
  }
  div.cartz-template .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  div.cartz-template .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  div.cartz-template .mt-lg-3 {
    margin-top: 1rem !important;
  }
  div.cartz-template .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  div.cartz-template .mt-lg-5 {
    margin-top: 3rem !important;
  }
  div.cartz-template .mt-lg-10 {
    margin-top: 10rem !important;
  }
  div.cartz-template .mt-lg-grid-gutter {
    margin-top: 1.875rem !important;
  }
  div.cartz-template .mt-lg-auto {
    margin-top: auto !important;
  }
  div.cartz-template .me-lg-0 {
    margin-right: 0 !important;
  }
  div.cartz-template .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  div.cartz-template .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  div.cartz-template .me-lg-3 {
    margin-right: 1rem !important;
  }
  div.cartz-template .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  div.cartz-template .me-lg-5 {
    margin-right: 3rem !important;
  }
  div.cartz-template .me-lg-10 {
    margin-right: 10rem !important;
  }
  div.cartz-template .me-lg-grid-gutter {
    margin-right: 1.875rem !important;
  }
  div.cartz-template .me-lg-auto {
    margin-right: auto !important;
  }
  div.cartz-template .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  div.cartz-template .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  div.cartz-template .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  div.cartz-template .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  div.cartz-template .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  div.cartz-template .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  div.cartz-template .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  div.cartz-template .mb-lg-grid-gutter {
    margin-bottom: 1.875rem !important;
  }
  div.cartz-template .mb-lg-auto {
    margin-bottom: auto !important;
  }
  div.cartz-template .ms-lg-0 {
    margin-left: 0 !important;
  }
  div.cartz-template .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  div.cartz-template .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  div.cartz-template .ms-lg-3 {
    margin-left: 1rem !important;
  }
  div.cartz-template .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  div.cartz-template .ms-lg-5 {
    margin-left: 3rem !important;
  }
  div.cartz-template .ms-lg-10 {
    margin-left: 10rem !important;
  }
  div.cartz-template .ms-lg-grid-gutter {
    margin-left: 1.875rem !important;
  }
  div.cartz-template .ms-lg-auto {
    margin-left: auto !important;
  }
  div.cartz-template .m-lg-n1 {
    margin: -0.25rem !important;
  }
  div.cartz-template .m-lg-n2 {
    margin: -0.5rem !important;
  }
  div.cartz-template .m-lg-n3 {
    margin: -1rem !important;
  }
  div.cartz-template .m-lg-n4 {
    margin: -1.5rem !important;
  }
  div.cartz-template .m-lg-n5 {
    margin: -3rem !important;
  }
  div.cartz-template .m-lg-n10 {
    margin: -10rem !important;
  }
  div.cartz-template .m-lg-ngrid-gutter {
    margin: -1.875rem !important;
  }
  div.cartz-template .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  div.cartz-template .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  div.cartz-template .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  div.cartz-template .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  div.cartz-template .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  div.cartz-template .mx-lg-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  div.cartz-template .mx-lg-ngrid-gutter {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  div.cartz-template .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  div.cartz-template .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  div.cartz-template .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  div.cartz-template .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  div.cartz-template .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  div.cartz-template .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  div.cartz-template .my-lg-ngrid-gutter {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  div.cartz-template .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  div.cartz-template .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  div.cartz-template .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  div.cartz-template .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  div.cartz-template .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  div.cartz-template .mt-lg-n10 {
    margin-top: -10rem !important;
  }
  div.cartz-template .mt-lg-ngrid-gutter {
    margin-top: -1.875rem !important;
  }
  div.cartz-template .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  div.cartz-template .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  div.cartz-template .me-lg-n3 {
    margin-right: -1rem !important;
  }
  div.cartz-template .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  div.cartz-template .me-lg-n5 {
    margin-right: -3rem !important;
  }
  div.cartz-template .me-lg-n10 {
    margin-right: -10rem !important;
  }
  div.cartz-template .me-lg-ngrid-gutter {
    margin-right: -1.875rem !important;
  }
  div.cartz-template .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  div.cartz-template .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  div.cartz-template .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  div.cartz-template .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  div.cartz-template .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  div.cartz-template .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }
  div.cartz-template .mb-lg-ngrid-gutter {
    margin-bottom: -1.875rem !important;
  }
  div.cartz-template .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  div.cartz-template .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  div.cartz-template .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  div.cartz-template .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  div.cartz-template .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  div.cartz-template .ms-lg-n10 {
    margin-left: -10rem !important;
  }
  div.cartz-template .ms-lg-ngrid-gutter {
    margin-left: -1.875rem !important;
  }
  div.cartz-template .p-lg-0 {
    padding: 0 !important;
  }
  div.cartz-template .p-lg-1 {
    padding: 0.25rem !important;
  }
  div.cartz-template .p-lg-2 {
    padding: 0.5rem !important;
  }
  div.cartz-template .p-lg-3 {
    padding: 1rem !important;
  }
  div.cartz-template .p-lg-4 {
    padding: 1.5rem !important;
  }
  div.cartz-template .p-lg-5 {
    padding: 3rem !important;
  }
  div.cartz-template .p-lg-10 {
    padding: 10rem !important;
  }
  div.cartz-template .p-lg-grid-gutter {
    padding: 1.875rem !important;
  }
  div.cartz-template .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  div.cartz-template .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  div.cartz-template .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  div.cartz-template .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  div.cartz-template .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  div.cartz-template .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  div.cartz-template .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  div.cartz-template .px-lg-grid-gutter {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  div.cartz-template .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  div.cartz-template .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  div.cartz-template .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  div.cartz-template .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  div.cartz-template .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  div.cartz-template .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  div.cartz-template .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  div.cartz-template .py-lg-grid-gutter {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  div.cartz-template .pt-lg-0 {
    padding-top: 0 !important;
  }
  div.cartz-template .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  div.cartz-template .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  div.cartz-template .pt-lg-3 {
    padding-top: 1rem !important;
  }
  div.cartz-template .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  div.cartz-template .pt-lg-5 {
    padding-top: 3rem !important;
  }
  div.cartz-template .pt-lg-10 {
    padding-top: 10rem !important;
  }
  div.cartz-template .pt-lg-grid-gutter {
    padding-top: 1.875rem !important;
  }
  div.cartz-template .pe-lg-0 {
    padding-right: 0 !important;
  }
  div.cartz-template .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  div.cartz-template .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  div.cartz-template .pe-lg-3 {
    padding-right: 1rem !important;
  }
  div.cartz-template .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  div.cartz-template .pe-lg-5 {
    padding-right: 3rem !important;
  }
  div.cartz-template .pe-lg-10 {
    padding-right: 10rem !important;
  }
  div.cartz-template .pe-lg-grid-gutter {
    padding-right: 1.875rem !important;
  }
  div.cartz-template .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  div.cartz-template .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  div.cartz-template .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  div.cartz-template .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  div.cartz-template .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  div.cartz-template .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  div.cartz-template .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  div.cartz-template .pb-lg-grid-gutter {
    padding-bottom: 1.875rem !important;
  }
  div.cartz-template .ps-lg-0 {
    padding-left: 0 !important;
  }
  div.cartz-template .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  div.cartz-template .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  div.cartz-template .ps-lg-3 {
    padding-left: 1rem !important;
  }
  div.cartz-template .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  div.cartz-template .ps-lg-5 {
    padding-left: 3rem !important;
  }
  div.cartz-template .ps-lg-10 {
    padding-left: 10rem !important;
  }
  div.cartz-template .ps-lg-grid-gutter {
    padding-left: 1.875rem !important;
  }
  div.cartz-template .gap-lg-0 {
    gap: 0 !important;
  }
  div.cartz-template .gap-lg-1 {
    gap: 0.25rem !important;
  }
  div.cartz-template .gap-lg-2 {
    gap: 0.5rem !important;
  }
  div.cartz-template .gap-lg-3 {
    gap: 1rem !important;
  }
  div.cartz-template .gap-lg-4 {
    gap: 1.5rem !important;
  }
  div.cartz-template .gap-lg-5 {
    gap: 3rem !important;
  }
  div.cartz-template .gap-lg-10 {
    gap: 10rem !important;
  }
  div.cartz-template .gap-lg-grid-gutter {
    gap: 1.875rem !important;
  }
  div.cartz-template .text-lg-start {
    text-align: left !important;
  }
  div.cartz-template .text-lg-end {
    text-align: right !important;
  }
  div.cartz-template .text-lg-center {
    text-align: center !important;
  }
  div.cartz-template .text-lg-wrap {
    white-space: normal !important;
  }
  div.cartz-template .text-lg-nowrap {
    white-space: nowrap !important;
  }
  div.cartz-template .zindex-lg-1 {
    z-index: 1 !important;
  }
  div.cartz-template .zindex-lg-5 {
    z-index: 5 !important;
  }
  div.cartz-template .zindex-lg-10 {
    z-index: 10 !important;
  }
}
@media (min-width: 1280px) {
  div.cartz-template .float-xl-start {
    float: left !important;
  }
  div.cartz-template .float-xl-end {
    float: right !important;
  }
  div.cartz-template .float-xl-none {
    float: none !important;
  }
  div.cartz-template .d-xl-inline {
    display: inline !important;
  }
  div.cartz-template .d-xl-inline-block {
    display: inline-block !important;
  }
  div.cartz-template .d-xl-block {
    display: block !important;
  }
  div.cartz-template .d-xl-grid {
    display: grid !important;
  }
  div.cartz-template .d-xl-table {
    display: table !important;
  }
  div.cartz-template .d-xl-table-row {
    display: table-row !important;
  }
  div.cartz-template .d-xl-table-cell {
    display: table-cell !important;
  }
  div.cartz-template .d-xl-flex {
    display: flex !important;
  }
  div.cartz-template .d-xl-inline-flex {
    display: inline-flex !important;
  }
  div.cartz-template .d-xl-none {
    display: none !important;
  }
  div.cartz-template .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  div.cartz-template .flex-xl-row {
    flex-direction: row !important;
  }
  div.cartz-template .flex-xl-column {
    flex-direction: column !important;
  }
  div.cartz-template .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  div.cartz-template .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  div.cartz-template .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  div.cartz-template .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  div.cartz-template .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  div.cartz-template .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  div.cartz-template .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  div.cartz-template .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  div.cartz-template .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  div.cartz-template .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  div.cartz-template .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  div.cartz-template .justify-content-xl-center {
    justify-content: center !important;
  }
  div.cartz-template .justify-content-xl-between {
    justify-content: space-between !important;
  }
  div.cartz-template .justify-content-xl-around {
    justify-content: space-around !important;
  }
  div.cartz-template .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  div.cartz-template .align-items-xl-start {
    align-items: flex-start !important;
  }
  div.cartz-template .align-items-xl-end {
    align-items: flex-end !important;
  }
  div.cartz-template .align-items-xl-center {
    align-items: center !important;
  }
  div.cartz-template .align-items-xl-baseline {
    align-items: baseline !important;
  }
  div.cartz-template .align-items-xl-stretch {
    align-items: stretch !important;
  }
  div.cartz-template .align-content-xl-start {
    align-content: flex-start !important;
  }
  div.cartz-template .align-content-xl-end {
    align-content: flex-end !important;
  }
  div.cartz-template .align-content-xl-center {
    align-content: center !important;
  }
  div.cartz-template .align-content-xl-between {
    align-content: space-between !important;
  }
  div.cartz-template .align-content-xl-around {
    align-content: space-around !important;
  }
  div.cartz-template .align-content-xl-stretch {
    align-content: stretch !important;
  }
  div.cartz-template .align-self-xl-auto {
    align-self: auto !important;
  }
  div.cartz-template .align-self-xl-start {
    align-self: flex-start !important;
  }
  div.cartz-template .align-self-xl-end {
    align-self: flex-end !important;
  }
  div.cartz-template .align-self-xl-center {
    align-self: center !important;
  }
  div.cartz-template .align-self-xl-baseline {
    align-self: baseline !important;
  }
  div.cartz-template .align-self-xl-stretch {
    align-self: stretch !important;
  }
  div.cartz-template .order-xl-first {
    order: -1 !important;
  }
  div.cartz-template .order-xl-0 {
    order: 0 !important;
  }
  div.cartz-template .order-xl-1 {
    order: 1 !important;
  }
  div.cartz-template .order-xl-2 {
    order: 2 !important;
  }
  div.cartz-template .order-xl-3 {
    order: 3 !important;
  }
  div.cartz-template .order-xl-4 {
    order: 4 !important;
  }
  div.cartz-template .order-xl-5 {
    order: 5 !important;
  }
  div.cartz-template .order-xl-last {
    order: 6 !important;
  }
  div.cartz-template .m-xl-0 {
    margin: 0 !important;
  }
  div.cartz-template .m-xl-1 {
    margin: 0.25rem !important;
  }
  div.cartz-template .m-xl-2 {
    margin: 0.5rem !important;
  }
  div.cartz-template .m-xl-3 {
    margin: 1rem !important;
  }
  div.cartz-template .m-xl-4 {
    margin: 1.5rem !important;
  }
  div.cartz-template .m-xl-5 {
    margin: 3rem !important;
  }
  div.cartz-template .m-xl-10 {
    margin: 10rem !important;
  }
  div.cartz-template .m-xl-grid-gutter {
    margin: 1.875rem !important;
  }
  div.cartz-template .m-xl-auto {
    margin: auto !important;
  }
  div.cartz-template .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  div.cartz-template .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  div.cartz-template .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  div.cartz-template .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  div.cartz-template .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  div.cartz-template .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  div.cartz-template .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  div.cartz-template .mx-xl-grid-gutter {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  div.cartz-template .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  div.cartz-template .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  div.cartz-template .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  div.cartz-template .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  div.cartz-template .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  div.cartz-template .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  div.cartz-template .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  div.cartz-template .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  div.cartz-template .my-xl-grid-gutter {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  div.cartz-template .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  div.cartz-template .mt-xl-0 {
    margin-top: 0 !important;
  }
  div.cartz-template .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  div.cartz-template .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  div.cartz-template .mt-xl-3 {
    margin-top: 1rem !important;
  }
  div.cartz-template .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  div.cartz-template .mt-xl-5 {
    margin-top: 3rem !important;
  }
  div.cartz-template .mt-xl-10 {
    margin-top: 10rem !important;
  }
  div.cartz-template .mt-xl-grid-gutter {
    margin-top: 1.875rem !important;
  }
  div.cartz-template .mt-xl-auto {
    margin-top: auto !important;
  }
  div.cartz-template .me-xl-0 {
    margin-right: 0 !important;
  }
  div.cartz-template .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  div.cartz-template .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  div.cartz-template .me-xl-3 {
    margin-right: 1rem !important;
  }
  div.cartz-template .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  div.cartz-template .me-xl-5 {
    margin-right: 3rem !important;
  }
  div.cartz-template .me-xl-10 {
    margin-right: 10rem !important;
  }
  div.cartz-template .me-xl-grid-gutter {
    margin-right: 1.875rem !important;
  }
  div.cartz-template .me-xl-auto {
    margin-right: auto !important;
  }
  div.cartz-template .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  div.cartz-template .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  div.cartz-template .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  div.cartz-template .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  div.cartz-template .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  div.cartz-template .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  div.cartz-template .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  div.cartz-template .mb-xl-grid-gutter {
    margin-bottom: 1.875rem !important;
  }
  div.cartz-template .mb-xl-auto {
    margin-bottom: auto !important;
  }
  div.cartz-template .ms-xl-0 {
    margin-left: 0 !important;
  }
  div.cartz-template .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  div.cartz-template .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  div.cartz-template .ms-xl-3 {
    margin-left: 1rem !important;
  }
  div.cartz-template .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  div.cartz-template .ms-xl-5 {
    margin-left: 3rem !important;
  }
  div.cartz-template .ms-xl-10 {
    margin-left: 10rem !important;
  }
  div.cartz-template .ms-xl-grid-gutter {
    margin-left: 1.875rem !important;
  }
  div.cartz-template .ms-xl-auto {
    margin-left: auto !important;
  }
  div.cartz-template .m-xl-n1 {
    margin: -0.25rem !important;
  }
  div.cartz-template .m-xl-n2 {
    margin: -0.5rem !important;
  }
  div.cartz-template .m-xl-n3 {
    margin: -1rem !important;
  }
  div.cartz-template .m-xl-n4 {
    margin: -1.5rem !important;
  }
  div.cartz-template .m-xl-n5 {
    margin: -3rem !important;
  }
  div.cartz-template .m-xl-n10 {
    margin: -10rem !important;
  }
  div.cartz-template .m-xl-ngrid-gutter {
    margin: -1.875rem !important;
  }
  div.cartz-template .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  div.cartz-template .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  div.cartz-template .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  div.cartz-template .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  div.cartz-template .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  div.cartz-template .mx-xl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  div.cartz-template .mx-xl-ngrid-gutter {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  div.cartz-template .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  div.cartz-template .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  div.cartz-template .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  div.cartz-template .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  div.cartz-template .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  div.cartz-template .my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  div.cartz-template .my-xl-ngrid-gutter {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  div.cartz-template .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  div.cartz-template .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  div.cartz-template .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  div.cartz-template .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  div.cartz-template .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  div.cartz-template .mt-xl-n10 {
    margin-top: -10rem !important;
  }
  div.cartz-template .mt-xl-ngrid-gutter {
    margin-top: -1.875rem !important;
  }
  div.cartz-template .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  div.cartz-template .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  div.cartz-template .me-xl-n3 {
    margin-right: -1rem !important;
  }
  div.cartz-template .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  div.cartz-template .me-xl-n5 {
    margin-right: -3rem !important;
  }
  div.cartz-template .me-xl-n10 {
    margin-right: -10rem !important;
  }
  div.cartz-template .me-xl-ngrid-gutter {
    margin-right: -1.875rem !important;
  }
  div.cartz-template .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  div.cartz-template .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  div.cartz-template .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  div.cartz-template .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  div.cartz-template .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  div.cartz-template .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }
  div.cartz-template .mb-xl-ngrid-gutter {
    margin-bottom: -1.875rem !important;
  }
  div.cartz-template .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  div.cartz-template .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  div.cartz-template .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  div.cartz-template .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  div.cartz-template .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  div.cartz-template .ms-xl-n10 {
    margin-left: -10rem !important;
  }
  div.cartz-template .ms-xl-ngrid-gutter {
    margin-left: -1.875rem !important;
  }
  div.cartz-template .p-xl-0 {
    padding: 0 !important;
  }
  div.cartz-template .p-xl-1 {
    padding: 0.25rem !important;
  }
  div.cartz-template .p-xl-2 {
    padding: 0.5rem !important;
  }
  div.cartz-template .p-xl-3 {
    padding: 1rem !important;
  }
  div.cartz-template .p-xl-4 {
    padding: 1.5rem !important;
  }
  div.cartz-template .p-xl-5 {
    padding: 3rem !important;
  }
  div.cartz-template .p-xl-10 {
    padding: 10rem !important;
  }
  div.cartz-template .p-xl-grid-gutter {
    padding: 1.875rem !important;
  }
  div.cartz-template .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  div.cartz-template .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  div.cartz-template .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  div.cartz-template .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  div.cartz-template .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  div.cartz-template .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  div.cartz-template .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  div.cartz-template .px-xl-grid-gutter {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  div.cartz-template .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  div.cartz-template .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  div.cartz-template .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  div.cartz-template .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  div.cartz-template .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  div.cartz-template .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  div.cartz-template .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  div.cartz-template .py-xl-grid-gutter {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  div.cartz-template .pt-xl-0 {
    padding-top: 0 !important;
  }
  div.cartz-template .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  div.cartz-template .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  div.cartz-template .pt-xl-3 {
    padding-top: 1rem !important;
  }
  div.cartz-template .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  div.cartz-template .pt-xl-5 {
    padding-top: 3rem !important;
  }
  div.cartz-template .pt-xl-10 {
    padding-top: 10rem !important;
  }
  div.cartz-template .pt-xl-grid-gutter {
    padding-top: 1.875rem !important;
  }
  div.cartz-template .pe-xl-0 {
    padding-right: 0 !important;
  }
  div.cartz-template .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  div.cartz-template .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  div.cartz-template .pe-xl-3 {
    padding-right: 1rem !important;
  }
  div.cartz-template .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  div.cartz-template .pe-xl-5 {
    padding-right: 3rem !important;
  }
  div.cartz-template .pe-xl-10 {
    padding-right: 10rem !important;
  }
  div.cartz-template .pe-xl-grid-gutter {
    padding-right: 1.875rem !important;
  }
  div.cartz-template .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  div.cartz-template .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  div.cartz-template .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  div.cartz-template .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  div.cartz-template .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  div.cartz-template .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  div.cartz-template .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  div.cartz-template .pb-xl-grid-gutter {
    padding-bottom: 1.875rem !important;
  }
  div.cartz-template .ps-xl-0 {
    padding-left: 0 !important;
  }
  div.cartz-template .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  div.cartz-template .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  div.cartz-template .ps-xl-3 {
    padding-left: 1rem !important;
  }
  div.cartz-template .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  div.cartz-template .ps-xl-5 {
    padding-left: 3rem !important;
  }
  div.cartz-template .ps-xl-10 {
    padding-left: 10rem !important;
  }
  div.cartz-template .ps-xl-grid-gutter {
    padding-left: 1.875rem !important;
  }
  div.cartz-template .gap-xl-0 {
    gap: 0 !important;
  }
  div.cartz-template .gap-xl-1 {
    gap: 0.25rem !important;
  }
  div.cartz-template .gap-xl-2 {
    gap: 0.5rem !important;
  }
  div.cartz-template .gap-xl-3 {
    gap: 1rem !important;
  }
  div.cartz-template .gap-xl-4 {
    gap: 1.5rem !important;
  }
  div.cartz-template .gap-xl-5 {
    gap: 3rem !important;
  }
  div.cartz-template .gap-xl-10 {
    gap: 10rem !important;
  }
  div.cartz-template .gap-xl-grid-gutter {
    gap: 1.875rem !important;
  }
  div.cartz-template .text-xl-start {
    text-align: left !important;
  }
  div.cartz-template .text-xl-end {
    text-align: right !important;
  }
  div.cartz-template .text-xl-center {
    text-align: center !important;
  }
  div.cartz-template .text-xl-wrap {
    white-space: normal !important;
  }
  div.cartz-template .text-xl-nowrap {
    white-space: nowrap !important;
  }
  div.cartz-template .zindex-xl-1 {
    z-index: 1 !important;
  }
  div.cartz-template .zindex-xl-5 {
    z-index: 5 !important;
  }
  div.cartz-template .zindex-xl-10 {
    z-index: 10 !important;
  }
}
@media (min-width: 1400px) {
  div.cartz-template .float-xxl-start {
    float: left !important;
  }
  div.cartz-template .float-xxl-end {
    float: right !important;
  }
  div.cartz-template .float-xxl-none {
    float: none !important;
  }
  div.cartz-template .d-xxl-inline {
    display: inline !important;
  }
  div.cartz-template .d-xxl-inline-block {
    display: inline-block !important;
  }
  div.cartz-template .d-xxl-block {
    display: block !important;
  }
  div.cartz-template .d-xxl-grid {
    display: grid !important;
  }
  div.cartz-template .d-xxl-table {
    display: table !important;
  }
  div.cartz-template .d-xxl-table-row {
    display: table-row !important;
  }
  div.cartz-template .d-xxl-table-cell {
    display: table-cell !important;
  }
  div.cartz-template .d-xxl-flex {
    display: flex !important;
  }
  div.cartz-template .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  div.cartz-template .d-xxl-none {
    display: none !important;
  }
  div.cartz-template .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  div.cartz-template .flex-xxl-row {
    flex-direction: row !important;
  }
  div.cartz-template .flex-xxl-column {
    flex-direction: column !important;
  }
  div.cartz-template .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  div.cartz-template .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  div.cartz-template .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  div.cartz-template .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  div.cartz-template .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  div.cartz-template .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  div.cartz-template .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  div.cartz-template .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  div.cartz-template .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  div.cartz-template .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  div.cartz-template .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  div.cartz-template .justify-content-xxl-center {
    justify-content: center !important;
  }
  div.cartz-template .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  div.cartz-template .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  div.cartz-template .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  div.cartz-template .align-items-xxl-start {
    align-items: flex-start !important;
  }
  div.cartz-template .align-items-xxl-end {
    align-items: flex-end !important;
  }
  div.cartz-template .align-items-xxl-center {
    align-items: center !important;
  }
  div.cartz-template .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  div.cartz-template .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  div.cartz-template .align-content-xxl-start {
    align-content: flex-start !important;
  }
  div.cartz-template .align-content-xxl-end {
    align-content: flex-end !important;
  }
  div.cartz-template .align-content-xxl-center {
    align-content: center !important;
  }
  div.cartz-template .align-content-xxl-between {
    align-content: space-between !important;
  }
  div.cartz-template .align-content-xxl-around {
    align-content: space-around !important;
  }
  div.cartz-template .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  div.cartz-template .align-self-xxl-auto {
    align-self: auto !important;
  }
  div.cartz-template .align-self-xxl-start {
    align-self: flex-start !important;
  }
  div.cartz-template .align-self-xxl-end {
    align-self: flex-end !important;
  }
  div.cartz-template .align-self-xxl-center {
    align-self: center !important;
  }
  div.cartz-template .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  div.cartz-template .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  div.cartz-template .order-xxl-first {
    order: -1 !important;
  }
  div.cartz-template .order-xxl-0 {
    order: 0 !important;
  }
  div.cartz-template .order-xxl-1 {
    order: 1 !important;
  }
  div.cartz-template .order-xxl-2 {
    order: 2 !important;
  }
  div.cartz-template .order-xxl-3 {
    order: 3 !important;
  }
  div.cartz-template .order-xxl-4 {
    order: 4 !important;
  }
  div.cartz-template .order-xxl-5 {
    order: 5 !important;
  }
  div.cartz-template .order-xxl-last {
    order: 6 !important;
  }
  div.cartz-template .m-xxl-0 {
    margin: 0 !important;
  }
  div.cartz-template .m-xxl-1 {
    margin: 0.25rem !important;
  }
  div.cartz-template .m-xxl-2 {
    margin: 0.5rem !important;
  }
  div.cartz-template .m-xxl-3 {
    margin: 1rem !important;
  }
  div.cartz-template .m-xxl-4 {
    margin: 1.5rem !important;
  }
  div.cartz-template .m-xxl-5 {
    margin: 3rem !important;
  }
  div.cartz-template .m-xxl-10 {
    margin: 10rem !important;
  }
  div.cartz-template .m-xxl-grid-gutter {
    margin: 1.875rem !important;
  }
  div.cartz-template .m-xxl-auto {
    margin: auto !important;
  }
  div.cartz-template .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  div.cartz-template .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  div.cartz-template .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  div.cartz-template .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  div.cartz-template .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  div.cartz-template .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  div.cartz-template .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  div.cartz-template .mx-xxl-grid-gutter {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  div.cartz-template .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  div.cartz-template .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  div.cartz-template .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  div.cartz-template .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  div.cartz-template .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  div.cartz-template .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  div.cartz-template .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  div.cartz-template .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  div.cartz-template .my-xxl-grid-gutter {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  div.cartz-template .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  div.cartz-template .mt-xxl-0 {
    margin-top: 0 !important;
  }
  div.cartz-template .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  div.cartz-template .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  div.cartz-template .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  div.cartz-template .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  div.cartz-template .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  div.cartz-template .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  div.cartz-template .mt-xxl-grid-gutter {
    margin-top: 1.875rem !important;
  }
  div.cartz-template .mt-xxl-auto {
    margin-top: auto !important;
  }
  div.cartz-template .me-xxl-0 {
    margin-right: 0 !important;
  }
  div.cartz-template .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  div.cartz-template .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  div.cartz-template .me-xxl-3 {
    margin-right: 1rem !important;
  }
  div.cartz-template .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  div.cartz-template .me-xxl-5 {
    margin-right: 3rem !important;
  }
  div.cartz-template .me-xxl-10 {
    margin-right: 10rem !important;
  }
  div.cartz-template .me-xxl-grid-gutter {
    margin-right: 1.875rem !important;
  }
  div.cartz-template .me-xxl-auto {
    margin-right: auto !important;
  }
  div.cartz-template .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  div.cartz-template .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  div.cartz-template .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  div.cartz-template .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  div.cartz-template .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  div.cartz-template .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  div.cartz-template .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  div.cartz-template .mb-xxl-grid-gutter {
    margin-bottom: 1.875rem !important;
  }
  div.cartz-template .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  div.cartz-template .ms-xxl-0 {
    margin-left: 0 !important;
  }
  div.cartz-template .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  div.cartz-template .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  div.cartz-template .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  div.cartz-template .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  div.cartz-template .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  div.cartz-template .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  div.cartz-template .ms-xxl-grid-gutter {
    margin-left: 1.875rem !important;
  }
  div.cartz-template .ms-xxl-auto {
    margin-left: auto !important;
  }
  div.cartz-template .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  div.cartz-template .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  div.cartz-template .m-xxl-n3 {
    margin: -1rem !important;
  }
  div.cartz-template .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  div.cartz-template .m-xxl-n5 {
    margin: -3rem !important;
  }
  div.cartz-template .m-xxl-n10 {
    margin: -10rem !important;
  }
  div.cartz-template .m-xxl-ngrid-gutter {
    margin: -1.875rem !important;
  }
  div.cartz-template .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  div.cartz-template .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  div.cartz-template .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  div.cartz-template .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  div.cartz-template .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  div.cartz-template .mx-xxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  div.cartz-template .mx-xxl-ngrid-gutter {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  div.cartz-template .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  div.cartz-template .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  div.cartz-template .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  div.cartz-template .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  div.cartz-template .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  div.cartz-template .my-xxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  div.cartz-template .my-xxl-ngrid-gutter {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  div.cartz-template .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  div.cartz-template .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  div.cartz-template .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  div.cartz-template .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  div.cartz-template .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  div.cartz-template .mt-xxl-n10 {
    margin-top: -10rem !important;
  }
  div.cartz-template .mt-xxl-ngrid-gutter {
    margin-top: -1.875rem !important;
  }
  div.cartz-template .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  div.cartz-template .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  div.cartz-template .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  div.cartz-template .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  div.cartz-template .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  div.cartz-template .me-xxl-n10 {
    margin-right: -10rem !important;
  }
  div.cartz-template .me-xxl-ngrid-gutter {
    margin-right: -1.875rem !important;
  }
  div.cartz-template .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  div.cartz-template .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  div.cartz-template .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  div.cartz-template .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  div.cartz-template .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  div.cartz-template .mb-xxl-n10 {
    margin-bottom: -10rem !important;
  }
  div.cartz-template .mb-xxl-ngrid-gutter {
    margin-bottom: -1.875rem !important;
  }
  div.cartz-template .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  div.cartz-template .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  div.cartz-template .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  div.cartz-template .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  div.cartz-template .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  div.cartz-template .ms-xxl-n10 {
    margin-left: -10rem !important;
  }
  div.cartz-template .ms-xxl-ngrid-gutter {
    margin-left: -1.875rem !important;
  }
  div.cartz-template .p-xxl-0 {
    padding: 0 !important;
  }
  div.cartz-template .p-xxl-1 {
    padding: 0.25rem !important;
  }
  div.cartz-template .p-xxl-2 {
    padding: 0.5rem !important;
  }
  div.cartz-template .p-xxl-3 {
    padding: 1rem !important;
  }
  div.cartz-template .p-xxl-4 {
    padding: 1.5rem !important;
  }
  div.cartz-template .p-xxl-5 {
    padding: 3rem !important;
  }
  div.cartz-template .p-xxl-10 {
    padding: 10rem !important;
  }
  div.cartz-template .p-xxl-grid-gutter {
    padding: 1.875rem !important;
  }
  div.cartz-template .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  div.cartz-template .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  div.cartz-template .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  div.cartz-template .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  div.cartz-template .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  div.cartz-template .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  div.cartz-template .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  div.cartz-template .px-xxl-grid-gutter {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  div.cartz-template .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  div.cartz-template .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  div.cartz-template .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  div.cartz-template .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  div.cartz-template .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  div.cartz-template .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  div.cartz-template .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  div.cartz-template .py-xxl-grid-gutter {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  div.cartz-template .pt-xxl-0 {
    padding-top: 0 !important;
  }
  div.cartz-template .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  div.cartz-template .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  div.cartz-template .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  div.cartz-template .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  div.cartz-template .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  div.cartz-template .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  div.cartz-template .pt-xxl-grid-gutter {
    padding-top: 1.875rem !important;
  }
  div.cartz-template .pe-xxl-0 {
    padding-right: 0 !important;
  }
  div.cartz-template .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  div.cartz-template .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  div.cartz-template .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  div.cartz-template .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  div.cartz-template .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  div.cartz-template .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  div.cartz-template .pe-xxl-grid-gutter {
    padding-right: 1.875rem !important;
  }
  div.cartz-template .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  div.cartz-template .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  div.cartz-template .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  div.cartz-template .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  div.cartz-template .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  div.cartz-template .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  div.cartz-template .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  div.cartz-template .pb-xxl-grid-gutter {
    padding-bottom: 1.875rem !important;
  }
  div.cartz-template .ps-xxl-0 {
    padding-left: 0 !important;
  }
  div.cartz-template .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  div.cartz-template .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  div.cartz-template .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  div.cartz-template .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  div.cartz-template .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  div.cartz-template .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  div.cartz-template .ps-xxl-grid-gutter {
    padding-left: 1.875rem !important;
  }
  div.cartz-template .gap-xxl-0 {
    gap: 0 !important;
  }
  div.cartz-template .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  div.cartz-template .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  div.cartz-template .gap-xxl-3 {
    gap: 1rem !important;
  }
  div.cartz-template .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  div.cartz-template .gap-xxl-5 {
    gap: 3rem !important;
  }
  div.cartz-template .gap-xxl-10 {
    gap: 10rem !important;
  }
  div.cartz-template .gap-xxl-grid-gutter {
    gap: 1.875rem !important;
  }
  div.cartz-template .text-xxl-start {
    text-align: left !important;
  }
  div.cartz-template .text-xxl-end {
    text-align: right !important;
  }
  div.cartz-template .text-xxl-center {
    text-align: center !important;
  }
  div.cartz-template .text-xxl-wrap {
    white-space: normal !important;
  }
  div.cartz-template .text-xxl-nowrap {
    white-space: nowrap !important;
  }
  div.cartz-template .zindex-xxl-1 {
    z-index: 1 !important;
  }
  div.cartz-template .zindex-xxl-5 {
    z-index: 5 !important;
  }
  div.cartz-template .zindex-xxl-10 {
    z-index: 10 !important;
  }
}
@media (min-width: 1200px) {
  div.cartz-template .fs-1 {
    font-size: 2.5rem !important;
  }
  div.cartz-template .fs-2 {
    font-size: 2rem !important;
  }
  div.cartz-template .fs-3 {
    font-size: 1.75rem !important;
  }
  div.cartz-template .fs-4 {
    font-size: 1.5rem !important;
  }
  div.cartz-template .fs-xl {
    font-size: 1.625rem !important;
  }
}
@media print {
  div.cartz-template .d-print-inline {
    display: inline !important;
  }
  div.cartz-template .d-print-inline-block {
    display: inline-block !important;
  }
  div.cartz-template .d-print-block {
    display: block !important;
  }
  div.cartz-template .d-print-grid {
    display: grid !important;
  }
  div.cartz-template .d-print-table {
    display: table !important;
  }
  div.cartz-template .d-print-table-row {
    display: table-row !important;
  }
  div.cartz-template .d-print-table-cell {
    display: table-cell !important;
  }
  div.cartz-template .d-print-flex {
    display: flex !important;
  }
  div.cartz-template .d-print-inline-flex {
    display: inline-flex !important;
  }
  div.cartz-template .d-print-none {
    display: none !important;
  }
}
div.cartz-template html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.cartz-template html, div.cartz-template body {
  height: 100%;
}
div.cartz-template body {
  display: flex;
  flex-direction: column;
}
div.cartz-template .page-wrapper {
  flex: 1 0 auto;
}
div.cartz-template .footer {
  flex-shrink: 0;
}
div.cartz-template a:focus {
  outline: none;
}
div.cartz-template a {
  transition: color 0.25s ease-in-out;
}
div.cartz-template img,
div.cartz-template figure {
 /*  max-width: 100%; */
  height: auto;
  vertical-align: middle;
}
div.cartz-template svg {
  max-width: 100%;
}
div.cartz-template iframe {
  width: 100%;
}
div.cartz-template .iframe-full-height-wrap {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
}
div.cartz-template .iframe-full-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.cartz-template ::-moz-selection {
  background: rgba(58, 97, 164, 0.15);
}
div.cartz-template ::selection {
  background: rgba(58, 97, 164, 0.15);
}
div.cartz-template ::-moz-selection {
  background: rgba(58, 97, 164, 0.15);
}
@media (min-width: 1280px) {
  div.cartz-template .container-fluid, div.cartz-template .container-sm, div.cartz-template .container-md, div.cartz-template .container-lg, div.cartz-template .container-xl {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
div.cartz-template small, div.cartz-template .small {
  font-weight: inherit;
}
@media (max-width: 991.98px) {
  div.cartz-template body {
    padding-top: 0 !important;
  }
}
div.cartz-template button:focus {
  outline: none;
}
div.cartz-template .hr-light {
  color: rgba(255, 255, 255, 0.12);
}
div.cartz-template .hr-vertical {
  width: 1px;
  height: 100% !important;
}
div.cartz-template .display-404 {
  color: #fff;
  text-shadow: -0.0625rem 0 var(--cz-primary), 0 0.0625rem var(--cz-primary), 0.0625rem 0 var(--cz-primary), 0 -0.0625rem var(--cz-primary);
}
div.cartz-template .list-style {
  list-style: none;
}
div.cartz-template .list-style li {
  margin-bottom: 0.4rem;
}
div.cartz-template .list-style li::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: var(--cz-accent);
  font-weight: bold;
  content: "•";
}
div.cartz-template ol.list-style {
  counter-reset: li;
}
div.cartz-template ol.list-style li {
  counter-increment: li;
}
div.cartz-template ol.list-style li::before {
  margin-right: 0.5em;
  margin-left: -1.5em;
  font-weight: inherit;
  text-align: right;
  direction: rtl;
  white-space: nowrap;
  content: "." counter(li);
}
div.cartz-template .list-unstyled > li {
  margin-bottom: 0.4rem;
}
div.cartz-template .list-unstyled > li ul li, div.cartz-template .list-unstyled > li ol li {
  margin-bottom: 0.333rem;
}
div.cartz-template .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
div.cartz-template dt {
  color: #373f50;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
div.cartz-template dd {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
div.cartz-template .blockquote-footer {
  margin-top: -0.5rem;
}
div.cartz-template .figure {
  padding: 0.5rem;
  border: 1px solid #e3e9ef;
  border-radius: 0.3125rem;
  background-color: #fff;
}
div.cartz-template .figure-caption {
  padding: 0 0.5rem;
}
@font-face {
  font-family: "cartzilla-icons";
  src: url("../fonts/cartzilla-icons.ttf?ufvuz0") format("truetype"), url("../fonts/cartzilla-icons.woff?ufvuz0") format("woff"), url("../fonts/cartzilla-icons.svg?ufvuz0#cartzilla-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
div.cartz-template [class^=ci-], div.cartz-template [class*=" ci-"] {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cartzilla-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
div.cartz-template .ci-add-circle:before {
  content: "\e900";
}
div.cartz-template .ci-add-document:before {
  content: "\e901";
}
div.cartz-template .ci-add-location:before {
  content: "\e902";
}
div.cartz-template .ci-add:before {
  content: "\e903";
}
div.cartz-template .ci-announcement:before {
  content: "\e904";
}
div.cartz-template .ci-arrow-down-circle:before {
  content: "\e905";
}
div.cartz-template .ci-arrow-down:before {
  content: "\e906";
}
div.cartz-template .ci-arrow-left-circle:before {
  content: "\e907";
}
div.cartz-template .ci-arrow-left:before {
  content: "\e908";
}
div.cartz-template .ci-arrow-right-circle:before {
  content: "\e909";
}
div.cartz-template .ci-arrow-right:before {
  content: "\e90a";
}
div.cartz-template .ci-arrow-up-circle:before {
  content: "\e90b";
}
div.cartz-template .ci-arrow-up:before {
  content: "\e90c";
}
div.cartz-template .ci-arrows-horizontal:before {
  content: "\e90d";
}
div.cartz-template .ci-arrows-vertical:before {
  content: "\e90e";
}
div.cartz-template .ci-bag:before {
  content: "\e90f";
}
div.cartz-template .ci-basket:before {
  content: "\e910";
}
div.cartz-template .ci-behance:before {
  content: "\e911";
}
div.cartz-template .ci-bell:before {
  content: "\e912";
}
div.cartz-template .ci-bluetooth:before {
  content: "\e913";
}
div.cartz-template .ci-book:before {
  content: "\e914";
}
div.cartz-template .ci-bookmark:before {
  content: "\e915";
}
div.cartz-template .ci-briefcase:before {
  content: "\e916";
}
div.cartz-template .ci-calculator:before {
  content: "\e917";
}
div.cartz-template .ci-camera:before {
  content: "\e918";
}
div.cartz-template .ci-card:before {
  content: "\e919";
}
div.cartz-template .ci-cart:before {
  content: "\e91a";
}
div.cartz-template .ci-chat:before {
  content: "\e91b";
}
div.cartz-template .ci-check-circle:before {
  content: "\e91c";
}
div.cartz-template .ci-check:before {
  content: "\e91d";
}
div.cartz-template .ci-clip:before {
  content: "\e91e";
}
div.cartz-template .ci-close-circle:before {
  content: "\e91f";
}
div.cartz-template .ci-close:before {
  content: "\e920";
}
div.cartz-template .ci-cloud-check:before {
  content: "\e921";
}
div.cartz-template .ci-cloud-download:before {
  content: "\e922";
}
div.cartz-template .ci-cloud-upload:before {
  content: "\e923";
}
div.cartz-template .ci-cloud:before {
  content: "\e924";
}
div.cartz-template .ci-coin:before {
  content: "\e925";
}
div.cartz-template .ci-coins:before {
  content: "\e926";
}
div.cartz-template .ci-currency-exchange:before {
  content: "\e927";
}
div.cartz-template .ci-delete-document:before {
  content: "\e928";
}
div.cartz-template .ci-delete-folder:before {
  content: "\e929";
}
div.cartz-template .ci-delete-location:before {
  content: "\e92a";
}
div.cartz-template .ci-diamond:before {
  content: "\e92b";
}
div.cartz-template .ci-document-alt:before {
  content: "\e92c";
}
div.cartz-template .ci-document:before {
  content: "\e92d";
}
div.cartz-template .ci-dollar-circle:before {
  content: "\e92e";
}
div.cartz-template .ci-dollar:before {
  content: "\e92f";
}
div.cartz-template .ci-dribbble:before {
  content: "\e930";
}
div.cartz-template .ci-earphones:before {
  content: "\e931";
}
div.cartz-template .ci-edit-alt:before {
  content: "\e932";
}
div.cartz-template .ci-edit:before {
  content: "\e933";
}
div.cartz-template .ci-euro-circle:before {
  content: "\e934";
}
div.cartz-template .ci-euro:before {
  content: "\e935";
}
div.cartz-template .ci-exit-full-screen:before {
  content: "\e936";
}
div.cartz-template .ci-eye:before {
  content: "\e937";
}
div.cartz-template .ci-facebook:before {
  content: "\e938";
}
div.cartz-template .ci-filter-alt:before {
  content: "\e939";
}
div.cartz-template .ci-filter:before {
  content: "\e93a";
}
div.cartz-template .ci-flag:before {
  content: "\e93b";
}
div.cartz-template .ci-folder:before {
  content: "\e93c";
}
div.cartz-template .ci-forward:before {
  content: "\e93d";
}
div.cartz-template .ci-full-screen:before {
  content: "\e93e";
}
div.cartz-template .ci-gift:before {
  content: "\e93f";
}
div.cartz-template .ci-globe:before {
  content: "\e940";
}
div.cartz-template .ci-google:before {
  content: "\e941";
}
div.cartz-template .ci-hangouts:before {
  content: "\e942";
}
div.cartz-template .ci-heart-circle:before {
  content: "\e943";
}
div.cartz-template .ci-heart:before {
  content: "\e944";
}
div.cartz-template .ci-help:before {
  content: "\e945";
}
div.cartz-template .ci-home:before {
  content: "\e946";
}
div.cartz-template .ci-idea:before {
  content: "\e947";
}
div.cartz-template .ci-image:before {
  content: "\e948";
}
div.cartz-template .ci-increase:before {
  content: "\e949";
}
div.cartz-template .ci-instagram:before {
  content: "\e94a";
}
div.cartz-template .ci-joystick:before {
  content: "\e94b";
}
div.cartz-template .ci-key:before {
  content: "\e94c";
}
div.cartz-template .ci-lable:before {
  content: "\e94d";
}
div.cartz-template .ci-laptop:before {
  content: "\e94e";
}
div.cartz-template .ci-lightning:before {
  content: "\e94f";
}
div.cartz-template .ci-link:before {
  content: "\e950";
}
div.cartz-template .ci-linkedin:before {
  content: "\e951";
}
div.cartz-template .ci-list:before {
  content: "\e952";
}
div.cartz-template .ci-loading:before {
  content: "\e953";
}
div.cartz-template .ci-location:before {
  content: "\e954";
}
div.cartz-template .ci-locked:before {
  content: "\e955";
}
div.cartz-template .ci-mail:before {
  content: "\e956";
}
div.cartz-template .ci-map:before {
  content: "\e957";
}
div.cartz-template .ci-menu-circle:before {
  content: "\e958";
}
div.cartz-template .ci-menu:before {
  content: "\e959";
}
div.cartz-template .ci-message:before {
  content: "\e95a";
}
div.cartz-template .ci-messenger:before {
  content: "\e95b";
}
div.cartz-template .ci-mobile:before {
  content: "\e95c";
}
div.cartz-template .ci-money-bag:before {
  content: "\e95d";
}
div.cartz-template .ci-money-box:before {
  content: "\e95e";
}
div.cartz-template .ci-moon:before {
  content: "\e95f";
}
div.cartz-template .ci-music:before {
  content: "\e960";
}
div.cartz-template .ci-navigation:before {
  content: "\e961";
}
div.cartz-template .ci-odnoklassniki:before {
  content: "\e962";
}
div.cartz-template .ci-package:before {
  content: "\e963";
}
div.cartz-template .ci-percent:before {
  content: "\e964";
}
div.cartz-template .ci-phone:before {
  content: "\e965";
}
div.cartz-template .ci-pinterest:before {
  content: "\e966";
}
div.cartz-template .ci-plane:before {
  content: "\e967";
}
div.cartz-template .ci-play-circle:before {
  content: "\e968";
}
div.cartz-template .ci-play:before {
  content: "\e969";
}
div.cartz-template .ci-reduce:before {
  content: "\e96a";
}
div.cartz-template .ci-reload:before {
  content: "\e96b";
}
div.cartz-template .ci-remove-document:before {
  content: "\e96c";
}
div.cartz-template .ci-remove-folder:before {
  content: "\e96d";
}
div.cartz-template .ci-reply:before {
  content: "\e96e";
}
div.cartz-template .ci-rocket:before {
  content: "\e96f";
}
div.cartz-template .ci-ruler:before {
  content: "\e970";
}
div.cartz-template .ci-scroll:before {
  content: "\e971";
}
div.cartz-template .ci-search:before {
  content: "\e972";
}
div.cartz-template .ci-security-announcement:before {
  content: "\e973";
}
div.cartz-template .ci-security-check:before {
  content: "\e974";
}
div.cartz-template .ci-security-close:before {
  content: "\e975";
}
div.cartz-template .ci-security-prohibition:before {
  content: "\e976";
}
div.cartz-template .ci-send:before {
  content: "\e977";
}
div.cartz-template .ci-server-alt:before {
  content: "\e978";
}
div.cartz-template .ci-server:before {
  content: "\e979";
}
div.cartz-template .ci-settings:before {
  content: "\e97a";
}
div.cartz-template .ci-share-alt:before {
  content: "\e97b";
}
div.cartz-template .ci-share:before {
  content: "\e97c";
}
div.cartz-template .ci-skype:before {
  content: "\e97d";
}
div.cartz-template .ci-smile:before {
  content: "\e97e";
}
div.cartz-template .ci-star-filled:before {
  content: "\e97f";
}
div.cartz-template .ci-star:before {
  content: "\e980";
}
div.cartz-template .ci-sun:before {
  content: "\e981";
}
div.cartz-template .ci-support:before {
  content: "\e982";
}
div.cartz-template .ci-target:before {
  content: "\e983";
}
div.cartz-template .ci-telegram:before {
  content: "\e984";
}
div.cartz-template .ci-thumb-up:before {
  content: "\e985";
}
div.cartz-template .ci-time:before {
  content: "\e986";
}
div.cartz-template .ci-trash:before {
  content: "\e987";
}
div.cartz-template .ci-tumblr:before {
  content: "\e988";
}
div.cartz-template .ci-turn-off:before {
  content: "\e989";
}
div.cartz-template .ci-twitter:before {
  content: "\e98a";
}
div.cartz-template .ci-unlocked:before {
  content: "\e98b";
}
div.cartz-template .ci-user-circle:before {
  content: "\e98c";
}
div.cartz-template .ci-user:before {
  content: "\e98d";
}
div.cartz-template .ci-viber:before {
  content: "\e98e";
}
div.cartz-template .ci-video:before {
  content: "\e98f";
}
div.cartz-template .ci-view-grid:before {
  content: "\e990";
}
div.cartz-template .ci-view-list:before {
  content: "\e991";
}
div.cartz-template .ci-vimeo:before {
  content: "\e992";
}
div.cartz-template .ci-vk:before {
  content: "\e993";
}
div.cartz-template .ci-wallet:before {
  content: "\e994";
}
div.cartz-template .ci-watch:before {
  content: "\e995";
}
div.cartz-template .ci-weather:before {
  content: "\e996";
}
div.cartz-template .ci-wechat:before {
  content: "\e997";
}
div.cartz-template .ci-youtube-outline:before {
  content: "\e998";
}
div.cartz-template .ci-youtube:before {
  content: "\e999";
}
div.cartz-template .ci-caret:before {
  content: "\e99a";
}
div.cartz-template .ci-paypal:before {
  content: "\e99b";
}
div.cartz-template .ci-delivery:before {
  content: "\e99c";
}
div.cartz-template .ci-loudspeaker:before {
  content: "\e99d";
}
div.cartz-template .ci-sign-in:before {
  content: "\e99e";
}
div.cartz-template .ci-sign-out:before {
  content: "\e99f";
}
div.cartz-template .ci-wash:before {
  content: "\e9a0";
}
div.cartz-template .ci-bleach:before {
  content: "\e9a1";
}
div.cartz-template .ci-hand-wash:before {
  content: "\e9a2";
}
div.cartz-template .ci-ironing:before {
  content: "\e9a3";
}
div.cartz-template .ci-dry-clean:before {
  content: "\e9a4";
}
div.cartz-template .ci-add-user:before {
  content: "\e9a5";
}
div.cartz-template .ci-compare:before {
  content: "\e9a6";
}
div.cartz-template .ci-monitor:before {
  content: "\e9a7";
}
div.cartz-template .ci-printer:before {
  content: "\e9a8";
}
div.cartz-template .ci-speaker:before {
  content: "\e9a9";
}
div.cartz-template .ci-download:before {
  content: "\e9aa";
}
div.cartz-template .ci-upload:before {
  content: "\e9ab";
}
div.cartz-template .ci-bluetooth-circle:before {
  content: "\e9ac";
}
div.cartz-template .ci-battery:before {
  content: "\e9ad";
}
div.cartz-template .ci-sound-waves:before {
  content: "\e9ae";
}
div.cartz-template .ci-paprika:before {
  content: "\e9af";
}
div.cartz-template .ci-chili:before {
  content: "\e9b0";
}
div.cartz-template .ci-canned-food:before {
  content: "\e9b1";
}
div.cartz-template .ci-toothbrush:before {
  content: "\e9b2";
}
div.cartz-template .ci-pumpkin:before {
  content: "\e9b3";
}
div.cartz-template .ci-orange:before {
  content: "\e9b4";
}
div.cartz-template .ci-broccoli:before {
  content: "\e9b5";
}
div.cartz-template .ci-sauce:before {
  content: "\e9b6";
}
div.cartz-template .ci-soap:before {
  content: "\e9b7";
}
div.cartz-template .ci-toilet-paper:before {
  content: "\e9b8";
}
div.cartz-template .ci-lemon:before {
  content: "\e9b9";
}
div.cartz-template .ci-bread:before {
  content: "\e9ba";
}
div.cartz-template .ci-jam:before {
  content: "\e9bb";
}
div.cartz-template .ci-fish:before {
  content: "\e9bc";
}
div.cartz-template .ci-wine:before {
  content: "\e9bd";
}
div.cartz-template .ci-truck:before {
  content: "\e9be";
}
div.cartz-template .ci-tag:before {
  content: "\e9bf";
}
div.cartz-template .ci-eggs:before {
  content: "\e9c0";
}
div.cartz-template .ci-store:before {
  content: "\e9c1";
}
div.cartz-template .ci-ham-leg:before {
  content: "\e9c2";
}
div.cartz-template .ci-discount:before {
  content: "\e9c3";
}
div.cartz-template .ci-open:before {
  content: "\e9c4";
}
div.cartz-template .ci-juice:before {
  content: "\e9c5";
}
div.cartz-template .ci-cheese:before {
  content: "\e9c6";
}
div.cartz-template .ci-milk:before {
  content: "\e9c7";
}
div.cartz-template .ci-cashier:before {
  content: "\e9c8";
}
div.cartz-template .ci-avocado:before {
  content: "\e9c9";
}
div.cartz-template .ci-apple:before {
  content: "\e9ca";
}
div.cartz-template .ci-pizza:before {
  content: "\e9cb";
}
div.cartz-template .ci-scale:before {
  content: "\e9cc";
}
div.cartz-template .ci-ice-cream:before {
  content: "\e9cd";
}
div.cartz-template .ci-water-bottle:before {
  content: "\e9ce";
}
div.cartz-template .ci-carrot:before {
  content: "\e9cf";
}
div.cartz-template .ci-basket-alt:before {
  content: "\e9d0";
}
div.cartz-template .ci-corn:before {
  content: "\e9d1";
}
div.cartz-template .ci-frozen:before {
  content: "\e9d2";
}
div.cartz-template .ci-lollipop:before {
  content: "\e9d3";
}
div.cartz-template .ci-pot:before {
  content: "\e9d4";
}
div.cartz-template .ci-star-half:before {
  content: "\e9d5";
}
div.cartz-template .ci-eye-off:before {
  content: "\e9d6";
}
div.cartz-template .ci-thumb-up-filled:before {
  content: "\e9d7";
}
div.cartz-template .ci-dot-square:before {
  content: "\e9d8";
}
div.cartz-template .ci-discord:before {
  content: "\e9d9";
}
div.cartz-template .ci-tiktok:before {
  content: "\e9da";
}
div.cartz-template .ci-whatsapp:before {
  content: "\e9db";
}
div.cartz-template .ci-rupee:before {
  content: "\e9dc";
}
div.cartz-template .ci-auction:before {
  content: "\e9dd";
}
div.cartz-template .ci-calendar:before {
  content: "\e9de";
}
div.cartz-template .ci-external-link:before {
  content: "\e9e0";
}
div.cartz-template .ci-copy:before {
  content: "\e9df";
}
div.cartz-template .ci-heart-filled:before {
  content: "\e9e1";
}
div.cartz-template :not(pre) > code[class*=language-],
div.cartz-template pre[class*=language-],
div.cartz-template pre {
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f6f9fc;
  font-size: 0.875em;
}
div.cartz-template pre {
  padding-right: 1rem;
  padding-left: 1rem;
}
div.cartz-template .code-toolbar :not(pre) > code[class*=language-],
div.cartz-template .code-toolbar pre[class*=language-] {
  padding-top: 2rem;
}
div.cartz-template code[class*=language-],
div.cartz-template pre[class*=language-],
div.cartz-template pre {
  color: #404a5c;
}
div.cartz-template .line-numbers .line-numbers-rows {
  border-right: 1px solid #d9e1e9;
}
div.cartz-template .line-numbers .line-numbers-rows > span::before {
  color: #9aa2b2;
}
div.cartz-template div.code-toolbar > .toolbar {
  opacity: 1;
}
div.cartz-template div.code-toolbar > .toolbar > .toolbar-item > button {
  display: inline-block;
  margin: 0.375rem 0.5rem;
  padding: 0.25rem 0.75rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  border-radius: 0.25rem;
  border: 1px solid rgba(199, 28, 45, 0.3);
  background-color: transparent;
  color: #c71c2d !important;
  box-shadow: none;
}
div.cartz-template div.code-toolbar > .toolbar > .toolbar-item > button:focus {
  outline: none;
  box-shadow: none;
}
div.cartz-template div.code-toolbar > .toolbar > .toolbar-item > button:hover {
  background-color: #c71c2d;
  color: #fff !important;
}
div.cartz-template div.code-toolbar > .toolbar > .toolbar-item > button > span {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-size: 0.8125rem;
  box-shadow: none;
}
div.cartz-template .token.boolean, div.cartz-template .token.constant, div.cartz-template .token.deleted, div.cartz-template .token.number,
div.cartz-template .token.property, div.cartz-template .token.symbol, div.cartz-template .token.tag {
  color: #4e54c8;
}
div.cartz-template .token.cdata, div.cartz-template .token.comment, div.cartz-template .token.doctype, div.cartz-template .token.prolog {
  color: #7d879c;
}
div.cartz-template .token.attr-name, div.cartz-template .token.builtin, div.cartz-template .token.char,
div.cartz-template .token.inserted, div.cartz-template .token.selector {
  color: #4091e3;
}
div.cartz-template .token.atrule, div.cartz-template .token.attr-value,
div.cartz-template .token.keyword, div.cartz-template .token.string {
  color: #e3116c;
}
div.cartz-template .language-css .token.string, div.cartz-template .style .token.string,
div.cartz-template .token.entity, div.cartz-template .token.operator, div.cartz-template .token.url {
  color: #36acaa;
}
div.cartz-template .token.class-name, div.cartz-template .token.function {
  color: #36acaa;
}
div.cartz-template .table:not(.table-dark) thead th, div.cartz-template .table:not(.table-dark) tbody th {
  color: #373f50 !important;
}
div.cartz-template .table:not(.table-dark) td {
  color: var(--cz-body-color) !important;
}
div.cartz-template .table-dark td {
  color: rgba(255, 255, 255, 0.75);
}
div.cartz-template .table-secondary,
div.cartz-template .table-secondary > th,
div.cartz-template .table-secondary > td {
  background-color: #f6f9fc;
}
div.cartz-template .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #bccad9;
}
div.cartz-template .table.table-dark > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
div.cartz-template .col-form-label {
  font-size: 0.875rem;
}
div.cartz-template input[type=search]::-webkit-search-decoration,
div.cartz-template input[type=search]::-webkit-search-cancel-button,
div.cartz-template input[type=search]::-webkit-search-results-button,
div.cartz-template input[type=search]::-webkit-search-results-decoration {
  display: none;
}
div.cartz-template .password-toggle {
  position: relative;
}
div.cartz-template .password-toggle .form-control {
  padding-right: 3rem;
}
div.cartz-template .password-toggle-btn {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  margin-bottom: 0;
  padding: 0.5rem;
  transform: translateY(-50%);
  font-size: 1.0625rem;
  line-height: 1;
  cursor: pointer;
}
div.cartz-template .password-toggle-btn .password-toggle-indicator {
  transition: color 0.2s ease-in-out;
  color: #7d879c;
  font-family: "cartzilla-icons";
  font-style: normal;
}
div.cartz-template .password-toggle-btn .password-toggle-indicator::before {
  content: "\e937";
}
div.cartz-template .password-toggle-btn .password-toggle-indicator:hover {
  color: #4b566b;
}
div.cartz-template .password-toggle-btn .password-toggle-check {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
div.cartz-template .password-toggle-btn .password-toggle-check:checked ~ .password-toggle-indicator::before {
  content: "\e9d6";
}
div.cartz-template .was-validated .password-toggle .form-control:invalid,
div.cartz-template .was-validated .password-toggle .form-control.is-invalid,
div.cartz-template .was-validated .password-toggle .form-control:valid,
div.cartz-template .was-validated .password-toggle .form-control.is-valid {
  padding-right: 4rem;
}
div.cartz-template .was-validated .password-toggle .form-control:invalid + .password-toggle-btn,
div.cartz-template .was-validated .password-toggle .form-control.is-invalid + .password-toggle-btn,
div.cartz-template .was-validated .password-toggle .form-control:valid + .password-toggle-btn,
div.cartz-template .was-validated .password-toggle .form-control.is-valid + .password-toggle-btn {
  right: 2.1rem;
}
div.cartz-template .form-check-label {
  font-size: 0.875rem;
}
div.cartz-template .form-check-justified {
  flex-basis: 0;
  flex-grow: 1;
}
div.cartz-template .form-check-justified:not(:last-child) {
  margin-right: 0.5rem;
}
div.cartz-template .form-check-justified .form-option-label {
  width: 100%;
}
div.cartz-template .form-switch .form-check-input {
  height: 1.25rem;
  border: 0;
  background-color: #d1d9e1;
}
div.cartz-template .form-switch .form-check-input:checked {
  background-color: var(--cz-primary);
  box-shadow: 0 0.375rem 0.875rem -0.3rem var(--cz-primary);
}
div.cartz-template .form-switch .form-check-input:disabled {
  box-shadow: none;
}
div.cartz-template .form-switch .form-check-label {
  margin-top: 0.1875rem;
}
div.cartz-template .valid-tooltip,
div.cartz-template .invalid-tooltip {
  position: static;
  margin-top: 0.25rem;
}
div.cartz-template .valid-tooltip {
  color: #42d697;
}
div.cartz-template .invalid-tooltip {
  color: #f34770;
}
div.cartz-template .was-validated .form-control:invalid ~ .invalid-tooltip,
div.cartz-template .was-validated .form-control.is-invalid ~ .invalid-tooltip,
div.cartz-template .was-validated .form-check-input:invalid ~ .invalid-tooltip,
div.cartz-template .was-validated .form-check-input.is-invalid ~ .invalid-tooltip {
  display: table;
}
div.cartz-template .was-validated .form-control:valid ~ .valid-tooltip,
div.cartz-template .was-validated .form-control.is-valid ~ .valid-tooltip,
div.cartz-template .was-validated .form-check-input:valid ~ .valid-tooltip,
div.cartz-template .was-validated .form-check-input.is-valid ~ .valid-tooltip {
  display: table;
}
div.cartz-template .was-validated .form-control:valid,
div.cartz-template .was-validated .form-control.is-valid,
div.cartz-template .was-validated .form-select:valid,
div.cartz-template .was-validated .form-select.is-valid {
  border-color: #dae1e7 !important;
}
div.cartz-template .was-validated .form-check-input:valid ~ .form-check-label,
div.cartz-template .was-validated .form-check-input.is-valid ~ .form-check-label {
  color: inherit;
}
div.cartz-template .was-validated .form-check-input:valid:checked,
div.cartz-template .was-validated .form-check-input.is-valid:checked {
  border-color: #c71c2d;
  background-color: #c71c2d;
}
div.cartz-template .form-control:disabled {
  cursor: not-allowed;
}
div.cartz-template .subscription-status {
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  text-align: center;
}
div.cartz-template .subscription-status.status-success, div.cartz-template .subscription-status.status-error {
  margin-top: 0.5rem;
  padding: 0.25rem 0.375rem;
}
div.cartz-template .subscription-status.status-success {
  background-color: rgba(66, 214, 151, 0.1);
  color: #29bc7d;
}
div.cartz-template .subscription-status.status-error {
  background-color: rgba(243, 71, 112, 0.1);
  color: #f34770;
}
div.cartz-template .form-option {
  padding-left: 0;
}
div.cartz-template .form-option.form-check-inline {
  margin-right: 0.25rem;
}
div.cartz-template .form-option .form-check-input {
  border: 0;
  background: none;
}
div.cartz-template .form-option-label {
  position: relative;
  min-width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  padding-top: 0.0625rem;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 0.25rem;
  color: #4b566b;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.75rem;
  cursor: pointer;
}
div.cartz-template .form-option-label:hover {
  border-color: #c9d5e0;
  color: #373f50;
}
div.cartz-template .form-option-color {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  background-position: top left;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
}
div.cartz-template .form-check-input:checked ~ .form-option-label {
  border-color: var(--cz-primary);
  color: var(--cz-primary);
}
div.cartz-template .file-drop-area {
  position: relative;
  padding: 2rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 2px dashed #dae1e7;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
div.cartz-template .file-drop-area .file-drop-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
div.cartz-template .file-drop-area .file-drop-icon {
  display: block;
  margin-bottom: 0.75rem;
  color: #aeb4be;
  font-size: 1.625rem;
}
div.cartz-template .file-drop-area .file-drop-preview {
  max-width: 16rem;
  margin-right: auto;
  margin-bottom: 0.75rem;
  margin-left: auto;
}
div.cartz-template .file-drop-area .file-drop-message {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
div.cartz-template .file-drop-area .btn {
  position: relative;
  z-index: 3;
}
div.cartz-template .file-drop-area:hover {
  border-color: #c4cfd9;
}
div.cartz-template .btn-primary {
  --cz-btn-color: #fff;
  --cz-btn-hover-color: #fff;
  --cz-btn-active-color: #fff;
  --cz-btn-hover-bg: #a31725;
  --cz-btn-active-bg: #a31725;
  --cz-btn-hover-border-color: #a31725;
  --cz-btn-active-border-color: #a31725;
  --cz-btn-disabled-color: #fff;
}
div.cartz-template .btn-accent {
  --cz-btn-color: #fff;
  --cz-btn-hover-color: #fff;
  --cz-btn-active-color: #fff;
  --cz-btn-hover-bg: #2f4f86;
  --cz-btn-active-bg: #2f4f86;
  --cz-btn-hover-border-color: #2f4f86;
  --cz-btn-active-border-color: #2f4f86;
  --cz-btn-disabled-color: #fff;
}
div.cartz-template .btn-secondary {
  --cz-btn-color: #fff;
  --cz-btn-hover-color: #fff;
  --cz-btn-active-color: #fff;
  --cz-btn-hover-bg: #d8deeb;
  --cz-btn-active-bg: #d8deeb;
  --cz-btn-hover-border-color: #d8deeb;
  --cz-btn-active-border-color: #d8deeb;
  --cz-btn-disabled-color: #fff;
}
div.cartz-template .btn-success {
  --cz-btn-color: #fff;
  --cz-btn-hover-color: #fff;
  --cz-btn-active-color: #fff;
  --cz-btn-hover-bg: #2bc583;
  --cz-btn-active-bg: #2bc583;
  --cz-btn-hover-border-color: #2bc583;
  --cz-btn-active-border-color: #2bc583;
  --cz-btn-disabled-color: #fff;
}
div.cartz-template .btn-info {
  --cz-btn-color: #fff;
  --cz-btn-hover-color: #fff;
  --cz-btn-active-color: #fff;
  --cz-btn-hover-bg: #409efe;
  --cz-btn-active-bg: #409efe;
  --cz-btn-hover-border-color: #409efe;
  --cz-btn-active-border-color: #409efe;
  --cz-btn-disabled-color: #fff;
}
div.cartz-template .btn-warning {
  --cz-btn-color: #fff;
  --cz-btn-hover-color: #fff;
  --cz-btn-active-color: #fff;
  --cz-btn-hover-bg: #fe8d40;
  --cz-btn-active-bg: #fe8d40;
  --cz-btn-hover-border-color: #fe8d40;
  --cz-btn-active-border-color: #fe8d40;
  --cz-btn-disabled-color: #fff;
}
div.cartz-template .btn-danger {
  --cz-btn-color: #fff;
  --cz-btn-hover-color: #fff;
  --cz-btn-active-color: #fff;
  --cz-btn-hover-bg: #f12152;
  --cz-btn-active-bg: #f12152;
  --cz-btn-hover-border-color: #f12152;
  --cz-btn-active-border-color: #f12152;
  --cz-btn-disabled-color: #fff;
}
div.cartz-template .btn-light {
  --cz-btn-color: #fff;
  --cz-btn-hover-color: #fff;
  --cz-btn-active-color: #fff;
  --cz-btn-hover-bg: #ebebeb;
  --cz-btn-active-bg: #ebebeb;
  --cz-btn-hover-border-color: #ebebeb;
  --cz-btn-active-border-color: #ebebeb;
  --cz-btn-disabled-color: #fff;
}
div.cartz-template .btn-dark {
  --cz-btn-color: #fff;
  --cz-btn-hover-color: #fff;
  --cz-btn-active-color: #fff;
  --cz-btn-hover-bg: #262c38;
  --cz-btn-active-bg: #262c38;
  --cz-btn-hover-border-color: #262c38;
  --cz-btn-active-border-color: #262c38;
  --cz-btn-disabled-color: #fff;
}
div.cartz-template .btn-secondary,
div.cartz-template .btn-light {
  --cz-btn-color: #373f50 !important;
  --cz-btn-hover-color: #2b3445 !important;
  --cz-btn-active-color: #2b3445 !important;
  --cz-btn-disabled-color: #7d879c;
}
div.cartz-template .btn-light {
  --cz-btn-border-color: #fff !important;
  --cz-btn-hover-border-color: #fff !important;
  --cz-btn-active-border-color: #fff !important;
  --cz-btn-hover-bg: #fff !important;
  --cz-btn-active-bg: #fff !important;
}
div.cartz-template .btn-outline-primary {
  --cz-btn-border-color: rgba(199, 28, 45, 0.35);
}
div.cartz-template .btn-outline-accent {
  --cz-btn-border-color: rgba(58, 97, 164, 0.35);
}
div.cartz-template .btn-outline-secondary {
  --cz-btn-border-color: rgba(243, 245, 249, 0.35);
}
div.cartz-template .btn-outline-success {
  --cz-btn-border-color: rgba(66, 214, 151, 0.35);
}
div.cartz-template .btn-outline-info {
  --cz-btn-border-color: rgba(105, 179, 254, 0.35);
}
div.cartz-template .btn-outline-warning {
  --cz-btn-border-color: rgba(254, 165, 105, 0.35);
}
div.cartz-template .btn-outline-danger {
  --cz-btn-border-color: rgba(243, 71, 112, 0.35);
}
div.cartz-template .btn-outline-light {
  --cz-btn-border-color: rgba(255, 255, 255, 0.35);
}
div.cartz-template .btn-outline-dark {
  --cz-btn-border-color: rgba(55, 63, 80, 0.35);
}
div.cartz-template [class^=btn-outline-],
div.cartz-template [class*=" btn-outline-"] {
  --cz-btn-hover-color: #fff;
  --cz-btn-active-color: #fff;
}
div.cartz-template .btn-outline-secondary {
  --cz-btn-color: #373f50;
  --cz-btn-hover-color: #2b3445;
  --cz-btn-active-color: #2b3445;
  --cz-btn-hover-bg: #f3f5f9;
  --cz-btn-active-bg: #f3f5f9;
  --cz-btn-border-color: #dae1e7;
  --cz-btn-hover-border-color: #dae1e7;
  --cz-btn-active-border-color: #dae1e7;
  --cz-btn-disabled-color: #4b566b;
  --cz-btn-disabled-border-color: #e3e9ef;
}
div.cartz-template .btn-outline-light {
  --cz-btn-hover-color: #373f50;
  --cz-btn-active-color: #373f50;
  --cz-btn-hover-bg: #fff;
  --cz-btn-active-bg: #fff;
}
div.cartz-template .btn-primary.btn-shadow {
  --cz-btn-box-shadow: 0 .5rem 1.125rem -.5rem rgba(199, 28, 45, 0.9);
  box-shadow: var(--cz-btn-box-shadow);
}
div.cartz-template .btn-accent.btn-shadow {
  --cz-btn-box-shadow: 0 .5rem 1.125rem -.5rem rgba(58, 97, 164, 0.9);
  box-shadow: var(--cz-btn-box-shadow);
}
div.cartz-template .btn-secondary.btn-shadow {
  --cz-btn-box-shadow: 0 .5rem 1.125rem -.5rem rgba(243, 245, 249, 0.9);
  box-shadow: var(--cz-btn-box-shadow);
}
div.cartz-template .btn-success.btn-shadow {
  --cz-btn-box-shadow: 0 .5rem 1.125rem -.5rem rgba(66, 214, 151, 0.9);
  box-shadow: var(--cz-btn-box-shadow);
}
div.cartz-template .btn-info.btn-shadow {
  --cz-btn-box-shadow: 0 .5rem 1.125rem -.5rem rgba(105, 179, 254, 0.9);
  box-shadow: var(--cz-btn-box-shadow);
}
div.cartz-template .btn-warning.btn-shadow {
  --cz-btn-box-shadow: 0 .5rem 1.125rem -.5rem rgba(254, 165, 105, 0.9);
  box-shadow: var(--cz-btn-box-shadow);
}
div.cartz-template .btn-danger.btn-shadow {
  --cz-btn-box-shadow: 0 .5rem 1.125rem -.5rem rgba(243, 71, 112, 0.9);
  box-shadow: var(--cz-btn-box-shadow);
}
div.cartz-template .btn-light.btn-shadow {
  --cz-btn-box-shadow: 0 .5rem 1.125rem -.5rem rgba(255, 255, 255, 0.9);
  box-shadow: var(--cz-btn-box-shadow);
}
div.cartz-template .btn-dark.btn-shadow {
  --cz-btn-box-shadow: 0 .5rem 1.125rem -.5rem rgba(55, 63, 80, 0.9);
  box-shadow: var(--cz-btn-box-shadow);
}
div.cartz-template .btn-secondary.btn-shadow,
div.cartz-template .btn-light.btn-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.15);
}
div.cartz-template .btn-shadow:hover {
  box-shadow: none;
}
div.cartz-template .btn > i {
  margin-top: -0.1875rem;
  vertical-align: middle;
}
div.cartz-template .btn-icon {
  padding: 0.625rem 0.875rem;
}
div.cartz-template .btn-market {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  padding-left: 2.8125rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  border-radius: 0.4375rem;
  background-position: center left 0.75rem;
  background-color: #2b3445;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
}
div.cartz-template .btn-market .btn-market-title {
  display: block;
  color: #fff;
  font-size: 1rem;
}
div.cartz-template .btn-market .btn-market-subtitle {
  display: block;
  margin-bottom: -0.125rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.6875rem;
}
div.cartz-template .btn-market:hover {
  background-color: #212835;
}
div.cartz-template .btn-apple {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
div.cartz-template .btn-google {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
div.cartz-template .btn-windows {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
div.cartz-template .btn-amazon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=);
}
div.cartz-template .btn-scroll-top {
  display: block;
  position: fixed;
  right: -4.125rem;
  bottom: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
  border-radius: 50%;
  background-color: rgba(43, 52, 69, 0.25);
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 1025;
}
div.cartz-template .btn-scroll-top > .btn-scroll-top-icon {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.625rem;
}
div.cartz-template .btn-scroll-top .btn-scroll-top-tooltip {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
div.cartz-template .btn-scroll-top:hover {
  background-color: rgba(43, 52, 69, 0.5);
  color: #fff;
}
div.cartz-template .btn-scroll-top:hover .btn-scroll-top-tooltip {
  visibility: visible;
  opacity: 1;
}
div.cartz-template .btn-scroll-top.show {
  right: 1.25rem;
  opacity: 1;
}
div.cartz-template .btn-scroll-top.right-15 {
  right: 2.1875rem;
}
@media (max-width: 499.98px) {
  div.cartz-template .btn-scroll-top {
    width: 2.2rem;
    height: 2.2rem;
    bottom: 1rem;
  }
  div.cartz-template .btn-scroll-top > .btn-scroll-top-icon {
    line-height: 2.075rem;
  }
  div.cartz-template .btn-scroll-top.show {
    right: 1rem;
  }
  div.cartz-template .btn-scroll-top.right-15 {
    right: 1.9375rem;
  }
}
div.cartz-template .btn-like,
div.cartz-template .btn-dislike {
  display: inline-block;
  padding: 0;
  padding-left: 0.625rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border: 0;
  background: 0;
  color: #7d879c;
  font-size: 0.875rem;
  text-decoration: none !important;
  white-space: nowrap;
  vertical-align: middle;
}
div.cartz-template .btn-like::before,
div.cartz-template .btn-dislike::before {
  display: inline-block;
  margin-right: 0.375rem;
  font-family: "cartzilla-icons";
  font-size: 1.25em;
  vertical-align: middle;
  content: "\e985";
}
div.cartz-template .btn-like:first-child,
div.cartz-template .btn-dislike:first-child {
  padding-right: 0.625rem;
  padding-left: 0;
  border-right: 1px solid #d9e1e9;
}
div.cartz-template .btn-like:focus,
div.cartz-template .btn-dislike:focus {
  outline: none;
}
div.cartz-template .btn-like:hover,
div.cartz-template .btn-dislike:hover {
  color: #4b566b;
}
div.cartz-template .btn-like.active::before,
div.cartz-template .btn-dislike.active::before {
  content: "\e9d7";
}
div.cartz-template .btn-like::before {
  margin-top: -0.325rem;
  color: #42d697;
}
div.cartz-template .btn-dislike::before {
  transform: rotate(-180deg);
  color: #f34770;
}
@-moz-document url-prefix() {
  div.cartz-template .btn-dislike::before {
    margin-bottom: -0.325rem;
  }
}
div.cartz-template .btn-wishlist {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0 !important;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 0;
  border-radius: 50%;
  background-color: #f3f5f9;
  color: #373f50;
  text-align: center;
}
div.cartz-template .btn-wishlist > i {
  font-size: 1.0625rem;
  line-height: 2.75rem;
}
div.cartz-template .btn-wishlist:hover {
  color: var(--cz-primary);
}
div.cartz-template .btn-wishlist:focus {
  outline: 0;
}
div.cartz-template .btn-wishlist.btn-sm, div.cartz-template .btn-group-sm > .btn-wishlist.btn {
  width: 2rem;
  height: 2rem;
}
div.cartz-template .btn-wishlist.btn-sm > i, div.cartz-template .btn-group-sm > .btn-wishlist.btn > i {
  font-size: 0.8125rem;
  line-height: 2rem;
}
div.cartz-template .btn-video {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #fff;
  color: #4b566b;
  text-align: center;
  line-height: 4.5rem;
  box-shadow: 0 0.375rem 1rem -0.25rem rgba(43, 52, 69, 0.2);
  vertical-align: middle;
}
div.cartz-template .btn-video::before {
  font-family: "cartzilla-icons";
  font-size: 0.75rem;
  font-weight: 700;
  content: "\e969";
}
div.cartz-template .btn-video:hover {
  background-color: var(--cz-primary);
  color: #fff;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(var(--cz-primary-rgb), 0.9);
}
div.cartz-template .btn-social {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid transparent;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  border-radius: 0.3125rem;
  background-color: #f3f5f9;
  color: #4b566b;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none !important;
}
div.cartz-template .btn-social > i {
  line-height: 2.125rem;
}
div.cartz-template .btn-social:hover {
  color: #fff;
}
div.cartz-template .btn-social:focus {
  outline: none;
}
div.cartz-template .btn-social:active {
  transition: none;
  box-shadow: none !important;
}
div.cartz-template .btn-social.bs-light {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
div.cartz-template .btn-social.bs-light:hover {
  background-color: #fff !important;
  box-shadow: none !important;
}
div.cartz-template .bs-lg {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
}
div.cartz-template .bs-lg > i {
  line-height: 2.625rem;
}
div.cartz-template .bs-sm {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}
div.cartz-template .bs-sm > i {
  line-height: 1.625rem;
}
div.cartz-template .bs-outline {
  border-color: #e3e9ef;
  background-color: transparent;
}
div.cartz-template .bs-outline.bs-light {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: transparent;
}
div.cartz-template .bs-outline:hover {
  border-color: transparent;
}
div.cartz-template .bs-facebook:hover {
  background-color: #3b5998;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(59, 89, 152, 0.9);
}
div.cartz-template .bs-facebook:hover.bs-light {
  color: #3b5998;
}
div.cartz-template .bs-twitter:hover {
  background-color: #1da1f2;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(29, 161, 242, 0.9);
}
div.cartz-template .bs-twitter:hover.bs-light {
  color: #1da1f2;
}
div.cartz-template .bs-instagram:hover {
  background-color: #5851db;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(88, 81, 219, 0.9);
}
div.cartz-template .bs-instagram:hover.bs-light {
  color: #5851db;
}
div.cartz-template .bs-google:hover {
  background-color: #ea4335;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(234, 67, 53, 0.9);
}
div.cartz-template .bs-google:hover.bs-light {
  color: #ea4335;
}
div.cartz-template .bs-linkedin:hover {
  background-color: #0077b5;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 119, 181, 0.9);
}
div.cartz-template .bs-linkedin:hover.bs-light {
  color: #0077b5;
}
div.cartz-template .bs-pinterest:hover {
  background-color: #bd081c;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(189, 8, 28, 0.9);
}
div.cartz-template .bs-pinterest:hover.bs-light {
  color: #bd081c;
}
div.cartz-template .bs-tumblr:hover {
  background-color: #35465c;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(53, 70, 92, 0.9);
}
div.cartz-template .bs-tumblr:hover.bs-light {
  color: #35465c;
}
div.cartz-template .bs-behance:hover {
  background-color: #1769ff;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(23, 105, 255, 0.9);
}
div.cartz-template .bs-behance:hover.bs-light {
  color: #1769ff;
}
div.cartz-template .bs-dribbble:hover {
  background-color: #ea4c89;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(234, 76, 137, 0.9);
}
div.cartz-template .bs-dribbble:hover.bs-light {
  color: #ea4c89;
}
div.cartz-template .bs-vk:hover {
  background-color: #45668e;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(69, 102, 142, 0.9);
}
div.cartz-template .bs-vk:hover.bs-light {
  color: #45668e;
}
div.cartz-template .bs-odnoklassniki:hover {
  background-color: #ed812b;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(237, 129, 43, 0.9);
}
div.cartz-template .bs-odnoklassniki:hover.bs-light {
  color: #ed812b;
}
div.cartz-template .bs-skype:hover {
  background-color: #00aff0;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 175, 240, 0.9);
}
div.cartz-template .bs-skype:hover.bs-light {
  color: #00aff0;
}
div.cartz-template .bs-hangouts:hover {
  background-color: #0f9d58;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(15, 157, 88, 0.9);
}
div.cartz-template .bs-hangouts:hover.bs-light {
  color: #0f9d58;
}
div.cartz-template .bs-messenger:hover {
  background-color: #0084ff;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 132, 255, 0.9);
}
div.cartz-template .bs-messenger:hover.bs-light {
  color: #0084ff;
}
div.cartz-template .bs-viber:hover {
  background-color: #59267c;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(89, 38, 124, 0.9);
}
div.cartz-template .bs-viber:hover.bs-light {
  color: #59267c;
}
div.cartz-template .bs-telegram:hover {
  background-color: #0088cc;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 136, 204, 0.9);
}
div.cartz-template .bs-telegram:hover.bs-light {
  color: #0088cc;
}
div.cartz-template .bs-youtube:hover {
  background-color: #ff0000;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 0, 0, 0.9);
}
div.cartz-template .bs-youtube:hover.bs-light {
  color: #ff0000;
}
div.cartz-template .bs-vimeo:hover {
  background-color: #1ab7ea;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(26, 183, 234, 0.9);
}
div.cartz-template .bs-vimeo:hover.bs-light {
  color: #1ab7ea;
}
div.cartz-template .bs-wechat:hover {
  background-color: #7bb32e;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(123, 179, 46, 0.9);
}
div.cartz-template .bs-wechat:hover.bs-light {
  color: #7bb32e;
}
div.cartz-template .bs-discord:hover {
  background-color: #7289da;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(114, 137, 218, 0.9);
}
div.cartz-template .bs-discord:hover.bs-light {
  color: #7289da;
}
div.cartz-template .bs-tiktok:hover {
  background-color: #25f4ee;
  box-shadow: 0 0.5rem 1.125rem -0.5rem #25f4ee;
}
div.cartz-template .bs-tiktok:hover.bs-light {
  color: #25f4ee;
}
div.cartz-template .bs-whatsapp:hover {
  background-color: #25d366;
  box-shadow: 0 0.5rem 1.125rem -0.5rem #25d366;
}
div.cartz-template .bs-whatsapp:hover.bs-light {
  color: #25d366;
}
div.cartz-template .btn-share {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  text-decoration: none !important;
  vertical-align: middle;
}
div.cartz-template .btn-share > i {
  margin-top: -0.125rem;
  margin-right: 0.3125rem;
  font-size: 1.1em;
  vertical-align: middle;
}
div.cartz-template .btn-share.btn-twitter {
  background-color: rgba(29, 161, 242, 0.08);
  color: #1da1f2;
}
div.cartz-template .btn-share.btn-twitter:hover {
  background-color: #1da1f2;
}
div.cartz-template .btn-share.btn-instagram {
  background-color: rgba(88, 81, 219, 0.08);
  color: #5851db;
}
div.cartz-template .btn-share.btn-instagram:hover {
  background-color: #5851db;
}
div.cartz-template .btn-share.btn-facebook {
  background-color: rgba(59, 89, 152, 0.08);
  color: #3b5998;
}
div.cartz-template .btn-share.btn-facebook:hover {
  background-color: #3b5998;
}
div.cartz-template .btn-share:hover {
  color: #fff;
  box-shadow: none;
}
div.cartz-template .btn-group .btn-outline-secondary:hover, div.cartz-template .btn-group .btn-outline-secondary:active, div.cartz-template .btn-group .btn-outline-secondary.active {
  border-color: #e3e9ef !important;
}
div.cartz-template .dropdown .dropdown-toggle::after, div.cartz-template .dropup .dropdown-toggle::after,
div.cartz-template .dropstart .dropdown-toggle::after, div.cartz-template .dropend .dropdown-toggle::after {
  margin-left: 0.3rem;
  vertical-align: middle;
}
div.cartz-template .btn.dropdown-toggle::after {
  margin-left: 0.35rem;
}
div.cartz-template h1 .dropdown-toggle::after, div.cartz-template h2 .dropdown-toggle::after, div.cartz-template h3 .dropdown-toggle::after, div.cartz-template h4 .dropdown-toggle::after, div.cartz-template h5 .dropdown-toggle::after,
div.cartz-template .h1 .dropdown-toggle::after, div.cartz-template .h2 .dropdown-toggle::after, div.cartz-template .h3 .dropdown-toggle::after, div.cartz-template .h4 .dropdown-toggle::after, div.cartz-template .h5 .dropdown-toggle::after {
  margin-left: 0.5rem !important;
  border-top-width: 0.375rem;
  border-right-width: 0.375rem;
  border-left-width: 0.375rem;
}
div.cartz-template .dropdown-menu {
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
div.cartz-template .dropdown-menu li:hover > .dropdown-item {
  color: var(--cz-primary);
}
div.cartz-template .dropdown-menu .active > .dropdown-item {
  color: var(--cz-primary);
}
div.cartz-template .dropdown-menu .active > .dropdown-item,
div.cartz-template .dropdown-menu .dropdown-item.active {
  pointer-events: none;
}
div.cartz-template .dropdown-menu.dropdown-menu-dark {
  border-width: 0;
}
div.cartz-template .dropdown-menu.dropdown-menu-dark li:hover > .dropdown-item {
  color: #fff;
}
div.cartz-template .dropdown-menu.dropdown-menu-dark .active > .dropdown-item {
  color: #fff;
}
div.cartz-template .dropdown-header {
  margin-bottom: 0.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e3e9ef;
}
div.cartz-template .dropdown-menu-dark .dropdown-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
div.cartz-template .dropdown-item {
  position: relative;
  width: 100%;
  transition: all 0.25s ease-in-out;
  font-size: 0.875rem;
  font-weight: normal;
}
div.cartz-template .dropdown-item > i, div.cartz-template .dropdown-item .badge {
  margin-top: -0.125rem;
  vertical-align: middle;
}
div.cartz-template .dropdown-menu.show {
  -webkit-animation: fade-in 0.25s ease-in-out;
  animation: fade-in 0.25s ease-in-out;
}
div.cartz-template .dropdown-toggle-split::after {
  margin-left: -0.0625rem !important;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  from {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
div.cartz-template .input-group .position-absolute {
  z-index: 5;
}
div.cartz-template .input-group .position-absolute + .form-control, div.cartz-template .input-group .position-absolute + .password-toggle .form-control {
  padding-left: 2.5rem;
}
div.cartz-template .nav-link:not(.dropdown-toggle).active {
  pointer-events: none;
}
div.cartz-template .nav-tabs:not(.card-header-tabs) {
  margin-bottom: 1.25rem;
}
div.cartz-template .nav-tabs.card-header-tabs {
  margin-top: -0.3125rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
div.cartz-template .nav-tabs.card-header-tabs .nav-link.active {
  background-color: transparent;
  border-bottom-color: transparent;
}
div.cartz-template .nav-tabs .nav-link {
  position: relative;
  border: 0;
}
div.cartz-template .nav-tabs .nav-link::before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 1.25rem;
  width: calc(100% - 2.5rem);
  height: 1px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  background-color: transparent;
  content: "";
}
div.cartz-template .nav-tabs .nav-link.active::before {
  background-color: var(--cz-primary);
}
div.cartz-template .nav-tabs.nav-fill .nav-link::before, div.cartz-template .nav-tabs.nav-justified .nav-link::before {
  left: 0;
  width: 100%;
}
div.cartz-template .media-tabs {
  border: 0;
}
div.cartz-template .media-tabs .nav-item {
  margin-bottom: 0;
  text-align: left;
}
div.cartz-template .media-tabs .nav-link {
  padding: 0.375rem 0.625rem;
}
div.cartz-template .media-tabs .nav-link::before {
  display: none !important;
}
div.cartz-template .media-tab-media {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 50%;
  background-color: #fff;
  color: #4b566b;
  text-align: center;
  overflow: hidden;
}
div.cartz-template .media-tab-media > i {
  font-size: 1.25rem;
  line-height: calc(3.75rem - 2px);
}
div.cartz-template .media-tab-media > img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
div.cartz-template .media-tab-title,
div.cartz-template .media-tab-subtitle {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
div.cartz-template a.nav-link:hover .media-tab-media {
  border-color: rgba(var(--cz-primary-rgb), 0.35);
  color: var(--cz-primary);
}
div.cartz-template .nav-link.active .media-tab-media,
div.cartz-template .nav-link.active:hover .media-tab-media {
  border-color: var(--cz-primary);
  background-color: var(--cz-primary);
  color: #fff;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(var(--cz-primary-rgb), 0.9);
}
div.cartz-template .nav-link.active .media-tab-title,
div.cartz-template .nav-link.active:hover .media-tab-title {
  color: var(--cz-primary) !important;
}
div.cartz-template .nav-link.active .media-tab-subtitle,
div.cartz-template .nav-link.active:hover .media-tab-subtitle {
  color: rgba(var(--cz-primary-rgb), 0.65) !important;
}
div.cartz-template .nav-link.disabled .media-tab-media,
div.cartz-template .nav-link.completed .media-tab-media {
  background-color: #f6f9fc;
  color: #7d879c;
}
div.cartz-template .nav-link.disabled .media-tab-title {
  color: #7d879c;
}
div.cartz-template .nav-link.completed .media-tab-media {
  overflow: visible;
}
div.cartz-template .nav-link.completed .media-tab-media::after {
  position: absolute;
  top: -0.175rem;
  right: -0.175rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #eafaf3;
  border: 1px solid #42d697;
  color: #42d697;
  font-family: "cartzilla-icons";
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.25rem;
  content: "\e91d";
}
div.cartz-template .nav-pills .nav-item {
  margin-right: 0.667rem;
}
div.cartz-template .nav-pills .nav-item:last-child {
  margin-right: 0;
}
div.cartz-template .nav-pills.flex-column .nav-item {
  margin-right: 0;
  margin-bottom: 0.667rem;
}
div.cartz-template .nav-pills.flex-column .nav-item:last-child {
  margin-bottom: 0;
}
div.cartz-template .nav-pills .nav-link {
  padding-top: 0.675rem;
  padding-bottom: 0.675rem;
  background-color: #f3f5f9;
  color: #4b566b;
  font-size: 0.9375rem;
}
div.cartz-template .nav-pills .nav-link:hover:not(.active):not([aria-expanded=true]), div.cartz-template .nav-pills .nav-link.show {
  color: #4b566b;
  background-color: #dfe4ef;
}
div.cartz-template .nav-pills .nav-link.disabled {
  background-color: #fafbfc;
  color: #7d879c;
}
div.cartz-template .nav-pills .nav-link.disabled:hover:not(.active) {
  background-color: transparent;
}
div.cartz-template .nav-pills .nav-link.active {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(199, 28, 45, 0.9);
}
div.cartz-template .nav-pills .nav-link i {
  margin-top: -0.25rem;
}
div.cartz-template .modal-content .card-header-tabs {
  margin-right: -1.25rem;
  margin-bottom: -1rem;
  margin-left: -1.25rem;
}
div.cartz-template .nav-link-style {
  color: #4b566b;
}
div.cartz-template .nav-link-style > i {
  margin-top: -0.125rem;
  vertical-align: middle;
}
div.cartz-template .nav-link-style:hover {
  color: var(--cz-primary);
}
div.cartz-template .active > .nav-link-style,
div.cartz-template .nav-link-style.active {
  color: var(--cz-primary);
}
div.cartz-template .nav-link-style.nav-link-light {
  color: rgba(255, 255, 255, 0.65);
}
div.cartz-template .nav-link-style.nav-link-light:hover {
  color: #fff;
}
div.cartz-template .active > .nav-link-style.nav-link-light,
div.cartz-template .nav-link-style.nav-link-light.active {
  color: #fff;
}
div.cartz-template .radio-tab-pane {
  display: none;
}
div.cartz-template .radio-tab-pane.active {
  display: block;
}
div.cartz-template .navbar-brand {
  display: inline-block;
  font-weight: 500;
  vertical-align: middle;
}
div.cartz-template .navbar-brand > img {
  display: block;
}
div.cartz-template .navbar-nav .nav-item {
  margin-bottom: 0.667rem;
  border-radius: 0.3125rem;
}
div.cartz-template .navbar-nav .nav-item > .dropdown-menu > li > .dropdown-item {
  font-weight: 500;
}
div.cartz-template .navbar-nav .nav-item > .dropdown-menu > li > .dropdown-item > * {
  font-weight: 400;
}
div.cartz-template .navbar-nav .nav-link {
  padding: 0.667rem 1.125rem;
  font-weight: 500;
}
div.cartz-template .navbar-nav .dropdown-menu {
  min-width: 12.5rem;
  padding-top: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
}
div.cartz-template .navbar-nav .dropdown-menu .dropdown-menu {
  width: calc(100% - 2rem);
  margin: 0 1rem;
}
div.cartz-template .navbar.fixed-top {
  position: relative;
}
div.cartz-template .navbar-sticky.position-absolute {
  top: 0;
  left: 0;
  z-index: 1030;
}
div.cartz-template .navbar-sticky.position-absolute.navbar-light {
  background-color: #fff;
}
div.cartz-template .navbar-sticky.position-absolute.navbar-dark {
  background-color: #373f50;
}
div.cartz-template .navbar-mega-nav {
  position: relative;
}
div.cartz-template .navbar-mega-nav::after {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.875rem;
  content: "";
}
div.cartz-template .mega-dropdown-column {
  width: 100%;
  max-width: 15rem;
}
div.cartz-template .navbar-mega-nav .dropdown-menu > .mega-dropdown {
  position: static;
}
div.cartz-template .navbar-mega-nav .dropdown-menu > .dropdown > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e3e9ef;
}
div.cartz-template .navbar-mega-nav .dropdown-menu > .dropdown:last-child > a {
  border-bottom: 0;
}
div.cartz-template .navbar-tool {
  position: relative;
  display: flex;
  align-items: center;
}
div.cartz-template .navbar-tool.dropdown::before {
  position: absolute;
  bottom: -1rem;
  left: -10%;
  width: 120%;
  height: 1rem;
  content: "";
}
div.cartz-template .navbar-tool .dropdown-menu {
  top: 100%;
  margin-top: 0.5rem !important;
}
div.cartz-template .navbar-tool .dropdown-menu.dropdown-menu-end {
  left: auto;
  right: 0;
}
div.cartz-template .navbar-tool .navbar-tool-label {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: var(--cz-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem;
}
div.cartz-template .navbar-tool .navbar-tool-tooltip {
  display: none;
}
@media (min-width: 992px) {
  div.cartz-template .navbar-tool .navbar-tool-tooltip {
    display: block;
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    padding: 0.0625rem 0.375rem;
    border-radius: 0.25rem;
    background-color: #2b3445;
    color: #fff;
    font-size: 0.6875rem;
    white-space: nowrap;
    opacity: 0;
  }
  div.cartz-template .navbar-tool:hover .navbar-tool-tooltip {
    top: -0.75rem;
    opacity: 0.9;
  }
}
div.cartz-template .navbar-tool-icon-box {
  position: relative;
  width: 2.875rem;
  height: 2.875rem;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 2.625rem;
  text-align: center;
}
div.cartz-template .navbar-tool-icon-box.dropdown-toggle::after {
  display: none;
}
div.cartz-template .navbar-tool-icon {
  font-size: 1.25rem;
  line-height: 2.875rem;
}
div.cartz-template .navbar-tool-text {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 0.875rem;
  transition: color 0.25s ease-in-out;
  font-size: 0.875rem;
  text-decoration: none !important;
  white-space: nowrap;
}
div.cartz-template .navbar-tool-text > small, div.cartz-template .navbar-tool-text > .small {
  display: block;
  margin-bottom: -0.125rem;
}
div.cartz-template .dropdown .navbar-tool-text::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
  border-top: 0.275rem solid;
  border-right: 0.275rem solid transparent;
  border-bottom: 0;
  border-left: 0.275rem solid transparent;
}
div.cartz-template .dropdown .navbar-tool-text:empty::after {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  div.cartz-template .search-box {
    display: none;
  }
}
@media (min-width: 500px) {
  div.cartz-template .navbar-expand-sm.fixed-top {
    position: fixed;
  }
  div.cartz-template .navbar-expand-sm .navbar-collapse {
    width: auto;
    flex-basis: auto;
  }
  div.cartz-template .navbar-expand-sm .navbar-nav .nav-item {
    margin-bottom: 0;
    background-color: transparent;
  }
  div.cartz-template .navbar-expand-sm .navbar-nav .nav-item > .dropdown-menu > li > .dropdown-item {
    font-weight: normal;
  }
  div.cartz-template .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1.125rem;
    padding-bottom: 0.875rem;
    font-weight: normal;
  }
  div.cartz-template .navbar-expand-sm .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
    display: none;
  }
  div.cartz-template .navbar-expand-sm .navbar-mega-nav::after {
    display: block;
  }
  div.cartz-template .navbar-expand-sm .navbar-mega-nav .dropdown-menu > .dropdown .dropdown-menu {
    top: 0.35rem;
  }
  div.cartz-template .navbar-expand-sm .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu {
    top: 0.375rem;
    min-height: 100%;
    min-height: calc(100% + 0.25rem);
    -webkit-animation: none !important;
    animation: none !important;
  }
  div.cartz-template .navbar-expand-sm .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu::before {
    position: absolute;
    top: 0;
    right: 16rem;
    width: 1px;
    height: 100%;
    background-color: #e3e9ef;
    content: "";
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu {
    margin-top: 0;
    padding-top: 0.5rem;
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu.dropdown-menu-dark {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #373f50;
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: 0;
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu.show {
    display: none;
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu > .dropdown > .dropdown-toggle {
    position: relative;
    padding-right: 1.95rem;
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu > .dropdown > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.23375rem;
    vertical-align: 0.23375rem;
    content: "";
    border-top: 0.275rem solid transparent;
    border-right: 0;
    border-bottom: 0.275rem solid transparent;
    border-left: 0.275rem solid;
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu > .dropdown > .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu > .dropdown > .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -0.3em;
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu > .dropdown .dropdown-menu {
    display: none;
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu > .dropdown:hover > .dropdown-menu {
    -webkit-animation: fade-in 0.25s ease-in-out;
    animation: fade-in 0.25s ease-in-out;
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu:not(.dropdown-menu-dark) {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  }
  div.cartz-template .navbar-expand-sm .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
    background-color: #fff;
  }
  div.cartz-template .navbar-expand-sm .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: slide-up 0.25s ease-in-out;
    animation: slide-up 0.25s ease-in-out;
  }
  div.cartz-template .navbar-expand-sm .navbar-tool-text {
    display: block;
  }
  div.cartz-template .navbar-expand-sm .mega-dropdown-column {
    width: 15rem;
  }
}
@media (min-width: 768px) {
  div.cartz-template .navbar-expand-md.fixed-top {
    position: fixed;
  }
  div.cartz-template .navbar-expand-md .navbar-collapse {
    width: auto;
    flex-basis: auto;
  }
  div.cartz-template .navbar-expand-md .navbar-nav .nav-item {
    margin-bottom: 0;
    background-color: transparent;
  }
  div.cartz-template .navbar-expand-md .navbar-nav .nav-item > .dropdown-menu > li > .dropdown-item {
    font-weight: normal;
  }
  div.cartz-template .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1.125rem;
    padding-bottom: 0.875rem;
    font-weight: normal;
  }
  div.cartz-template .navbar-expand-md .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
    display: none;
  }
  div.cartz-template .navbar-expand-md .navbar-mega-nav::after {
    display: block;
  }
  div.cartz-template .navbar-expand-md .navbar-mega-nav .dropdown-menu > .dropdown .dropdown-menu {
    top: 0.35rem;
  }
  div.cartz-template .navbar-expand-md .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu {
    top: 0.375rem;
    min-height: 100%;
    min-height: calc(100% + 0.25rem);
    -webkit-animation: none !important;
    animation: none !important;
  }
  div.cartz-template .navbar-expand-md .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu::before {
    position: absolute;
    top: 0;
    right: 16rem;
    width: 1px;
    height: 100%;
    background-color: #e3e9ef;
    content: "";
  }
  div.cartz-template .navbar-expand-md .dropdown-menu {
    margin-top: 0;
    padding-top: 0.5rem;
  }
  div.cartz-template .navbar-expand-md .dropdown-menu.dropdown-menu-dark {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #373f50;
  }
  div.cartz-template .navbar-expand-md .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: 0;
  }
  div.cartz-template .navbar-expand-md .dropdown-menu.show {
    display: none;
  }
  div.cartz-template .navbar-expand-md .dropdown-menu > .dropdown > .dropdown-toggle {
    position: relative;
    padding-right: 1.95rem;
  }
  div.cartz-template .navbar-expand-md .dropdown-menu > .dropdown > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.23375rem;
    vertical-align: 0.23375rem;
    content: "";
    border-top: 0.275rem solid transparent;
    border-right: 0;
    border-bottom: 0.275rem solid transparent;
    border-left: 0.275rem solid;
  }
  div.cartz-template .navbar-expand-md .dropdown-menu > .dropdown > .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  div.cartz-template .navbar-expand-md .dropdown-menu > .dropdown > .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -0.3em;
  }
  div.cartz-template .navbar-expand-md .dropdown-menu > .dropdown .dropdown-menu {
    display: none;
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
  }
  div.cartz-template .navbar-expand-md .dropdown-menu > .dropdown:hover > .dropdown-menu {
    -webkit-animation: fade-in 0.25s ease-in-out;
    animation: fade-in 0.25s ease-in-out;
  }
  div.cartz-template .navbar-expand-md .dropdown-menu:not(.dropdown-menu-dark) {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  }
  div.cartz-template .navbar-expand-md .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
    background-color: #fff;
  }
  div.cartz-template .navbar-expand-md .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: slide-up 0.25s ease-in-out;
    animation: slide-up 0.25s ease-in-out;
  }
  div.cartz-template .navbar-expand-md .navbar-tool-text {
    display: block;
  }
  div.cartz-template .navbar-expand-md .mega-dropdown-column {
    width: 15rem;
  }
}
@media (min-width: 992px) {
  div.cartz-template .navbar-expand-lg.fixed-top {
    position: fixed;
  }
  div.cartz-template .navbar-expand-lg .navbar-collapse {
    width: auto;
    flex-basis: auto;
  }
  div.cartz-template .navbar-expand-lg .navbar-nav .nav-item {
    margin-bottom: 0;
    background-color: transparent;
  }
  div.cartz-template .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu > li > .dropdown-item {
    font-weight: normal;
  }
  div.cartz-template .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1.125rem;
    padding-bottom: 0.875rem;
    font-weight: normal;
  }
  div.cartz-template .navbar-expand-lg .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
    display: none;
  }
  div.cartz-template .navbar-expand-lg .navbar-mega-nav::after {
    display: block;
  }
  div.cartz-template .navbar-expand-lg .navbar-mega-nav .dropdown-menu > .dropdown .dropdown-menu {
    top: 0.35rem;
  }
  div.cartz-template .navbar-expand-lg .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu {
    top: 0.375rem;
    min-height: 100%;
    min-height: calc(100% + 0.25rem);
    -webkit-animation: none !important;
    animation: none !important;
  }
  div.cartz-template .navbar-expand-lg .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu::before {
    position: absolute;
    top: 0;
    right: 16rem;
    width: 1px;
    height: 100%;
    background-color: #e3e9ef;
    content: "";
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu {
    margin-top: 0;
    padding-top: 0.5rem;
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu.dropdown-menu-dark {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #373f50;
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: 0;
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu.show {
    display: none;
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu > .dropdown > .dropdown-toggle {
    position: relative;
    padding-right: 1.95rem;
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu > .dropdown > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.23375rem;
    vertical-align: 0.23375rem;
    content: "";
    border-top: 0.275rem solid transparent;
    border-right: 0;
    border-bottom: 0.275rem solid transparent;
    border-left: 0.275rem solid;
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu > .dropdown > .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu > .dropdown > .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -0.3em;
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu > .dropdown .dropdown-menu {
    display: none;
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu > .dropdown:hover > .dropdown-menu {
    -webkit-animation: fade-in 0.25s ease-in-out;
    animation: fade-in 0.25s ease-in-out;
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  }
  div.cartz-template .navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
    background-color: #fff;
  }
  div.cartz-template .navbar-expand-lg .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: slide-up 0.25s ease-in-out;
    animation: slide-up 0.25s ease-in-out;
  }
  div.cartz-template .navbar-expand-lg .navbar-tool-text {
    display: block;
  }
  div.cartz-template .navbar-expand-lg .mega-dropdown-column {
    width: 15rem;
  }
}
@media (min-width: 1280px) {
  div.cartz-template .navbar-expand-xl.fixed-top {
    position: fixed;
  }
  div.cartz-template .navbar-expand-xl .navbar-collapse {
    width: auto;
    flex-basis: auto;
  }
  div.cartz-template .navbar-expand-xl .navbar-nav .nav-item {
    margin-bottom: 0;
    background-color: transparent;
  }
  div.cartz-template .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > li > .dropdown-item {
    font-weight: normal;
  }
  div.cartz-template .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1.125rem;
    padding-bottom: 0.875rem;
    font-weight: normal;
  }
  div.cartz-template .navbar-expand-xl .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
    display: none;
  }
  div.cartz-template .navbar-expand-xl .navbar-mega-nav::after {
    display: block;
  }
  div.cartz-template .navbar-expand-xl .navbar-mega-nav .dropdown-menu > .dropdown .dropdown-menu {
    top: 0.35rem;
  }
  div.cartz-template .navbar-expand-xl .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu {
    top: 0.375rem;
    min-height: 100%;
    min-height: calc(100% + 0.25rem);
    -webkit-animation: none !important;
    animation: none !important;
  }
  div.cartz-template .navbar-expand-xl .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu::before {
    position: absolute;
    top: 0;
    right: 16rem;
    width: 1px;
    height: 100%;
    background-color: #e3e9ef;
    content: "";
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu {
    margin-top: 0;
    padding-top: 0.5rem;
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu.dropdown-menu-dark {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #373f50;
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: 0;
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu.show {
    display: none;
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu > .dropdown > .dropdown-toggle {
    position: relative;
    padding-right: 1.95rem;
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu > .dropdown > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.23375rem;
    vertical-align: 0.23375rem;
    content: "";
    border-top: 0.275rem solid transparent;
    border-right: 0;
    border-bottom: 0.275rem solid transparent;
    border-left: 0.275rem solid;
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu > .dropdown > .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu > .dropdown > .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -0.3em;
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu > .dropdown .dropdown-menu {
    display: none;
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu > .dropdown:hover > .dropdown-menu {
    -webkit-animation: fade-in 0.25s ease-in-out;
    animation: fade-in 0.25s ease-in-out;
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu:not(.dropdown-menu-dark) {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  }
  div.cartz-template .navbar-expand-xl .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
    background-color: #fff;
  }
  div.cartz-template .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: slide-up 0.25s ease-in-out;
    animation: slide-up 0.25s ease-in-out;
  }
  div.cartz-template .navbar-expand-xl .navbar-tool-text {
    display: block;
  }
  div.cartz-template .navbar-expand-xl .mega-dropdown-column {
    width: 15rem;
  }
}
@media (min-width: 1400px) {
  div.cartz-template .navbar-expand-xxl.fixed-top {
    position: fixed;
  }
  div.cartz-template .navbar-expand-xxl .navbar-collapse {
    width: auto;
    flex-basis: auto;
  }
  div.cartz-template .navbar-expand-xxl .navbar-nav .nav-item {
    margin-bottom: 0;
    background-color: transparent;
  }
  div.cartz-template .navbar-expand-xxl .navbar-nav .nav-item > .dropdown-menu > li > .dropdown-item {
    font-weight: normal;
  }
  div.cartz-template .navbar-expand-xxl .navbar-nav .nav-link {
    padding-top: 1.125rem;
    padding-bottom: 0.875rem;
    font-weight: normal;
  }
  div.cartz-template .navbar-expand-xxl .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
    display: none;
  }
  div.cartz-template .navbar-expand-xxl .navbar-mega-nav::after {
    display: block;
  }
  div.cartz-template .navbar-expand-xxl .navbar-mega-nav .dropdown-menu > .dropdown .dropdown-menu {
    top: 0.35rem;
  }
  div.cartz-template .navbar-expand-xxl .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu {
    top: 0.375rem;
    min-height: 100%;
    min-height: calc(100% + 0.25rem);
    -webkit-animation: none !important;
    animation: none !important;
  }
  div.cartz-template .navbar-expand-xxl .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu::before {
    position: absolute;
    top: 0;
    right: 16rem;
    width: 1px;
    height: 100%;
    background-color: #e3e9ef;
    content: "";
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu {
    margin-top: 0;
    padding-top: 0.5rem;
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu.dropdown-menu-dark {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #373f50;
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: 0;
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu.show {
    display: none;
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu > .dropdown > .dropdown-toggle {
    position: relative;
    padding-right: 1.95rem;
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu > .dropdown > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.23375rem;
    vertical-align: 0.23375rem;
    content: "";
    border-top: 0.275rem solid transparent;
    border-right: 0;
    border-bottom: 0.275rem solid transparent;
    border-left: 0.275rem solid;
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu > .dropdown > .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu > .dropdown > .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -0.3em;
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu > .dropdown .dropdown-menu {
    display: none;
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu > .dropdown:hover > .dropdown-menu {
    -webkit-animation: fade-in 0.25s ease-in-out;
    animation: fade-in 0.25s ease-in-out;
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu:not(.dropdown-menu-dark) {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  }
  div.cartz-template .navbar-expand-xxl .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
    background-color: #fff;
  }
  div.cartz-template .navbar-expand-xxl .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: slide-up 0.25s ease-in-out;
    animation: slide-up 0.25s ease-in-out;
  }
  div.cartz-template .navbar-expand-xxl .navbar-tool-text {
    display: block;
  }
  div.cartz-template .navbar-expand-xxl .mega-dropdown-column {
    width: 15rem;
  }
}
div.cartz-template .navbar-expand.fixed-top {
  position: fixed;
}
div.cartz-template .navbar-expand .navbar-collapse {
  width: auto;
  flex-basis: auto;
}
div.cartz-template .navbar-expand .navbar-nav .nav-item {
  margin-bottom: 0;
  background-color: transparent;
}
div.cartz-template .navbar-expand .navbar-nav .nav-item > .dropdown-menu > li > .dropdown-item {
  font-weight: normal;
}
div.cartz-template .navbar-expand .navbar-nav .nav-link {
  padding-top: 1.125rem;
  padding-bottom: 0.875rem;
  font-weight: normal;
}
div.cartz-template .navbar-expand .navbar-nav:not(.navbar-mega-nav) .nav-link.dropdown-toggle::after {
  display: none;
}
div.cartz-template .navbar-expand .navbar-mega-nav::after {
  display: block;
}
div.cartz-template .navbar-expand .navbar-mega-nav .dropdown-menu > .dropdown .dropdown-menu {
  top: 0.35rem;
}
div.cartz-template .navbar-expand .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu {
  top: 0.375rem;
  min-height: 100%;
  min-height: calc(100% + 0.25rem);
  -webkit-animation: none !important;
  animation: none !important;
}
div.cartz-template .navbar-expand .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu::before {
  position: absolute;
  top: 0;
  right: 16rem;
  width: 1px;
  height: 100%;
  background-color: #e3e9ef;
  content: "";
}
div.cartz-template .navbar-expand .dropdown-menu {
  margin-top: 0;
  padding-top: 0.5rem;
}
div.cartz-template .navbar-expand .dropdown-menu.dropdown-menu-dark {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #373f50;
}
div.cartz-template .navbar-expand .dropdown-menu.dropdown-menu-end {
  left: auto;
  right: 0;
}
div.cartz-template .navbar-expand .dropdown-menu.show {
  display: none;
}
div.cartz-template .navbar-expand .dropdown-menu > .dropdown > .dropdown-toggle {
  position: relative;
  padding-right: 1.95rem;
}
div.cartz-template .navbar-expand .dropdown-menu > .dropdown > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
  border-top: 0.275rem solid transparent;
  border-right: 0;
  border-bottom: 0.275rem solid transparent;
  border-left: 0.275rem solid;
}
div.cartz-template .navbar-expand .dropdown-menu > .dropdown > .dropdown-toggle:empty::after {
  margin-left: 0;
}
div.cartz-template .navbar-expand .dropdown-menu > .dropdown > .dropdown-toggle::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 1rem;
  margin-top: -0.3em;
}
div.cartz-template .navbar-expand .dropdown-menu > .dropdown .dropdown-menu {
  display: none;
  top: 0;
  right: auto;
  left: 100%;
  width: auto;
  margin-top: -0.5rem;
  margin-right: 0;
  margin-left: -0.25rem;
}
div.cartz-template .navbar-expand .dropdown-menu > .dropdown:hover > .dropdown-menu {
  -webkit-animation: fade-in 0.25s ease-in-out;
  animation: fade-in 0.25s ease-in-out;
}
div.cartz-template .navbar-expand .dropdown-menu:not(.dropdown-menu-dark) {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
}
div.cartz-template .navbar-expand .dropdown-menu:not(.dropdown-menu-dark) .dropdown-menu {
  background-color: #fff;
}
div.cartz-template .navbar-expand .dropdown:hover > .dropdown-menu {
  display: block;
  -webkit-animation: slide-up 0.25s ease-in-out;
  animation: slide-up 0.25s ease-in-out;
}
div.cartz-template .navbar-expand .navbar-tool-text {
  display: block;
}
div.cartz-template .navbar-expand .mega-dropdown-column {
  width: 15rem;
}
div.cartz-template .navbar-stuck-toggler {
  display: none;
}
@media (min-width: 992px) {
  div.cartz-template .navbar-sticky.navbar-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: navbar-show 0.25s;
    animation: navbar-show 0.25s;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
    z-index: 1030;
  }
  div.cartz-template .navbar-sticky.navbar-stuck .navbar-stuck-toggler {
    display: flex;
  }
  div.cartz-template .navbar-sticky.navbar-stuck .navbar-stuck-barnd {
    display: block !important;
  }
  div.cartz-template .navbar-sticky.navbar-stuck .navbar-stuck-menu {
    display: none;
  }
  div.cartz-template .navbar-sticky.navbar-stuck .navbar-stuck-menu.show {
    display: block;
  }
  div.cartz-template .navbar-sticky.navbar-stuck.right-15 {
    right: 15px;
    width: calc(100% - 15px);
  }
  div.cartz-template .navbar-sticky.position-absolute.navbar-light, div.cartz-template .navbar-sticky.position-absolute.navbar-dark {
    background-color: transparent;
  }
  div.cartz-template .navbar-sticky.position-absolute.navbar-stuck {
    position: fixed !important;
  }
  div.cartz-template .navbar-sticky.position-absolute.navbar-stuck.navbar-light {
    background-color: #fff;
  }
  div.cartz-template .navbar-sticky.position-absolute.navbar-stuck.navbar-dark {
    background-color: #373f50;
  }
}
div.cartz-template .fixed-top.right-15,
div.cartz-template .fixed-bottom.right-15 {
  right: 15px;
}
@-webkit-keyframes navbar-show {
  from {
    transform: translateY(-0.625rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes navbar-show {
  from {
    transform: translateY(-0.625rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
div.cartz-template .navbar-light .nav-link > i {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #7d879c;
}
div.cartz-template .navbar-light .nav-item {
  background-color: #f6f9fc;
}
div.cartz-template .navbar-light .nav-item:hover .nav-link:not(.disabled), div.cartz-template .navbar-light .nav-item:hover .nav-link:not(.disabled) > i {
  color: var(--cz-primary);
}
div.cartz-template .navbar-light .nav-item.active .nav-link:not(.disabled) > i, div.cartz-template .navbar-light .nav-item.show .nav-link:not(.disabled) > i, div.cartz-template .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) > i, div.cartz-template .navbar-light .nav-item.active .nav-link:not(.disabled), div.cartz-template .navbar-light .nav-item.show .nav-link:not(.disabled), div.cartz-template .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) {
  color: var(--cz-primary);
}
div.cartz-template .navbar-light .navbar-tool-icon-box {
  color: #4b566b;
}
div.cartz-template .navbar-light .navbar-tool-icon-box.bg-secondary {
  background-color: #f3f5f9 !important;
}
div.cartz-template .navbar-light .navbar-tool:hover .navbar-tool-icon-box {
  color: #2b3445;
}
div.cartz-template .navbar-light .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
  background-color: #f3f5f9 !important;
}
div.cartz-template .navbar-light.bg-secondary .navbar-tool-icon-box.bg-secondary, div.cartz-template .navbar-light[class^=bg-faded] .navbar-tool-icon-box.bg-secondary, div.cartz-template .navbar-light[class*=" bg-faded"] .navbar-tool-icon-box.bg-secondary, div.cartz-template .navbar-light[style^=background-color] .navbar-tool-icon-box.bg-secondary, div.cartz-template .navbar-light[style*=" background-color"] .navbar-tool-icon-box.bg-secondary {
  background-color: #e9edf4 !important;
}
div.cartz-template .navbar-light.bg-secondary .navbar-tool:hover .navbar-tool-icon-box.bg-secondary, div.cartz-template .navbar-light[class^=bg-faded] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary, div.cartz-template .navbar-light[class*=" bg-faded"] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary, div.cartz-template .navbar-light[style^=background-color] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary, div.cartz-template .navbar-light[style*=" background-color"] .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
  background-color: #e9edf4 !important;
}
div.cartz-template .navbar-light .navbar-tool-text {
  color: #4b566b;
}
div.cartz-template .navbar-light .navbar-tool-text > small, div.cartz-template .navbar-light .navbar-tool-text > .small {
  color: #7d879c;
}
div.cartz-template .navbar-light .navbar-tool:hover .navbar-tool-text {
  color: #2b3445;
}
div.cartz-template .navbar-light .navbar-mega-nav::after {
  background-color: #e3e9ef;
}
div.cartz-template .navbar-dark .nav-link > i {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: rgba(255, 255, 255, 0.5);
}
div.cartz-template .navbar-dark .nav-item {
  background-color: rgba(255, 255, 255, 0.05);
}
div.cartz-template .navbar-dark .nav-item:hover .nav-link:not(.disabled) {
  color: #fff;
}
div.cartz-template .navbar-dark .nav-item.active .nav-link:not(.disabled) > i, div.cartz-template .navbar-dark .nav-item.show .nav-link:not(.disabled) > i, div.cartz-template .navbar-dark .nav-item.dropdown .nav-link:focus:not(.disabled) > i, div.cartz-template .navbar-dark .nav-item.active .nav-link:not(.disabled), div.cartz-template .navbar-dark .nav-item.show .nav-link:not(.disabled), div.cartz-template .navbar-dark .nav-item.dropdown .nav-link:focus:not(.disabled) {
  color: #fff;
}
div.cartz-template .navbar-dark .navbar-tool-icon-box {
  color: #fff;
}
div.cartz-template .navbar-dark .navbar-tool-icon-box.bg-secondary {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
div.cartz-template .navbar-dark .navbar-tool-text {
  color: #fff;
}
div.cartz-template .navbar-dark .navbar-tool-text > small, div.cartz-template .navbar-dark .navbar-tool-text > .small {
  color: rgba(255, 255, 255, 0.5);
}
div.cartz-template .navbar-dark .navbar-tool:hover .navbar-tool-text {
  color: #fff;
}
div.cartz-template .navbar-dark .navbar-mega-nav::after {
  background-color: rgba(255, 255, 255, 0.12);
}
div.cartz-template .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0;
  font-size: 0.875rem;
}
div.cartz-template .topbar > .container,
div.cartz-template .topbar > .container-fluid,
div.cartz-template .topbar > .container-sm,
div.cartz-template .topbar > .container-md,
div.cartz-template .topbar > .container-lg,
div.cartz-template .topbar > .container-xl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.cartz-template .topbar .topbar-text,
div.cartz-template .topbar .topbar-link {
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none !important;
}
div.cartz-template .topbar .topbar-text > i,
div.cartz-template .topbar .topbar-link > i {
  margin-right: 0.375rem;
  font-size: 1.15em;
  vertical-align: middle;
}
div.cartz-template .topbar .tns-carousel [data-controls] {
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  transition: color 0.2s ease-in-out;
  border: 0;
  background: 0;
  font-size: 0.9555rem;
  line-height: 2rem;
}
div.cartz-template .topbar .tns-carousel [data-controls=prev] {
  left: -2.2rem;
}
div.cartz-template .topbar .tns-carousel [data-controls=next] {
  right: -2.2rem;
}
@-moz-document url-prefix() {
  div.cartz-template .topbar .tns-carousel [data-controls] {
    margin-top: -0.875rem;
  }
}
div.cartz-template .topbar-light .topbar-text,
div.cartz-template .topbar-light .topbar-link {
  color: rgba(75, 86, 107, 0.9);
}
div.cartz-template .topbar-light .topbar-text > i,
div.cartz-template .topbar-light .topbar-link > i {
  color: var(--cz-primary);
}
div.cartz-template .topbar-light .topbar-text.text-muted,
div.cartz-template .topbar-light .topbar-text > .text-muted,
div.cartz-template .topbar-light .topbar-link.text-muted,
div.cartz-template .topbar-light .topbar-link > .text-muted {
  color: rgba(125, 135, 156, 0.9) !important;
}
div.cartz-template .topbar-light .topbar-link:hover {
  color: #373f50;
}
div.cartz-template .topbar-light .topbar-link.active {
  color: #373f50;
}
div.cartz-template .topbar-light .show .topbar-link {
  color: #373f50;
}
div.cartz-template .topbar-light .tns-carousel [data-controls] {
  color: rgba(75, 86, 107, 0.9);
}
div.cartz-template .topbar-light .tns-carousel [data-controls]:hover {
  color: #373f50;
}
div.cartz-template .topbar-dark .topbar-text,
div.cartz-template .topbar-dark .topbar-link {
  color: rgba(255, 255, 255, 0.65);
}
div.cartz-template .topbar-dark .topbar-text > i,
div.cartz-template .topbar-dark .topbar-link > i {
  color: var(--cz-primary);
}
div.cartz-template .topbar-dark .topbar-text.text-muted,
div.cartz-template .topbar-dark .topbar-text > .text-muted,
div.cartz-template .topbar-dark .topbar-link.text-muted,
div.cartz-template .topbar-dark .topbar-link > .text-muted {
  color: rgba(255, 255, 255, 0.45) !important;
}
div.cartz-template .topbar-dark .topbar-link:hover {
  color: #fff;
}
div.cartz-template .topbar-dark .topbar-link.active {
  color: #fff;
}
div.cartz-template .topbar-dark .show .topbar-link {
  color: #fff;
}
div.cartz-template .topbar-dark .tns-carousel [data-controls] {
  color: rgba(255, 255, 255, 0.65);
}
div.cartz-template .topbar-dark .tns-carousel [data-controls]:hover {
  color: #fff;
}
div.cartz-template .accordion-button {
  font-weight: 500;
}
div.cartz-template .accordion-button::after {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background-position: center;
  background-color: #f3f5f9;
}
div.cartz-template .accordion-button:focus {
  box-shadow: none;
}
div.cartz-template .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 #dde4eb;
}
div.cartz-template .breadcrumb-item::before {
  margin-top: 0.0625rem;
  font-family: "cartzilla-icons";
  font-size: 0.9em;
  vertical-align: middle;
}
div.cartz-template .breadcrumb-item > a {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #4b566b;
}
div.cartz-template .breadcrumb-item > a:hover {
  color: var(--cz-primary);
}
div.cartz-template .breadcrumb-item > a > i {
  margin-top: -0.175rem;
  margin-right: 0.375rem;
  font-size: 1.05em;
  vertical-align: middle;
}
div.cartz-template .breadcrumb-item.active {
  cursor: default;
}
div.cartz-template .breadcrumb-light .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
div.cartz-template .breadcrumb-light .breadcrumb-item > a {
  color: #fff;
}
div.cartz-template .breadcrumb-light .breadcrumb-item > a:hover {
  color: #fff;
}
div.cartz-template .breadcrumb-light .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}
div.cartz-template .pagination {
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
div.cartz-template .page-link {
  position: relative;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
div.cartz-template .page-link:focus, div.cartz-template .page-link:hover {
  color: #4b566b;
}
div.cartz-template .page-link.page-link-static:hover {
  border-color: transparent;
  background-color: transparent;
  color: #4b566b;
}
div.cartz-template .page-link > i {
  margin-top: -0.125rem;
  vertical-align: middle;
}
div.cartz-template .page-item {
  margin: 0.15rem;
}
div.cartz-template .page-item.active {
  position: relative;
  z-index: 5;
  cursor: default;
}
div.cartz-template .page-item.active > .page-link {
  box-shadow: 0 0.5rem 1.125rem -0.425rem rgba(var(--cz-primary-rgb), 0.9);
}
div.cartz-template .pagination .page-link {
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
}
div.cartz-template .pagination-sm .page-link {
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}
div.cartz-template .pagination-lg .page-link {
  border-radius: 0.4375rem;
  font-size: 1rem;
}
div.cartz-template .entry-navigation {
  display: flex;
  border: 1px solid #e3e9ef;
  border-radius: 0.4375rem;
  background-color: #fff;
}
div.cartz-template .entry-navigation-link {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 1.25rem 0.75rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border-right: 1px solid #e3e9ef;
  color: #4b566b;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}
div.cartz-template .entry-navigation-link:last-child {
  border-right: 0;
}
div.cartz-template .entry-navigation-link > i {
  margin-top: -0.1875rem;
  vertical-align: middle;
}
div.cartz-template .entry-navigation-link:hover {
  color: var(--cz-primary);
  text-decoration: none;
}
div.cartz-template .badge.bg-secondary,
div.cartz-template .badge.bg-light {
  color: #373f50;
}
div.cartz-template .bg-primary.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(199, 28, 45, 0.9);
}
div.cartz-template .bg-accent.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(58, 97, 164, 0.9);
}
div.cartz-template .bg-secondary.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 245, 249, 0.9);
}
div.cartz-template .bg-success.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(66, 214, 151, 0.9);
}
div.cartz-template .bg-info.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(105, 179, 254, 0.9);
}
div.cartz-template .bg-warning.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(254, 165, 105, 0.9);
}
div.cartz-template .bg-danger.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(243, 71, 112, 0.9);
}
div.cartz-template .bg-light.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(255, 255, 255, 0.9);
}
div.cartz-template .bg-dark.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(55, 63, 80, 0.9);
}
div.cartz-template .bg-secondary.badge-shadow,
div.cartz-template .bg-light.badge-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.275rem rgba(0, 0, 0, 0.25);
}
div.cartz-template .alert-secondary {
  border-color: #e3e9ef;
  background-color: #f6f9fc;
}
div.cartz-template .alert-secondary,
div.cartz-template .alert-light {
  color: #4b566b;
}
div.cartz-template .alert-secondary .alert-link,
div.cartz-template .alert-light .alert-link {
  color: #2b3445;
}
div.cartz-template .alert-dark {
  border-color: #373f50;
  background-color: #373f50;
  color: #fff;
}
div.cartz-template .alert-dark .alert-link {
  color: #fff;
}
div.cartz-template .alert [class^=ci-], div.cartz-template .alert [class*=" ci-"] {
  margin-top: 0.1875rem;
}
div.cartz-template .alert hr {
  color: rgba(0, 0, 0, 0.1);
}
div.cartz-template .alert-link {
  text-decoration: underline;
}
div.cartz-template .alert-link:hover {
  text-decoration: none;
}
div.cartz-template .alert-icon {
  display: flex;
  align-items: center;
  margin-top: -0.75rem;
  margin-right: 1.125rem;
  margin-bottom: -0.75rem;
  margin-left: -1.125rem;
  padding: 0.75em;
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
  font-size: 1.125rem;
}
div.cartz-template .alert-primary .alert-icon {
  background-color: rgba(199, 28, 45, 0.1);
}
div.cartz-template .alert-accent .alert-icon {
  background-color: rgba(58, 97, 164, 0.1);
}
div.cartz-template .alert-secondary .alert-icon {
  background-color: rgba(243, 245, 249, 0.1);
}
div.cartz-template .alert-success .alert-icon {
  background-color: rgba(66, 214, 151, 0.1);
}
div.cartz-template .alert-info .alert-icon {
  background-color: rgba(105, 179, 254, 0.1);
}
div.cartz-template .alert-warning .alert-icon {
  background-color: rgba(254, 165, 105, 0.1);
}
div.cartz-template .alert-danger .alert-icon {
  background-color: rgba(243, 71, 112, 0.1);
}
div.cartz-template .alert-light .alert-icon {
  background-color: rgba(255, 255, 255, 0.1);
}
div.cartz-template .alert-dark .alert-icon {
  background-color: rgba(55, 63, 80, 0.1);
}
div.cartz-template .alert-secondary .alert-icon {
  background-color: #e3e9ef;
}
div.cartz-template .alert-light .alert-icon {
  background-color: #f3f5f9;
}
div.cartz-template .alert-dismissible .btn-close {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
div.cartz-template .list-group-item-action {
  transition: all 0.2s ease-in-out;
}
div.cartz-template .list-group-item-action:active {
  transition: none;
}
div.cartz-template .list-group-item.active {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(var(--cz-primary-rgb), 0.9);
}
div.cartz-template .list-group-item-action.list-group-item-primary:hover, div.cartz-template .list-group-item-action.list-group-item-primary:active, div.cartz-template .list-group-item-action.list-group-item-primary:focus {
  background-color: rgba(199, 28, 45, 0.2);
}
div.cartz-template .list-group-item-primary.active {
  background-color: #c71c2d !important;
  border-color: #c71c2d;
  box-shadow: none;
}
div.cartz-template .list-group-item-action.list-group-item-accent:hover, div.cartz-template .list-group-item-action.list-group-item-accent:active, div.cartz-template .list-group-item-action.list-group-item-accent:focus {
  background-color: rgba(58, 97, 164, 0.2);
}
div.cartz-template .list-group-item-accent.active {
  background-color: #3a61a4 !important;
  border-color: #3a61a4;
  box-shadow: none;
}
div.cartz-template .list-group-item-action.list-group-item-secondary:hover, div.cartz-template .list-group-item-action.list-group-item-secondary:active, div.cartz-template .list-group-item-action.list-group-item-secondary:focus {
  background-color: rgba(243, 245, 249, 0.2);
}
div.cartz-template .list-group-item-secondary.active {
  background-color: #f3f5f9 !important;
  border-color: #f3f5f9;
  box-shadow: none;
}
div.cartz-template .list-group-item-action.list-group-item-success:hover, div.cartz-template .list-group-item-action.list-group-item-success:active, div.cartz-template .list-group-item-action.list-group-item-success:focus {
  background-color: rgba(66, 214, 151, 0.2);
}
div.cartz-template .list-group-item-success.active {
  background-color: #42d697 !important;
  border-color: #42d697;
  box-shadow: none;
}
div.cartz-template .list-group-item-action.list-group-item-info:hover, div.cartz-template .list-group-item-action.list-group-item-info:active, div.cartz-template .list-group-item-action.list-group-item-info:focus {
  background-color: rgba(105, 179, 254, 0.2);
}
div.cartz-template .list-group-item-info.active {
  background-color: #69b3fe !important;
  border-color: #69b3fe;
  box-shadow: none;
}
div.cartz-template .list-group-item-action.list-group-item-warning:hover, div.cartz-template .list-group-item-action.list-group-item-warning:active, div.cartz-template .list-group-item-action.list-group-item-warning:focus {
  background-color: rgba(254, 165, 105, 0.2);
}
div.cartz-template .list-group-item-warning.active {
  background-color: #fea569 !important;
  border-color: #fea569;
  box-shadow: none;
}
div.cartz-template .list-group-item-action.list-group-item-danger:hover, div.cartz-template .list-group-item-action.list-group-item-danger:active, div.cartz-template .list-group-item-action.list-group-item-danger:focus {
  background-color: rgba(243, 71, 112, 0.2);
}
div.cartz-template .list-group-item-danger.active {
  background-color: #f34770 !important;
  border-color: #f34770;
  box-shadow: none;
}
div.cartz-template .list-group-item-action.list-group-item-light:hover, div.cartz-template .list-group-item-action.list-group-item-light:active, div.cartz-template .list-group-item-action.list-group-item-light:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
div.cartz-template .list-group-item-light.active {
  background-color: #fff !important;
  border-color: #fff;
  box-shadow: none;
}
div.cartz-template .list-group-item-action.list-group-item-dark:hover, div.cartz-template .list-group-item-action.list-group-item-dark:active, div.cartz-template .list-group-item-action.list-group-item-dark:focus {
  background-color: rgba(55, 63, 80, 0.2);
}
div.cartz-template .list-group-item-dark.active {
  background-color: #373f50 !important;
  border-color: #373f50;
  box-shadow: none;
}
div.cartz-template .list-group-item-secondary,
div.cartz-template .list-group-item-light {
  color: #4b566b !important;
}
div.cartz-template .list-group-item-secondary {
  background-color: #f6f9fc !important;
}
div.cartz-template .list-group-item-light {
  background-color: #fff !important;
}
div.cartz-template .btn-close {
  transition: opacity 0.15s ease-in-out;
}
div.cartz-template .toast-header [class*=ci-] {
  font-size: 1.25em;
}
div.cartz-template .toast-header:not([class*=bg-]) {
  border-bottom: 1px solid rgba(227, 233, 239, 0.75);
}
div.cartz-template .popover-header {
  font-size: 0.9375rem;
}
div.cartz-template .popover.bs-popover-bottom .popover-arrow::after, div.cartz-template .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
  border-bottom-color: #f6f9fc;
}
div.cartz-template .modal-quick-view .modal-dialog {
  max-width: 1140px !important;
}
@media (min-width: 500px) {
  div.cartz-template .modal-quick-view {
    padding-left: 1rem;
  }
}
div.cartz-template .tns-carousel {
  position: relative;
}
div.cartz-template .tns-carousel .tns-carousel-inner {
  position: relative;
  display: flex;
  overflow: hidden;
  touch-action: manipulation;
  opacity: 0;
}
div.cartz-template .tns-carousel .tns-carousel-inner:active {
  cursor: -webkit-grab;
  cursor: grab;
}
div.cartz-template .tns-carousel .tns-carousel-inner.tns-slider {
  display: block;
  opacity: 1;
}
div.cartz-template .tns-carousel .tns-carousel-inner > * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.cartz-template .tns-carousel .tns-controls:focus {
  outline: none;
}
div.cartz-template .tns-carousel [data-controls] {
  position: absolute;
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: -1.375rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.8085rem;
  line-height: 2.625rem;
  text-align: center;
  z-index: 10;
}
div.cartz-template .tns-carousel [data-controls][disabled] {
  opacity: 0 !important;
}
div.cartz-template .tns-carousel [data-controls=prev] {
  left: 1.75rem;
}
div.cartz-template .tns-carousel [data-controls=next] {
  right: 1.75rem;
}
div.cartz-template .tns-carousel.tns-controls-lg [data-controls] {
  width: 3.25rem;
  height: 3.25rem;
  margin-top: -1.625rem;
  font-size: 0.9555rem;
  line-height: 3.125rem;
}
div.cartz-template .tns-carousel.tns-controls-sm [data-controls] {
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -1.125rem;
  font-size: 0.6615rem;
  line-height: 2.125rem;
}
div.cartz-template .tns-carousel:not(.tns-controls-static) [data-controls] {
  opacity: 0;
}
div.cartz-template .tns-carousel:not(.tns-controls-static) [data-controls=prev] {
  transform: translateX(1rem);
}
div.cartz-template .tns-carousel:not(.tns-controls-static) [data-controls=next] {
  transform: translateX(-1rem);
}
div.cartz-template .tns-carousel:not(.tns-controls-static):hover [data-controls] {
  transform: none;
  opacity: 1;
}
div.cartz-template .tns-carousel.tns-controls-outside {
  padding: 0 1.375rem;
}
div.cartz-template .tns-carousel.tns-controls-outside [data-controls=prev] {
  left: 0;
}
div.cartz-template .tns-carousel.tns-controls-outside [data-controls=next] {
  right: 0;
}
div.cartz-template .tns-carousel.tns-controls-outside.tns-controls-lg {
  padding: 0 1.625rem;
}
div.cartz-template .tns-carousel.tns-controls-outside.tns-controls-sm {
  padding: 0 1.125rem;
}
div.cartz-template .tns-carousel.tns-nav-enabled:not(.tns-nav-inside) [data-controls] {
  margin-top: -3.0625rem;
}
div.cartz-template .tns-carousel.tns-nav-enabled:not(.tns-nav-inside).tns-controls-lg [data-controls] {
  margin-top: -3.3125rem;
}
div.cartz-template .tns-carousel.tns-nav-enabled:not(.tns-nav-inside).tns-controls-sm [data-controls] {
  margin-top: -2.8125rem;
}
div.cartz-template .tns-carousel .tns-nav {
  padding-top: 0.875rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
div.cartz-template .tns-carousel.tns-nav-start .tns-nav {
  text-align: left;
}
div.cartz-template .tns-carousel.tns-nav-end .tns-nav {
  text-align: right;
}
div.cartz-template .tns-carousel [data-nav] {
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  margin: 0 0.375rem;
  padding: 0;
  transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border: 0;
  border-radius: 0.15625rem;
  background-color: #b6bcc5;
}
div.cartz-template .tns-carousel [data-nav]:focus {
  outline: none;
}
div.cartz-template .tns-carousel [data-nav].tns-nav-active {
  width: 1.25rem;
  background-color: var(--cz-primary);
}
div.cartz-template .tns-carousel.tns-nav-light [data-nav] {
  background-color: #fff;
}
div.cartz-template .tns-carousel.tns-nav-inside .tns-nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
div.cartz-template .tns-carousel-controls {
  white-space: nowrap;
}
div.cartz-template .tns-carousel-controls button {
  display: none;
}
div.cartz-template .tns-carousel-controls:focus {
  outline: none;
}
div.cartz-template .tns-carousel-controls [data-controls] {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0.0625rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.6615rem;
  line-height: 2.125rem;
  text-align: center;
  z-index: 10;
}
div.cartz-template .tns-carousel-controls [data-controls][disabled] {
  opacity: 0 !important;
}
div.cartz-template .tns-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
div.cartz-template .tns-item .from-top, div.cartz-template .tns-item .from-bottom,
div.cartz-template .tns-item .from-start, div.cartz-template .tns-item .from-end,
div.cartz-template .tns-item .scale-up, div.cartz-template .tns-item .scale-down {
  transition: all 0.45s 0.3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.cartz-template .tns-item .from-top {
  transform: translateY(-45px);
}
div.cartz-template .tns-item .from-bottom {
  transform: translateY(45px);
}
div.cartz-template .tns-item .from-start {
  transform: translateX(-45px);
}
div.cartz-template .tns-item .from-end {
  transform: translateX(45px);
}
div.cartz-template .tns-item .scale-up {
  transform: scale(0.8);
}
div.cartz-template .tns-item .scale-down {
  transform: scale(1.2);
}
div.cartz-template .tns-item .delay-1 {
  transition-delay: 0.5s;
}
div.cartz-template .tns-item .delay-2 {
  transition-delay: 0.7s;
}
div.cartz-template .tns-item .delay-3 {
  transition-delay: 0.9s;
}
div.cartz-template .tns-item .delay-4 {
  transition-delay: 1.1s;
}
div.cartz-template .tns-item.tns-slide-active .from-top, div.cartz-template .tns-item.tns-slide-active .from-bottom {
  transform: translateY(0);
  opacity: 1;
}
div.cartz-template .tns-item.tns-slide-active .from-start, div.cartz-template .tns-item.tns-slide-active .from-end {
  transform: translateX(0);
  opacity: 1;
}
div.cartz-template .tns-item.tns-slide-active .scale-up, div.cartz-template .tns-item.tns-slide-active .scale-down {
  transform: scale(1);
  opacity: 1;
}
div.cartz-template .gallery-item {
  display: block;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
div.cartz-template .gallery-item > img {
  display: block;
  width: 100%;
}
div.cartz-template .gallery-item::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(43, 52, 69, 0.5);
  content: "";
  opacity: 0;
  z-index: 1;
}
div.cartz-template .gallery-item::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.875rem;
  height: 2.875rem;
  margin-top: -1.4375rem;
  margin-left: -1.4375rem;
  transform: scale(0.3);
  color: #fff;
  font-family: "cartzilla-icons";
  font-size: 1.75rem;
  text-align: center;
  line-height: 2.875rem;
  content: "\e900";
  z-index: 5;
}
div.cartz-template .gallery-item .gallery-item-caption {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 0.5rem;
  transform: translateY(0.5rem);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  z-index: 5;
}
div.cartz-template .gallery-item::after,
div.cartz-template .gallery-item .gallery-item-caption {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
div.cartz-template .gallery-item:hover::before, div.cartz-template .gallery-item:hover::after,
div.cartz-template .gallery-item:hover .gallery-item-caption {
  transform: none;
  opacity: 1;
}
div.cartz-template .gallery-item.video-item::after {
  transform: none;
  border-radius: 50%;
  background-color: #fff;
  color: #4b566b;
  font-size: 0.675rem;
  font-weight: 700;
  opacity: 1;
  box-shadow: 0 0.375rem 1rem -0.25rem rgba(0, 0, 0, 0.2);
  content: "\e969";
}
div.cartz-template .lg-backdrop {
  z-index: 1100;
}
div.cartz-template .lg-outer {
  z-index: 1110;
}
div.cartz-template .lg-on {
  overflow: hidden;
}
div.cartz-template .lg-item:focus, div.cartz-template .lg:focus, div.cartz-template .lg-outer:focus,
div.cartz-template .lg-inner:focus {
  outline: none;
}
div.cartz-template .steps {
  display: flex;
  width: 100%;
}
div.cartz-template .step-item {
  flex-basis: 0;
  flex-grow: 1;
  transition: color 0.25s ease-in-out;
  text-align: center;
  text-decoration: none !important;
}
div.cartz-template .step-item:first-child .step-progress {
  border-radius: 0.125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.cartz-template .step-item:last-child .step-progress {
  border-radius: 0.125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.cartz-template .step-progress {
  position: relative;
  width: 100%;
  height: 0.25rem;
}
div.cartz-template .step-count {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: -0.8125rem;
  border-radius: 50%;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
div.cartz-template .step-label {
  padding-top: 1.5625rem;
}
div.cartz-template .step-label > i {
  margin-top: -0.25rem;
  margin-right: 0.425rem;
  font-size: 1.2em;
  vertical-align: middle;
}
@media (max-width: 499.98px) {
  div.cartz-template .step-label {
    font-size: 0.75rem;
  }
  div.cartz-template .step-label > i {
    display: none;
  }
}
div.cartz-template .steps-dark .step-item {
  color: #7d879c;
}
div.cartz-template .steps-dark .step-count,
div.cartz-template .steps-dark .step-progress {
  color: #4b566b;
  background-color: #f3f5f9;
}
div.cartz-template .steps-dark .step-item:hover {
  color: #4b566b;
}
div.cartz-template .steps-dark .step-item.active.current {
  color: #373f50;
  pointer-events: none;
}
div.cartz-template .steps-dark .step-item.active .step-count,
div.cartz-template .steps-dark .step-item.active .step-progress {
  color: #fff;
  background-color: var(--cz-primary);
}
div.cartz-template .steps-light .step-item {
  color: rgba(255, 255, 255, 0.55);
}
div.cartz-template .steps-light .step-count,
div.cartz-template .steps-light .step-progress {
  color: #fff;
  background-color: #485268;
}
div.cartz-template .steps-light .step-item:hover {
  color: rgba(255, 255, 255, 0.8);
}
div.cartz-template .steps-light .step-item.active.current {
  color: #fff;
  pointer-events: none;
}
div.cartz-template .steps-light .step-item.active .step-count,
div.cartz-template .steps-light .step-item.active .step-progress {
  color: #fff;
  background-color: var(--cz-primary);
}
div.cartz-template .testimonial {
  margin-bottom: 0;
  padding-top: 0.75rem;
}
div.cartz-template .testimonial .card-body {
  padding-top: 2.625rem;
}
div.cartz-template .testimonial .testimonial-mark {
  position: absolute;
  top: -0.75rem;
  left: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  background-color: var(--cz-primary);
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 0.5rem 0.575rem -0.25rem rgba(var(--cz-primary), 0.75);
  z-index: 5;
}
div.cartz-template .testimonial .testimonial-mark::before {
  content: "''";
}
div.cartz-template .countdown {
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
}
div.cartz-template .countdown .countdown-value {
  font-weight: 500;
}
div.cartz-template .countdown .countdown-label {
  margin-left: 0.125rem;
  font-size: 65%;
}
div.cartz-template .countdown .countdown-days,
div.cartz-template .countdown .countdown-hours,
div.cartz-template .countdown .countdown-minutes,
div.cartz-template .countdown .countdown-seconds {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
div.cartz-template .countdown .countdown-seconds {
  margin-right: 0;
}
div.cartz-template .ct-line {
  stroke: var(--cz-accent) !important;
  stroke-width: 0.125rem;
}
div.cartz-template .ct-point {
  stroke: var(--cz-accent) !important;
  stroke-width: 0.625rem;
}
div.cartz-template .ct-bar {
  stroke: var(--cz-accent) !important;
  stroke-width: 0.625rem;
}
div.cartz-template .ct-chart-pie .ct-label {
  fill: #fff;
  font-size: 1rem;
}
div.cartz-template .widget .tns-carousel .tns-nav {
  padding-top: 0.5rem;
}
div.cartz-template .widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.cartz-template .widget-list[data-simplebar] {
  overflow-x: hidden;
}
div.cartz-template .widget-title {
  margin-bottom: 1.125rem;
  font-size: 1.0625rem;
  font-weight: 500;
}
div.cartz-template .widget-categories .accordion-item {
  border: 0;
  border-radius: 0;
}
div.cartz-template .widget-categories .accordion-body {
  padding: 0.625rem 0;
}
div.cartz-template .widget-categories .accordion-button {
  padding: 0.444rem 0;
  font-size: 0.9375rem;
  font-weight: normal;
  color: var(--cz-primary);
  box-shadow: none;
}
div.cartz-template .widget-categories .accordion-button::after {
  width: 1.375rem;
  height: 1.375rem;
  padding-top: 0.0625rem;
  background-image: none;
  background-color: rgba(var(--cz-primary-rgb), 0.1);
  font-family: "cartzilla-icons";
  font-size: 0.5rem;
  font-weight: bold;
  content: "\e906";
  text-align: center;
  line-height: 1.375rem;
}
div.cartz-template .widget-categories .accordion-button.collapsed {
  color: #4b566b;
}
div.cartz-template .widget-categories .accordion-button.collapsed::after {
  background-color: #f3f5f9;
}
div.cartz-template .widget-categories .accordion-button:hover {
  color: var(--cz-primary);
}
div.cartz-template .widget-categories .accordion-button:hover::after {
  background-color: rgba(var(--cz-primary-rgb), 0.1);
}
div.cartz-template .widget-categories .widget-list-item {
  margin-bottom: 0.375rem;
  padding-left: 0.75rem;
}
div.cartz-template .widget-categories .widget-list:not([data-simplebar]) {
  border-right: 2px solid #e3e9ef;
}
div.cartz-template .widget-categories .widget-list:not([data-simplebar]) .widget-list-item {
  padding-right: 1rem;
}
div.cartz-template .widget-categories .widget-list:not([data-simplebar]) .widget-list-item .widget-list:not([data-simplebar]) {
  border-right: 0;
}
div.cartz-template .widget-list-item {
  margin-bottom: 0.5rem;
}
div.cartz-template .widget-list-item:last-child {
  margin-bottom: 0;
}
div.cartz-template .widget-list-link {
  display: block;
  transition: color 0.25s ease-in-out;
  color: #4b566b;
  font-size: 0.875rem;
  font-weight: normal;
}
div.cartz-template .widget-list-link:hover {
  color: var(--cz-primary);
}
div.cartz-template .active > .widget-list-link {
  color: var(--cz-primary);
}
div.cartz-template .widget-light .widget-list-link {
  color: rgba(255, 255, 255, 0.65);
}
div.cartz-template .widget-light .widget-list-link:hover {
  color: #fff;
}
div.cartz-template .widget-light .active > .widget-list-link {
  color: #fff;
}
div.cartz-template .widget-product-title {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}
div.cartz-template .widget-product-title > a {
  color: #373f50;
}
div.cartz-template .widget-product-title:hover > a {
  color: var(--cz-primary);
}
div.cartz-template .widget-product-meta {
  font-size: 0.875rem;
}
div.cartz-template .widget-cart-item {
  position: relative;
}
div.cartz-template .widget-cart-item .btn-close {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  padding: 0;
  transform: translateY(-50%);
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
  background: none;
  font-size: 1.5rem;
  font-weight: 300;
  visibility: hidden;
  opacity: 0;
}
div.cartz-template .widget-cart-item > .d-flex {
  transition: all 0.25s ease-in-out;
}
div.cartz-template .widget-cart-item:hover > .d-flex {
  transform: translateX(1.125rem);
}
div.cartz-template .widget-cart-item:hover .btn-close {
  visibility: visible;
  opacity: 1;
}
div.cartz-template .btn-tag {
  display: inline-block;
  padding: 0.375rem 0.5625rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 0.25rem;
  color: #4b566b;
  font-size: 0.75rem;
  white-space: nowrap;
}
div.cartz-template .btn-tag:hover {
  border-color: #e3e9ef;
  background-color: #f3f5f9;
  color: #4b566b;
}
div.cartz-template .btn-tag.active {
  border-color: var(--cz-primary);
  background-color: var(--cz-primary);
  color: #fff;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(var(--cz-primary-rgb), 0.9);
  pointer-events: none;
  cursor: default;
}
div.cartz-template .range-slider-ui {
  height: 0.1875rem;
  margin: 3.5rem 0;
  border: 0;
  background-color: #eceff6;
  box-shadow: none;
}
div.cartz-template .range-slider-ui .noUi-connect {
  background-color: var(--cz-primary);
}
div.cartz-template .range-slider-ui .noUi-handle {
  top: 50%;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: -0.6875rem;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.5625rem -0.125rem rgba(0, 0, 0, 0.25);
}
div.cartz-template .range-slider-ui .noUi-handle::before, div.cartz-template .range-slider-ui .noUi-handle::after {
  display: none;
}
div.cartz-template .range-slider-ui .noUi-handle:focus {
  outline: none;
}
div.cartz-template .range-slider-ui .noUi-marker-normal {
  display: none;
}
div.cartz-template .range-slider-ui .noUi-marker-horizontal.noUi-marker {
  width: 1px;
  background-color: #d0dae4;
}
div.cartz-template .range-slider-ui .noUi-marker-horizontal.noUi-marker-large {
  height: 0.75rem;
}
div.cartz-template .range-slider-ui .noUi-value {
  padding-top: 0.125rem;
  color: #4b566b;
  font-size: 0.8125rem;
}
div.cartz-template .range-slider-ui .noUi-tooltip {
  padding: 0.25rem 0.5rem;
  border: 0;
  background-color: #373f50;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0.25rem;
}
div.cartz-template html:not([dir=rtl]) .range-slider-ui.noUi-horizontal .noUi-handle {
  right: -0.6875rem;
}
div.cartz-template .product-card {
  padding-bottom: 1.25rem;
  border: 0;
  transition: all 0.15s ease-in-out;
}
div.cartz-template .product-card .product-card-actions,
div.cartz-template .product-card > .btn-wishlist,
div.cartz-template .product-card .badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 5;
}
div.cartz-template .product-card .product-card-actions .btn-action {
  padding: 0.5rem;
  transition: all 0.15s ease-in-out;
  border-radius: 0.25rem;
  background-color: #fff;
  font-size: 0.8125rem;
  visibility: hidden;
  opacity: 0;
}
div.cartz-template .product-card .badge {
  right: auto;
  left: 0.75rem;
}
div.cartz-template .product-card .badge.badge-end {
  right: 0.75rem;
  left: auto;
}
div.cartz-template .product-card .card-body {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
div.cartz-template .product-card .card-body-hidden {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: -1.25rem;
  transition: all 0.15s ease-in-out;
  border-radius: 0.4375rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
@media (min-width: 500px) {
  div.cartz-template .product-card {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  div.cartz-template .product-card:hover:not(.card-static) {
    border-color: #fff !important;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  div.cartz-template .product-card:hover:not(.card-static) .product-card-actions .btn-action {
    opacity: 1;
    visibility: visible;
  }
  div.cartz-template .product-card:hover:not(.card-static) .card-body-hidden {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  }
}
div.cartz-template .product-list .product-list-thumb {
  border-radius: 0.4375rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 500px) {
  div.cartz-template .product-list .product-list-thumb {
    width: 15rem;
    border-radius: 0.4375rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  div.cartz-template .product-list .card-body-hidden {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  div.cartz-template .product-list:hover + .border-top {
    opacity: 0;
  }
}
div.cartz-template .product-card-alt {
  border: 0;
}
div.cartz-template .product-card-alt .card-body {
  padding: 1rem 0.625rem;
}
div.cartz-template .product-card-alt .product-thumb {
  position: relative;
  border-radius: 0.4375rem;
  overflow: hidden;
}
div.cartz-template .product-card-alt .product-thumb > img {
  display: block;
  width: 100%;
}
div.cartz-template .product-card-alt .product-thumb-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 52, 69, 0.5);
  z-index: 1;
}
div.cartz-template .product-card-alt .btn-wishlist {
  top: 0.75rem;
  right: 0.75rem;
  background-color: #fff;
  z-index: 5;
  visibility: hidden;
}
div.cartz-template .product-card-alt .badge {
  position: absolute;
  right: auto;
  left: 0.75rem;
  z-index: 5;
}
div.cartz-template .product-card-alt .product-card-actions {
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 5;
  visibility: hidden;
}
div.cartz-template .product-card-alt .product-thumb-overlay,
div.cartz-template .product-card-alt .btn-wishlist,
div.cartz-template .product-card-alt .product-card-actions {
  position: absolute;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
@media (min-width: 992px) {
  div.cartz-template .product-card-alt .product-thumb:hover .product-thumb-overlay,
  div.cartz-template .product-card-alt .product-thumb:hover .btn-wishlist,
  div.cartz-template .product-card-alt .product-thumb:hover .product-card-actions {
    visibility: visible;
    opacity: 1;
  }
}
div.cartz-template .product-title > a {
  transition: color 0.25s ease-in-out;
  color: #373f50;
  text-decoration: none !important;
}
div.cartz-template .product-title > a:hover {
  color: var(--cz-primary);
}
div.cartz-template .product-meta {
  transition: color 0.25s ease-in-out;
  color: #7d879c;
  text-decoration: none !important;
}
div.cartz-template .product-meta:hover {
  color: #4b566b;
}
div.cartz-template .product-floating-btn {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  z-index: 10;
}
div.cartz-template .product-card:hover .product-floating-btn {
  opacity: 1;
}
div.cartz-template .star-rating {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;
}
div.cartz-template .star-rating .star-rating-icon {
  display: inline-block;
  margin-right: 0.1875rem;
  color: #aeb4be;
  font-size: 0.75rem;
  vertical-align: middle;
}
div.cartz-template .star-rating .star-rating-icon.active {
  color: #fea569;
}
div.cartz-template .page-title-overlap {
  padding-bottom: 6.375rem;
}
div.cartz-template .page-title-overlap + * {
  margin-top: -4.875rem;
}
@media (max-width: 767.98px) {
  div.cartz-template .page-title-overlap {
    padding-bottom: 5.5rem;
  }
}
div.cartz-template .credit-card-wrapper {
  margin: 1.875rem -0.9375rem;
}
@media (max-width: 499.98px) {
  div.cartz-template .credit-card-wrapper .jp-card-container {
    width: 16.25rem !important;
  }
  div.cartz-template .credit-card-wrapper .jp-card {
    min-width: 15.625rem !important;
  }
}
@media (min-width: 992px) {
  div.cartz-template .product-details {
    width: 100%;
    max-width: 26rem;
    padding-top: 0.25rem;
  }
}
div.cartz-template .product-badge {
  position: absolute;
  top: 50%;
  right: -1.75rem;
  padding-top: 0.425rem;
  padding-left: 0.625rem;
  padding-right: 1rem;
  padding-bottom: 0.425rem;
  transform: translateY(-50%);
  border-radius: 0.3125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.8125rem;
}
div.cartz-template .product-badge::after {
  position: absolute;
  bottom: -0.475rem;
  right: 0.25rem;
  height: 0;
  width: 0;
  transform: rotate(-45deg);
  border: solid transparent;
  content: " ";
  pointer-events: none;
  border-width: 0.525rem;
}
div.cartz-template .product-badge > i {
  margin-top: -0.125rem;
  margin-right: 0.25rem;
  font-size: 1.2em;
  vertical-align: middle;
}
div.cartz-template .product-badge.product-available {
  background-color: #42d697;
  color: #fff;
}
div.cartz-template .product-badge.product-available::after {
  border-color: rgba(66, 214, 151, 0);
  border-bottom-color: #29bc7d;
}
div.cartz-template .product-badge.product-not-available {
  background-color: #f3f5f9;
  color: #4b566b;
}
div.cartz-template .product-badge.product-not-available::after {
  border-color: rgba(243, 245, 249, 0);
  border-bottom-color: #d8deeb;
}
@media (max-width: 991.98px) {
  div.cartz-template .product-badge {
    right: -0.75rem;
  }
}
div.cartz-template .modal .product-badge {
  right: -0.575rem;
}
div.cartz-template .product-gallery {
  display: flex;
}
div.cartz-template .product-gallery-thumblist {
  margin-left: -0.5rem;
}
div.cartz-template .product-gallery-thumblist-item {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  margin: 0.625rem;
  transition: border-color 0.2s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 0.3125rem;
  text-decoration: none !important;
  overflow: hidden;
}
div.cartz-template .product-gallery-thumblist-item > img {
  display: block;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.6;
}
div.cartz-template .product-gallery-thumblist-item .product-gallery-thumblist-item-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0.25rem;
  transform: translateY(-50%);
  color: #4b566b;
  font-size: 0.875rem;
  text-align: center;
}
div.cartz-template .product-gallery-thumblist-item .product-gallery-thumblist-item-text > i {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.5em;
}
div.cartz-template .product-gallery-thumblist-item:hover {
  border-color: #c9d5e0;
}
div.cartz-template .product-gallery-thumblist-item:hover > img {
  opacity: 1;
}
div.cartz-template .product-gallery-thumblist-item.active {
  border-color: var(--cz-primary);
}
div.cartz-template .product-gallery-thumblist-item.active > img {
  opacity: 1;
}
div.cartz-template .product-gallery-preview {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
}
@media (min-width: 500px) {
  div.cartz-template .product-gallery-preview {
    margin-left: 0.625rem;
  }
}
div.cartz-template .product-gallery-preview-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
div.cartz-template .product-gallery-preview-item > img {
  display: block;
  width: 100%;
}
div.cartz-template .product-gallery-preview-item.active {
  position: relative;
  opacity: 1;
  z-index: 10;
}
div.cartz-template .product-gallery-preview-item:hover {
  cursor: crosshair;
}
@media (max-width: 499.98px) {
  div.cartz-template .product-gallery {
    display: block;
  }
  div.cartz-template .product-gallery-thumblist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -1rem;
    margin-left: -1rem;
    padding-top: 1rem;
  }
  div.cartz-template .product-gallery-thumblist-item {
    margin: 0.3125rem;
  }
}
div.cartz-template .drift-zoom-pane {
  z-index: 1030;
}
div.cartz-template .blog-entry-title > a {
  color: #373f50;
  text-decoration: none !important;
  line-height: 1.3;
}
div.cartz-template .blog-entry-title > a:hover {
  color: var(--cz-primary);
}
div.cartz-template .blog-entry-thumb {
  display: block;
  position: relative;
  border-radius: 0.4375rem;
  overflow: hidden;
}
div.cartz-template .blog-entry-thumb > img {
  display: block;
  width: 100%;
}
div.cartz-template .blog-entry-thumb.video-item::before, div.cartz-template .blog-entry-thumb.video-item::after {
  display: none;
}
div.cartz-template .card > .blog-entry-thumb {
  border-radius: 0;
}
div.cartz-template .blog-entry-meta-link {
  display: inline-block;
  color: #7d879c !important;
  font-weight: normal;
}
div.cartz-template .blog-entry-meta-link > i {
  margin-top: -0.0625rem;
  margin-right: 0.375rem;
  vertical-align: middle;
}
div.cartz-template .blog-entry-meta-link:hover {
  color: #4b566b !important;
}
div.cartz-template .blog-entry-meta-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #4b566b;
  text-decoration: none !important;
  z-index: 5;
}
div.cartz-template .blog-entry-meta-label > i {
  margin-top: -0.0625rem;
  margin-right: 0.375rem;
  color: #7d879c;
  vertical-align: middle;
}
div.cartz-template .blog-entry-meta-divider {
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin: 0 1rem;
  background-color: #d9e1e9;
  vertical-align: middle;
}
div.cartz-template .blog-entry-author-ava {
  display: inline-block;
  width: 2rem !important;
  height: 2rem !important;
  margin-right: 0.5rem;
  padding: 0.125rem;
  border: 1px solid #e3e9ef;
  border-radius: 50%;
  vertical-align: middle;
}
div.cartz-template .blog-entry-author-ava > img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  div.cartz-template .blog-list {
    display: flex;
  }
  div.cartz-template .blog-list .blog-start-column {
    width: 37%;
    padding-right: 0.9375rem;
  }
  div.cartz-template .blog-list .blog-end-column {
    width: 63%;
    padding-left: 0.9375rem;
  }
}
div.cartz-template .featured-posts-carousel [data-controls] {
  margin-top: -2.75rem;
}
div.cartz-template .offcanvas {
  will-change: transform, box-shadow;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  box-shadow: none;
  visibility: visible !important;
}
div.cartz-template .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom):not(.offcanvas-top) {
  top: 0;
  left: 0;
  width: 20rem;
  border-right: 0 solid transparent;
  transform: translateX(-100%);
}
div.cartz-template .offcanvas.show {
  transform: none !important;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important;
}
div.cartz-template .offcanvas.rounded-3 {
  border-radius: 0 !important;
}
div.cartz-template .offcanvas-header,
div.cartz-template .offcanvas-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  padding: 1.25rem 1.5rem;
}
div.cartz-template .bg-dark .offcanvas-header,
div.cartz-template .bg-dark .offcanvas-footer {
  background-color: rgba(255, 255, 255, 0.05);
}
div.cartz-template .offcanvas-body {
  height: 100%;
}
div.cartz-template .offcanvas-body::-webkit-scrollbar {
  width: 0.1875rem;
  background-color: transparent;
  opacity: 0;
}
div.cartz-template .offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #aeb4be;
  border-radius: 0.09375rem;
}
div.cartz-template .offcanvas-body > .simplebar-track {
  display: block;
  background-color: transparent;
}
div.cartz-template .offcanvas-body .simplebar-vertical {
  margin-right: 0.1875rem;
}
div.cartz-template .offcanvas-expand .offcanvas-body .widget-links {
  margin-left: -1.5rem;
}
div.cartz-template .offcanvas-expand .offcanvas-body .widget-links .widget-title {
  padding-left: 1.5rem;
}
div.cartz-template .offcanvas-expand .offcanvas-body .widget-list-link {
  padding-left: 1.375rem;
  border-left: 0.125rem solid transparent;
}
div.cartz-template .offcanvas-expand .offcanvas-body .active > .widget-list-link {
  border-left-color: var(--cz-primary);
}
div.cartz-template .offcanvas-expand .offcanvas-body .widget-light .active > .widget-list-link {
  border-left-color: #fff;
}
div.cartz-template .sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025;
}
@media (min-width: 992px) {
  div.cartz-template .offcanvas-expand {
    transform: none !important;
    z-index: 1031;
  }
  div.cartz-template .offcanvas-expand.offcanvas-start, div.cartz-template .offcanvas-expand.offcanvas-end, div.cartz-template .offcanvas-expand.offcanvas-bottom {
    transform: none !important;
  }
  div.cartz-template .offcanvas-collapse {
    display: block;
    position: static;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    background-color: transparent;
  }
  div.cartz-template .offcanvas-collapse .offcanvas-header,
  div.cartz-template .offcanvas-collapse .offcanvas-footer {
    display: none;
  }
  div.cartz-template .offcanvas-collapse .offcanvas-body {
    padding: 0;
    overflow: initial;
  }
  div.cartz-template .offcanvas-collapse.rounded-3 {
    border-radius: 0.4375rem !important;
  }
  div.cartz-template .offcanvas-enabled {
    padding-left: 21.5rem;
  }
  div.cartz-template .offcanvas-enabled.offcanvas-end {
    padding-right: 21.5rem;
    padding-left: 0;
  }
}
div.cartz-template .handheld-toolbar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e3e9ef;
  background-color: #fff;
  box-shadow: -1.25rem 0 2rem 0 rgba(43, 52, 69, 0.15);
  z-index: 1026;
}
div.cartz-template .handheld-toolbar-item {
  padding: 0.5rem;
  padding-top: 0.125rem;
  border-left: 1px solid #e3e9ef;
  text-align: center;
}
div.cartz-template .handheld-toolbar-item:first-child {
  border-right: 0;
}
div.cartz-template .handheld-toolbar-item .badge {
  font-size: 0.625rem;
}
div.cartz-template .handheld-toolbar-icon {
  display: block;
  color: #4b566b;
  font-size: 1.25rem;
}
div.cartz-template .handheld-toolbar-icon > i, div.cartz-template .handheld-toolbar-icon > .badge {
  display: inline-block;
  vertical-align: middle;
}
div.cartz-template .handheld-toolbar-label {
  display: block;
  color: #7d879c;
  font-size: 0.6875rem;
}
@media (max-width: 991.98px) {
  div.cartz-template .handheld-toolbar-enabled .footer {
    padding-bottom: 3.5rem;
  }
  div.cartz-template .handheld-toolbar {
    display: block;
  }
  div.cartz-template .handheld-toolbar + .btn-scroll-top {
    bottom: 4.5rem;
  }
}
div.cartz-template .simplebar-track {
  transition: opacity 0.25s ease-in-out;
  background-color: #e9edf4;
  opacity: 0;
}
div.cartz-template .simplebar-track .simplebar-scrollbar {
  border-radius: 0.09375rem;
  background-color: #aeb4be;
}
div.cartz-template .simplebar-track .simplebar-scrollbar::before {
  display: none;
}
div.cartz-template .simplebar-track.simplebar-vertical {
  width: 0.1875rem !important;
}
div.cartz-template .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  right: 0;
  width: 0.1875rem;
}
div.cartz-template .simplebar-track.simplebar-horizontal {
  height: 0.1875rem !important;
}
div.cartz-template .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 0.1875rem !important;
}
div.cartz-template [data-simplebar] {
  overflow-y: auto;
}
div.cartz-template [data-simplebar]::-webkit-scrollbar {
  width: 0.1875rem;
  background-color: transparent;
  opacity: 0;
}
div.cartz-template [data-simplebar]::-webkit-scrollbar-thumb {
  background-color: #aeb4be;
  border-radius: 0.09375rem;
}
div.cartz-template [data-simplebar]:hover .simplebar-track {
  opacity: 1;
}
div.cartz-template [data-simplebar]:not(.offcanvas-body) {
  padding-right: 1rem !important;
}
div.cartz-template [data-simplebar-auto-hide=false] .simplebar-track {
  opacity: 1;
}
div.cartz-template .bg-dark .simplebar-track, div.cartz-template .bg-darker .simplebar-track, div.cartz-template .dropdown-menu-dark .simplebar-track {
  background-color: transparent;
}
div.cartz-template .bg-dark .simplebar-track .simplebar-scrollbar, div.cartz-template .bg-darker .simplebar-track .simplebar-scrollbar, div.cartz-template .dropdown-menu-dark .simplebar-track .simplebar-scrollbar {
  background-color: #58647d;
}
div.cartz-template .masonry-grid[data-columns] {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  overflow: hidden;
}
div.cartz-template .masonry-grid[data-columns]::after {
  display: block;
  clear: both;
  content: "";
}
div.cartz-template .masonry-grid[data-columns] .masonry-grid-item {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 1.875rem;
}
div.cartz-template .masonry-grid[data-columns="1"] .masonry-grid-item {
  width: 100%;
}
@media (min-width: 500px) {
  div.cartz-template .masonry-grid[data-columns="2"] .masonry-grid-item,
  div.cartz-template .masonry-grid[data-columns="3"] .masonry-grid-item,
  div.cartz-template .masonry-grid[data-columns="4"] .masonry-grid-item,
  div.cartz-template .masonry-grid[data-columns="5"] .masonry-grid-item,
  div.cartz-template .masonry-grid[data-columns="6"] .masonry-grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  div.cartz-template .masonry-grid[data-columns="3"] .masonry-grid-item,
  div.cartz-template .masonry-grid[data-columns="4"] .masonry-grid-item,
  div.cartz-template .masonry-grid[data-columns="5"] .masonry-grid-item,
  div.cartz-template .masonry-grid[data-columns="6"] .masonry-grid-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  div.cartz-template .masonry-grid[data-columns="4"] .masonry-grid-item,
  div.cartz-template .masonry-grid[data-columns="5"] .masonry-grid-item,
  div.cartz-template .masonry-grid[data-columns="6"] .masonry-grid-item {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  div.cartz-template .masonry-grid[data-columns="5"] .masonry-grid-item {
    width: 20%;
  }
  div.cartz-template .masonry-grid[data-columns="6"] .masonry-grid-item {
    width: 16.66%;
  }
}
div.cartz-template .date-picker[readonly] {
  background-color: #fff;
}
div.cartz-template .flatpickr-calendar {
  width: 325px;
  padding: 0 0.5rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  border: 0;
}
div.cartz-template .flatpickr-innerContainer {
  padding-bottom: 1.125rem;
}
div.cartz-template .flatpickr-months {
  padding: 0.75rem 0;
}
div.cartz-template .flatpickr-months svg {
  vertical-align: top;
}
div.cartz-template .flatpickr-months .flatpickr-prev-month,
div.cartz-template .flatpickr-months .flatpickr-next-month {
  top: 0.75rem;
}
div.cartz-template .flatpickr-months .flatpickr-prev-month:hover svg,
div.cartz-template .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #c71c2d;
}
div.cartz-template .flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.cartz-template .numInputWrapper:hover,
div.cartz-template .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: #f2f6fb;
}
div.cartz-template .flatpickr-day {
  height: 38px;
  border-radius: 0;
  border-radius: 0.3125rem;
  line-height: 37px;
}
div.cartz-template .flatpickr-day:hover:not(.flatpickr-disabled):not(.today):not(.selected) {
  border-color: #f2f6fb;
  background-color: #f2f6fb;
}
div.cartz-template .flatpickr-day.today {
  border-color: rgba(199, 28, 45, 0.5) !important;
  color: #c71c2d !important;
}
div.cartz-template .flatpickr-day.today.selected {
  color: #fff !important;
}
div.cartz-template .flatpickr-day.today:hover {
  background-color: transparent;
}
div.cartz-template .flatpickr-day.selected {
  border-color: #c71c2d !important;
  background-color: #c71c2d !important;
}
div.cartz-template .flatpickr-day.flatpickr-disabled {
  color: #c7d2db !important;
}
div.cartz-template .flatpickr-day.nextMonthDay {
  color: #a0a7b3;
}
div.cartz-template .flatpickr-day.inRange {
  border-color: #f2f6fb !important;
  background-color: #f2f6fb !important;
  box-shadow: -5px 0 0 #f2f6fb, 5px 0 0 #f2f6fb;
}
div.cartz-template .flatpickr-day.startRange, div.cartz-template .flatpickr-day.endRange, div.cartz-template .flatpickr-day.endRange.seleced, div.cartz-template .flatpickr-day.endRange:hover {
  border-color: #c71c2d !important;
  background-color: #c71c2d !important;
}
div.cartz-template .flatpickr-day.selected.endRange,
div.cartz-template .flatpickr-day.startRange.endRange,
div.cartz-template .flatpickr-day.endRange.endRange {
  border-radius: 0;
  border-radius: 0 0.3125rem 0.3125rem 0;
}
div.cartz-template .flatpickr-day.selected.startRange,
div.cartz-template .flatpickr-day.startRange.startRange,
div.cartz-template .flatpickr-day.endRange.startRange {
  border-radius: 0;
  border-radius: 0.3125rem 0 0 0.3125rem;
}
div.cartz-template .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
div.cartz-template .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
div.cartz-template .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #c71c2d;
}
div.cartz-template .flatpickr-time {
  margin-bottom: 0.5rem;
}
div.cartz-template .flatpickr-time input:hover,
div.cartz-template .flatpickr-time .flatpickr-am-pm:hover,
div.cartz-template .flatpickr-time input:focus,
div.cartz-template .flatpickr-time .flatpickr-am-pm:focus {
  background-color: #f2f6fb;
}
div.cartz-template .flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}

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