/*!
  * Cannabify v.1 (https://amigos-themes.com/cannabify)
  * Copyright 2022 amigosthemes (http://amigos-themes.com)
  */
/*------------------------------------------------------------------
Main theme styles file.

[Table of contents]
1. Variables definition
2. Body
3. Typography
4. Utilities
5. Layout
6. Components
7. Section
8. Form
9. Header
10. Footer
11. Slick slider
12. Shuffle
13. Entity
14. Table
15. Block
16. Custom figures (icons and images)
------------------------------------------------------------------*/

/*------------------------------------------------------------------
    [1. Variables definition]
*/
:root {
  --pre-theme-primary-color: var(--pre-theme-color);
  --pre-theme-primary-rgb: var(--pre-theme-rgb);
  --pre-theme-secondary-color: #4eae4a;
  --pre-theme-secondary-rgb: 78, 174, 74;
  --pre-theme-back-color: #2d3545;
  --pre-theme-back-rgb: 45, 53, 69;
  --pre-theme-color: #7cca31;
  --pre-theme-rgb: 124, 202, 49;
  --bs-body-font-family: 'Montserrat';
  --bs-body-color: #747d88;
  --pre-text-rgb: 116, 125, 136;
  --bs-body-line-height: 1.7;
  --pre-text-major-weight: 700;
  --pre-title-color: #333;
  --pre-title-rgb: 51, 51, 51;
  --pre-title-line-height: 1.4;
  --pre-title-weight: 700;
  --pre-lighten-color: #cbcfd4;
  --pre-body-rgb: 255, 255, 255;
  --pre-body-secondary-color: #f5f6f9;
  --pre-body-secondary-rgb: 245, 246, 249;
  --pre-body-light-color: var(--pre-body-secondary-color);
  --pre-body-light-rgb: var(--pre-body-secondary-rgb);
  --pre-body-block-color: var(--bs-body-bg);
  --pre-body-block-rgb: var(--pre-body-rgb);
  --pre-body-back-color: #343a40;
  --pre-body-back-rgb: 52, 58, 64;
  --pre-shadow-color: #000;
  --pre-shadow-fluent-alpha: 0.08;
  --pre-shadow-passive-alpha: 0.15;
  --pre-shadow-active-alpha: 0.4;
  --pre-shadow-rgb: 0, 0, 0;
  --pre-duration: 0.1s;
  --pre-medium-duration: 0.2s;
  --pre-long-duration: 0.3s;
  --pre-extra-duration: 0.4s;
  --pre-default-duration: var(--pre-medium-duration);
  --pre-section-spacing: 8rem;
  --pre-section-spacing-top: var(--pre-section-spacing);
  --pre-section-spacing-bottom: var(--pre-section-spacing);
  --pre-fs1: calc(1.425rem + 2.1vw);
  --pre-fs2: calc(1.35rem + 1.2vw);
  --pre-fs3: calc(1.3rem + 0.6vw);
  --pre-fs4: calc(1.275rem + 0.3vw);
  --pre-fs5: 1.125rem;
  --pre-fs6: 1rem;
  --pre-display-1: calc(1.625rem + 4.5vw);
  --pre-display-2: calc(1.575rem + 3.9vw);
  --pre-display-3: calc(1.525rem + 3.3vw);
  --pre-display-4: calc(1.475rem + 2.7vw);
  --pre-display-5: calc(1.425rem + 2.1vw);
  --pre-display-6: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  :root {
    --pre-fs1: 3rem;
    --pre-fs2: 2.25rem;
    --pre-fs3: 1.75rem;
    --pre-fs4: 1.5rem;
    --pre-display-1: 5rem;
    --pre-display-2: 4.5rem;
    --pre-display-3: 4rem;
    --pre-display-4: 3.5rem;
    --pre-display-5: 3rem;
    --pre-display-6: 2.5rem;
  }
}
/*------------------------------------------------------------------
    [2. Body]
*/
html,
body {
  overflow-x: hidden;
}
/*------------------------------------------------------------------
    [3. Typography]
*/
/* Reset styles */
p,
ul {
  margin-bottom: 0;
}
b,
strong,
.strong {
  font-weight: 700;
}
ul {
  padding-left: 1.675em;
}
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: var(--pre-fs1);
}
.fs-1 {
  font-size: var(--pre-fs1) !important;
}
h2,
.h2 {
  font-size: var(--pre-fs2);
  line-height: 1.25;
}
.fs-2 {
  font-size: var(--pre-fs2) !important;
}
h3,
.h3 {
  font-size: var(--pre-fs3);
  line-height: 1.25;
}
.fs-3 {
  font-size: var(--pre-fs3) !important;
}
h4,
.h4 {
  font-size: var(--pre-fs4);
  line-height: 1.4;
}
.fs-4 {
  font-size: var(--pre-fs4) !important;
}
h5,
.h5 {
  font-size: var(--pre-fs5);
  line-height: 1.4;
}
.fs-5 {
  font-size: var(--pre-fs5) !important;
}
h6,
.h6 {
  font-size: var(--pre-fs6);
  line-height: 1.4;
}
.fs-6 {
  font-size: var(--pre-fs6) !important;
}
.display-1 {
  font-size: var(--pre-display-1);
}
.display-2 {
  font-size: var(--pre-display-2);
}
.display-3 {
  font-size: var(--pre-display-3);
}
.display-4 {
  font-size: var(--pre-display-4);
}
.display-5 {
  font-size: var(--pre-display-5);
}
.display-6 {
  font-size: var(--pre-display-6);
}
.nc-fso875 {
  font-size: 0.875rem !important;
}
.nc-fs1x125 {
  font-size: 1.125em !important;
}
.nc-fs1x25 {
  font-size: 1.25em !important;
}
.nc-fs1x5 {
  font-size: 1.5em !important;
}
.nc-fs1x75 {
  font-size: 1.75em !important;
}
.nc-fs2x {
  font-size: 2em !important;
}
.nc-fs2x5 {
  font-size: 2.5em !important;
}
.nc-fs3x {
  font-size: 3em !important;
}
.nc-fs5x {
  font-size: 5em !important;
}
.nc-fs7x5 {
  font-size: 7.5em !important;
}
.nc-fs10x {
  font-size: 10em !important;
}
/* Link */
a {
  color: var(--pre-theme-color);
  transition: all var(--pre-default-duration) linear 0s;
  outline: 0 none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: var(--pre-theme-color);
}
a.disabled {
  opacity: 0.5 !important;
}
.nc-content-link {
  color: inherit;
}
.nc-content-link:hover {
  color: var(--pre-theme-color);
}
.nc-content-link.disabled {
  color: inherit;
}
.nc-inherit-link,
.nc-inherit-link:hover {
  color: inherit;
}
.nc-static-link,
.nc-static-link:hover {
  color: inherit;
  opacity: 1;
}
.nc-close-link {
  position: absolute;
  text-align: center;
  right: 1rem;
  top: 1rem;
  z-index: 3;
  line-height: 1;
  color: var(--pre-block-color, var(--pre-title-color)) !important;
  font-size: var(--pre-fs4);
}
@media (min-width: 576px) {
  .nc-minify-link .nc-spaced-text {
    display: none;
  }
}
/* Quote */
.blockquote-footer {
  margin-top: -0.5rem;
}
.nc-blockquote-block {
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: var(--pre-body-secondary-color);
  color: var(--pre-title-color);
  position: relative;
  font-weight: 500;
}
.nc-blockquote-block:before {
  content: "\201C";
  display: block;
  width: 100%;
  font-size: 8rem;
  font-weight: 700;
  line-height: 0;
  padding-top: 0.375em;
  margin-bottom: 1rem;
  color: var(--pre-theme-color);
}
@media (min-width: 576px) {
  .nc-blockquote-block {
    padding-left: 7rem;
  }
  .nc-blockquote-block:before {
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7rem;
  }
}
/* Text */
*:first-child {
  --pre-smart-space-top: 0px !important;
  --pre-smart-space-start: 0px !important;
}
*:last-child {
  --pre-smart-space-bottom: 0px !important;
  --pre-smart-space-end: 0px !important;
}
.nc-smart-reset {
  --pre-smart-space-top: initial !important;
  --pre-smart-space-start: initial !important;
  --pre-smart-space-bottom: initial !important;
  --pre-smart-space-end: initial !important;
}
.nc-main-text,
.nc-title-text {
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
}
.nc-title-text {
  color: var(--pre-block-color, var(--pre-title-color)) !important;
  line-height: var(--pre-title-line-height) !important;
}
.nc-spaced-text {
  --pre-smart-space-start: initial;
  margin-inline-start: var(--pre-smart-space-start, 0.5rem);
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.5rem);
}
.nc-info-text {
  color: var(--pre-title-color) !important;
  font-family: var(--pre-title-font);
  font-weight: 500;
}
[data-text-number]::before {
  content: attr(data-text-number) ".";
  margin-inline-end: 0.25rem;
}
/*------------------------------------------------------------------
    [4. Utilities]
*/
/* Text colors */
.nc-text-theme {
  --bs-text-opacity: 1;
  color: rgba(var(--pre-theme-rgb), var(--bs-text-opacity)) !important;
}
.nc-text-generic {
  --bs-text-opacity: 1;
  color: rgba(var(--pre-text-rgb), var(--bs-text-opacity)) !important;
}
.nc-text-title {
  --bs-text-opacity: 1;
  color: rgba(var(--pre-title-rgb), var(--bs-text-opacity)) !important;
}
.nc-text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--pre-body-rgb), var(--bs-text-opacity)) !important;
}
.nc-text-facebook {
  color: #3b5998 !important;
}
.nc-text-twitter {
  color: #00acee !important;
}
.nc-text-googleplus {
  color: #db4a39 !important;
}
.nc-text-pinterest {
  color: #c8232c !important;
}
.nc-text-instagram {
  color: #e4405f !important;
}
.nc-text-inherit-color {
  color: inherit !important;
}
.nc-block-white-text {
  --pre-block-color: #fff !important;
  --pre-block-border-color: #fff !important;
  color: var(--pre-block-color) !important;
}
/* Text utilities */
.nc-fw-thin {
  font-weight: 100 !important;
}
.nc-fw-extra-light {
  font-weight: 200 !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.nc-fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.nc-fw-extrabold {
  font-weight: 800 !important;
}
.nc-fw-black {
  font-weight: 900 !important;
}
.nc-block-text-start {
  --pre-block-text-align: left !important;
  --pre-block-text-align-last: auto !important;
  --pre-block-text-fx-align: start !important;
  text-align: var(--pre-block-text-align) !important;
  text-align-last: var(--pre-block-text-align-last) !important;
}
.nc-block-text-end {
  --pre-block-text-align: right !important;
  --pre-block-text-align-last: auto !important;
  --pre-block-text-fx-align: end !important;
  text-align: var(--pre-block-text-align) !important;
  text-align-last: var(--pre-block-text-align-last) !important;
}
.nc-block-text-center,
.nc-order-table {
  --pre-block-text-align: center !important;
  --pre-block-text-align-last: auto !important;
  --pre-block-text-fx-align: center !important;
  text-align: var(--pre-block-text-align) !important;
  text-align-last: var(--pre-block-text-align-last) !important;
}
.nc-block-text-justify-start {
  --pre-block-text-align: justify !important;
  --pre-block-text-align-last: left !important;
  --pre-block-text-fx-align: start !important;
  text-align: var(--pre-block-text-align) !important;
  text-align-last: var(--pre-block-text-align-last) !important;
}
.nc-block-text-justify-end {
  --pre-block-text-align: justify !important;
  --pre-block-text-align-last: right !important;
  --pre-block-text-fx-align: end !important;
  text-align: var(--pre-block-text-align) !important;
  text-align-last: var(--pre-block-text-align-last) !important;
}
.nc-block-text-justify-center {
  --pre-block-text-align: justify !important;
  --pre-block-text-align-last: center !important;
  --pre-block-text-fx-align: center !important;
  text-align: var(--pre-block-text-align) !important;
  text-align-last: var(--pre-block-text-align-last) !important;
}
@media (min-width: 576px) {
  .nc-block-text-sm-start {
    --pre-block-text-align: left !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-sm-end {
    --pre-block-text-align: right !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: end !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-sm-center {
    --pre-block-text-align: center !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: center !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-sm-start {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: left !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-sm-end {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: right !important;
    --pre-block-text-fx-align: end !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-sm-center {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: center !important;
    --pre-block-text-fx-align: center !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
}
@media (min-width: 768px) {
  .nc-block-text-md-start {
    --pre-block-text-align: left !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-md-end {
    --pre-block-text-align: right !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: end !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-md-center {
    --pre-block-text-align: center !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: center !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-md-start {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: left !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-md-end {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: right !important;
    --pre-block-text-fx-align: end !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-md-center {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: center !important;
    --pre-block-text-fx-align: center !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
}
@media (min-width: 992px) {
  .nc-block-text-lg-start {
    --pre-block-text-align: left !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-lg-end {
    --pre-block-text-align: right !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: end !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-lg-center {
    --pre-block-text-align: center !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: center !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-lg-start {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: left !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-lg-end {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: right !important;
    --pre-block-text-fx-align: end !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-lg-center {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: center !important;
    --pre-block-text-fx-align: center !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
}
@media (min-width: 1200px) {
  .nc-block-text-xl-start {
    --pre-block-text-align: left !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-xl-end {
    --pre-block-text-align: right !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: end !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-xl-center {
    --pre-block-text-align: center !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: center !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-xl-start {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: left !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-xl-end {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: right !important;
    --pre-block-text-fx-align: end !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-xl-center {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: center !important;
    --pre-block-text-fx-align: center !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
}
@media (min-width: 1400px) {
  .nc-block-text-xxl-start {
    --pre-block-text-align: left !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-xxl-end {
    --pre-block-text-align: right !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: end !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-xxl-center {
    --pre-block-text-align: center !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: center !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-xxl-start {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: left !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-xxl-end {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: right !important;
    --pre-block-text-fx-align: end !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-block-text-justify-xxl-center {
    --pre-block-text-align: justify !important;
    --pre-block-text-align-last: center !important;
    --pre-block-text-fx-align: center !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
}
/* Background */
.nc-bg-theme {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--pre-theme-rgb), var(--bs-bg-opacity)) !important;
}
.nc-bg-theme-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--pre-theme-primary-rgb), var(--bs-bg-opacity)) !important;
}
.nc-bg-theme-back {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--pre-theme-back-rgb), var(--bs-bg-opacity)) !important;
}
.nc-bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--pre-body-rgb), var(--bs-bg-opacity)) !important;
}
.nc-bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--pre-body-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.nc-bg-body-block {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--pre-body-block-rgb), var(--bs-bg-opacity)) !important;
}
.nc-bg-body-back {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--pre-body-back-rgb), var(--bs-bg-opacity)) !important;
}
.nc-bg-current-color {
  background-color: currentColor !important;
}
.nc-bg-inactive-transparent:not(:hover):not(.active) {
  background-color: transparent !important;
}
.nc-bg-vp-0 {
  background-position: left 0% !important;
}
.nc-bg-vp-10 {
  background-position: left 10% !important;
}
.nc-bg-vp-20 {
  background-position: left 20% !important;
}
.nc-bg-vp-30 {
  background-position: left 30% !important;
}
.nc-bg-vp-40 {
  background-position: left 40% !important;
}
.nc-bg-vp-50 {
  background-position: left 50% !important;
}
.nc-bg-vp-60 {
  background-position: left 60% !important;
}
.nc-bg-vp-70 {
  background-position: left 70% !important;
}
.nc-bg-vp-80 {
  background-position: left 80% !important;
}
.nc-bg-vp-90 {
  background-position: left 90% !important;
}
.nc-bg-vp-100 {
  background-position: left 100% !important;
}
/* Pattern */
.nc-pattern-cannabis-white {
  background-image: url("../images/parts/cannabis-pattern.png");
  background-position: 0 0;
  background-repeat: repeat;
}
.nc-pattern-cannabis-white.nc-bg-size-50 {
  background-size: 16.1875rem auto;
}
.nc-pattern-cannabis-white.nc-bg-size-25 {
  background-size: 8.09375rem auto;
}
.nc-pattern-cannabis-top-white {
  background-image: url("../images/parts/cannabis-top-pattern.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}
.nc-pattern-cannabis-top-white.nc-bg-size-50 {
  background-size: 16.59375rem auto;
}
.nc-pattern-cannabis-top-white.nc-bg-size-25 {
  background-size: 8.296875rem auto;
}
.nc-pattern-cannabis-bottom-white {
  background-image: url("../images/parts/cannabis-bottom-pattern.png");
  background-position: 0 100%;
  background-repeat: repeat-x;
}
.nc-pattern-cannabis-bottom-white.nc-bg-size-50 {
  background-size: 13.1875rem auto;
}
.nc-pattern-cannabis-bottom-white.nc-bg-size-25 {
  background-size: 6.59375rem auto;
}
.nc-pattern-cannabis-dark {
  background-image: url("../images/parts/cannabis-dark-pattern.jpg");
  background-position: 0 0;
  background-repeat: repeat;
}
.nc-pattern-cannabis-dark.nc-bg-size-50 {
  background-size: 60rem auto;
}
.nc-pattern-cannabis-dark.nc-bg-size-25 {
  background-size: 30rem auto;
}
/* Opacity */
.opacity-0 {
  opacity: 0 !important;
}
.nc-opacity-3 {
  opacity: 0.03 !important;
}
.nc-opacity-10 {
  opacity: 0.1 !important;
}
.nc-opacity-20 {
  opacity: 0.2 !important;
}
.nc-opacity-30 {
  opacity: 0.3 !important;
}
.nc-opacity-40 {
  opacity: 0.4 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.nc-opacity-60 {
  opacity: 0.6 !important;
}
.nc-opacity-70 {
  opacity: 0.7 !important;
}
.nc-opacity-80 {
  opacity: 0.8 !important;
}
.nc-opacity-90 {
  opacity: 0.9 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.text-opacity-0 {
  --bs-text-opacity: 0 !important;
}
.nc-text-opacity-10 {
  --bs-text-opacity: 0.1 !important;
}
.nc-text-opacity-20 {
  --bs-text-opacity: 0.2 !important;
}
.nc-text-opacity-30 {
  --bs-text-opacity: 0.3 !important;
}
.nc-text-opacity-40 {
  --bs-text-opacity: 0.4 !important;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5 !important;
}
.nc-text-opacity-60 {
  --bs-text-opacity: 0.6 !important;
}
.nc-text-opacity-70 {
  --bs-text-opacity: 0.7 !important;
}
.nc-text-opacity-80 {
  --bs-text-opacity: 0.8 !important;
}
.nc-text-opacity-90 {
  --bs-text-opacity: 0.9 !important;
}
.text-opacity-100 {
  --bs-text-opacity: 1 !important;
}
.bg-opacity-0 {
  --bs-bg-opacity: 0 !important;
}
.nc-bg-opacity-10 {
  --bs-bg-opacity: 0.1 !important;
}
.nc-bg-opacity-20 {
  --bs-bg-opacity: 0.2 !important;
}
.nc-bg-opacity-30 {
  --bs-bg-opacity: 0.3 !important;
}
.nc-bg-opacity-40 {
  --bs-bg-opacity: 0.4 !important;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5 !important;
}
.nc-bg-opacity-60 {
  --bs-bg-opacity: 0.6 !important;
}
.nc-bg-opacity-70 {
  --bs-bg-opacity: 0.7 !important;
}
.nc-bg-opacity-80 {
  --bs-bg-opacity: 0.8 !important;
}
.nc-bg-opacity-90 {
  --bs-bg-opacity: 0.9 !important;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1 !important;
}
/* Z-index */
.nc-index--1 {
  z-index: -1;
}
.nc-index-0 {
  z-index: 0;
}
.nc-index-1 {
  z-index: 1;
}
.nc-index-2 {
  z-index: 2;
}
.nc-index-3 {
  z-index: 3;
}
.nc-index-4 {
  z-index: 4;
}
/* Animation */
.nc-animate-hover-shadow {
  position: relative;
  box-shadow: 0 0 0.5rem rgba(var(--pre-shadow-rgb), var(--pre-shadow-passive-alpha));
  transition: all var(--pre-default-duration) linear 0s;
}
.nc-animate-hover-shadow:not(.disabled):hover,
.nc-animate-hover-shadow.active {
  box-shadow: 0 0.5rem 1rem rgba(var(--pre-shadow-rgb), var(--pre-shadow-active-alpha));
}
.nc-animate-hover-shadow:not(.disabled):hover {
  z-index: 3;
}
.nc-animate-hover-shadow.active {
  z-index: 2;
}
.nc-animate-on-hover-shadow {
  position: relative;
  box-shadow: 0 0 transparent;
  transition: all var(--pre-default-duration) linear 0s;
}
.nc-animate-on-hover-shadow:not(.disabled):hover,
.nc-animate-on-hover-shadow.active {
  box-shadow: 0 0.5rem 1rem rgba(var(--pre-shadow-rgb), var(--pre-shadow-active-alpha));
  --pre-opacity-secondary-elements: 0;
}
.nc-animate-on-hover-shadow:not(.disabled):hover + *,
.nc-animate-on-hover-shadow.active + * {
  --pre-previous-opacity-secondary-elements: 0;
}
.nc-animate-on-hover-shadow:not(.disabled):hover {
  z-index: 3;
}
.nc-animate-on-hover-shadow.active {
  z-index: 2;
}
.nc-animate-hover-show > .nc-animate-content,
.nc-animate-hover-show > .nc-animate-inner > .nc-animate-content {
  animation-delay: var(--pre-animate-hide-delay, 0s);
  animation-duration: var(--pre-animate-hide-duration, var(--pre-extra-duration));
  animation-name: var(--pre-animate-hide-animation, zoomOut);
  animation-fill-mode: both;
}
.nc-animate-hover-show:hover > .nc-animate-content,
.nc-animate-hover-show:hover > .nc-animate-inner > .nc-animate-content {
  animation-delay: var(--pre-animate-show-delay, 0s);
  animation-duration: var(--pre-animate-show-duration, var(--pre-extra-duration));
  animation-name: var(--pre-animate-show-animation, zoomIn);
}
.nc-animate-hover-show:hover > .nc-animate-hover,
.nc-animate-hover-show:hover > .nc-animate-inner > .nc-animate-hover {
  animation-delay: var(--pre-animate-visible-delay, 0s);
  animation-duration: var(--pre-animate-visible-duration, 1s);
  animation-name: var(--pre-animate-visible-animation, pulse);
  animation-fill-mode: both;
}
.nc-animate-hover-draw-circle .nc-animate-content {
  position: relative;
  z-index: 1;
}
.nc-animate-hover-draw-circle .nc-animate-content:before {
  content: "";
  position: absolute;
  left: 51%;
  top: 51%;
  bottom: 51%;
  right: 51%;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--pre-theme-color);
  opacity: 0;
  transition: all var(--pre-default-duration) linear 0s;
}
.nc-animate-hover-draw-circle:hover .nc-animate-content:before {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}
.nc-animate-active-slide-down {
  animation-delay: var(--pre-animate-inactive-delay, 0s);
  animation-duration: var(--pre-animate-inactive-duration, var(--pre-extra-duration));
  animation-name: var(--pre-animate-inactive-animation, slideOutUp);
  animation-fill-mode: both;
}
.nc-animate-active-slide-down.active {
  animation-delay: var(--pre-animate-active-delay, 0s);
  animation-duration: var(--pre-animate-active-duration, var(--pre-extra-duration));
  animation-name: var(--pre-animate-active-animation, slideInDown);
}
/* Size */
.nc-w-100px {
  width: 100px !important;
}
.nc-w-150px {
  width: 150px !important;
}
/* Status */
.nc-status-pending {
  color: var(--pre-pending-status-color, var(--bs-body-color));
}
.nc-status-processing {
  color: var(--pre-processing-status-color, var(--bs-info));
}
.nc-status-delivery {
  color: var(--pre-delivery-status-color, var(--bs-primary));
}
.nc-status-on-hold {
  color: var(--pre-on-hold-status-color, var(--bs-warning));
}
.nc-status-completed {
  color: var(--pre-completed-status-color, var(--bs-success));
}
.nc-status-cancelled {
  color: var(--pre-cancelled-status-color, var(--bs-secondary));
}
.nc-status-failed {
  color: var(--pre-failed-status-color, var(--bs-danger));
}
.nc-status-refunded {
  color: var(--pre-refunded-status-color, var(--bs-dark));
}
/*------------------------------------------------------------------
    [5. Layout]
*/
/* Row blocks */
.nc-row-blocks {
  --bs-gutter-y: 0px;
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.nc-row-blocks > * {
  max-width: 100%;
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  display: flex;
  flex-direction: column;
}
/* Gutters */
.g-0,
.gx-0 {
  --bs-gutter-x: 0 !important;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0 !important;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem !important;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem !important;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem !important;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem !important;
}
.nc-gy-6 {
  --bs-gutter-y: 6rem !important;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem !important;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem !important;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem !important;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem !important;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem !important;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem !important;
}
@media (min-width: 576px) {
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0 !important;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0 !important;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem !important;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem !important;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem !important;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem !important;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem !important;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem !important;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem !important;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem !important;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem !important;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0 !important;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0 !important;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem !important;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem !important;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem !important;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem !important;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem !important;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem !important;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem !important;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem !important;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem !important;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0 !important;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0 !important;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem !important;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem !important;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem !important;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem !important;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem !important;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem !important;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem !important;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem !important;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem !important;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0 !important;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0 !important;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem !important;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem !important;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem !important;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem !important;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem !important;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem !important;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem !important;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem !important;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem !important;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0 !important;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0 !important;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem !important;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem !important;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem !important;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem !important;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem !important;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem !important;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem !important;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem !important;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem !important;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem !important;
  }
}
/* Sidebar */
.nc-col-content {
  flex: 1 1;
  max-width: 100%;
}
.nc-col-sidebar {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: var(--pre-section-spacing-bottom);
}
@media (min-width: 992px) {
  .nc-col-sidebar {
    max-width: calc(var(--bs-gutter-x) + 22.5rem);
    width: 33.3333%;
    padding-top: var(--pre-section-spacing-top);
  }
}
@media (max-width: 991px) {
  .nc-d-sidebar {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .nc-d-no-sidebar {
    display: none !important;
  }
}
/*------------------------------------------------------------------
    [6. Components]
*/
/* Pre-loader */
.nc-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: var(--bs-body-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nc-loader-wrap {
  pointer-events: none;
  user-select: none;
}
.nc-cube-loader {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  position: relative;
  transform: rotateZ(45deg);
}
.nc-cube-loader .nc-loader-element {
  position: relative;
  transform: rotateZ(0deg) scale(1.1);
  width: 50%;
  height: 50%;
  float: left;
}
.nc-cube-loader .nc-loader-element:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--pre-theme-color);
  animation: cube-loader 2.76s infinite linear both;
  transform-origin: 100% 100%;
}
.nc-cube-loader .nc-loader-2 {
  transform: scale(1.1) rotateZ(90deg);
}
.nc-cube-loader .nc-loader-3 {
  transform: scale(1.1) rotateZ(180deg);
}
.nc-cube-loader .nc-loader-4 {
  transform: scale(1.1) rotateZ(270deg);
}
.nc-cube-loader .nc-loader-2:before {
  animation-delay: 0.35s;
}
.nc-cube-loader .nc-loader-3:before {
  animation-delay: 0.69s;
}
.nc-cube-loader .nc-loader-4:before {
  animation-delay: 1.04s;
}
@-moz-keyframes cube-loader {
  0%, 10% {
    transform: perspective(10rem) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(10rem) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(10rem) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes cube-loader {
  0%, 10% {
    transform: perspective(10rem) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(10rem) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(10rem) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes cube-loader {
  0%, 10% {
    transform: perspective(10rem) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(10rem) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(10rem) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes cube-loader {
  0%, 10% {
    transform: perspective(10rem) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(10rem) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(10rem) rotateY(180deg);
    opacity: 0;
  }
}
/* Scroll to top */
.nc-scroll-top {
  position: fixed;
  display: block;
  right: 1rem;
  bottom: 1rem;
  background-color: var(--pre-theme-color);
  color: #fff;
  transition: all var(--pre-default-duration) linear 0s;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0px;
  font-size: 1.5rem;
  z-index: 20;
  cursor: pointer;
  box-shadow: 0 0 0 -1px rgba(var(--pre-theme-rgb), 0.5);
}
.nc-scroll-top .nc-overflow-back {
  border-radius: 0px;
}
.nc-scroll-top:hover,
.nc-scroll-top:focus,
.nc-scroll-top:active {
  opacity: 1;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(var(--pre-theme-rgb), 0.5);
}
.nc-scroll-top.disabled {
  opacity: 0;
  pointer-events: none;
}
.nc-scroll-top.end {
  bottom: 0;
}
/* Logo */
.nc-logo-element,
.nc-logo-element-line {
  --pre-logo-element-icon-size: 0.65em;
  font-family: var(--pre-title-font);
  position: relative;
  font-weight: var(--pre-title-weight);
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  align-items: center;
  line-height: 1;
  height: 1em;
  font-size: 1em;
  color: inherit;
  text-align: center;
  z-index: 1;
}
.nc-logo-icon {
  font-size: var(--pre-logo-element-icon-size);
  line-height: 1;
  padding-bottom: 0.05em;
  display: block;
}
.nc-logo-icon > img {
  height: 1em;
}
.nc-logo-text {
  font-size: 0.275em;
  display: flex;
  flex-direction: row;
}
.nc-logo-element-line {
  --pre-logo-element-icon-size: 1em;
  flex-direction: row;
  align-items: flex-end;
}
.nc-logo-element-line .nc-logo-icon,
.nc-logo-element-line .nc-logo-text {
  display: inline-flex;
  vertical-align: bottom;
}
.nc-logo-element-line .nc-logo-icon {
  padding-bottom: 0;
}
.nc-logo-element-line .nc-logo-text {
  font-size: 0.525em;
  line-height: 0.7;
  padding-left: 0.5em;
}
.nc-in-circle-logo {
  vertical-align: top;
  position: relative;
  width: 1em;
  height: 1em;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--pre-title-color);
}
.nc-in-circle-logo:before {
  content: "";
  position: absolute;
  background-color: var(--bs-body-bg);
  left: 0.05em;
  right: 0.05em;
  top: 0.05em;
  bottom: 0.05em;
  box-shadow: 0 0 0 0.05em rgba(var(--pre-body-rgb), 0.5);
  border-radius: 50%;
}
.nc-in-circle-logo > img {
  height: 0.45em;
}
.nc-in-circle-logo .nc-logo-element {
  font-size: 0.45em;
}
/* Separator */
.nc-separator-line {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  color: var(--pre-block-color, var(--pre-theme-color));
  background-color: currentColor;
}
.nc-separator-double,
.nc-separator-short-double,
.nc-separator-shorten-double {
  --pre-separator-size: 100%;
  --pre-separator-weight: 0.25rem;
  --pre-separator-coef: 1;
  --pre-separator-max-size: var(--pre-separator-size);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: var(--pre-block-text-fx-align, center);
  justify-content: center;
  color: var(--pre-block-color, var(--pre-theme-color));
}
.nc-separator-double:before,
.nc-separator-short-double:before,
.nc-separator-shorten-double:before,
.nc-separator-double:after,
.nc-separator-short-double:after,
.nc-separator-shorten-double:after {
  content: "";
  height: var(--pre-separator-weight);
  border-radius: var(--pre-separator-weight);
  background-color: currentColor;
}
.nc-separator-double:after,
.nc-separator-short-double:after,
.nc-separator-shorten-double:after {
  width: var(--pre-separator-size);
  margin-top: var(--pre-separator-weight);
}
.nc-separator-double:before,
.nc-separator-short-double:before,
.nc-separator-shorten-double:before {
  width: min(calc(var(--pre-separator-coef) * var(--pre-separator-size)), var(--pre-separator-max-size));
}
.nc-separator-wide {
  --pre-separator-coef: 0.5;
  --pre-separator-max-size: 2.625rem;
}
.nc-separator-reverse:after {
  width: min(calc(var(--pre-separator-coef) * var(--pre-separator-size)), var(--pre-separator-max-size));
}
.nc-separator-reverse:before {
  width: var(--pre-separator-size);
}
.nc-separator-v-line {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  justify-content: var(--pre-block-text-fx-align, center);
  width: 0.25rem;
  color: var(--pre-block-color, var(--pre-theme-color));
}
.nc-separator-v-line:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 0.25rem;
}
.nc-separator-short-line {
  display: flex;
  flex-direction: row;
  justify-content: var(--pre-block-text-fx-align, center);
  height: 0.25rem;
  color: var(--pre-block-color, var(--pre-theme-color));
}
.nc-separator-short-line:before {
  content: "";
  width: 6.5rem;
  height: 100%;
  background-color: currentColor;
  border-radius: 0.25rem;
}
.nc-separator-short-double,
.nc-separator-short {
  --pre-separator-size: 2.625rem;
  --pre-separator-coef: 0.5;
}
.nc-separator-shorten-double,
.nc-separator-shorten {
  --pre-separator-size: 1.75rem;
  --pre-separator-coef: 0.6;
}
.nc-separator-short-line {
  display: flex;
  flex-direction: row;
  justify-content: var(--pre-block-text-fx-align, center);
  height: 0.25rem;
  color: var(--pre-block-color, var(--pre-theme-color));
}
.nc-separator-short-line:before {
  content: "";
  width: 6.5rem;
  height: 100%;
  background-color: currentColor;
  border-radius: 0.25rem;
}
.nc-separator-v-short-double,
.nc-separator-v-shorten-double {
  --pre-separator-size: 2.625rem;
  --pre-separator-weight: 0.25rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: var(--pre-block-text-fx-align, center);
  color: var(--pre-block-color, var(--pre-theme-color));
}
.nc-separator-v-short-double:before,
.nc-separator-v-shorten-double:before,
.nc-separator-v-short-double:after,
.nc-separator-v-shorten-double:after {
  content: "";
  width: var(--pre-separator-weight);
  border-radius: var(--pre-separator-weight);
  background-color: currentColor;
}
.nc-separator-v-short-double:before,
.nc-separator-v-shorten-double:before {
  height: var(--pre-separator-size);
  margin-inline-end: var(--pre-separator-weight);
}
.nc-separator-v-short-double:after {
  height: calc(0.5 * var(--pre-separator-size));
}
.nc-separator-v-shorten-double {
  --pre-separator-size: 1.75rem;
}
.nc-separator-v-shorten-double:after {
  height: calc(0.6 * var(--pre-separator-size));
}
.nc-separator-segments-line {
  width: 100%;
  height: 0.5rem;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.nc-separator-segments-line > .nc-separator-segment {
  flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.nc-separator-dashed {
  width: 100%;
  color: var(--pre-block-color, var(--pre-lighten-color));
  border-top: 1px dashed currentColor;
}
/* Responsive image ratios */
.ratio-6x4 {
  --bs-aspect-ratio: 66.6666%;
}
.ratio-4x5 {
  --bs-aspect-ratio: 125%;
}
.ratio-3x4 {
  --bs-aspect-ratio: 133.3333%;
}
/* Cover image */
.nc-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
/* List */
.nc-column-list {
  --bs-gutter-y: 0.25rem;
  display: flex;
  justify-content: var(--pre-block-text-fx-align, start);
  flex-direction: column;
  margin-top: calc(var(--bs-gutter-y) * -1);
  padding: 0;
  list-style: none;
}
.nc-column-list > li {
  margin-top: var(--bs-gutter-y);
  margin-bottom: 0 !important;
}
.nc-direct-column-list {
  --bs-gutter-y: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: var(--pre-block-text-fx-align, start);
  margin-top: calc(var(--bs-gutter-y) * -1);
  padding: 0;
  list-style: none;
}
.nc-direct-column-list > * {
  margin-top: var(--bs-gutter-y);
  margin-bottom: 0 !important;
}
.nc-line-list {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.25rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: var(--pre-block-text-fx-align, start);
  align-items: center;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.nc-line-list > li {
  --pre-smart-space-bottom: 0px !important;
  --pre-text-flex: 1 1 0;
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.nc-direct-line-list {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.25rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: var(--pre-block-text-fx-align, start);
  align-items: center;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.nc-direct-line-list > * {
  --pre-smart-space-bottom: 0px !important;
  --pre-text-flex: 1 1 0;
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
/* Records */
.nc-record-icon,
.nc-record-number {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.nc-record-title,
.nc-record-main-value,
.nc-record-value {
  position: relative;
}
.nc-record-image {
  line-height: 1;
  position: relative;
  display: inline-block;
}
.nc-record-image .ratio {
  display: block;
}
.nc-record-image:not(.nc-transparent-image) {
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(var(--pre-shadow-rgb), 0.05);
}
.nc-record-image:not(.nc-transparent-image) {
  border-top-left-radius: calc(var(--pre-block-radius-top-left, var(--pre-block-radius, 0.75rem)) - var(--pre-block-radius-fix, 0px));
  border-top-right-radius: calc(var(--pre-block-radius-top-right, var(--pre-block-radius, 0.75rem)) - var(--pre-block-radius-fix, 0px));
  border-bottom-left-radius: calc(var(--pre-block-radius-bottom-left, var(--pre-block-radius, 0.75rem)) - var(--pre-block-radius-fix, 0px));
  border-bottom-right-radius: calc(var(--pre-block-radius-bottom-right, var(--pre-block-radius, 0.75rem)) - var(--pre-block-radius-fix, 0px));
}
.nc-text-record > * {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.25em);
}
.nc-simple-record {
  color: var(--pre-block-color, inherit);
}
.nc-simple-record .nc-record-title,
.nc-simple-record .nc-record-number,
.nc-simple-record .nc-record-icon {
  --pre-smart-space-start: initial;
  margin-inline-start: var(--pre-smart-space-start, 0.5rem);
}
.nc-simple-record .badge {
  --pre-smart-space-start: initial;
  margin-inline-start: var(--pre-smart-space-start, 0.25rem);
}
.nc-simple-record .badge {
  position: relative;
  top: -0.75em;
  font-size: 0.6em;
}
.nc-main-record {
  color: var(--pre-block-color, inherit);
  display: flex;
  flex-direction: column;
}
.nc-main-record .nc-record-title {
  color: var(--pre-title-color);
  line-height: var(--pre-title-line-height);
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
}
.nc-main-record .nc-record-value {
  font-size: var(--pre-fs5);
  font-weight: 500;
}
.nc-major-record {
  color: var(--pre-block-color, inherit);
  font-weight: var(--pre-text-major-weight);
}
.nc-major-record .nc-record-title,
.nc-major-record .nc-record-number,
.nc-major-record .nc-record-icon,
.nc-major-record .nc-record-value {
  --pre-smart-space-start: initial;
  margin-inline-start: var(--pre-smart-space-start, 0.5rem);
}
.nc-major-record .nc-record-title {
  font-size: 0.6em;
}
.nc-major-record .nc-record-value {
  color: var(--pre-theme-color);
}
.nc-per-unit-record {
  color: var(--pre-title-color);
  font-weight: var(--pre-text-major-weight);
  font-size: 1.25rem;
}
.nc-per-unit-record .nc-record-old-value {
  --pre-smart-space-start: initial;
  margin-inline-start: var(--pre-smart-space-start, 0.5rem);
  font-size: 0.85em;
  opacity: 0.5;
  color: var(--bs-body-color);
  text-decoration: line-through;
  vertical-align: super;
}
.nc-per-unit-record .nc-record-unit {
  --pre-smart-space-start: initial;
  margin-inline-start: var(--pre-smart-space-start, 0.5rem);
  font-size: 0.7em;
}
.nc-per-unit-record .nc-record-unit:before {
  content: "/";
  margin-inline-end: 0.5rem;
}
.nc-unit-quantity-record {
  font-weight: var(--pre-text-major-weight);
}
.nc-unit-quantity-record .nc-record-unit {
  --pre-smart-space-start: initial;
  margin-inline-start: var(--pre-smart-space-start, 0.125rem);
}
.nc-unit-quantity-record .nc-record-unit:before {
  content: "/";
  margin-inline-end: 0.125rem;
}
.nc-unit-quantity-record .nc-record-quantity {
  --pre-smart-space-start: initial;
  margin-inline-start: var(--pre-smart-space-start, 0.25rem);
  color: var(--pre-title-color);
}
.nc-unit-quantity-record .nc-record-quantity:before {
  content: "x";
  margin-inline-end: 0.25rem;
}
.nc-simple-info-record {
  color: var(--pre-block-color, inherit);
}
.nc-simple-info-record .nc-record-title {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.25rem);
  color: var(--pre-block-color, inherit);
  font-weight: var(--pre-text-major-weight);
}
.nc-simple-info-record .nc-record-number,
.nc-simple-info-record .nc-record-icon {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.5rem);
  color: var(--pre-block-color, var(--pre-theme-color));
}
.nc-total-record {
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 30rem;
}
.nc-total-record .nc-record-title {
  flex: 0 0 auto;
  min-width: 50%;
  margin-inline-end: 1rem;
}
.nc-total-record .nc-record-title,
.nc-total-record .nc-record-value {
  font-weight: inherit;
}
.nc-date-short-record {
  color: var(--pre-block-color, inherit);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
}
.nc-date-short-record .nc-record-day {
  color: var(--pre-title-color);
  font-size: var(--pre-fs4);
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.5rem);
}
.nc-date-short-record .nc-record-month {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.5rem);
}
.nc-small-image-record {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nc-small-image-record .nc-record-image {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 1rem);
  width: 3rem;
  flex: 0 0 auto;
}
.nc-small-image-record .nc-record-title {
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
}
.nc-inactive-record {
  color: var(--pre-lighten-color);
}
.nc-inactive-record.active {
  color: var(--bs-body-color);
}
.nc-price-circle-record {
  display: inline-flex;
  flex-direction: row;
  align-self: var(--pre-block-text-fx-align);
  width: 100%;
  max-width: 15rem;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--pre-display-3);
  font-weight: var(--pre-text-major-weight);
  padding: 1rem;
  border-radius: 50%;
  background-color: rgba(var(--pre-theme-rgb), var(--bs-bg-opacity, 1));
}
.nc-price-circle-record:before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 0;
  padding-top: 100%;
}
.nc-info-record {
  color: var(--pre-block-color, inherit);
}
.nc-info-record .nc-record-title {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.25rem);
}
.nc-info-record .nc-record-title:after {
  content: ":";
}
.nc-info-record .nc-record-number,
.nc-info-record .nc-record-icon {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.5rem);
  color: var(--pre-block-color, var(--pre-theme-color));
}
.nc-list-info-record {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  color: var(--pre-block-color, inherit);
}
.nc-list-info-record .nc-record-title {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.25rem);
}
.nc-list-info-record .nc-record-title:after {
  content: ":";
}
.nc-list-info-record .nc-record-number,
.nc-list-info-record .nc-record-icon {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.5rem);
  color: var(--pre-block-color, var(--pre-theme-color));
}
.nc-generic-info-record {
  display: flex;
  flex-direction: row;
  color: var(--pre-block-color, inherit);
}
.nc-generic-info-record .nc-record-title {
  font-weight: 500;
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.25rem);
}
.nc-generic-info-record .nc-record-title:after {
  content: ":";
}
.nc-content-info-record {
  color: var(--pre-block-color, inherit);
}
.nc-content-info-record .nc-record-title {
  font-weight: var(--pre-text-major-weight);
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.25rem);
}
.nc-content-info-record .nc-record-title:after {
  content: ":";
}
.nc-major-info-record {
  display: flex;
  flex-direction: row;
  color: var(--pre-block-color, var(--pre-title-color));
  font-weight: var(--pre-text-major-weight);
}
.nc-major-info-record .nc-record-title {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.5rem);
}
.nc-major-info-record .nc-record-title:after {
  content: ":";
}
.nc-major-info-record .nc-record-number,
.nc-major-info-record .nc-record-icon {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.5rem);
  color: var(--pre-block-color, var(--pre-theme-color));
}
.nc-value-info-record {
  color: var(--pre-block-color, inherit);
  font-weight: 600;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.nc-value-info-record .nc-record-title {
  --pre-smart-space-end: initial;
  margin-inline-end: var(--pre-smart-space-end, 0.5rem);
}
.nc-value-info-record .nc-record-title:after {
  content: ":";
}
.nc-value-info-record .nc-record-value {
  flex: 0 0 auto;
  max-width: min(65ch, 100%);
  color: var(--pre-title-color);
}
/* Rating */
.nc-rating-record {
  --pre-rating-selected-color: #ffb524;
  --pre-rating-color: var(--pre-block-color, var(--bs-body-color));
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: var(--pre-block-text-fx-align, start);
  width: auto;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.nc-rating-record .nc-rating-item {
  text-align: center;
  flex: 0 0 auto;
  position: relative;
  color: var(--pre-rating-selected-color);
  transition: all var(--pre-default-duration) linear 0s;
}
.nc-rating-record .nc-rating-item + .nc-rating-item {
  margin-inline-start: 0.25rem;
}
.nc-rating-record .nc-rating-item.selected ~ .nc-rating-item {
  color: var(--pre-rating-color);
}
.nc-theme-rating {
  --pre-rating-selected-color: var(--pre-theme-color);
}
/* Navigation */
.nc-sticked-nav .nc-stick-nav {
  --pre-block-color: initial;
  --pre-block-border-color: initial;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--pre-sticked-bg);
  color: var(--pre-sticked-color);
  box-shadow: var(--pre-sticked-shadow);
}
.nc-nav-sub {
  display: none;
}
@media (max-width: 991px) {
  .nc-nav-sub {
    padding-top: var(--pre-navbar-items-spacing);
  }
  .nav-item.active > .nc-nav-sub {
    display: block;
  }
}
@media (min-width: 992px) {
  .nc-nav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -0.5rem;
    padding: 1rem 0;
    background-color: var(--pre-nav-bg);
    color: var(--pre-nav-color);
    box-shadow: 0 0.25rem 0.5rem rgba(var(--pre-shadow-rgb), 0.4);
    min-width: 12rem;
    border-radius: 0.75rem;
  }
  .nc-nav-sub .nav-link[data-role="nav-toggler"] {
    cursor: default;
  }
  .nc-nav-sub > .nav-item {
    padding: 0.5rem 0;
    font-size: 0.875rem;
  }
  .nc-nav-sub > .nav-item > .nc-nav-sub {
    top: -1rem;
    left: 100%;
  }
  .nc-nav-sub > .nav-item > .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
    color: inherit;
  }
  .nc-nav-sub > .nav-item > .nav-link:hover,
  .nc-nav-sub > .nav-item > .nav-link:active {
    color: var(--pre-nav-active-color);
  }
  .nc-nav-sub > .nc-nav-item-arrow-down > .nav-link {
    padding-right: 4rem;
    position: relative;
    display: block;
  }
  .nc-nav-sub > .nc-nav-item-arrow-down > .nc-nav-arrow,
  .nc-nav-sub > .nc-nav-item-arrow-down > .nav-link .nc-nav-arrow {
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .nc-navbar-hover-show-sub > .nav {
    animation-name: fadeInUp;
    animation-fill-mode: both;
  }
  .nc-navbar-hover-show-sub:hover > .nav-link,
  .nc-navbar-hover-show-sub:hover > .nc-nav-arrow {
    color: var(--pre-nav-active-color);
  }
  .nc-navbar-hover-show-sub:hover > .nav {
    display: block;
    z-index: 2;
    animation-duration: var(--pre-medium-duration);
  }
}
/* Navbar */
.navbar .nav-link {
  position: relative;
  padding: 0.5rem 0;
  display: inline-block;
}
.nc-navbar-extra,
.nc-navbar-details {
  display: flex;
  flex-direction: column;
}
.nc-navbar-main {
  width: 100%;
}
.navbar-brand {
  opacity: 1 !important;
  color: var(--pre-theme-color);
  line-height: 1;
}
.nc-navbar-details .nc-record + .nc-record {
  margin-top: 0.5rem;
}
.nc-nav-toggler,
.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nc-nav-toggler:hover,
.navbar-toggler:hover,
.nc-nav-toggler:focus,
.navbar-toggler:focus {
  outline: 0 none;
}
.nc-nav-toggler {
  border: 1px solid transparent;
  border-radius: 0.75rem;
  background-color: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.nc-navbar-togglers {
  display: flex;
  flex-direction: row;
}
.nc-navbar-togglers .nc-nav-toggler + .nc-nav-toggler {
  margin-left: 0.5rem;
}
.nc-navbar-mobile-nav {
  width: 100%;
}
.nc-navbar-mobile-nav,
.nc-navbar-mobile-nav > .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.nc-line-navbar .nc-nav-wrap {
  display: inline-flex;
  flex-direction: column;
}
.nc-line-navbar .nav {
  --bs-nav-link-color: var(--pre-title-color);
  --bs-nav-link-hover-color: var(--pre-theme-color);
  --bs-nav-link-font-weight: var(--pre-title-weight);
  font-size: var(--pre-fs5);
  flex-direction: column;
}
.nc-line-navbar .nav-link.active {
  color: var(--bs-nav-link-hover-color);
}
@media (min-width: 576px) {
  .nc-line-navbar .nav {
    flex-direction: row;
  }
}
/* Background-like blocks */
.nc-full-back,
.nc-block-back,
.nc-overflow-back {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nc-block-back,
.nc-overflow-back {
  z-index: -1;
  pointer-events: none;
  cursor: default;
}
.nc-overflow-back {
  overflow: hidden;
}
.nc-overflow-back,
.nc-circle-in > img {
  border-top-left-radius: calc(var(--pre-block-radius-top-left, var(--pre-block-radius, 0px)) - var(--pre-block-radius-fix, 0px));
  border-top-right-radius: calc(var(--pre-block-radius-top-right, var(--pre-block-radius, 0px)) - var(--pre-block-radius-fix, 0px));
  border-bottom-left-radius: calc(var(--pre-block-radius-bottom-left, var(--pre-block-radius, 0px)) - var(--pre-block-radius-fix, 0px));
  border-bottom-right-radius: calc(var(--pre-block-radius-bottom-right, var(--pre-block-radius, 0px)) - var(--pre-block-radius-fix, 0px));
}
.nc-figures-back,
.nc-figures-in-back {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  pointer-events: none;
}
.nc-figures-back ~ .container,
.nc-figures-in-back ~ .container {
  position: relative;
}
.nc-figures-in-back {
  overflow: hidden;
}
/* Breadcrumbs */
.nc-page-breadcrumbs {
  --bs-gutter-y: 0px;
  --bs-gutter-x: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--pre-block-text-fx-align, start);
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  font-weight: 600;
  font-size: 0.875rem;
}
.nc-page-breadcrumbs > * {
  max-width: 100%;
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.nc-page-breadcrumbs > a {
  color: var(--pre-block-color, var(--bs-body-color));
}
/* Paginator */
.nc-paginator {
  --bs-gutter-y: 0px;
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--pre-block-text-fx-align, start);
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.nc-paginator > * {
  max-width: 100%;
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.nc-paginator .nc-paginator-arrow:first-child {
  margin-inline-end: calc(var(--bs-gutter-x) * 1.5);
}
.nc-paginator .nc-paginator-arrow:last-child {
  margin-inline-start: calc(var(--bs-gutter-x) * 1.5);
}
.nc-paginator-simple {
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
  font-size: 1.25rem;
}
.nc-paginator-simple > a {
  color: var(--pre-block-color, var(--bs-body-color));
  transform: scale(1);
  opacity: 1 !important;
}
.nc-paginator-simple > a:hover {
  color: var(--pre-block-color, var(--pre-theme-color));
  transform: scale(1.15);
}
.nc-paginator-simple > .active {
  cursor: default;
  color: var(--pre-block-color, var(--pre-theme-color));
}
/* Google map */
.nc-gmap {
  height: 20rem;
  width: 100%;
  display: block;
  border: 0 none;
  position: relative;
}
/* File preview */
.nc-file-preview {
  --pre-block-radius: 0.75rem;
  position: relative;
  z-index: 1;
  border-radius: var(--pre-block-radius);
  font-size: var(--pre-fs5);
}
.nc-file-preview:before {
  content: "";
  padding-top: var(--bs-aspect-ratio);
  display: block;
}
.nc-file-preview > .nc-block-back,
.nc-file-preview > .nc-preview-image,
.nc-file-preview > .nc-preview-none {
  border-radius: var(--pre-block-radius);
}
.nc-file-preview > .nc-preview-image,
.nc-file-preview > .nc-preview-none {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nc-file-preview > .nc-preview-image {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.nc-file-preview > .nc-preview-image img {
  flex: 0 0 auto;
  width: 100%;
}
.nc-file-preview > .nc-preview-none {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nc-file-preview.nc-has-image > .nc-preview-image {
  display: flex;
}
.nc-file-preview.nc-has-image > .nc-preview-none {
  display: none;
}
/*------------------------------------------------------------------
    [7. Section]
*/
/* Basic styles */
.nc-section {
  margin-top: var(--pre-section-spacing-top);
  margin-bottom: var(--pre-section-spacing-bottom);
}
.nc-section-title {
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
  color: var(--pre-block-color, var(--pre-title-color));
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 0.75rem);
}
.nc-section-text {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
  font-size: 1.125rem;
  font-weight: 500;
}
.nc-section-separator {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
}
.nc-section-head,
.nc-section-footer {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: var(--pre-block-text-fx-align, center);
  text-align: var(--pre-block-text-align, center);
  text-align-last: var(--pre-block-text-align-last, auto);
  z-index: 1;
}
.nc-section-head {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, var(--pre-section-head-spacing, 4rem));
}
.nc-section-footer {
  --pre-smart-space-top: initial;
  margin-top: var(--pre-smart-space-top, var(--pre-section-footer-spacing, 4rem));
}
.nc-section-footer .nc-section-title {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 2rem);
}
.nc-section-textes {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: var(--pre-block-text-fx-align, center);
  position: relative;
}
.nc-section-textes .nc-section-title {
  flex: 0 0 auto;
  max-width: 25ch;
}
.nc-section-textes .nc-section-text {
  flex: 0 0 auto;
  max-width: 55ch;
}
.nc-section-title.nc-direct-line-list {
  align-items: baseline;
  flex-wrap: nowrap;
}
.nc-section-solid {
  padding-top: calc(var(--pre-section-spacing-top) + var(--pre-extra-space-top, 0px));
  padding-bottom: calc(var(--pre-section-spacing-bottom) + var(--pre-extra-space-bottom, 0px));
  position: relative;
  z-index: 1;
}
.nc-section-block {
  --pre-section-spacing-top: 6rem;
  --pre-section-spacing-bottom: 6rem;
  --pre-section-head-spacing: 3rem;
  --pre-section-footer-spacing: 3rem;
  --pre-smart-space-top: initial;
  margin-top: var(--pre-smart-space-top, var(--pre-section-spacing-top));
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, var(--pre-section-spacing-bottom));
}
.nc-section-block .nc-section-head,
.nc-section-block .nc-section-footer {
  --pre-block-text-align: left;
  --pre-block-text-align-last: auto;
  --pre-block-text-fx-align: start;
}
.nc-section-slim {
  --pre-section-spacing-top: 6rem;
  --pre-section-spacing-bottom: 6rem;
}
.nc-section-slim-up {
  --pre-section-spacing-top: 6rem;
  --pre-section-spacing-bottom: 2rem;
}
.nc-section-hfx,
.nc-section-hfl {
  display: flex;
  flex-direction: column;
  min-height: var(--pre-section-height);
}
.nc-section-hfx {
  --pre-section-height: 50rem;
}
.nc-section-hfl {
  --pre-section-height: 100vh;
}
@media (min-height: 1080px) {
  .nc-section-hfl {
    --pre-section-height: 1080px;
  }
}
/* Views */
.nc-section-sidebar {
  --pre-section-spacing-top: 4rem;
  --pre-section-spacing-bottom: 4rem;
  --pre-section-head-spacing: 1.5rem;
  --pre-section-footer-spacing: 1.5rem;
  --pre-blocks-spacing: 2rem;
  margin-top: 0;
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, var(--pre-section-spacing-top));
}
.nc-section-sidebar .nc-section-head,
.nc-section-sidebar .nc-section-footer {
  --pre-block-text-align: left;
  --pre-block-text-align-last: auto;
  --pre-block-text-fx-align: start;
}
.nc-section-view-top-contacts {
  z-index: auto;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .nc-section-view-top-contacts {
    padding-top: 0;
    margin-top: -11rem;
  }
}
/*------------------------------------------------------------------
    [8. Form]
*/
/* Elements */
.form-control {
  background-color: var(--pre-theme-field-bg, var(--bs-body-bg));
  color: var(--pre-theme-field-color, var(--bs-body-color));
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: 1.875;
  padding: 0.5rem 1.25rem;
  border-color: var(--pre-lighten-color);
  border-radius: 1.5rem;
  box-shadow: none;
  transition: all var(--pre-default-duration) linear 0s;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem var(--pre-theme-field-oreol-color, rgba(var(--pre-theme-rgb), 0.4)), 0 0 0 0.25rem #fff;
  color: var(--pre-theme-field-color, var(--bs-body-color));
  border-color: var(--pre-lighten-color);
  background-color: var(--pre-theme-field-bg, var(--bs-body-bg));
}
.form-control:active {
  box-shadow: 0 0 0 0.25rem var(--pre-theme-field-oreol-color, rgba(var(--pre-theme-rgb), 0.4)), 0 0 0 0.25rem #fff, 0 0 0.75rem var(--pre-theme-field-hover-shadow-color, rgba(var(--pre-theme-rgb), 0.8));
}
.form-control:not(:disabled):not(.disabled):hover {
  box-shadow: 0 0 0 0.25rem var(--pre-theme-field-oreol-color, rgba(var(--pre-theme-rgb), 0.4)), 0 0 0 0.25rem #fff, 0 0 1.5rem var(--pre-theme-field-hover-shadow-color, rgba(var(--pre-theme-rgb), 0.8));
}
.form-control::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
}
.form-control::-moz-placeholder {
  color: inherit;
  font-size: inherit;
}
.form-control:-moz-placeholder {
  color: inherit;
  font-size: inherit;
}
.form-control:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
}
.nc-field-actions ~ .form-control {
  margin-left: 0 !important;
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}
.form-label {
  font-weight: 600;
  margin-bottom: 1rem;
}
.form-label.required:after {
  content: "*";
  margin-inline-start: 0.25rem;
}
/* Buttons */
.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-family: var(--bs-body-font-family);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: var(--pre-text-major-weight);
  --bs-btn-line-height: 1.875rem;
  --bs-btn-color: var(--pre-title-color);
  --bs-btn-border-width: 0px;
  --bs-btn-border-radius: 40rem;
  --bs-btn-box-shadow: none;
  --bs-btn-hover-border-color: transparent;
  --pre-btn-hover-opacity: 1;
  --bs-btn-focus-box-shadow: none;
  --bs-btn-disabled-opacity: 1;
  opacity: 1;
  box-shadow: var(--bs-btn-box-shadow);
  transition: all var(--pre-default-duration) linear 0s;
}
.btn:focus {
  color: var(--pre-btn-focus-color, var(--bs-btn-hover-color));
  background-color: var(--pre-btn-focus-bg, var(--bs-btn-hover-bg));
  border-color: var(--pre-btn-focus-border-color, var(--bs-btn-hover-border-color));
  box-shadow: var(--bs-btn-focus-box-shadow, var(--pre-btn-hover-box-shadow));
}
.btn:active,
.btn.active {
  color: var(--bs-btn-active-color, var(--bs-btn-hover-color));
  background-color: var(--bs-btn-active-bg, var(--bs-btn-hover-bg));
  border-color: var(--bs-btn-active-border-color, var(--bs-btn-hover-border-color));
  box-shadow: var(--pre-btn-active-box-shadow, var(--pre-btn-hover-box-shadow)) !important;
}
.btn:hover {
  opacity: var(--pre-btn-hover-opacity);
  box-shadow: var(--pre-btn-hover-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  box-shadow: var(--pre-btn-disabled-box-shadow);
}
.btn-sm {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.625rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-font-size: 0.875rem;
}
.btn-lg {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-line-height: 2;
  --bs-btn-font-size: 1.25rem;
}
.nc-btn-theme {
  --bs-btn-bg: var(--pre-theme-color);
  --bs-btn-color: #fff;
  --bs-btn-box-shadow: 0 0.5rem 1.5rem var(--pre-theme-btn-shadow-color, rgba(var(--pre-theme-secondary-rgb), 0.5));
  --bs-btn-hover-bg: var(--bs-btn-bg);
  --bs-btn-hover-color: #fff;
  --pre-btn-hover-box-shadow: 0 0 0 0.25rem var(--pre-theme-btn-oreol-color, rgba(var(--pre-theme-rgb), 0.3)), 0 0 0 0.25rem #fff, 0 0 1.5rem var(--pre-theme-btn-hover-shadow-color, rgba(var(--pre-theme-secondary-rgb), 0.8));
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem var(--pre-theme-btn-oreol-color, rgba(var(--pre-theme-rgb), 0.3)), 0 0 0 0.25rem #fff;
  --pre-btn-active-box-shadow: 0 0 0 0.25rem var(--pre-theme-btn-oreol-color, rgba(var(--pre-theme-rgb), 0.3)), 0 0 0 0.25rem #fff, 0 0 0.75rem var(--pre-theme-btn-hover-shadow-color, rgba(var(--pre-theme-secondary-rgb), 0.8));
}
.nc-btn-theme-transparent {
  --bs-btn-bg: transparent;
  --bs-btn-color: var(--pre-title-color);
  --bs-btn-box-shadow: 0 0 0 var(--pre-theme-btn-shadow-color, rgba(var(--pre-theme-rgb), 0.5));
  --bs-btn-hover-bg: var(--pre-block-bg, var(--bs-body-bg));
  --bs-btn-hover-color: var(--pre-theme-color);
  --pre-btn-hover-box-shadow: 0 0 1.5rem var(--pre-theme-btn-shadow-color, rgba(var(--pre-theme-rgb), 0.5));
  --bs-btn-focus-box-shadow: 0 0 0.25rem var(--pre-theme-btn-shadow-color, rgba(var(--pre-theme-rgb), 0.5));
  --pre-btn-active-box-shadow: 0 0 0.75rem var(--pre-theme-btn-hover-shadow-color, rgba(var(--pre-theme-rgb), 0.8));
}
.nc-btn-theme-white {
  --bs-btn-bg: #fff;
  --bs-btn-color: var(--pre-theme-color);
  --bs-btn-box-shadow: 0 0.5rem 1.5rem var(--pre-theme-btn-shadow-color, rgba(var(--pre-theme-rgb), 0.5));
  --bs-btn-hover-bg: var(--pre-theme-color);
  --bs-btn-hover-color: #fff;
  --pre-btn-hover-box-shadow: 0 0 0 0.25rem var(--pre-theme-btn-oreol-color, rgba(var(--pre-theme-rgb), 0.3)), 0 0 0 0.25rem #fff, 0 0 1.5rem var(--pre-theme-btn-hover-shadow-color, rgba(var(--pre-theme-rgb), 0.8));
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem var(--pre-theme-btn-oreol-color, rgba(var(--pre-theme-rgb), 0.3)), 0 0 0 0.25rem #fff;
  --pre-btn-active-box-shadow: 0 0 0 0.25rem var(--pre-theme-btn-oreol-color, rgba(var(--pre-theme-rgb), 0.3)), 0 0 0 0.25rem #fff, 0 0 0.75rem var(--pre-theme-btn-hover-shadow-color, rgba(var(--pre-theme-rgb), 0.8));
}
.nc-btn-theme-border {
  --bs-btn-bg: var(--pre-block-bg, var(--bs-body-bg));
  --bs-btn-color: var(--pre-theme-color);
  --bs-btn-box-shadow: 0 0.5rem 1.5rem var(--pre-theme-btn-shadow-color, rgba(var(--pre-theme-rgb), 0.5));
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: currentColor;
  --bs-btn-hover-bg: var(--pre-theme-color);
  --bs-btn-hover-color: #fff;
  --pre-btn-hover-box-shadow: 0 0 0 0.25rem var(--pre-theme-btn-oreol-color, rgba(var(--pre-theme-rgb), 0.3)), 0 0 0 0.25rem #fff, 0 0 1.5rem var(--pre-theme-btn-hover-shadow-color, rgba(var(--pre-theme-rgb), 0.8));
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem var(--pre-theme-btn-oreol-color, rgba(var(--pre-theme-rgb), 0.3)), 0 0 0 0.25rem #fff;
  --pre-btn-active-box-shadow: 0 0 0 0.25rem var(--pre-theme-btn-oreol-color, rgba(var(--pre-theme-rgb), 0.3)), 0 0 0 0.25rem #fff, 0 0 0.75rem var(--pre-theme-btn-hover-shadow-color, rgba(var(--pre-theme-rgb), 0.8));
  position: relative;
  border: 0 none;
}
.nc-btn-theme-border:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--bs-btn-border-radius);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  transition: all var(--pre-default-duration) linear 0s;
}
.nc-btn-theme-border:hover:after {
  opacity: 0;
}
.nc-btn-major {
  min-width: 7rem;
}
.nc-btn-wide {
  min-width: 9rem;
}
.nc-btn-wider {
  min-width: 12rem;
}
.nc-btn-square {
  --bs-btn-padding-x: var(--bs-btn-padding-y);
  min-width: calc(var(--bs-btn-line-height) + 2 * var(--bs-btn-padding-x));
}
/* Field types */
.nc-spin-simple-field {
  width: var(--pre-field-size, 10rem);
}
.nc-spin-simple-field .form-control {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  -moz-appearance: textfield;
}
.nc-spin-simple-field .form-control::-webkit-outer-spin-button,
.nc-spin-simple-field .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nc-spin-simple-field .nc-field-decrement,
.nc-spin-simple-field .nc-field-increment {
  z-index: 4;
  position: absolute;
  top: 0.5rem;
  width: 2rem;
  line-height: calc(var(--bs-body-font-size) * 1.875);
  font-size: 1.125rem;
  color: var(--bs-body-color);
  cursor: pointer;
  text-align: center;
}
.nc-spin-simple-field .nc-field-decrement.disabled,
.nc-spin-simple-field .nc-field-increment.disabled {
  opacity: 0.3;
  cursor: default;
}
.nc-spin-simple-field .nc-field-decrement:not(.disabled):hover,
.nc-spin-simple-field .nc-field-increment:not(.disabled):hover {
  color: var(--pre-theme-color);
}
.nc-spin-simple-field .nc-field-decrement {
  left: 1.25rem;
}
.nc-spin-simple-field .nc-field-increment {
  right: 1.25rem;
}
.form-check {
  --pre-checkbox-element-spacing: 0.5rem;
  --pre-checkbox-box-size: 1rem;
  font-size: var(--bs-body-font-size);
  line-height: 1.875;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  margin-bottom: 0;
  align-items: baseline;
}
.form-check .form-check-input {
  margin-left: 0;
  float: none;
}
.form-check .nc-checkbox-box,
.form-check .form-check-input {
  align-self: flex-start;
  margin-top: calc(1.875 * var(--bs-body-font-size) / 2 - var(--pre-checkbox-box-size) / 2 + var(--pre-checkbox-box-fix, -0.125em));
}
.form-check-inline {
  display: inline-flex;
}
.form-check-label {
  flex: 1 1 0;
  width: 100%;
  max-width: max-content;
  font-weight: 600;
  color: var(--pre-field-validation-color, inherit) !important;
}
.nc-checkbox-icon,
.nc-checkbox-box {
  display: inline-block;
  line-height: 1;
  position: relative;
  user-select: none;
  color: var(--pre-checkbox-box-color);
  cursor: pointer;
  text-align: center;
  min-width: var(--pre-checkbox-box-size);
  min-height: var(--pre-checkbox-box-size);
  margin-inline-end: var(--pre-checkbox-element-spacing);
  flex: 0 0 auto;
  transition: all var(--pre-default-duration) linear 0s;
}
.nc-checkbox-box {
  --pre-checkbox-box-radius: 0.25rem;
  --pre-checkbox-box-border-color: var(--pre-lighten-color);
  border: 1px solid var(--pre-checkbox-box-border-color-force, var(--pre-field-validation-color, var(--pre-checkbox-box-border-color)));
  background-color: var(--pre-theme-field-bg, var(--bs-body-bg));
  border-radius: var(--pre-checkbox-box-radius);
  box-shadow: var(--pre-checkbox-box-shadow);
}
.nc-checkbox-box:after {
  content: "";
  position: absolute;
  left: var(--pre-checkbox-box-dot-space, 0);
  top: var(--pre-checkbox-box-dot-space, 0);
  right: var(--pre-checkbox-box-dot-space, 0);
  bottom: var(--pre-checkbox-box-dot-space, 0);
  opacity: 0;
  background-color: var(--pre-field-validation-color, var(--pre-theme-color));
  border-radius: var(--pre-checkbox-box-radius);
  transition: opacity var(--pre-default-duration) linear 0s;
}
.form-check-input {
  border: 0 none;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0;
  opacity: 0;
  width: var(--pre-checkbox-box-size);
  height: var(--pre-checkbox-box-size);
  margin-inline-end: calc(-1 * var(--pre-checkbox-box-size));
  flex: 0 0 auto;
  position: relative;
}
.form-check-input[type="radio"] ~ .nc-checkbox-box {
  --pre-checkbox-box-radius: 50%;
}
.form-check-input:not(:disabled):not(.disabled) ~ .form-check-label {
  cursor: pointer;
}
.form-check-input:not(:disabled):not(.disabled):hover ~ .nc-checkbox-box {
  --pre-checkbox-box-shadow: 0 0 0 0.25rem var(--pre-theme-field-oreol-color, rgba(var(--pre-theme-rgb), 0.4)), 0 0 0 0.25rem var(--bs-body-bg), 0 0 1.5rem var(--pre-theme-field-hover-shadow-color, rgba(var(--pre-theme-rgb), 0.8));
  --pre-checkbox-box-border-color-force: var(--pre-theme-color);
}
.form-check-input:focus ~ .nc-checkbox-box {
  --pre-checkbox-box-shadow: 0 0 0 0.25rem var(--pre-theme-field-oreol-color, rgba(var(--pre-theme-rgb), 0.4)), 0 0 0 0.25rem var(--bs-body-bg);
}
.form-check-input:enabled ~ .nc-checkbox-box:active,
.form-check-input:active ~ .nc-checkbox-box {
  --pre-checkbox-box-shadow: 0 0 0 0.25rem var(--pre-theme-field-oreol-color, rgba(var(--pre-theme-rgb), 0.4)), 0 0 0 0.25rem var(--bs-body-bg), 0 0 0.75rem var(--pre-theme-field-hover-shadow-color, rgba(var(--pre-theme-rgb), 0.8));
}
.form-check-input:checked ~ .nc-checkbox-box,
.form-check-input:enabled ~ .nc-checkbox-box:active,
.form-check-input:focus ~ .nc-checkbox-box,
.form-check-input:active ~ .nc-checkbox-box {
  --pre-checkbox-box-border-color: var(--pre-theme-color);
}
.form-check-input:checked ~ .nc-checkbox-icon,
.form-check-input:checked ~ .nc-checkbox-box {
  color: var(--pre-field-validation-color, var(--pre-theme-color));
}
.form-check-input:checked ~ .nc-checkbox-box:after {
  opacity: 1;
}
.form-check-input:disabled ~ .nc-checkbox-icon,
.form-check-input:disabled ~ .nc-checkbox-box {
  pointer-events: none;
}
.form-check-input:disabled ~ .nc-checkbox-box {
  background-color: var(--pre-field-disabled-bg);
}
.nc-field-file {
  --bs-gutter-x: 1rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.nc-field-file > * {
  flex: 0 0 auto;
  margin-left: calc(0.5 * var(--bs-gutter-x));
  margin-right: calc(0.5 * var(--bs-gutter-x));
  max-width: 100%;
}
.nc-field-file .nc-control-file {
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nc-field-file .input-group {
  flex: 1 1 0;
}
.nc-field-file .form-control {
  cursor: pointer;
}
.nc-field-preview {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-top: calc(-1 * var(--bs-gutter-y));
}
.nc-field-preview > * {
  flex: 0 0 auto;
  margin-top: var(--bs-gutter-y);
  margin-left: calc(0.5 * var(--bs-gutter-x));
  margin-right: calc(0.5 * var(--bs-gutter-x));
  max-width: 100%;
}
.nc-field-preview .nc-field-content {
  width: calc(100% - var(--bs-gutter-x));
}
.nc-field-preview .nc-file-preview {
  cursor: pointer;
}
@media (min-width: 576px) {
  .nc-field-preview .nc-field-content {
    flex: 1 1 0;
    width: auto;
  }
}
/* Field views */
.nc-shadow-input {
  --pre-checkbox-box-size: 1.5rem;
  --pre-checkbox-box-dot-space: 0.1875rem;
  --pre-checkbox-box-shadow: 0 0 0.25rem rgba(var(--pre-shadow-rgb), 0.15), 0 0.5rem 1.5rem rgba(var(--pre-shadow-rgb), 0.1);
  --pre-checkbox-element-spacing: 0.75rem;
}
.nc-shadow-input .form-control {
  border-color: transparent;
}
.nc-shadow-input .form-control:not(:focus) {
  box-shadow: 0 0.5rem 1.5rem rgba(var(--pre-shadow-rgb), 0.1);
}
.nc-shadow-input .nc-checkbox-box {
  border-color: transparent;
}
/*------------------------------------------------------------------
    [9. Header]
*/
/* Basic styles */
:root {
  --pre-page-header-offs: 1rem;
}
.nc-page-header {
  --pre-page-header-bg: var(--bs-body-bg);
  --pre-page-header-color: var(--pre-title-color);
  z-index: 30;
  position: relative;
  font-family: var(--pre-title-font);
  background-color: var(--pre-page-header-bg);
  color: var(--pre-page-header-color);
  width: 100%;
}
.nc-page-header .nc-nav-show {
  display: block;
}
.nc-page-header .nc-nav-hide {
  display: none;
}
.nc-page-header.active .nc-nav-show {
  display: none;
}
.nc-page-header.active .nc-nav-hide {
  display: block;
}
.nc-page-header + .nc-after-head,
.nc-page-header + .nc-under-head {
  margin-top: calc(-1 * var(--pre-page-header-size));
  position: relative;
}
.nc-page-header + .nc-stick-to-head {
  margin-top: calc(-1 * var(--pre-page-header-offs));
}
.nc-page-header + .nc-stick-to-head .nc-content-offs {
  padding-top: calc(var(--pre-page-header-size) - var(--pre-page-header-offs));
}
.nc-page-header + .nc-stick-to-head .nc-section-offs {
  padding-top: calc(var(--pre-page-header-size) - var(--pre-page-header-offs) + var(--pre-section-spacing-top) + var(--pre-extra-space-top, 0px));
}
@media (max-width: 991px) {
  .nc-page-header + .nc-stick-to-head .nc-content-offs-mobile {
    padding-top: calc(var(--pre-page-header-size) - var(--pre-page-header-offs));
  }
}
.nc-page-header + .nc-after-head .nc-content-offs {
  padding-top: var(--pre-page-header-size);
}
.nc-page-header + .nc-after-head .nc-section-offs {
  padding-top: calc(var(--pre-page-header-size) + var(--pre-section-spacing-top) + var(--pre-extra-space-top, 0px));
}
@media (max-width: 991px) {
  .nc-page-header + .nc-after-head .nc-content-offs-mobile {
    padding-top: var(--pre-page-header-size);
  }
}
.nc-navbar-actions {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .nc-page-header [data-navbar-shown] {
    display: none;
  }
  .nc-page-header.nc-active-info [data-navbar-shown="info"],
  .nc-page-header.nc-active-actions [data-navbar-shown="actions"],
  .nc-page-header.nc-active-nav [data-navbar-shown="main-nav"] {
    display: block;
  }
}
/* Horizontal header */
body {
  --pre-page-header-height: var(--pre-page-header-brand-size);
}
.nc-header-horizontal {
  --pre-nav-elements-spacing: 1.5rem;
  --pre-navbar-items-spacing: 0;
  --pre-navbar-items-font-size: 1.25rem;
  --pre-nav-bg: var(--pre-body-block-color);
  --pre-nav-color: var(--pre-page-header-color);
  --pre-nav-active-color: var(--pre-theme-color);
  --pre-sticked-bg: var(--pre-page-header-bg);
  --pre-sticked-color: var(--pre-page-header-color);
  --pre-sticked-shadow: 0px 0.5rem 0.5rem rgba(var(--pre-shadow-rgb), 0.3);
  height: var(--pre-page-header-size);
}
.nc-header-horizontal .navbar {
  position: relative;
  padding: var(--pre-page-header-offs) 0;
}
.nc-header-horizontal .navbar-brand {
  padding: 0;
  font-size: var(--pre-page-header-brand-size);
  flex-shrink: 0;
  margin-right: var(--pre-navbar-items-spacing);
}
.nc-header-horizontal .nc-navbar-togglers {
  align-items: center;
}
.nc-header-horizontal .navbar-toggler,
.nc-header-horizontal .nc-nav-toggler {
  margin-left: auto;
  color: inherit;
  font-size: 1.5rem;
  height: var(--pre-page-header-height);
  width: var(--pre-page-header-height);
  line-height: var(--pre-page-header-height);
  padding: 0;
  transition: all var(--pre-default-duration) linear 0s;
}
.nc-header-horizontal .navbar-toggler:hover,
.nc-header-horizontal .nc-nav-toggler:hover {
  color: inherit;
}
.nc-header-horizontal .navbar-nav {
  font-weight: 600;
}
.nc-header-horizontal .navbar-nav > .nav-item > .nav-link {
  font-size: var(--pre-navbar-items-font-size);
}
.nc-header-horizontal .nav-link {
  line-height: 1;
  color: inherit;
  opacity: 1;
}
.nc-header-horizontal .nav-link:hover,
.nc-header-horizontal .nav-link:active {
  color: var(--pre-nav-active-color);
}
.nc-header-horizontal .nc-nav-arrow {
  margin-left: 0.5em;
  font-size: 0.75em;
  line-height: 1;
  text-align: center;
  display: inline-block;
  transition: transform var(--pre-default-duration) linear 0s;
}
.nc-header-horizontal .navbar-collapse .container {
  display: flex !important;
  flex-direction: column;
}
@media (max-width: 991px) {
  .nc-header-horizontal {
    --pre-navbar-items-spacing: 0.25rem;
  }
  .nc-header-horizontal .navbar-brand {
    flex-grow: 0;
    margin-right: 0;
  }
  .nc-header-horizontal .nc-navbar-desktop {
    display: none;
  }
  .nc-header-horizontal .navbar-collapse {
    --pre-block-color: initial !important;
    --pre-block-border-color: initial !important;
    transition: all 0.5s linear 0s;
    position: fixed;
    top: -100vh;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    z-index: 20;
    background-color: var(--pre-page-header-bg);
    color: var(--pre-page-header-color);
    text-align: center;
    display: flex;
  }
  .nc-header-horizontal .navbar-collapse .nc-navbar-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin: auto;
  }
  .nc-header-horizontal .navbar-collapse .nav-item .nav {
    margin-bottom: 0.75rem;
  }
  .nc-header-horizontal .navbar-collapse .container {
    margin: auto;
    align-items: center;
  }
  .nc-header-horizontal .navbar-nav > .nav-item {
    padding: var(--pre-navbar-items-spacing) 0;
  }
  .nc-header-horizontal .nav-item {
    font-size: 1.125rem;
  }
  .nc-header-horizontal .nav-item .nav-item {
    font-size: 0.875em;
  }
  .nc-header-horizontal .nav-item.active > .nav-link {
    color: var(--pre-nav-active-color);
  }
  .nc-header-horizontal .nav-item.active > .nav-link .nc-nav-arrow {
    transform: rotate(180deg);
  }
  .nc-header-horizontal .nav-link {
    padding-left: 0;
  }
  .nc-header-horizontal .nc-nav-arrow {
    color: inherit;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -0.5em;
  }
  .nc-header-horizontal.active .nc-stick-nav {
    animation: none !important;
  }
  .nc-header-horizontal.active .navbar-collapse {
    top: 0;
  }
  .nc-header-horizontal.active .navbar-toggler {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 21;
    color: var(--pre-page-header-color);
  }
}
@media (min-width: 992px) {
  .nc-header-horizontal {
    --pre-navbar-items-spacing: 0.75rem;
    --pre-navbar-items-font-size: 1rem;
  }
  .nc-header-horizontal .navbar-toggler,
  .nc-header-horizontal .nc-nav-toggler,
  .nc-header-horizontal .nc-navbar-mobile,
  .nc-header-horizontal .nc-navbar-mobile-nav {
    display: none;
  }
  .nc-header-horizontal .navbar-collapse {
    flex-basis: auto;
  }
  .nc-header-horizontal .navbar-collapse .container {
    flex-direction: row;
  }
  .nc-header-horizontal .nav-item {
    position: relative;
  }
  .nc-header-horizontal .nav-link {
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  .nc-header-horizontal .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .nc-header-horizontal .navbar-nav > .nav-item {
    margin: 0 var(--pre-navbar-items-spacing);
  }
}
@media (min-width: 1200px) {
  .nc-header-horizontal {
    --pre-navbar-items-spacing: 1.5rem;
    --pre-navbar-items-font-size: 1.125rem;
  }
}
/* Header over page */
.nc-header-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
}
.nc-header-over + .nc-after-head,
.nc-header-over + .nc-under-head,
.nc-header-over + .nc-stick-to-head {
  margin-top: 0;
}
/* Header view: side actions */
.nc-header-view-side-actions {
  --pre-page-header-brand-size: 6.6rem;
  --pre-page-header-size: calc(var(--pre-page-header-height) + var(--pre-page-header-offs) * 2);
}
.nc-header-view-side-actions .nc-nav-toggler {
  width: 3rem;
  height: 3rem;
}
.nc-header-view-side-actions .nc-navbar-actions {
  color: var(--pre-block-color, var(--bs-body-color));
}
.nc-header-view-side-actions .nc-navbar-actions .nc-major-record {
  font-size: 1.5rem;
}
.nc-header-view-side-actions .nc-navbar-actions .nc-major-record .nc-record-value {
  --pre-smart-space-start: initial;
  margin-inline-start: var(--pre-smart-space-start, 1rem);
}
.nc-header-view-side-actions .nc-header-horizontal {
  --pre-sticked-bg: var(--pre-body-secondary-color);
}
.nc-header-view-side-actions .nc-header-horizontal .nc-actions-nav {
  font-weight: 600;
}
@media (max-width: 991px) {
  .nc-header-view-side-actions .nc-header-horizontal .nc-actions-nav {
    flex-direction: column;
  }
  .nc-header-view-side-actions .nc-header-horizontal .nc-actions-nav > .nav-item {
    padding: var(--pre-navbar-items-spacing) 0;
  }
  .nc-header-view-side-actions .nc-header-horizontal .nc-actions-nav + .nc-navbar-additional {
    margin-top: var(--pre-nav-elements-spacing);
  }
  .nc-header-view-side-actions .nc-header-horizontal .nc-navbar-additional .nc-major-record span {
    display: block;
  }
}
@media (min-width: 992px) {
  .nc-header-view-side-actions {
    --pre-page-header-brand-size: 8.75rem;
  }
  .nc-header-view-side-actions .nc-header-horizontal .nc-navbar-actions {
    margin-inline-start: auto;
    align-self: center;
    align-items: flex-end;
  }
  .nc-header-view-side-actions .nc-header-horizontal .nc-actions-nav {
    font-size: 0.875rem;
    margin: 0 calc(-1 * var(--pre-nav-elements-spacing) / 2);
  }
  .nc-header-view-side-actions .nc-header-horizontal .nc-actions-nav .nc-nav-sub {
    min-width: auto;
  }
  .nc-header-view-side-actions .nc-header-horizontal .nc-actions-nav > .nav-item {
    margin: 0 calc(var(--pre-nav-elements-spacing) / 2);
  }
  .nc-header-view-side-actions .nc-header-horizontal .nc-actions-nav + .nc-navbar-additional {
    margin-top: 0.5rem;
  }
  .nc-header-view-side-actions .nc-header-horizontal.nc-sticked-nav .nc-navbar-additional {
    display: none;
  }
  .nc-header-view-side-actions .nc-header-horizontal.nc-sticked-nav .navbar-brand {
    font-size: 6rem;
  }
}
/*------------------------------------------------------------------
    [10. Footer]
*/
.nc-footer-navbar .nav {
  flex-direction: column;
}
.nc-footer-navbar .nc-navbar-col {
  display: flex;
  flex-direction: column;
}
.nc-footer-navbar .nc-navbar-col > .row {
  align-self: stretch;
}
.nc-footer-navbar .nav-link {
  padding: 0;
  color: var(--pre-block-color, var(--pre-theme-color));
  display: inline-block;
}
.nc-footer-navbar .nc-navbar-title {
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
  color: var(--pre-block-color, var(--pre-title-color));
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
}
.nc-footer-navbar .navbar-brand {
  line-height: 1;
  display: block;
  opacity: 1 !important;
  color: var(--pre-block-color, var(--pre-theme-color));
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
}
.nc-footer-navbar .nc-navbar-text {
  padding: 0;
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
  max-width: 30ch;
}
.nc-footer-navbar .nc-navbar-socials {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
}
.nc-footer-navbar .nc-navbar-socials a {
  color: var(--pre-block-color, var(--pre-theme-color));
}
/* Footer view: columns */
.nc-footer-view-cols {
  padding: calc(var(--pre-section-spacing-top) + var(--pre-extra-space-top, 0px)) 0 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.nc-footer-view-cols .nc-footer-content {
  margin-bottom: 4rem;
}
.nc-footer-view-cols .nc-footer-bottom {
  padding-bottom: 2rem;
  text-align: center;
}
.nc-footer-view-cols .nc-navbar-col {
  align-items: center;
}
.nc-footer-view-cols .navbar-brand {
  padding: 0 0 0.125em;
  margin-top: -1.25rem;
  margin-right: 0;
  font-size: 2.5rem;
}
.nc-footer-view-cols .nc-navbar-socials {
  font-size: var(--pre-fs4);
  --bs-gutter-x: 1.5rem;
}
@media (min-width: 768px) {
  .nc-footer-view-cols {
    text-align: left;
  }
  .nc-footer-view-cols .nc-navbar-col {
    align-items: start;
  }
}
/* Footer view: solid colorful */
.nc-footer-view-solid-colorful {
  --pre-block-color: #fff !important;
  --pre-block-border-color: #fff !important;
  color: var(--pre-block-color) !important;
}
.nc-footer-view-solid-colorful .nc-navbar-pages .nav-link {
  color: var(--pre-theme-color);
}
.nc-footer-view-solid-colorful .nc-navbar-socials {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
}
.nc-footer-view-solid-colorful .nc-navbar-socials a {
  color: var(--pre-theme-color);
}
/*------------------------------------------------------------------
    [11. Slick slider]
*/
/* Basic styles */
.slick-slide {
  outline: 0 none;
}
.slick-arrow {
  --bs-btn-font-size: 1rem;
  --bs-btn-line-height: 1.5;
  min-width: 5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 1rem;
}
.slick-dots {
  display: inline-flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  --pre-dot-color: var(--bs-body-color);
  --pre-dot-hover-color: var(--pre-theme-color);
  --pre-dot-active-color: var(--pre-theme-color);
}
.slick-dots li {
  display: flex;
  height: 1rem;
}
.slick-dots li + li {
  margin-left: 0.5rem;
}
.slick-dots li button {
  margin: auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0 none;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  color: var(--pre-dot-color);
  background: currentColor;
  outline: none;
  transition: all var(--pre-default-duration) linear 0s;
}
.slick-dots li:not(.slick-active):hover button {
  color: var(--pre-dot-hover-color);
}
.slick-dots .slick-active button {
  width: 0.75rem;
  height: 0.75rem;
  color: var(--pre-dot-active-color);
  cursor: default;
}
.nc-section-head .nc-slick-arrows {
  align-self: flex-end;
}
.nc-slick-dots-right .nc-slick-dots-container {
  text-align: right !important;
}
.nc-slick-dots-center .nc-slick-dots-container {
  text-align: center !important;
}
.nc-slick-dots-bottom .slick-dots {
  bottom: 2rem !important;
}
/* Slider view: main */
.nc-slick-view-main,
.nc-slick-view-standalone {
  width: 100%;
  position: relative;
}
.nc-slick-view-main,
.nc-slick-view-standalone,
.nc-slick-view-main .nc-slick-slides,
.nc-slick-view-standalone .nc-slick-slides,
.nc-slick-view-main .slick-list,
.nc-slick-view-standalone .slick-list {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  max-width: 100%;
}
.nc-slick-view-main .slick-list,
.nc-slick-view-standalone .slick-list {
  padding: 2rem 0 !important;
  margin: -2rem 0;
}
.nc-slick-view-main .nc-slick-slides,
.nc-slick-view-standalone .nc-slick-slides {
  position: relative;
  z-index: 1;
}
.nc-slick-view-main .slick-track,
.nc-slick-view-standalone .slick-track {
  display: flex;
  flex: 1 0 auto;
}
.nc-slick-view-main .slick-slide,
.nc-slick-view-standalone .slick-slide {
  height: auto;
  float: none;
  display: flex;
}
.nc-slick-view-main .slick-dots,
.nc-slick-view-standalone .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(var(--pre-section-spacing-bottom) / 2);
  z-index: 5;
}
.nc-slick-view-main .nc-slick-container-nav,
.nc-slick-view-standalone .nc-slick-container-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.nc-slick-view-main .nc-slick-container-nav .container,
.nc-slick-view-standalone .nc-slick-container-nav .container {
  width: 100%;
  height: 100%;
  position: relative;
  flex-direction: column;
  display: flex;
}
.nc-slick-view-main .nc-slick-container-nav .slick-dots,
.nc-slick-view-standalone .nc-slick-container-nav .slick-dots {
  z-index: 2;
  width: auto;
  position: relative;
}
.nc-slick-view-main .nc-slick-container-nav .nc-slick-dots-container,
.nc-slick-view-standalone .nc-slick-container-nav .nc-slick-dots-container {
  margin-top: auto;
}
/* Slider view: standalone (full section banner slider) */
.nc-slick-view-standalone {
  min-height: var(--pre-section-height);
}
.nc-slick-view-standalone .slick-track {
  display: flex;
  flex-direction: row;
}
.nc-slick-view-standalone .slick-slide {
  display: flex;
  height: auto;
  justify-content: center;
}
/* Slider view: carousel */
.nc-slick-view-carousel {
  --bs-gutter-x: 1rem;
}
.nc-slick-view-carousel .slick-list {
  padding: 2rem 0 !important;
  margin: -2rem 0;
}
.nc-slick-view-carousel .nc-slick-slides {
  max-width: 100vw;
  margin: 0 max(calc(50% - 50vw), calc(var(--bs-gutter-x) *-1));
}
.nc-slick-view-carousel .slick-track {
  display: flex;
  flex-direction: row;
}
.nc-slick-view-carousel .slick-slide {
  padding: 0 var(--bs-gutter-x);
  display: flex;
  height: auto;
  justify-content: center;
}
.nc-slick-view-carousel .nc-slick-arrows {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.nc-slick-view-carousel .slick-arrow + .slick-arrow {
  margin-left: 1rem;
}
/* Slider view: thumb */
.nc-slick-view-thumb {
  flex: 0 0 auto;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  position: relative;
}
.nc-slick-view-thumb .slick-slide {
  cursor: pointer;
}
@media (min-width: 576px) {
  .nc-slick-view-thumb {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .nc-slick-view-thumb {
    max-width: 740px;
  }
}
/* Slider arrows navigation: side */
.nc-slick-side-arrows-navigation {
  padding-left: 7rem;
  padding-right: 7rem;
  z-index: 1;
  position: relative;
}
.nc-slick-side-arrows-navigation .nc-slick-slides {
  z-index: 1;
}
.nc-slick-side-arrows-navigation .nc-slick-arrows {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  top: 1rem;
  right: 1rem;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
/* Slider dots navigation: side */
@media (min-width: 992px) {
  .nc-slick-side-dots-navigation {
    --pre-container-width: 960px;
  }
  .nc-slick-side-dots-navigation .slick-dots {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: auto;
    left: auto;
    bottom: auto;
    top: 0;
    right: max(0.5rem, calc(50% - var(--pre-container-width) / 2 - 0.5rem));
  }
  .nc-slick-side-dots-navigation .slick-dots li {
    height: auto;
  }
  .nc-slick-side-dots-navigation .slick-dots li button {
    margin: 0;
  }
  .nc-slick-side-dots-navigation .slick-dots li + li {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .nc-slick-side-dots-navigation {
    --pre-container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .nc-slick-side-dots-navigation {
    --pre-container-width: 1320px;
  }
}
/*------------------------------------------------------------------
    [12. Shuffle]
*/
.shuffle {
  overflow: visible !important;
}
/*------------------------------------------------------------------
    [13. Entity]
*/
/* Basic structure */
.nc-entity {
  --pre-block-image-shadow: 0 0 1rem rgba(var(--pre-shadow-rgb), 0.05);
  --pre-entity-text-space: 1rem;
  --pre-first-block-space: 0px;
  --pre-block-radius: initial;
  --pre-block-radius-top-left: initial;
  --pre-block-radius-top-right: initial;
  --pre-block-radius-bottom-left: initial;
  --pre-block-radius-bottom-right: initial;
  margin-top: var(--pre-first-block-space, var(--pre-blocks-spacing, var(--pre-space-next)));
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex: 1 1;
}
.nc-entity + * {
  --pre-space-next: 3rem;
  --pre-first-block-space: initial !important;
}
a.nc-entity,
a.nc-entity-preview {
  opacity: 1;
}
/* Structure elements */
.nc-entity-title {
  flex: var(--pre-text-flex, 0 0 auto);
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
  color: var(--pre-block-color, var(--pre-title-color));
}
.nc-entity-title,
.nc-entity-content-title,
.nc-entity-subtitle,
.nc-entity-text,
.nc-entity-author,
.nc-entity-details {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, var(--pre-entity-text-space));
}
.nc-entity-content-title {
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
  color: var(--pre-block-color, var(--pre-title-color));
}
.nc-entity-title.nc-direct-line-list {
  align-items: flex-start;
  flex-wrap: nowrap;
}
.nc-entity-title .nc-separator-shorten {
  height: 1.4em;
  width: auto;
}
.nc-entity-subtitle {
  font-family: var(--pre-title-font);
  color: var(--pre-block-color, var(--pre-title-color));
}
.nc-entity-author {
  font-weight: var(--pre-text-major-weight);
}
.nc-entity-number {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1.5rem);
  line-height: 0.75;
}
.nc-entity-price,
.nc-entity-body,
.nc-entity-list,
.nc-entity-info,
.nc-entity-socials,
.nc-entity-categories,
.nc-entity-activity,
.nc-entity-date,
.nc-entity-position,
.nc-entity-action-btns,
.nc-entity-action-socials {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, var(--pre-entity-text-space));
}
.nc-entity-icon,
.nc-entity-image,
.nc-entity-preview {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: var(--pre-block-text-fx-align, start);
  position: relative;
}
.nc-entity-icon img.mw-100,
.nc-entity-image img.mw-100,
.nc-entity-preview img.mw-100 {
  width: 110%;
}
.nc-entity-icon {
  align-self: var(--pre-block-text-fx-align, start);
}
.nc-entity-image {
  align-self: var(--pre-block-text-fx-align, stretch);
}
.nc-entity-image:not(.nc-transparent-image),
.nc-entity-preview:not(.nc-transparent-image) {
  overflow: hidden;
  box-shadow: var(--pre-block-image-shadow);
}
.nc-entity-image:not(.nc-transparent-image),
.nc-entity-preview:not(.nc-transparent-image) {
  border-top-left-radius: calc(var(--pre-block-radius-top-left, var(--pre-block-radius, 0.75rem)) - var(--pre-block-radius-fix, 0px));
  border-top-right-radius: calc(var(--pre-block-radius-top-right, var(--pre-block-radius, 0.75rem)) - var(--pre-block-radius-fix, 0px));
  border-bottom-left-radius: calc(var(--pre-block-radius-bottom-left, var(--pre-block-radius, 0.75rem)) - var(--pre-block-radius-fix, 0px));
  border-bottom-right-radius: calc(var(--pre-block-radius-bottom-right, var(--pre-block-radius, 0.75rem)) - var(--pre-block-radius-fix, 0px));
}
.nc-entity-action-btns {
  padding-top: 0.25rem;
}
.nc-block + .nc-entity-items,
.nc-content-block + .nc-entity-items {
  margin-top: var(--pre-blocks-spacing, 3rem);
  margin-left: var(--pre-blocks-spacing, 3rem);
}
.nc-entity-form {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1.5rem);
}
/* Cols */
.nc-entity-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0%;
}
.nc-entity-title-col {
  flex: 1 1 0;
}
.nc-entity-image-col {
  flex: 0 0 auto;
  width: var(--pre-image-col-size, 100%);
  max-width: var(--pre-image-col-max, var(--pre-image-col-size));
}
.nc-entity-price-col {
  flex: 0 0 auto;
  width: var(--pre-price-col-size, 100%);
}
.nc-entity-total-col {
  flex: 0 0 auto;
  width: var(--pre-total-col-size, var(--pre-price-col-size, 100%));
}
.nc-entity-quantity-col {
  flex: 0 0 auto;
  width: var(--pre-quantity-col-size, var(--pre-value-col-size, 100%));
}
.nc-entity-action-col {
  flex: 0 0 auto;
  width: var(--pre-action-col-size, 100%);
}
.nc-entity-order-id-col {
  flex: 0 0 auto;
  width: var(--pre-order-id-col-size, 100%);
}
.nc-entity-status-col {
  flex: 0 0 auto;
  width: var(--pre-status-col-size, 100%);
}
.nc-entity-date-col {
  flex: 0 0 auto;
  width: var(--pre-date-col-size, 100%);
}
.nc-entity-btn-col {
  flex: 0 0 auto;
  width: var(--pre-btn-col-size, 100%);
}
.nc-entity-toggle-col {
  flex: 0 0 auto;
  width: var(--pre-toggle-col-size, 100%);
}
/* Basic views */
.nc-line-entity {
  --pre-entity-text-space: 0.5rem;
}
.nc-line-entity .nc-entity-image-col {
  width: 33.3333%;
  max-width: 14rem;
}
.nc-sidebar-line-entity .nc-entity-image-col {
  width: 41.666667%;
  max-width: 10rem;
}
.nc-sidebar-line-entity .nc-entity-info {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .nc-sidebar-line-entity .nc-entity-image-col {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .nc-sidebar-line-entity .nc-entity-image-col {
    width: 41.666667%;
    max-width: 10rem;
  }
}
/* Entity view: with circle on icon when selected */
.nc-mark-selected-entity .nc-entity-image:before,
.nc-mark-selected-entity .nc-entity-icon:before,
.nc-mark-selected-entity .nc-entity-preview:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  border-radius: 50%;
  background-color: var(--pre-theme-color);
  opacity: 0;
  transition: all var(--pre-default-duration) linear 0s;
}
.slick-current .nc-mark-selected-entity .nc-entity-image:before,
.slick-current .nc-mark-selected-entity .nc-entity-icon:before,
.slick-current .nc-mark-selected-entity .nc-entity-preview:before {
  opacity: 0.2;
}
/* Entity view: background map */
.nc-map-back-entity .nc-block-content {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .nc-map-back-entity {
    --pre-block-bg: var(--pre-body-block-color);
    --pre-block-color: initial;
    --pre-block-border-color: initial;
    --pre-block-content-spacing: 2rem 1rem;
    padding-top: 35rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 1;
  }
  .nc-map-back-entity .nc-entity-map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .nc-map-back-entity .nc-block-content {
    position: relative;
    z-index: 1;
    background-color: var(--pre-block-bg);
    --pre-block-radius: 0.75rem;
    border-radius: var(--pre-block-radius);
    --pre-block-radius-top-left: initial;
    --pre-block-radius-top-right: initial;
    --pre-block-radius-bottom-left: initial;
    --pre-block-radius-bottom-right: initial;
    box-shadow: 0 0 0.5rem rgba(var(--pre-shadow-rgb), 0.1);
    margin-top: 0;
    margin-bottom: 0;
  }
  .nc-map-back-entity .nc-block-content > *,
  .nc-map-back-side-block .nc-block-content > * {
    --pre-block-radius: 0px;
  }
  .nc-map-back-entity .nc-block-content > *:first-child,
  .nc-map-back-side-block .nc-block-content > *:first-child {
    --pre-block-radius-top-left: 0.75rem;
    --pre-block-radius-top-right: 0.75rem;
  }
  .nc-map-back-entity .nc-block-content > *:last-child,
  .nc-map-back-side-block .nc-block-content > *:last-child {
    --pre-block-radius-bottom-left: 0.75rem;
    --pre-block-radius-bottom-right: 0.75rem;
  }
}
/* Entity view: promo */
.nc-promo-entity {
  padding-top: calc(var(--pre-section-spacing-top) + var(--pre-extra-space-top, 0px));
  padding-bottom: calc(var(--pre-section-spacing-bottom) + var(--pre-extra-space-bottom, 0px));
  position: relative;
  justify-content: center;
  --pre-block-text-align: center;
  --pre-block-text-align-last: auto;
  --pre-block-text-fx-align: center;
  text-align: var(--pre-block-text-align);
  text-align-last: var(--pre-block-text-align-last);
}
.nc-promo-entity .nc-block-content {
  flex: 0 0 auto;
}
.nc-promo-entity > .nc-cover-image {
  border-radius: 0;
}
/* Entity view: side date */
.nc-side-date-entity {
  --pre-date-size: 5rem;
}
.nc-side-date-entity .nc-entity-date {
  position: relative;
  padding-bottom: calc(4px + 0.5rem);
  width: var(--pre-date-size);
  align-self: flex-start;
  margin-bottom: 1.5rem;
}
.nc-side-date-entity .nc-entity-date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  color: var(--pre-block-color, var(--pre-theme-color));
  background-color: currentColor;
}
@media (min-width: 576px) {
  .nc-side-date-entity .nc-block-content {
    position: relative;
    padding-inline-start: calc(1.5rem + var(--pre-date-size) + 4px);
  }
  .nc-side-date-entity .nc-entity-date {
    position: absolute;
    top: 1.5rem;
    left: 0;
    align-items: center;
    flex-direction: column;
    padding: 0.25rem 0;
  }
  .nc-side-date-entity .nc-entity-date .nc-record-day,
  .nc-side-date-entity .nc-entity-date .nc-record-month {
    margin: 0 0 var(--pre-smart-space-bottom, 0.5rem);
  }
  .nc-side-date-entity .nc-entity-date:after {
    width: 4px;
    height: 100%;
    left: 100%;
  }
}
/*------------------------------------------------------------------
    [14. Table]
*/
/* Basic view */
.nc-table {
  --pre-table-elements-spacing: 1.5rem;
  --pre-table-text-space: 1rem;
  --pre-table-radius: 0.75rem;
  --pre-table-header-fs: 1rem;
  --pre-table-header-space: 1rem;
  --pre-table-lines-spacing: 1rem;
  --pre-table-line-wrap: nowrap;
  --pre-table-line-align-items: stretch;
  --pre-table-line-fs: 1rem;
  --pre-table-line-py: 0;
  --pre-table-line-px: 0px;
  --pre-table-line-gutter: var(--bs-gutter-x);
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  --pre-image-col-size: 33.3333%;
  --pre-price-col-size: 8rem;
  --pre-field-col-size: 15rem;
  --pre-field-size: 100%;
}
/* Structure elements */
.nc-table-title {
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
  color: var(--pre-block-color, var(--pre-title-color));
}
.nc-table-title {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, var(--pre-table-text-space));
}
.nc-table-header {
  font-family: var(--pre-title-font);
  font-weight: var(--pre-title-weight);
  color: var(--pre-block-color, var(--pre-theme-color));
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, var(--pre-table-header-space));
  font-size: var(--pre-table-header-fs);
  padding-left: var(--pre-table-line-px);
  padding-right: var(--pre-table-line-px);
  z-index: 1;
}
.nc-table-header,
.nc-table-item:not(.nc-block),
.nc-table-item.nc-block > .nc-table-row,
.nc-table-actions {
  display: flex;
  position: relative;
  flex-wrap: var(--pre-table-line-wrap);
  flex-direction: row;
  align-items: var(--pre-table-line-align-items);
  justify-content: var(--pre-block-text-fx-align, flex-start);
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  max-width: none;
  min-width: 100%;
}
.nc-table-header > *,
.nc-table-item:not(.nc-block) > *,
.nc-table-item.nc-block > .nc-table-row > *,
.nc-table-actions > * {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.nc-table-header > * {
  align-items: var(--pre-block-text-fx-align, flex-start);
}
.nc-table-item:not(.nc-block),
.nc-table-item.nc-block > .nc-table-row {
  --pre-normalize-table-line-top: calc(var(--pre-table-line-py) - var(--bs-gutter-y));
  --pre-normalize-gutter-y: calc(-1 * min(var(--pre-normalize-table-line-top), 0px));
  font-size: var(--pre-table-line-fs);
  padding-top: var(--pre-normalize-table-line-top);
  padding-bottom: var(--pre-table-line-py);
  padding-left: var(--pre-table-line-px);
  padding-right: var(--pre-table-line-px);
}
.nc-table-item:not(.nc-block) {
  --pre-row-offset-x: var(--bs-gutter-x);
  --pre-row-offset-y: var(--pre-normalize-gutter-y);
  margin-top: calc(var(--pre-blocks-spacing, var(--pre-space-next, 0px)) - var(--pre-normalize-gutter-y));
}
.nc-table-item.nc-block {
  --pre-row-offset-x: 0px;
  --pre-row-offset-y: 0px;
  margin-top: var(--pre-blocks-spacing, var(--pre-space-next, 0px));
}
.nc-table-item.nc-block > .nc-table-row {
  margin-top: calc(-1 * var(--pre-normalize-gutter-y));
}
.nc-table-item > * {
  align-items: var(--pre-block-text-fx-align, flex-start);
}
.nc-table-item + * {
  --pre-space-next: var(--pre-table-lines-spacing);
}
.nc-table-actions {
  --pre-smart-space-top: initial;
  margin-top: var(--pre-smart-space-top, calc(var(--pre-table-elements-spacing) - var(--bs-gutter-y)));
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, var(--pre-table-elements-spacing));
}
/* Generic views */
.nc-dash-line-table {
  --pre-table-lines-spacing: 0px;
  --pre-table-line-py: 0.5rem;
  --pre-previous-opacity-secondary-elements: initial;
  --pre-opacity-secondary-elements: initial;
}
.nc-dash-line-table > .nc-table-items > .nc-table-item:before {
  opacity: var(--pre-previous-opacity-secondary-elements, var(--pre-opacity-secondary-elements, 1));
  transition: all var(--pre-default-duration) linear 0s;
}
.nc-dash-line-table > .nc-table-items > .nc-table-item + *:before {
  content: "";
  position: absolute;
  left: calc(0.5 * var(--pre-row-offset-x, 0px));
  right: calc(0.5 * var(--pre-row-offset-x, 0px));
  top: var(--pre-row-offset-y, 0px);
  border-top: 1px dashed var(--pre-lighten-color);
}
.nc-dash-items-table > .nc-table-items > .nc-table-item {
  border-bottom: 1px solid transparent;
}
.nc-dash-items-table > .nc-table-items > .nc-table-item:after {
  content: "";
  position: absolute;
  left: calc(0.5 * var(--bs-gutter-x));
  right: calc(0.5 * var(--bs-gutter-x));
  bottom: -1px;
  border-top: 1px dashed var(--pre-lighten-color);
}
.nc-spaced-table {
  --pre-table-line-px: var(--bs-gutter-x);
  --pre-table-line-py: var(--bs-gutter-y);
}
/* Custom views */
.nc-cart-items-table {
  --pre-table-text-space: 1rem;
  --pre-table-header-fs: var(--pre-fs4);
  --pre-table-header-space: 0px;
  --pre-table-lines-spacing: 0px;
  --pre-table-line-wrap: wrap;
  --pre-table-line-align-items: center;
  --pre-table-line-fs: var(--pre-fs5);
  --pre-table-line-py: 1.5rem;
  --pre-table-line-gutter: var(--bs-gutter-x);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  --pre-image-col-size: 100%;
  --pre-image-col-max: 20rem;
  --pre-price-col-size: 100%;
  --pre-field-col-size: 100%;
  --pre-field-size: 15rem;
}
.nc-cart-items-table .nc-table-header,
.nc-cart-items-table .nc-table-items {
  color: var(--pre-title-color);
}
.nc-cart-items-table .nc-table-header {
  display: none;
}
.nc-cart-items-table .nc-table-items {
  font-weight: var(--pre-title-weight);
}
.nc-cart-items-table .nc-entity-image-col {
  align-items: stretch;
}
.nc-cart-items-table .nc-entity-quantity-col {
  width: var(--pre-field-col-size);
}
@media (max-width: 575px) {
  .nc-cart-items-table .nc-entity-image-col {
    margin-left: auto;
    margin-right: auto;
  }
  .nc-cart-items-table .nc-entity-title-col {
    flex: 0 0 auto;
    width: 100%;
    font-size: var(--pre-fs4);
    line-height: var(--pre-title-line-height);
  }
}
@media (min-width: 576px) {
  .nc-cart-items-table {
    --pre-image-col-max: 10rem;
    --pre-price-col-size: 8rem;
    --pre-field-col-size: 12.5rem;
    --pre-field-size: 100%;
    --pre-action-col-size: auto;
  }
  .nc-cart-items-table .nc-table-item:after {
    content: "";
    flex: 0 0 auto;
    width: 100%;
    order: 4;
  }
  .nc-cart-items-table .nc-entity-title-col {
    align-items: start;
    text-align: left;
  }
  .nc-cart-items-table .nc-entity-price-col,
  .nc-cart-items-table .nc-entity-quantity-col,
  .nc-cart-items-table .nc-entity-total-col {
    order: 5;
  }
  .nc-cart-items-table .nc-entity-action-col {
    order: 3;
  }
}
@media (min-width: 992px) {
  .nc-cart-items-table .nc-table-title {
    display: none;
  }
  .nc-cart-items-table .nc-table-header,
  .nc-cart-items-table .nc-table-item {
    flex-wrap: nowrap;
  }
  .nc-cart-items-table .nc-table-header {
    display: flex;
  }
  .nc-cart-items-table .nc-table-item:after {
    display: none;
  }
  .nc-cart-items-table .nc-entity-action-col {
    order: 6;
    width: 2.5rem;
  }
}
.nc-order-table {
  --pre-table-text-space: 1rem;
  --pre-table-lines-spacing: 0px;
  --pre-table-line-wrap: wrap;
  --pre-table-line-align-items: center;
  --pre-table-line-fs: var(--pre-fs6);
  --pre-table-line-py: 1.5rem;
  --pre-table-line-gutter: var(--bs-gutter-x);
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1.5rem;
  --pre-image-col-size: 100%;
  --pre-image-col-max: 20rem;
  --pre-quantity-col-size: auto;
  --pre-price-col-size: 10rem;
  --pre-total-col-size: 8rem;
}
.nc-order-table .nc-table-items {
  color: var(--pre-title-color);
}
.nc-order-table .nc-table-items {
  font-weight: var(--pre-title-weight);
}
.nc-order-table .nc-entity-image-col {
  align-items: stretch;
}
@media (max-width: 575px) {
  .nc-order-table .nc-entity-image-col {
    margin-left: auto;
    margin-right: auto;
  }
  .nc-order-table .nc-entity-title-col {
    flex: 0 0 auto;
    width: 100%;
    font-size: var(--pre-fs4);
    line-height: var(--pre-title-line-height);
  }
}
@media (min-width: 576px) {
  .nc-order-table {
    --pre-image-col-max: 10.5rem;
    --pre-price-col-size: 11rem;
    --bs-gutter-x: 2rem;
  }
  .nc-order-table .nc-table-item:after {
    content: "";
    flex: 0 0 auto;
    width: 100%;
    order: 4;
  }
  .nc-order-table .nc-entity-title-col {
    align-items: start;
    text-align: left;
  }
  .nc-order-table .nc-entity-price-col,
  .nc-order-table .nc-entity-quantity-col,
  .nc-order-table .nc-entity-total-col {
    order: 5;
  }
}
@media (min-width: 992px) {
  .nc-order-table {
    --pre-quantity-col-size: 4.5rem;
    --pre-total-col-size: 10rem;
    --pre-block-text-align: left !important;
    --pre-block-text-align-last: auto !important;
    --pre-block-text-fx-align: start !important;
    text-align: var(--pre-block-text-align) !important;
    text-align-last: var(--pre-block-text-align-last) !important;
  }
  .nc-order-table .nc-table-item {
    flex-wrap: nowrap;
  }
  .nc-order-table .nc-table-item:after {
    display: none;
  }
}
.nc-order-items-table {
  --pre-table-header-fs: var(--pre-fs4);
  --pre-table-header-space: 0px;
  --pre-table-lines-spacing: 0px;
  --pre-table-line-fs: var(--pre-fs5);
  --pre-table-line-py: 1.5rem;
  --pre-table-line-gutter: var(--bs-gutter-x);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  --pre-total-col-size: 10rem;
}
.nc-order-items-table .nc-table-title {
  margin-bottom: 3rem;
}
.nc-order-items-table .nc-table-header,
.nc-order-items-table .nc-total-record .nc-record-title {
  color: var(--pre-title-color);
}
.nc-order-items-table .nc-total-record {
  font-size: var(--pre-fs4);
  max-width: none;
}
.nc-order-items-table .nc-total-record .nc-record-value {
  width: calc(var(--pre-total-col-size) - var(--bs-gutter-x));
}
.nc-order-items-table .nc-column-list {
  --bs-gutter-y: 1.5rem;
  margin-top: 0;
}
.nc-order-items-table .nc-column-list .nc-total-record {
  font-size: var(--pre-fs5);
}
.nc-orders-table {
  --pre-table-lines-spacing: 0px;
  --pre-table-line-wrap: wrap;
  --pre-table-line-fs: var(--pre-fs6);
  --pre-table-line-py: 1.5rem;
  --pre-table-line-gutter: var(--bs-gutter-x);
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 1rem;
  --pre-order-id-col-size: 7.5rem;
  --pre-date-col-size: 7.5rem;
  --pre-status-col-size: 10rem;
  --pre-toggle-col-size: 3rem;
}
.nc-orders-table > .nc-table-header {
  color: var(--pre-title-color);
}
.nc-orders-table > .nc-table-header > .nc-entity-order-id-col.nc-entity-toggle-col {
  width: calc(var(--pre-order-id-col-size, 100%) + var(--pre-toggle-col-size, 0px));
}
.nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block),
.nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row {
  font-weight: var(--pre-title-weight);
}
.nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block) > .nc-entity-title-col,
.nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row > .nc-entity-title-col,
.nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block) > .nc-entity-total-col,
.nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row > .nc-entity-total-col {
  color: var(--pre-title-color);
}
.nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block) > .nc-entity-toggle-col,
.nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row > .nc-entity-toggle-col {
  color: var(--pre-theme-color);
}
.nc-orders-table > .nc-table-items > .nc-table-item.nc-block .nc-total-record {
  color: var(--pre-title-color);
  font-size: var(--pre-fs5);
}
.nc-orders-table > .nc-table-items > .nc-table-item.nc-block .nc-column-list .nc-total-record {
  font-size: var(--pre-fs6);
}
.nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-block-expand-content {
  width: 100%;
}
@media (max-width: 991px) {
  .nc-orders-table {
    --pre-status-col-size: 100%;
  }
  .nc-orders-table > .nc-table-header {
    display: none;
  }
  .nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block):after,
  .nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row:after {
    content: "";
    flex: 0 0 auto;
    width: 100%;
    order: 4;
  }
  .nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block) > .nc-entity-date-col,
  .nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row > .nc-entity-date-col {
    order: 3;
  }
  .nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block) > .nc-entity-title-col,
  .nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row > .nc-entity-title-col,
  .nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block) > .nc-entity-total-col,
  .nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row > .nc-entity-total-col,
  .nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block) > .nc-entity-status-col,
  .nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row > .nc-entity-status-col {
    order: 5;
  }
  .nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block) > .nc-entity-date-col,
  .nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row > .nc-entity-date-col,
  .nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block) > .nc-entity-total-col,
  .nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row > .nc-entity-total-col {
    margin-left: auto;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .nc-orders-table > .nc-table-items > .nc-table-item:not(.nc-block) > .nc-entity-status-col,
  .nc-orders-table > .nc-table-items > .nc-table-item.nc-block > .nc-table-row > .nc-entity-status-col {
    align-items: center;
  }
}
.nc-wishlist-table {
  --pre-table-text-space: 1rem;
  --pre-table-header-fs: var(--pre-fs6);
  --pre-table-header-space: 0px;
  --pre-table-lines-spacing: 0px;
  --pre-table-line-wrap: wrap;
  --pre-table-line-align-items: center;
  --pre-table-line-fs: var(--pre-fs6);
  --pre-table-line-py: 1.5rem;
  --pre-table-line-gutter: var(--bs-gutter-x);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  --pre-image-col-size: 100%;
  --pre-image-col-max: 20rem;
  --pre-price-col-size: 100%;
  --pre-field-col-size: 100%;
  --pre-field-size: 15rem;
}
.nc-wishlist-table .nc-table-header,
.nc-wishlist-table .nc-entity-title-col,
.nc-wishlist-table .nc-entity-price-col {
  color: var(--pre-title-color);
}
.nc-wishlist-table .nc-table-header {
  display: none;
}
.nc-wishlist-table .nc-table-items {
  font-weight: var(--pre-title-weight);
}
.nc-wishlist-table .nc-entity-image-col {
  align-items: stretch;
}
.nc-wishlist-table .nc-entity-quantity-col {
  width: var(--pre-field-col-size);
}
@media (max-width: 575px) {
  .nc-wishlist-table .nc-entity-image-col {
    margin-left: auto;
    margin-right: auto;
  }
  .nc-wishlist-table .nc-entity-title-col {
    flex: 0 0 auto;
    width: 100%;
    font-size: var(--pre-fs4);
    line-height: var(--pre-title-line-height);
  }
}
@media (min-width: 576px) {
  .nc-wishlist-table {
    --pre-image-col-max: 10rem;
    --pre-price-col-size: 10rem;
    --pre-field-col-size: 12.5rem;
    --pre-btn-col-size: 10rem;
    --pre-field-size: 100%;
    --pre-action-col-size: auto;
  }
  .nc-wishlist-table .nc-table-item:after {
    content: "";
    flex: 0 0 auto;
    width: 100%;
    order: 4;
  }
  .nc-wishlist-table .nc-entity-title-col {
    align-items: start;
    text-align: left;
  }
  .nc-wishlist-table .nc-entity-price-col,
  .nc-wishlist-table .nc-entity-quantity-col,
  .nc-wishlist-table .nc-entity-btn-col {
    order: 5;
  }
  .nc-wishlist-table .nc-entity-action-col {
    order: 3;
  }
}
@media (min-width: 992px) {
  .nc-wishlist-table .nc-table-title {
    display: none;
  }
  .nc-wishlist-table .nc-table-header,
  .nc-wishlist-table .nc-table-item {
    flex-wrap: nowrap;
  }
  .nc-wishlist-table .nc-table-header {
    display: flex;
  }
  .nc-wishlist-table .nc-table-item:after {
    display: none;
  }
  .nc-wishlist-table .nc-entity-action-col {
    order: 6;
    width: 2.5rem;
  }
}
/*------------------------------------------------------------------
    [15. Block]
*/
/* Structure elements */
.nc-block-content {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  padding: var(--pre-block-content-spacing, 0);
}
.nc-block-header {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1.5rem);
}
.nc-block-footer {
  margin-top: auto;
}
.nc-block-layers {
  position: relative;
  display: inline-block;
}
.nc-links > a {
  color: var(--pre-block-color, var(--pre-theme-color));
}
.nc-block-body p,
.nc-block-body img,
.nc-block-body ul {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
}
.nc-block-body h1,
.nc-block-body h2,
.nc-block-body h3,
.nc-block-body h4,
.nc-block-body h5,
.nc-block-body h6 {
  color: var(--pre-title-color);
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
  --pre-smart-space-top: initial;
  margin-top: var(--pre-smart-space-top, 1.5rem);
}
.nc-block-body img {
  border-radius: 0.75rem;
}
.nc-block-minor-body {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
}
.nc-block-minor-body p,
.nc-block-minor-body img,
.nc-block-minor-body ul {
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
}
.nc-block-minor-body h1,
.nc-block-minor-body h2,
.nc-block-minor-body h3,
.nc-block-minor-body h4,
.nc-block-minor-body h5,
.nc-block-minor-body h6 {
  font-weight: 500;
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 1rem);
  --pre-smart-space-top: initial;
  margin-top: var(--pre-smart-space-top, 1.5rem);
}
.nc-block-minor-body img {
  border-radius: 0.75rem;
}
.nc-map-dot {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: var(--pre-fs2);
  line-height: 1;
}
.nc-at-usa {
  left: 10%;
  top: 36.25%;
}
.nc-at-australia {
  left: 92.15%;
  top: 79%;
}
.nc-at-czech-republic {
  left: 50.5%;
  top: 22%;
}
/* Block background */
.nc-block-bg-circle {
  position: relative;
  z-index: 1;
}
.nc-block-bg-circle:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1.5rem;
  top: 1.5rem;
  bottom: 1.5rem;
  right: 1.5rem;
  opacity: 0.2;
  border-radius: 50%;
  background-color: var(--pre-theme-color);
}
.nc-block-bg-circle-solid {
  position: relative;
  z-index: 1;
}
.nc-block-bg-circle-solid:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-color: var(--pre-theme-color);
}
/* Block size/spacing */
.nc-block-w-20 {
  width: 20rem !important;
}
.nc-block-mw-20 {
  max-width: 20rem !important;
}
.nc-block-mw-30 {
  max-width: 30rem !important;
}
.nc-block-mw-40 {
  max-width: 40rem !important;
}
.nc-block-mw-50 {
  max-width: 50rem !important;
}
.nc-block-mw-70 {
  max-width: 70rem !important;
}
@media (min-width: 768px) {
  .nc-block-mw-md-20 {
    max-width: 20rem !important;
  }
  .nc-block-mw-md-30 {
    max-width: 30rem !important;
  }
  .nc-block-mw-md-40 {
    max-width: 40rem !important;
  }
  .nc-block-mw-md-50 {
    max-width: 50rem !important;
  }
  .nc-block-mw-md-70 {
    max-width: 70rem !important;
  }
}
.nc-block-mh-30 {
  max-height: 30rem !important;
}
.nc-block-spacing-0 {
  --pre-blocks-spacing: 0px !important;
}
.nc-block-spacing-1 {
  --pre-blocks-spacing: 1rem !important;
}
.nc-block-spacing-2 {
  --pre-blocks-spacing: 2rem !important;
}
.nc-block-spacing-3 {
  --pre-blocks-spacing: 3rem !important;
}
.nc-block-spacing-6 {
  --pre-blocks-spacing: 6rem !important;
}
.nc-block-spacing-_25 {
  --pre-blocks-spacing: 0.25rem !important;
}
.nc-block-spacing-_5 {
  --pre-blocks-spacing: 0.5rem !important;
}
.nc-block-spacing-1_5 {
  --pre-blocks-spacing: 1.5rem !important;
}
@media (min-width: 576px) {
  .nc-block-spacing-sm-0 {
    --pre-blocks-spacing: 0px !important;
  }
  .nc-block-spacing-sm-1 {
    --pre-blocks-spacing: 1rem !important;
  }
  .nc-block-spacing-sm-2 {
    --pre-blocks-spacing: 2rem !important;
  }
  .nc-block-spacing-sm-3 {
    --pre-blocks-spacing: 3rem !important;
  }
  .nc-block-spacing-sm-6 {
    --pre-blocks-spacing: 6rem !important;
  }
  .nc-block-spacing-sm-_25 {
    --pre-blocks-spacing: 0.25rem !important;
  }
  .nc-block-spacing-sm-_5 {
    --pre-blocks-spacing: 0.5rem !important;
  }
  .nc-block-spacing-sm-1_5 {
    --pre-blocks-spacing: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .nc-block-spacing-md-0 {
    --pre-blocks-spacing: 0px !important;
  }
  .nc-block-spacing-md-1 {
    --pre-blocks-spacing: 1rem !important;
  }
  .nc-block-spacing-md-2 {
    --pre-blocks-spacing: 2rem !important;
  }
  .nc-block-spacing-md-3 {
    --pre-blocks-spacing: 3rem !important;
  }
  .nc-block-spacing-md-6 {
    --pre-blocks-spacing: 6rem !important;
  }
  .nc-block-spacing-md-_25 {
    --pre-blocks-spacing: 0.25rem !important;
  }
  .nc-block-spacing-md-_5 {
    --pre-blocks-spacing: 0.5rem !important;
  }
  .nc-block-spacing-md-1_5 {
    --pre-blocks-spacing: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .nc-block-spacing-lg-0 {
    --pre-blocks-spacing: 0px !important;
  }
  .nc-block-spacing-lg-1 {
    --pre-blocks-spacing: 1rem !important;
  }
  .nc-block-spacing-lg-2 {
    --pre-blocks-spacing: 2rem !important;
  }
  .nc-block-spacing-lg-3 {
    --pre-blocks-spacing: 3rem !important;
  }
  .nc-block-spacing-lg-6 {
    --pre-blocks-spacing: 6rem !important;
  }
  .nc-block-spacing-lg-_25 {
    --pre-blocks-spacing: 0.25rem !important;
  }
  .nc-block-spacing-lg-_5 {
    --pre-blocks-spacing: 0.5rem !important;
  }
  .nc-block-spacing-lg-1_5 {
    --pre-blocks-spacing: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .nc-block-spacing-xl-0 {
    --pre-blocks-spacing: 0px !important;
  }
  .nc-block-spacing-xl-1 {
    --pre-blocks-spacing: 1rem !important;
  }
  .nc-block-spacing-xl-2 {
    --pre-blocks-spacing: 2rem !important;
  }
  .nc-block-spacing-xl-3 {
    --pre-blocks-spacing: 3rem !important;
  }
  .nc-block-spacing-xl-6 {
    --pre-blocks-spacing: 6rem !important;
  }
  .nc-block-spacing-xl-_25 {
    --pre-blocks-spacing: 0.25rem !important;
  }
  .nc-block-spacing-xl-_5 {
    --pre-blocks-spacing: 0.5rem !important;
  }
  .nc-block-spacing-xl-1_5 {
    --pre-blocks-spacing: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .nc-block-spacing-xxl-0 {
    --pre-blocks-spacing: 0px !important;
  }
  .nc-block-spacing-xxl-1 {
    --pre-blocks-spacing: 1rem !important;
  }
  .nc-block-spacing-xxl-2 {
    --pre-blocks-spacing: 2rem !important;
  }
  .nc-block-spacing-xxl-3 {
    --pre-blocks-spacing: 3rem !important;
  }
  .nc-block-spacing-xxl-6 {
    --pre-blocks-spacing: 6rem !important;
  }
  .nc-block-spacing-xxl-_25 {
    --pre-blocks-spacing: 0.25rem !important;
  }
  .nc-block-spacing-xxl-_5 {
    --pre-blocks-spacing: 0.5rem !important;
  }
  .nc-block-spacing-xxl-1_5 {
    --pre-blocks-spacing: 1.5rem !important;
  }
}
/* Block navigation */
.nc-navigation-sides {
  --pre-smart-space-top: initial;
  margin-top: var(--pre-smart-space-top, 2rem);
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, 2rem);
  padding: 0.5rem 0;
  border-top: 1px solid var(--pre-body-light-color);
  border-bottom: 1px solid var(--pre-body-light-color);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 100%;
}
.nc-navigation-sides .nc-prev,
.nc-navigation-sides .nc-next {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  flex: 0 0 auto;
  margin: 0.5rem 0;
}
@media (min-width: 576px) {
  .nc-navigation-sides {
    flex-direction: row;
    justify-content: space-between;
  }
  .nc-navigation-sides .nc-next {
    direction: rtl;
  }
}
/* Block views */
.nc-block,
.nc-content-block {
  --pre-block-bg: var(--pre-body-block-color);
  --pre-block-color: initial;
  --pre-block-border-color: initial;
  --pre-block-content-spacing: 1.5rem;
  background-color: var(--pre-block-bg);
  color: var(--pre-block-color, var(--bs-body-color));
  position: relative;
  z-index: 1;
  --pre-block-radius: 0.75rem;
  border-radius: var(--pre-block-radius);
  --pre-block-radius-top-left: initial;
  --pre-block-radius-top-right: initial;
  --pre-block-radius-bottom-left: initial;
  --pre-block-radius-bottom-right: initial;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nc-block > *,
.nc-content-block > *,
.nc-inline-block > *,
.nc-circle-in > * {
  --pre-block-radius: 0px;
}
.nc-block > *:first-child,
.nc-content-block > *:first-child,
.nc-inline-block > *:first-child {
  --pre-block-radius-top-left: 0.75rem;
  --pre-block-radius-top-right: 0.75rem;
}
.nc-block > *:last-child,
.nc-content-block > *:last-child,
.nc-inline-block > *:last-child {
  --pre-block-radius-bottom-left: 0.75rem;
  --pre-block-radius-bottom-right: 0.75rem;
}
.nc-block > *,
.nc-content-block > * {
  --pre-smart-space-bottom: 0px !important;
}
.nc-content-block {
  padding: var(--pre-block-content-spacing, 0);
}
.nc-inline-block {
  --pre-block-bg: var(--pre-body-block-color);
  --pre-block-color: initial;
  --pre-block-border-color: initial;
  --pre-block-content-spacing: 1.5rem;
  background-color: var(--pre-block-bg);
  color: var(--pre-block-color, var(--bs-body-color));
  position: relative;
  z-index: 1;
  --pre-block-radius: 0.75rem;
  border-radius: var(--pre-block-radius);
  --pre-block-radius-top-left: initial;
  --pre-block-radius-top-right: initial;
  --pre-block-radius-bottom-left: initial;
  --pre-block-radius-bottom-right: initial;
  max-width: 100%;
  display: inline-flex;
}
.nc-inline-block > * {
  --pre-smart-space-bottom: 0px !important;
}
.nc-featured-block {
  background-color: var(--pre-block-bg);
  margin: 0.5rem;
  position: relative;
  z-index: 1;
  width: auto;
}
.nc-featured-block:before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  background-color: var(--pre-block-bg);
  opacity: 0.5;
  border-radius: calc(var(--pre-block-radius) + 0.25rem);
  z-index: -1;
}
.nc-body-circle-block {
  --pre-block-oreol-size: 1.25rem;
  --pre-block-color: var(--pre-theme-color);
  --pre-block-bg: var(--bs-body-bg);
  background-color: var(--pre-block-bg);
  color: var(--pre-block-color, var(--pre-title-color));
  color: var(--pre-block-color);
  flex: 0 0 auto;
  border: var(--pre-block-oreol-size) solid transparent;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nc-body-circle-block:before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--pre-block-oreol-size));
  top: calc(-1 * var(--pre-block-oreol-size));
  right: calc(-1 * var(--pre-block-oreol-size));
  bottom: calc(-1 * var(--pre-block-oreol-size));
  border: var(--pre-block-oreol-size) solid var(--pre-block-bg);
  opacity: 0.5;
  border-radius: 50%;
  z-index: -1;
}
.nc-body-circle-block:after {
  content: "";
  display: block;
  padding-top: 100%;
  order: -1;
  margin-left: -100%;
  width: 100%;
  pointer-events: none;
  flex: 0 0 auto;
}
.nc-back-circle-block {
  --pre-block-oreol-size: 1.25rem;
  --pre-block-color: var(--pre-theme-color);
  --pre-block-bg: var(--pre-theme-back-color);
  background-color: var(--pre-block-bg);
  color: var(--pre-block-color, var(--pre-title-color));
  color: var(--pre-block-color);
  flex: 0 0 auto;
  border: var(--pre-block-oreol-size) solid transparent;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nc-back-circle-block:before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--pre-block-oreol-size));
  top: calc(-1 * var(--pre-block-oreol-size));
  right: calc(-1 * var(--pre-block-oreol-size));
  bottom: calc(-1 * var(--pre-block-oreol-size));
  border: var(--pre-block-oreol-size) solid var(--bs-body-bg);
  opacity: 0.5;
  border-radius: 50%;
  z-index: -1;
}
.nc-back-circle-block:after {
  content: "";
  display: block;
  padding-top: 100%;
  order: -1;
  margin-left: -100%;
  width: 100%;
  pointer-events: none;
  flex: 0 0 auto;
}
.nc-on-top-block {
  box-shadow: 0.5rem 0.5rem 1rem rgba(var(--pre-shadow-rgb), 0.3) !important;
  margin-top: calc(var(--bs-gutter-y) - 2rem);
  margin-left: calc(var(--bs-gutter-x) * 0.5 - 2rem);
}
.nc-avatar-block {
  width: 100px;
  position: relative;
}
.nc-sidebar-block {
  --pre-block-bg: var(--pre-body-block-color);
  --pre-block-color: initial;
  --pre-block-border-color: initial;
  --pre-block-content-spacing: 1.5rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 100%;
  overflow: auto;
  background-color: var(--pre-block-bg);
  color: var(--bs-body-color);
}
.nc-sidebar-block .nc-entity + .nc-entity {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .nc-sidebar-block {
    max-width: 340px;
  }
}
.nc-block-shadow {
  box-shadow: 0 0.5rem 1rem rgba(var(--pre-shadow-rgb), var(--pre-shadow-active-alpha));
}
.nc-full-page,
.nc-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.nc-popup {
  padding: 0.5rem;
}
.nc-popup .nc-age-verification {
  --pre-block-content-spacing: 3rem;
  max-width: 27rem;
  max-height: 27rem;
  width: 100%;
  height: 100%;
  margin: auto;
}
.nc-accordion-item > .nc-block-header {
  cursor: pointer;
  transition: all var(--pre-default-duration) linear 0s;
}
.nc-accordion-item > .nc-block-header .nc-toggle-icon {
  text-align: center;
  transform: rotate(0deg);
  transition: transform var(--pre-default-duration) linear 0s;
}
.nc-accordion-item.active > .nc-block-header {
  cursor: default;
}
.nc-accordion-item.active > .nc-block-header .nc-toggle-icon {
  transform: rotate(-180deg);
}
.nc-accordion .nc-accordion-item:not(.active) > .nc-block-content,
.nc-accordion .nc-accordion-item:not(.active) > .nc-block-expand-content {
  display: none;
}
.nc-side-accordion {
  --pre-blocks-spacing: 0px;
  position: relative;
  transition: min-height 0.2s linear 0s;
}
.nc-side-accordion .nc-accordion-item {
  --pre-block-bg: var(--pre-body-block-color);
  --pre-block-color: initial;
  --pre-block-border-color: initial;
  --pre-block-content-spacing: 1.5rem;
  --pre-block-radius: 0.75rem;
  color: var(--pre-block-color, var(--bs-body-color));
  min-width: 100%;
}
.nc-side-accordion .nc-accordion-item .nc-block-header {
  --pre-text-flex: 1 1 0;
  display: flex;
  flex-direction: row;
  padding: 1.5rem;
  margin-bottom: 0;
  border-radius: var(--pre-block-radius);
}
.nc-side-accordion .nc-accordion-item .nc-block-header > * {
  margin-bottom: 0;
  color: inherit;
}
.nc-side-accordion .nc-accordion-item .nc-block-header:hover {
  color: var(--pre-title-color);
}
.nc-side-accordion .nc-accordion-item .nc-block-header .nc-toggle-icon {
  padding: 1.5rem;
  margin-inline-start: auto;
  margin-inline-end: -1.5rem;
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.nc-side-accordion .nc-accordion-item .nc-block-content,
.nc-side-accordion .nc-accordion-item .nc-block-expand-content {
  margin-top: 1.5rem;
  background-color: var(--pre-block-bg);
  border-radius: var(--pre-block-radius);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut;
  visibility: hidden;
  transition: visibility 0s linear 1s, display 0s linear 1s;
}
.nc-side-accordion .nc-accordion-item:not(.active) .nc-block-content,
.nc-side-accordion .nc-accordion-item:not(.active) .nc-block-expand-content {
  position: absolute;
}
.nc-side-accordion .nc-accordion-item.active .nc-block-header {
  color: inherit;
  background-color: var(--pre-block-bg);
}
.nc-side-accordion .nc-accordion-item.active .nc-block-content,
.nc-side-accordion .nc-accordion-item.active .nc-block-expand-content {
  animation-name: fadeIn;
  visibility: visible;
  transition: visibility 0s linear 0s, position 0s linear 0s;
}
@media (min-width: 992px) {
  .nc-side-accordion .nc-accordion-item .nc-block-header {
    margin-inline-end: calc(50% + 1.5rem);
  }
  .nc-side-accordion .nc-accordion-item .nc-block-content {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    margin-top: 0;
    animation-name: fadeOutUp;
  }
  .nc-side-accordion .nc-accordion-item.active .nc-toggle-icon {
    transform: rotate(-90deg);
  }
  .nc-side-accordion .nc-accordion-item.active .nc-block-content {
    animation-name: fadeInUp;
  }
}
.nc-circle-in {
  --pre-block-radius: 50%;
  border-radius: var(--pre-block-radius);
  --pre-block-radius-top-left: initial;
  --pre-block-radius-top-right: initial;
  --pre-block-radius-bottom-left: initial;
  --pre-block-radius-bottom-right: initial;
  padding: 0.5rem;
  background-color: var(--pre-body-secondary-color);
}
.nc-circle-in > *:first-child {
  --pre-block-radius-top-left: 50%;
  --pre-block-radius-top-right: 50%;
}
.nc-circle-in > *:last-child {
  --pre-block-radius-bottom-left: 50%;
  --pre-block-radius-bottom-right: 50%;
}
@media (min-width: 992px) {
  .nc-side-items .nc-item:nth-child(2n+1) .nc-side-element {
    order: 1000;
  }
  .nc-side-items .nc-item:nth-child(2n+1):not(:first-child) .nc-side-element {
    --pre-block-radius-top-left: 0px;
  }
  .nc-side-items .nc-item:nth-child(2n+1):not(:last-child) .nc-side-element {
    --pre-block-radius-bottom-left: 0px;
  }
  .nc-side-items .nc-item:nth-child(2n) .nc-side-element {
    order: -1;
  }
  .nc-side-items .nc-item:nth-child(2n):not(:first-child) .nc-side-element {
    --pre-block-radius-top-right: 0px;
  }
  .nc-side-items .nc-item:nth-child(2n):not(:last-child) .nc-side-element {
    --pre-block-radius-bottom-right: 0px;
  }
}
.nc-image-map {
  position: relative;
  --pre-smart-space-bottom: initial;
  margin-bottom: var(--pre-smart-space-bottom, var(--pre-block-spacing, 4rem));
}
.nc-top-contact {
  position: relative;
  z-index: 3;
}
.nc-top-contact .nc-entity-icon img {
  max-width: 75px;
}
.nc-square-block {
  --pre-block-radius: 0;
  border-radius: var(--pre-block-radius);
  --pre-block-radius-top-left: initial;
  --pre-block-radius-top-right: initial;
  --pre-block-radius-bottom-left: initial;
  --pre-block-radius-bottom-right: initial;
}
.nc-square-block > *:first-child,
.nc-square-block > *:last-child {
  --pre-block-radius-top-left: initial;
  --pre-block-radius-top-right: initial;
  --pre-block-radius-bottom-left: initial;
  --pre-block-radius-bottom-right: initial;
}
.nc-map-back-side-block .nc-block-content {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .nc-map-back-side-block {
    --pre-block-bg: var(--pre-body-block-color);
    --pre-block-color: initial;
    --pre-block-border-color: initial;
    --pre-block-content-spacing: 2rem 1rem;
    padding-top: calc(var(--pre-section-spacing-top) + var(--pre-extra-space-top, 0px));
    padding-bottom: calc(var(--pre-section-spacing-bottom) + var(--pre-extra-space-bottom, 0px));
    position: relative;
    z-index: 1;
  }
  .nc-map-back-side-block > .container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: var(--pre-block-text-fx-align, start);
  }
  .nc-map-back-side-block .nc-entity-map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .nc-map-back-side-block .nc-block-content {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: var(--pre-block-bg);
    --pre-block-radius: 0.75rem;
    border-radius: var(--pre-block-radius);
    --pre-block-radius-top-left: initial;
    --pre-block-radius-top-right: initial;
    --pre-block-radius-bottom-left: initial;
    --pre-block-radius-bottom-right: initial;
    box-shadow: 0 0 0.5rem rgba(var(--pre-shadow-rgb), 0.1);
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------------
    [16. Custom figures (icons and images)]
*/
.cs-figure {
  position: absolute !important;
  display: inline-block;
  line-height: 1;
}
.cs-figure i {
  vertical-align: bottom;
}
.cs-desktop {
  position: absolute !important;
  display: none;
  line-height: 1;
}
@media (min-width: 576px) {
  .cs-desktop {
    display: inline-block;
  }
}
.cs-figure > img,
.cs-desktop > img {
  width: 100%;
}
.cs-fs-1 {
  font-size: calc(2.175rem + 11.1vw);
}
@media (min-width: 1200px) {
  .cs-fs-1 {
    font-size: 10.5rem;
  }
}
.cs-fs-2 {
  font-size: calc(2.125rem + 10.5vw);
}
@media (min-width: 1200px) {
  .cs-fs-2 {
    font-size: 10rem;
  }
}
.cs-figure-steps-arrow {
  display: none;
  position: absolute;
  top: 0.5rem;
  right: 50%;
  transform: translateX(50%);
}
.cs-figure-steps-arrow.animate__animated {
  animation-name: backStepsArrow;
  animation-timing-function: linear;
}
@media (min-width: 768px) {
  .cs-figure-steps-arrow {
    display: block;
  }
}
@-moz-keyframes backStepsArrow {
  0% {
    right: 100%;
    transform: translateX(100%);
    opacity: 0;
  }
  30% {
    right: 70%;
    transform: translateX(70%);
    opacity: 1;
  }
  70% {
    right: 30%;
    transform: translateX(30%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    right: 0;
    opacity: 0;
  }
}
@-webkit-keyframes backStepsArrow {
  0% {
    right: 100%;
    transform: translateX(100%);
    opacity: 0;
  }
  30% {
    right: 70%;
    transform: translateX(70%);
    opacity: 1;
  }
  70% {
    right: 30%;
    transform: translateX(30%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    right: 0;
    opacity: 0;
  }
}
@-o-keyframes backStepsArrow {
  0% {
    right: 100%;
    transform: translateX(100%);
    opacity: 0;
  }
  30% {
    right: 70%;
    transform: translateX(70%);
    opacity: 1;
  }
  70% {
    right: 30%;
    transform: translateX(30%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    right: 0;
    opacity: 0;
  }
}
@keyframes backStepsArrow {
  0% {
    right: 100%;
    transform: translateX(100%);
    opacity: 0;
  }
  30% {
    right: 70%;
    transform: translateX(70%);
    opacity: 1;
  }
  70% {
    right: 30%;
    transform: translateX(30%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    right: 0;
    opacity: 0;
  }
}
.cs-figure-leaf-1 {
  font-size: min(1360px, 71.5789vw);
  bottom: -0.025em;
  right: -0.55em;
  transform: rotate(-20deg);
}
.cs-figure-leaf-2 {
  font-size: min(320px, 60vw);
  top: -0.3em;
  right: -0.25em;
}
.cs-figure-leaf-3 {
  font-size: min(240px, 40vw);
  bottom: -6rem;
  right: 2rem;
  transform: rotate(-19deg);
}
.cs-figure-leaf-4 {
  font-size: min(512px, 70vw);
  bottom: -3rem;
  left: -7vw;
  transform: rotate(15deg);
}
.cs-figure-leaf-5 {
  font-size: min(256px, 40vw);
  bottom: -6rem;
  right: 0.5rem;
}
.cs-figure-leaf-6 {
  font-size: min(350px, 40vw);
  bottom: 1rem;
  right: max(3rem, calc(50% - 70rem / 2 - 8rem));
  transform: rotate(-15deg);
}
.cs-figure-set-1-1 {
  font-size: min(865px, 120vw);
  bottom: -0.28em;
  left: 56.25%;
  transform: rotate(-20deg);
}
.cs-figure-set-1-2 {
  font-size: 166px;
  bottom: 0.5rem;
  left: 0;
  transform: rotate(15deg);
}
.cs-figure-icon-1 {
  font-size: 12.5rem;
  transform: rotate(15deg);
  left: 1rem;
  top: -4rem;
  min-width: 41.666667%;
  text-align: center;
}
.cs-figure-icon-2 {
  font-size: 17rem;
  left: 0rem;
  bottom: 7rem;
  width: 100%;
  text-align: center;
}
