@import "./vendor/normalize.css";
@import "./vendor/slick.css";
@import "./fonts/fontawesome/faces.min.css";
@import "./fonts/uniform/faces.css";

:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
  --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-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  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));
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-caption,
[data-bs-theme="dark"].carousel .carousel-caption {
  color: #000;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - (var(--bs-border-width))
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.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 {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  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);
}

.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 {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

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

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  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);
}

.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: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .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: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

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

  .modal-fullscreen-lg-down .modal-header,
  .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: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

:root {
  --color-whiteText: #ffffff;
  --color-whiteBg: #ffffff;
  --color-blackHead: #35424a;
  --color-blackText: #292d31;
  --color-blackBg: #35424a;
  --color-blackSocials: #2c363c;
  --color-grayBg: #f5f5f5;
  --color-grayHead: #b2b2b2;
  --color-grayBtn: #e2e2e2;
  --color-greenBg: #00a884;
  --color-greenText: #00a884;
  --color-greenActive: #008e70;
  --color-redText: #dc3545;
  --font-family-2: "Uniform 2", sans-serif;
  --font-family-3: "Uniform 3", sans-serif;
  --font-family-4: "Uniform 4", sans-serif;
  --font-family-6: "Uniform 6", sans-serif;
  --border-radius: 5px;
}

.flex_center,
.whatsapplink,
.button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.absolute_cover,
.banner:after,
.banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.color_white {
  color: var(--color-whiteText) !important;
}

.color_green {
  color: var(--color-greenText) !important;
}

.bg_gray {
  background-color: var(--color-grayBg);
}

.block-header__prepend {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: var(--font-family-4);
  line-height: 1;
  letter-spacing: 1px;
  color: var(--color-grayHead);
  text-transform: uppercase;
  margin-bottom: 27px;
  position: relative;
  display: inline-block;
}

.block-header__prepend:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: -77px;
  margin-top: -1px;
  width: 60px;
  height: 1px;
  border-top: 1px solid var(--color-grayHead);
}

.block-header h2 {
  letter-spacing: -1px;
  color: var(--color-blackHead);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 400;
  font-family: var(--font-family-4);
  line-height: 1;
  transform: translateX(-3px);
}

@media (min-width: 1200px) {
  .block-header h2 {
    font-size: 4.5rem;
  }
}

@media (max-width: 1260px) {
  .block-header h2 {
    font-size: calc(1.53125rem + 3.375vw);
  }
}

@media (max-width: 1260px) and (min-width: 1200px) {
  .block-header h2 {
    font-size: 4.0625rem;
  }
}

@media (max-width: 575.98px) {
  .block-header h2 {
    font-size: 37px;
    margin-bottom: 20px;
  }

  .block-header h2 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  .block-header h2 {
    font-size: 50px;
    line-height: 1;
  }
}

.button {
  font-family: var(--font-family-4);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 22px 25px 21px;
  border-radius: var(--border-radius);
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.82, -0.32, 0.18, 0.96);
  width: 225px;
  letter-spacing: 1.5px;
}

.button_auto {
  width: auto !important;
}

.button_green {
  background: var(--color-greenBg);
  color: var(--color-whiteText);
}

.button_white {
  background: var(--color-whiteBg);
  color: var(--color-greenText);
}

.button:focus {
  outline: none;
  box-shadow: none;
}

.button-group {
  display: flex;
}

.button-group .button {
  width: 50px;
  aspect-ratio: 1/1;
  padding: 0;
  border-radius: 0;
  background: var(--color-grayBtn);
  color: var(--color-greenText);
}

.button-group .button.button_green {
  background: var(--color-greenBg);
  color: var(--color-whiteText);
}

