@charset "UTF-8";
/*!-----------------------------------------------------------------------------------

    Theme Name: Centri Mytho
    Theme URI: #
    Description: Centri Mytho Master Theme
    Author: Secret Key
    Author URI: https://www.secretkey.it/
    Tags: HTML5, CSS3, JS

    Version: 1.0

    Text Domain: sk_theme

-------------------------------------------------------------------------------------*/
:root {
  --bs-font-sans-serif: "sans-serif";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .176);
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
}

hr {
  color: inherit;
  opacity: 0.25;
  border: 0;
  border-top: 1px solid;
  margin: 1.875rem 0;
}

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

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

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

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

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title] {
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  background-color: var(--bs-highlight-bg);
  padding: 0.1875em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  display: block;
  overflow: auto;
}

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

code {
  color: var(--bs-code-color);
  word-wrap: break-word;
  font-size: 0.875em;
}

a > code {
  color: inherit;
}

kbd {
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

.row > * {
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
}

.col {
  flex: 1 0;
}

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

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

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

.row-cols-3 > * {
  width: 33.3333%;
  flex: none;
}

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

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

.row-cols-6 > * {
  width: 16.6667%;
  flex: none;
}

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

.col-1 {
  width: 8.33333%;
  flex: none;
}

.col-2 {
  width: 16.6667%;
  flex: none;
}

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

.col-4 {
  width: 33.3333%;
  flex: none;
}

.col-5 {
  width: 41.6667%;
  flex: none;
}

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

.col-7 {
  width: 58.3333%;
  flex: none;
}

.col-8 {
  width: 66.6667%;
  flex: none;
}

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

.col-10 {
  width: 83.3333%;
  flex: none;
}

.col-11 {
  width: 91.6667%;
  flex: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-sm-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-sm-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-sm-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-sm-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-sm-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-sm-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-sm-auto {
    width: auto;
    flex: none;
  }
  .col-sm-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-sm-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-sm-3 {
    width: 25%;
    flex: none;
  }
  .col-sm-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-sm-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-sm-6 {
    width: 50%;
    flex: none;
  }
  .col-sm-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-sm-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-sm-9 {
    width: 75%;
    flex: none;
  }
  .col-sm-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-sm-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
    flex: none;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: .46875rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-md-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-md-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-md-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-md-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-md-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-md-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-md-auto {
    width: auto;
    flex: none;
  }
  .col-md-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-md-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-md-3 {
    width: 25%;
    flex: none;
  }
  .col-md-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-md-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-md-6 {
    width: 50%;
    flex: none;
  }
  .col-md-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-md-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-md-9 {
    width: 75%;
    flex: none;
  }
  .col-md-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-md-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-md-12 {
    width: 100%;
    flex: none;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.6667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333%;
  }
  .offset-md-5 {
    margin-left: 41.6667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333%;
  }
  .offset-md-8 {
    margin-left: 66.6667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333%;
  }
  .offset-md-11 {
    margin-left: 91.6667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: .46875rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex: 1 0;
  }
  .row-cols-lg-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-lg-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-lg-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-lg-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-lg-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-lg-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-lg-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-lg-auto {
    width: auto;
    flex: none;
  }
  .col-lg-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-lg-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-lg-3 {
    width: 25%;
    flex: none;
  }
  .col-lg-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-lg-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-lg-6 {
    width: 50%;
    flex: none;
  }
  .col-lg-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-lg-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-lg-9 {
    width: 75%;
    flex: none;
  }
  .col-lg-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-lg-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
    flex: none;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: .46875rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-xl-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-xl-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-xl-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-xl-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-xl-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-xl-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-xl-auto {
    width: auto;
    flex: none;
  }
  .col-xl-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-xl-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-xl-3 {
    width: 25%;
    flex: none;
  }
  .col-xl-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-xl-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-xl-6 {
    width: 50%;
    flex: none;
  }
  .col-xl-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-xl-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-xl-9 {
    width: 75%;
    flex: none;
  }
  .col-xl-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-xl-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
    flex: none;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .offset-xl-11 {
    margin-left: 91.6667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: .46875rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-xxl-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-xxl-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-xxl-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-xxl-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-xxl-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-xxl-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-xxl-auto {
    width: auto;
    flex: none;
  }
  .col-xxl-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-xxl-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-xxl-3 {
    width: 25%;
    flex: none;
  }
  .col-xxl-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-xxl-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-xxl-6 {
    width: 50%;
    flex: none;
  }
  .col-xxl-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-xxl-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-xxl-9 {
    width: 75%;
    flex: none;
  }
  .col-xxl-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-xxl-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-xxl-12 {
    width: 100%;
    flex: none;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: .46875rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5.625rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, .05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, .1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, .075);
  width: 100%;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  margin-bottom: 1.875rem;
}

.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom-width: 1px;
  padding: 0.5rem;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid;
}

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

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

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

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

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

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > *,
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1024.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.fade {
  transition: opacity 0.15s linear;
}

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

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

.collapsing {
  height: 0;
  transition: height 0.35s;
  overflow: hidden;
}

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

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.875rem;
  --bs-modal-margin: .5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: .5rem;
  --bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  --bs-modal-inner-border-radius: calc(.5rem - 1px);
  --bs-modal-header-padding-x: 1.875rem;
  --bs-modal-header-padding-y: 1.875rem;
  --bs-modal-header-padding: 1.875rem 1.875rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  z-index: var(--bs-modal-zindex);
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  align-items: center;
  display: flex;
}

.modal-content {
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: relative;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: .5;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
  position: fixed;
  top: 0;
  left: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
}

.modal-body {
  padding: var(--bs-modal-padding);
  flex: auto;
  position: relative;
}

.modal-footer {
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-left: auto;
    margin-right: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1024.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .9375rem;
  --bs-tooltip-padding-y: .46875rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: .375rem;
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  display: block;
}

.tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
  top: -1px;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
  left: 0;
}

.bs-tooltip-end .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
  right: -1px;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
  bottom: -1px;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
  right: 0;
}

