@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-UltLt.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-UltLt.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Th.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Md.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Hv.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Hv.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("/fonts/HelveticaNeueLTStd-Blk.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-Blk.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Arabic";
  src: url("/fonts/HelveticaNeueLTArabic-Light.woff2") format("woff2"), url("/fonts/HelveticaNeueLTArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Arabic";
  src: url("/fonts/HelveticaNeueLTArabic-Roman.woff2") format("woff2"), url("/fonts/HelveticaNeueLTArabic-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Arabic";
  src: url("/fonts/HelveticaNeueLTArabic-Bold.woff2") format("woff2"), url("/fonts/HelveticaNeueLTArabic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Tahoma";
  src: url("/fonts/Tahoma.woff2") format("woff2"), url("/fonts/Tahoma.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
@font-face {
  font-family: "Tahoma";
  src: url("/fonts/Tahoma-Bold.woff2") format("woff2"), url("/fonts/Tahoma-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  line-gap-override: normal;
}
body * {
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-weight: normal;
}

/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 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-beige-default: #c8c3b3;
  --bs-beige: #c8c3b3;
  --bs-beige-90: #cdc9bb;
  --bs-beige-80: #d3cfc2;
  --bs-beige-70: #d9d5ca;
  --bs-beige-60: #dedbd1;
  --bs-beige-50: #e3e1d9;
  --bs-beige-40: #e9e7e1;
  --bs-beige-30: #efede8;
  --bs-beige-20: #f4f3f0;
  --bs-beige-10: #f9f9f7;
  --bs-beige-dark: #C9C1B3;
  --bs-beige-darker: #6F6E69;
  --bs-green-default: #445d5c;
  --bs-green: #445d5c;
  --bs-green-90: #576d6c;
  --bs-green-80: #697d7d;
  --bs-green-70: #7c8e8d;
  --bs-green-60: #8f9e9d;
  --bs-green-50: #a1aead;
  --bs-green-40: #b4bebe;
  --bs-green-30: #c7cece;
  --bs-green-20: #dadfde;
  --bs-green-10: #ecefef;
  --bs-blue-default: #202a44;
  --bs-blue: #202a44;
  --bs-blue-90: #363f57;
  --bs-blue-80: #4d5569;
  --bs-blue-70: #636a7c;
  --bs-blue-60: #797f8f;
  --bs-blue-50: #8f94a1;
  --bs-blue-40: #a6aab4;
  --bs-blue-30: #bcbfc7;
  --bs-blue-20: #d2d4da;
  --bs-blue-10: #e9eaec;
  --bs-blue-dark: #888B9C;
  --bs-sky-default: #94b7bb;
  --bs-sky: #94b7bb;
  --bs-sky-90: #9fbec2;
  --bs-sky-80: #a9c5c9;
  --bs-sky-70: #b4cdcf;
  --bs-sky-60: #bfd4d6;
  --bs-sky-50: #c9dbdd;
  --bs-sky-40: #d4e2e4;
  --bs-sky-30: #dfe9eb;
  --bs-sky-20: #eaf1f1;
  --bs-sky-10: #f4f8f8;
  --bs-sky-dark: #5B8891;
  --bs-orange-default: #B67233;
  --bs-orange: #B67233;
  --bs-orange-90: #C58E5C;
  --bs-orange-80: #C58E5C;
  --bs-orange-70: #CC9C70;
  --bs-orange-60: #D3AA85;
  --bs-orange-50: #DBB899;
  --bs-orange-40: #E2C7AD;
  --bs-orange-30: #E9D5C2;
  --bs-orange-20: #F0E3D6;
  --bs-orange-10: #F8F1EB;
  --bs-orange-dark: #CE9364;
  --bs-red-default: #A4343A;
  --bs-red: #A4343A;
  --bs-red-90: #AD484E;
  --bs-red-80: #B65D61;
  --bs-red-70: #BF7175;
  --bs-red-60: #C88589;
  --bs-red-50: #D1999C;
  --bs-red-40: #DBAEB0;
  --bs-red-30: #E4C2C4;
  --bs-red-20: #EDD6D8;
  --bs-red-10: #F6EBEB;
  --bs-red-dark: #C26965;
  --bs-black-default: #000000;
  --bs-black: #000000;
  --bs-black-90: #1A1A1A;
  --bs-black-80: #333333;
  --bs-black-70: #4D4D4D;
  --bs-black-60: #666666;
  --bs-black-50: #808080;
  --bs-black-40: #999999;
  --bs-black-30: #B3B3B3;
  --bs-black-20: #CCCCCC;
  --bs-black-10: #E6E6E6;
  --bs-beige-default-rgb: 200, 195, 179;
  --bs-beige-rgb: 200, 195, 179;
  --bs-beige-90-rgb: 205, 201, 187;
  --bs-beige-80-rgb: 211, 207, 194;
  --bs-beige-70-rgb: 217, 213, 202;
  --bs-beige-60-rgb: 222, 219, 209;
  --bs-beige-50-rgb: 227, 225, 217;
  --bs-beige-40-rgb: 233, 231, 225;
  --bs-beige-30-rgb: 239, 237, 232;
  --bs-beige-20-rgb: 244, 243, 240;
  --bs-beige-10-rgb: 249, 249, 247;
  --bs-beige-dark-rgb: 201, 193, 179;
  --bs-beige-darker-rgb: 111, 110, 105;
  --bs-green-default-rgb: 68, 93, 92;
  --bs-green-rgb: 68, 93, 92;
  --bs-green-90-rgb: 87, 109, 108;
  --bs-green-80-rgb: 105, 125, 125;
  --bs-green-70-rgb: 124, 142, 141;
  --bs-green-60-rgb: 143, 158, 157;
  --bs-green-50-rgb: 161, 174, 173;
  --bs-green-40-rgb: 180, 190, 190;
  --bs-green-30-rgb: 199, 206, 206;
  --bs-green-20-rgb: 218, 223, 222;
  --bs-green-10-rgb: 236, 239, 239;
  --bs-blue-default-rgb: 32, 42, 68;
  --bs-blue-rgb: 32, 42, 68;
  --bs-blue-90-rgb: 54, 63, 87;
  --bs-blue-80-rgb: 77, 85, 105;
  --bs-blue-70-rgb: 99, 106, 124;
  --bs-blue-60-rgb: 121, 127, 143;
  --bs-blue-50-rgb: 143, 148, 161;
  --bs-blue-40-rgb: 166, 170, 180;
  --bs-blue-30-rgb: 188, 191, 199;
  --bs-blue-20-rgb: 210, 212, 218;
  --bs-blue-10-rgb: 233, 234, 236;
  --bs-blue-dark-rgb: 136, 139, 156;
  --bs-sky-default-rgb: 148, 183, 187;
  --bs-sky-rgb: 148, 183, 187;
  --bs-sky-90-rgb: 159, 190, 194;
  --bs-sky-80-rgb: 169, 197, 201;
  --bs-sky-70-rgb: 180, 205, 207;
  --bs-sky-60-rgb: 191, 212, 214;
  --bs-sky-50-rgb: 201, 219, 221;
  --bs-sky-40-rgb: 212, 226, 228;
  --bs-sky-30-rgb: 223, 233, 235;
  --bs-sky-20-rgb: 234, 241, 241;
  --bs-sky-10-rgb: 244, 248, 248;
  --bs-sky-dark-rgb: 91, 136, 145;
  --bs-orange-default-rgb: 182, 114, 51;
  --bs-orange-rgb: 182, 114, 51;
  --bs-orange-90-rgb: 197, 142, 92;
  --bs-orange-80-rgb: 197, 142, 92;
  --bs-orange-70-rgb: 204, 156, 112;
  --bs-orange-60-rgb: 211, 170, 133;
  --bs-orange-50-rgb: 219, 184, 153;
  --bs-orange-40-rgb: 226, 199, 173;
  --bs-orange-30-rgb: 233, 213, 194;
  --bs-orange-20-rgb: 240, 227, 214;
  --bs-orange-10-rgb: 248, 241, 235;
  --bs-orange-dark-rgb: 206, 147, 100;
  --bs-red-default-rgb: 164, 52, 58;
  --bs-red-rgb: 164, 52, 58;
  --bs-red-90-rgb: 173, 72, 78;
  --bs-red-80-rgb: 182, 93, 97;
  --bs-red-70-rgb: 191, 113, 117;
  --bs-red-60-rgb: 200, 133, 137;
  --bs-red-50-rgb: 209, 153, 156;
  --bs-red-40-rgb: 219, 174, 176;
  --bs-red-30-rgb: 228, 194, 196;
  --bs-red-20-rgb: 237, 214, 216;
  --bs-red-10-rgb: 246, 235, 235;
  --bs-red-dark-rgb: 194, 105, 101;
  --bs-black-default-rgb: 0, 0, 0;
  --bs-black-rgb: 0, 0, 0;
  --bs-black-90-rgb: 26, 26, 26;
  --bs-black-80-rgb: 51, 51, 51;
  --bs-black-70-rgb: 77, 77, 77;
  --bs-black-60-rgb: 102, 102, 102;
  --bs-black-50-rgb: 128, 128, 128;
  --bs-black-40-rgb: 153, 153, 153;
  --bs-black-30-rgb: 179, 179, 179;
  --bs-black-20-rgb: 204, 204, 204;
  --bs-black-10-rgb: 230, 230, 230;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --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: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --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;
}

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


ul {
  padding-left: 2rem;
}


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


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

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


button,
select {
  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;
}

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

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

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

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 0;
  --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;
}

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

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

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

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

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

.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;
  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);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.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);
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

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

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

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

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

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption) {
  position: absolute !important;
}
.visually-hidden * {
  overflow: hidden !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0rem !important;
}

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

.top-4 {
  top: 1rem !important;
}

.top-6 {
  top: 1.5rem !important;
}

.top-8cent {
  top: 8% !important;
}

.top-25cent {
  top: 25% !important;
}

.top-35cent {
  top: 35% !important;
}

.top-40 {
  top: 10rem !important;
}

.top-40cent {
  top: 40% !important;
}

.top-50cent {
  top: 50% !important;
}

.top-60cent {
  top: 60% !important;
}

.top-65cent {
  top: 65% !important;
}

.top-67cent {
  top: 67% !important;
}

.top-73cent {
  top: 73% !important;
}

.top-85cent {
  top: 85% !important;
}

.top-115cent {
  top: 115% !important;
}

.top-2px {
  top: 2px !important;
}

.top-full {
  top: 100% !important;
}

.top--3 {
  top: -0.75rem !important;
}

.top--52cent {
  top: -52% !important;
}

.top--100cent {
  top: -100% !important;
}

.bottom-0 {
  bottom: 0rem !important;
}

.bottom-6cent {
  bottom: 6% !important;
}

.bottom-6px {
  bottom: 6px !important;
}

.bottom--4 {
  bottom: -1rem !important;
}

.bottom--5cent {
  bottom: -5% !important;
}

.bottom--6cent {
  bottom: -6% !important;
}

.bottom--7vw {
  bottom: -1.75vw !important;
}

.bottom--10cent {
  bottom: -10% !important;
}

.bottom--20cent {
  bottom: -20% !important;
}

.bottom--35cent {
  bottom: -35% !important;
}

.start-0 {
  left: 0rem !important;
}

.start-6 {
  left: 1.5rem !important;
}

.start-10cent {
  left: 10% !important;
}

.start-50cent {
  left: 50% !important;
}

.start-55cent {
  left: 55% !important;
}

.start-60cent {
  left: 60% !important;
}

.start-63cent {
  left: 63% !important;
}

.start-65cent {
  left: 65% !important;
}

.start-68cent {
  left: 68% !important;
}

.start-70cent {
  left: 70% !important;
}

.start-95cent {
  left: 95% !important;
}

.start--0 {
  left: 0rem !important;
}

.start--5cent {
  left: -5% !important;
}

.start--25cent {
  left: -25% !important;
}

.start--30cent {
  left: -30% !important;
}

.end-0 {
  right: 0rem !important;
}

.end-4 {
  right: 1rem !important;
}

.end-5cent {
  right: 5% !important;
}

.end-6 {
  right: 1.5rem !important;
}

.end-8cent {
  right: 8% !important;
}

.end-full {
  right: 100% !important;
}

.end--0 {
  right: 0rem !important;
}

.end--1cent {
  right: -1% !important;
}

.end--30cent {
  right: -30% !important;
}

.end--50cent {
  right: -50% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !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;
}

.border-beige-50 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-beige-50-rgb), var(--bs-border-opacity)) !important;
}