.button-group .button:first-child {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.button-group .button:last-child {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all 0.4s cubic-bezier(0.82, -0.32, 0.18, 0.96);
}

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

@media (max-width: 330px) {
  .navbar .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 575.98px) {
  .navbar__logo img {
    max-width: 190px;
  }
}

@media (max-width: 380px) {
  .navbar__logo img {
    max-width: 170px;
  }
}

.navbar__toggler {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  cursor: pointer;
  width: 60px !important;
  aspect-ratio: 1/1;
  padding: 0 18px;
  flex-shrink: 0;
}

.navbar__toggler span {
  display: block;
  position: relative;
  width: 16px;
  height: 2px;
  background: var(--color-blackBg);
}

@media (max-width: 991.98px) {
  .navbar__toggler span {
    transform: translateX(6px);
  }
}

.navbar__toggler span:before {
  position: absolute;
  right: 0;
  top: -8px;
  width: 25px;
  height: 2px;
  background: var(--color-blackBg);
  content: " ";
  display: block;
}

.navbar__toggler span:after {
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 25px;
  height: 2px;
  background: var(--color-blackBg);
  content: " ";
  display: block;
}

.navbar__buttons {
  display: flex;
  letter-spacing: 1px;
  gap: 12px;
}

.navbar__buttons .button {
  font-size: 14px;
  font-family: var(--font-family-2);
  width: auto;
  gap: 7px;
}

.navbar__buttons .button i {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .navbar__buttons .button i {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .navbar__buttons .button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .navbar__buttons .button:not(.navbar__toggler) span {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .navbar__buttons .button {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (max-width: 330px) {
  .navbar__buttons .button {
    width: 40px !important;
    height: 40px !important;
  }
}

.navbar.navbar_scrolled {
  background: var(--color-blackHead);
  box-shadow: 0px 0px 13px -2px #000;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100%;
  background-image: url("../images/backgrounds/menu-tree.png");
  background-position: center 250px;
  background-color: var(--color-greenBg);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 530px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 180px 0 95px;
  font-family: var(--font-family-4);
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.menu__opened {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s ease-out;
}

.menu__toggler {
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 87px;
  height: 70px;
  padding: 0;
  transition: transform 0.4s cubic-bezier(0.82, -0.32, 0.18, 0.96);
}

.menu__toggler:before {
  display: block;
  content: " ";
  background: var(--color-grayBg);
  width: 30px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

.menu__toggler:after {
  display: block;
  content: " ";
  background: var(--color-grayBg);
  width: 30px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}

.menu__toggler:focus {
  outline: none;
  box-shadow: none;
}

.menu__toggler:hover {
  transform: rotate(180deg);
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.menu ul li {
  text-align: center;
}

.menu ul li a {
  color: var(--color-whiteText);
  font-size: 30px;
  line-height: 72px;
  font-weight: 400;
}

@media (max-height: 770px) {
  .menu ul li a {
    line-height: 50px;
  }
}

.menu__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.menu__footer .button {
  padding: 18px 18px 16px;
  background: none;
  border: 2px solid var(--color-whiteBg);
  color: var(--color-whiteText);
  font-family: var(--font-family-2);
  font-size: 14px;
  width: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.menu__footer .button i {
  font-size: 16px;
}

@media (max-height: 630px) {
  .menu {
    padding: 30px 0;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  .menu {
    padding: 30px 0;
    padding-top: 60px;
  }
}

.banner {
  height: 100%;
  background: url("../images/backgrounds/main-banner.jpg") 0 0 no-repeat;
  background-size: cover;
  position: relative;
  font-family: var(--font-family-3);
  font-size: 24px;
  line-height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--color-whiteText);
}

.banner > .container {
  position: relative;
  z-index: 3;
  padding-bottom: 95px;
}

.banner:before {
  content: " ";
  display: block;
  background-image: linear-gradient(
    0deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.01) 0%,
    rgb(0, 0, 0) 100%
  );
  opacity: 0.6;
}

.banner:after {
  content: " ";
  display: block;
  background: url("../images/backgrounds/main-tree.png") 130% 400px no-repeat
    rgba(0, 0, 0, 0.28);
}

@media (max-width: 575.98px) {
  .banner__caption {
    padding-bottom: 45px;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.banner__header {
  color: var(--color-whiteText);
  font-family: var(--font-family-4);
  font-size: calc(1.65625rem + 4.875vw);
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .banner__header {
    font-size: 5.3125rem;
  }
}

@media (max-width: 1399.98px) {
  .banner__header {
    font-size: calc(1.54375rem + 3.525vw);
  }
}

@media (max-width: 1399.98px) and (min-width: 1200px) {
  .banner__header {
    font-size: 4.1875rem;
  }
}

@media (max-width: 1055px) {
  .banner__header {
    font-size: calc(1.53125rem + 3.375vw);
  }
}

@media (max-width: 1055px) and (min-width: 1200px) {
  .banner__header {
    font-size: 4.0625rem;
  }
}

@media (max-width: 575.98px) {
  .banner__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    font-size: 55px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  .banner__header {
    font-size: 55px;
    line-height: 1;
  }
}

.banner__text {
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .banner__text {
    max-width: 66%;
    font-size: 1.1875rem;
  }
}

@media (max-width: 767.98px) {
  .banner__text {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .banner__text {
    display: none;
  }
}

.banner__scroll {
  font-size: 0.875rem;
  line-height: 24px;
  font-family: var(--font-family-4);
  color: var(--color-whiteText);
  border-top: 1px solid var(--color-greenBg);
  padding: 13px 85px;
  padding-left: 20px;
  text-align: center;
  position: absolute;
  bottom: -110px;
  right: 15px;
  transform-origin: right 0;
  transform: rotate(90deg);
}

@media (max-width: 767.98px) {
  .banner__scroll {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .banner {
    padding-bottom: 0;
  }
}

#intro-section {
  padding-top: 95px;
  padding-bottom: 100px;
}

#intro-section > .container {
  position: relative;
  z-index: 3;
}

#intro-section h3 {
  font-family: var(--font-family-4);
  margin-bottom: 6px;
}

#intro-section p {
  font-family: var(--font-family-3);
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 26px;
}

@media (min-width: 1200px) {
  #intro-section p {
    font-size: 1.375rem;
  }
}

@media (max-width: 991.98px) {
  #intro-section p {
    margin-top: 0;
  }
}

#intro-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-4);
  font-size: 18px;
  line-height: 1;
  color: var(--color-greenText);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#intro-section ul li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

#intro-section ul li i {
  font-size: 14px;
  transform: translateY(2px);
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #intro-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  #intro-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#offers-section {
  padding-top: 95px;
  padding-bottom: 100px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  #offers-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  #offers-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#offers-section .offers__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ccarousel {
  position: relative;
}

.ccarousel > .row {
  flex-wrap: nowrap;
  position: relative;
}

.ccarousel__carousel {
  user-select: none;
  touch-action: pan-y;
  transform: translateX(0.01px);
  transition: transform 0.5s ease;
}

.ccarousel__item {
  position: relative;
  height: 480px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
}

@media (max-width: 991.98px) {
  .ccarousel__item {
    height: 553px;
  }
}

@media (max-width: 575.98px) {
  .ccarousel__item {
    height: 453px;
  }
}

.ccarousel__item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.ccarousel__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.005);
}

.ccarousel__active .ccarousel__btn {
  display: none;
}

.ccarousel__active .ccarousel__brief {
  height: auto;
}

.ccarousel__active .ccarousel__title {
  margin-bottom: 12px;
  font-size: 36px;
}

.ccarousel__active .ccarousel__title br {
  display: none;
}

.ccarousel__active .ccarousel__item:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url("../images/backgrounds/featurettes-text.png") 95% 0 no-repeat;
}

.ccarousel__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  z-index: 2;
  padding: 35px 80px 35px 35px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.13);
}