.bs-tooltip-start .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
  left: -1px;
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.46875rem !important;
  }
  .gap-sm-2 {
    gap: 0.9375rem !important;
  }
  .gap-sm-3 {
    gap: 1.875rem !important;
  }
  .gap-sm-4 {
    gap: 2.8125rem !important;
  }
  .gap-sm-5 {
    gap: 5.625rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.46875rem !important;
  }
  .gap-md-2 {
    gap: 0.9375rem !important;
  }
  .gap-md-3 {
    gap: 1.875rem !important;
  }
  .gap-md-4 {
    gap: 2.8125rem !important;
  }
  .gap-md-5 {
    gap: 5.625rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.46875rem !important;
  }
  .gap-lg-2 {
    gap: 0.9375rem !important;
  }
  .gap-lg-3 {
    gap: 1.875rem !important;
  }
  .gap-lg-4 {
    gap: 2.8125rem !important;
  }
  .gap-lg-5 {
    gap: 5.625rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.46875rem !important;
  }
  .gap-xl-2 {
    gap: 0.9375rem !important;
  }
  .gap-xl-3 {
    gap: 1.875rem !important;
  }
  .gap-xl-4 {
    gap: 2.8125rem !important;
  }
  .gap-xl-5 {
    gap: 5.625rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.46875rem !important;
  }
  .gap-xxl-2 {
    gap: 0.9375rem !important;
  }
  .gap-xxl-3 {
    gap: 1.875rem !important;
  }
  .gap-xxl-4 {
    gap: 2.8125rem !important;
  }
  .gap-xxl-5 {
    gap: 5.625rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* @start: Swiper 8.4.7 */
/*
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
*/
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

/*
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
*/
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

/*
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
*/
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

/*
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
*/
.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* @start: Fancybox 3.5.7 */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.footer__title, .sk-headings .headings__title {
  font-size: 2.375rem;
}
@media (max-width: 47.9375em) {
  .footer__title, .sk-headings .headings__title {
    font-size: 1.5rem;
  }
}

.hero__title {
  font-size: 3.4375rem;
}
@media (min-width: 36.0625em) and (max-width: 64em) {
  .hero__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 36em) {
  .hero__title {
    font-size: 1.75rem;
  }
}

.hero__description {
  font-size: 1.5rem;
}
@media (max-width: 64em) {
  .hero__description {
    font-size: 1.125rem;
  }
}

/* @start: Paddings */
.pdg-top--0x {
  padding-top: 0rem !important;
}

.pdg-top--1x {
  padding-top: 1.875rem !important;
}

.pdg-top--2x {
  padding-top: 3.75rem !important;
}

.pdg-top--3x {
  padding-top: 5.625rem !important;
}

.pdg-top--4x {
  padding-top: 7.5rem !important;
}

.pdg-top--5x {
  padding-top: 9.375rem !important;
}

.pdg-bottom--0x {
  padding-bottom: 0rem !important;
}

.pdg-bottom--1x {
  padding-bottom: 1.875rem !important;
}

.pdg-bottom--2x {
  padding-bottom: 3.75rem !important;
}

.pdg-bottom--3x {
  padding-bottom: 5.625rem !important;
}

.pdg-bottom--4x {
  padding-bottom: 7.5rem !important;
}

.pdg-bottom--5x {
  padding-bottom: 9.375rem !important;
}

.no-paddings {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 36.0625em) and (max-width: 64em) {
  .pdg-top--2x {
    padding-top: 2.8125rem !important;
  }
  .pdg-top--3x {
    padding-top: 2.8125rem !important;
  }
  .pdg-top--4x {
    padding-top: 3.75rem !important;
  }
  .pdg-top--5x {
    padding-top: 4.6875rem !important;
  }
  .pdg-bottom--2x {
    padding-bottom: 2.8125rem !important;
  }
  .pdg-bottom--3x {
    padding-bottom: 2.8125rem !important;
  }
  .pdg-bottom--4x {
    padding-bottom: 3.75rem !important;
  }
  .pdg-bottom--5x {
    padding-bottom: 4.6875rem !important;
  }
  /*
  .pdg-around--2x {
      padding: rem(calc(($increment*3)/2)) !important;
  }

  .pdg-around--3x {
      padding: rem(calc(($increment*3)/2)) !important;
  }

  .pdg-around--4x {
      padding: rem(calc(($increment*4)/2)) !important;
  }

  .pdg-around--5x {
      padding: rem(calc(($increment*5)/2)) !important;
  }
  */
}
@media (max-width: 36em) {
  .pdg-top--2x,
  .pdg-top--3x,
  .pdg-top--4x,
  .pdg-top--5x {
    padding-top: 2.8125rem !important;
  }
  .pdg-bottom--2x,
  .pdg-bottom--3x,
  .pdg-bottom--4x,
  .pdg-bottom--5x {
    padding-bottom: 2.8125rem !important;
  }
  /*
  .pdg-around--2x,
  .pdg-around--3x,
  .pdg-around--4x,
  .pdg-around--5x {
      padding: rem(calc(($increment*3)/2)) !important;
  }
  */
}
/* @start: Margins */
.mrg-top--0x {
  margin-top: 0rem !important;
}

.mrg-top--1x {
  margin-top: 1.875rem !important;
}

.mrg-top--2x {
  margin-top: 3.75rem !important;
}

.mrg-top--3x {
  margin-top: 5.625rem !important;
}

.mrg-top--4x {
  margin-top: 7.5rem !important;
}

.mrg-top--5x {
  margin-top: 9.375rem !important;
}

.mrg-bottom--0x {
  margin-bottom: 0rem !important;
}

.mrg-bottom--1x {
  margin-bottom: 1.875rem !important;
}

.mrg-bottom--2x {
  margin-bottom: 3.75rem !important;
}

.mrg-bottom--3x {
  margin-bottom: 5.625rem !important;
}

.mrg-bottom--4x {
  margin-bottom: 7.5rem !important;
}

.mrg-bottom--5x {
  margin-bottom: 9.375rem !important;
}

@media (min-width: 36.0625em) and (max-width: 64em) {
  .mrg-top--2x {
    margin-top: 2.8125rem !important;
  }
  .mrg-top--3x {
    margin-top: 2.8125rem !important;
  }
  .mrg-top--4x {
    margin-top: 3.75rem !important;
  }
  .mrg-top--5x {
    margin-top: 4.6875rem !important;
  }
  .mrg-bottom--2x {
    margin-bottom: 2.8125rem !important;
  }
  .mrg-bottom--3x {
    margin-bottom: 2.8125rem !important;
  }
  .mrg-bottom--4x {
    margin-bottom: 3.75rem !important;
  }
  .mrg-bottom--5x {
    margin-bottom: 4.6875rem !important;
  }
}
@media (max-width: 36em) {
  .mrg-top--2x,
  .mrg-top--3x,
  .mrg-top--4x,
  .mrg-top--5x {
    margin-top: 2.8125rem !important;
  }
  .mrg-bottom--2x,
  .mrg-bottom--3x,
  .mrg-bottom--4x,
  .mrg-bottom--5x {
    margin-bottom: 2.8125rem !important;
  }
}
.modal-dialog .close {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  border: 0 none;
  background: transparent;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 10;
}
.modal-dialog .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.9375rem 0 0 -0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' d='m1 1 10 10M1 11 11 1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem auto;
  z-index: 2;
}
.modal-dialog .close--white:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' d='m1 1 10 10M1 11 11 1'/%3E%3C/svg%3E");
}

.ajax-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin: -1.25rem 0 0 -1.25rem;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

/* @start: Image Utility */
.sk-lazyload {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 0.1s;
  z-index: 2;
}
.sk-lazyload__bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sk-lazyload[data-src], .sk-lazyload[data-srcset] {
  min-height: 1px;
  display: block;
}
.sk-lazyload:not([src]) {
  visibility: hidden;
}
.sk-lazyload.initial, .sk-lazyload.is--loaded, .sk-lazyload.swiper-lazy-loaded {
  opacity: 1;
  visibility: visible;
}