.border-green-80 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-80-rgb), var(--bs-border-opacity)) !important;
}

.border-green-40 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-40-rgb), var(--bs-border-opacity)) !important;
}

.border-green-20 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-20-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-40 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-40-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-20 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-20-rgb), var(--bs-border-opacity)) !important;
}

.border-sky-40 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-sky-40-rgb), var(--bs-border-opacity)) !important;
}

.border-sky-20 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-sky-20-rgb), var(--bs-border-opacity)) !important;
}

.border-orange-10 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-10-rgb), var(--bs-border-opacity)) !important;
}

.border-red-70 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-70-rgb), var(--bs-border-opacity)) !important;
}

.border-red-40 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-40-rgb), var(--bs-border-opacity)) !important;
}

.border-red-20 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-red-20-rgb), var(--bs-border-opacity)) !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-4 {
  border-width: 4px !important;
}

.w-4cent {
  width: 4% !important;
}

.w-8 {
  width: 2rem !important;
}

.w-8cent {
  width: 8% !important;
}

.w-10cent {
  width: 10% !important;
}

.w-12vw {
  width: 3vw !important;
}

.w-12cent {
  width: 12% !important;
}

.w-15cent {
  width: 15% !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20cent {
  width: 20% !important;
}

.w-24vw {
  width: 6vw !important;
}

.w-40vw {
  width: 10vw !important;
}

.w-40cent {
  width: 40% !important;
}

.w-45cent {
  width: 45% !important;
}

.w-47cent {
  width: 47% !important;
}

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

.w-60cent {
  width: 60% !important;
}

.w-66cent {
  width: 66% !important;
}

.w-68cent {
  width: 68% !important;
}

.w-70cent {
  width: 70% !important;
}

.w-80vw {
  width: 20vw !important;
}

.w-80cent {
  width: 80% !important;
}

.w-85cent {
  width: 85% !important;
}

.w-90cent {
  width: 90% !important;
}

.w-100vw {
  width: 25vw !important;
}

.w-115cent {
  width: 115% !important;
}

.w-120vw {
  width: 30vw !important;
}

.w-125cent {
  width: 125% !important;
}

.w-130cent {
  width: 130% !important;
}

.w-140vw {
  width: 35vw !important;
}

.w-150cent {
  width: 150% !important;
}

.w-160vw {
  width: 40vw !important;
}

.w-165cent {
  width: 165% !important;
}

.w-180vw {
  width: 45vw !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

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

.w-220vw {
  width: 55vw !important;
}

.max-w-18 {
  max-width: 4.5rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-20cent {
  height: 20% !important;
}

.h-26cent {
  height: 26% !important;
}

.h-37cent {
  height: 37% !important;
}

.h-48cent {
  height: 48% !important;
}

.h-55vw {
  height: 13.75vw !important;
}

.h-59cent {
  height: 59% !important;
}

.h-60cent {
  height: 60% !important;
}

.h-65cent {
  height: 65% !important;
}

.h-70cent {
  height: 70% !important;
}

.h-81cent {
  height: 81% !important;
}

.h-85 {
  height: 21.25rem !important;
}

.h-90cent {
  height: 90% !important;
}

.h-110cent {
  height: 110% !important;
}

.h-125vw {
  height: 31.25vw !important;
}

.h-200vw {
  height: 50vw !important;
}

.h-200cent {
  height: 200% !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-2px {
  height: 2px !important;
}

.h-3px {
  height: 3px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0rem !important;
}

.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10cent {
  margin-top: 10% !important;
  margin-bottom: 10% !important;
}

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

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

.mt-4cent {
  margin-top: 4% !important;
}

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

.mt-5cent {
  margin-top: 5% !important;
}

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

.mt-6cent {
  margin-top: 6% !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-7cent {
  margin-top: 7% !important;
}

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

.mt-8cent {
  margin-top: 8% !important;
}

.mt-10cent {
  margin-top: 10% !important;
}

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

.mt-13cent {
  margin-top: 13% !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

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

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

.me--px {
  margin-right: -1px !important;
}

.me--45cent {
  margin-right: -45% !important;
}

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

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

.mb-2cent {
  margin-bottom: 2% !important;
}

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

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

.mb-6vw {
  margin-bottom: 1.5vw !important;
}

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

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

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

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

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

.mb--5cent {
  margin-bottom: -5% !important;
}

.mb--6cent {
  margin-bottom: -6% !important;
}

.ms-1cent {
  margin-left: 1% !important;
}

.ms-2cent {
  margin-left: 2% !important;
}

.ms-auto {
  margin-left: auto !important;
}

.ms--px {
  margin-left: -1px !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

.p-2cent {
  padding: 2% !important;
}

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

.p-3cent {
  padding: 3% !important;
}

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

.p-4cent {
  padding: 4% !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-5cent {
  padding: 5% !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-6vw {
  padding: 1.5vw !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-8cent {
  padding: 8% !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10cent {
  padding: 10% !important;
}

.px-2vw {
  padding-right: 0.5vw !important;
  padding-left: 0.5vw !important;
}

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

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4cent {
  padding-right: 4% !important;
  padding-left: 4% !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-6cent {
  padding-right: 6% !important;
  padding-left: 6% !important;
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2cent {
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4vw {
  padding-top: 1vw !important;
  padding-bottom: 1vw !important;
}

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

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-30 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

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

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

.pt-5cent {
  padding-top: 5% !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-25cent {
  padding-top: 25% !important;
}

.pt-30 {
  padding-top: 7.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

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

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

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

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

.gap-3cent {
  gap: 3% !important;
}

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

.gap-4vw {
  gap: 1vw !important;
}

.gap-5vw {
  gap: 1.25vw !important;
}

.gap-5cent {
  gap: 5% !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-6vw {
  gap: 1.5vw !important;
}

.gap-6cent {
  gap: 6% !important;
}

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

.gap-8vw {
  gap: 2vw !important;
}

.gap-8cent {
  gap: 8% !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

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

.gap-20vw {
  gap: 5vw !important;
}

.gap-30vw {
  gap: 7.5vw !important;
}

.gap-56vw {
  gap: 14vw !important;
}

.gap-px {
  gap: 1px !important;
}

.text-2 {
  font-size: 0.5rem !important;
}

.text-3 {
  font-size: 0.75rem !important;
}

.text-4 {
  font-size: 1rem !important;
}

.text-5 {
  font-size: 1.25rem !important;
}

.text-6 {
  font-size: 1.5rem !important;
}

.text-7 {
  font-size: 1.75rem !important;
}

.text-8 {
  font-size: 2rem !important;
}

.text-14vw {
  font-size: 3.5vw !important;
}

.text-30vw {
  font-size: 7.5vw !important;
}

.text-36vw {
  font-size: 9vw !important;
}

.text-45vw {
  font-size: 11.25vw !important;
}

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

.text-heading-aside {
  font-size: clamp(0.9375rem, 0.3031rem + 1.3216vw, 10rem) !important;
}

.text-heading-card {
  font-size: clamp(1rem, 0.0837rem + 1.909vw, 10rem) !important;
}

.text-heading-01 {
  font-size: clamp(2.5rem, 0.033rem + 5.1395vw, 10rem) !important;
}

.text-heading-02 {
  font-size: clamp(1.625rem, 0.0039rem + 3.3774vw, 10rem) !important;
}

.text-heading-03 {
  font-size: clamp(1.125rem, 0.0677rem + 2.2026vw, 10rem) !important;
}

.text-heading-04 {
  font-size: clamp(0.875rem, 0.0292rem + 1.7621vw, 10rem) !important;
}

.text-paragraph {
  font-size: clamp(0.75rem, 0.3271rem + 0.8811vw, 10rem) !important;
}

.text-legal {
  font-size: clamp(0.5rem, 0.1476rem + 0.7342vw, 10rem) !important;
}

.text-fineprint {
  font-size: clamp(0.5rem, 0.1476rem + 0.7342vw, 1rem) !important;
}

.fw-light {
  font-weight: 300 !important;
}

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

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

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

.text-decoration-none {
  text-decoration: none !important;
}

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

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

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-black-20 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-20-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-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

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

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

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

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

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

.min-h-130 {
  min-height: 32.5rem !important;
}

.min-h-160 {
  min-height: 40rem !important;
}

.min-h-svh {
  min-height: 100svh !important;
}

.translate-x-0 {
  translate: 0rem 0 !important;
}

.translate-x-70cent {
  translate: 70% 0 !important;
}

.translate-x-75cent {
  translate: 75% 0 !important;
}

.translate-x--20cent {
  translate: -20% 0 !important;
}

.translate-x--50cent {
  translate: -50% 0 !important;
}

.translate-x--70cent {
  translate: -70% 0 !important;
}

.translate-y-0 {
  translate: 0 0rem !important;
}

.translate-y--20cent {
  translate: 0 -20% !important;
}

.translate-y--50cent {
  translate: 0 -50% !important;
}

.gap-x-6vw {
  -moz-column-gap: 1.5vw !important;
       column-gap: 1.5vw !important;
}

.gap-x-8vw {
  -moz-column-gap: 2vw !important;
       column-gap: 2vw !important;
}

.gap-y-6vw {
  row-gap: 1.5vw !important;
}

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

.gap-y-8vw {
  row-gap: 2vw !important;
}

.gap-y-26vw {
  row-gap: 6.5vw !important;
}

.scale-xalt {
  scale: -1 1 !important;
}

.scale-100 {
  scale: 1 !important;
}

.scale-105 {
  scale: 1.05 !important;
}

.scale-110 {
  scale: 1.1 !important;
}

.scale-115 {
  scale: 1.15 !important;
}

.scale-125 {
  scale: 1.25 !important;
}

.scale-150 {
  scale: 1.5 !important;
}

.scale-175 {
  scale: 1.75 !important;
}

.scale-200 {
  scale: 2 !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr) !important;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr) !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.origin-center {
  transform-origin: center !important;
}

.object-position-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.object-position-start {
  -o-object-position: left !important;
     object-position: left !important;
}

.border-solid {
  border-style: solid !important;
}

.ratio-1x08 {
  aspect-ratio: 1.25 !important;
}

.ratio-1x1 {
  aspect-ratio: 1 !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-25vw {
    width: 6.25vw !important;
  }
  .w-sm-30cent {
    width: 30% !important;
  }
  .w-sm-90cent {
    width: 90% !important;
  }
  .h-sm-35vw {
    height: 8.75vw !important;
  }
  .h-sm-60cent {
    height: 60% !important;
  }
  .pt-sm-10cent {
    padding-top: 10% !important;
  }
  .pt-sm-15cent {
    padding-top: 15% !important;
  }
  .text-sm-14 {
    font-size: 3.5rem !important;
  }
  .text-sm-20vw {
    font-size: 5vw !important;
  }
  .min-h-sm-120 {
    min-height: 30rem !important;
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 768px) {
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .top-md-0 {
    top: 0rem !important;
  }
  .top-md-39cent {
    top: 39% !important;
  }
  .top-md-50cent {
    top: 50% !important;
  }
  .top-md-75cent {
    top: 75% !important;
  }
  .top-md-auto {
    top: auto !important;
  }
  .top-md--25cent {
    top: -25% !important;
  }
  .bottom-md-0 {
    bottom: 0rem !important;
  }
  .bottom-md-5cent {
    bottom: 5% !important;
  }
  .bottom-md--2cent {
    bottom: -2% !important;
  }
  .bottom-md--10cent {
    bottom: -10% !important;
  }
  .start-md-85cent {
    left: 85% !important;
  }
  .start-md-auto {
    left: auto !important;
  }
  .end-md--2cent {
    right: -2% !important;
  }
  .end-md--10cent {
    right: -10% !important;
  }
  .end-md--15cent {
    right: -15% !important;
  }
  .end-md--30cent {
    right: -30% !important;
  }
  .end-md--40cent {
    right: -40% !important;
  }
  .end-md--50cent {
    right: -50% !important;
  }
  .w-md-4vw {
    width: 1vw !important;
  }
  .w-md-5cent {
    width: 5% !important;
  }
  .w-md-7cent {
    width: 7% !important;
  }
  .w-md-20cent {
    width: 20% !important;
  }
  .w-md-30cent {
    width: 30% !important;
  }
  .w-md-40cent {
    width: 40% !important;
  }
  .w-md-45cent {
    width: 45% !important;
  }
  .w-md-54cent {
    width: 54% !important;
  }
  .w-md-55cent {
    width: 55% !important;
  }
  .w-md-60cent {
    width: 60% !important;
  }
  .w-md-65cent {
    width: 65% !important;
  }
  .w-md-70cent {
    width: 70% !important;
  }
  .w-md-75cent {
    width: 75% !important;
  }
  .w-md-80cent {
    width: 80% !important;
  }
  .w-md-88vw {
    width: 22vw !important;
  }
  .w-md-90cent {
    width: 90% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-full {
    width: 100% !important;
  }
  .max-w-md-45cent {
    max-width: 45% !important;
  }
  .h-md-1 {
    height: 0.25rem !important;
  }
  .h-md-40cent {
    height: 40% !important;
  }
  .h-md-55cent {
    height: 55% !important;
  }
  .h-md-90cent {
    height: 90% !important;
  }
  .h-md-100vw {
    height: 25vw !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-full {
    height: 100% !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-md-3cent {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
  }
  .my-md-10cent {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-5vw {
    margin-top: 1.25vw !important;
  }
  .mt-md-5cent {
    margin-top: 5% !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-7cent {
    margin-top: 7% !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .me-md-10cent {
    margin-right: 10% !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-3cent {
    margin-bottom: 3% !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4cent {
    margin-bottom: 4% !important;
  }
  .mb-md-5cent {
    margin-bottom: 5% !important;
  }
  .mb-md-8vw {
    margin-bottom: 2vw !important;
  }
  .mb-md-8cent {
    margin-bottom: 8% !important;
  }
  .mb-md-10cent {
    margin-bottom: 10% !important;
  }
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  .ms-md-0 {
    margin-left: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .p-md-5cent {
    padding: 5% !important;
  }
  .p-md-8vw {
    padding: 2vw !important;
  }
  .p-md-10cent {
    padding: 10% !important;
  }
  .p-md-20vw {
    padding: 5vw !important;
  }
  .px-md-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-3cent {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  .px-md-5cent {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-2cent {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
  }
  .py-md-4cent {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
  }
  .py-md-8vw {
    padding-top: 2vw !important;
    padding-bottom: 2vw !important;
  }
  .py-md-10cent {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  .py-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pt-md-15cent {
    padding-top: 15% !important;
  }
  .pt-md-20vw {
    padding-top: 5vw !important;
  }
  .pe-md-15 {
    padding-right: 3.75rem !important;
  }
  .pb-md-12vw {
    padding-bottom: 3vw !important;
  }
  .ps-md-25cent {
    padding-left: 25% !important;
  }
  .gap-md-0 {
    gap: 0rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  .gap-md-3vw {
    gap: 0.75vw !important;
  }
  .gap-md-3cent {
    gap: 3% !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-5vw {
    gap: 1.25vw !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-6vw {
    gap: 1.5vw !important;
  }
  .gap-md-8vw {
    gap: 2vw !important;
  }
  .gap-md-10vw {
    gap: 2.5vw !important;
  }
  .gap-md-12 {
    gap: 3rem !important;
  }
  .gap-md-24vw {
    gap: 6vw !important;
  }
  .gap-md-30 {
    gap: 7.5rem !important;
  }
  .text-md-3 {
    font-size: 0.75rem !important;
  }
  .text-md-4 {
    font-size: 1rem !important;
  }
  .text-md-7 {
    font-size: 1.75rem !important;
  }
  .text-md-23vw {
    font-size: 5.75vw !important;
  }
  .text-md-30vw {
    font-size: 7.5vw !important;
  }
  .text-md-heading-banner {
    font-size: clamp(2.125rem, 0.1514rem + 4.1116vw, 10rem) !important;
  }
  .text-md-heading-section {
    font-size: clamp(1.75rem, 0.0936rem + 3.4508vw, 10rem) !important;
  }
  .text-md-heading-question {
    font-size: clamp(0.75rem, 0.3271rem + 1.1811vw, 10rem) !important;
  }
  .text-md-heading-01 {
    font-size: clamp(2.5rem, 0.033rem + 5.1395vw, 10rem) !important;
  }
  .text-md-heading-03 {
    font-size: clamp(1.125rem, 0.0677rem + 2.2026vw, 10rem) !important;
  }
  .text-md-heading-04 {
    font-size: clamp(0.875rem, 0.0292rem + 1.7621vw, 10rem) !important;
  }
  .text-md-heading-05 {
    font-size: clamp(1rem, 0.4071rem + 0.9811vw, 10rem) !important;
  }
  .text-md-paragraph {
    font-size: clamp(0.75rem, 0.3271rem + 0.8811vw, 10rem) !important;
  }
  .text-md-small {
    font-size: clamp(0.5rem, 0.1476rem + 0.7342vw, 1.25rem) !important;
  }
  .min-h-md-svh {
    min-height: 100svh !important;
  }
  .gap-y-md-10 {
    row-gap: 2.5rem !important;
  }
  .gap-y-md-12vw {
    row-gap: 3vw !important;
  }
  .gap-y-md-40vw {
    row-gap: 10vw !important;
  }
  .scale-md-100 {
    scale: 1 !important;
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, 1fr) !important;
  }
  .ratio-md-auto {
    aspect-ratio: auto !important;
  }
  .ratio-md-1x06 {
    aspect-ratio: 1.6666666667 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .top-lg-55cent {
    top: 55% !important;
  }
  .top-lg--50cent {
    top: -50% !important;
  }
  .end-lg-0 {
    right: 0rem !important;
  }
  .end-lg-5cent {
    right: 5% !important;
  }
  .end-lg--1 {
    right: -0.25rem !important;
  }
  .end-lg--15cent {
    right: -15% !important;
  }
  .w-lg-17vw {
    width: 4.25vw !important;
  }
  .w-lg-75cent {
    width: 75% !important;
  }
  .w-lg-80cent {
    width: 80% !important;
  }
  .h-lg-25vw {
    height: 6.25vw !important;
  }
  .h-lg-60cent {
    height: 60% !important;
  }
  .h-lg-90cent {
    height: 90% !important;
  }
  .h-lg-full {
    height: 100% !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-5cent {
    margin-top: 5% !important;
  }
  .mt-lg-12cent {
    margin-top: 12% !important;
  }
  .mb-lg--3 {
    margin-bottom: -0.75rem !important;
  }
  .p-lg-18vw {
    padding: 4.5vw !important;
  }
  .pt-lg-10cent {
    padding-top: 10% !important;
  }
  .pt-lg-12cent {
    padding-top: 12% !important;
  }
  .gap-lg-18 {
    gap: 4.5rem !important;
  }
  .text-lg-18vw {
    font-size: 4.5vw !important;
  }
  .text-lg-24vw {
    font-size: 6vw !important;
  }
  .text-lg-heading-banner {
    font-size: clamp(2.125rem, 0.1514rem + 4.1116vw, 10rem) !important;
  }
  .text-lg-heading-section {
    font-size: clamp(1.75rem, 0.0936rem + 3.4508vw, 10rem) !important;
  }
  .text-lg-heading-aside {
    font-size: clamp(0.9375rem, 0.3031rem + 1.3216vw, 10rem) !important;
  }
  .text-lg-heading-05 {
    font-size: clamp(1rem, 0.4071rem + 0.9811vw, 10rem) !important;
  }
  .text-lg-paragraph {
    font-size: clamp(0.75rem, 0.3271rem + 0.8811vw, 10rem) !important;
  }
  .min-h-lg-140 {
    min-height: 35rem !important;
  }
  .translate-y-lg-3 {
    translate: 0 0.75rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .top-xl-55cent {
    top: 55% !important;
  }
  .top-xl-60cent {
    top: 60% !important;
  }
  .top-xl-3px {
    top: 3px !important;
  }
  .bottom-xl-10cent {
    bottom: 10% !important;
  }
  .start-xl-60cent {
    left: 60% !important;
  }
  .end-xl--14cent {
    right: -14% !important;
  }
  .w-xl-15vw {
    width: 3.75vw !important;
  }
  .w-xl-18 {
    width: 4.5rem !important;
  }
  .w-xl-50cent {
    width: 50% !important;
  }
  .w-xl-100vw {
    width: 25vw !important;
  }
  .w-xl-120vw {
    width: 30vw !important;
  }
  .w-xl-140vw {
    width: 35vw !important;
  }
  .w-xl-full {
    width: 100% !important;
  }
  .max-w-xl-200vw {
    max-width: 50vw !important;
  }
  .h-xl-1 {
    height: 0.25rem !important;
  }
  .h-xl-20vw {
    height: 5vw !important;
  }
  .h-xl-60cent {
    height: 60% !important;
  }
  .h-xl-full {
    height: 100% !important;
  }
  .py-xl-6vw {
    padding-top: 1.5vw !important;
    padding-bottom: 1.5vw !important;
  }
  .pt-xl-9cent {
    padding-top: 9% !important;
  }
  .gap-xl-6cent {
    gap: 6% !important;
  }
  .text-xl-heading-banner {
    font-size: clamp(2.125rem, 0.1514rem + 4.1116vw, 10rem) !important;
  }
  .text-xl-heading-04 {
    font-size: clamp(0.875rem, 0.0292rem + 1.7621vw, 10rem) !important;
  }
  .text-xl-paragraph {
    font-size: clamp(0.75rem, 0.3271rem + 0.8811vw, 10rem) !important;
  }
  .text-xl-button {
    font-size: clamp(0.75rem, 0.3271rem + 0.8811vw, 1.75rem) !important;
  }
  .text-xl-legal {
    font-size: clamp(0.5rem, 0.1476rem + 0.7342vw, 10rem) !important;
  }
  .text-xl-small {
    font-size: clamp(0.5rem, 0.1476rem + 0.7342vw, 1.25rem) !important;
  }
  .text-xl-toggle {
    font-size: clamp(0.75rem, 0.3271rem + 0.8811vw, 1.25rem) !important;
  }
  .min-h-xl-auto {
    min-height: auto !important;
  }
  .min-h-xl-svh {
    min-height: 100svh !important;
  }
  .translate-x-xl-full {
    translate: 100% 0 !important;
  }
}
@media (min-width: 1400px) {
  .end-xxl--12cent {
    right: -12% !important;
  }
  .w-xxl-10vw {
    width: 2.5vw !important;
  }
  .w-xxl-20 {
    width: 5rem !important;
  }
  .w-xxl-70vw {
    width: 17.5vw !important;
  }
  .w-xxl-72vw {
    width: 18vw !important;
  }
  .w-xxl-75vw {
    width: 18.75vw !important;
  }
  .w-xxl-85vw {
    width: 21.25vw !important;
  }
  .w-xxl-90vw {
    width: 22.5vw !important;
  }
  .w-xxl-100vw {
    width: 25vw !important;
  }
  .w-xxl-120vw {
    width: 30vw !important;
  }
  .w-xxl-125vw {
    width: 31.25vw !important;
  }
  .w-xxl-135vw {
    width: 33.75vw !important;
  }
  .w-xxl-190vw {
    width: 47.5vw !important;
  }
  .h-xxl-15vw {
    height: 3.75vw !important;
  }
  .h-xxl-60cent {
    height: 60% !important;
  }
  .p-xxl-16vw {
    padding: 4vw !important;
  }
  .pt-xxl-7cent {
    padding-top: 7% !important;
  }
  .text-xxl-14vw {
    font-size: 3.5vw !important;
  }
  .translate-x-xxl-125cent {
    translate: 125% 0 !important;
  }
}

.hover-translate-x-5vw:hover {
  transform: translateX(1.25vw) !important;
}
@media (min-width: 768px) {
  .hover-w-md-200cent:hover {
    width: 200% !important;
  }
}
.hover-w-275cent:hover {
  width: 275% !important;
}

.hover-translate-x--15:hover {
  transform: translateX(-3.75rem) !important;
}

.hover-translate-y--23:hover {
  transform: translateY(-5.75rem) !important;
}

.hover-bg-beige-80:hover {
  background-color: #d3cfc2 !important;
}
.divide-beige-50 > * + * {
  border-top: 1px solid #e3e1d9 !important;
  border-left: 1px solid #e3e1d9 !important;
}

.divide-x-beige-50 > * + * {
  border-left: 1px solid #e3e1d9 !important;
}

.divide-y-beige-50 > * + * {
  border-top: 1px solid #e3e1d9 !important;
}

.hover-text-green:hover {
  color: #445d5c !important;
}

.hover-border-green:hover {
  border-color: #445d5c !important;
}

.hover-bg-green-80:hover {
  background-color: #697d7d !important;
}

.hover-bg-green-30:hover {
  background-color: #c7cece !important;
}

.hover-bg-blue-80:hover {
  background-color: #4d5569 !important;
}
@media (min-width: 768px) {
  .text-md-blue-60 {
    color: #797f8f !important;
  }
}

.hover-bg-sky-80:hover {
  background-color: #a9c5c9 !important;
}

.hover-bg-sky-40:hover {
  background-color: #d4e2e4 !important;
}

.hover-bg-sky-30:hover {
  background-color: #dfe9eb !important;
}

.hover-bg-orange-30:hover {
  background-color: #E9D5C2 !important;
}
.divide-red-70 > * + * {
  border-top: 1px solid #BF7175 !important;
  border-left: 1px solid #BF7175 !important;
}

.hover-bg-red-30:hover {
  background-color: #E4C2C4 !important;
}

.divide-x-red-30 > * + * {
  border-left: 1px solid #E4C2C4 !important;
}

:root {
  --header-height: 85px;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

body * {
  margin-bottom: 0;
}

.hide-scrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.font-arabic {
  font-family: "Helvetica Neue LT Arabic", sans-serif;
}

.font-arial {
  font-family: Arial, sans-serif;
}

.font-tahoma {
  font-family: Tahoma, sans-serif;
}

.container-fluid {
  padding-left: clamp(0.875rem, 0.5226rem + 0.7342vw, 1.5rem);
  padding-right: clamp(0.875rem, 0.5226rem + 0.7342vw, 1.5rem);
}

.w-fully {
  width: calc(100% + 1.5rem) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

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

.text-lg-heading-section {
  margin-top: -0.5%;
}

.answer a {
  color: rgba(var(--bs-green-rgb)) !important;
  font-weight: 700;
}

span {
  vertical-align: text-top;
}

.transition {
  transition-timing-function: ease-in-out;
}
.transition.duration-250 {
  transition-duration: 0.25s;
}
.transition.duration-300 {
  transition-duration: 0.3s;
}
.transition.duration-400 {
  transition-duration: 0.4s;
}
.transition.duration-500 {
  transition-duration: 0.5s;
}
.transition.duration-700 {
  transition-duration: 0.7s;
}
.transition.duration-800 {
  transition-duration: 0.8s;
}
.transition.transition-all {
  transition-property: all;
}
.transition.transition-opacity {
  transition-property: opacity;
}
.transition.transition-color {
  transition-property: color;
}
.transition.transition-bg {
  transition-property: background-color;
}

.ratio-1x1 {
  aspect-ratio: 1/1;
}

.rotate-10 {
  rotate: 10deg;
}

.rotate-180 {
  rotate: 180deg;
}

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

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

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

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.custom-slider .slide {
  cursor: pointer;
  transition: all 0.4s ease;
  transform-origin: center left;
}
.custom-slider.templates .slide {
  width: 35%;
}
@media only screen and (min-width: 767px) {
  .custom-slider.templates .slide {
    width: 30% !important;
  }
}
@media only screen and (min-width: 992px) {
  .custom-slider.templates .slide {
    width: 23% !important;
  }
}
.custom-slider.templates .slide.active {
  width: 58%;
}
@media only screen and (min-width: 767px) {
  .custom-slider.templates .slide.active {
    width: 50% !important;
  }
}
@media only screen and (min-width: 992px) {
  .custom-slider.templates .slide.active {
    width: 40% !important;
  }
}
.custom-slider.principals .slide {
  background-color: #e3e1d9;
  width: 35%;
}
@media only screen and (min-width: 767px) {
  .custom-slider.principals .slide {
    width: 30% !important;
  }
}
@media only screen and (min-width: 992px) {
  .custom-slider.principals .slide {
    width: 23% !important;
  }
}
.custom-slider.principals .slide h3 {
  color: #636a7c;
  font-size: clamp(0.75rem, 0.3271rem + 0.8811vw, 10rem);
}
.custom-slider.principals .slide .description {
  opacity: 0;
  font-size: 0;
}
.custom-slider.principals .slide .outcome {
  color: #636a7c;
  font-size: clamp(0.5rem, 0.1476rem + 0.7342vw, 10rem);
  opacity: 0;
}
.custom-slider.principals .slide.active {
  background-color: #4d5569 !important;
  width: 58%;
}
@media only screen and (min-width: 767px) {
  .custom-slider.principals .slide.active {
    width: 50% !important;
  }
}
@media only screen and (min-width: 992px) {
  .custom-slider.principals .slide.active {
    width: 40% !important;
  }
}
.custom-slider.principals .slide.active .bg-hover {
  display: none !important;
}
.custom-slider.principals .slide.active h3 {
  color: #e9e7e1;
  font-size: clamp(0.875rem, 0.0292rem + 1.7621vw, 10rem);
}
.custom-slider.principals .slide.active h3 br {
  display: none;
}
.custom-slider.principals .slide.active .description {
  opacity: 1;
  font-size: clamp(0.75rem, 0.3271rem + 0.8811vw, 10rem);
}
.custom-slider.principals .slide.active .outcome {
  color: #D3AA85;
  font-size: clamp(0.75rem, 0.3271rem + 0.8811vw, 10rem);
  opacity: 1;
}

.princial-slider .is-active h3 br {
  display: none;
}

.fill-text-wrapper .line {
  display: inline-block;
  background: linear-gradient(90deg, #000 50%, #e6e6e6 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
  .no-br-mobile br {
    display: none;
  }
}

.card {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50px) translateX(50px);
  transform-origin: 0 0;
  transition: transform 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s, background-color 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s, height 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0px;
  border-radius: 0px;
  pointer-events: auto;
  height: 100%;
}
.card .card-number {
  top: 1vw;
  right: 1vw;
}

.card--current {
  background-color: #ffffff;
  z-index: 5;
  position: relative;
  transform: translateX(0vw) translateY(0vw);
}

.card--next {
  background-color: #BCB6A0;
  z-index: 4;
  transform: translateY(-3.5vw) translateX(3.5vw);
  height: calc(100% + 3.5vw);
}

.card--before-out {
  background-color: #AEA481;
  z-index: 3;
  transform: translateY(-7vw) translateX(7vw);
  height: calc(100% + 7vw);
}

.card--out {
  background-color: #8F8566;
  z-index: 2;
  transform: translateY(-10.5vw) translateX(10.5vw);
  height: calc(100% + 10.5vw);
}

@keyframes card-out {
  0% {
    transform: translateY(0vw);
  }
  50% {
    transform: translateY(-20.5vw) translateX(0vw);
  }
  100% {
    transform: translateY(-10.5vw) translateX(10.5vw);
  }
}
.bp-cards .content {
  opacity: 0;
}
.bp-cards .splide__slide {
  background-color: #BCB6A0;
}
.bp-cards .is-active {
  background-color: #FFFFFF;
}
.bp-cards .is-active .content {
  opacity: 1;
}
.bp-cards .is-next {
  background-color: #BCB6A0;
}
.bp-cards .is-prev {
  background-color: #AEA481;
}

.animate-lines span {
  transition: width 3s ease-out, height 5s ease-out;
}

.animate-lines span.grow-x {
  width: 0;
  height: 1px;
}

.animate-lines span.grow-y {
  height: 0;
  width: 1px;
}

.animate-lines.loaded .grow-x {
  width: 1000%;
}

.animate-lines.loaded .grow-y {
  height: 1000%;
}

.on-hover.focused .opacitytarget {
  opacity: 1 !important;
}
.on-hover.focused .textwhitetarget {
  color: white !important;
}
.on-hover.focused .fwboldtarget {
  font-weight: 700 !important;
}
.on-hover.focused .scaletarget.hover-scale-100 {
  scale: 1 !important;
}
.on-hover.focused .scaletarget.hover-scale-110 {
  scale: 1.1 !important;
}
.on-hover.focused .scaletarget.hover-scale-115 {
  scale: 1.15 !important;
}
.on-hover.focused .scaletarget.hover-scale-140 {
  scale: 1.4 !important;
}
.on-hover.focused .scaletarget.hover-scale-200 {
  scale: 2 !important;
}
.on-hover.focused .rotatetarget.hover-rotate-10 {
  rotate: 10deg !important;
}
.on-hover.focused .translatetarget.hover-translate-x-5vw {
  --tx: 5vw;
}
.on-hover.focused .translatetarget.hover-translate-x--15 {
  --tx: -15%;
}
.on-hover.focused .translatetarget.hover-translate-y--23 {
  --ty: -23%;
}
.on-hover.focused .translatetarget {
  transform: translate(var(--tx, 0), var(--ty, 0)) !important;
}
.on-hover.focused .toptarget.hover-top-2 {
  top: 1rem !important;
}
.on-hover.focused .toptarget.hover-top-4 {
  top: 2rem !important;
}
.on-hover.focused .toptarget.hover-top-6 {
  top: 3rem !important;
}
.on-hover.focused .toptarget.hover-top-120cent {
  top: 60% !important;
}
@media (min-width: 768px) {
  .on-hover.focused .toptarget.hover-top-md-5 {
    top: 2.5rem !important;
  }
  .on-hover.focused .toptarget.hover-top-md-10 {
    top: 5rem !important;
  }
  .on-hover.focused .toptarget.hover-top-md-15 {
    top: 7.5rem !important;
  }
}
.on-hover.focused .starttarget.hover-start-100cent {
  left: 50% !important;
}
.on-hover.focused .widthtarget.hover-width-20vw {
  width: 20vw !important;
}
.on-hover.focused .heighttarget.hover-height-16vw {
  height: 16vw !important;
}
.on-hover.focused .bgtarget.hover-bg-beige-80 {
  background-color: #d3cfc2 !important;
}
.on-hover.focused .bgtarget.hover-bg-green-80 {
  background-color: #697d7d !important;
}
.on-hover.focused .bgtarget.hover-bg-green-30 {
  background-color: #c7cece !important;
}
.on-hover.focused .bgtarget.hover-bg-blue-80 {
  background-color: #4d5569 !important;
}
.on-hover.focused .bgtarget.hover-bg-sky-80 {
  background-color: #a9c5c9 !important;
}
.on-hover.focused .bgtarget.hover-bg-sky-40 {
  background-color: #d4e2e4 !important;
}
.on-hover.focused .bgtarget.hover-bg-sky-30 {
  background-color: #dfe9eb !important;
}
.on-hover.focused .bgtarget.hover-bg-orange-30 {
  background-color: #E9D5C2 !important;
}
.on-hover.focused .bgtarget.hover-bg-red-30 {
  background-color: #E4C2C4 !important;
}
.on-hover.focused .colortarget.hover-text-green {
  color: #445d5c !important;
}

.on-hover-nested.focused .nestedtarget.hover-opacity-visible {
  opacity: 1 !important;
}

@media only screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
  .on-hover:hover .opacitytarget,
  .on-hover.focused .opacitytarget {
    opacity: 1 !important;
  }
  .on-hover:hover .opacitytarget.hover-opacity-50,
  .on-hover.focused .opacitytarget.hover-opacity-50 {
    opacity: 0.5 !important;
  }
  .on-hover:hover .textwhitetarget,
  .on-hover.focused .textwhitetarget {
    color: white !important;
  }
  .on-hover:hover .fwboldtarget,
  .on-hover.focused .fwboldtarget {
    font-weight: 700 !important;
  }
  .on-hover:hover .scaletarget.hover-scale-100,
  .on-hover.focused .scaletarget.hover-scale-100 {
    scale: 1 !important;
  }
  .on-hover:hover .scaletarget.hover-scale-110,
  .on-hover.focused .scaletarget.hover-scale-110 {
    scale: 1.1 !important;
  }
  .on-hover:hover .scaletarget.hover-scale-115,
  .on-hover.focused .scaletarget.hover-scale-115 {
    scale: 1.15 !important;
  }
  .on-hover:hover .scaletarget.hover-scale-140,
  .on-hover.focused .scaletarget.hover-scale-140 {
    scale: 1.4 !important;
  }
  .on-hover:hover .scaletarget.hover-scale-200,
  .on-hover.focused .scaletarget.hover-scale-200 {
    scale: 2 !important;
  }
}
@media only screen and (min-width: 768px) {
  .on-hover:hover .rotatetarget.hover-rotate-10,
  .on-hover.focused .rotatetarget.hover-rotate-10 {
    rotate: 10deg !important;
  }
}
@media only screen and (min-width: 768px) {
  .on-hover:hover .translatetarget.hover-translate-x-5vw,
  .on-hover.focused .translatetarget.hover-translate-x-5vw {
    --tx: 5vw;
  }
  .on-hover:hover .translatetarget.hover-translate-x--15,
  .on-hover.focused .translatetarget.hover-translate-x--15 {
    --tx: -15%;
  }
  .on-hover:hover .translatetarget.hover-translate-y--23,
  .on-hover.focused .translatetarget.hover-translate-y--23 {
    --ty: -23%;
  }
  .on-hover:hover .translatetarget,
  .on-hover.focused .translatetarget {
    transform: translate(var(--tx, 0), var(--ty, 0)) !important;
  }
  .on-hover:hover .toptarget.hover-top-2,
  .on-hover.focused .toptarget.hover-top-2 {
    top: 1rem !important;
  }
  .on-hover:hover .toptarget.hover-top-4,
  .on-hover.focused .toptarget.hover-top-4 {
    top: 2rem !important;
  }
  .on-hover:hover .toptarget.hover-top-6,
  .on-hover.focused .toptarget.hover-top-6 {
    top: 3rem !important;
  }
  .on-hover:hover .toptarget.hover-top-120cent,
  .on-hover.focused .toptarget.hover-top-120cent {
    top: 60% !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .on-hover:hover .toptarget.hover-top-md-5,
  .on-hover.focused .toptarget.hover-top-md-5 {
    top: 2.5rem !important;
  }
  .on-hover:hover .toptarget.hover-top-md-10,
  .on-hover.focused .toptarget.hover-top-md-10 {
    top: 5rem !important;
  }
  .on-hover:hover .toptarget.hover-top-md-15,
  .on-hover.focused .toptarget.hover-top-md-15 {
    top: 7.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .on-hover:hover .starttarget.hover-start-100cent,
  .on-hover.focused .starttarget.hover-start-100cent {
    left: 50% !important;
  }
}
@media only screen and (min-width: 768px) {
  .on-hover:hover .widthtarget.hover-width-20vw,
  .on-hover.focused .widthtarget.hover-width-20vw {
    width: 20vw !important;
  }
}
@media only screen and (min-width: 768px) {
  .on-hover:hover .heighttarget.hover-height-16vw,
  .on-hover.focused .heighttarget.hover-height-16vw {
    height: 16vw !important;
  }
}
@media only screen and (min-width: 768px) {
  .on-hover:hover .bgtarget.hover-bg-beige-80,
  .on-hover.focused .bgtarget.hover-bg-beige-80 {
    background-color: #d3cfc2 !important;
  }
  .on-hover:hover .bgtarget.hover-bg-green-80,
  .on-hover.focused .bgtarget.hover-bg-green-80 {
    background-color: #697d7d !important;
  }
  .on-hover:hover .bgtarget.hover-bg-green-30,
  .on-hover.focused .bgtarget.hover-bg-green-30 {
    background-color: #c7cece !important;
  }
  .on-hover:hover .bgtarget.hover-bg-blue-80,
  .on-hover.focused .bgtarget.hover-bg-blue-80 {
    background-color: #4d5569 !important;
  }
  .on-hover:hover .bgtarget.hover-bg-sky-80,
  .on-hover.focused .bgtarget.hover-bg-sky-80 {
    background-color: #a9c5c9 !important;
  }
  .on-hover:hover .bgtarget.hover-bg-sky-40,
  .on-hover.focused .bgtarget.hover-bg-sky-40 {
    background-color: #d4e2e4 !important;
  }
  .on-hover:hover .bgtarget.hover-bg-sky-30,
  .on-hover.focused .bgtarget.hover-bg-sky-30 {
    background-color: #dfe9eb !important;
  }
  .on-hover:hover .bgtarget.hover-bg-orange-30,
  .on-hover.focused .bgtarget.hover-bg-orange-30 {
    background-color: #E9D5C2 !important;
  }
  .on-hover:hover .bgtarget.hover-bg-red-30,
  .on-hover.focused .bgtarget.hover-bg-red-30 {
    background-color: #E4C2C4 !important;
  }
  .on-hover:hover .colortarget.hover-text-green,
  .on-hover.focused .colortarget.hover-text-green {
    color: #445d5c !important;
  }
  .on-hover-nested:hover .nestedtarget.hover-opacity-visible,
  .on-hover-nested.focused .nestedtarget.hover-opacity-visible {
    opacity: 1 !important;
  }
  .brand-clip {
    clip-path: inset(4vh -100% 4vh 0% round 100%) !important;
  }
  .our-brand-ratio {
    aspect-ratio: 1.2;
  }
  .our-logo-ratio {
    aspect-ratio: 0.881;
  }
  .our-typography-ratio {
    aspect-ratio: 1.01;
  }
  .our-iconography-ratio {
    aspect-ratio: 0.99;
  }
  .graphic-elements-ratio {
    aspect-ratio: 0.9;
  }
}
#video-header {
  margin-top: var(--header-height);
}

@media only screen and (max-width: 1023px) {
  #video-header {
    height: calc(100svh - var(--header-height));
  }
}
@media only screen and (max-width: 1199px) {
  .splide__slide.on-hover-nested.is-active .nestedtarget.hover-opacity-visible {
    opacity: 1 !important;
  }
}
.side-menu {
  position: fixed;
  top: 0;
}

.side-menu-sticked {
  position: absolute !important;
}

.side-menu a span:last-child,
.side-menu a.active span:first-child {
  opacity: 0;
}

.side-menu a.active span:last-child {
  opacity: 1;
}

@media screen and (orientation: landscape) and (max-width: 992px) and (max-height: 600px) {
  .position-md-absolute {
    position: absolute !important;
  }
  .col-md-9 {
    flex: 0 0 auto !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .side-menu {
    display: none !important;
  }
  .min-h-smx-150svh {
    min-height: 150svh !important;
  }
  .w-smx-75cent {
    width: 75% !important;
  }
  .w-smx-65cent {
    width: 65% !important;
  }
  .top-smx--25cent {
    top: -25% !important;
  }
  .top-smx-26cent {
    top: 26% !important;
  }
  .top-smx-43cent {
    top: 43% !important;
  }
  .top-smx-55cent {
    top: 55% !important;
  }
  .h-smx-auto {
    height: auto !important;
  }
  .h-smx-90cent {
    height: 90% !important;
  }
  .h-smx-85cent {
    height: 85% !important;
  }
  .h-smx-82cent {
    height: 82% !important;
  }
  .h-smx-50cent {
    height: 50% !important;
  }
  .w-smx-40cent {
    width: 40% !important;
  }
  .w-smx-57cent {
    width: 57% !important;
  }
  .w-smx-200vw {
    width: 50vw !important;
  }
  .w-smx-140vw {
    width: 35vw !important;
  }
  .end-smx--0 {
    right: 0 !important;
  }
  .end-smx--5cent {
    right: -5% !important;
  }
  .end-smx--13cent {
    right: -13% !important;
  }
  .end-smx--15cent {
    right: -15% !important;
  }
}
@media only screen and (min-width: 1199px) {
  .hover-on-scale {
    transition: scale ease-in-out 0.4s;
  }
  .hover-on-scale:hover {
    scale: 0.95;
  }
  .offset-aside {
    margin-left: 22%;
  }
  .offset-width {
    flex: 0 0 auto;
    width: 78%;
  }
  .brand-clip {
    clip-path: inset(5vh -100% 5vh 0% round 100%) !important;
  }
  .card--current .card-number {
    top: 2vw;
    right: 2vw;
  }
  .top-xl-full--3px {
    top: calc(100% - 3px) !important;
  }
}
@media only screen and (max-width: 400px) {
  .btn-toggle-wrapper {
    font-size: 14px !important;
  }
  .btn-toggle-text {
    margin-bottom: -2px !important;
  }
  .btn-toggle {
    height: 28px !important;
    width: 46px !important;
  }
  .btn-toggle-circle {
    width: 22px !important;
  }
}
@media only screen and (min-width: 1700px) {
  .end-xxxl--15cent {
    right: -15% !important;
  }
  .p-xxxl-20 {
    padding: 5rem !important;
  }
  .py-xxxl-5cent {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
  .top-xxxl-20 {
    top: 4.5rem !important;
  }
  .end-xxxl-20 {
    right: 4.5rem !important;
  }
  .card--current .card-number {
    top: 3vw;
    right: 3vw;
  }
}
@media only screen and (min-width: 1900px) {
  .end-xxxxl--14cent {
    right: -14% !important;
  }
}
@media only screen and (min-width: 2400px) {
  .end-xxl24--10cent {
    right: -10% !important;
  }
  .brand-clip {
    clip-path: inset(-5vh -100% -5vh 0% round 100%) !important;
    scale: 118.5% !important;
  }
}
@media only screen and (min-width: 2700px) {
  .min-h-xxl24-svh {
    min-height: 120svh !important;
  }
}

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