@media (max-width: 991.98px) {
  .ccarousel__content {
    padding: 36px 29px 32px 35px;
  }
}

.ccarousel__number {
  color: var(--color-whiteText);
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 10px;
}

.ccarousel__title {
  font-size: 30px;
  line-height: 1;
  font-family: var(--font-family-4);
  font-weight: 400;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 0;
  color: var(--color-whiteText);
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .ccarousel__title {
    flex-grow: 1;
  }
}

.ccarousel__brief {
  line-height: 1;
  overflow: hidden;
  color: var(--color-whiteText);
  font-size: 16px;
  line-height: 22px;
  height: 0;
}

.ccarousel__brief p {
  margin-top: 0;
}

.ccarousel__brief .button-group .button {
  width: 73px;
  height: 47px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: var(--font-family-3);
  font-weight: normal;
}

.ccarousel__brief .button-group .button i {
  font-size: 18px;
}

.ccarousel__brief .button-group .button:nth-child(2) {
  background: #008e70;
}

.ccarousel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 36px;
  right: 38px;
  border: none;
  color: var(--color-whiteText);
}

.ccarousel__btn:active {
  display: none;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .ccarousel__carousel > div.ccarousel__active {
    -ms-flex: 0 0 586px;
    flex: 0 0 586px;
    max-width: 586px;
  }

  .ccarousel__carousel > div:not(.ccarousel__active) {
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
  }
}