.sk-media {
  position: relative;
  width: 100%;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.sk-media__image, .sk-media__video {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.sk-media--play:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.sk-media--play:after {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 38'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M31.9611 20.7365 2.9923 37.29c-.959.548-2.1808.2149-2.7288-.7442A2 2 0 0 1 0 35.5536V2.4464c0-1.1046.8954-2 2-2a2 2 0 0 1 .9923.2635L31.961 17.2635c.959.548 1.2923 1.7697.7443 2.7288a2 2 0 0 1-.7443.7442Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  z-index: 4;
}

/* @start: Object Position Utility */
.object-position--top {
  -o-object-position: top;
     object-position: top;
}

/* @start: Aspect-Ratio Utility */
.ratio-team-post,
.ratio-service-post,
.ratio-testimonial-post,
.ratio-prima-dopo-video-post {
  padding-bottom: 131.5789473684%;
}

.ratio-1 {
  padding-bottom: 100%;
}

.ratio-16 {
  padding-bottom: 50%;
}

.ratio-150 {
  padding-bottom: 150%;
}

.ratio-square {
  padding-bottom: 100%;
}

.ratio-rect {
  padding-bottom: 64.8648648649%;
}

/* @start: Svgs Utility */
.svg-data {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  display: inline-block;
  line-height: 0;
  vertical-align: bottom;
}
.svg-data svg {
  width: auto;
  height: 100%;
}

.sk-form__input--default {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 3.25rem;
  padding: 1.125rem 1.25rem;
  margin: 0;
  color: #3e3e3e;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  border-radius: 1.5625rem;
  display: block;
  resize: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background 0.25s ease, border 0.25s ease, box-shadow 0.35s ease;
}
.sk-form__input--default::-moz-placeholder {
  color: rgba(62, 62, 62, 0.6);
  opacity: 1;
}
.sk-form__input--default::placeholder {
  color: rgba(62, 62, 62, 0.6);
  opacity: 1;
}
.sk-form__input--default:focus {
  border-color: rgba(0, 0, 0, 0.6);
}
.sk-form__input--default:focus::-moz-placeholder {
  opacity: 0;
}
.sk-form__input--default:focus::placeholder {
  opacity: 0;
}
.f--required.sk-form__input--default {
  background-color: #fff5f5 !important;
  border-color: #FF0000 !important;
  box-shadow: none !important;
}
.sk-form__input--default:disabled {
  background-color: #F2F2F2 !important;
  border-color: #d9d9d9 !important;
  cursor: not-allowed !important;
}
@media (max-width: 47.9375em) {
  .sk-form__input--default {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.sk-form__input--select {
  max-height: 3.25rem;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.9375rem 2.1875rem 1.125rem 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%233e3e3e' stroke-width='1.75' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M1.632 1.2882L8.7 8.5M8.7 8.5l7.068-7.2118'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.625rem;
  cursor: pointer;
}
.sk-form__input--select option[disabled] {
  display: none;
}
.empty.sk-form__input--select {
  color: rgba(62, 62, 62, 0.6);
}
.sk-form__input--select:focus .placeholder {
  display: none;
}
.f--required.sk-form__input--select {
  background-color: #fff5f5 !important;
  border-color: #FF0000 !important;
  box-shadow: none !important;
}
.sk-form__input--select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 47.9375em) {
  .sk-form__input--select {
    padding-left: 0.9375rem;
  }
}

.sk-form__input--checkbox:not(:checked), .sk-form__input--checkbox:checked {
  position: absolute;
  left: -9999px;
}
.sk-form__input--checkbox:not(:checked) + label, .sk-form__input--checkbox:checked + label {
  position: relative;
  width: auto;
  margin-bottom: 0.3125rem;
  padding: 0 0 0 1.5rem;
  color: #3e3e3e;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sk-form__input--checkbox:not(:checked) + label:before, .sk-form__input--checkbox:checked + label:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  transition: border 0.25s ease;
}
.sk-form__input--checkbox:not(:checked) + label a, .sk-form__input--checkbox:checked + label a {
  font-weight: bold;
  text-decoration: underline;
}
.sk-form__input--checkbox:not(:checked) + label:after, .sk-form__input--checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.1875rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9844.2187L29.578 1.625 10.8906 20.3125 4.297 14.5312l-1.5-1.3125L.1719 16.25l1.5 1.3125 8 7 1.4062 1.2188 1.3125-1.3125 20-20 1.4375-1.4063z' fill='%233e3e3e' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem auto;
  transition: opacity 0.25s ease;
}
.sk-form__input--checkbox:not(:checked) + label:after {
  opacity: 0;
}
.sk-form__input--checkbox:checked + label:after {
  opacity: 1;
}
.sk-form__input--checkbox:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.hasHover .sk-form__input--checkbox:hover:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.f--required.sk-form__input--checkbox:not(:checked) + label:before {
  background-color: #fff5f5 !important;
  border-color: #FF0000 !important;
}

.sk-form__input--radio {
  position: absolute;
  left: -9999px;
}
.sk-form__input--radio:not(:checked), .sk-form__input--radio:checked {
  position: absolute;
  visibility: hidden;
}
.sk-form__input--radio:not(:checked) + label, .sk-form__input--radio:checked + label {
  position: relative;
  width: auto;
  margin-bottom: 0;
  padding: 0.125rem 0 0 1.5rem;
  color: #3e3e3e;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sk-form__input--radio:not(:checked) + label:before, .sk-form__input--radio:checked + label:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  transition: background 0.25s ease, border 0.25s ease;
}
.sk-form__input--radio:not(:checked) + label:after, .sk-form__input--radio:checked + label:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: #3e3e3e;
  transition: opacity 0.25s ease;
}
.sk-form__input--radio:not(:checked) + label a, .sk-form__input--radio:checked + label a {
  font-weight: bold;
  text-decoration: underline;
}
.sk-form__input--radio:not(:checked) + label:after {
  opacity: 0;
}
.sk-form__input--radio:checked + label:after {
  opacity: 1;
}

.sk-form__upload {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sk-form__input--floated label:not(.sk-form__upload--button) {
  position: absolute;
  top: -0.125rem;
  left: 1.375rem;
  right: 1.375rem;
  font-size: 0.625rem;
  color: #3e3e3e;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  z-index: 49;
  transform-origin: top left;
  transform: translateY(1rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  will-change: transform;
}
.sk-form__input--floated label:not(.sk-form__upload--button).no--floated {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media (max-width: 47.9375em) {
  .sk-form__input--floated label:not(.sk-form__upload--button) {
    left: 1rem;
  }
}
.is--visible.sk-form__input--floated label, .is--activated.sk-form__input--floated label {
  opacity: 1;
  visibility: visible;
  transform: translateY(0.625rem);
}
.is--visible.sk-form__input--floated .sk-form__input--default:not(textarea), .is--activated.sk-form__input--floated .sk-form__input--default:not(textarea) {
  padding: 1.5rem 1.25rem 0.625rem 1.25rem;
}
.is--visible.sk-form__input--floated .sk-form__input--select:not(textarea), .is--activated.sk-form__input--floated .sk-form__input--select:not(textarea) {
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
}
.is--visible.sk-form__input--floated .sk-form__input--datepicker::-moz-placeholder, .is--activated.sk-form__input--floated .sk-form__input--datepicker::-moz-placeholder {
  opacity: 0;
}
.is--visible.sk-form__input--floated .sk-form__input--datepicker::placeholder, .is--activated.sk-form__input--floated .sk-form__input--datepicker::placeholder {
  opacity: 0;
}
.is--visible.sk-form__input--floated textarea, .is--activated.sk-form__input--floated textarea {
  padding: 1.5rem 1.25rem 1.25rem;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.team__wrapper, .team__media:after, .team__media:before, .sk-carousel-gallery .sk-media.has-caption:after, .comparisons-table__check:before, .formalize__background, .trattamenti__media:after, .hero__background:after, .hero__background, .ajax-loader, .covered, .sk-media__image, .sk-media__video, .sk-media--play:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.centered, .sk-media--play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.sk-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 53;
}

.sk-contents *:not(table *):not(.sk-btn):first-child {
  margin-top: 0;
  padding-top: 0;
}
.sk-contents *:not(table *):not(.sk-btn):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.reset-button {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* @start: Utils */
.relative {
  position: relative;
}

.no--select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

.no--link {
  cursor: default !important;
  pointer-events: none !important;
}

.no--visible {
  display: none !important;
}

.font-headings {
  font-family: "Niramit", sans-serif;
}

.font-body {
  font-family: "Lora", sans-serif;
}

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  overflow: hidden;
}
.text-truncate--two-lines {
  -webkit-line-clamp: 2;
}
.text-truncate--three-lines {
  -webkit-line-clamp: 3;
}
.text-link--underline {
  text-decoration: underline;
}
.text-color--white {
  color: #FFFFFF;
}
.text-color--cyan {
  color: #50B0CC;
}
.text-color--yellow {
  color: #CCB773;
}
.text--more span {
  color: #50B0CC;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.ui-text-white .sk-headings__title,
.ui-text-white .sk-headings__description,
.ui-text-white .sk-contents {
  color: #FFFFFF;
}

.bubble-count {
  position: absolute;
  top: 1.375rem;
  right: 0.3125rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.bubble-count.counted {
  display: flex;
}

.ajax-loader {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 20;
}
.ajax-loader.is--loaded {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.ajax-loader.is--loaded .ajax-spinner {
  opacity: 1;
}
.ajax-loader.is--error {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.ajax-loader.is--error .ajax-error {
  opacity: 1;
}
.ajax-spinner {
  opacity: 0;
}
.ajax-error {
  opacity: 0;
}
.ajax-error p {
  font-size: 1rem;
  color: #E31616;
  text-align: center;
  padding: 0;
}

/* @start: Basic */
::-moz-selection {
  background-color: #000000;
  color: #FFFFFF;
}
::selection {
  background-color: #000000;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #000000;
  color: #FFFFFF;
}

:root {
  --vh: 100vh;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
html {
  position: relative !important;
  top: auto !important;
  width: 100%;
  -webkit-marquee-increment: 0vw;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #FEFBF8;
}
@media (min-width: 64.0625em) and (max-width: 100em) {
  html {
    font-size: calc(18px + 0.83333vw - 16px);
  }
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #FFFFFF;
  overflow-x: hidden;
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

a {
  color: inherit;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:active, a:focus {
  color: inherit;
  outline: 0;
  text-decoration: none;
}
a.no-color {
  color: inherit !important;
}
a img {
  border: none;
}

b,
strong {
  font-weight: bold;
}

p {
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

mark,
.mark {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.1875rem;
  text-transform: uppercase;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

img.alignleft {
  float: left;
  margin: 1.25rem 1.5625rem 1.25rem 0;
}

img.alignright {
  display: block;
  margin: 1.25rem 0 1.25rem 1.5625rem;
}

img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

img.alignnone {
  display: block;
}

blockquote {
  position: relative;
  padding: 1.875rem !important;
  font-style: italic;
  z-index: 1;
}
blockquote:before {
  position: absolute;
  color: rgba(0, 0, 0, 0.35);
  font-size: 15rem;
  font-style: normal;
  font-weight: bold;
  z-index: -1;
}
blockquote:before {
  content: "“";
  top: -1.875rem;
  left: -1.875rem;
  line-height: 1;
}
@media (max-width: 36em) {
  blockquote:before {
    left: -0.9375rem;
  }
}
blockquote cite {
  font-size: 0.8125rem;
  display: block;
  margin-top: 1.25rem;
}
blockquote cite:before {
  content: "-";
  margin: 0 0.5625rem;
}

.gallery {
  margin-top: 1.25rem;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery .gallery-caption {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

@media (max-width: 767px) {
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}
address {
  display: block;
}

abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

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

pre,
code {
  padding: 0 0.1875rem 0.125rem;
  border-radius: 0.1875rem;
  color: #232527;
  font-size: 0.75rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 0.125rem 0.25rem;
  border: 1px solid #DDE4E9;
  background-color: #F6F6F6;
  color: #232527;
  white-space: nowrap;
}

pre {
  display: block;
  margin: 20px 0 0 0;
  padding: 25px !important;
  border: 1px solid #DDE4E9;
  border-radius: 0.25rem;
  background-color: #FCFCFC;
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 3.125rem 3.125rem;
  white-space: pre;
  word-wrap: normal;
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  overflow-x: visible;
  overflow-y: hidden;
}

pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}

.pre-scrollable {
  overflow-y: scroll;
  max-height: 21.25rem;
}

table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
}
table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table th,
table td {
  min-height: 2.5625rem;
  padding: 0.625rem 0.875rem 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table thead tr {
  border-top: none;
}
table thead h4 {
  font-size: 0.625rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

iframe,
object,
embed {
  max-width: 100%;
  border: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* @start: Typography */
body,
input,
button,
select,
textarea {
  font-family: "Lora", sans-serif;
  font-size: 1rem;
  color: #3e3e3e;
  font-weight: 400;
  line-height: 1.4;
}

input,
button,
select,
textarea {
  font-size: 1rem;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Niramit", sans-serif;
  color: #3e3e3e;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

/* @start: Typography Responsive */
@media (max-width: 64em) {
  body,
  input,
  button,
  select,
  textarea {
    font-size: 1rem;
  }
}
/* @start: Layout */
.sk-col {
  position: relative;
}

.container,
.container-fluid {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.container > .row:not(.g-0),
.container .row-inside,
.container-fluid > .row:not(.g-0),
.container-fluid .row-inside {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.container > .row:not(.g-0) > *,
.container .row-inside > *,
.container-fluid > .row:not(.g-0) > *,
.container-fluid .row-inside > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.gy-60 {
  margin-top: -3.75rem;
}
.gy-60 > * {
  margin-top: 3.75rem;
}

@media (min-width: 64.0625em) {
  .container--1100px {
    max-width: 68.75rem;
  }
}

@media (min-width: 64.0625em) {
  .container--1200px {
    max-width: 75rem;
  }
}

@media (min-width: 64.0625em) {
  .container--1400px {
    max-width: 87.5rem;
  }
}

@media (min-width: 64.0625em) {
  .container--1600px {
    max-width: 100rem;
  }
}

@media (min-width: 64.0625em) {
  .container--1920px {
    max-width: 120rem;
  }
}

/* @start: Layout Responsive */
@media (max-width: 75em) {
  .container,
  .container-fluid {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .container > .row:not(.g-0),
  .container .row-inside,
  .container-fluid > .row:not(.g-0),
  .container-fluid .row-inside {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .container > .row:not(.g-0) > *,
  .container .row-inside > *,
  .container-fluid > .row:not(.g-0) > *,
  .container-fluid .row-inside > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 47.9375em) {
  .container,
  .container-fluid {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .container > .row:not(.g-0),
  .container .row-inside,
  .container-fluid > .row:not(.g-0),
  .container-fluid .row-inside {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
  }
  .container > .row:not(.g-0) > *,
  .container .row-inside > *,
  .container-fluid > .row:not(.g-0) > *,
  .container-fluid .row-inside > * {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
}
/* @start: Button Animation */
.sk-btn__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  z-index: 4;
}
.sk-btn__ripple--circle {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transform: translate3d(-50%, -50%, 0);
}
.sk-btn__ripple.is--active .sk-btn__ripple--circle {
  animation: ripple 0.4s ease-in;
}
@keyframes ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

/* @start: Button Style */
.sk-btn {
  position: relative;
  width: auto;
  min-width: 10rem;
  max-height: 2.875rem;
  padding: 0.75rem 1.25rem 0.875rem;
  border: 1px solid;
  border-radius: 0.375rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  outline: 0 !important;
  text-decoration: none !important;
  display: inline-block;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: border 0.3s cubic-bezier(0.45, 0, 0.14, 1.03), background 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.sk-btn__label {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Niramit", sans-serif;
  letter-spacing: 0;
  z-index: 3;
  transition: color 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
  font-weight: bold;
}
.sk-btn--xs {
  min-width: 6.875rem;
  max-height: none;
  padding: 0.625rem;
}
.sk-btn--xl {
  max-height: 3.375rem;
  padding: 1rem 1.25rem 1.125rem;
}
.sk-btn--xl .sk-btn__label {
  font-size: 1.125rem;
}
.sk-btn--shadow {
  box-shadow: 0px 2px 15.4px -1px rgba(0, 0, 0, 0.1);
}
.sk-btn--full {
  width: 100%;
  min-width: auto;
}
.sk-btn--icon .svg-data {
  margin-right: 0.625rem;
}
.sk-btn--icon .whatsapp--icon {
  top: 0.0625rem;
  width: 0.9375rem;
  height: 1.125rem;
  margin-right: 0.625rem;
}
.sk-btn--icon .whatsapp--icon path {
  fill: #FFFFFF;
}
.sk-btn--primary {
  background-color: #008ea9;
  border-color: #008ea9;
}
.sk-btn--primary .sk-btn__label {
  color: #FEFBF8;
}
.hasHover .sk-btn--primary:hover {
  background-color: #007990;
}
.sk-btn--secondary {
  background-color: #3e3e3e;
  border-color: #FFFFFF;
}
.sk-btn--secondary .sk-btn__label {
  color: #FFFFFF;
}
.hasHover .sk-btn--secondary:hover {
  background-color: #4b4b4b;
}
.sk-btn--inverted {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.sk-btn--inverted .sk-btn__label {
  color: #008ea9;
}
.sk-btn.is--disabled {
  background-color: #C9C9C9;
  border-color: #C9C9C9;
  pointer-events: none;
}
.sk-btn.is--disabled .sk-btn__label {
  color: #FFFFFF;
}

/* @start: Button Responsive */
@media (max-width: 47.9375em) {
  .sk-btn {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sk-btn__label {
    font-size: 1rem;
  }
  .sk-btn__label .svg-data {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
@media (max-width: 25.875em) {
  .sk-btn {
    width: 100%;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .sk-btn__label {
    font-size: 0.8125rem;
  }
}
/* @start: Forms */
.sk-form {
  position: relative;
  width: 100%;
  margin-top: 3.75rem;
}
.sk-form--small {
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}
.sk-form__wrap {
  position: relative;
  width: 100%;
}
.sk-form__inputs-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1.5625rem;
  display: flex;
  flex-wrap: wrap;
}
.sk-form__inputs-wrapper.is--small {
  margin-bottom: 0.625rem;
}
.sk-form__inputs-wrapper.is--last {
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.sk-form__inputs-wrapper:last-child {
  margin-bottom: 0;
}
.sk-form__input--content {
  position: relative;
  width: 100%;
  display: block;
}
.sk-form__input--content + .sk-form__input--content {
  margin-top: 0.625rem;
}
.sk-form__inputs-fields {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.sk-form__inputs-fields.is--loaded {
  opacity: 0.1;
  pointer-events: none;
}
.sk-form__input {
  position: relative;
  z-index: 1;
}
.sk-form__input > label {
  width: 100%;
  display: block;
  margin: 0;
}
.sk-form__input.is--first {
  padding-right: 0.625rem;
}
.sk-form__input.is--middle {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.sk-form__input.is--last {
  padding-left: 0.625rem;
}
.sk-form__input abbr[title] {
  border-bottom: 0 none;
  text-decoration: none;
}
.sk-form__input abbr[title].required {
  color: #E31616;
  margin-left: 0.25rem;
}
.sk-form__input--field-30 {
  width: 30%;
}
.sk-form__input--field-33 {
  width: 33.333%;
}
.sk-form__input--field-50 {
  width: 50%;
}
.sk-form__input--field-70 {
  width: 70%;
}
.sk-form__input--field-100 {
  width: 100%;
}
.sk-form__submit {
  margin-top: 0.625rem;
}
.sk-form__error {
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  padding: 0.9375rem 0.625rem 1.125rem;
  background-color: #ff4d4d;
  margin-top: 1.875rem;
  text-align: center;
}
.sk-form__error .login {
  text-decoration: underline;
}
.sk-form__error a:not(.login) {
  display: none;
}
.sk-form__description {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.sk-form__label-out {
  font-size: 0.875rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  display: block;
}

/* @start: Forms Styles */
input,
button,
select,
textarea,
input:focus,
textarea:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
}

label {
  outline: 0 none;
}

textarea {
  min-height: 12.5rem;
  overflow: auto;
  resize: vertical;
}

.sk-form__input--file {
  display: none;
}
.sk-form__input--multicheckboxes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.sk-form__input--multicheckboxes .multicheckbox__label {
  width: 100%;
  font-size: 0.9375rem;
  margin-bottom: 0.9375rem;
  text-align: left;
  font-weight: bold;
}
.sk-form__input--multicheckboxes .multicheckbox__field {
  margin-right: 0.9375rem;
}
.sk-form__input--multicheckboxes .multicheckbox__field label {
  font-weight: bold;
  text-transform: uppercase;
}
.sk-form__input--multiradios {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sk-form__input--multiradios .radio-group {
  height: 3.25rem;
}
.sk-form__input--multiradios .sk-form__input--radio:not(:checked) + label, .sk-form__input--multiradios .sk-form__input--radio:checked + label {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 3.125rem;
}
.sk-form__input--multiradios .sk-form__input--radio:not(:checked) + label:before, .sk-form__input--multiradios .sk-form__input--radio:checked + label:before {
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  transform: translateY(-50%);
}
.sk-form__input--multiradios .sk-form__input--radio:not(:checked) + label:after, .sk-form__input--multiradios .sk-form__input--radio:checked + label:after {
  top: 0.75rem;
  left: 0.375rem;
  width: 1.75rem;
  height: 1.75rem;
}
.sk-form__input--multiradios .sk-form__input--radio:not(:checked) + label span, .sk-form__input--multiradios .sk-form__input--radio:checked + label span {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}
.sk-form .multiunput__label {
  width: 100%;
  font-size: 0.9375rem;
  margin-bottom: 0.9375rem;
  text-align: left;
  font-weight: bold;
}

.sk-form__select2 {
  position: relative;
}
.sk-form__select2 .select2-container--default.select2-container--open {
  top: auto;
  bottom: 0;
}
.sk-form__select2 .select2-container--default.select2-container--open .select2-dropdown {
  top: -21px;
}

.js-password-showhide {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: -0.9375rem;
  opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 86 53' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M43 .2C24.5.2 8.5 10.7.5 26.1 8.5 41.5 24.5 52 43 52s34.5-10.5 42.5-25.9C77.5 10.7 61.5.2 43 .2zm0 47.7c-15.7 0-30.1-8.3-37.9-21.9C12.9 12.5 27.3 4.2 43 4.2s30.1 8.3 37.9 21.9C73.1 39.6 58.7 47.9 43 47.9z'/%3E%3Cpath d='M43 8.8c-9.5 0-17.2 7.7-17.2 17.2S33.5 43.2 43 43.2 60.2 35.5 60.2 26 52.5 8.8 43 8.8zm0 30.4c-7.3 0-13.2-5.9-13.2-13.2 0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 2;
}
.js-password-showhide.is--show {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 86 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M16.6 54l2.9-2.9c-5.8-3.7-10.8-8.8-14.4-15C12.9 22.5 27.3 14.2 43 14.2c4 0 8 .6 11.7 1.6l3.2-3.2c-4.7-1.5-9.7-2.4-14.9-2.4C24.5 10.2 8.5 20.7.5 36.1 4.3 43.3 9.8 49.5 16.6 54zM69.4 18.1L66.5 21c5.9 3.7 10.9 8.8 14.5 15-7.9 13.6-22.3 21.9-38 21.9-4.1 0-8-.6-11.8-1.6L28 59.5c4.7 1.6 9.8 2.4 15 2.4 18.5 0 34.5-10.5 42.5-25.9-3.8-7.2-9.3-13.4-16.1-17.9zM35.2 46.7l18.5-18.5 2.8-2.9 6.4-6.3 2.9-3L78.3 3.6 75.4.7 62 14.1l-3 3.1-5.3 5.3-2.9 2.8-18.5 18.5-2.8 2.9-6.5 6.4-2.9 3L7.7 68.4l2.9 2.9 13.3-13.4 3-3 5.4-5.4z'/%3E%3Cpath d='M43 22.8c1.4 0 2.8.2 4.1.7l3.1-3.1c-2.2-1-4.6-1.6-7.2-1.6-9.5 0-17.2 7.7-17.2 17.2 0 2.6.6 5 1.6 7.2l3.1-3.1c-.4-1.3-.7-2.7-.7-4.1 0-7.3 5.9-13.2 13.2-13.2zM43 49.2c-1.4 0-2.8-.2-4.1-.7l-3.1 3.1c2.2 1 4.6 1.6 7.2 1.6 9.5 0 17.2-7.7 17.2-17.2 0-2.6-.6-5-1.6-7.2l-3.1 3.1c.4 1.3.7 2.7.7 4.1 0 7.3-5.9 13.2-13.2 13.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* @start: Forms Responsive */
@media (max-width: 64em) {
  .sk-form {
    margin-top: 2.5rem;
  }
  .sk-form--hidden .sk-form__wrap {
    display: none;
  }
  .sk-form__mobile {
    display: block;
  }
}
@media (max-width: 47.9375em) {
  .sk-form__input {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sk-form__input.is--middle, .sk-form__input.is--last {
    margin-top: 1.25rem;
  }
  .sk-form__input .sk-btn:not(.sk-form__upload--button) {
    width: 100%;
  }
  .sk-form__input .sk-btn:not(.sk-form__upload--button) br {
    display: none;
  }
  .sk-form__submit {
    margin-top: 0;
  }
  .sk-form__upload--text {
    width: calc(100% - 6.25rem);
  }
  .sk-form__upload--button {
    width: 6.25rem;
  }
}
/* @start: Modal */
.modal-backdrop {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-dialog {
  max-width: none;
}
.modal-dialog .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
}
.modal-content {
  position: relative;
  background-color: #FFFFFF;
  border: 0 none;
  border-radius: 0;
  padding: 4.375rem 3.125rem;
  overflow: hidden;
}
.modal-body {
  padding: 0;
}
.modal-title,
.modal .response__title {
  position: relative;
  line-height: 1.1;
  text-transform: uppercase;
  z-index: 3;
}
.modal-header {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  margin-bottom: 1.875rem;
  display: block;
}
.modal-footer {
  display: none;
}

.bootbox .modal-content {
  padding: 0;
}
.bootbox .modal-content > .modal-header.border-0 {
  margin: 0;
}
.bootbox .modal-content > .modal-header.border-0 > .modal-title {
  display: none;
}
.bootbox .bootbox-body {
  padding: 4.375rem 3.125rem;
}

/* @start: Modal Type */
.modal--vertical .modal-dialog {
  width: 100%;
  max-width: none;
  margin: 0;
}
.modal--vertical .modal-content {
  padding-top: 2.5rem;
}

.modal--generic .sk-form {
  margin-top: 1.5625rem;
}

/* @start: Modal Responsive */
@media (min-width: 48em) and (max-width: 64em) {
  .modal-content {
    padding: 3.125rem 1.875rem;
  }
}
@media (max-width: 47.9375em) {
  .modal-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .modal--search-products .modal-content {
    padding-bottom: 0.9375rem;
  }
}
@media (min-width: 20em) {
  .modal-dialog {
    max-width: 47.5rem;
  }
  .modal-dialog--large {
    max-width: 59.375rem;
  }
  .modal-dialog--big {
    max-width: 75rem;
  }
}
/* @start: Tooltip */
.tooltip-inner {
  font-family: "Lora", sans-serif;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 0.625rem;
}

/* @start: Carousel */
.sk-carousel {
  position: relative;
  width: 100%;
}
.sk-carousel--overflow .swiper {
  overflow: visible;
}
.sk-carousel--space, .sk-carousel__cta {
  margin-top: 2.5rem;
}

.swiper-button-prev,
.swiper-button-next {
  font-family: none;
  width: 3.125rem;
  height: 3.125rem;
  margin-top: -1.5625rem;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: 1px solid #3e3e3e;
  opacity: 1;
  transition: background 0.3s ease, opacity 0.3s ease;
}
.swiper-button-prev .svg-data,
.swiper-button-next .svg-data {
  width: 0.5rem;
  height: 0.8125rem;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}

.swiper-button-prev {
  left: -1.5625rem;
}
.swiper-button-prev .svg-data {
  margin-left: -0.125rem;
}

.swiper-button-next {
  right: -1.5625rem;
}

.swiper-pagination-horizontal.swiper-pagination--relative {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 1.5625rem;
}

.swiper-pagination-bullet {
  border: 1px solid #716453;
  background-color: transparent;
  transition: border 0.3s ease, background 0.3s ease;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}

/* @start: Carousel Responsive */
/* @start: Faqs */
.faqs__wrapper {
  margin-top: 2.5rem;
}

.faq__item {
  border-bottom: 1px solid #EEE5D9;
  margin-bottom: 1.875rem;
}
.faq__item:last-child {
  margin-bottom: 0 !important;
}
.faq__question {
  position: relative;
  font-family: "Lora", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  padding: 0 5rem 1.25rem 1.25rem;
  cursor: pointer;
}
.faq__question span {
  max-width: 70%;
  line-height: 1;
  display: block;
}
.faq__question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%233e3e3e' fill='none' fill-rule='evenodd'%3E%3Ccircle cx='14.5' cy='14.5' r='14'/%3E%3Cpath stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9.2093 12.5 14.5 17.7907 19.7907 12.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(0deg);
  margin-top: -1.3125rem;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.faq__question.is--opened:after {
  transform: rotate(180deg);
}
.faq__answer {
  width: 100%;
  padding: 1.875rem;
  border-top: 1px solid #EEE5D9;
  display: none;
}
.faq__answer p {
  padding: 0.6em 0;
  font-size: 1rem;
}
.faq__answer ul,
.faq__answer ol {
  margin-left: 0;
  margin-right: 0;
}
.faq__answer ul li,
.faq__answer ol li {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.faq__answer ul li:last-child,
.faq__answer ol li:last-child {
  margin-bottom: 0;
}
.faq__more {
  width: 12.5rem;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.faq__more span {
  color: #3e3e3e;
  font-weight: bold;
  text-decoration: underline;
}

/* @start: Faqs Responsive */
@media (max-width: 64em) {
  .faqs__wrapper {
    margin-top: 1.875rem;
  }
  .faq__question {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.9375em) {
  .faq__item {
    margin-bottom: 0.9375rem;
  }
  .faq__question {
    font-size: 1rem;
  }
  .faq__answer p {
    font-size: 0.875rem;
  }
}
/* @start: Tabs */
/* @start: Tabs Responsive */
/* @start: Section */
.sk-section {
  position: relative;
  width: 100%;
}
.sk-section__bg--white {
  background-color: #FFFFFF;
}
.sk-section__bg--green-satin {
  background-color: #EBE9DC;
}
.sk-section__bg--azure {
  background-color: #EBF6F8;
}
.sk-section__bg--green-limed {
  background-color: #3e3e3e;
}
.sk-section__bg--background {
  background-image: url("./assets/images/background-light.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sk-section__bg--cover.cover--contact {
  overflow: hidden;
}
.sk-section__bg--cover.cover--contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/bg_contact.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
.sk-section__bg--cover.cover--contact .container-fluid {
  position: relative;
  z-index: 3;
}

.shadow-plant-01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 115.875rem;
  height: 144.3125rem;
  transform: translate(-40%, -60%);
  background-image: url("./assets/images/plant-shadow.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

/* @start: Section Responsive */
@media (max-width: 64em) {
  .shadow-plant-01:before {
    display: none;
  }
}
/* @start: Content */
.sk-headings .headings__description {
  margin-top: 0.9375rem;
}
.sk-headings + .sk-contents {
  margin-top: 1.875rem;
}

.small-disclaimer {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  display: block;
}

.sk-contents__cta {
  margin-top: 1.25rem;
}
.sk-contents--generic ul,
.sk-contents--generic ol {
  margin: 0.625rem 0 0.625rem 0.9375rem;
  list-style: inside;
}
.sk-contents--generic p {
  padding: 0.6em 0;
}
.sk-contents--generic h1, .sk-contents--generic h2, .sk-contents--generic h3, .sk-contents--generic h4, .sk-contents--generic h5, .sk-contents--generic h6 {
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
}
.sk-contents--generic h1 + ul,
.sk-contents--generic h1 + ol, .sk-contents--generic h2 + ul,
.sk-contents--generic h2 + ol, .sk-contents--generic h3 + ul,
.sk-contents--generic h3 + ol, .sk-contents--generic h4 + ul,
.sk-contents--generic h4 + ol, .sk-contents--generic h5 + ul,
.sk-contents--generic h5 + ol, .sk-contents--generic h6 + ul,
.sk-contents--generic h6 + ol {
  margin-top: 1.25rem;
}
.sk-contents--generic a {
  text-decoration: underline;
}

/* @start: Content Responsive */
@media (max-width: 47.9375em) {
  .sk-headings br,
  .sk-contents br {
    display: none;
  }
  .sk-headings + .sk-contents {
    margin-top: 0.9375rem;
  }
}
/* @start: Grid */
.sk-grid {
  width: 100%;
}
.sk-grid .grid__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  margin-bottom: -3.75rem;
}
.sk-grid .grid__wrapper--center {
  justify-content: center;
}
.sk-grid .grid__item {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-bottom: 3.75rem;
}

/* @start: Grid Responsive */
/* @start: Hello Bar */
.sk-hellobar {
  position: relative;
  width: 100%;
  height: 2.5rem;
  background-color: #EBE9DC;
  z-index: 2;
}

.hellobar__wrapper {
  height: 100%;
}
.hellobar__item {
  text-align: center;
}
.hellobar__label {
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.125rem;
}

/* @start: Hello Bar Responsive */
@media (max-width: 64em) {
  .sk-hellobar {
    height: 1.875rem;
  }
  .hellobar__label {
    font-size: 0.625rem;
  }
}
.header__burger {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
}

/* @start: Header */
.sk-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 50;
}
.sk-header.hello-bar-not-visible + .sk-main__content {
  margin-top: 5rem;
}
.sk-header.hello-bar-visible + .sk-main__content {
  margin-top: 7.5rem;
}
.sk-header__overlay {
  z-index: 51;
}

.header__wrapper {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 2;
}
.header__wrapper--top {
  height: 5rem;
  z-index: 3;
}
.header__content {
  height: 100%;
}
.header__logo {
  position: relative;
  width: 12.5rem;
  height: 3.75rem;
}
.header__telephone--icon {
  width: 1.25rem;
  height: 1.25rem;
}
.header__menu ul {
  height: 100%;
  list-style: none;
  display: flex;
}
.header__menu ul li {
  position: relative;
  height: 100%;
  margin: 0 3.125rem;
}
.header__menu ul li a {
  height: 100%;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Niramit", sans-serif;
  color: #3e3e3e;
}
.header__burger {
  display: none;
  align-items: center;
}
.header__burger--icon {
  height: 1.375rem;
}
.header__burger--close {
  padding-left: 1.25rem;
  justify-content: center;
}
.header__burger--close .header__burger--icon {
  height: 1.5rem;
  margin-left: 0.375rem;
}

/* @start: Header Mobile */
.sk-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 23.4375rem;
  height: 100%;
  transform: translateX(-101%);
  z-index: 51;
}

.header-mobile__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EBF6F8;
  z-index: 54;
}
.header-mobile__content {
  height: calc(100% - 3.4375rem);
  overflow-x: hidden;
  overflow-y: scroll;
}
.header-mobile__content:not([data-depth="0"]) {
  overflow-y: hidden;
}
.header-mobile__opts {
  position: relative;
  width: 100%;
  height: 3.4375rem;
  background-color: #FFFFFF;
  padding: 0 0.9375rem;
  z-index: 2;
}
.header-mobile__opts .header__logo {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.header-mobile__top {
  height: 100%;
}
.header-mobile__nav .header__menu {
  display: block;
}
.header-mobile__nav .header__menu .menu {
  height: auto;
  margin-top: 1.25rem;
  display: block;
}
.header-mobile__nav .header__menu .menu__item {
  width: 100%;
  height: auto;
  padding: 0 0.9375rem;
  margin: 0 0 0.9375rem 0;
}
.header-mobile__nav .header__menu .menu__item:last-child {
  margin-bottom: 0;
}
.header-mobile__nav .header__menu .menu__item a {
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  height: auto;
  display: block;
  text-align: left !important;
}
.header-mobile__end {
  margin-top: 1.25rem;
}
.header-mobile__end ul {
  list-style: none;
}
.header-mobile__end ul li {
  padding: 0 0.9375rem;
  margin-bottom: 0.9375rem;
}
.header-mobile__end ul li:last-child {
  margin-bottom: 0;
}

/* @start: Header Responsive */
@media (max-width: 64em) {
  .sk-header.hello-bar-not-visible + .sk-main__content {
    margin-top: 3.4375rem;
  }
  .sk-header.hello-bar-visible + .sk-main__content {
    margin-top: 5.3125rem;
  }
  .header__wrapper--top {
    height: 3.4375rem;
  }
  .header__menu {
    display: none;
  }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 8.125rem;
    height: 2.375rem;
  }
  .header__burger {
    display: flex;
  }
  .header__telephone .d-mob {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 100%;
    padding: 0;
    min-width: auto;
  }
  .header__telephone .d-mob .svg-data {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
/* @start: Hero */
.sk-hero {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 56.25rem;
  overflow: hidden;
  z-index: 5;
}
.hero__content {
  width: 100%;
  height: 100%;
}
.hero__title b {
  color: #008ea9;
}
.hero__description {
  font-weight: 500;
  margin-top: 1.875rem;
}
.hero__background {
  z-index: 1;
}
.hero__background--mobile {
  display: none;
}
.hero__background:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.37%, rgba(0, 0, 0, 0.24) 149%);
  z-index: 2;
}
.hero__person--desktop {
  position: absolute;
  top: 0;
  left: -4%;
  width: 56.25rem;
  height: 100%;
  z-index: 2;
}
.hero__person--desktop img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.hero__person--mobile {
  display: none;
}
.hero__box {
  padding: 3.75rem 3.125rem 5rem;
  flex-direction: column;
  z-index: 3;
}
.hero__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.hero__cta {
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: none;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
.hero__cta--second {
  margin-top: 0.9375rem;
}
.hero__review--desktop {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.hero__review .review__box {
  width: auto;
  padding: 0.75rem 1.5625rem;
  border-radius: 0.875rem;
  color: #3e3e3e;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3.75px);
          backdrop-filter: blur(3.75px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__review .review__rating {
  font-size: 3.125rem;
  font-family: "Niramit", sans-serif;
  line-height: 1;
}
.hero__review .review__number {
  margin-left: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
.hero__review .review__number .svg-data {
  width: 6.5rem;
  height: 1.1875rem;
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  display: block;
}
.hero__review--mobile {
  width: 100%;
  max-width: 11.25rem;
  margin: 1.5625rem auto 0;
}
.hero__review--mobile .review__box {
  padding: 0.5rem;
}
.hero__review--mobile .review__rating {
  font-size: 1.5rem;
}
.hero__review--mobile .review__number {
  font-size: 0.75rem;
}
.hero__review--mobile .review__number .svg-data {
  width: 4.375rem;
  height: 0.8125rem;
}

.sk-hero[data-type=simple] {
  min-height: 25rem;
  background-color: #50b0cc;
}
.sk-hero[data-type=simple] .hero__title {
  color: #FFFFFF;
}

/* @start: Hero Responsive */
@media (max-width: 64em) {
  .sk-hero {
    min-height: auto;
  }
  .sk-hero[data-type=simple] {
    min-height: auto;
  }
  .sk-hero[data-type=simple] .hero__box {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .hero__background--desktop {
    display: none;
  }
  .hero__background--mobile {
    display: block;
  }
  .hero__person--desktop {
    display: none;
  }
  .hero__person--mobile {
    width: 100%;
    max-width: 25rem;
    margin: 1.875rem auto 0;
    display: block;
  }
  .hero__box {
    position: relative;
    padding-bottom: 0;
  }
}
@media (max-width: 47.9375em) {
  .hero__box {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .hero__description br {
    display: none;
  }
}
/* @start: Footer */
.sk-footer {
  position: relative;
  width: 100%;
}

.footer__title {
  position: relative;
  margin-bottom: 1.875rem;
}
.footer__socials {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
.footer__socials ul {
  list-style: none;
  padding-bottom: 1.875rem;
}
.footer__socials ul li {
  margin-right: 1.875rem;
  line-height: 1;
}
.footer__socials ul li:last-child {
  margin-right: 0;
}
.footer__socials ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.footer__socials .svg-data {
  width: 1.875rem;
  height: 1.875rem;
}
.footer__copyrights p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
}
.footer__privacy {
  color: #FFFFFF;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.875rem;
}
.footer__privacy a {
  font-size: 0.875rem;
  color: #FFFFFF;
  margin: 0 0.625rem;
}
.footer__privacy a:first-child {
  margin-left: 0;
}
.footer__privacy a:last-child {
  margin-right: 0;
}
.footer__agency {
  color: #FFFFFF;
  margin-top: 1.25rem;
}
.footer__agency p {
  font-size: 0.75rem;
}
.footer__agency a {
  margin-left: 0.1875rem;
}
.footer__agency .svg-data {
  top: -0.25rem;
  width: 4.4375rem;
  height: 1.25rem;
  vertical-align: middle;
}

/* @start: Footer Responsive */
/* @start: Scrollbar */
.sk-scrollbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 5.25rem;
  padding: 1.25rem;
  opacity: 0;
  transform: translateY(100%);
  box-shadow: 0 -8px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  pointer-events: none;
  z-index: 49;
}
.sk-scrollbar.is--showed {
  pointer-events: auto;
}
.sk-scrollbar .sk-btn {
  margin: 0 0.625rem;
}

body #qlwapp.qlwapp-bottom-left {
  transition: transform 0.3s ease;
}
body.is--stucked {
  padding-bottom: 5.25rem;
}
body.is--stucked #qlwapp.qlwapp-bottom-left {
  transform: translateY(-4.625rem);
}

.sk-esperto__box {
  width: 100%;
  max-width: 18.75rem;
  margin: 1.875rem auto 0;
  padding: 1.25rem;
  border-radius: 1.5625rem;
  background-color: #FFFFFF;
}
.sk-esperto__box .boxicons__media {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 0.625rem;
}
.sk-esperto__box .boxicons__title {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}

/* @start: Scrollbar Responsive */
@media (max-width: 47.9375em) {
  body.is--stucked {
    padding-bottom: 4rem;
  }
  body.is--stucked #qlwapp.qlwapp-bottom-left {
    transform: translateY(-3.375rem);
  }
  body #qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle {
    margin-left: 0.625rem !important;
  }
  .sk-scrollbar {
    padding: 0.625rem 0.3125rem;
  }
  .sk-scrollbar .sk-btn {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
/* @start: Text Media */
.text-media__cover {
  position: relative;
  padding: 0;
}
.text-media__cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/images/background-light.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
.text-media__cover .text-media__col {
  padding: 6.25rem;
}

.sk-text-media[data-type=no-gutter] .text-media__media {
  border-top-left-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
  padding-bottom: 0;
  height: 100%;
}
.sk-text-media[data-type=no-gutter] .text-media__texts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top-right-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
  background-color: #EBF6F8;
}
.sk-text-media[data-type=no-gutter] .text-media__col {
  position: relative;
  padding: 3.125rem;
  z-index: 3;
}

/* @start: Text Media Responsive */
@media (max-width: 64em) {
  .text-media__cover .text-media__col {
    padding: 1.875rem;
  }
  .sk-text-media[data-type=no-gutter] .text-media__media {
    border-top-right-radius: 0.9375rem;
    border-bottom-left-radius: 0;
  }
  .sk-text-media[data-type=no-gutter] .text-media__texts {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.9375rem;
  }
  .sk-text-media[data-type=no-gutter] .text-media__col {
    padding: 1.875rem;
  }
}
@media (max-width: 64em) {
  .map__media {
    border-top-right-radius: 0.9375rem;
    border-bottom-left-radius: 0;
  }
  .map__texts {
    padding: 2.8125rem 0.625rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.9375rem;
  }
}
@media (max-width: 36em) {
  .text-media__cover .text-media__col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* @start: Doctor Media */
.doctor__grid {
  margin-top: 2.5rem;
}
.doctor__label {
  margin: 0.9375rem 0 0.3125rem;
}
.doctor__name {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

/* @start: Doctor Media Responsive */
@media (max-width: 47.9375em) {
  .doctor__grid {
    margin-top: 0;
  }
  .doctor__data {
    text-align: center;
  }
  .doctor__label {
    margin-top: 0;
  }
}
/* @start: Box Icons */
.box-icons__grid {
  margin-top: 2.5rem;
}
.box-icons__item {
  padding: 1.875rem 0.9375rem;
}
.box-icons__media {
  position: relative;
  width: 5.625rem;
  height: 5.625rem;
  margin: 0 auto;
}
.box-icons__media img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.box-icons__title {
  font-family: "Lora", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 1.25rem 0;
}
.box-icons__text {
  margin-top: 0.9375rem;
}

.sk-box-icons[data-type=multi] .container-fluid {
  max-width: 83.75rem;
  padding: 3.125rem;
  border-radius: 0.9375rem;
  background-color: #EBE9DC;
}

/* @start: Box Icons Responsive */
@media (max-width: 64em) {
  .sk-box-icons[data-type=multi] .container-fluid {
    border-radius: 0;
  }
}
@media (max-width: 47.9375em) {
  .box-icons__grid {
    margin-top: 0.625rem;
  }
}
@media (max-width: 30em) {
  .box-icons__item {
    padding: 1.875rem 0 0 0;
  }
  .box-icons__media {
    width: 6.25rem;
    height: 4.375rem;
  }
}
/* @start: Carousel Partners */
.partners__media {
  position: relative;
  width: 100%;
  height: 2.5rem;
}
.partners__media img {
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* @start: Carousel Partners Responsive */
/* @start: Trattamenti */
.trattamenti__grid {
  margin-top: 3.75rem;
}
.trattamenti__grid .g-5, .trattamenti__grid .gy-5 {
  --bs-gutter-y: 4.375rem;
}
.trattamenti__item {
  position: relative;
  height: 100%;
  border-radius: 0.9375rem;
  background-color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
}
.trattamenti__badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: auto;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #FFFFFF;
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  z-index: 2;
}
.trattamenti__badge > div span {
  line-height: 1;
  display: block;
}
.trattamenti__badge .badge_percentage {
  position: relative;
  font-family: "Niramit", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  padding-right: 1.25rem;
}
.trattamenti__badge .badge_percentage:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 1px;
  height: 90%;
  transform: translateY(-50%);
  background-color: #008ea9;
}
.trattamenti__badge .regular-price {
  font-size: 0.875rem;
  text-decoration: line-through;
}
.trattamenti__badge .sale-price {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.125rem;
}
.trattamenti__media {
  position: relative;
}
.trattamenti__media:after {
  content: "";
  opacity: 0.48;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 100%);
  z-index: 2;
}
.trattamenti__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "Lora", sans-serif;
  font-size: 1.5rem;
  padding: 1.25rem;
  z-index: 3;
}
.trattamenti__sub-title {
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
}
.trattamenti__data {
  padding: 1.25rem;
}
.trattamenti__cta {
  margin-top: 0.9375rem;
}
.trattamenti__cta span {
  color: #3e3e3e;
  font-weight: bold;
  text-decoration: underline;
}

/* @start: Trattamenti Responsive */
@media (max-width: 64em) {
  .trattamenti__grid {
    margin-top: 2.5rem;
  }
  .trattamenti__grid .g-5, .trattamenti__grid .gy-5 {
    --bs-gutter-y: 1.875rem;
  }
  .trattamenti__media.ratio-square {
    padding-bottom: 64.8648648649%;
  }
  .trattamenti__badge {
    top: 0.625rem;
    left: 0.625rem;
    padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
  }
  .trattamenti__badge:before {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem auto;
  }
  .trattamenti__badge .regular-price {
    font-size: 0.75rem;
  }
  .trattamenti__badge .sale-price {
    font-size: 1rem;
  }
  .trattamenti__title {
    font-size: 1.125rem;
    padding: 0.625rem;
  }
  .trattamenti__data {
    padding: 0.9375rem 0.625rem;
  }
  .trattamenti__text, .trattamenti__cta span {
    font-size: 0.875rem;
  }
}
/* @start: Video Interviews */
.video__media {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.video__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  z-index: 4;
}
.video__avatar__media {
  position: relative;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 100%;
  overflow: hidden;
}
.video__avatar__name {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 0.625rem;
}

/* @start: Video Interviews Responsive */
@media (max-width: 47.9375em) {
  .video__avatar {
    padding: 0.625rem;
  }
  .video__avatar__media {
    width: 1.5rem;
    height: 1.5rem;
  }
  .video__avatar__name {
    font-size: 0.75rem;
  }
}
/* @start: Prima Dopo */
.sk-primadopo .swiper-wrapper {
  padding-bottom: 0.625rem;
}
.sk-primadopo .swiper-slide {
  border-radius: 0.9375rem;
}

.primadopo__media {
  border-radius: 0.9375rem;
  overflow: hidden;
}
.primadopo__data {
  position: relative;
  width: 100%;
  padding: 0.9375rem 0;
  background-color: #EBF6F8;
  display: flex;
}
.primadopo__title {
  margin-top: 0.625rem;
  font-weight: bold;
}
.primadopo__field {
  width: 50%;
  flex: 0 0 50%;
  text-align: center;
}
.primadopo__field span {
  font-size: 0.875rem;
  font-family: "Niramit", sans-serif;
  font-weight: bold;
}
.primadopo__first {
  left: 0;
}
.primadopo__last {
  right: 0;
}

/* @start: Prima Dopo Responsive */
@media (max-width: 47.9375em) {
  .primadopo__first span, .primadopo__last span {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
  }
}
/* @start: Recensioni */
.recensioni__item {
  position: relative;
  width: 100%;
  padding: 1.875rem;
  text-align: center;
}
.recensioni__avatar {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.recensioni__name {
  color: #008ea9;
  font-size: 1.125rem;
  font-family: "Lora", sans-serif;
  margin-top: 1.25rem;
  text-align: center;
  display: block;
}
.recensioni__name .svg-data {
  width: 6.375rem;
  height: 0.875rem;
  margin: 0.625rem auto;
  display: block;
}
.recensioni__name .svg-data path {
  fill: #008ea9;
}

.review__badge {
  margin-top: 1.5625rem;
}
.review__badge .review__box {
  width: auto;
  color: #3e3e3e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review__badge .review__rating {
  font-size: 3.125rem;
  font-family: "Niramit", sans-serif;
  line-height: 1;
}
.review__badge .review__number {
  margin-left: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
.review__badge .review__number .svg-data {
  width: 6.5rem;
  height: 1.1875rem;
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  display: block;
}

/* @start: Recensioni Responsive */
/* @start: Map */
.map__item {
  margin-bottom: 1.5625rem;
}
.map__item:last-of-type {
  margin-bottom: 0;
}
.map__media {
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}
.map__texts {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #EBF6F8;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}
.map__data {
  position: relative;
  max-width: 21.875rem;
  z-index: 3;
}
.map__data ul {
  list-style: none;
}
.map__data ul li {
  margin-top: 1.5625rem;
}
.map__data .svg-data {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.25rem;
}
.map__data .svg-data svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

/* @start: Map Responsive */
@media (max-width: 64em) {
  .map__media {
    border-top-right-radius: 0.9375rem;
    border-bottom-left-radius: 0;
  }
  .map__texts {
    padding: 2.8125rem 0.625rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.9375rem;
  }
}
@media (max-width: 36em) {
  .map__texts:after {
    width: 7.625rem;
    height: 7.5rem;
  }
  .map__data {
    font-size: 0.75rem;
  }
  .map__data .svg-data {
    margin-right: 0.5rem;
  }
}
/* @start: Formalize */
.sk-formalize--background {
  background-image: url("./assets/images/bg.jpg");
  background-repeat: repeat;
  background-position: top left;
}

.formalize__background {
  z-index: 1;
}
.formalize__container {
  position: relative;
  z-index: 3;
}
.formalize__person {
  position: absolute;
  top: 0;
  width: 43.75rem;
  height: 100%;
  z-index: 2;
}
.formalize__person img {
  width: auto;
  height: 100%;
}
.formalize__person--left {
  left: 0;
}
.formalize__person--right {
  right: 0;
}
.formalize__person--right img {
  left: auto;
  right: 0;
}
.formalize__middle {
  margin: 2.5rem 0;
}
.formalize__middle .f-2 {
  font-size: 1.25rem;
}
.formalize__telephone {
  margin: 1.25rem 0;
}
.formalize__telephone--icon {
  width: 1.25rem;
  height: 1.25rem;
}
.formalize__telephone--icon path {
  fill: #FFFFFF;
}
.formalize__checkbox {
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
}
.formalize__form {
  padding: 0.625rem;
}
.formalize__form .ajax-loader {
  background-color: transparent;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* @start: Contact */
.sk-contact .sk-contents ul {
  max-width: 27%;
  text-align: left;
  margin: 0 auto;
}

.contact__person {
  position: absolute;
  left: -10rem;
  bottom: -32.5rem;
  width: 50rem;
  height: 50rem;
  z-index: 1;
}
.contact__person .sk-media {
  height: 100%;
}

/* @start: Contact Responsive */
@media (max-width: 64em) {
  .sk-contact .sk-contents ul {
    max-width: 100%;
  }
  .contact__person {
    display: none;
  }
}
/* @start: Comparisons Table */
.comparisons-table {
  position: relative;
  max-width: 59.375rem;
  margin: 2.8125rem auto 0;
  border-radius: 0.9375rem;
  background-color: rgba(238, 229, 217, 0.3);
}
.comparisons-table__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
}
.comparisons-table__item--end {
  border-bottom: 0 none;
}
.comparisons-table__cell {
  width: 12.5rem;
  min-height: 3.75rem;
  padding: 1.25rem 0.625rem;
  display: inline-flex;
  align-items: center;
}
.comparisons-table__cell.is--first {
  width: calc(100% - 26.25rem);
}
.comparisons-table__cell--logo .svg-data {
  width: 5.8125rem;
  height: 2.375rem;
}
.comparisons-table__cell--other span {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.comparisons-table__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 1.25rem;
}
.comparisons-table__head .comparisons-table__cell {
  justify-content: center;
}
.comparisons-table__head .comparisons-table__cell.is--first {
  opacity: 0;
}
.comparisons-table__head .comparisons-table__cell.is--middle {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.comparisons-table__body .comparisons-table__cell.is--middle {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.comparisons-table__check {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 auto;
}
.comparisons-table__check:before {
  content: "";
  background-image: url("./assets/images/check-no.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.comparisons-table__check.is--active:before {
  background-image: url("./assets/images/check-go.svg");
}

/* @start: Comparisons Table Responsive */
@media (max-width: 64em) {
  .comparisons-table__cell {
    width: 9.375rem;
  }
  .comparisons-table__cell.is--first {
    width: calc(100% - 20rem);
  }
}
@media (max-width: 47.9375em) {
  .comparisons-table__title {
    font-size: 1rem;
  }
}
@media (max-width: 36em) {
  .comparisons-table__head .comparisons-table__cell {
    width: 50%;
  }
  .comparisons-table__head .comparisons-table__cell.is--first {
    display: none;
  }
  .comparisons-table__head .comparisons-table__cell.is--middle {
    margin-right: 0.3125rem;
  }
  .comparisons-table__head .comparisons-table__cell.is--last {
    margin-left: 0.3125rem;
  }
  .comparisons-table__head .comparisons-table__cell--logo .svg-data {
    width: 4.625rem;
    height: 1.875rem;
  }
  .comparisons-table__head .comparisons-table__cell--other span {
    font-size: 1.125rem;
  }
  .comparisons-table__body {
    padding: 1.875rem 0;
    border-radius: 0.5rem;
  }
  .comparisons-table__body .comparisons-table__item {
    margin-top: 2.1875rem;
    flex-wrap: wrap;
    background-color: transparent;
    border-bottom: 0 none;
  }
  .comparisons-table__body .comparisons-table__item:first-child {
    margin-top: 0;
  }
  .comparisons-table__body .comparisons-table__item--end {
    display: none;
  }
  .comparisons-table__body .comparisons-table__cell {
    width: 50%;
    padding: 0.625rem 0;
    min-height: auto;
    border: 0 none;
  }
  .comparisons-table__body .comparisons-table__cell.is--first {
    width: 100%;
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .comparisons-table__body .comparisons-table__cell.is--middle {
    border: 0 none;
  }
  .comparisons-table__body .comparisons-table__cell.is--middle:before, .comparisons-table__body .comparisons-table__cell.is--middle:after {
    display: none;
  }
  .comparisons-table__body .comparisons-table__cell.is--last {
    border-left: 1px solid #DDDDDD;
  }
  .comparisons-table__title {
    width: 100%;
    text-align: center;
  }
  .comparisons-table__check {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/* @start: Gallery */
.sk-carousel-gallery .sk-media {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.sk-carousel-gallery .sk-media.has-caption:after {
  content: "";
  opacity: 0.48;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 100%);
  z-index: 2;
}
.sk-carousel-gallery .gallery__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-family: "Lora", sans-serif;
  font-size: 1.5rem;
  padding: 1.25rem;
  z-index: 3;
}
.sk-carousel-gallery .gallery__sub-title {
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
}

/* @start: Gallery Responsive */
@media (max-width: 64em) {
  .gallery__title {
    font-size: 1.125rem;
    padding: 0.625rem;
  }
}
/* @start: Text Box Icons */
.text-box-icons__item {
  padding: 1.875rem 0.9375rem;
  background-color: #FFFFFF;
}
.text-box-icons__media {
  position: relative;
  width: 5.625rem;
  height: 5.625rem;
  margin: 0 auto;
}
.text-box-icons__media img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.text-box-icons__number {
  font-family: "Niramit", sans-serif;
  color: #008ea9;
  font-size: 3rem;
  line-height: 3rem;
}
.text-box-icons__title {
  font-family: "Niramit", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 1.25rem 0;
}
.text-box-icons__text {
  margin-top: 0.9375rem;
}

.sk-text-box-icons__media {
  position: absolute;
  top: -10%;
  bottom: -10%;
  right: 0;
  width: 40%;
}
.sk-text-box-icons__media .sk-media__image {
  -o-object-fit: contain;
     object-fit: contain;
}

/* @start: Box Icons Responsive */
@media (min-width: 63.9375em) {
  .text-box-icons__grid {
    max-width: 31.25rem;
  }
}
@media (max-width: 64em) {
  .sk-text-box-icons__media {
    display: none;
  }
}
@media (max-width: 30em) {
  .text-box-icons__media {
    width: 6.25rem;
    height: 4.375rem;
  }
}
/* @start: Team Item */
.team__item {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.team__item.moving {
  pointer-events: none;
}
.hasHover .team__item:hover .team__media:before {
  opacity: 1;
}
.hasHover .team__item:hover .team__media:after {
  opacity: 0;
}
.team__media {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.team__media:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
  opacity: 0;
  z-index: 2;
}
.team__media:after {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
  z-index: 2;
}
.team__wrapper {
  padding: 1.25rem 0.625rem;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  z-index: 3;
}
.team__data {
  width: 100%;
  margin-top: auto;
  text-align: center;
}
.team__title, .team__specialization {
  color: #FFFFFF;
}
.team__title {
  font-size: 1.125rem;
}
.team__specialization {
  font-size: 1rem;
}
.team__specialization:before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background-color: #FFFFFF;
  margin: 0.5rem auto 0.3125rem;
  display: block;
}

/* @start: Team Carousel */
.sk-block-team-carousel .headings__description {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.team-carousel__section {
  position: relative;
}
.team-carousel__media {
  position: relative;
  flex: 0 0 40%;
  width: 40%;
  padding-right: 0.9375rem;
}
.team-carousel__media .sk-media {
  height: 100%;
  border-radius: 0.9375rem;
}
.team-carousel__carousel {
  position: relative;
}

/* @start: Team Carousel Responsive */
@media (max-width: 64em) {
  .team-carousel__section {
    max-width: 43.75rem;
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .team-carousel__media, .team-carousel__carousel {
    flex: 0;
    width: 100%;
  }
  .team-carousel__media {
    padding-right: 0;
  }
  .team-carousel__media .sk-media {
    padding-bottom: 70%;
  }
  .team-carousel__carousel {
    margin-top: -1.5625rem;
    padding: 0 1.25rem;
    z-index: 2;
  }
}/*# sourceMappingURL=style.css.map */