@charset "UTF-8";
/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-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;
}

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

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

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

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

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

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

textarea {
  resize: vertical;
}

::-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;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

iframe {
  border: 0;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.figure {
  display: inline-block;
}


.container-fluid,
.container-lg {
  --bs-gutter-x: 1.5rem;
  --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: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-lg {
    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;
  --bs-breakpoint-2xl: 1600px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --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-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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


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


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


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


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


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


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

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .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%;
  }
  
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .col-2xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-2xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-2xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-2xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .gx-2xl-5 {
    --bs-gutter-x: 3rem;
  }
  
  .gy-2xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.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);
  -webkit-appearance: none;
     -moz-appearance: none;
          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: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::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.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);
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

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

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

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


.dropdown {
  position: relative;
}

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

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

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

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

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.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-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-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

@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;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */
.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);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

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

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

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

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

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

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

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-6 {
  font-size: 1rem !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

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

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

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

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !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;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .mb-2xl-5 {
    margin-bottom: 3rem !important;
  }
  .px-2xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
:root {
  --primary-font: "Dosis", sans-serif;
}
:root[dir=rtl] {
  --primary-font: "HelveticaNeueLT", sans-serif;
}

@font-face {
  font-family: "Dosis";
  src: url(../fonts/Dosis-Regular.eot);
  src: local("Dosis Regular"), local("Dosis-Regular"), url(../fonts/Dosis-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Dosis-Regular.woff2) format("woff2"), url(../fonts/Dosis-Regular.woff) format("woff"), url(../fonts/Dosis-Regular.ttf) format("truetype"), url(../fonts/Dosis-Regular.svg#Dosis-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url(../fonts/Dosis-Medium.eot);
  src: local("Dosis Medium"), local("Dosis-Medium"), url(../fonts/Dosis-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Dosis-Medium.woff2) format("woff2"), url(../fonts/Dosis-Medium.woff) format("woff"), url(../fonts/Dosis-Medium.ttf) format("truetype"), url(../fonts/Dosis-Medium.svg#Dosis-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("Dosis-SemiBold.eot");
  src: local("Dosis SemiBold"), local("Dosis-SemiBold"), url(../fonts/Dosis-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Dosis-SemiBold.woff2) format("woff2"), url(../fonts/Dosis-SemiBold.woff) format("woff"), url(../fonts/Dosis-SemiBold.ttf) format("truetype"), url(../fonts/Dosis-SemiBold.svg#Dosis-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("Dosis-Bold.eot");
  src: url(../fonts/Dosis-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Dosis-Bold.woff2) format("woff2"), url(../fonts/Dosis-Bold.woff) format("woff"), url(../fonts/Dosis-Bold.ttf) format("truetype"), url(../fonts/Dosis-Bold.svg#Dosis-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url(../fonts/ar/HelveticaNeueLTArabic-Roman.eot);
  src: url(../fonts/ar/HelveticaNeueLTArabic-Roman.eot?#iefix) format("embedded-opentype"), url(../fonts/ar/HelveticaNeueLTArabic-Roman.woff2) format("woff2"), url(../fonts/ar/HelveticaNeueLTArabic-Roman.woff) format("woff"), url(../fonts/ar/HelveticaNeueLTArabic-Roman.ttf) format("truetype"), url(../fonts/ar/HelveticaNeueLTArabic-Roman.svg#HelveticaNeueLTArabic-Roman) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url(../fonts/ar/HelveticaNeueLTArabic-Light.eot);
  src: url(../fonts/ar/HelveticaNeueLTArabic-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/ar/HelveticaNeueLTArabic-Light.woff2) format("woff2"), url(../fonts/ar/HelveticaNeueLTArabic-Light.woff) format("woff"), url(../fonts/ar/HelveticaNeueLTArabic-Light.ttf) format("truetype"), url(../fonts/ar/HelveticaNeueLTArabic-Light.svg#HelveticaNeueLTArabic-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url(../fonts/ar/HelveticaNeueLTArabic-Bold.eot);
  src: url(../fonts/ar/HelveticaNeueLTArabic-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ar/HelveticaNeueLTArabic-Bold.woff2) format("woff2"), url(../fonts/ar/HelveticaNeueLTArabic-Bold.woff) format("woff"), url(../fonts/ar/HelveticaNeueLTArabic-Bold.ttf) format("truetype"), url(../fonts/ar/HelveticaNeueLTArabic-Bold.svg#HelveticaNeueLTArabic-Bold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body.highcontrast {
  color: #f8ef1b !important;
  background: #000000 !important;
}
body.highcontrast .h1, body.highcontrast .h2, body.highcontrast .h3, body.highcontrast .h4, body.highcontrast .h5, body.highcontrast .h6, body.highcontrast h1, body.highcontrast h2, body.highcontrast h3, body.highcontrast h4, body.highcontrast h5, body.highcontrast h6, body.highcontrast p, body.highcontrast strong {
  background: #000000;
  color: #ffffff !important;
}
body.highcontrast .btn.btn-primary {
  border: 1px solid #f8ef1b !important;
  color: #f8ef1b !important;
  background: #000000 !important;
}
body.highcontrast .btn.btn-primary .btn-arrow {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
body.highcontrast .btn.btn-primary .btn-arrow-color {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
body.highcontrast .play-btn button .button-icon {
  border: 1px solid #f8ef1b;
  color: #f8ef1b !important;
}
body.highcontrast .play-btn button .button-icon img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
body.highcontrast section {
  background-color: #000000 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.highcontrast .about-section .about-content .bg-overlay {
  background-color: #000000 !important;
}
body.highcontrast .content * {
  color: #ffffff !important;
}
body.highcontrast .accordion.accordionType-2 .accordion-item {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
body.highcontrast .accordion.accordionType-2 .accordion-item .accordion-header button {
  background-color: #000000 !important;
}
body.highcontrast .about-section .about-content-text p {
  background: none;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
body.highcontrast .about-section .about-content .title h1::after, body.highcontrast .about-section .about-content .title .h1::after {
  filter: brightness(0) invert(1);
}
body.highcontrast .header {
  background-color: #000000 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.highcontrast .header .menu-icon {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
body.highcontrast .header img {
  filter: brightness(0) invert(1);
}
body.highcontrast .header .language-box {
  color: #f8ef1b !important;
}
body.highcontrast .header .language-box a, body.highcontrast .header .language-box button {
  color: #f8ef1b !important;
  border: 1px solid #f8ef1b;
}
body.highcontrast .header .language-box img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
body.highcontrast .header .btn.btn-secondary {
  color: #f8ef1b !important;
  border: 1px solid #f8ef1b;
}
body.highcontrast .header-menu li a {
  color: #f8ef1b !important;
}
body.highcontrast .header-menu li:after {
  display: none;
}
body.highcontrast .header-menu li:hover {
  text-decoration: underline;
}
body.highcontrast .header-menu li.active a {
  text-decoration: underline;
}
body.highcontrast .header__bottom a {
  color: #f8ef1b !important;
}
body.highcontrast .header__bottom a:hover {
  text-decoration: underline;
}
body.highcontrast .modalType-1 .modal-dialog .modal-content .modal-body {
  background: #000000 !important;
}
body.highcontrast .breadcrumb-wrap .breadcrumb li.breadcrumb-item + .breadcrumb-item {
  color: #ffffff !important;
}
body.highcontrast .contact-info > li {
  border-bottom: 1px solid white;
}
body.highcontrast .contact-info > li a {
  color: #f8ef1b !important;
}
body.highcontrast .contact-info > li a:hover {
  text-decoration: underline;
}
body.highcontrast .leader-slider .swiper-slide h3, body.highcontrast .leader-slider .swiper-slide .h3 {
  color: #f8ef1b !important;
}
body.highcontrast .leader-slider .swiper-slide.swiper-slide-thumb-active h3, body.highcontrast .leader-slider .swiper-slide.swiper-slide-thumb-active .h3 {
  text-decoration: underline;
}
body.highcontrast .director-social.footer-social li a:after {
  background: transparent;
}
body.highcontrast .booking-form {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
body.highcontrast .booking-form.form-type-2 label {
  color: #ffffff !important;
}
body.highcontrast .booking-form.form-type-2 .form-control {
  border: 1px solid #f8ef1b;
  color: #ffffff;
}
body.highcontrast .booking-form.form-type-2 .form-control::-moz-placeholder {
  color: #ffffff;
}
body.highcontrast .booking-form.form-type-2 .form-control::placeholder {
  color: #ffffff;
}
body.highcontrast .booking-form.form-type-2 select {
  color: #ffffff;
}
body.highcontrast .subscribe-section .subscribe-form .form-control {
  background: none;
  border: 1px solid #f8ef1b;
  color: #ffffff;
}
body.highcontrast .subscribe-section .subscribe-form .form-control::-moz-placeholder {
  color: #ffffff;
}
body.highcontrast .subscribe-section .subscribe-form .form-control::placeholder {
  color: #ffffff;
}
body.highcontrast .subscribe-section .subscribe-form .button {
  background: none;
  border: 1px solid #f8ef1b;
  color: #f8ef1b;
}
body.highcontrast .contact-map-list {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #000000;
}
body.highcontrast footer .footer-sec {
  background-color: #000000 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
body.highcontrast footer .footer-sec .footer-sec__logo img {
  filter: brightness(0) invert(1);
}
body.highcontrast footer .footer-sec .card__content span {
  color: #ffffff !important;
}
body.highcontrast footer .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #000000 !important;
}
body.highcontrast footer .footer-sec .footer-menu li a {
  color: #f8ef1b !important;
}
body.highcontrast footer .footer-sec .footer-menu li a:hover {
  text-decoration: underline;
}
body.highcontrast .footer-social li a {
  border: 1px solid #f8ef1b;
}
body.highcontrast .footer-social li a svg {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
body.highcontrast .scroll-top {
  border: 2px solid #f8ef1b;
}
body.highcontrast .scroll-top svg {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
body.highcontrast .social-feed-section .social-feed-list .social-feed span {
  background-color: #000000 !important;
}
body.highcontrast .space-image-section figure figcaption {
  background-color: #000000 !important;
}
body.highcontrast .space-image-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #f8ef1b;
}
body.highcontrast .form-type-2 h3 span, body.highcontrast .form-type-2 .h3 span {
  background: transparent;
}
body.highcontrast .form-type-2 h3::after, body.highcontrast .form-type-2 .h3::after {
  display: none;
}
body.highcontrast .filter-form {
  background: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
body.highcontrast .form-type-1 .form-control {
  border-bottom: 1px solid #f8ef1b;
  color: #ffffff;
  background: #000000;
}
body.highcontrast .form-type-1 .form-control::-moz-placeholder {
  color: #ffffff;
}
body.highcontrast .form-type-1 .form-control::placeholder {
  color: #ffffff;
}
body.highcontrast select {
  background: #000000;
  color: #ffffff;
}
body.highcontrast .filter-form .btn-wrap .filter-btn, body.highcontrast .filter-form .btn-wrap .search-btn {
  background: #000000 !important;
  color: #f8ef1b;
  border: 1px solid #f8ef1b;
}
body.highcontrast .filter-form .btn-wrap .filter-btn span, body.highcontrast .filter-form .btn-wrap .search-btn span {
  color: #f8ef1b !important;
}
body.highcontrast .filter-form .btn-wrap .filter-btn img, body.highcontrast .filter-form .btn-wrap .search-btn img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
body.highcontrast .filter-form .btn-wrap .search-btn:hover {
  background: #000000;
}
body.highcontrast .director-message-section .director-message {
  background: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
body.highcontrast .accordion.accordionType-1 .accordion-item .accordion-collapse .accordion-body .content * {
  color: #ffffff !important;
}
body.highcontrast .badge {
  background: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
body.highcontrast .programs-section .footer-social.inner-page-social li a {
  border: 1px solid #f8ef1b;
}
body.highcontrast .programs-section .footer-social.inner-page-social li a svg {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
body.highcontrast .button-form-submit::before {
  background-color: #f8ef1b !important;
}
body.highcontrast .filter-form .btn-wrap .search-input::after {
  background-color: #f8ef1b !important;
}
body.highcontrast .filter-form .btn-wrap .search-input:hover::after {
  background-color: #f8ef1b !important;
}
body.highcontrast .watch-video-thumbbg::before {
  background-image: none !important;
}
body.highcontrast .dropdown-menuType-01 a, body.highcontrast .dropdown-menuType-02 a {
  color: #f8ef1b !important;
}
body.highcontrast .dropdown-menuType-01 a img, body.highcontrast .dropdown-menuType-02 a img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
body.highcontrast .card.cardType-10 .play-btn, body.highcontrast .card.cardType-12 .play-btn {
  border: 1px solid #f8ef1b !important;
}
body.highcontrast .modalType-1 .modal-dialog .modal-content button.close-btn-1 img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}

body.highcontrast .article-list article .h4 a, body.highcontrast .article-list article h4 a, body.highcontrast .breadcrumb a, body.highcontrast .browse.browse-primary, body.highcontrast .btn-why, body.highcontrast .eve-tab .nav-pills .nav-link, body.highcontrast .event-list .item .h4 a, body.highcontrast .event-list .item h4 a, body.highcontrast .event-list .item:hover .h4 a, body.highcontrast .event-list .item:hover h4 a, body.highcontrast .event-pagelist .item .h4 a, body.highcontrast .event-pagelist .item .h6 a, body.highcontrast .event-pagelist .item h4 a, body.highcontrast .event-pagelist .item h6 a, body.highcontrast .faqTab .nav-link, body.highcontrast .faqTabContent .card-header .collapse-title:before, body.highcontrast .fc .fc-button-primary, body.highcontrast .fc .fc-button-primary:not(:disabled):active, body.highcontrast .fc .fc-button-primary:not(:disabled):focus, body.highcontrast .fc .fc-button-primary:not(:disabled):hover, body.highcontrast .fc-h-event .fc-event-main, body.highcontrast .footer-bottom .nav .nav-link, body.highcontrast .footer-nav a, body.highcontrast .footer-nav a:before, body.highcontrast .help-list .item figcaption, body.highcontrast .list .fig-details .h2 a, body.highcontrast .list .fig-details .h4 a, body.highcontrast .list .fig-details h2 a, body.highcontrast .list .fig-details h4 a, body.highcontrast .list .tag-wrapper .total a, body.highcontrast .list-keySectors .fig-details .h4 a, body.highcontrast .list-keySectors .fig-details h4 a, body.highcontrast .newsletter p a, body.highcontrast .page-footer .title a, body.highcontrast .page-header .dropdown-menu .dropdown-item, body.highcontrast .page-header .dropdown-menu.access-drop .dropdown-item, body.highcontrast .page-header .dropdown-menu.access-drop .nav-link, body.highcontrast .pref-checker .form-check .form-check-input:checked ~ .form-check-label, body.highcontrast .resources-list .item .h4 a, body.highcontrast .resources-list .item h4 a, body.highcontrast .search-resources .form-check-label, body.highcontrast .search-wrapper .form-check .form-check-input:checked ~ .form-check-label, body.highcontrast .single-nav a, body.highcontrast .squareTabContent .card-header .collapse-title, body.highcontrast .tag-wrapper .tag a, body.highcontrast .tag-wrapper .total a, body.highcontrast .team-tab .nav-link, body.highcontrast .topics a, body.highcontrast a .h1, body.highcontrast a .h2, body.highcontrast a .h3, body.highcontrast a .h4, body.highcontrast a .h5, body.highcontrast a .h6, body.highcontrast a .text-white, body.highcontrast a h1, body.highcontrast a h2, body.highcontrast a h3, body.highcontrast a h4, body.highcontrast a h5, body.highcontrast a h6, body.highcontrast a.text-primary, body.highcontrast footer .social a, body.highcontrast p a {
  color: #f8ef1b !important;
}

body.highcontrast .navbar-nav .nav-link, body.highcontrast .navbar-nav .nav-item:hover > .nav-link {
  color: #f8ef1b !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-38 {
    font-size: 38px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-48 {
    font-size: 48px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-48 {
    font-size: 48px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-56 {
    font-size: 56px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-48 {
    font-size: 48px !important;
  }
}

@media (min-width: 1600px) {
  .fs-2xl-56 {
    font-size: 56px !important;
  }
}
.bg-primary {
  --bs-primary-rgb: 183, 169, 154;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-primary-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-primary:hover {
  background: #B7A99A !important;
}

.btn-primary {
  background: #B7A99A;
  border-color: #B7A99A;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(183, 169, 154, 0.8);
  border-color: #B7A99A;
}

.btn-outline-primary {
  background: transparent;
  border-color: #B7A99A;
  color: #B7A99A;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background: rgba(183, 169, 154, 0.8);
  border-color: #B7A99A;
  box-shadow: none;
  outline: none;
}

.text-primary {
  --bs-primary-rgb: 183, 169, 154;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-primary:hover {
  color: #B7A99A !important;
}

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

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-white:hover {
  background: #ffffff !important;
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: rgba(255, 255, 255, 0.8);
  border-color: #ffffff;
}

.btn-outline-white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background: rgba(255, 255, 255, 0.8);
  border-color: #ffffff;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-white:hover {
  color: #ffffff !important;
}

.bg-warm-gray-950 {
  --bs-warm-gray-950-rgb: 215, 210, 203;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-warm-gray-950-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-warm-gray-950:hover {
  background: #D7D2CB !important;
}

.btn-warm-gray-950 {
  background: #D7D2CB;
  border-color: #D7D2CB;
}
.btn-warm-gray-950:hover, .btn-warm-gray-950:focus, .btn-warm-gray-950:active {
  background: rgba(215, 210, 203, 0.8);
  border-color: #D7D2CB;
}

.btn-outline-warm-gray-950 {
  background: transparent;
  border-color: #D7D2CB;
  color: #D7D2CB;
}
.btn-outline-warm-gray-950:hover, .btn-outline-warm-gray-950:focus, .btn-outline-warm-gray-950:active {
  background: rgba(215, 210, 203, 0.8);
  border-color: #D7D2CB;
  box-shadow: none;
  outline: none;
}

.text-warm-gray-950 {
  --bs-warm-gray-950-rgb: 215, 210, 203;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warm-gray-950-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-warm-gray-950:hover {
  color: #D7D2CB !important;
}

.bg-warm-gray-900 {
  --bs-warm-gray-900-rgb: 223, 219, 213;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-warm-gray-900-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-warm-gray-900:hover {
  background: #DFDBD5 !important;
}

.btn-warm-gray-900 {
  background: #DFDBD5;
  border-color: #DFDBD5;
}
.btn-warm-gray-900:hover, .btn-warm-gray-900:focus, .btn-warm-gray-900:active {
  background: rgba(223, 219, 213, 0.8);
  border-color: #DFDBD5;
}

.btn-outline-warm-gray-900 {
  background: transparent;
  border-color: #DFDBD5;
  color: #DFDBD5;
}
.btn-outline-warm-gray-900:hover, .btn-outline-warm-gray-900:focus, .btn-outline-warm-gray-900:active {
  background: rgba(223, 219, 213, 0.8);
  border-color: #DFDBD5;
  box-shadow: none;
  outline: none;
}

.text-warm-gray-900 {
  --bs-warm-gray-900-rgb: 223, 219, 213;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warm-gray-900-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-warm-gray-900:hover {
  color: #DFDBD5 !important;
}

.bg-warm-gray-800 {
  --bs-warm-gray-800-rgb: 231, 228, 224;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-warm-gray-800-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-warm-gray-800:hover {
  background: #E7E4E0 !important;
}

.btn-warm-gray-800 {
  background: #E7E4E0;
  border-color: #E7E4E0;
}
.btn-warm-gray-800:hover, .btn-warm-gray-800:focus, .btn-warm-gray-800:active {
  background: rgba(231, 228, 224, 0.8);
  border-color: #E7E4E0;
}

.btn-outline-warm-gray-800 {
  background: transparent;
  border-color: #E7E4E0;
  color: #E7E4E0;
}
.btn-outline-warm-gray-800:hover, .btn-outline-warm-gray-800:focus, .btn-outline-warm-gray-800:active {
  background: rgba(231, 228, 224, 0.8);
  border-color: #E7E4E0;
  box-shadow: none;
  outline: none;
}

.text-warm-gray-800 {
  --bs-warm-gray-800-rgb: 231, 228, 224;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warm-gray-800-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-warm-gray-800:hover {
  color: #E7E4E0 !important;
}

.bg-warm-gray-700 {
  --bs-warm-gray-700-rgb: 239, 237, 234;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-warm-gray-700-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-warm-gray-700:hover {
  background: #EFEDEA !important;
}

.btn-warm-gray-700 {
  background: #EFEDEA;
  border-color: #EFEDEA;
}
.btn-warm-gray-700:hover, .btn-warm-gray-700:focus, .btn-warm-gray-700:active {
  background: rgba(239, 237, 234, 0.8);
  border-color: #EFEDEA;
}

.btn-outline-warm-gray-700 {
  background: transparent;
  border-color: #EFEDEA;
  color: #EFEDEA;
}
.btn-outline-warm-gray-700:hover, .btn-outline-warm-gray-700:focus, .btn-outline-warm-gray-700:active {
  background: rgba(239, 237, 234, 0.8);
  border-color: #EFEDEA;
  box-shadow: none;
  outline: none;
}

.text-warm-gray-700 {
  --bs-warm-gray-700-rgb: 239, 237, 234;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warm-gray-700-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-warm-gray-700:hover {
  color: #EFEDEA !important;
}

.bg-warm-gray-600 {
  --bs-warm-gray-600-rgb: 247, 246, 245;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-warm-gray-600-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-warm-gray-600:hover {
  background: #F7F6F5 !important;
}

.btn-warm-gray-600 {
  background: #F7F6F5;
  border-color: #F7F6F5;
}
.btn-warm-gray-600:hover, .btn-warm-gray-600:focus, .btn-warm-gray-600:active {
  background: rgba(247, 246, 245, 0.8);
  border-color: #F7F6F5;
}

.btn-outline-warm-gray-600 {
  background: transparent;
  border-color: #F7F6F5;
  color: #F7F6F5;
}
.btn-outline-warm-gray-600:hover, .btn-outline-warm-gray-600:focus, .btn-outline-warm-gray-600:active {
  background: rgba(247, 246, 245, 0.8);
  border-color: #F7F6F5;
  box-shadow: none;
  outline: none;
}

.text-warm-gray-600 {
  --bs-warm-gray-600-rgb: 247, 246, 245;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warm-gray-600-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-warm-gray-600:hover {
  color: #F7F6F5 !important;
}

.bg-black-light-950 {
  --bs-black-light-950-rgb: 23, 31, 38;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-black-light-950-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-black-light-950:hover {
  background: #171F26 !important;
}

.btn-black-light-950 {
  background: #171F26;
  border-color: #171F26;
}
.btn-black-light-950:hover, .btn-black-light-950:focus, .btn-black-light-950:active {
  background: rgba(23, 31, 38, 0.8);
  border-color: #171F26;
}

.btn-outline-black-light-950 {
  background: transparent;
  border-color: #171F26;
  color: #171F26;
}
.btn-outline-black-light-950:hover, .btn-outline-black-light-950:focus, .btn-outline-black-light-950:active {
  background: rgba(23, 31, 38, 0.8);
  border-color: #171F26;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-black-light-950:hover {
  color: #171F26 !important;
}

.bg-black-light-900 {
  --bs-black-light-900-rgb: 40, 47, 54;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-black-light-900-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-black-light-900:hover {
  background: #282F36 !important;
}

.btn-black-light-900 {
  background: #282F36;
  border-color: #282F36;
}
.btn-black-light-900:hover, .btn-black-light-900:focus, .btn-black-light-900:active {
  background: rgba(40, 47, 54, 0.8);
  border-color: #282F36;
}

.btn-outline-black-light-900 {
  background: transparent;
  border-color: #282F36;
  color: #282F36;
}
.btn-outline-black-light-900:hover, .btn-outline-black-light-900:focus, .btn-outline-black-light-900:active {
  background: rgba(40, 47, 54, 0.8);
  border-color: #282F36;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-black-light-900:hover {
  color: #282F36 !important;
}

.bg-black-light-800 {
  --bs-black-light-800-rgb: 61, 54, 52;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-black-light-800-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-black-light-800:hover {
  background: #3D3634 !important;
}

.btn-black-light-800 {
  background: #3D3634;
  border-color: #3D3634;
}
.btn-black-light-800:hover, .btn-black-light-800:focus, .btn-black-light-800:active {
  background: rgba(61, 54, 52, 0.8);
  border-color: #3D3634;
}

.btn-outline-black-light-800 {
  background: transparent;
  border-color: #3D3634;
  color: #3D3634;
}
.btn-outline-black-light-800:hover, .btn-outline-black-light-800:focus, .btn-outline-black-light-800:active {
  background: rgba(61, 54, 52, 0.8);
  border-color: #3D3634;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-black-light-800:hover {
  color: #3D3634 !important;
}

.bg-brown-950 {
  --bs-brown-950-rgb: 183, 169, 154;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-brown-950-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-brown-950:hover {
  background: #B7A99A !important;
}

.btn-brown-950 {
  background: #B7A99A;
  border-color: #B7A99A;
}
.btn-brown-950:hover, .btn-brown-950:focus, .btn-brown-950:active {
  background: rgba(183, 169, 154, 0.8);
  border-color: #B7A99A;
}

.btn-outline-brown-950 {
  background: transparent;
  border-color: #B7A99A;
  color: #B7A99A;
}
.btn-outline-brown-950:hover, .btn-outline-brown-950:focus, .btn-outline-brown-950:active {
  background: rgba(183, 169, 154, 0.8);
  border-color: #B7A99A;
  box-shadow: none;
  outline: none;
}

.text-brown-950 {
  --bs-brown-950-rgb: 183, 169, 154;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brown-950-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-brown-950:hover {
  color: #B7A99A !important;
}

.bg-brown-900 {
  --bs-brown-900-rgb: 197, 186, 174;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-brown-900-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-brown-900:hover {
  background: #C5BAAE !important;
}

.btn-brown-900 {
  background: #C5BAAE;
  border-color: #C5BAAE;
}
.btn-brown-900:hover, .btn-brown-900:focus, .btn-brown-900:active {
  background: rgba(197, 186, 174, 0.8);
  border-color: #C5BAAE;
}

.btn-outline-brown-900 {
  background: transparent;
  border-color: #C5BAAE;
  color: #C5BAAE;
}
.btn-outline-brown-900:hover, .btn-outline-brown-900:focus, .btn-outline-brown-900:active {
  background: rgba(197, 186, 174, 0.8);
  border-color: #C5BAAE;
  box-shadow: none;
  outline: none;
}

.text-brown-900 {
  --bs-brown-900-rgb: 197, 186, 174;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brown-900-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-brown-900:hover {
  color: #C5BAAE !important;
}

.bg-brown-800 {
  --bs-brown-800-rgb: 212, 203, 194;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-brown-800-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-brown-800:hover {
  background: #D4CBC2 !important;
}

.btn-brown-800 {
  background: #D4CBC2;
  border-color: #D4CBC2;
}
.btn-brown-800:hover, .btn-brown-800:focus, .btn-brown-800:active {
  background: rgba(212, 203, 194, 0.8);
  border-color: #D4CBC2;
}

.btn-outline-brown-800 {
  background: transparent;
  border-color: #D4CBC2;
  color: #D4CBC2;
}
.btn-outline-brown-800:hover, .btn-outline-brown-800:focus, .btn-outline-brown-800:active {
  background: rgba(212, 203, 194, 0.8);
  border-color: #D4CBC2;
  box-shadow: none;
  outline: none;
}

.text-brown-800 {
  --bs-brown-800-rgb: 212, 203, 194;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brown-800-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-brown-800:hover {
  color: #D4CBC2 !important;
}

.bg-brown-700 {
  --bs-brown-700-rgb: 226, 221, 215;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-brown-700-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-brown-700:hover {
  background: #E2DDD7 !important;
}

.btn-brown-700 {
  background: #E2DDD7;
  border-color: #E2DDD7;
}
.btn-brown-700:hover, .btn-brown-700:focus, .btn-brown-700:active {
  background: rgba(226, 221, 215, 0.8);
  border-color: #E2DDD7;
}

.btn-outline-brown-700 {
  background: transparent;
  border-color: #E2DDD7;
  color: #E2DDD7;
}
.btn-outline-brown-700:hover, .btn-outline-brown-700:focus, .btn-outline-brown-700:active {
  background: rgba(226, 221, 215, 0.8);
  border-color: #E2DDD7;
  box-shadow: none;
  outline: none;
}

.text-brown-700 {
  --bs-brown-700-rgb: 226, 221, 215;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brown-700-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-brown-700:hover {
  color: #E2DDD7 !important;
}

.bg-brown-600 {
  --bs-brown-600-rgb: 241, 238, 235;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-brown-600-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-brown-600:hover {
  background: #F1EEEB !important;
}

.btn-brown-600 {
  background: #F1EEEB;
  border-color: #F1EEEB;
}
.btn-brown-600:hover, .btn-brown-600:focus, .btn-brown-600:active {
  background: rgba(241, 238, 235, 0.8);
  border-color: #F1EEEB;
}

.btn-outline-brown-600 {
  background: transparent;
  border-color: #F1EEEB;
  color: #F1EEEB;
}
.btn-outline-brown-600:hover, .btn-outline-brown-600:focus, .btn-outline-brown-600:active {
  background: rgba(241, 238, 235, 0.8);
  border-color: #F1EEEB;
  box-shadow: none;
  outline: none;
}

.text-brown-600 {
  --bs-brown-600-rgb: 241, 238, 235;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brown-600-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-brown-600:hover {
  color: #F1EEEB !important;
}

.bg-black-gray-950 {
  --bs-black-gray-950-rgb: 16, 24, 32;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-black-gray-950-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-black-gray-950:hover {
  background: #101820 !important;
}

.btn-black-gray-950 {
  background: #101820;
  border-color: #101820;
}
.btn-black-gray-950:hover, .btn-black-gray-950:focus, .btn-black-gray-950:active {
  background: rgba(16, 24, 32, 0.8);
  border-color: #101820;
}

.btn-outline-black-gray-950 {
  background: transparent;
  border-color: #101820;
  color: #101820;
}
.btn-outline-black-gray-950:hover, .btn-outline-black-gray-950:focus, .btn-outline-black-gray-950:active {
  background: rgba(16, 24, 32, 0.8);
  border-color: #101820;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-black-gray-950:hover {
  color: #101820 !important;
}

.bg-black-gray-900 {
  --bs-black-gray-900-rgb: 64, 70, 77;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-black-gray-900-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-black-gray-900:hover {
  background: #40464D !important;
}

.btn-black-gray-900 {
  background: #40464D;
  border-color: #40464D;
}
.btn-black-gray-900:hover, .btn-black-gray-900:focus, .btn-black-gray-900:active {
  background: rgba(64, 70, 77, 0.8);
  border-color: #40464D;
}

.btn-outline-black-gray-900 {
  background: transparent;
  border-color: #40464D;
  color: #40464D;
}
.btn-outline-black-gray-900:hover, .btn-outline-black-gray-900:focus, .btn-outline-black-gray-900:active {
  background: rgba(64, 70, 77, 0.8);
  border-color: #40464D;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-black-gray-900:hover {
  color: #40464D !important;
}

.bg-black-gray-800 {
  --bs-black-gray-800-rgb: 112, 116, 121;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-black-gray-800-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-black-gray-800:hover {
  background: #707479 !important;
}

.btn-black-gray-800 {
  background: #707479;
  border-color: #707479;
}
.btn-black-gray-800:hover, .btn-black-gray-800:focus, .btn-black-gray-800:active {
  background: rgba(112, 116, 121, 0.8);
  border-color: #707479;
}

.btn-outline-black-gray-800 {
  background: transparent;
  border-color: #707479;
  color: #707479;
}
.btn-outline-black-gray-800:hover, .btn-outline-black-gray-800:focus, .btn-outline-black-gray-800:active {
  background: rgba(112, 116, 121, 0.8);
  border-color: #707479;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-black-gray-800:hover {
  color: #707479 !important;
}

.bg-black-gray-700 {
  --bs-black-gray-700-rgb: 159, 163, 166;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-black-gray-700-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-black-gray-700:hover {
  background: #9FA3A6 !important;
}

.btn-black-gray-700 {
  background: #9FA3A6;
  border-color: #9FA3A6;
}
.btn-black-gray-700:hover, .btn-black-gray-700:focus, .btn-black-gray-700:active {
  background: rgba(159, 163, 166, 0.8);
  border-color: #9FA3A6;
}

.btn-outline-black-gray-700 {
  background: transparent;
  border-color: #9FA3A6;
  color: #9FA3A6;
}
.btn-outline-black-gray-700:hover, .btn-outline-black-gray-700:focus, .btn-outline-black-gray-700:active {
  background: rgba(159, 163, 166, 0.8);
  border-color: #9FA3A6;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-black-gray-700:hover {
  color: #9FA3A6 !important;
}

.bg-black-gray-600 {
  --bs-black-gray-600-rgb: 207, 209, 210;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-black-gray-600-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-black-gray-600:hover {
  background: #CFD1D2 !important;
}

.btn-black-gray-600 {
  background: #CFD1D2;
  border-color: #CFD1D2;
}
.btn-black-gray-600:hover, .btn-black-gray-600:focus, .btn-black-gray-600:active {
  background: rgba(207, 209, 210, 0.8);
  border-color: #CFD1D2;
}

.btn-outline-black-gray-600 {
  background: transparent;
  border-color: #CFD1D2;
  color: #CFD1D2;
}
.btn-outline-black-gray-600:hover, .btn-outline-black-gray-600:focus, .btn-outline-black-gray-600:active {
  background: rgba(207, 209, 210, 0.8);
  border-color: #CFD1D2;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-black-gray-600:hover {
  color: #CFD1D2 !important;
}

.bg-teal-950 {
  --bs-teal-950-rgb: 0, 161, 176;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-teal-950-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-teal-950:hover {
  background: #00A1B0 !important;
}

.btn-teal-950 {
  background: #00A1B0;
  border-color: #00A1B0;
}
.btn-teal-950:hover, .btn-teal-950:focus, .btn-teal-950:active {
  background: rgba(0, 161, 176, 0.8);
  border-color: #00A1B0;
}

.btn-outline-teal-950 {
  background: transparent;
  border-color: #00A1B0;
  color: #00A1B0;
}
.btn-outline-teal-950:hover, .btn-outline-teal-950:focus, .btn-outline-teal-950:active {
  background: rgba(0, 161, 176, 0.8);
  border-color: #00A1B0;
  box-shadow: none;
  outline: none;
}

.text-teal-950 {
  --bs-teal-950-rgb: 0, 161, 176;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-950-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-teal-950:hover {
  color: #00A1B0 !important;
}

.bg-teal-900 {
  --bs-teal-900-rgb: 51, 180, 192;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-teal-900-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-teal-900:hover {
  background: #33B4C0 !important;
}

.btn-teal-900 {
  background: #33B4C0;
  border-color: #33B4C0;
}
.btn-teal-900:hover, .btn-teal-900:focus, .btn-teal-900:active {
  background: rgba(51, 180, 192, 0.8);
  border-color: #33B4C0;
}

.btn-outline-teal-900 {
  background: transparent;
  border-color: #33B4C0;
  color: #33B4C0;
}
.btn-outline-teal-900:hover, .btn-outline-teal-900:focus, .btn-outline-teal-900:active {
  background: rgba(51, 180, 192, 0.8);
  border-color: #33B4C0;
  box-shadow: none;
  outline: none;
}

.text-teal-900 {
  --bs-teal-900-rgb: 51, 180, 192;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-900-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-teal-900:hover {
  color: #33B4C0 !important;
}

.bg-teal-800 {
  --bs-teal-800-rgb: 102, 199, 208;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-teal-800-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-teal-800:hover {
  background: #66C7D0 !important;
}

.btn-teal-800 {
  background: #66C7D0;
  border-color: #66C7D0;
}
.btn-teal-800:hover, .btn-teal-800:focus, .btn-teal-800:active {
  background: rgba(102, 199, 208, 0.8);
  border-color: #66C7D0;
}

.btn-outline-teal-800 {
  background: transparent;
  border-color: #66C7D0;
  color: #66C7D0;
}
.btn-outline-teal-800:hover, .btn-outline-teal-800:focus, .btn-outline-teal-800:active {
  background: rgba(102, 199, 208, 0.8);
  border-color: #66C7D0;
  box-shadow: none;
  outline: none;
}

.text-teal-800 {
  --bs-teal-800-rgb: 102, 199, 208;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-800-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-teal-800:hover {
  color: #66C7D0 !important;
}

.bg-teal-700 {
  --bs-teal-700-rgb: 153, 217, 223;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-teal-700-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-teal-700:hover {
  background: #99D9DF !important;
}

.btn-teal-700 {
  background: #99D9DF;
  border-color: #99D9DF;
}
.btn-teal-700:hover, .btn-teal-700:focus, .btn-teal-700:active {
  background: rgba(153, 217, 223, 0.8);
  border-color: #99D9DF;
}

.btn-outline-teal-700 {
  background: transparent;
  border-color: #99D9DF;
  color: #99D9DF;
}
.btn-outline-teal-700:hover, .btn-outline-teal-700:focus, .btn-outline-teal-700:active {
  background: rgba(153, 217, 223, 0.8);
  border-color: #99D9DF;
  box-shadow: none;
  outline: none;
}

.text-teal-700 {
  --bs-teal-700-rgb: 153, 217, 223;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-700-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-teal-700:hover {
  color: #99D9DF !important;
}

.bg-teal-600 {
  --bs-teal-600-rgb: 204, 236, 239;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-teal-600-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-teal-600:hover {
  background: #CCECEF !important;
}

.btn-teal-600 {
  background: #CCECEF;
  border-color: #CCECEF;
}
.btn-teal-600:hover, .btn-teal-600:focus, .btn-teal-600:active {
  background: rgba(204, 236, 239, 0.8);
  border-color: #CCECEF;
}

.btn-outline-teal-600 {
  background: transparent;
  border-color: #CCECEF;
  color: #CCECEF;
}
.btn-outline-teal-600:hover, .btn-outline-teal-600:focus, .btn-outline-teal-600:active {
  background: rgba(204, 236, 239, 0.8);
  border-color: #CCECEF;
  box-shadow: none;
  outline: none;
}

.text-teal-600 {
  --bs-teal-600-rgb: 204, 236, 239;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-600-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-teal-600:hover {
  color: #CCECEF !important;
}

.bg-gray-900 {
  --bs-gray-900-rgb: 51, 51, 51;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-gray-900-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-gray-900:hover {
  background: #333333 !important;
}

.btn-gray-900 {
  background: #333333;
  border-color: #333333;
}
.btn-gray-900:hover, .btn-gray-900:focus, .btn-gray-900:active {
  background: rgba(51, 51, 51, 0.8);
  border-color: #333333;
}

.btn-outline-gray-900 {
  background: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-outline-gray-900:hover, .btn-outline-gray-900:focus, .btn-outline-gray-900:active {
  background: rgba(51, 51, 51, 0.8);
  border-color: #333333;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-gray-900:hover {
  color: #333333 !important;
}

.bg-gray-800 {
  --bs-gray-800-rgb: 102, 102, 102;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-gray-800-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-gray-800:hover {
  background: #666666 !important;
}

.btn-gray-800 {
  background: #666666;
  border-color: #666666;
}
.btn-gray-800:hover, .btn-gray-800:focus, .btn-gray-800:active {
  background: rgba(102, 102, 102, 0.8);
  border-color: #666666;
}

.btn-outline-gray-800 {
  background: transparent;
  border-color: #666666;
  color: #666666;
}
.btn-outline-gray-800:hover, .btn-outline-gray-800:focus, .btn-outline-gray-800:active {
  background: rgba(102, 102, 102, 0.8);
  border-color: #666666;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-gray-800:hover {
  color: #666666 !important;
}

.bg-gray-700 {
  --bs-gray-700-rgb: 153, 153, 153;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-gray-700-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-gray-700:hover {
  background: #999999 !important;
}

.btn-gray-700 {
  background: #999999;
  border-color: #999999;
}
.btn-gray-700:hover, .btn-gray-700:focus, .btn-gray-700:active {
  background: rgba(153, 153, 153, 0.8);
  border-color: #999999;
}

.btn-outline-gray-700 {
  background: transparent;
  border-color: #999999;
  color: #999999;
}
.btn-outline-gray-700:hover, .btn-outline-gray-700:focus, .btn-outline-gray-700:active {
  background: rgba(153, 153, 153, 0.8);
  border-color: #999999;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-gray-700:hover {
  color: #999999 !important;
}

.bg-gray-600 {
  --bs-gray-600-rgb: 204, 204, 204;
  --bs-background-opacity: 1;
  background: rgba(var(--bs-gray-600-rgb), var(--bs-background-opacity)) !important;
}

.bg-opacity-0 {
  --bs-background-opacity: 0;
}

.bg-opacity-5 {
  --bs-background-opacity: 0.05;
}

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

.bg-opacity-15 {
  --bs-background-opacity: 0.15;
}

.bg-opacity-20 {
  --bs-background-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-background-opacity: 0.3;
}

.bg-opacity-35 {
  --bs-background-opacity: 0.35;
}

.bg-opacity-40 {
  --bs-background-opacity: 0.4;
}

.bg-opacity-45 {
  --bs-background-opacity: 0.45;
}

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

.bg-opacity-55 {
  --bs-background-opacity: 0.55;
}

.bg-opacity-60 {
  --bs-background-opacity: 0.6;
}

.bg-opacity-65 {
  --bs-background-opacity: 0.65;
}

.bg-opacity-70 {
  --bs-background-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-background-opacity: 0.8;
}

.bg-opacity-85 {
  --bs-background-opacity: 0.85;
}

.bg-opacity-90 {
  --bs-background-opacity: 0.9;
}

.bg-opacity-95 {
  --bs-background-opacity: 0.95;
}

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

.hover\:bg-gray-600:hover {
  background: #CCCCCC !important;
}

.btn-gray-600 {
  background: #CCCCCC;
  border-color: #CCCCCC;
}
.btn-gray-600:hover, .btn-gray-600:focus, .btn-gray-600:active {
  background: rgba(204, 204, 204, 0.8);
  border-color: #CCCCCC;
}

.btn-outline-gray-600 {
  background: transparent;
  border-color: #CCCCCC;
  color: #CCCCCC;
}
.btn-outline-gray-600:hover, .btn-outline-gray-600:focus, .btn-outline-gray-600:active {
  background: rgba(204, 204, 204, 0.8);
  border-color: #CCCCCC;
  box-shadow: none;
  outline: none;
}

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

.text-opacity-0 {
  --bs-text-opacity: 0;
}

.text-opacity-5 {
  --bs-text-opacity: 0.05;
}

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

.text-opacity-15 {
  --bs-text-opacity: 0.15;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-35 {
  --bs-text-opacity: 0.35;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-45 {
  --bs-text-opacity: 0.45;
}

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

.text-opacity-55 {
  --bs-text-opacity: 0.55;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-65 {
  --bs-text-opacity: 0.65;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-85 {
  --bs-text-opacity: 0.85;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-95 {
  --bs-text-opacity: 0.95;
}

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

.hover\:text-gray-600:hover {
  color: #CCCCCC !important;
}

.scroll-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  inset-inline-end: 30px;
  z-index: 4;
  width: 50px;
  height: 50px;
  border: 2px solid #D4CBC2;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  transition: all 300ms;
}
@media (max-width: 767.98px) {
  .scroll-top {
    width: 40px;
    height: 40px;
    bottom: 5px;
    inset-inline-end: 10px;
  }
}
.scroll-top:hover {
  background: rgba(183, 169, 154, 0.21);
}
.scroll-top .scroll-top-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sec-component-1 {
  padding: 90px 0;
}
@media (min-width: 1600px) {
  .sec-component-1 {
    padding: 120px 0;
  }
}
@media (max-width: 1199.98px) {
  .sec-component-1 {
    padding: 40px 0;
  }
}

.sec-component-2 {
  padding: 30px 0;
}
@media (max-width: 1199.98px) {
  .sec-component-2 {
    padding: 20px 0;
  }
}

.sec-component-3 {
  padding: 60px 0;
}
@media (max-width: 1199.98px) {
  .sec-component-3 {
    padding: 40px 0;
  }
}

.inner-banner-section {
  padding: 110px 0 90px;
  position: relative;
}
@media (min-width: 1400px) {
  .inner-banner-section {
    min-height: 550px;
  }
}
@media (min-width: 1600px) {
  .inner-banner-section {
    padding: 115px 0 120px;
  }
}
@media (max-width: 1199.98px) {
  .inner-banner-section {
    padding: 110px 0 55px;
    min-height: 350px;
  }
}
@media (max-width: 991.98px) {
  .inner-banner-section {
    padding: 85px 0 55px;
  }
}
@media (max-width: 767.98px) {
  .inner-banner-section {
    padding: 85px 0 20px;
  }
}
.inner-banner-section::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #101820 0%, rgba(16, 24, 32, 0.71) 50%, #101820 100%);
}
.inner-banner-section .content * {
  color: #CFD1D2;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .inner-banner-section .content * {
    font-size: 20px;
  }
}

.title h1, .title .h1 {
  font-size: 44px;
}
@media (max-width: 1399.98px) {
  .title h1, .title .h1 {
    font-size: 42px;
  }
}
@media (max-width: 1199.98px) {
  .title h1, .title .h1 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .title h1, .title .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .title h1, .title .h1 {
    font-size: 48px;
  }
}

.title-btn .title__right {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 50%;
}
@media (min-width: 1600px) {
  .title-btn .title__right {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .title-btn .title__right {
    justify-content: space-between !important;
  }
}
@media (min-width: 992px) {
  .title-btn {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.title-btn span.hr-line {
  width: 100%;
  height: 1px;
  background: #B7A99A;
  display: block;
  flex-shrink: 0;
  flex-basis: 20%;
}
@media (max-width: 991.98px) {
  .title-btn span.hr-line {
    flex-basis: calc(100% - 300px);
  }
}
.arrow-btn {
  background: none;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(0deg, #B7A99A 0%, #D4CBC2 100%);
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 300ms;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  color: initial;
}
html[dir=rtl] .arrow-btn {
  transform: scale(-1);
}
body.highcontrast .arrow-btn {
  border: 2px solid #f8ef1b;
}
@media (max-width: 991.98px) {
  .arrow-btn {
    width: 48px;
    height: 48px;
  }
}
.arrow-btn img {
  transition: all 300ms;
}
body.highcontrast .arrow-btn img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
.arrow-btn:hover {
  background: #B7A99A;
}
.arrow-btn:hover img {
  filter: brightness(0) invert(1);
}
.arrow-btn.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.56;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.arrow-btn::after {
  display: none;
}
.arrow-btn-black {
  border-image-source: linear-gradient(0deg, #707479 0%, #707479 100%);
}
.arrow-btn-black img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(32%) saturate(30%) hue-rotate(314deg) brightness(95%) contrast(79%);
}
.arrow-btn.btn-quaternary:hover {
  background: rgba(183, 169, 154, 0.21);
}

html.hidden-scroll, body.hidden-scroll {
  overflow: hidden;
}

body.modal-open {
  padding-right: 0 !important;
}
body.hidden-scroll {
  overflow: hidden;
}
@media (min-width: 992px) {
  body.hidden-scroll {
    padding-inline-end: 10px;
  }
}

.line-animate {
  width: 150px;
  height: 10px;
  background: #40464D;
  margin-top: 15px;
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #40464D 4%, #40464D 25%, #707479 36%);
  background-size: 1000px 100%;
}
@media (max-width: 1199.98px) {
  .line-animate {
    height: 8px;
    margin-top: 10px;
  }
}
.line-animate:first-child {
  margin-top: 10px;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.time--detail-update {
  display: none;
}

.subscribe-form .ajax-progress-throbber {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 120px;
  display: flex;
  justify-content: center;
  height: 100%;
  pointer-events: none;
  cursor: none;
  background: #B7A99A;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .subscribe-form .ajax-progress-throbber {
    width: 100px;
  }
}
.subscribe-form .ajax-progress-throbber .throbber {
  width: 24px;
  background: transparent url(../images/icons/loader.svg) no-repeat 0 center;
}

.ajax-progress.ajax-progress-fullscreen {
  z-index: 4 !important;
  top: 0;
  left: 0;
  right: auto !important;
  width: 100% !important;
  height: 100% !important;
  height: 100% !important;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #101820;
  background-image: url(../images/icons/loader.svg) !important;
  background-size: 50px;
}
@media (max-width: 991.98px) {
  .ajax-progress.ajax-progress-fullscreen {
    background-size: 40px;
  }
}

@media (max-width: 1199.98px) {
  .no-results-img {
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .no-results-img {
    width: 100px;
  }
}
.play-btn button {
  border: 0;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  transition: all 300ms;
}
.play-btn button .button-icon {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
@media (max-width: 991.98px) {
  .play-btn button .button-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}
@media (max-width: 991.98px) {
  .play-btn button .button-icon img {
    width: 14px;
  }
}
.play-btn button:hover span {
  color: #B7A99A !important;
}
.play-btn button:hover .button-icon {
  background: #B7A99A;
}

.bg-pattern {
  background-color: #E2DDD7;
  background: url(../images/events-bg-01.png) #E2DDD7 no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
.bg-pattern-brown-600 {
  background: url(../images/events-bg-01.png) #F1EEEB no-repeat;
  background-size: 100%;
  background-position: left bottom;
}

.bg-pattern-01 {
  background-color: #E2DDD7;
  background: url(../images/our-team-white-bg.png) #E2DDD7 no-repeat;
  background-size: 100%;
  background-position: left bottom;
}

.booking-form {
  background: #F7F6F5;
  padding: 30px;
  inset-inline-end: 0;
  z-index: 1;
}
@media (min-width: 1600px) {
  .booking-form {
    padding: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .booking-form {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .booking-form {
    padding: 15px;
  }
}
.booking-form .btn-wrap {
  border-top: 1px solid #D4CBC2;
}

.form-position {
  position: absolute;
  inset-inline-end: 40px;
  z-index: 1;
  top: 0;
}
@media (min-width: 1200px) {
  .form-position {
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .form-position {
    inset-inline-end: 60px;
  }
}
@media (max-width: 1199.98px) {
  .form-position {
    position: relative;
    inset-inline-end: 0px;
  }
}
.fancybox__container .fancybox__content button.f-button {
  width: 52px;
  height: 52px;
  border: 1.7px solid #D4CBC2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  top: -52px;
  transition: all 300ms;
}
body.highcontrast .fancybox__container .fancybox__content button.f-button {
  border: 2px solid #f8ef1b;
}
body.highcontrast .fancybox__container .fancybox__content button.f-button svg {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}
@media (max-width: 991.98px) {
  .fancybox__container .fancybox__content button.f-button {
    width: 35px;
    height: 35px;
    top: -35px !important;
  }
}
.fancybox__container .fancybox__content button.f-button:hover {
  background: rgba(183, 169, 154, 0.21);
}

.menu-open {
  overflow: hidden;
}

.dropdown-menuType-01, .dropdown-menuType-02 {
  display: block;
  padding: 0;
  border-radius: 0;
  background: #171f26;
  color: #ffffff;
  inset-inline-end: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5rem);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.dropdown-menuType-01 a, .dropdown-menuType-02 a {
  color: #ffffff;
  padding: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.dropdown-menuType-01 a img, .dropdown-menuType-02 a img {
  width: 20px;
  flex-shrink: 0;
}
.dropdown-menuType-01 a:hover, .dropdown-menuType-02 a:hover, .dropdown-menuType-01 a:active, .dropdown-menuType-02 a:active, .dropdown-menuType-01 a:focus, .dropdown-menuType-02 a:focus {
  color: #ffffff !important;
  background: rgba(183, 169, 154, 0.21) !important;
}

.dropdown-menuType-02 {
  min-width: 300px;
  inset-inline-start: 0;
}
@media (max-width: 575.98px) {
  .dropdown-menuType-02 {
    position: fixed;
    width: 100%;
    min-width: 100%;
  }
}
.dropdown-menuType-02 a {
  padding: 0;
}
.dropdown-menuType-02 li {
  color: #ffffff;
  padding: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 991.98px) {
  .dropdown-menuType-02 li {
    font-size: 16px;
    padding: 5px 8px;
  }
}
@media (max-width: 991.98px) {
  .dropdown-menuType-02 li h5, .dropdown-menuType-02 li .h5 {
    font-size: 16px;
  }
}
.dropdown-menuType-02 li p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .dropdown-menuType-02 li p {
    font-size: 16px;
  }
}

body .dark-mode-btn img {
  background: none !important;
}
body .dark-mode-btn:hover img {
  background: none !important;
}
body .dark-mode-btn.active img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(6078%) hue-rotate(340deg) brightness(107%) contrast(94%);
}

.subscribe-form .form-item--error-message {
  position: absolute;
  bottom: -35px;
  inset-inline-start: 0;
  color: #dc3545 !important;
}

.default-image {
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .default-image-portrait {
    aspect-ratio: 10/13;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.our-video-section-image {
  position: relative;
}
.our-video-section-image::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #101820 0%, rgba(16, 24, 32, 0.71) 50%, #101820 100%);
}

.play-btn-large {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 300ms;
}
@media (max-width: 767.98px) {
  .play-btn-large {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}
@media (max-width: 767.98px) {
  .play-btn-large img {
    width: 18px;
  }
}
.play-btn-large:hover {
  background: rgba(183, 169, 154, 0.3);
}

.our-video-section-image .button-icon {
  position: absolute;
  top: calc(50% - 40px);
  inset-inline: 0;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .our-video-section-image .button-icon {
    top: calc(50% - 25px);
  }
}

.button-form-submit {
  position: relative;
}
.button-form-submit::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/icons/right-arrow.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../images/icons/right-arrow.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #B7A99A;
  width: 19px;
  height: 13px;
  transform: rotate(-45deg);
  top: calc(50% - 7px);
  inset-inline-end: 25px;
  pointer-events: none;
  transition: all 300ms;
}
html[dir=rtl] .button-form-submit::before {
  transform: rotate(45deg) scaleX(-1);
}
@media (max-width: 1199.98px) {
  .button-form-submit::before {
    inset-inline-end: 20px;
  }
}
@media (max-width: 991.98px) {
  .button-form-submit::before {
    inset-inline-end: 15px;
  }
}
.button-form-submit:hover::before {
  background-color: #ffffff;
}
.button-form-submit input {
  text-align: start;
  outline: 0;
}
.form-type-1 label {
  line-height: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}
@media (min-width: 1600px) {
  .form-type-1 label {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .form-type-1 label {
    font-size: 16px;
  }
}
.form-type-1 label span {
  margin-inline-start: 10px;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .form-type-1 select.form-control {
    padding: 12px 34px 12px 10px;
  }
}
@media (max-width: 575.98px) {
  html[dir=rtl] .form-type-1 select.form-control {
    padding: 12px 10px 12px 34px;
  }
}
.form-type-1 input::-webkit-date-and-time-value {
  text-align: start;
}
.form-type-1 input[type=date]::-webkit-calendar-picker-indicator, .form-type-1 input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 1;
  width: 110%;
  background: none;
  position: absolute;
}
.form-type-1 .form-control {
  height: 40px;
  border-radius: 0px !important;
  font-size: 18px;
  border: 0;
  padding: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2DDD7;
  line-height: normal;
  color: #40464D;
  z-index: 1;
  text-align: start;
}
html[dir=rtl] .form-type-1 .form-control {
  line-height: inherit;
}
@media (max-width: 991.98px) {
  .form-type-1 .form-control {
    height: auto;
    padding: 12px 10px;
    font-size: 16px;
  }
}
.form-type-1 .form-control:focus {
  border-color: #B7A99A;
  box-shadow: none;
}
.form-type-1 .form-control::-moz-placeholder {
  color: #40464D;
  font-size: 18px;
}
.form-type-1 .form-control::placeholder {
  color: #40464D;
  font-size: 18px;
}
.form-type-1 .form-control option {
  padding: 10px;
}
html[dir=rtl] .form-type-1 .form-control.flatpickr-input {
  text-align: right;
}
@media (min-width: 992px) {
  .form-type-1 .input-icons input {
    padding-inline-end: 35px;
  }
}
.form-type-1 .input-icons::after {
  content: "";
  position: absolute;
  inset-inline-end: 0px;
  bottom: 12px;
  z-index: 0;
  width: 25px;
  height: 25px;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .form-type-1 .input-icons::after {
    inset-inline-end: 10px;
    width: 20px;
    height: 20px;
  }
}
.form-type-1 .input-icons.calander-inputs::after {
  -webkit-mask-image: url(../images/icons/calander.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../images/icons/calander.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #101820;
}
.form-type-1 .input-icons.time-inputs::after {
  -webkit-mask-image: url(../images/icons/clock.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../images/icons/clock.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #101820;
}
.form-type-1 .input-icons span {
  inset-inline-end: 12px;
  bottom: 13px;
}
.form-type-1 .input-group > .form-control:focus, .form-type-1 .input-group > .form-select:focus, .form-type-1 .input-group > .form-floating:focus-within {
  z-index: 2;
}
.form-type-1 textarea.form-control {
  height: 180px;
  resize: none;
}
@media (max-width: 991.98px) {
  .form-type-1 textarea.form-control {
    height: 100px;
  }
}
.form-type-1 .input-group.email-address {
  position: relative;
}
.form-type-1 .input-group.email-address:after {
  content: "";
  background: url(../images/icons/email.svg) transparent no-repeat;
  background-size: cover;
  width: 25px;
  height: 18px;
  position: absolute;
  top: 50%;
  inset-inline-start: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .form-type-1 .input-group.email-address:after {
    width: 18px;
    height: 13px;
    inset-inline-start: 15px;
  }
}
.form-type-1 .input-group.email-address input {
  border-radius: 8px !important;
  padding-inline-start: 55px;
}
@media (max-width: 991.98px) {
  .form-type-1 .input-group.email-address input {
    padding-inline-start: 40px;
  }
}
.form-type-1 .input-group.email-address input[type=password] {
  padding-inline-end: 50px;
}
@media (max-width: 991.98px) {
  .form-type-1 .input-group.email-address input[type=password] {
    padding-inline-end: 35px;
  }
}
.form-type-1 .input-group.password {
  position: relative;
}
.form-type-1 .input-group.password:after {
  content: "";
  background: url(../images/icons/shield-lock.svg) transparent no-repeat;
  background-size: cover;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 50%;
  inset-inline-start: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .form-type-1 .input-group.password:after {
    width: 18px;
    height: 19px;
    inset-inline-start: 15px;
  }
}
.form-type-1 .input-group.password input {
  border-radius: 8px !important;
  padding-inline-start: 55px;
}
@media (max-width: 991.98px) {
  .form-type-1 .input-group.password input {
    padding-inline-start: 40px;
  }
}
.form-type-1 .input-group.password input[type=password] {
  padding-inline-end: 50px;
}
@media (max-width: 991.98px) {
  .form-type-1 .input-group.password input[type=password] {
    padding-inline-end: 35px;
  }
}
.form-type-1 .input-group.select {
  position: relative;
}
.form-type-1 .input-group.select::after {
  content: "";
  position: absolute;
  inset-inline-end: 20px;
  background: url(../images/icons/chevron-down.svg) transparent no-repeat;
  width: 12px;
  height: 14px;
  background-size: contain;
  top: 50%;
}
.form-type-1 .input-group.select select {
  padding-inline-end: 35px;
}
.form-type-1 .input-group.disabled button {
  pointer-events: none;
}
.form-type-1 .input-group.disabled img {
  pointer-events: none;
  opacity: 0.3;
}
.form-type-1 .input-group-textarea textarea {
  height: 110px;
  padding-inline-end: 40px;
}
@media (max-width: 991.98px) {
  .form-type-1 .input-group-textarea textarea {
    height: 100%;
  }
}
.form-type-1 .input-group-textarea button {
  top: 20px;
}
.form-type-1 .error {
  font-size: 14px;
  color: #dc3545;
  margin-top: 8px;
  margin-bottom: 5px;
}
.form-type-1 .edit-icon {
  position: absolute;
  background: none;
  border: 0;
  top: calc(50% - 12px);
  inset-inline-end: 15px;
}
.form-type-1 .input-icons {
  position: relative;
  background: none;
}
.form-type-1 .input-icons input {
  background: none;
}
@media (min-width: 992px) {
  .form-type-1 .input-icons input {
    padding-inline-end: 25px;
  }
}
@media (max-width: 991.98px) {
  .form-type-1 .input-icons input {
    padding-inline-end: 35px;
  }
}
.form-type-1 .input-icons span {
  position: absolute;
  inset-inline-end: 0;
  bottom: 10px;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .form-type-1 .input-icons span {
    inset-inline-end: 10px;
  }
}
@media (max-width: 575.98px) {
  .form-type-1 .input-icons span img {
    width: 20px;
  }
}

.form-type-2 label {
  line-height: normal;
  font-weight: 600;
  font-size: 20px;
  color: rgba(64, 70, 77, 0.8);
  margin-bottom: 12px;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .form-type-2 label {
    font-size: 18px;
  }
}
.form-type-2 label span {
  margin-inline-start: 5px;
  color: #dc3545;
  font-size: 18px;
}
.form-type-2 input {
  background: transparent !important;
}
.form-type-2 input[type=number]::-webkit-inner-spin-button,
.form-type-2 input[type=number]::-webkit-outer-spin-button {
  opacity: 0.7;
  visibility: visible;
  display: block;
}
.form-type-2 .form-control {
  height: 50px;
  border-radius: 0px;
  border: 1px solid #9FA3A6;
  padding: 12px;
}
@media (max-width: 991.98px) {
  .form-type-2 .form-control {
    height: 46px;
    font-size: 16px;
    padding: 8px 12px;
  }
}
.form-type-2 .form-control:focus {
  border-color: #B7A99A;
  box-shadow: 0 0 0 0.25rem rgba(183, 169, 154, 0.25);
  background: transparent;
}
.form-type-2 .form-control::-moz-placeholder {
  color: #707479;
  font-size: 18px;
}
.form-type-2 .form-control::placeholder {
  color: #707479;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .form-type-2 .form-control::-moz-placeholder {
    font-size: 16px;
  }
  .form-type-2 .form-control::placeholder {
    font-size: 16px;
  }
}
.form-type-2 .datePicker-input {
  position: relative;
}
.form-type-2 .datePicker-input::after {
  content: "";
  background: url(../images/icons/datepicker.svg) transparent no-repeat;
  background-size: cover;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 50%;
  inset-inline-end: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}
.form-type-2 textarea.form-control {
  resize: none;
  height: auto;
  min-height: 165px;
  background: none;
}
.form-type-2 h3, .form-type-2 .h3 {
  position: relative;
}
.form-type-2 h3 span, .form-type-2 .h3 span {
  padding-inline-end: 35px;
  background: #F7F6F5;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.form-type-2 h3::after, .form-type-2 .h3::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  height: 1px;
  width: 100%;
  background: #D4CBC2;
  top: calc(50% + 2px);
}
@media (min-width: 992px) {
  .form-type-2 .input-icons input {
    padding-inline-end: 35px;
  }
}
.form-type-2 .input-icons::after {
  content: "";
  position: absolute;
  inset-inline-end: 12px;
  bottom: 12px;
  z-index: 0;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .form-type-2 .input-icons::after {
    inset-inline-end: 10px;
  }
}
.form-type-2 .input-icons.calander-inputs::after {
  -webkit-mask-image: url(../images/icons/calander.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../images/icons/calander.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #101820;
}
.form-type-2 .input-icons.time-inputs::after {
  -webkit-mask-image: url(../images/icons/clock.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../images/icons/clock.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #101820;
}
.form-type-2 .input-icons span {
  inset-inline-end: 12px;
  bottom: 13px;
}
.form-type-2 select {
  background-position: calc(100% - 12px) center !important;
}
html[dir=rtl] .form-type-2 select {
  line-height: 1.8 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  background-position: 12px center !important;
}
.form-type-2 select.form-control {
  line-height: 1.3;
}
.form-type-2 select.form-control:focus {
  background-position: calc(100% - 12px) center !important;
}
.form-type-2 button {
  border: 2px solid #B7A99A !important;
}
.form-type-2 .button-form-submit input {
  border: 2px solid #B7A99A !important;
}

select.form-control {
  position: relative;
  background: url(../images/icons/chevron-bottom.svg) transparent no-repeat;
  background-size: 13px;
  background-position: calc(100% - 0px) center;
  padding-inline-start: 10px !important;
}
html[dir=rtl] select.form-control {
  background-position: 12px center;
}
@media (max-width: 575.98px) {
  select.form-control {
    background-position: calc(100% - 15px) center;
  }
}
select.form-control:focus {
  background: url(../images/icons/chevron-bottom.svg) transparent no-repeat !important;
  background-size: 13px !important;
  background-position: calc(100% - 0px) center !important;
}
html[dir=rtl] select.form-control:focus {
  background-position: 0px center;
}
@media (max-width: 575.98px) {
  html[dir=rtl] select.form-control:focus {
    background-position: 12px center !important;
  }
}
@media (max-width: 575.98px) {
  select.form-control:focus {
    background-position: calc(100% - 15px) center !important;
  }
}

.flatpickr-day.selected {
  background: #B7A99A;
  border-color: #B7A99A;
}

.flatpickr-day.selected:hover {
  background: #B7A99A;
}

.flatpickr-months .flatpickr-month {
  height: 50px !important;
}
.btn.btn-primary {
  padding: 15px 25px;
  border-radius: 0px;
  font-size: 16px;
  background: none;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(0deg, #B7A99A 0%, #D4CBC2 100%);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  transition: all 300ms;
}
@media (max-width: 1199.98px) {
  .btn.btn-primary {
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .btn.btn-primary {
    padding: 12px 15px;
    font-size: 14px;
  }
}
.btn.btn-primary:hover {
  background: #B7A99A;
}
.btn.btn-primary:hover .btn-arrow-color {
  filter: brightness(0) invert(1);
}
.btn.btn-primary.view-more * {
  color: #101820;
  font-size: inherit;
}
.btn.btn-secondary {
  font-weight: 500;
  border-radius: 0px;
  border: 0;
  padding: 10px;
  background: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  color: #ffffff;
  transition: all 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .btn.btn-secondary {
    width: 38px;
    height: 38px;
  }
}
.btn.btn-secondary:hover {
  background: rgba(183, 169, 154, 0.21);
}
.btn.btn-tertiary {
  border-width: 2px;
  border-image-source: linear-gradient(200deg, #D4CBC2 0%, #101820 115%);
  width: 22%;
}
@media (max-width: 991.98px) {
  .btn.btn-tertiary {
    width: auto;
  }
}
.btn.btn-tertiary img {
  transition: all 300ms;
  filter: brightness(0) saturate(100%) invert(24%) sepia(25%) saturate(236%) hue-rotate(172deg) brightness(93%) contrast(87%);
}
.btn.btn-tertiary:hover {
  background: rgba(183, 169, 154, 0.21);
}
.btn.btn-tertiary:hover img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(9%) saturate(441%) hue-rotate(311deg) brightness(88%) contrast(90%);
}
.btn.btn-quaternary .btn-arrow {
  transition: all 300ms;
}
.btn.btn-quaternary:hover {
  background: rgba(183, 169, 154, 0.21);
}
.btn.btn-quaternary:hover .btn-arrow {
  filter: brightness(0) saturate(100%) invert(98%) sepia(9%) saturate(441%) hue-rotate(311deg) brightness(88%) contrast(90%);
}
.btn-arrow {
  display: flex;
  transform: rotate(-45deg);
}
html[dir=rtl] .btn-arrow {
  transform: scale(-1) rotate(45deg);
}
.btn:hover {
  background: #B7A99A;
  transition: all 300ms;
}
.btn:hover .btn-arrow {
  filter: brightness(0) invert(1);
}
.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 1399.98px) {
  .footer-social li a {
    width: 42px;
    height: 42px;
  }
}
.footer-social li a svg {
  position: relative;
  z-index: 1;
}
.footer-social li a:after {
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: rgba(183, 169, 154, 0.21);
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: all 300ms;
  z-index: 0;
}
.footer-social li a:hover {
  border: 1px solid #B7A99A;
}
.footer-social li a:hover:after {
  transform: scale(1);
}
.director-social.footer-social li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.director-social.footer-social li a svg {
  filter: brightness(0) saturate(100%) invert(21%) sepia(1%) saturate(4738%) hue-rotate(175deg) brightness(128%) contrast(98%);
  transition: 0.2s all;
}
.director-social.footer-social li a:after {
  background: #B7A99A;
}
.director-social.footer-social li a:hover svg {
  filter: none;
}
.inner-title.secTitle-1 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 1399.98px) {
  .footer-social li a {
    width: 42px;
    height: 42px;
  }
}
.footer-social li a svg {
  position: relative;
  z-index: 1;
}
.footer-social li a:after {
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: rgba(183, 169, 154, 0.21);
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: all 300ms;
  z-index: 0;
}
.footer-social li a:hover {
  border: 1px solid #B7A99A;
}
.footer-social li a:hover:after {
  transform: scale(1);
}
.director-social.footer-social li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.director-social.footer-social li a svg {
  filter: brightness(0) saturate(100%) invert(21%) sepia(1%) saturate(4738%) hue-rotate(175deg) brightness(128%) contrast(98%);
  transition: 0.2s all;
}
.director-social.footer-social li a:after {
  background: #B7A99A;
}
.director-social.footer-social li a:hover svg {
  filter: none;
}
@media (min-width: 992px) {
  .modal {
    padding-right: 0 !important;
    overflow-y: hidden !important;
  }
}

@media (min-width: 576px) {
  .modalType-1 .modal-dialog {
    max-width: 1000px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .modalType-1 .modal-dialog {
    max-width: 100%;
  }
}
.modalType-1 .modal-dialog .modal-content {
  border-radius: 0px;
  background-image: url(../images/modal-bg.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.modalType-1 .modal-dialog .modal-content button.close-btn-1 {
  position: absolute;
  inset-inline-end: 15px;
  top: 15px;
  z-index: 1;
  width: 52px;
  height: 52px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(0deg, #B7A99A 0%, #D4CBC2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
body.highcontrast .modalType-1 .modal-dialog .modal-content button.close-btn-1 {
  border: 2px solid #f8ef1b;
  background: none !important;
}
@media (max-width: 991.98px) {
  .modalType-1 .modal-dialog .modal-content button.close-btn-1 {
    width: 35px;
    height: 35px;
  }
}
.modalType-1 .modal-dialog .modal-content button.close-btn-1:hover {
  background: #B7A99A !important;
}
.modalType-1 .modal-dialog .modal-content button.close-btn-1:hover img {
  filter: brightness(0) invert(1);
}
.modalType-1 .modal-dialog .modal-content .modal-body {
  padding: 15px;
}
@media (min-width: 576px) {
  .modalType-1 .modal-dialog .modal-content .modal-body {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  .modalType-1 .modal-dialog .modal-content .modal-body .image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.modalType-1 .modal-dialog .modal-content .modal-body .content-wrap {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .modalType-1 .modal-dialog .modal-content .modal-body .content-wrap {
    padding-top: 15px;
  }
}
.modalType-1 .modal-dialog .modal-content .modal-body .content-wrap .content * {
  color: rgba(61, 54, 52, 0.6);
  font-size: 18px !important;
}
@media (max-width: 991.98px) {
  .modalType-1 .modal-dialog .modal-content .modal-body .content-wrap .content * {
    font-size: 16px !important;
  }
}
@media (max-width: 991.98px) {
  .modalType-1.modalType-2 .modal-dialog .modal-content .modal-body .icon {
    width: 100px;
    height: 100px;
  }
}
.modalType-1.modalType-2 .modal-dialog .modal-content .modal-body .content-wrap .content * {
  color: #40464D;
  font-size: 20px !important;
  margin-bottom: 0;
  line-height: normal;
}
html[dir=rtl] .modalType-1.modalType-2 .modal-dialog .modal-content .modal-body .content-wrap .content * {
  line-height: unset;
}
@media (max-width: 991.98px) {
  .modalType-1.modalType-2 .modal-dialog .modal-content .modal-body .content-wrap .content * {
    font-size: 16px !important;
  }
}
.modalType-1.modal.fade .modal-dialog {
  transform: translate(0, 50px);
}
.modalType-1.modal.show .modal-dialog {
  transform: none;
}
.subscribe-section {
  background: url(../images/subscribe-bg.png) #ffffff no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 992px) {
  html[dir=rtl] .subscribe-section h4, html[dir=rtl] .subscribe-section .h4 {
    font-size: 26px !important;
  }
}
@media (min-width: 1600px) {
  html[dir=rtl] .subscribe-section h4, html[dir=rtl] .subscribe-section .h4 {
    font-size: 32px !important;
  }
}
.subscribe-section .subscribe-form {
  position: relative;
  width: 100%;
}
.subscribe-section .subscribe-form .form-control {
  background: #ffffff;
  padding: 20px;
  border-radius: 0;
  border: 0;
  height: 60px;
  padding-inline-end: 135px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .subscribe-section .subscribe-form .form-control {
    padding: 12px;
    border-radius: 0;
    border: 0;
    height: 56px;
    padding-inline-end: 120px;
    font-size: 16px;
  }
}
.subscribe-section .subscribe-form .form-control::-moz-placeholder {
  color: #9FA3A6;
}
.subscribe-section .subscribe-form .form-control::placeholder {
  color: #9FA3A6;
}
.subscribe-section .subscribe-form .button {
  border: 0;
  background: #B7A99A;
  padding: 10px 20px;
  border-radius: 0px;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: 100%;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  outline: 0;
  transition: all 300ms;
}
@media (min-width: 1600px) {
  .subscribe-section .subscribe-form .button {
    padding: 10px 24px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-section .subscribe-form .button {
    font-size: 16px;
  }
}
.subscribe-section .subscribe-form .button:hover {
  background: #9FA3A6;
}
.subscribe-section .row {
  position: relative;
}
.subscribe-section .row::before {
  content: "";
  background: url(../images/icons/diagonal-large.svg) transparent no-repeat;
  background-size: contain;
  position: absolute;
  inset-inline-start: -5px;
  width: 40px;
  height: 40px;
  top: -110px;
}
@media (min-width: 1600px) {
  .subscribe-section .row::before {
    top: -140px;
  }
}
@media (max-width: 1199.98px) {
  .subscribe-section .row::before {
    top: -60px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-section .row::before {
    display: none;
  }
}
.header-menu li {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .header.open .header-menu li {
    animation: menuFadeIn 0.3s linear;
    animation-fill-mode: both;
  }
}
@media (min-width: 1600px) {
  .header-menu li {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .header-menu li {
    margin-bottom: 18px;
  }
}
.header-menu li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  inset-inline-start: 0;
  width: 0%;
  height: 2px;
  background: #B7A99A;
  transition: all 300ms;
}
@media (min-width: 1600px) {
  .header-menu li::after {
    bottom: -16px;
  }
}
@media (max-width: 991.98px) {
  .header-menu li::after {
    bottom: -5px;
  }
}
.header-menu li a {
  letter-spacing: 0.8px;
  color: #ffffff;
  font-size: 32px;
}
@media (min-width: 1600px) {
  .header-menu li a {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .header-menu li a {
    font-size: 18px;
  }
}
.header-menu li a:hover {
  color: #B7A99A;
}
.header.open .header-menu li:nth-child(1) {
  animation-delay: 0.15s;
}
.header.open .header-menu li:nth-child(2) {
  animation-delay: 0.3s;
}
.header.open .header-menu li:nth-child(3) {
  animation-delay: 0.45s;
}
.header.open .header-menu li:nth-child(4) {
  animation-delay: 0.6s;
}
.header.open .header-menu li:nth-child(5) {
  animation-delay: 0.75s;
}
.header.open .header-menu li:nth-child(6) {
  animation-delay: 0.9s;
}
.header.open .header-menu li:nth-child(7) {
  animation-delay: 1.05s;
}
.header-menu li.active a {
  color: #B7A99A;
}
.header-menu li.active::after {
  width: 100%;
}
.header-menu li:hover::after {
  width: 100%;
}
@keyframes menuFadeIn {
  0% {
    opacity: 0;
    top: 100px;
  }
  75% {
    opacity: 0.5;
    top: 0px;
  }
  100% {
    opacity: 1;
  }
}
.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-block: 10px 5px;
  position: fixed;
  inset-inline-start: 0;
  width: 100%;
  z-index: 5;
  transition: all 0.4s ease 0s;
}
body.scroll-down .header:not(.open) {
  background: rgba(23, 31, 38, 0.5);
  backdrop-filter: blur(40px);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.45);
}
@media (max-width: 991.98px) {
  body.scroll-down .header:not(.open) {
    backdrop-filter: blur(15px);
  }
}
body.scroll-up .header:not(.open) {
  background: rgba(23, 31, 38, 0.5);
  backdrop-filter: blur(40px);
}
@media (max-width: 991.98px) {
  body.scroll-up .header:not(.open) {
    backdrop-filter: blur(15px);
  }
}
.header .time-details {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 991.98px) {
  .header .time-details > img {
    width: 36px;
  }
}
.header .time-details .time-detail-text-wrap {
  display: block;
}
@media (max-width: 991.98px) {
  .header .time-details .time-detail-text-wrap p {
    font-size: 14px !important;
  }
}
.header .time-details-text {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.header .language-box {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (min-width: 992px) {
  .header .language-box .dropdown-accessibility {
    padding-inline-end: 15px;
  }
}
.header__dropdown {
  position: absolute;
  padding-top: 50px;
  visibility: hidden;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  transform: rotateX(90deg);
  transform-origin: top center;
}
@media (min-width: 1600px) {
  .header__dropdown {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .header__dropdown {
    padding-top: 20px;
  }
}
.header__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-block: 30px 40px;
}
@media (min-width: 1600px) {
  .header__bottom {
    padding-block: 40px 50px;
  }
}
@media (max-width: 991.98px) {
  .header__bottom {
    padding-block: 15px 20px;
  }
}
.header__bottom .footer-social li a {
  border: 0;
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1600px) {
  .header__bottom .footer-social li a {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 991.98px) {
  .header .mobile-time-wrap {
    display: none !important;
  }
}
.header.open {
  background: url(../images/menu-bg.png) #101820 no-repeat !important;
  background-size: cover !important;
  height: 100dvh;
}
.header.open .header__dropdown {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .header.open .mobile-time-wrap {
    display: flex !important;
  }
}
.header .menu-wrap {
  overflow: hidden auto;
  max-height: 100%;
  height: calc(100vh - 275px);
}
@media (max-width: 991.98px) {
  .header .menu-wrap {
    height: calc(100vh - 320px);
  }
}
.header .menu-wrap::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  visibility: hidden;
}
.header .menu-wrap::-webkit-scrollbar {
  width: 8px;
}
.header .menu-wrap::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #B7A99A;
  visibility: hidden;
}
.header .menu-wrap:active::-webkit-scrollbar-thumb, .header .menu-wrap:focus::-webkit-scrollbar-thumb, .header .menu-wrap:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.header .menu-wrap:active::-webkit-scrollbar-track, .header .menu-wrap:focus::-webkit-scrollbar-track, .header .menu-wrap:hover::-webkit-scrollbar-track {
  visibility: visible;
}
@media (min-width: 1600px) {
  .header .menu-wrap {
    height: calc(100vh - 300px);
  }
}
@media (max-width: 991.98px) {
  .header .logo img {
    width: 95px;
  }
}
.header.header-home {
  background: #171F26;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.05);
}

.menu-icon {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: scaleX(-1);
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .menu-icon {
    width: 35px;
    height: 35px;
    transform: scaleX(-1);
  }
}
html[dir=rtl] .menu-icon {
  transform: scaleX(1);
}
@media (max-width: 991.98px) {
  html[dir=rtl] .menu-icon {
    transform: scaleX(1);
  }
}

.menu-icon.active {
  transform: scaleX(-1) rotate(45deg) translateY(-5px);
}
@media (max-width: 991.98px) {
  .menu-icon.active {
    transform: scaleX(-1) rotate(45deg) translate(0px, -4px);
  }
}
html[dir=rtl] .menu-icon.active {
  transform: scaleX(1) rotate(45deg) translateY(-5px);
}
@media (max-width: 991.98px) {
  html[dir=rtl] .menu-icon.active {
    transform: scaleX(1) rotate(45deg) translate(0px, -4px);
  }
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #ffffff;
  stroke-width: 2.8;
  stroke-linecap: round;
}

.menu-icon .top {
  stroke-dasharray: 23 82;
}

.menu-icon .bottom {
  stroke-dasharray: 15 161;
}

.menu-icon.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.menu-icon.active .middle {
  stroke-dashoffset: 23px;
}

.menu-icon.active .bottom {
  stroke-dashoffset: -82px;
  stroke-dasharray: 40 161;
}

.dropdown-accessibility:hover .dropdown-menuType-01, .dropdown-accessibility:hover .dropdown-menuType-02 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
  pointer-events: all;
}
.dropdown-accessibility .nav-item p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dropdown-accessibility .nav-item .nav-link-wrap {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.dropdown-accessibility .nav-item .nav-link-wrap .nav-link {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 991.98px) {
  .dropdown-accessibility .nav-item .nav-link-wrap .nav-link {
    font-size: 15px;
    width: 35px;
    height: 35px;
    padding: 6px;
  }
}
.dropdown-accessibility .nav-item .nav-link-wrap .nav-link.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: none;
}
.dropdown-accessibility .nav-item .nav-link-wrap .nav-link:active {
  background: transparent !important;
}
footer {
  background: #101820;
}
footer .footer-sec {
  background: url(../images/footer-bg.png) transparent no-repeat;
  background-size: 100%;
  background-position: left bottom;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  footer .footer-sec {
    padding: 40px 0 20px;
  }
}
@media (min-width: 1600px) {
  footer .footer-sec {
    padding: 90px 0 90px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-sec .footer-logo {
    width: 100px;
  }
}
footer .footer-sec h5, footer .footer-sec .h5 {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  footer .footer-sec .footer-menu {
    margin-top: 15px;
    display: none;
  }
}
footer .footer-sec .footer-menu li {
  margin-bottom: 12px;
}
footer .footer-sec .footer-menu li a {
  color: #ffffff;
  text-transform: uppercase;
  transition: all 300ms;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
footer .footer-sec .footer-menu li a:hover {
  color: #B7A99A;
}
footer .footer-sec__logo {
  padding-inline-start: 30px;
  padding-top: 20px;
  position: relative;
}
@media (min-width: 1600px) {
  footer .footer-sec__logo {
    padding-inline-start: 40px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-sec__logo {
    padding-inline-start: 0;
  }
}
footer .footer-sec__logo::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1);
  top: -90px;
  inset-inline-start: 0px;
  z-index: 0;
}
@media (min-width: 1600px) {
  footer .footer-sec__logo::before {
    top: -45px;
    height: 100vh;
  }
}
@media (max-width: 991.98px) {
  footer .footer-sec__logo::before {
    display: none;
  }
}
footer .footer-copyright {
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.04);
}
@media (max-width: 991.98px) {
  footer .footer-copyright {
    padding: 15px 0;
  }
}
footer .footer-copyright p {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  footer .footer-copyright p {
    text-align: center;
  }
}

.card.cardType-1 {
  background: none;
  border: 0;
  border-radius: 0;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-direction: row;
}
.card.cardType-1 .card__icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.cardType-1 a {
  color: #ffffff;
}
.card.cardType-1 a:hover {
  color: #B7A99A;
}

body, html {
  margin: 0;
  min-height: 100%;
}
body[dir=rtl], html[dir=rtl] {
  direction: rtl;
  font-family: "Dosis", sans-serif;
}

body {
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: normal;
  background: #ffffff;
  overflow-x: hidden;
}
html[dir=rtl] body {
  direction: rtl;
  font-family: "HelveticaNeueLT", sans-serif;
}

@media (max-width: 767px) {
  html body {
    margin-top: 0 !important;
  }
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  transition: all 300ms;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: all 300ms;
}

p, .btn,
button, input, select, textarea, .form-control,
.dropdown-menu {
  font-size: 16px;
}

.form-control {
  padding: 10px;
}

p {
  margin-bottom: 16px;
}

@media (min-width: 1400px) {
   .container-lg {
    max-width: 1400px;
  }
}
:root {
  --primary-imgpath: "../images";
}

p a {
  color: #B7A99A;
}
p a:hover {
  color: #B7A99A;
  text-decoration: underline;
}

body {
  font-size: 16px;
  background: #ffffff;
  color: #101820;
  overflow-x: hidden;
}
body .h2, body .h3, body .h4, body .h5 {
  font-weight: 600;
}

html {
  overflow-x: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
 html[dir=rtl] h5, html[dir=rtl] .h5, html[dir=rtl] h4, html[dir=rtl] .h4, html[dir=rtl] h3, html[dir=rtl] .h3, html[dir=rtl] h2, html[dir=rtl] .h2, html[dir=rtl] h1, html[dir=rtl] .h1 {
  line-height: 1.4;
}

.banner-section {
  padding: 190px 0 90px;
}
@media (min-width: 1600px) {
  .banner-section {
    padding: 220px 0 120px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section {
    padding: 115px 0 40px;
  }
}
.banner-section .inner-title h1 span, .banner-section .inner-title .h1 span {
  display: block;
  color: #D7D2CB;
}
.banner-section .content * {
  color: #CFD1D2;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .banner-section .content * {
    font-size: 18px;
  }
}
.banner-section .banner-image {
  max-width: 200px;
  aspect-ratio: 40/71;
}

html[dir=rtl] .news-section {
  padding: 19px 0;
}
@media (max-width: 1199.98px) {
  html[dir=rtl] .news-section {
    padding: 15px 0;
  }
}
.news-slider {
  text-align: center;
}
.news-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.news-slider .swiper-slide {
  transition: all ease 2s !important;
  transform: translateX(0) !important;
  transition-timing-function: cubic-bezier(0.22, 0.76, 0.285, 1.19) !important;
  opacity: 0 !important;
  grid-column: 1/1;
  grid-row: 1/1;
  transition-delay: 0s !important;
  display: flex;
}
@media (max-width: 991.98px) {
  .news-slider .swiper-slide {
    justify-content: center;
    align-items: center;
  }
}
.news-slider .swiper-slide h2, .news-slider .swiper-slide .h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  color: #707479;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  line-height: normal;
}
html[dir=rtl] .news-slider .swiper-slide h2, html[dir=rtl] .news-slider .swiper-slide .h2 {
  letter-spacing: normal;
}
@media (max-width: 991.98px) {
  .news-slider .swiper-slide h2, .news-slider .swiper-slide .h2 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .news-slider .swiper-slide h2, .news-slider .swiper-slide .h2 {
    font-size: 16px;
  }
}
.news-slider .swiper-slide h2:before, .news-slider .swiper-slide .h2:before, .news-slider .swiper-slide h2:after, .news-slider .swiper-slide .h2:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  background: url(../images/icons/diagonal-small.svg) #ffffff no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}
html[dir=rtl] .news-slider .swiper-slide h2:before, html[dir=rtl] .news-slider .swiper-slide .h2:before, html[dir=rtl] .news-slider .swiper-slide h2:after, html[dir=rtl] .news-slider .swiper-slide .h2:after {
  top: calc(50% - 5px);
}
@media (max-width: 991.98px) {
  .news-slider .swiper-slide h2:before, .news-slider .swiper-slide .h2:before, .news-slider .swiper-slide h2:after, .news-slider .swiper-slide .h2:after {
    top: calc(50% - 8px);
  }
}
.news-slider .swiper-slide h2::before, .news-slider .swiper-slide .h2::before {
  inset-inline-start: -28%;
}
@media (max-width: 991.98px) {
  html[dir=rtl] .news-slider .swiper-slide h2::before, html[dir=rtl] .news-slider .swiper-slide .h2::before {
    inset-inline-start: -40%;
  }
}
@media (max-width: 991.98px) {
  .news-slider .swiper-slide h2::before, .news-slider .swiper-slide .h2::before {
    inset-inline-start: -15%;
  }
}
@media (max-width: 575.98px) {
  .news-slider .swiper-slide h2::before, .news-slider .swiper-slide .h2::before {
    display: none;
  }
}
.news-slider .swiper-slide h2::after, .news-slider .swiper-slide .h2::after {
  inset-inline-end: -28%;
}
@media (max-width: 991.98px) {
  html[dir=rtl] .news-slider .swiper-slide h2::after, html[dir=rtl] .news-slider .swiper-slide .h2::after {
    inset-inline-end: -40%;
  }
}
@media (max-width: 991.98px) {
  .news-slider .swiper-slide h2::after, .news-slider .swiper-slide .h2::after {
    inset-inline-end: -15%;
  }
}
@media (max-width: 575.98px) {
  .news-slider .swiper-slide h2::after, .news-slider .swiper-slide .h2::after {
    display: none;
  }
}
.news-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  transform: translateX(36%) !important;
  right: 0;
  transition-delay: 0.3s !important;
}
html[dir=rtl] .news-slider .swiper-slide.swiper-slide-active {
  transform: translateX(-43%) !important;
}
@media (max-width: 991.98px) {
  html[dir=rtl] .news-slider .swiper-slide.swiper-slide-active {
    transform: translateX(0) !important;
  }
}
@media (max-width: 991.98px) {
  .news-slider .swiper-slide.swiper-slide-active {
    transform: translateX(0) !important;
  }
}

.story-slider {
  height: 100%;
  display: flex;
  align-items: center;
}
.story-slider .swiper-wrapper {
  height: auto;
  align-items: center;
}

.our-programs-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.our-programs-slider .swiper-wrapper .swiper-slide .cardType-2 {
  height: 100%;
}
.our-programs-slider .swiper-wrapper .swiper-slide .cardType-2 .card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.leader-slider {
  width: 100%;
}
.leader-slider .swiper-wrapper {
  display: flex;
  justify-content: space-around;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 575.98px) {
  .leader-slider .swiper-wrapper {
    justify-content: space-between;
  }
}
.leader-slider .swiper-slide {
  text-align: center;
  width: auto !important;
  position: relative;
  cursor: pointer;
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  .leader-slider .swiper-slide {
    padding: 5px;
  }
}
.leader-slider .swiper-slide h3, .leader-slider .swiper-slide .h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  color: #CFD1D2;
  margin-bottom: 0;
  line-height: normal;
}
html[dir=rtl] .leader-slider .swiper-slide h3, html[dir=rtl] .leader-slider .swiper-slide .h3 {
  letter-spacing: normal;
}
@media (max-width: 991.98px) {
  .leader-slider .swiper-slide h3, .leader-slider .swiper-slide .h3 {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}
.leader-slider .swiper-slide.swiper-slide-thumb-active h3, .leader-slider .swiper-slide.swiper-slide-thumb-active .h3 {
  color: #B7A99A;
}
.leader-slider .swiper-slide:before {
  content: "";
  position: absolute;
  inset-inline-start: 100%;
  top: calc(50% - 8px);
  background: url(../images/icons/diagonal-small.svg) #ffffff no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}
html[dir=rtl] .leader-slider .swiper-slide:before {
  top: calc(50% - 0px);
}
.leader-slider .swiper-slide:last-child::before {
  display: none;
}

@media (max-width: 991.98px) {
  .story-slider {
    margin-top: 15px;
  }
}
.story-slider .swiper-slide p {
  text-align: end;
  margin-bottom: 0;
}
html[dir=rtl] .story-slider .swiper-slide p {
  text-align: start;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .story-slider .swiper-slide p {
    text-align: center;
  }
}

.one-step-section {
  position: relative;
  background: #101820;
}
@media (min-width: 992px) {
  .one-step-section::after {
    content: "";
    background: url(../images/one-step-bg.png) transparent no-repeat;
    background-size: cover;
    background-position: right bottom;
    display: block;
    width: 75%;
    height: 100%;
    position: absolute;
    inset-inline-end: 0;
    top: -70px;
    z-index: 3;
  }
  html[dir=rtl] .one-step-section::after {
    transform: scaleX(-1);
  }
}
.one-step-section .one-step-overlay::before {
  content: "";
  background: #101820;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  inset-inline-start: 100%;
  z-index: 3;
}
.one-step-section .one-step-slider {
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.one-step-section .one-step-slider .swiper-slide img {
  transition: all 1.5s;
  width: 100%;
}
@media (min-width: 992px) {
  .one-step-section .one-step-slider .swiper-slide img {
    transform: scaleY(0.8);
  }
}
.one-step-section .one-step-slider .swiper-slide.swiper-slide-active img {
  transform: scaleY(1);
}
.one-step-section .swipwer-slide-content-wrap {
  padding: 35px 80px;
  z-index: 4;
  position: relative;
  padding-inline-end: 0;
}
@media (min-width: 1600px) {
  .one-step-section .swipwer-slide-content-wrap {
    padding: 50px 100px;
    padding-inline-end: 0;
  }
}
@media (max-width: 1399.98px) {
  .one-step-section .swipwer-slide-content-wrap {
    padding: 40px;
  }
}
@media (max-width: 1199.98px) {
  .one-step-section .swipwer-slide-content-wrap {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .one-step-section .swipwer-slide-content-wrap {
    padding: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .one-step-section .swipwer-slide-content-wrap .slider-btn-wrap {
    padding-inline-start: 2px;
  }
}

.slider-btn-wrap {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  position: relative;
}

.about-section {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #B7A99A;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.about-section .about-content {
  position: relative;
  z-index: 1;
  padding-block: 100px;
  padding-inline-end: 100px;
}
@media (min-width: 1600px) {
  .about-section .about-content {
    padding-inline-end: 150px;
  }
}
@media (max-width: 991.98px) {
  .about-section .about-content {
    padding-block: 20px;
    padding-inline: 15px;
  }
}
.about-section .about-content .title h1, .about-section .about-content .title .h1 {
  display: inline-block;
  position: relative;
}
.about-section .about-content .title h1::after, .about-section .about-content .title .h1::after {
  content: "";
  position: absolute;
  inset-inline-end: -30px;
  top: calc(50% - 8px);
  background: url(../images/icons/diagonal-small.svg) transparent no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
}
html[dir=rtl] .about-section .about-content .title h1::after, html[dir=rtl] .about-section .about-content .title .h1::after {
  top: calc(50% - 5px);
}
@media (min-width: 1600px) {
  .about-section .about-content .title h1::after, .about-section .about-content .title .h1::after {
    inset-inline-end: -35px;
    width: 20px;
    height: 20px;
    top: 20px;
  }
}
.about-section .about-content .bg-overlay {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  background: rgba(16, 24, 32, 0.5);
  backdrop-filter: blur(40px);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-section .about-content .bg-overlay {
    width: 100%;
  }
}
.about-section .about-content-text p {
  font-weight: 500;
  letter-spacing: 2.4px;
  margin-bottom: 0;
  background: linear-gradient(to right, #B7A99A -15.34%, #E2DDD7 10%, #B7A99A 1.43%);
  background-size: 1000px;
  background-position: -20rem top;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  animation: shine 4s 2s infinite linear;
}
html[dir=rtl] .about-section .about-content-text p {
  letter-spacing: normal;
  line-height: 1.8;
}
.about-section .content * {
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .about-section .content * {
    font-size: 18px;
  }
}

@keyframes shine {
  0% {
    background-position: -20rem top;
  }
  100% {
    background-position: 50rem top;
  }
}
.our-space-wrap {
  position: relative;
}
.our-space-wrap::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.our-space-wrap .our-space-content {
  position: absolute;
  bottom: -40px;
  inset-inline-start: 80px;
  width: 40.6%;
}
@media (min-width: 1600px) {
  .our-space-wrap .our-space-content {
    inset-inline-start: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .our-space-wrap .our-space-content {
    bottom: -24px;
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .our-space-wrap .our-space-content {
    position: relative;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
  }
}
.our-space-wrap .our-space-content::before {
  content: "";
  background: url(../images/icons/diagonal-large.svg) transparent no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  inset-inline-start: 30px;
}
@media (max-width: 991.98px) {
  .our-space-wrap .our-space-content::before {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .our-space-wrap .our-space-content .title__right p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .our-space-wrap .our-space-content .title__right p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.social-feed-section {
  background: url(../images/social-feeds-bg.png) #F1EEEB no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.social-feed-section .social-feed-list {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 2fr) minmax(0, 2fr) minmax(0, 2fr);
  gap: 16px;
  container-name: herosection;
  container-type: inline-size;
}
@media (min-width: 1600px) {
  .social-feed-section .social-feed-list {
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .social-feed-section .social-feed-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .social-feed-section .social-feed-list {
    grid-template-columns: minmax(0, 1fr);
  }
}
.social-feed-section .social-feed-list .social-feed {
  position: relative;
}
.social-feed-section .social-feed-list .social-feed img {
  width: 100%;
}
.social-feed-section .social-feed-list .social-feed:first-child {
  grid-row: span 2;
}
.social-feed-section .social-feed-list .social-feed:first-child::before {
  content: "";
  background: url(../images/icons/diagonal-large.svg) transparent no-repeat;
  background-size: contain;
  position: absolute;
  inset-inline-start: -15px;
  width: 40px;
  height: 40px;
  top: 50%;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .social-feed-section .social-feed-list .social-feed:first-child::before {
    display: none;
  }
}
.social-feed-section .social-feed-list .social-feed:nth-child(4) {
  grid-row: span 2;
}
.social-feed-section .social-feed-list .social-feed span {
  background: #ffffff;
  padding: 12px 16px;
  position: absolute;
  top: 24px;
  inset-inline-start: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.social-feed-section .social-feed-list .social-feed span p {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .social-feed-section .social-feed-list .social-feed span p {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .social-feed-section .social-feed-list .social-feed span img {
    width: 20px;
  }
}

.one-step-content-slider .swipwer-slide-content {
  direction: ltr;
}
html[dir=rtl] .one-step-content-slider .swipwer-slide-content {
  direction: rtl;
}
@media (min-width: 1200px) {
  .one-step-content-slider .swipwer-slide-content .btn.btn-primary {
    margin-inline-start: 2px !important;
  }
}

.highlights-slider .swiper-slide {
  width: 65.5%;
  height: auto;
}
@media (max-width: 991.98px) {
  .highlights-slider .swiper-slide {
    width: auto;
  }
}
@media (min-width: 992px) {
  .highlights-slider .swiper-slide:last-child {
    margin: 0 !important;
  }
}
.highlights-slider .swiper-slide.swiper-slide-active .cardType-4 {
  position: relative;
}
@media (min-width: 992px) {
  .highlights-slider .swiper-slide.swiper-slide-active .cardType-4:before {
    content: "";
    position: absolute;
    background: url(../images/icons/star-down.svg) transparent no-repeat;
    background-size: cover;
    top: -1px;
    width: 80px;
    height: 40px;
    z-index: 1;
    inset-inline-start: calc(50% - 40px);
  }
}
@media (min-width: 992px) {
  .highlights-slider .swiper-slide.swiper-slide-active .cardType-4:after {
    content: "";
    position: absolute;
    background: url(../images/icons/star-up.svg) transparent no-repeat;
    background-size: cover;
    bottom: -3px;
    width: 80px;
    height: 40px;
    z-index: 1;
    inset-inline-start: calc(50% - 40px);
  }
}
.highlights-slider .swiper-slide.swiper-slide-next {
  transition: all 300ms;
  transition: all ease 1s !important;
  transform: translateX(0) !important;
  transition-timing-function: cubic-bezier(0.22, 0.76, 0.285, 1.19) !important;
  opacity: 1 !important;
  transition-delay: 0s !important;
  position: relative;
}
.highlights-slider .swiper-slide.swiper-slide-next::before {
  content: "";
  width: 35px;
  height: 100%;
  background: #F1EEEB;
  position: absolute;
  top: 0;
  inset-inline-start: -35px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all 0.4s;
}
@media (max-width: 991.98px) {
  .highlights-slider .swiper-slide.swiper-slide-next::before {
    display: none;
  }
}
.highlights-slider .swiper-slide.swiper-slide-next .cardType-4 {
  position: relative;
}
.highlights-slider .swiper-slide.swiper-slide-next .cardType-4:before {
  content: "";
  position: absolute;
  background: url(../images/icons/star-down.svg) transparent no-repeat;
  background-size: cover;
  top: -1px;
  width: 80px;
  height: 40px;
  z-index: 1;
  inset-inline-start: calc(50% - 40px);
  transition: 0.3s all;
  transition-delay: 0.3s !important;
  opacity: 0;
  visibility: hidden;
}
.highlights-slider .swiper-slide.swiper-slide-next .cardType-4:after {
  content: "";
  position: absolute;
  background: url(../images/icons/star-up.svg) transparent no-repeat;
  background-size: cover;
  bottom: 0;
  width: 80px;
  height: 40px;
  z-index: 1;
  inset-inline-start: calc(50% - 40px);
  transition: 0.3s all;
  transition-delay: 0.3s !important;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .highlights-slider .swiper-slide.swiper-slide-next:hover {
    opacity: 1 !important;
    transform: translateX(-53%) !important;
    inset-inline-end: 0;
    transition-delay: 0.1s !important;
  }
  html[dir=rtl] .highlights-slider .swiper-slide.swiper-slide-next:hover {
    transform: translateX(53%) !important;
  }
}
.highlights-slider .swiper-slide.swiper-slide-next:hover .cardType-4::before, .highlights-slider .swiper-slide.swiper-slide-next:hover .cardType-4::after {
  visibility: visible;
  opacity: 1;
}
.highlights-slider .swiper-slide.swiper-slide-next:hover::before {
  visibility: visible;
  opacity: 1;
}
.highlights-slider .swiper-slide .cardType-4 {
  height: 100%;
}
@media (max-width: 991.98px) {
  .highlights-slider .swiper-slide .cardType-4 {
    height: auto;
  }
}
.highlights-slider .swiper-slide .cardType-4 .card__image figure {
  height: 100%;
}
.highlights-slider .swiper-slide .cardType-4 .card__image figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 10/9;
}

html[dir=rtl] .card.cardType-2 .card__content .card__badge .badgeType-1 span {
  line-height: 1.5;
}

.upcoming-highlights-section .cardType-3 .card__content-text {
  line-height: 1.4;
}
.director-message-section {
  background: url(../images/director-message-bg.png) #F1EEEB no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.director-message-section .director-image {
  overflow: hidden;
}
.director-message-section .director-image img {
  transition: all 300ms;
  transition-duration: 0.5s;
}
.director-message-section .director-image:hover img {
  transform: scale(1.2);
}
.director-message-section .director-message {
  position: absolute;
  inset-inline-start: -150px;
  bottom: 20px;
  max-height: 100%;
  overflow-y: auto;
}
@media (max-width: 1199.98px) {
  .director-message-section .director-message {
    position: relative;
    inset-inline-start: 0;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .director-message-section .director-message {
    position: relative;
    inset-inline-start: 0;
    bottom: 0px;
  }
}

.who-are__image {
  position: relative;
}
.who-are__image::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.39) 100%);
  z-index: 1;
}
.who-are__content {
  padding: 40px 35px;
  background: rgba(16, 24, 32, 0.5);
  backdrop-filter: blur(40px);
  width: 38%;
  position: absolute;
  bottom: -40px;
  inset-inline-end: 40px;
  z-index: 2;
  max-height: 100%;
}
@media (min-width: 1600px) {
  .who-are__content {
    bottom: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .who-are__content {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .who-are__content {
    padding: 15px 10px;
    width: 80%;
    bottom: -20px;
    inset-inline-end: 30px;
  }
}
@media (max-width: 991.98px) {
  .who-are__content {
    width: 100%;
    position: relative;
    bottom: 0;
    inset-inline-end: 0;
    background: #101820;
  }
}
.who-are__content .content * {
  font-size: 18px;
  color: #F7F6F5;
}
@media (max-width: 991.98px) {
  .who-are__content .content * {
    font-size: 16px;
  }
}
.who-are__content button .button-icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 991.98px) {
  .mission-vision-section {
    padding: 40px 0 !important;
  }
}
@media (min-width: 1400px) {
  .mission-vision-section .gap-3 {
    padding-inline-end: 0;
  }
}
@media (min-width: 1400px) {
  .mission-vision-section .gx-5 {
    --bs-gutter-x: 4rem;
  }
}
.mission-vision-section .content * {
  color: #F7F6F5;
  font-size: 18px;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .mission-vision-section .content * {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .mission-vision-section img {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .mission-vision-section img {
    display: none;
  }
}

@media (min-width: 992px) {
  .modalType-1.view-bio-modal .modal-dialog .modal-content .modal-body .content-wrap .content {
    overflow-y: auto;
    max-height: 50vh;
  }
}

.our-team {
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .programs-section .content * {
    font-size: 18px !important;
  }
}
.programs-section ul {
  padding-inline-start: 30px;
}
.programs-section ul li {
  list-style: disc;
  font-size: 16px !important;
}
.programs-section .program-detail-wrap {
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(0deg, #B7A99A 0%, #D4CBC2 100%);
  background: #101820;
  backdrop-filter: blur(76px);
  padding: 50px 20px;
  margin-top: -160px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .programs-section .program-detail-wrap {
    margin-top: -200px;
    padding: 70px 30px;
  }
}
@media (max-width: 1199.98px) {
  .programs-section .program-detail-wrap {
    margin-top: -100px;
  }
}
@media (max-width: 991.98px) {
  .programs-section .program-detail-wrap {
    padding: 24px;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .programs-section .program-detail-wrap {
    padding: 16px;
    margin-top: 15px;
  }
}
.programs-section .program-detail-wrap:before {
  content: "";
  background: url(../images/program-details-bg.png) transparent no-repeat;
  background-size: contain;
  background-position: right top;
  position: absolute;
  top: 0;
  right: 0;
  width: 535px;
  height: 1025px;
  display: block;
}
.programs-section .footer-social.inner-page-social {
  padding: 0 !important;
}
.programs-section .footer-social.inner-page-social li {
  list-style: none !important;
}
.programs-section .footer-social.inner-page-social li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.programs-section .footer-social.inner-page-social li a svg {
  filter: brightness(0) saturate(100%) invert(28%) sepia(10%) saturate(489%) hue-rotate(172deg) brightness(87%) contrast(93%);
}
.programs-section .footer-social.inner-page-social li a::after {
  background: #B7A99A;
}
.programs-section .footer-social.inner-page-social li a:hover svg {
  filter: brightness(0) invert(1);
}

.events-section {
  background-color: #F1EEEB;
  background: url(../images/events-bg.png) #F1EEEB no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
.events-section.our-programs-events {
  background: url(../images/events-bg.png) #E2DDD7 no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
@media (min-width: 1200px) {
  .filter-form-position.filter-form {
    position: absolute;
    width: 100%;
    top: -145px;
    inset-inline-start: 0;
    z-index: 2;
  }
}
.filter-form {
  background: #ffffff;
  border-bottom: 1px solid #E2DDD7;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
}
.filter-form .filter-fields {
  padding: 30px;
}
@media (max-width: 991.98px) {
  .filter-form .filter-fields {
    padding: 10px;
  }
}
.filter-form .btn-wrap {
  display: flex;
  border-inline-start: 2px solid #E2DDD7;
  height: 100%;
}
@media (max-width: 991.98px) {
  .filter-form .btn-wrap {
    border-left: 0;
    width: 100%;
    margin-top: 10px;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .filter-form .btn-wrap .filter-btn {
    max-width: 130px;
  }
}
.filter-form .btn-wrap .filter-btn, .filter-form .btn-wrap .search-btn {
  padding: 30px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
@media (max-width: 991.98px) {
  .filter-form .btn-wrap .filter-btn, .filter-form .btn-wrap .search-btn {
    padding: 10px;
    width: 50%;
    background: #E2DDD7;
  }
}
@media (max-width: 991.98px) {
  .filter-form .btn-wrap .filter-btn img, .filter-form .btn-wrap .search-btn img {
    width: 18px;
  }
}
.filter-form .btn-wrap .filter-btn:hover, .filter-form .btn-wrap .search-btn:hover {
  background: #F1EEEB !important;
}
.filter-form .btn-wrap .filter-btn:hover img, .filter-form .btn-wrap .search-btn:hover img {
  filter: brightness(0%);
}
.filter-form .btn-wrap .search-input {
  position: relative;
}
@media (max-width: 991.98px) {
  .filter-form .btn-wrap .search-input {
    width: 50%;
  }
}
.filter-form .btn-wrap .search-input::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  margin: 0 auto;
  top: calc(50% - 13px);
  z-index: 0;
  width: 25px;
  height: 25px;
  -webkit-mask-image: url(../images/icons/search-white.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(../images/icons/search-white.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  pointer-events: none;
  background-color: #ffffff;
  transition: all 300ms;
}
@media (max-width: 991.98px) {
  .filter-form .btn-wrap .search-input::after {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
}
.filter-form .btn-wrap .search-input .search-btn {
  height: 100%;
  width: 100%;
}
.filter-form .btn-wrap .search-input:hover::after {
  background-color: #101820;
}
.filter-form .btn-wrap .filter-btn.active {
  background: #F1EEEB !important;
}
.filter-form .btn-wrap .search-btn:hover {
  background: #D4CBC2 !important;
}
.filter-form .btn-wrap .search-btn {
  min-width: 120px;
}
@media (max-width: 991.98px) {
  .filter-form .btn-wrap .search-btn {
    min-width: auto;
  }
}
.filter-form .filter-sub-fields {
  padding: 30px;
  border-top: 2px solid #B7A99A;
  display: none;
}
.filter-form .filter-sub-fields.active {
  display: block;
}
@media (max-width: 991.98px) {
  .filter-form .filter-sub-fields {
    padding: 10px;
    border: 0;
  }
}

.events-tab-wrap {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: -45px;
}
@media (max-width: 991.98px) {
  .events-tab-wrap {
    top: -40px;
  }
}
@media (max-width: 767.98px) {
  .events-tab-wrap {
    position: relative;
    top: 0;
    align-items: stretch;
  }
}
.events-tab-wrap .events-tab {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  background: #40464D;
  border: 0;
  transition: all 300ms;
}
@media (max-width: 575.98px) {
  .events-tab-wrap .events-tab {
    width: 50%;
    padding: 8px 16px;
    min-height: 75px;
  }
}
.events-tab-wrap .events-tab h3, .events-tab-wrap .events-tab .h3 {
  transition: all 300ms;
}
.events-tab-wrap .events-tab img {
  transition: all 300ms;
  width: 0;
  transform: scale(0);
  opacity: 0;
}
.events-tab-wrap .events-tab.active {
  padding: 16px 16px;
  background: #00A1B0;
}
.events-tab-wrap .events-tab.active img {
  width: auto;
  transform: scale(1);
  opacity: 1;
}
.events-tab-wrap .events-tab.active h3, .events-tab-wrap .events-tab.active .h3 {
  font-weight: 700 !important;
  color: white !important;
}

@media (min-width: 1400px) {
  .our-video-section .our-video-section-image {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .our-video-section .our-video-section-image figure {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .our-video-section .our-video-section-image figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
}
.our-video-section .content * {
  font-size: 16px;
}

@media (min-width: 1600px) {
  html[dir=rtl] .card.cardType-7 .card__content {
    min-height: 410px;
  }
}

.our-video-section {
  background-color: #F1EEEB;
  background: url(../images/events-bg.png) #F1EEEB no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
.our-video-section p {
  font-size: 18px;
}
@media (min-width: 1400px) {
  .our-video-section .our-video-section-image {
    margin-inline-start: 60px;
  }
}

.space-cards-section {
  background: url(../images/our-space-bg-01.png) #E2DDD7 no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.space-cards-section .space-card-items {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 300ms;
}
.space-cards-section .space-card-items figure img {
  transition: all 300ms;
  transform: scale(1);
}
.space-cards-section .space-card-items .space-card-content {
  height: 100%;
  padding: 40px 35px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(40px);
  width: 35%;
  position: absolute;
  top: 0px;
  inset-inline-end: 10%;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .space-cards-section .space-card-items .space-card-content {
    overflow-y: auto;
  }
}
@media (min-width: 1400px) {
  .space-cards-section .space-card-items .space-card-content {
    width: 100%;
    max-width: 385px;
  }
}
@media (max-width: 1199.98px) {
  .space-cards-section .space-card-items .space-card-content {
    padding: 20px 20px;
  }
}
@media (max-width: 991.98px) {
  .space-cards-section .space-card-items .space-card-content {
    padding: 20px 20px;
    width: 100%;
    position: relative;
    top: 0px;
    inset-inline-end: 0 !important;
    inset-inline-start: 0 !important;
  }
}
.space-cards-section .space-card-items .space-card-content h2, .space-cards-section .space-card-items .space-card-content .h2 {
  position: relative;
  padding-inline-start: 35px;
}
@media (min-width: 1600px) {
  .space-cards-section .space-card-items .space-card-content h2, .space-cards-section .space-card-items .space-card-content .h2 {
    padding-inline-start: 40px;
  }
}
@media (max-width: 991.98px) {
  .space-cards-section .space-card-items .space-card-content h2, .space-cards-section .space-card-items .space-card-content .h2 {
    font-weight: 500 !important;
  }
}
.space-cards-section .space-card-items .space-card-content h2::before, .space-cards-section .space-card-items .space-card-content .h2::before {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  top: calc(50% - 10px);
  background: url(../images/icons/diagonal-small.svg) transparent no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  transition: all 300ms;
}
@media (min-width: 1600px) {
  .space-cards-section .space-card-items .space-card-content h2::before, .space-cards-section .space-card-items .space-card-content .h2::before {
    inset-inline-start: 0px;
    width: 24px;
    height: 24px;
  }
}
.space-cards-section .space-card-items .space-card-content p {
  font-size: 18px;
  color: #F7F6F5;
  line-height: 1.8;
}
@media (max-width: 1199.98px) {
  .space-cards-section .space-card-items .space-card-content p {
    font-size: 16px;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .space-cards-section .space-card-items .space-card-content p {
    display: block;
  }
}
.space-cards-section .space-card-items.right .space-card-content {
  inset-inline-start: 10%;
}
@media (max-width: 1199.98px) {
  .space-cards-section .space-card-items.right .space-card-content {
    inset-inline-end: 5%;
  }
}
.space-cards-section .space-card-items:hover figure img {
  transform: scale(1.2);
}
.space-cards-section .space-card-items:hover .space-card-content h2::before, .space-cards-section .space-card-items:hover .space-card-content .h2::before {
  transform: rotate(-90deg);
}

.our-space .book-tour-section .book-tour-content::before {
  background: url(../images/icons/star-down-01.svg) transparent no-repeat;
  background-size: cover;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .our-space .book-tour-section .book-tour-content::before {
    inset-inline-end: -8px;
    top: -40px;
    width: 95px;
    height: 48px;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .our-space .book-tour-section .book-tour-content::before {
    display: none;
  }
}

.space-image-section figure figcaption {
  position: absolute;
  background: #D4CBC2;
  top: -34px;
  inset-inline-start: 50px;
  padding: 24px 44px;
  width: 100%;
  max-width: 325px;
}
@media (min-width: 1600px) {
  .space-image-section figure figcaption {
    top: -54px;
    inset-inline-start: 70px;
    padding: 34px 54px;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .space-image-section figure figcaption {
    padding: 24px 32px;
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .space-image-section figure figcaption {
    top: -24px;
    width: 60%;
    padding: 16px 24px;
    inset-inline-start: 32px;
  }
}
@media (max-width: 575.98px) {
  .space-image-section figure figcaption {
    width: 80%;
    max-width: 100%;
  }
}
.space-image-section .content * {
  font-size: 16px;
}

.space-image-thumbs-wrap {
  position: absolute;
  width: 80%;
  bottom: 0;
  z-index: 1;
  inset-inline-end: 0;
  display: flex;
}
@media (min-width: 1400px) {
  .space-image-thumbs-wrap {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .space-image-thumbs-wrap {
    position: relative;
    width: 100%;
  }
}
.space-image-thumbs-wrap .space-thumbs-button {
  border-start-start-radius: 30px;
  background: #000000;
  backdrop-filter: blur(26px);
  padding: 40px;
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .space-image-thumbs-wrap .space-thumbs-button {
    width: 100%;
    max-width: 240px;
  }
}
@media (max-width: 991.98px) {
  .space-image-thumbs-wrap .space-thumbs-button {
    border-start-start-radius: 0px;
    padding: 16px;
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .space-image-thumbs-wrap .space-thumbs-button {
    width: 35%;
    max-width: 100%;
  }
}
.space-image-thumbs-wrap .space-thumbs-button .slider-btn-wrap {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 991.98px) {
  .space-image-thumbs-wrap .space-thumbs-button .slider-btn-wrap {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.space-image-thumbs-wrap .space-thumbs-button .slider-btn-wrap .arrow-btn {
  width: 50px;
  height: 50px;
}
@media (max-width: 575.98px) {
  .space-image-thumbs-wrap .space-thumbs-button .slider-btn-wrap .arrow-btn {
    width: 38px;
    height: 38px;
  }
}
.space-image-thumbs-wrap .space-thumbs-button::before {
  content: "";
  position: absolute;
  inset-inline-start: -30px;
  bottom: -50px;
  background: url(../images/icons/star-left.svg) transparent no-repeat;
  background-size: contain;
  width: 132px;
  height: 132px;
  opacity: 0.2;
}
.space-image-thumbs-wrap .space-thumbs-content {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(26px);
  padding: 15px 40px;
  width: calc(100% - 310px);
  padding-inline-end: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1199.98px) {
  .space-image-thumbs-wrap .space-thumbs-content {
    width: calc(100% - 240px);
  }
}
@media (max-width: 991.98px) {
  .space-image-thumbs-wrap .space-thumbs-content {
    padding: 8px 24px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 767.98px) {
  .space-image-thumbs-wrap .space-thumbs-content {
    padding: 8px 24px;
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .space-image-thumbs-wrap .swiper {
    height: 100%;
  }
}

@media (min-width: 1400px) {
  .space-video-section .our-video-section-image {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .space-video-section .our-video-section-image figure {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .space-video-section .our-video-section-image figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
}
.space-video-section .content * {
  font-size: 16px;
}
@media (min-width: 1400px) {
  .space-video-section .our-video-section-image {
    margin-inline-start: 60px;
  }
}
.space-image-thumbs-slider .swiper-slide {
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
}
.space-image-thumbs-slider .swiper-slide img {
  transition: all 300ms;
}
@media (min-width: 992px) {
  .space-image-thumbs-slider .swiper-slide img {
    min-width: 215px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1600px) {
  .space-image-thumbs-slider .swiper-slide img {
    min-width: 215px !important;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 991.98px) {
  .space-image-thumbs-slider .swiper-slide img {
    height: 100%;
  }
}
.space-image-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #B7A99A;
}
.space-image-thumbs-slider .swiper-slide.swiper-slide-thumb-active img {
  transform: scale(1.2);
}
.playlist-section {
  background-image: url(../images/playlist-bg.png);
  background-color: #101820;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

@media (min-width: 1400px) {
  .watch-image-thumbs-wrap {
    padding-inline-end: 60px;
  }
}
.watch-image-thumbs-wrap p {
  font-size: 18px;
  color: #CCCCCC;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .watch-image-thumbs-wrap p {
    font-size: 16px;
  }
}
.watch-image-thumbs-wrap .watch-thumbs-button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.watch-image-thumbs-wrap .watch-thumbs-button .slider-btn-wrap {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.watch-image-thumbs-wrap .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.watch-image-thumbs-slider {
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.watch-video-thumbbg::before {
  content: "";
  background-image: url(../images/watch-video-bg-01.png);
  background-color: #101820;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 100vw;
  height: 98vh;
  display: block;
  position: absolute;
  inset-inline-end: 100%;
  z-index: 2;
}
@media (min-width: 1200px) {
  .watch-video-thumbbg::before {
    bottom: -170px;
  }
}
@media (min-width: 1600px) {
  .watch-video-thumbbg::before {
    bottom: -200px;
  }
}

.watch-video-section {
  background-image: url(../images/watch-video-bg.png);
  background-color: #101820;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
  overflow: hidden;
}
.watch-video-section .watch-video-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  z-index: 4;
}
@media (max-width: 767.98px) {
  .watch-video-section .watch-video-header {
    display: block;
  }
}
.watch-video-section .watch-video-header .btn-share {
  padding: 8px 15px;
  border: 2px solid #D4CBC2;
}
.watch-video-section .watch-video-header .btn-share img {
  transition: all 300ms;
}
.watch-video-section .watch-video-header .btn-share:hover img {
  filter: brightness(0) invert(1);
}

.card.cardType-12 .play-btn {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 300ms;
}
.card.cardType-12 .card__content:dir(rtl) {
  direction: ltr;
}
.card.cardType-12 .card__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  height: 5px;
  width: 0%;
  background: #33B4C0;
  transition: all 300ms;
}
.card.cardType-10 .card__content:dir(rtl), .card.cardType-12 .card__content:dir(rtl) {
  direction: ltr;
}
.card.cardType-11 .card__content:dir(rtl) {
  direction: rtl;
}
.swiper-slide-active .card.cardType-12 .card__content::before {
  width: 100%;
}
.swiper-slide-active .card.cardType-12 .play-btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.play-btn svg {
  transition: transform 0.3s ease;
}

.play-btn.active svg {
  transform: scale(1.1);
}

.dropdown-share:hover .dropdown-menuType-01, .dropdown-share:hover .dropdown-menuType-02 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
  pointer-events: all;
}

.youtube-player {
  position: relative;
  background: #000;
  overflow: hidden;
  width: 100%;
  z-index: 3;
}

@media (min-width: 1200px) {
  .watch-video-section {
    padding-bottom: 170px;
  }
}
@media (min-width: 1600px) {
  .watch-video-section {
    padding-bottom: 200px;
  }
}

.swiper.book-image-slider {
  overflow: visible;
}

.book-details-thumbs-content {
  padding: 40px 35px;
  background: rgba(16, 24, 32, 0.5);
  backdrop-filter: blur(40px);
  position: absolute;
  bottom: 40px;
  inset-inline-start: -15px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .book-details-thumbs-content {
    inset-inline-start: 0px;
  }
}
@media (max-width: 991.98px) {
  .book-details-thumbs-content {
    position: relative;
    bottom: 0;
    inset-inline-start: 0;
    padding: 15px;
  }
}
.book-details-thumbs-content h2, .book-details-thumbs-content .h2 {
  position: relative;
  padding-inline-start: 35px;
}
@media (min-width: 1600px) {
  .book-details-thumbs-content h2, .book-details-thumbs-content .h2 {
    padding-inline-start: 40px;
  }
}
.book-details-thumbs-content h2::before, .book-details-thumbs-content .h2::before {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  top: calc(50% - 10px);
  background: url(../images/icons/diagonal-small.svg) transparent no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  transition: all 300ms;
}
@media (min-width: 1600px) {
  .book-details-thumbs-content h2::before, .book-details-thumbs-content .h2::before {
    inset-inline-start: 0px;
    width: 24px;
    height: 24px;
  }
}
.book-details-thumbs-content p {
  font-size: 18px;
  color: #F7F6F5;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  .book-details-thumbs-content p {
    font-size: 16px;
    line-height: normal;
  }
}

.book-tour-form-section .booking-form {
  height: 100%;
}
html[dir=rtl] .book-tour-form-section .booking-form.form-type-2 label {
  line-height: 1.5;
}

.contact-info > li {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #CFD1D2;
}
@media (max-width: 991.98px) {
  .contact-info > li {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.contact-info > li p {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .contact-info > li p {
    font-size: 18px;
  }
}
.contact-info > li a {
  font-weight: 500;
  font-size: 20px;
  color: rgba(51, 51, 51, 0.9);
  margin-bottom: 5px;
}
.contact-info > li a:hover {
  color: #B7A99A;
}
.contact-info > li.conatct-number a {
  direction: ltr;
  display: inline-block;
}

.contact-form-section .form-position {
  inset-inline-end: auto;
  bottom: 40px;
  top: auto;
  height: auto;
  width: 100%;
}
@media (min-width: 1400px) {
  .contact-form-section .form-position {
    max-width: 625px;
  }
}
@media (min-width: 1600px) {
  .contact-form-section .form-position {
    bottom: 60px;
  }
}
@media (max-width: 1399.98px) {
  .contact-form-section .form-position {
    width: 50%;
  }
}
@media (max-width: 1199.98px) {
  .contact-form-section .form-position {
    width: 100%;
  }
}
html[dir=rtl] .contact-form-section .form-type-2 label {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  html[dir=rtl] .contact-form-section h2, html[dir=rtl] .contact-form-section .h2 {
    font-size: 22px !important;
    margin-bottom: 25px !important;
  }
}
.contact-map-list {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(40px);
  padding: 16px 0;
  padding-inline-end: 16px;
  position: absolute;
  width: 40%;
  bottom: 90px;
  height: calc(100% - 190px);
  z-index: 1;
}
@media (min-width: 1400px) {
  .contact-map-list {
    max-width: 535px;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .contact-map-list {
    width: 30%;
    bottom: 120px;
    height: calc(100% - 255px);
  }
}
@media (max-width: 991.98px) {
  .contact-map-list {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    max-height: 100%;
    background: none;
    padding: 0;
  }
}
.contact-map-list .store-list {
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .contact-map-list .store-list {
    height: auto;
    overflow: visible;
  }
}
.contact-map-list .store-list .dropdown button {
  border: 0;
  padding: 10px;
  z-index: 1;
  position: relative;
  background: #F7F6F5;
  color: #101820;
  outline: 0;
}
.contact-map-list .store-list .dropdown button.dropdown-toggle::after {
  position: absolute;
  inset-inline-end: 15px;
  top: calc(50% - 5px);
  display: inline-block;
  border-right: 2px solid #101820;
  border-bottom: 2px solid #101820;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  margin: 0;
  transition: all 300ms;
}
.contact-map-list .store-list .dropdown button.dropdown-toggle.show::after {
  transform: rotate(225deg);
}
@media (max-width: 991.98px) {
  .contact-map-list .store-list .dropdown .selected-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 18px;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  .contact-map-list .store-list .dropdown .selected-item img {
    width: 40px;
    height: 40px;
  }
}
.contact-map-list .store-list .dropdown .dropdown-menu {
  padding: 0;
  border: 0;
  z-index: 0;
  border-radius: 0;
  background: #F7F6F5;
  max-height: 305px;
  overflow-y: auto;
  transition: all 300ms;
}
.contact-map-list .store-list .dropdown .dropdown-menu li a {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #CFD1D2;
  text-align: start;
}
.contact-map-list .store-list .dropdown .dropdown-menu li a img {
  width: 50px;
}
.contact-map-list .store-list .dropdown .dropdown-menu li a .dropdown-content h6, .contact-map-list .store-list .dropdown .dropdown-menu li a .dropdown-content .h6 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 16px;
}
.contact-map-list .store-list .dropdown .dropdown-menu li a.active, .contact-map-list .store-list .dropdown .dropdown-menu li a:active, .contact-map-list .store-list .dropdown .dropdown-menu li a:hover {
  color: #ffffff;
  background-color: #00A1B0;
}
.contact-map-list .store-list::-webkit-scrollbar-track {
  border-radius: 6px;
  visibility: hidden;
  width: 10px;
  padding: 5px;
  border: 3px solid rgba(223, 219, 213, 0.18);
}
.contact-map-list .store-list::-webkit-scrollbar {
  width: 12px;
}
.contact-map-list .store-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #B7A99A;
  visibility: hidden;
  width: 8px;
}
.contact-map-list .store-list:focus::-webkit-scrollbar-thumb, .contact-map-list .store-list:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.contact-map-list .store-list:focus::-webkit-scrollbar-track, .contact-map-list .store-list:hover::-webkit-scrollbar-track {
  visibility: visible;
}
.contact-map-list .store-item.active {
  background: #00A1B0;
}
.contact-map {
  height: 500px;
}
@media (min-width: 1600px) {
  .contact-map {
    height: 700px;
  }
}
@media (max-width: 991.98px) {
  .contact-map {
    height: 425px;
  }
}

@media (max-width: 991.98px) {
  .contact-form-section .map-img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  padding: 0 6px;
}

.gm-ui-hover-effect {
  outline: 0;
  width: 25px !important;
  height: 25px !important;
}
.gm-ui-hover-effect span {
  width: 18px !important;
  height: 18px !important;
  margin: 4px 2px !important;
}

.custom-infowindow h6, .custom-infowindow .h6 {
  font-size: 18px !important;
  margin-top: 0;
  margin-bottom: 12px;
}
.custom-infowindow p {
  font-size: 16px !important;
  margin-bottom: 8px !important;
}
.custom-infowindow p.prayer-time {
  color: #00A1B0 !important;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
.card {
  /*! purgecss Start ignore */
}
.card.cardType-1 {
  background: none;
  border: 0;
  border-radius: 0;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-direction: row;
}
.card.cardType-1 .card__icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.cardType-1 a {
  color: #ffffff;
}
.card.cardType-1 a:hover {
  color: #B7A99A;
}
.card.cardType-2 {
  background: none;
  border: 0;
  border-radius: 0;
}
.card.cardType-2 .card__content {
  padding: 40px;
  padding-top: 50px;
  position: relative;
  background: url(../images/programs-card-bg-01.png) #ffffff no-repeat;
  background-size: cover;
  background-position: left bottom;
}
@media (max-width: 991.98px) {
  .card.cardType-2 .card__content {
    padding: 20px;
    padding-top: 30px;
  }
}
.card.cardType-2 .card__content .card__badge {
  position: absolute;
  top: -20px;
}
.card.cardType-2 .card__content .card__text h3, .card.cardType-2 .card__content .card__text .h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
}
.card.cardType-2 .card__content .card__text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card.cardType-2 .cardType-3 .card__icon {
  width: 56px;
  height: 56px;
  background: rgba(64, 70, 77, 0.05);
}
@media (max-width: 991.98px) {
  .card.cardType-2 .cardType-3 .card__icon {
    width: 45px;
    height: 45px;
  }
}
.card.cardType-4 {
  display: flex;
  flex-direction: row;
  position: relative;
  border: 0;
}
@media (max-width: 991.98px) {
  .card.cardType-4 {
    flex-direction: column-reverse;
  }
}
.card.cardType-4 .card__content {
  flex-basis: 50%;
  padding: 30px;
  padding-top: 40px;
}
@media (min-width: 1600px) {
  .card.cardType-4 .card__content {
    padding: 40px;
    padding-top: 50px;
  }
}
.card.cardType-4 .card__content.bg-pattern-black {
  background-image: url(../images/highlights-bg.png);
  background-color: #101820;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.card.cardType-4 .card__content.bg-pattern-black .card__icon {
  background: #282F36;
}
.card.cardType-4 .card__content h3, .card.cardType-4 .card__content .h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
}
.card.cardType-4 .card__content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card.cardType-4 .card__image {
  flex-basis: 50%;
}
.card.cardType-4 .cardType-3 .card__icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
}
.card.cardType-5 {
  border: 0;
  border-radius: 0;
  position: relative;
}
.card.cardType-5 .card__image {
  position: relative;
}
@media (max-width: 575.98px) {
  .card.cardType-5 .card__image img {
    aspect-ratio: 16/16;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.card.cardType-5 .card__image .card__overlay {
  visibility: hidden;
  opacity: 0;
  background: rgba(16, 24, 32, 0.9);
  background-blend-mode: hard-light;
  position: absolute;
  inset-block-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
.card.cardType-5 .card__image .card__overlay .btn.btn-primary {
  letter-spacing: 0;
}
.card.cardType-5 .card__content {
  background: url(../images/team-member-bg.png) #101820 no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding: 28px 15px;
  position: absolute;
  inset-inline-start: 0;
  bottom: -30px;
  z-index: 1;
  width: 90%;
}
html[dir=rtl] .card.cardType-5 .card__content {
  transform: scaleX(-1);
}
html[dir=rtl] .card.cardType-5 .card__content h3, html[dir=rtl] .card.cardType-5 .card__content .h3, html[dir=rtl] .card.cardType-5 .card__content p {
  transform: scaleX(-1);
}
@media (min-width: 1600px) {
  .card.cardType-5 .card__content {
    padding: 34px 20px;
  }
}
@media (max-width: 1199.98px) {
  .card.cardType-5 .card__content {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .card.cardType-5 .card__content {
    position: relative;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
  }
}
.card.cardType-5 .card__content:before {
  content: "";
  position: absolute;
  background: #B7A99A;
  width: 0%;
  height: 3px;
  top: 0;
  inset-inline-start: 0;
  transition: all 300ms;
}
.card.cardType-5 .card__content::after {
  content: "";
  position: absolute;
  top: calc(0% - 10px);
  background: url(../images/icons/diagonal-medium.svg) transparent no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  inset-inline-start: 20px;
}
.card.cardType-5:hover .card__image .card__overlay {
  visibility: visible;
  opacity: 1;
}
.card.cardType-5:hover .card__content:before {
  width: 100%;
}
.card.cardType-6 {
  border: 0;
  border-radius: 0;
  position: relative;
  background: none;
  text-align: center;
  align-items: center;
}
.card.cardType-6 .card__image {
  -webkit-mask-image: url(../images/icons/double-star.svg);
  mask-image: url(../images/icons/double-star.svg);
  background-size: cover;
  width: 128px;
  height: 128px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #F1EEEB;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
@media (max-width: 575.98px) {
  .card.cardType-6 .card__image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  .card.cardType-6 .card__image img {
    width: 20px;
  }
}
.card.cardType-6:hover .card__image {
  background-color: #B7A99A;
}
.card.cardType-7 .card__image {
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .card.cardType-7 .card__image {
    min-height: 400px;
  }
}
.card.cardType-7 .card__image::before {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
}
.card.cardType-7 .card__image .btn.btn-quaternary {
  font-weight: 400;
}
.card.cardType-7 .card__image .btn.btn-quaternary .btn-arrow {
  filter: brightness(0) saturate(100%) invert(98%) sepia(9%) saturate(441%) hue-rotate(311deg) brightness(88%) contrast(90%);
}
.card.cardType-7 .card__image .btn.btn-quaternary:hover .btn-arrow {
  filter: brightness(0) invert(1);
}
.card.cardType-7 .card__image figure {
  height: 100%;
}
.card.cardType-7 .card__image figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 6/9;
}
@media (max-width: 767.98px) {
  .card.cardType-7 .card__image figure img {
    aspect-ratio: 6/4;
    -o-object-position: top;
       object-position: top;
  }
}
.card.cardType-7 .card__btn {
  position: absolute;
  top: 20%;
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .card.cardType-7 .card__btn {
    top: calc(50% - 24px);
  }
}
.card.cardType-7 .card__btn .btn-primary {
  width: 60% !important;
}
@media (max-width: 767.98px) {
  .card.cardType-7 .card__btn .btn-primary {
    width: 80% !important;
  }
}
.card.cardType-7 .card__content {
  position: absolute;
  bottom: -25px;
  inset-inline-start: 0;
  margin: 0 30px;
  padding: 25px;
  padding-top: 40px;
  background: url(../images/programs-card-bg.png) transparent no-repeat;
  background-size: cover;
  background-position: left bottom;
  background-color: #D7D2CB;
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
}
@media (min-width: 1600px) {
  .card.cardType-7 .card__content {
    bottom: -40px;
    margin: 0 45px;
    padding: 30px;
    padding-top: 45px;
    width: calc(100% - 90px);
  }
}
@media (max-width: 1399.98px) {
  .card.cardType-7 .card__content {
    min-height: 320px;
  }
}
@media (max-width: 767.98px) {
  .card.cardType-7 .card__content {
    position: relative;
    bottom: 0;
    margin: 0;
    width: 100%;
    min-width: auto;
  }
}
.card.cardType-7 .card__content .card__icon {
  width: 45px;
  height: 45px;
  background: #282F36;
}
.card.cardType-7 .card__content .card__icon img {
  filter: invert(1);
}
.card.cardType-7 .card__content .card__badge {
  position: absolute;
  top: -17px;
}
.card.cardType-7 .card__content h3, .card.cardType-7 .card__content .h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
}
@media (max-width: 1399.98px) {
  .card.cardType-7 .card__content h3, .card.cardType-7 .card__content .h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.card.cardType-7 .card__content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .card.cardType-7 .card__content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.card.cardType-7:hover .card__image::before {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.card.cardType-7:hover .card__btn {
  visibility: visible;
  opacity: 1;
}
.card.cardType-8 {
  background: #E7E4E0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: all 300ms;
}
.card.cardType-8 .card__top {
  display: flex;
  padding: 20px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-bottom: 40px;
}
.card.cardType-8 .card__top .card__image {
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .card.cardType-8 .card__top .card__image img {
    width: 20px;
  }
}
.card.cardType-8 .card__bottom {
  padding: 20px;
  position: relative;
  padding-top: 30px;
}
.card.cardType-8 .card__bottom .date {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.card.cardType-8 .card__bottom .user {
  position: absolute;
  top: calc(50% - 95px);
  inset-inline-end: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .card.cardType-8 .card__bottom .user {
    top: calc(50% - 80px);
    width: 60px;
    height: 60px;
  }
}
.card.cardType-8 .card__bottom .user img {
  transition: all 300ms;
  transition-delay: 0.2s;
  transition-duration: 0.4s;
}
.card.cardType-8 .card__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 1px;
  background: #C5BAAE;
  transition: all 300ms;
  transition-delay: 0.2s;
}
.card.cardType-8 .card__bottom::after {
  content: "";
  position: absolute;
  inset-inline-start: 22px;
  top: calc(50% - 67px);
  background: url(../images/icons/diagonal-small.svg) transparent no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  transition: all 300ms;
  transition-property: transform;
  transition-delay: 0.3s;
}
html[dir=rtl] .card.cardType-8 .card__bottom::after {
  top: calc(50% - 69px);
}
@media (min-width: 1600px) {
  .card.cardType-8 .card__bottom::after {
    inset-inline-start: 28px;
    top: calc(50% - 68px);
    width: 28px;
    height: 28px;
  }
  html[dir=rtl] .card.cardType-8 .card__bottom::after {
    top: calc(50% - 74px);
  }
}
@media (max-width: 991.98px) {
  .card.cardType-8 .card__bottom::after {
    top: calc(50% - 63px);
  }
  html[dir=rtl] .card.cardType-8 .card__bottom::after {
    top: calc(50% - 66px);
  }
}
.card.cardType-8:hover {
  background: #00A1B0;
}
.card.cardType-8:hover * {
  color: #F7F6F5 !important;
}
.card.cardType-8:hover .card__top img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(92%) saturate(397%) hue-rotate(156deg) brightness(94%) contrast(85%);
}
.card.cardType-8:hover .card__bottom::before {
  width: 100%;
  background: #C2E9E9;
}
.card.cardType-8:hover .card__bottom::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(882%) hue-rotate(149deg) brightness(89%) contrast(91%);
  transform: rotate(90deg) scale(1.2);
}
@media (max-width: 991.98px) {
  .card.cardType-8:hover .card__bottom::after {
    top: calc(50% - 66px);
  }
}
html[dir=rtl] .card.cardType-8:hover .card__bottom::after {
  top: calc(50% - 70px);
}
@media (max-width: 991.98px) {
  html[dir=rtl] .card.cardType-8:hover .card__bottom::after {
    top: calc(50% - 67px);
  }
}
.card.cardType-8:hover .date img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(1670%) hue-rotate(311deg) brightness(102%) contrast(81%);
}
.card.cardType-8:hover .user img {
  transform: scale(1.2);
}
.card.cardType-9 {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 12px 10px;
  border-bottom: 1px solid #F7F6F5;
  transition: all 300ms;
}
.card.cardType-9:last-child {
  border-bottom: 0;
}
.card.cardType-9 .card__image {
  flex-shrink: 0;
}
.card.cardType-9 .card__content {
  width: 100%;
}
.card.cardType-9 .card__bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #9FA3A6;
}
@media (max-width: 991.98px) {
  .card.cardType-9 .card__bottom {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.card.cardType-9 .card__bottom p {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .card.cardType-9 .card__bottom p {
    margin-bottom: 10px;
  }
}
.card.cardType-9 .card__bottom p:last-child {
  margin-bottom: 0;
}
.card.cardType-9 .card__bottom img {
  filter: brightness(0) invert(1);
}
.card.cardType-9 .card__bottom span {
  padding-inline-start: 5px;
}
.card.cardType-9:hover {
  background: #00A1B0;
}
.card.cardType-10, .card.cardType-12 {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.card.cardType-10 figure, .card.cardType-12 figure {
  overflow: hidden;
}
.card.cardType-10 figure img, .card.cardType-12 figure img {
  transition: all 300ms;
}
.card.cardType-10 .play-time, .card.cardType-12 .play-time {
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.36);
  display: inline-block;
  position: absolute;
  inset-inline-end: 10px;
  bottom: 8px;
}
.card.cardType-10 .play-btn, .card.cardType-12 .play-btn {
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(183, 169, 154, 0.6);
  cursor: pointer;
  z-index: 1;
  transition: all 300ms;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
@media (min-width: 1600px) {
  .card.cardType-10 .play-btn, .card.cardType-12 .play-btn {
    top: 24px;
    inset-inline-start: 24px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
  }
}
@media (max-width: 991.98px) {
  .card.cardType-10 .play-btn, .card.cardType-12 .play-btn {
    top: 16px;
    inset-inline-start: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}
.card.cardType-10 .play-btn img, .card.cardType-12 .play-btn img {
  width: 18px;
  filter: brightness(0) saturate(100%) invert(81%) sepia(2%) saturate(2238%) hue-rotate(351deg) brightness(86%) contrast(83%);
  transition: all 300ms;
}
@media (min-width: 1600px) {
  .card.cardType-10 .play-btn img, .card.cardType-12 .play-btn img {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .card.cardType-10 .play-btn img, .card.cardType-12 .play-btn img {
    width: 14px;
  }
}
.card.cardType-10 .play-btn:hover, .card.cardType-12 .play-btn:hover {
  background: rgba(183, 169, 154, 0.8);
}
.card.cardType-10 .card__content, .card.cardType-12 .card__content {
  padding-bottom: 34px;
  border-bottom: 1px solid #D7D2CB;
}
@media (max-width: 991.98px) {
  .card.cardType-10 .card__content, .card.cardType-12 .card__content {
    padding-bottom: 16px;
  }
}
.card.cardType-10 .card__content h3, .card.cardType-12 .card__content h3, .card.cardType-10 .card__content .h3, .card.cardType-12 .card__content .h3 {
  transition: all 300ms;
}
.card.cardType-10 .card__content .day-views, .card.cardType-12 .card__content .day-views {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.card.cardType-10 .card__content .day-views span, .card.cardType-12 .card__content .day-views span {
  position: relative;
}
.card.cardType-10 .card__content .day-views span::before, .card.cardType-12 .card__content .day-views span::before {
  content: "";
  position: absolute;
  inset-inline-start: -8px;
  width: 1px;
  height: 16px;
  top: 3px;
  background: #00A1B0;
}
.card.cardType-10 .card__content .day-views span:first-child::before, .card.cardType-12 .card__content .day-views span:first-child::before {
  display: none;
}
.card.cardType-10:hover .play-btn, .card.cardType-12:hover .play-btn {
  background: rgba(183, 169, 154, 0.8);
}
.card.cardType-10:hover .play-btn img, .card.cardType-12:hover .play-btn img {
  filter: brightness(0) invert(1);
}
.card.cardType-10:hover figure img, .card.cardType-12:hover figure img {
  transform: scale(1.2);
}
.card.cardType-10:hover .card__content h3, .card.cardType-12:hover .card__content h3, .card.cardType-10:hover .card__content .h3, .card.cardType-12:hover .card__content .h3 {
  color: #B7A99A !important;
}
.card.cardType-11 .card__image {
  background-color: #101820;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  transition: all 300ms;
}
.card.cardType-11 .card__image::before {
  content: "";
  position: absolute;
  top: -15px;
  inset-inline: 10px;
  height: 30px;
  z-index: 2;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all 300ms;
  transition-delay: 0.2s;
}
.card.cardType-11 .card__image::after {
  content: "";
  position: absolute;
  top: -26px;
  inset-inline: 18px;
  height: 50px;
  z-index: 1;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 300ms;
  transition-delay: 0.3s;
}
.card.cardType-11 .card__image img {
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1);
}
.card.cardType-11 .card__image .badge {
  position: absolute;
  bottom: -18px;
  z-index: 2;
  inset-inline-start: 10px;
}
.card.cardType-11 .card__content h3, .card.cardType-11 .card__content .h3 {
  transition: all 300ms;
}
.card.cardType-11 .playlist-count {
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.card.cardType-11:hover .card__image::before {
  top: 0;
}
.card.cardType-11:hover .card__image::after {
  top: 0;
}
.card.cardType-11:hover .card__content h3, .card.cardType-11:hover .card__content .h3 {
  color: #00A1B0 !important;
}
.card.cardType-11.card-image-size .card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 168px;
}
.card.cardType-11.card-image-size .card__image::before {
  background-position: left -30px;
}
.card.cardType-11.card-image-size .card__image::after {
  background-position: left -30px;
}
.card.cardType-12 {
  cursor: pointer;
}
.card.cardType-12 .card__content {
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(40px);
  padding: 20px 15px 25px;
  width: 90%;
  position: absolute;
  inset-inline-start: 10px;
  bottom: -40%;
}
@media (min-width: 992px) {
  .card.cardType-12 .card__content {
    min-height: 150px;
  }
}
@media (max-width: 991.98px) {
  .card.cardType-12 .card__content {
    width: 100%;
    position: relative;
    inset-inline-start: 0px;
    bottom: 0;
  }
}
.card.cardType-12 .card__content .card-time-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.card.cardType-12 .card__content .card-time-list .play-time {
  position: relative;
  bottom: 0;
}
.card.cardType-12 .play-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3.5px solid #66C7D0;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15.562px 0px #66C7D0;
}
@media (max-width: 991.98px) {
  .card.cardType-12 .play-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}
@media (max-width: 991.98px) {
  .card.cardType-12 .play-btn svg {
    width: 11px;
  }
}

.badge.badgeType-1 {
  padding: 10px 16px;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.badge.badgeType-1 img {
  flex-shrink: 0;
}

.breadcrumb-wrap .breadcrumb {
  margin: 0;
}
.breadcrumb-wrap .breadcrumb li {
  font-size: 16px;
  color: #00A1B0;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .breadcrumb-wrap .breadcrumb li {
    font-size: 16px;
  }
}
.breadcrumb-wrap .breadcrumb li a {
  color: #F1EEEB;
}
.breadcrumb-wrap .breadcrumb li a:hover {
  color: #B7A99A;
}
.breadcrumb-wrap .breadcrumb li.breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 0;
  padding-inline-start: 30px;
}
.breadcrumb-wrap .breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  background: url(../images/icons/right-chevron.svg) transparent no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  top: 7px;
  inset-inline-start: 12px;
}
html[dir=rtl] .breadcrumb-wrap .breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  transform: scaleX(-1);
}
@media (min-width: 992px) {
  .modal {
    padding-right: 0 !important;
    overflow-y: hidden !important;
  }
}

@media (min-width: 576px) {
  .modalType-1 .modal-dialog {
    max-width: 1000px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .modalType-1 .modal-dialog {
    max-width: 100%;
  }
}
.modalType-1 .modal-dialog .modal-content {
  border-radius: 0px;
  background-image: url(../images/modal-bg.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.modalType-1 .modal-dialog .modal-content button.close-btn-1 {
  position: absolute;
  inset-inline-end: 15px;
  top: 15px;
  z-index: 1;
  width: 52px;
  height: 52px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(0deg, #B7A99A 0%, #D4CBC2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
body.highcontrast .modalType-1 .modal-dialog .modal-content button.close-btn-1 {
  border: 2px solid #f8ef1b;
  background: none !important;
}
@media (max-width: 991.98px) {
  .modalType-1 .modal-dialog .modal-content button.close-btn-1 {
    width: 35px;
    height: 35px;
  }
}
.modalType-1 .modal-dialog .modal-content button.close-btn-1:hover {
  background: #B7A99A !important;
}
.modalType-1 .modal-dialog .modal-content button.close-btn-1:hover img {
  filter: brightness(0) invert(1);
}
.modalType-1 .modal-dialog .modal-content .modal-body {
  padding: 15px;
}
@media (min-width: 576px) {
  .modalType-1 .modal-dialog .modal-content .modal-body {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  .modalType-1 .modal-dialog .modal-content .modal-body .image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.modalType-1 .modal-dialog .modal-content .modal-body .content-wrap {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .modalType-1 .modal-dialog .modal-content .modal-body .content-wrap {
    padding-top: 15px;
  }
}
.modalType-1 .modal-dialog .modal-content .modal-body .content-wrap .content * {
  color: rgba(61, 54, 52, 0.6);
  font-size: 18px !important;
}
@media (max-width: 991.98px) {
  .modalType-1 .modal-dialog .modal-content .modal-body .content-wrap .content * {
    font-size: 16px !important;
  }
}
@media (max-width: 991.98px) {
  .modalType-1.modalType-2 .modal-dialog .modal-content .modal-body .icon {
    width: 100px;
    height: 100px;
  }
}
.modalType-1.modalType-2 .modal-dialog .modal-content .modal-body .content-wrap .content * {
  color: #40464D;
  font-size: 20px !important;
  margin-bottom: 0;
  line-height: normal;
}
html[dir=rtl] .modalType-1.modalType-2 .modal-dialog .modal-content .modal-body .content-wrap .content * {
  line-height: unset;
}
@media (max-width: 991.98px) {
  .modalType-1.modalType-2 .modal-dialog .modal-content .modal-body .content-wrap .content * {
    font-size: 16px !important;
  }
}
.modalType-1.modal.fade .modal-dialog {
  transform: translate(0, 50px);
}
.modalType-1.modal.show .modal-dialog {
  transform: none;
}
.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 1399.98px) {
  .footer-social li a {
    width: 42px;
    height: 42px;
  }
}
.footer-social li a svg {
  position: relative;
  z-index: 1;
}
.footer-social li a:after {
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: rgba(183, 169, 154, 0.21);
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: all 300ms;
  z-index: 0;
}
.footer-social li a:hover {
  border: 1px solid #B7A99A;
}
.footer-social li a:hover:after {
  transform: scale(1);
}
.director-social.footer-social li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.director-social.footer-social li a svg {
  filter: brightness(0) saturate(100%) invert(21%) sepia(1%) saturate(4738%) hue-rotate(175deg) brightness(128%) contrast(98%);
  transition: 0.2s all;
}
.director-social.footer-social li a:after {
  background: #B7A99A;
}
.director-social.footer-social li a:hover svg {
  filter: none;
}
.book-tour-section {
  overflow: hidden;
}
.book-tour-section:before {
  content: " ";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  background: url(../images/book-tour-light.png) transparent no-repeat;
  background-size: contain;
  background-position: left top;
  width: 1300px;
  height: 410px;
}
html[dir=rtl] .book-tour-section:before {
  transform: scaleX(-1);
}
.book-tour-section p {
  font-size: 18px;
  opacity: 0.7;
}
.book-tour-section .book-tour-content:before {
  content: " ";
  position: absolute;
  inset-inline-end: 0;
  top: -90px;
  background: url(../images/icons/star-down-large.svg) transparent no-repeat;
  background-size: cover;
  width: 81px;
  height: 40px;
  z-index: 1;
}
@media (min-width: 1600px) {
  .book-tour-section .book-tour-content:before {
    top: -125px;
    width: 150px;
    height: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .book-tour-section .book-tour-content:before {
    inset-inline-end: -8px;
    top: -40px;
    width: 95px;
    height: 48px;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .book-tour-section .book-tour-content:before {
    display: none;
  }
}
.book-tour-section .book-tour-content::after {
  content: " ";
  position: absolute;
  inset-inline-end: -8px;
  bottom: -90px;
  background: url(../images/anim-bg.png) transparent repeat;
  background-size: contain;
  background-position: 0 0;
  width: 95px;
  height: 1750px;
  animation: slide 30s linear infinite;
}
@media (min-width: 1600px) {
  .book-tour-section .book-tour-content::after {
    width: 150px;
    bottom: -120px;
    inset-inline-end: -3px;
  }
}
@media (max-width: 991.98px) {
  .book-tour-section .book-tour-content::after {
    display: none;
  }
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -512px;
  }
}

.accordion.accordionType-1 .accordion-item {
  padding: 0px;
  border-radius: 16px;
  margin-bottom: 25px;
  transition: all 300ms;
}
@media (max-width: 991.98px) {
  .accordion.accordionType-1 .accordion-item {
    margin-bottom: 15px;
  }
}
.accordion.accordionType-1 .accordion-item .accordion-header button {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  padding: 24px 48px;
  transition: all 300ms;
  transition-delay: 0.3s;
}
@media (max-width: 991.98px) {
  .accordion.accordionType-1 .accordion-item .accordion-header button {
    padding: 15px;
  }
}
.accordion.accordionType-1 .accordion-item .accordion-header button :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  transition: all 300ms;
  text-align: start;
}
.accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) {
  border-inline-start: 10px solid #00A1B0;
}
@media (max-width: 991.98px) {
  .accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) {
    border-inline-start: 5px solid #00A1B0;
  }
}
.accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) h1, .accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) .h1, .accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) h2, .accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) .h2, .accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) h3, .accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) .h3, .accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) h4, .accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) .h4, .accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) h5, .accordion.accordionType-1 .accordion-item .accordion-header button:not(.collapsed) .h5 {
  color: #00A1B0 !important;
}
.accordion.accordionType-1 .accordion-item .accordion-header button::after {
  display: none;
}
.accordion.accordionType-1 .accordion-item .accordion-collapse .accordion-body {
  border: 0;
  padding: 0px 25px 25px;
}
@media (max-width: 991.98px) {
  .accordion.accordionType-1 .accordion-item .accordion-collapse .accordion-body {
    padding: 0px 15px 15px;
  }
}
.accordion.accordionType-1 .accordion-item .accordion-collapse .accordion-body .content * {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7) !important;
}
@media (min-width: 1600px) {
  .accordion.accordionType-1 .accordion-item .accordion-collapse .accordion-body .content * {
    font-size: 18px;
  }
}
.accordion.accordionType-1 .accordion-item .accordion-collapse .accordion-body p {
  color: rgba(51, 51, 51, 0.7) !important;
  line-height: 1.7;
}
@media (max-width: 991.98px) {
  .accordion.accordionType-1 .accordion-item .accordion-collapse .accordion-body p {
    line-height: 1.5;
  }
}
.accordion.accordionType-1 .accordion-item:last-child {
  border-bottom: 0;
}
.accordion.accordionType-2 .accordion-item {
  border-inline: 0;
  border-radius: 0;
  margin: 0;
  margin-bottom: 24px;
  background: #E7E4E0;
  border: 0;
}
@media (min-width: 1600px) {
  .accordion.accordionType-2 .accordion-item {
    margin-bottom: 34px;
  }
}
.accordion.accordionType-2 .accordion-item .accordion-header button {
  padding: 24px 48px 18px;
  background: #E7E4E0;
  border-inline-start: 10px solid #B7A99A;
}
@media (min-width: 1600px) {
  .accordion.accordionType-2 .accordion-item .accordion-header button {
    padding: 24px 48px;
  }
}
@media (max-width: 991.98px) {
  .accordion.accordionType-2 .accordion-item .accordion-header button {
    border-inline-start: 5px solid #B7A99A;
    padding: 16px 16px;
    padding-inline-end: 34px;
  }
}
.accordion.accordionType-2 .accordion-item .accordion-header button::after {
  background-image: url(../images/icons/plus.svg);
  transition: all 0.5s;
}
.accordion.accordionType-2 .accordion-item .accordion-header button:not(.collapsed)::after {
  background-image: url(../images/icons/minus.svg);
  filter: brightness(0) saturate(100%) invert(46%) sepia(94%) saturate(1445%) hue-rotate(166deg) brightness(91%) contrast(88%);
}
.accordion.accordionType-2 .accordion-item .accordion-header button::after {
  transition: all 0.5s;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  inset-inline-end: 25px;
  top: calc(50% - 8px);
  transform: none;
}
@media (max-width: 991.98px) {
  .accordion.accordionType-2 .accordion-item .accordion-header button::after {
    width: 18px;
    height: 18px;
    inset-inline-end: 8px;
    transition: none;
  }
}
.accordion.accordionType-2 .accordion-item .accordion-collapse .accordion-body {
  padding: 8px 48px 40px;
  border-inline-start: 10px solid #B7A99A;
  transition: all 300ms;
}
@media (min-width: 1600px) {
  .accordion.accordionType-2 .accordion-item .accordion-collapse .accordion-body {
    padding: 18px 48px 60px;
  }
}
@media (max-width: 991.98px) {
  .accordion.accordionType-2 .accordion-item .accordion-collapse .accordion-body {
    padding: 8px 16px 24px;
    border-inline-start: 5px solid #B7A99A;
  }
}
.accordion.accordionType-2 .accordion-item .accordion-collapse.show .accordion-body {
  border-inline-start: 10px solid #00A1B0;
}
@media (max-width: 991.98px) {
  .accordion.accordionType-2 .accordion-item .accordion-collapse.show .accordion-body {
    border-inline-start: 5px solid #00A1B0;
  }
}