@media (min-width: 992px) {
  .ccarousel__carousel > div {
    transition: all 0.25s ease-out;
  }

  .ccarousel__carousel > div:not(.ccarousel__active) {
    cursor: pointer;
  }
}

#about-section {
  padding-top: 95px;
  padding-bottom: 100px;
}

#about-section > .container {
  position: relative;
  z-index: 3;
}

#about-section p {
  font-family: var(--font-family-3);
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 26px;
}

@media (min-width: 1200px) {
  #about-section p {
    font-size: 1.375rem;
  }
}

@media (max-width: 991.98px) {
  #about-section p {
    margin-top: 0;
  }
}

#about-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-4);
  font-size: 18px;
  line-height: 1;
  color: var(--color-greenText);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#about-section ul li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

#about-section ul li i {
  font-size: 14px;
  transform: translateY(2px);
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  #about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#call-section {
  padding-top: 175px;
  padding-bottom: 170px;
  position: relative;
  z-index: 2;
  background-image: url("../images/backgrounds/call-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-whiteText);
  font-size: 24px;
  line-height: 34px;
}

#call-section .block-header h2 {
  font-size: calc(1.65625rem + 4.875vw);
  margin-bottom: 0;
  color: var(--color-whiteText);
  font-family: var(--font-family-4);
}

@media (min-width: 1200px) {
  #call-section .block-header h2 {
    font-size: 5.3125rem;
  }
}

@media (max-width: 575.98px) {
  #call-section .block-header h2 {
    font-size: 37px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  #call-section .block-header h2 {
    font-size: 55px;
  }
}

#call-section p {
  padding-top: 0;
  margin-top: 8px;
}

@media (max-width: 575.98px) {
  #call-section p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  #call-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  #call-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#facilities-section {
  padding: 40px 0;
  overflow-x: hidden;
}

#facilities-section .container > .row > .col-xl-9 {
  position: relative;
}

@media (max-width: 991.98px) {
  #facilities-section {
    padding-bottom: 320px;
  }
}

@media (max-width: 767.98px) {
  #facilities-section {
    padding-top: 50px;
    padding-bottom: 260px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  #facilities-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#facilities-section .block-header {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  #facilities-section .block-header {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  #facilities-section .block-header h2 {
    margin-bottom: 0;
  }
}

#facilities-section .slick-track {
  display: flex;
}

#facilities-section .carousel-facilities-dots {
  padding-top: 45px;
  padding-bottom: 45px;
}

#facilities-section .carousel-facilities-dots .slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#facilities-section .carousel-facilities-dots .slick-dots li {
  flex-grow: 1;
}

#facilities-section .carousel-facilities-dots .slick-dots li button {
  height: 5px;
  background-color: var(--color-grayBtn);
  border: none;
  color: rgba(0, 0, 0, 0);
  font-size: 1px;
  width: 100%;
}

#facilities-section
  .carousel-facilities-dots
  .slick-dots
  li.slick-active
  button {
  background-color: var(--color-greenActive);
}

@media (max-width: 991.98px) {
  #facilities-section .carousel-facilities-dots {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  #facilities-section .facilities__nav {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.scrollbooster-viewport {
  cursor: -webkit-grab;
  cursor: grab;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.scrollbooster-viewport:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.scrollbooster-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 30px;
  scrollbar-width: none;
}

@media (max-width: 991.98px) {
  .scrollbooster-content {
    overflow-x: auto;
  }
}

.scrollbooster-content::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

.icon-panes {
  --carousel-height: 205px;
  --slide-width: 180px;
  position: absolute;
  left: calc(var(--bs-gutter-x) * 0.5);
  top: 0;
  height: 205px;
  width: 100%;
  display: flex;
  gap: 30px;
  height: 100%;
  align-items: center;
}

@media (max-width: 991.98px) {
  .icon-panes {
    height: auto;
  }
}

.icon-panes .slick-track {
  left: 90px;
}

@media (max-width: 1280px) {
  .icon-panes .slick-track {
    left: 120px;
  }
}

.icon-pane {
  background: var(--color-whiteBg);
  border-radius: var(--border-radius);
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  color: var(--color-greenText);
  transition: all 0.4s cubic-bezier(0.82, -0.32, 0.18, 0.96);
  padding-top: 36px;
  padding-bottom: 33px;
  width: 180px !important;
  height: 205px;
  flex-shrink: 0;
  margin-right: 30px;
}

.icon-pane__icon {
  flex-shrink: 0;
  height: 90px;
}

.icon-pane__icon path {
  fill: var(--color-greenText);
}

.icon-pane__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-family-4);
  font-weight: 400;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .icon-pane {
    width: 100%;
  }
}

.lightwidget {
  display: grid;
  grid-template-columns: repeat(3, 25%);
  grid-template-rows: repeat(2, 360px);
  grid-gap: 40px;
}

@media (max-width: 1240px) {
  .lightwidget {
    font-size: 30px;
  }
}

@media (max-width: 1299.98px) {
  .lightwidget {
    grid-template-rows: repeat(2, 320px);
  }
}

@media (max-width: 1099.98px) {
  .lightwidget {
    grid-template-rows: repeat(2, 250px);
  }
}

@media (max-width: 991.98px) {
  .lightwidget {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

@media (max-width: 575.98px) {
  .lightwidget {
    grid-template-columns: 1fr;
    grid-template-rows: auto repeat(4, 1fr);
  }

  .lightwidget h2 {
    margin-bottom: 0;
  }
}

.lightwidget__item {
  position: relative;
}

.lightwidget__item:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a884 url("../images/backgrounds/lightwidjet.jpg") 50% 50% /
    100% auto no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 3;
  cursor: pointer;
  border-radius: var(--border-radius);
}

.lightwidget__item__big:before {
  background: #00a884 url("../images/backgrounds/lightwidjet.jpg") 50% 50% /
    auto 100% no-repeat;
}

.lightwidget__item:not(.block-header):hover:before {
  opacity: 1;
}

.lightwidget__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 1/1;
}

@media (min-width: 992px) {
  .lightwidget__big__link {
    grid-column-start: 3 !important;
    grid-column-end: span 2 !important;
    grid-row-start: 1 !important;
    grid-row-end: span 2 !important;
  }
}

.lightwidget__big__link .lightwidget__item {
  height: 100%;
}

@media (max-width: 1199.98px) and (min-width: 991.98px) {
  .lightwidget__item::before {
    background: #00a884 url("../images/backgrounds/lightwidjet.jpg") 50% 50% /
      300px auto no-repeat;
  }

  .lightwidget__item__big:before {
    background: #00a884 url("../images/backgrounds/lightwidjet.jpg") 50% 50% /
      auto 100% no-repeat;
  }
}

@media (max-width: 991.98px) {
  .lightwidget__big__link {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .lightwidget__item__big:before {
    background: #00a884 url("../images/backgrounds/lightwidjet.jpg") 50% 50% /
      100% auto no-repeat;
  }
}

@media (max-width: 575.98px) {
  .lightwidget__big__link {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

#gallery-section {
  padding-top: 115px;
}

@media (max-width: 767.98px) {
  #gallery-section {
    padding-top: 50px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  #gallery-section {
    padding-top: 50px;
  }
}

#things-section {
  background-color: #008568;
  padding-top: 120px;
  padding-bottom: 115px;
  color: var(--color-whiteText);
  font-size: 22px;
  line-height: 30px;
  margin-top: 125px;
  position: relative;
}

#things-section::before {
  content: "";
  position: absolute;
  background: url("../images/backgrounds/main-tree.png") 800px 800px / cover
    no-repeat;
  width: 1200px;
  height: calc(100% - 770px);
  z-index: 0;
  bottom: 0;
  left: calc(100vw - 50% - 900px);
  background-position: top center;
  pointer-events: none;
}

#things-section .container {
  position: relative;
  z-index: 1;
}

#things-section h2 {
  color: var(--color-whiteText);
}

#things-section .block-header__prepend {
  color: var(--color-whiteText);
}

#things-section .block-header__prepend:after {
  border-top: 1px solid var(--color-whiteText);
}

@media (max-width: 767.98px) {
  #things-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}

.images-items {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.images-items__item {
  --radius: 5px;
  font-size: 30px;
  font-family: var(--font-family-4);
  border-radius: var(--radius);
  position: relative;
  width: 100%;
  padding: 20px 30px;
  margin: 0;
  cursor: pointer;
  background-image: url(attr(bg-image));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.images-items__item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, transparent 80%);
  content: " ";
  top: 0;
  left: 0;
  border-radius: var(--radius);
}

.images-items__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
}

.images-items__item h4 {
  font-weight: 400;
  margin: 0;
}

.images-items__item p {
  font-weight: 400;
  font-family: var(--font-family-3);
  font-size: 18px;
  line-height: 22px;
}

.images-items__info {
  padding-top: 90px;
  position: relative;
  z-index: 2;
}

#testimonials-section {
  padding-top: 125px;
  padding-bottom: 65px;
  position: relative;
}

#testimonials-section h2 {
  transform: none !important;
}

#testimonials-section .testimonial__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#testimonials-section .testimonial__text {
  text-indent: 25px;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 32px;
  color: var(--color-blackText);
  font-family: var(--font-family-3);
}

@media (min-width: 1200px) {
  #testimonials-section .testimonial__text {
    font-size: 1.5rem;
  }
}

#testimonials-section .testimonial__author {
  font-size: 16px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 55px;
  font-family: var(--font-family-2);
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  #testimonials-section .testimonial__author {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  #testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  #testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.roundabout {
  position: relative;
  padding-top: 55px;
  background: url("../images/icons/quotes.png") 0 0 no-repeat;
}

.roundabout .slider__nav {
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .roundabout {
    display: block;
    position: static;
    padding-top: 30px;
    background-size: 80px auto;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  .roundabout {
    display: block;
    position: static;
    padding-top: 0;
  }
}

.footer__slogan {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  padding-bottom: 18px;
}

@media (max-width: 1399.98px) {
  .footer__slogan br {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .footer__contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .footer__contacts .footer__contact:first-child {
    grid-area: 1/1/3/2;
  }
}

@media (max-width: 575.98px) {
  .footer__contacts {
    display: flex;
    flex-direction: column;
  }
}

.footer__contact {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  text-decoration: none;
  overflow: hidden;
  color: var(--color-greenText);
  font-family: var(--font-family-4);
  font-size: 18px;
  line-height: 24px;
}

.footer__contact:hover,
.footer__contact:focus {
  text-decoration: none;
}

.footer__text {
  overflow: hidden;
}

.footer__description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer__socials {
  display: flex;
  gap: 7px;
  margin-top: 25px;
}

.footer__socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  font-size: 20px;
  border-radius: var(--border-radius);
  color: var(--color-whiteText);
  background: var(--color-blackSocials);
}

.footer__map {
  margin-top: 35px;
}

.footer__map img {
  max-width: 100%;
}

.footer__tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family-3);
  color: var(--color-whiteText);
  font-size: 15px;
  line-height: 30px;
  padding: 5px 0;
}

.footer__tools a {
  color: var(--color-greenText);
  text-transform: uppercase;
  font-family: var(--font-family-4);
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .footer__tools {
    max-width: 442px;
  }
}

@media (max-width: 380px) {
  .footer__tools {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.footer__form {
  font-size: 0.9375rem;
  line-height: 30px;
}

.footer__form .form-group {
  margin-bottom: 24px;
}

.footer__form .form-group .required {
  color: var(--color-redText);
}

.footer__form .form-group .error {
  font-size: 14px;
  color: var(--color-redText);
}

.footer__form .form-label {
  display: block;
  margin-bottom: 5px;
  color: var(--color-whiteText);
}

.footer__form .form-control {
  font-weight: 400;
  height: 60px;
  border-radius: 3px;
  border: none;
}

.footer__form .form-control:focus,
.footer__form .form-control:hover {
  box-shadow: none;
  outline: none;
}

.footer__form textarea.form-control {
  height: 228px;
}

.footer__form .button {
  margin-top: 26px;
  padding: 24px 53px 23px;
}

@media (max-width: 991.98px) {
  .footer__form .button {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .footer__form {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .footer__form {
    padding: 0;
    border-radius: 10px;
  }
}

.footer__menu {
  padding-top: 48px;
  padding-bottom: 30px;
  color: var(--color-whiteText);
  border-top: 1px solid #434d53;
  margin-top: 95px;
}

.footer__menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu ul li a {
  font-size: 24px;
  line-height: 30px;
  font-family: var(--font-family-4);
  text-decoration: none;
  margin-right: 35px;
  color: var(--color-whiteText);
}

.footer__menu ul li a span {
  text-transform: none;
}

@media (max-width: 991.98px) {
  .footer__menu ul li a {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .footer__menu ul li a {
    text-align: center;
    display: block;
    margin-right: 0;
    line-height: 36px;
  }
}

.footer__menu ul li:last-child a {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .footer__menu ul li {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .footer__menu ul {
    display: block;
    columns: 3;
  }
}

@media (max-width: 767.98px) {
  .footer__menu ul {
    order: 1;
  }
}

@media (max-width: 575.98px) {
  .footer__menu ul {
    columns: 1;
    display: none;
  }
}

@media (max-width: 767.98px) {
  .footer__menu {
    margin-top: 50px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  .footer__menu {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .footer__menu {
    padding-bottom: 30px;
    padding-top: 10px;
  }
}

.footer__rights {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 12px;
}

@media (max-width: 991.98px) {
  .footer__rights {
    flex-direction: column;
    align-items: center;
    line-height: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .footer__rights {
    order: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .footer__copyright {
    text-align: center;
    line-height: 20px;
  }
}

.footer__authors {
  display: flex;
  align-items: center;
  line-height: 100%;
}

.footer__authors a {
  text-decoration: none;
  color: var(--color-whiteText);
}

.footer__authors a:hover,
.footer__authors a:focus {
  text-decoration: none;
}

.footer__authors img {
  margin-left: 2px;
  margin-top: 2px;
}

@media (max-width: 991.98px) {
  .footer__authors {
    margin-top: 10px;
  }
}

.footer__author {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: var(--color-whiteText);
}

.custom-checkbox-group {
  display: flex;
  align-items: flex-start;
}

.custom-checkbox-group label {
  line-height: 24px;
  color: var(--color-whiteText);
}

.custom-checkbox-group label.visible-desctop {
  display: block;
}

@media (max-width: 575.98px) {
  .custom-checkbox-group label.visible-desctop {
    display: none;
  }
}

.custom-checkbox-group label.visible-mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .custom-checkbox-group label.visible-mobile {
    display: block;
  }
}

.custom-checkbox {
  position: relative;
  width: 19px;
  height: 19px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}

@media (max-width: 575.98px) {
  .custom-checkbox {
    margin-right: 20px;
  }
}

.custom-checkbox input {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
  opacity: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: var(--color-whiteBg);
  border-radius: 3px;
}

.checkmark.error {
  background-color: var(--color-redText);
}

.custom-checkbox input:checked ~ .checkmark,
.custom-checkbox input:checked {
  background-color: var(--color-whiteBg) !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAlElEQVQ4T6WTXQ2AMAwGDwdIQAISQAEWsIQCQAkWkIAEJJCSNCljP7Dtdblb26+rKDxVIU+uoAY2YMoRKNwC61/BAwbGP4IXLPP7KvDCVtAARyCRIKyCBRiAHtgdSRRWwQjMwOlIkrBtwZVIO5LzHZVMO7RwdohWIoIk7EtBJXIXfVkr8sUoki5Wtm3n6x4E/1yx4AI+qiERKNFzCwAAAABJRU5ErkJggg==")
    2px 2px no-repeat;
  animation: checkbox 0.3s linear;
}

@keyframes checkbox {
  from {
    width: 0;
  }

  to {
    width: 19px;
  }
}

.modal {
  font-size: 16px;
}

.modal-header {
  font-size: 24px;
}

.modal-header button {
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 30px;
  padding-top: 4px;
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .modal-body {
    overflow-y: auto;
    scrollbar-width: none;
  }

  .modal-body::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
  }
}

.modal-title {
  font-size: 24px;
  margin-top: 0;
}

#galleryModal .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  background: rgba(13, 21, 69, 0.9);
  overflow-y: auto;
}

#galleryModal .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#galleryModal .modal-body.category-inner {
  justify-content: flex-start;
}

@media (max-width: 575.98px) {
  #galleryModal .modal-body {
    justify-content: flex-start;
  }
}

#galleryModal .modal-content {
  background: none;
  border: none;
  border-radius: 0;
  color: var(--color-grayText);
  height: 100%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

#galleryModal .modal-content .modal-header {
  border: none;
  border-radius: 0;
}

#galleryModal .modal-content .modal-header h2 {
  margin-bottom: 0;
}

#galleryModal .modal-content .modal-header button {
  box-sizing: content-box;
  border: none;
  color: var(--color-grayText);
  font-size: 4rem;
  font-weight: 300;
  border: 2px solid var(--color-grayText);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  max-height: 61px;
  opacity: 1;
  background: none !important;
}

@media (max-width: 575.98px) {
  #galleryModal .modal-content .modal-header button {
    padding: 6px;
    position: absolute;
    right: -20px;
    top: 20px;
    border: none;
  }
}

#galleryModal .modal-content .modal-header button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.whatsapplink {
  background-color: #00c307;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  box-shadow: 0 0 0 0 rgba(0, 195, 7, 0.7);
  animation: pulse 1.5s infinite;
}

@media (max-width: 575.98px) {
  .whatsapplink {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(0, 195, 7, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 195, 7, 0);
  }
}

#main-banner {
  height: 100%;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: var(--font-family-3);
  color: var(--color-blackText);
  scroll-behavior: smooth;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

header {
  height: 100%;
}

footer {
  padding-top: 110px;
  background-image: url("../images/backgrounds/footer-tree.png");
  background-position: -50% 500px;
  background-repeat: no-repeat;
  background-color: var(--color-blackBg);
}

footer .block-header h2 {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  footer {
    padding-top: 50px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  footer {
    padding-top: 50px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1430px;
    --bs-gutter-x: 50px;
  }
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 100%;
    --bs-gutter-x: 50px;
  }
}

@media (min-width: 1400px) {
  .row {
    --bs-gutter-x: 50px;
  }
}

@media (max-width: 1399.98px) {
  .row {
    --bs-gutter-x: 50px;
  }
}

.collapse {
  transition: all 0.2s linear;
}

.collapse:not(.show) {
  height: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}

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