@import url(https://use.typekit.net/kik4bcl.css);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
/* Breadcrumb variables */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
/*!
 * Bootstrap Reboot v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: 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: 8px;
  --bs-border-radius-lg: 24px;
  --bs-border-radius-xl: 32px;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  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],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1320px;
}

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

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 8px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 8px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 16px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 16px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 24px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 24px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 32px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 32px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 40px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 40px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 48px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 48px;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 56px;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 56px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 64px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 64px;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 72px;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 72px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 80px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 80px;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 88px;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 88px;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 96px;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 96px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 8px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 8px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 16px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 16px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 24px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 24px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 32px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 32px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 40px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 40px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 48px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 48px;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 56px;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 56px;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 64px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 64px;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 72px;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 72px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 80px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 80px;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 88px;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 88px;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 96px;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 96px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 8px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 8px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 16px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 16px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 24px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 24px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 32px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 32px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 40px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 40px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 48px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 48px;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 56px;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 56px;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 64px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 64px;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 72px;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 72px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 80px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 80px;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 88px;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 88px;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 96px;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 96px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 8px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 8px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 16px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 16px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 24px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 24px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 32px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 32px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 40px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 40px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 48px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 48px;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 56px;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 56px;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 64px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 64px;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 72px;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 72px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 80px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 80px;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 88px;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 88px;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 96px;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 96px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 8px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 8px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 16px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 16px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 24px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 24px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 32px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 32px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 40px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 40px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 48px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 48px;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 56px;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 56px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 64px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 64px;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 72px;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 72px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 80px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 80px;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 88px;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 88px;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 96px;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 96px;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

.m-7 {
  margin: 56px !important;
}

.m-8 {
  margin: 64px !important;
}

.m-9 {
  margin: 72px !important;
}

.m-10 {
  margin: 80px !important;
}

.m-11 {
  margin: 88px !important;
}

.m-12 {
  margin: 96px !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-2 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-3 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-4 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-5 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-6 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-7 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mx-8 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.mx-9 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.mx-10 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-11 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}

.mx-12 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-9 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-10 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-11 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.my-12 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 40px !important;
}

.p-6 {
  padding: 48px !important;
}

.p-7 {
  padding: 56px !important;
}

.p-8 {
  padding: 64px !important;
}

.p-9 {
  padding: 72px !important;
}

.p-10 {
  padding: 80px !important;
}

.p-11 {
  padding: 88px !important;
}

.p-12 {
  padding: 96px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

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

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

.px-7 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

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

.px-9 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.px-10 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-11 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}

.px-12 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

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

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-9 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-10 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-11 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.py-12 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

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

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 40px !important;
}

.pt-6 {
  padding-top: 48px !important;
}

.pt-7 {
  padding-top: 56px !important;
}

.pt-8 {
  padding-top: 64px !important;
}

.pt-9 {
  padding-top: 72px !important;
}

.pt-10 {
  padding-top: 80px !important;
}

.pt-11 {
  padding-top: 88px !important;
}

.pt-12 {
  padding-top: 96px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 8px !important;
}

.pe-2 {
  padding-right: 16px !important;
}

.pe-3 {
  padding-right: 24px !important;
}

.pe-4 {
  padding-right: 32px !important;
}

.pe-5 {
  padding-right: 40px !important;
}

.pe-6 {
  padding-right: 48px !important;
}

.pe-7 {
  padding-right: 56px !important;
}

.pe-8 {
  padding-right: 64px !important;
}

.pe-9 {
  padding-right: 72px !important;
}

.pe-10 {
  padding-right: 80px !important;
}

.pe-11 {
  padding-right: 88px !important;
}

.pe-12 {
  padding-right: 96px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 40px !important;
}

.pb-6 {
  padding-bottom: 48px !important;
}

.pb-7 {
  padding-bottom: 56px !important;
}

.pb-8 {
  padding-bottom: 64px !important;
}

.pb-9 {
  padding-bottom: 72px !important;
}

.pb-10 {
  padding-bottom: 80px !important;
}

.pb-11 {
  padding-bottom: 88px !important;
}

.pb-12 {
  padding-bottom: 96px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 8px !important;
}

.ps-2 {
  padding-left: 16px !important;
}

.ps-3 {
  padding-left: 24px !important;
}

.ps-4 {
  padding-left: 32px !important;
}

.ps-5 {
  padding-left: 40px !important;
}

.ps-6 {
  padding-left: 48px !important;
}

.ps-7 {
  padding-left: 56px !important;
}

.ps-8 {
  padding-left: 64px !important;
}

.ps-9 {
  padding-left: 72px !important;
}

.ps-10 {
  padding-left: 80px !important;
}

.ps-11 {
  padding-left: 88px !important;
}

.ps-12 {
  padding-left: 96px !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 8px !important;
  }
  .m-sm-2 {
    margin: 16px !important;
  }
  .m-sm-3 {
    margin: 24px !important;
  }
  .m-sm-4 {
    margin: 32px !important;
  }
  .m-sm-5 {
    margin: 40px !important;
  }
  .m-sm-6 {
    margin: 48px !important;
  }
  .m-sm-7 {
    margin: 56px !important;
  }
  .m-sm-8 {
    margin: 64px !important;
  }
  .m-sm-9 {
    margin: 72px !important;
  }
  .m-sm-10 {
    margin: 80px !important;
  }
  .m-sm-11 {
    margin: 88px !important;
  }
  .m-sm-12 {
    margin: 96px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sm-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-sm-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-sm-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-sm-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-sm-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-sm-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-11 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-sm-12 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-sm-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sm-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-sm-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-sm-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-sm-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-sm-12 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 8px !important;
  }
  .mt-sm-2 {
    margin-top: 16px !important;
  }
  .mt-sm-3 {
    margin-top: 24px !important;
  }
  .mt-sm-4 {
    margin-top: 32px !important;
  }
  .mt-sm-5 {
    margin-top: 40px !important;
  }
  .mt-sm-6 {
    margin-top: 48px !important;
  }
  .mt-sm-7 {
    margin-top: 56px !important;
  }
  .mt-sm-8 {
    margin-top: 64px !important;
  }
  .mt-sm-9 {
    margin-top: 72px !important;
  }
  .mt-sm-10 {
    margin-top: 80px !important;
  }
  .mt-sm-11 {
    margin-top: 88px !important;
  }
  .mt-sm-12 {
    margin-top: 96px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 8px !important;
  }
  .me-sm-2 {
    margin-right: 16px !important;
  }
  .me-sm-3 {
    margin-right: 24px !important;
  }
  .me-sm-4 {
    margin-right: 32px !important;
  }
  .me-sm-5 {
    margin-right: 40px !important;
  }
  .me-sm-6 {
    margin-right: 48px !important;
  }
  .me-sm-7 {
    margin-right: 56px !important;
  }
  .me-sm-8 {
    margin-right: 64px !important;
  }
  .me-sm-9 {
    margin-right: 72px !important;
  }
  .me-sm-10 {
    margin-right: 80px !important;
  }
  .me-sm-11 {
    margin-right: 88px !important;
  }
  .me-sm-12 {
    margin-right: 96px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 8px !important;
  }
  .mb-sm-2 {
    margin-bottom: 16px !important;
  }
  .mb-sm-3 {
    margin-bottom: 24px !important;
  }
  .mb-sm-4 {
    margin-bottom: 32px !important;
  }
  .mb-sm-5 {
    margin-bottom: 40px !important;
  }
  .mb-sm-6 {
    margin-bottom: 48px !important;
  }
  .mb-sm-7 {
    margin-bottom: 56px !important;
  }
  .mb-sm-8 {
    margin-bottom: 64px !important;
  }
  .mb-sm-9 {
    margin-bottom: 72px !important;
  }
  .mb-sm-10 {
    margin-bottom: 80px !important;
  }
  .mb-sm-11 {
    margin-bottom: 88px !important;
  }
  .mb-sm-12 {
    margin-bottom: 96px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 8px !important;
  }
  .ms-sm-2 {
    margin-left: 16px !important;
  }
  .ms-sm-3 {
    margin-left: 24px !important;
  }
  .ms-sm-4 {
    margin-left: 32px !important;
  }
  .ms-sm-5 {
    margin-left: 40px !important;
  }
  .ms-sm-6 {
    margin-left: 48px !important;
  }
  .ms-sm-7 {
    margin-left: 56px !important;
  }
  .ms-sm-8 {
    margin-left: 64px !important;
  }
  .ms-sm-9 {
    margin-left: 72px !important;
  }
  .ms-sm-10 {
    margin-left: 80px !important;
  }
  .ms-sm-11 {
    margin-left: 88px !important;
  }
  .ms-sm-12 {
    margin-left: 96px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 8px !important;
  }
  .p-sm-2 {
    padding: 16px !important;
  }
  .p-sm-3 {
    padding: 24px !important;
  }
  .p-sm-4 {
    padding: 32px !important;
  }
  .p-sm-5 {
    padding: 40px !important;
  }
  .p-sm-6 {
    padding: 48px !important;
  }
  .p-sm-7 {
    padding: 56px !important;
  }
  .p-sm-8 {
    padding: 64px !important;
  }
  .p-sm-9 {
    padding: 72px !important;
  }
  .p-sm-10 {
    padding: 80px !important;
  }
  .p-sm-11 {
    padding: 88px !important;
  }
  .p-sm-12 {
    padding: 96px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sm-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-sm-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-sm-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-sm-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-sm-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-sm-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-sm-11 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-sm-12 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-sm-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sm-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-sm-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-sm-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-sm-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-sm-11 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-sm-12 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 8px !important;
  }
  .pt-sm-2 {
    padding-top: 16px !important;
  }
  .pt-sm-3 {
    padding-top: 24px !important;
  }
  .pt-sm-4 {
    padding-top: 32px !important;
  }
  .pt-sm-5 {
    padding-top: 40px !important;
  }
  .pt-sm-6 {
    padding-top: 48px !important;
  }
  .pt-sm-7 {
    padding-top: 56px !important;
  }
  .pt-sm-8 {
    padding-top: 64px !important;
  }
  .pt-sm-9 {
    padding-top: 72px !important;
  }
  .pt-sm-10 {
    padding-top: 80px !important;
  }
  .pt-sm-11 {
    padding-top: 88px !important;
  }
  .pt-sm-12 {
    padding-top: 96px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 8px !important;
  }
  .pe-sm-2 {
    padding-right: 16px !important;
  }
  .pe-sm-3 {
    padding-right: 24px !important;
  }
  .pe-sm-4 {
    padding-right: 32px !important;
  }
  .pe-sm-5 {
    padding-right: 40px !important;
  }
  .pe-sm-6 {
    padding-right: 48px !important;
  }
  .pe-sm-7 {
    padding-right: 56px !important;
  }
  .pe-sm-8 {
    padding-right: 64px !important;
  }
  .pe-sm-9 {
    padding-right: 72px !important;
  }
  .pe-sm-10 {
    padding-right: 80px !important;
  }
  .pe-sm-11 {
    padding-right: 88px !important;
  }
  .pe-sm-12 {
    padding-right: 96px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 8px !important;
  }
  .pb-sm-2 {
    padding-bottom: 16px !important;
  }
  .pb-sm-3 {
    padding-bottom: 24px !important;
  }
  .pb-sm-4 {
    padding-bottom: 32px !important;
  }
  .pb-sm-5 {
    padding-bottom: 40px !important;
  }
  .pb-sm-6 {
    padding-bottom: 48px !important;
  }
  .pb-sm-7 {
    padding-bottom: 56px !important;
  }
  .pb-sm-8 {
    padding-bottom: 64px !important;
  }
  .pb-sm-9 {
    padding-bottom: 72px !important;
  }
  .pb-sm-10 {
    padding-bottom: 80px !important;
  }
  .pb-sm-11 {
    padding-bottom: 88px !important;
  }
  .pb-sm-12 {
    padding-bottom: 96px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 8px !important;
  }
  .ps-sm-2 {
    padding-left: 16px !important;
  }
  .ps-sm-3 {
    padding-left: 24px !important;
  }
  .ps-sm-4 {
    padding-left: 32px !important;
  }
  .ps-sm-5 {
    padding-left: 40px !important;
  }
  .ps-sm-6 {
    padding-left: 48px !important;
  }
  .ps-sm-7 {
    padding-left: 56px !important;
  }
  .ps-sm-8 {
    padding-left: 64px !important;
  }
  .ps-sm-9 {
    padding-left: 72px !important;
  }
  .ps-sm-10 {
    padding-left: 80px !important;
  }
  .ps-sm-11 {
    padding-left: 88px !important;
  }
  .ps-sm-12 {
    padding-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 8px !important;
  }
  .m-md-2 {
    margin: 16px !important;
  }
  .m-md-3 {
    margin: 24px !important;
  }
  .m-md-4 {
    margin: 32px !important;
  }
  .m-md-5 {
    margin: 40px !important;
  }
  .m-md-6 {
    margin: 48px !important;
  }
  .m-md-7 {
    margin: 56px !important;
  }
  .m-md-8 {
    margin: 64px !important;
  }
  .m-md-9 {
    margin: 72px !important;
  }
  .m-md-10 {
    margin: 80px !important;
  }
  .m-md-11 {
    margin: 88px !important;
  }
  .m-md-12 {
    margin: 96px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-md-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-md-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-md-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-md-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-md-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-md-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-11 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-md-12 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-md-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-md-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-md-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-md-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-md-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-md-12 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 8px !important;
  }
  .mt-md-2 {
    margin-top: 16px !important;
  }
  .mt-md-3 {
    margin-top: 24px !important;
  }
  .mt-md-4 {
    margin-top: 32px !important;
  }
  .mt-md-5 {
    margin-top: 40px !important;
  }
  .mt-md-6 {
    margin-top: 48px !important;
  }
  .mt-md-7 {
    margin-top: 56px !important;
  }
  .mt-md-8 {
    margin-top: 64px !important;
  }
  .mt-md-9 {
    margin-top: 72px !important;
  }
  .mt-md-10 {
    margin-top: 80px !important;
  }
  .mt-md-11 {
    margin-top: 88px !important;
  }
  .mt-md-12 {
    margin-top: 96px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 8px !important;
  }
  .me-md-2 {
    margin-right: 16px !important;
  }
  .me-md-3 {
    margin-right: 24px !important;
  }
  .me-md-4 {
    margin-right: 32px !important;
  }
  .me-md-5 {
    margin-right: 40px !important;
  }
  .me-md-6 {
    margin-right: 48px !important;
  }
  .me-md-7 {
    margin-right: 56px !important;
  }
  .me-md-8 {
    margin-right: 64px !important;
  }
  .me-md-9 {
    margin-right: 72px !important;
  }
  .me-md-10 {
    margin-right: 80px !important;
  }
  .me-md-11 {
    margin-right: 88px !important;
  }
  .me-md-12 {
    margin-right: 96px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 8px !important;
  }
  .mb-md-2 {
    margin-bottom: 16px !important;
  }
  .mb-md-3 {
    margin-bottom: 24px !important;
  }
  .mb-md-4 {
    margin-bottom: 32px !important;
  }
  .mb-md-5 {
    margin-bottom: 40px !important;
  }
  .mb-md-6 {
    margin-bottom: 48px !important;
  }
  .mb-md-7 {
    margin-bottom: 56px !important;
  }
  .mb-md-8 {
    margin-bottom: 64px !important;
  }
  .mb-md-9 {
    margin-bottom: 72px !important;
  }
  .mb-md-10 {
    margin-bottom: 80px !important;
  }
  .mb-md-11 {
    margin-bottom: 88px !important;
  }
  .mb-md-12 {
    margin-bottom: 96px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 8px !important;
  }
  .ms-md-2 {
    margin-left: 16px !important;
  }
  .ms-md-3 {
    margin-left: 24px !important;
  }
  .ms-md-4 {
    margin-left: 32px !important;
  }
  .ms-md-5 {
    margin-left: 40px !important;
  }
  .ms-md-6 {
    margin-left: 48px !important;
  }
  .ms-md-7 {
    margin-left: 56px !important;
  }
  .ms-md-8 {
    margin-left: 64px !important;
  }
  .ms-md-9 {
    margin-left: 72px !important;
  }
  .ms-md-10 {
    margin-left: 80px !important;
  }
  .ms-md-11 {
    margin-left: 88px !important;
  }
  .ms-md-12 {
    margin-left: 96px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 8px !important;
  }
  .p-md-2 {
    padding: 16px !important;
  }
  .p-md-3 {
    padding: 24px !important;
  }
  .p-md-4 {
    padding: 32px !important;
  }
  .p-md-5 {
    padding: 40px !important;
  }
  .p-md-6 {
    padding: 48px !important;
  }
  .p-md-7 {
    padding: 56px !important;
  }
  .p-md-8 {
    padding: 64px !important;
  }
  .p-md-9 {
    padding: 72px !important;
  }
  .p-md-10 {
    padding: 80px !important;
  }
  .p-md-11 {
    padding: 88px !important;
  }
  .p-md-12 {
    padding: 96px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-md-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-md-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-md-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-md-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-md-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-md-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-md-11 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-md-12 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-md-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-md-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-md-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-md-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-md-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-11 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-md-12 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 8px !important;
  }
  .pt-md-2 {
    padding-top: 16px !important;
  }
  .pt-md-3 {
    padding-top: 24px !important;
  }
  .pt-md-4 {
    padding-top: 32px !important;
  }
  .pt-md-5 {
    padding-top: 40px !important;
  }
  .pt-md-6 {
    padding-top: 48px !important;
  }
  .pt-md-7 {
    padding-top: 56px !important;
  }
  .pt-md-8 {
    padding-top: 64px !important;
  }
  .pt-md-9 {
    padding-top: 72px !important;
  }
  .pt-md-10 {
    padding-top: 80px !important;
  }
  .pt-md-11 {
    padding-top: 88px !important;
  }
  .pt-md-12 {
    padding-top: 96px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 8px !important;
  }
  .pe-md-2 {
    padding-right: 16px !important;
  }
  .pe-md-3 {
    padding-right: 24px !important;
  }
  .pe-md-4 {
    padding-right: 32px !important;
  }
  .pe-md-5 {
    padding-right: 40px !important;
  }
  .pe-md-6 {
    padding-right: 48px !important;
  }
  .pe-md-7 {
    padding-right: 56px !important;
  }
  .pe-md-8 {
    padding-right: 64px !important;
  }
  .pe-md-9 {
    padding-right: 72px !important;
  }
  .pe-md-10 {
    padding-right: 80px !important;
  }
  .pe-md-11 {
    padding-right: 88px !important;
  }
  .pe-md-12 {
    padding-right: 96px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 8px !important;
  }
  .pb-md-2 {
    padding-bottom: 16px !important;
  }
  .pb-md-3 {
    padding-bottom: 24px !important;
  }
  .pb-md-4 {
    padding-bottom: 32px !important;
  }
  .pb-md-5 {
    padding-bottom: 40px !important;
  }
  .pb-md-6 {
    padding-bottom: 48px !important;
  }
  .pb-md-7 {
    padding-bottom: 56px !important;
  }
  .pb-md-8 {
    padding-bottom: 64px !important;
  }
  .pb-md-9 {
    padding-bottom: 72px !important;
  }
  .pb-md-10 {
    padding-bottom: 80px !important;
  }
  .pb-md-11 {
    padding-bottom: 88px !important;
  }
  .pb-md-12 {
    padding-bottom: 96px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 8px !important;
  }
  .ps-md-2 {
    padding-left: 16px !important;
  }
  .ps-md-3 {
    padding-left: 24px !important;
  }
  .ps-md-4 {
    padding-left: 32px !important;
  }
  .ps-md-5 {
    padding-left: 40px !important;
  }
  .ps-md-6 {
    padding-left: 48px !important;
  }
  .ps-md-7 {
    padding-left: 56px !important;
  }
  .ps-md-8 {
    padding-left: 64px !important;
  }
  .ps-md-9 {
    padding-left: 72px !important;
  }
  .ps-md-10 {
    padding-left: 80px !important;
  }
  .ps-md-11 {
    padding-left: 88px !important;
  }
  .ps-md-12 {
    padding-left: 96px !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 8px !important;
  }
  .m-lg-2 {
    margin: 16px !important;
  }
  .m-lg-3 {
    margin: 24px !important;
  }
  .m-lg-4 {
    margin: 32px !important;
  }
  .m-lg-5 {
    margin: 40px !important;
  }
  .m-lg-6 {
    margin: 48px !important;
  }
  .m-lg-7 {
    margin: 56px !important;
  }
  .m-lg-8 {
    margin: 64px !important;
  }
  .m-lg-9 {
    margin: 72px !important;
  }
  .m-lg-10 {
    margin: 80px !important;
  }
  .m-lg-11 {
    margin: 88px !important;
  }
  .m-lg-12 {
    margin: 96px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-lg-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-lg-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-lg-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-lg-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-lg-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-lg-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-11 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-lg-12 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-lg-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-lg-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-lg-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-lg-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-lg-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-lg-12 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 8px !important;
  }
  .mt-lg-2 {
    margin-top: 16px !important;
  }
  .mt-lg-3 {
    margin-top: 24px !important;
  }
  .mt-lg-4 {
    margin-top: 32px !important;
  }
  .mt-lg-5 {
    margin-top: 40px !important;
  }
  .mt-lg-6 {
    margin-top: 48px !important;
  }
  .mt-lg-7 {
    margin-top: 56px !important;
  }
  .mt-lg-8 {
    margin-top: 64px !important;
  }
  .mt-lg-9 {
    margin-top: 72px !important;
  }
  .mt-lg-10 {
    margin-top: 80px !important;
  }
  .mt-lg-11 {
    margin-top: 88px !important;
  }
  .mt-lg-12 {
    margin-top: 96px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 8px !important;
  }
  .me-lg-2 {
    margin-right: 16px !important;
  }
  .me-lg-3 {
    margin-right: 24px !important;
  }
  .me-lg-4 {
    margin-right: 32px !important;
  }
  .me-lg-5 {
    margin-right: 40px !important;
  }
  .me-lg-6 {
    margin-right: 48px !important;
  }
  .me-lg-7 {
    margin-right: 56px !important;
  }
  .me-lg-8 {
    margin-right: 64px !important;
  }
  .me-lg-9 {
    margin-right: 72px !important;
  }
  .me-lg-10 {
    margin-right: 80px !important;
  }
  .me-lg-11 {
    margin-right: 88px !important;
  }
  .me-lg-12 {
    margin-right: 96px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 8px !important;
  }
  .mb-lg-2 {
    margin-bottom: 16px !important;
  }
  .mb-lg-3 {
    margin-bottom: 24px !important;
  }
  .mb-lg-4 {
    margin-bottom: 32px !important;
  }
  .mb-lg-5 {
    margin-bottom: 40px !important;
  }
  .mb-lg-6 {
    margin-bottom: 48px !important;
  }
  .mb-lg-7 {
    margin-bottom: 56px !important;
  }
  .mb-lg-8 {
    margin-bottom: 64px !important;
  }
  .mb-lg-9 {
    margin-bottom: 72px !important;
  }
  .mb-lg-10 {
    margin-bottom: 80px !important;
  }
  .mb-lg-11 {
    margin-bottom: 88px !important;
  }
  .mb-lg-12 {
    margin-bottom: 96px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 8px !important;
  }
  .ms-lg-2 {
    margin-left: 16px !important;
  }
  .ms-lg-3 {
    margin-left: 24px !important;
  }
  .ms-lg-4 {
    margin-left: 32px !important;
  }
  .ms-lg-5 {
    margin-left: 40px !important;
  }
  .ms-lg-6 {
    margin-left: 48px !important;
  }
  .ms-lg-7 {
    margin-left: 56px !important;
  }
  .ms-lg-8 {
    margin-left: 64px !important;
  }
  .ms-lg-9 {
    margin-left: 72px !important;
  }
  .ms-lg-10 {
    margin-left: 80px !important;
  }
  .ms-lg-11 {
    margin-left: 88px !important;
  }
  .ms-lg-12 {
    margin-left: 96px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 8px !important;
  }
  .p-lg-2 {
    padding: 16px !important;
  }
  .p-lg-3 {
    padding: 24px !important;
  }
  .p-lg-4 {
    padding: 32px !important;
  }
  .p-lg-5 {
    padding: 40px !important;
  }
  .p-lg-6 {
    padding: 48px !important;
  }
  .p-lg-7 {
    padding: 56px !important;
  }
  .p-lg-8 {
    padding: 64px !important;
  }
  .p-lg-9 {
    padding: 72px !important;
  }
  .p-lg-10 {
    padding: 80px !important;
  }
  .p-lg-11 {
    padding: 88px !important;
  }
  .p-lg-12 {
    padding: 96px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-lg-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-lg-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-lg-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-lg-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-lg-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-lg-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-lg-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-lg-11 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-lg-12 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-lg-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-lg-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-lg-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-lg-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-lg-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-lg-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-lg-11 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-lg-12 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 8px !important;
  }
  .pt-lg-2 {
    padding-top: 16px !important;
  }
  .pt-lg-3 {
    padding-top: 24px !important;
  }
  .pt-lg-4 {
    padding-top: 32px !important;
  }
  .pt-lg-5 {
    padding-top: 40px !important;
  }
  .pt-lg-6 {
    padding-top: 48px !important;
  }
  .pt-lg-7 {
    padding-top: 56px !important;
  }
  .pt-lg-8 {
    padding-top: 64px !important;
  }
  .pt-lg-9 {
    padding-top: 72px !important;
  }
  .pt-lg-10 {
    padding-top: 80px !important;
  }
  .pt-lg-11 {
    padding-top: 88px !important;
  }
  .pt-lg-12 {
    padding-top: 96px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 8px !important;
  }
  .pe-lg-2 {
    padding-right: 16px !important;
  }
  .pe-lg-3 {
    padding-right: 24px !important;
  }
  .pe-lg-4 {
    padding-right: 32px !important;
  }
  .pe-lg-5 {
    padding-right: 40px !important;
  }
  .pe-lg-6 {
    padding-right: 48px !important;
  }
  .pe-lg-7 {
    padding-right: 56px !important;
  }
  .pe-lg-8 {
    padding-right: 64px !important;
  }
  .pe-lg-9 {
    padding-right: 72px !important;
  }
  .pe-lg-10 {
    padding-right: 80px !important;
  }
  .pe-lg-11 {
    padding-right: 88px !important;
  }
  .pe-lg-12 {
    padding-right: 96px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 8px !important;
  }
  .pb-lg-2 {
    padding-bottom: 16px !important;
  }
  .pb-lg-3 {
    padding-bottom: 24px !important;
  }
  .pb-lg-4 {
    padding-bottom: 32px !important;
  }
  .pb-lg-5 {
    padding-bottom: 40px !important;
  }
  .pb-lg-6 {
    padding-bottom: 48px !important;
  }
  .pb-lg-7 {
    padding-bottom: 56px !important;
  }
  .pb-lg-8 {
    padding-bottom: 64px !important;
  }
  .pb-lg-9 {
    padding-bottom: 72px !important;
  }
  .pb-lg-10 {
    padding-bottom: 80px !important;
  }
  .pb-lg-11 {
    padding-bottom: 88px !important;
  }
  .pb-lg-12 {
    padding-bottom: 96px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 8px !important;
  }
  .ps-lg-2 {
    padding-left: 16px !important;
  }
  .ps-lg-3 {
    padding-left: 24px !important;
  }
  .ps-lg-4 {
    padding-left: 32px !important;
  }
  .ps-lg-5 {
    padding-left: 40px !important;
  }
  .ps-lg-6 {
    padding-left: 48px !important;
  }
  .ps-lg-7 {
    padding-left: 56px !important;
  }
  .ps-lg-8 {
    padding-left: 64px !important;
  }
  .ps-lg-9 {
    padding-left: 72px !important;
  }
  .ps-lg-10 {
    padding-left: 80px !important;
  }
  .ps-lg-11 {
    padding-left: 88px !important;
  }
  .ps-lg-12 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 8px !important;
  }
  .m-xl-2 {
    margin: 16px !important;
  }
  .m-xl-3 {
    margin: 24px !important;
  }
  .m-xl-4 {
    margin: 32px !important;
  }
  .m-xl-5 {
    margin: 40px !important;
  }
  .m-xl-6 {
    margin: 48px !important;
  }
  .m-xl-7 {
    margin: 56px !important;
  }
  .m-xl-8 {
    margin: 64px !important;
  }
  .m-xl-9 {
    margin: 72px !important;
  }
  .m-xl-10 {
    margin: 80px !important;
  }
  .m-xl-11 {
    margin: 88px !important;
  }
  .m-xl-12 {
    margin: 96px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xl-3 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xl-5 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-6 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xl-7 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xl-8 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xl-9 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xl-10 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-11 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-xl-12 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xl-3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xl-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xl-7 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xl-8 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xl-9 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xl-10 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-11 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-xl-12 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 8px !important;
  }
  .mt-xl-2 {
    margin-top: 16px !important;
  }
  .mt-xl-3 {
    margin-top: 24px !important;
  }
  .mt-xl-4 {
    margin-top: 32px !important;
  }
  .mt-xl-5 {
    margin-top: 40px !important;
  }
  .mt-xl-6 {
    margin-top: 48px !important;
  }
  .mt-xl-7 {
    margin-top: 56px !important;
  }
  .mt-xl-8 {
    margin-top: 64px !important;
  }
  .mt-xl-9 {
    margin-top: 72px !important;
  }
  .mt-xl-10 {
    margin-top: 80px !important;
  }
  .mt-xl-11 {
    margin-top: 88px !important;
  }
  .mt-xl-12 {
    margin-top: 96px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 8px !important;
  }
  .me-xl-2 {
    margin-right: 16px !important;
  }
  .me-xl-3 {
    margin-right: 24px !important;
  }
  .me-xl-4 {
    margin-right: 32px !important;
  }
  .me-xl-5 {
    margin-right: 40px !important;
  }
  .me-xl-6 {
    margin-right: 48px !important;
  }
  .me-xl-7 {
    margin-right: 56px !important;
  }
  .me-xl-8 {
    margin-right: 64px !important;
  }
  .me-xl-9 {
    margin-right: 72px !important;
  }
  .me-xl-10 {
    margin-right: 80px !important;
  }
  .me-xl-11 {
    margin-right: 88px !important;
  }
  .me-xl-12 {
    margin-right: 96px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 8px !important;
  }
  .mb-xl-2 {
    margin-bottom: 16px !important;
  }
  .mb-xl-3 {
    margin-bottom: 24px !important;
  }
  .mb-xl-4 {
    margin-bottom: 32px !important;
  }
  .mb-xl-5 {
    margin-bottom: 40px !important;
  }
  .mb-xl-6 {
    margin-bottom: 48px !important;
  }
  .mb-xl-7 {
    margin-bottom: 56px !important;
  }
  .mb-xl-8 {
    margin-bottom: 64px !important;
  }
  .mb-xl-9 {
    margin-bottom: 72px !important;
  }
  .mb-xl-10 {
    margin-bottom: 80px !important;
  }
  .mb-xl-11 {
    margin-bottom: 88px !important;
  }
  .mb-xl-12 {
    margin-bottom: 96px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 8px !important;
  }
  .ms-xl-2 {
    margin-left: 16px !important;
  }
  .ms-xl-3 {
    margin-left: 24px !important;
  }
  .ms-xl-4 {
    margin-left: 32px !important;
  }
  .ms-xl-5 {
    margin-left: 40px !important;
  }
  .ms-xl-6 {
    margin-left: 48px !important;
  }
  .ms-xl-7 {
    margin-left: 56px !important;
  }
  .ms-xl-8 {
    margin-left: 64px !important;
  }
  .ms-xl-9 {
    margin-left: 72px !important;
  }
  .ms-xl-10 {
    margin-left: 80px !important;
  }
  .ms-xl-11 {
    margin-left: 88px !important;
  }
  .ms-xl-12 {
    margin-left: 96px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 8px !important;
  }
  .p-xl-2 {
    padding: 16px !important;
  }
  .p-xl-3 {
    padding: 24px !important;
  }
  .p-xl-4 {
    padding: 32px !important;
  }
  .p-xl-5 {
    padding: 40px !important;
  }
  .p-xl-6 {
    padding: 48px !important;
  }
  .p-xl-7 {
    padding: 56px !important;
  }
  .p-xl-8 {
    padding: 64px !important;
  }
  .p-xl-9 {
    padding: 72px !important;
  }
  .p-xl-10 {
    padding: 80px !important;
  }
  .p-xl-11 {
    padding: 88px !important;
  }
  .p-xl-12 {
    padding: 96px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-2 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xl-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xl-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xl-5 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-6 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xl-7 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xl-8 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xl-9 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xl-10 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xl-11 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-xl-12 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xl-3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xl-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xl-7 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xl-8 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xl-9 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xl-10 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xl-11 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-xl-12 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 8px !important;
  }
  .pt-xl-2 {
    padding-top: 16px !important;
  }
  .pt-xl-3 {
    padding-top: 24px !important;
  }
  .pt-xl-4 {
    padding-top: 32px !important;
  }
  .pt-xl-5 {
    padding-top: 40px !important;
  }
  .pt-xl-6 {
    padding-top: 48px !important;
  }
  .pt-xl-7 {
    padding-top: 56px !important;
  }
  .pt-xl-8 {
    padding-top: 64px !important;
  }
  .pt-xl-9 {
    padding-top: 72px !important;
  }
  .pt-xl-10 {
    padding-top: 80px !important;
  }
  .pt-xl-11 {
    padding-top: 88px !important;
  }
  .pt-xl-12 {
    padding-top: 96px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 8px !important;
  }
  .pe-xl-2 {
    padding-right: 16px !important;
  }
  .pe-xl-3 {
    padding-right: 24px !important;
  }
  .pe-xl-4 {
    padding-right: 32px !important;
  }
  .pe-xl-5 {
    padding-right: 40px !important;
  }
  .pe-xl-6 {
    padding-right: 48px !important;
  }
  .pe-xl-7 {
    padding-right: 56px !important;
  }
  .pe-xl-8 {
    padding-right: 64px !important;
  }
  .pe-xl-9 {
    padding-right: 72px !important;
  }
  .pe-xl-10 {
    padding-right: 80px !important;
  }
  .pe-xl-11 {
    padding-right: 88px !important;
  }
  .pe-xl-12 {
    padding-right: 96px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 8px !important;
  }
  .pb-xl-2 {
    padding-bottom: 16px !important;
  }
  .pb-xl-3 {
    padding-bottom: 24px !important;
  }
  .pb-xl-4 {
    padding-bottom: 32px !important;
  }
  .pb-xl-5 {
    padding-bottom: 40px !important;
  }
  .pb-xl-6 {
    padding-bottom: 48px !important;
  }
  .pb-xl-7 {
    padding-bottom: 56px !important;
  }
  .pb-xl-8 {
    padding-bottom: 64px !important;
  }
  .pb-xl-9 {
    padding-bottom: 72px !important;
  }
  .pb-xl-10 {
    padding-bottom: 80px !important;
  }
  .pb-xl-11 {
    padding-bottom: 88px !important;
  }
  .pb-xl-12 {
    padding-bottom: 96px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 8px !important;
  }
  .ps-xl-2 {
    padding-left: 16px !important;
  }
  .ps-xl-3 {
    padding-left: 24px !important;
  }
  .ps-xl-4 {
    padding-left: 32px !important;
  }
  .ps-xl-5 {
    padding-left: 40px !important;
  }
  .ps-xl-6 {
    padding-left: 48px !important;
  }
  .ps-xl-7 {
    padding-left: 56px !important;
  }
  .ps-xl-8 {
    padding-left: 64px !important;
  }
  .ps-xl-9 {
    padding-left: 72px !important;
  }
  .ps-xl-10 {
    padding-left: 80px !important;
  }
  .ps-xl-11 {
    padding-left: 88px !important;
  }
  .ps-xl-12 {
    padding-left: 96px !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* Swiper */
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-theme-color: #6200ff;
  --swiper-pagination-color: #6200ff;
}

.swiper-buttons {
  display: flex;
  gap: 16px;
}
.swiper-button-action {
  min-height: 0;
}
.swiper-button-action a {
  color: #edefe5;
}
.swiper-button-action:hover a {
  color: #ffffff;
}
.swiper-button-action a:hover {
  color: #ffffff;
}
.swiper-button-next, .swiper-button-prev {
  min-height: 0;
  padding: 0;
  width: 45px;
}
.swiper-button-next svg path, .swiper-button-prev svg path {
  fill: #edefe5;
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
  fill: #ffffff;
}
.swiper-button-next svg {
  transform: rotate(-90deg);
}
.swiper-button-prev svg {
  transform: rotate(90deg);
}

.swiperRightFade::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.block--black .swiperRightFade::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 88%, black 100%);
}

.block--white .swiperRightFade::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 88%, white 100%);
}

.block--gray .swiperRightFade::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 88%, whitesmoke 100%);
}

.swiper-slide {
  height: auto;
}
.swiper-controls.hide {
  visibility: hidden;
}
.swiper-buttons {
  display: flex;
  pointer-events: all;
}
.swiper-buttons__next, .swiper-buttons__prev {
  align-items: center;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.swiper-buttons__next:before, .swiper-buttons__prev:before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
}
.block--black .swiper-buttons__next, .block--black .swiper-buttons__prev {
  border-color: #ffffff;
}
.block--black .swiper-buttons__next:before, .block--black .swiper-buttons__prev:before {
  filter: invert(1);
}
.swiper-buttons__next {
  margin-left: 4px;
}
.swiper-buttons__next:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTUuNDA0MDUyNiAxNXYxLjI3OTQ1NzJoNy40MTE4Nzc0bC03LjgxNTkzIDcuODE1OTExNy45MDQ3MDQyLjkwNDY4NTkgNy44MTU4MjAzLTcuODE1ODM4NXY3LjQxMTcxMjhoMS4yNzk0NzU1di05LjU5NTkyOTF6IiBmaWxsPSIjMWQxZjFjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0ibWF0cml4KC43MDcxMDY3OCAuNzA3MTA2NzggLS43MDcxMDY3OCAuNzA3MTA2NzggNy4wMDAwMTkgLTIxLjI4NDI2MykiLz48L3N2Zz4=) center center no-repeat;
}
.swiper-buttons__prev:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTUuNDA0MDUyNiAxNXYxLjI3OTQ1NzJoNy40MTE4Nzc0bC03LjgxNTkzIDcuODE1OTExNy45MDQ3MDQyLjkwNDY4NTkgNy44MTU4MjAzLTcuODE1ODM4NXY3LjQxMTcxMjhoMS4yNzk0NzU1di05LjU5NTkyOTF6IiBmaWxsPSIjMWQxZjFjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0ibWF0cml4KC0uNzA3MTA2NzggLjcwNzEwNjc4IC43MDcxMDY3OCAuNzA3MTA2NzggNi45OTk5ODEgLTIxLjI4NDI2MykiLz48L3N2Zz4=) center center no-repeat;
}
.swiper-button-disabled {
  opacity: 0.25;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
}
.swiper--globe {
  height: 100%;
}
.swiper--globe .swiper-controls {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  position: absolute;
  width: 100%;
}
.swiper--globe .swiper-pagination {
  position: static;
  width: auto;
}
.swiper--team {
  overflow: unset;
}
.team-members-slider .swiper-pagination {
  position: relative;
  height: 2px;
}
.team-members-slider .swiper-buttons__next, .team-members-slider .swiper-buttons__prev {
  width: 56px;
  height: 56px;
}

.swiper--slider .swiper-slide {
  position: relative;
}
.swiper--slider .swiper-slide > div {
  height: 100%;
}
.swiper--slider .swiper-navigation {
  background: #000000;
  display: flex;
  position: absolute;
  justify-content: space-around;
  align-items: center;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 15px;
  width: 136px;
  height: 64px;
  border-radius: 32px;
  z-index: 9999;
}
.swiper--slider .swiper-navigation .swiper-buttons__prev::before, .swiper--slider .swiper-navigation .swiper-buttons__next::before {
  filter: invert(1);
}
.block--black .swiper--slider .swiper-navigation {
  background: #ffffff;
}
.block--black .swiper--slider .swiper-navigation .swiper-buttons__prev::before, .block--black .swiper--slider .swiper-navigation .swiper-buttons__next::before {
  filter: none;
}

.swiper--slider .swiper-pagination {
  position: absolute;
  top: 25px;
  left: 20px;
  bottom: unset;
  display: flex;
}
@media (min-width: 768px) {
  .swiper--slider .swiper-pagination {
    top: 55px;
    left: 60px;
  }
}
.swiper--slider .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.swiper--slider .swiper-pagination-bullet span {
  font-size: 0.625rem;
  font-family: "Fractul-Variable", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper--slider .progress {
  transform: rotate(-90deg);
}
.swiper--slider .circle-origin {
  fill: transparent;
  stroke: #6200ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}
.swiper--slider .swiper-pagination-bullet-active .circle-origin {
  animation: progress 25s;
}
@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -125.664px;
  }
}

:root {
  /* Bootstrap Override - Brand Colors */
  --bs-primary: #6200ff;
  --bs-primary-rgb: 98, 0, 255;
  --bs-secondary: #edefe5;
  --bs-secondary-rgb: 237, 239, 229;
  --bs-light: #edefe5;
  --bs-light-rgb: 237, 239, 229;
  --bs-dark: #000000;
  --bs-dark-rgb: 0, 0, 0;
  /* Bootstrap Typography Override */
  --bs-font-sans-serif: Montserrat, sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-line-height: 1.6;
  /* Custom Typography */
  --font-family-primary: Fractul-Variable, sans-serif;
  --font-family-secondary: Montserrat, sans-serif;
  /* Custom Brand Gradients */
  --gradient-hero: linear-gradient(135deg, #6200ff 0%, #9d4edd 50%, #c77dff 100%);
  --gradient-purple-blue: linear-gradient(135deg, #6200ff 0%, #3b82f6 100%);
  --gradient-purple-pink: linear-gradient(135deg, #6200ff 0%, #e879f9 100%);
  --gradient-purple-orange: linear-gradient(135deg, #6200ff 0%, #f59e0b 50%, #ef4444 100%);
  --gradient-purple-solid: linear-gradient(90deg, #6200ff 0%, #7c3aed 50%, #8b5cf6 100%);
  --gradient-mesh: radial-gradient(circle at 20% 80%, #6200ff 0%, transparent 50%), radial-gradient(circle at 80% 20%, #c77dff 0%, transparent 50%), radial-gradient(circle at 40% 40%, #9d4edd 0%, transparent 50%);
  --gradient-card: linear-gradient(145deg, rgba(98, 0, 255, 0.1) 0%, rgba(157, 78, 221, 0.05) 100%);
  --gradient-menu: linear-gradient(90deg, #6400FF 3.91%, #000 96.87%);
  --gradient-menu-vertical: linear-gradient(180deg, #6400FF 3.91%, #000 96.87%);
  --gradient-vertical: linear-gradient(180deg, #a855f7 0%, #6200ff 100%);
  --gradient-solutions: linear-gradient(180deg, #6200ff 0%, rgb(185, 0, 255) 100%);
  /* Custom Spacing */
  --spacer-xs: 0.5rem;
  --spacer-sm: 1rem;
  --spacer-md: 1.5rem;
  --spacer-lg: 2rem;
  --spacer-xl: 3rem;
  --spacer-xxl: 4rem;
}

a {
  color: #6200ff;
  transition: all 0.3s ease-in-out;
}

.block-header-border {
  border-bottom: 1px solid #6200ff;
}

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

.w-100 {
  width: 100%;
}

.main {
  overflow: hidden;
}

* {
  scroll-margin-top: 100px;
}

.pos-right {
  right: 0;
}

.block-margin {
  margin: 50px 0;
}
@media (min-width: 768px) {
  .block-margin {
    margin: 100px 0;
  }
}
@media (min-width: 768px) {
  .block-margin.text-image--two-blocks {
    margin: 132px 0;
  }
}
.breadcrumbs + .block-margin {
  margin-top: 0;
}
.block-margin:first-child {
  margin-top: 0;
}
.block-padding {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .block-padding {
    padding: 100px 0;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
}

h1, .h1, h2, .h2, h3, .h3, .text-icon--default .text-icon__content h2:not(.large), .text-icon--default .text-icon__content h3:not(.large), .text-icon--default .text-icon__content h4:not(.large), .text-image--default .text-image__content h2:not(.large), h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Fractul-Variable", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, .text-icon--default .text-icon__content h2:not(.large) a, .text-icon--default .text-icon__content h3:not(.large) a, .text-icon--default .text-icon__content h4:not(.large) a, .text-image--default .text-image__content h2:not(.large) a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: inherit;
}

h1, .h1 {
  font-size: 2rem;
  font-weight: 300;
  color: #6200ff;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  h1.large, .h1.large {
    font-size: 6rem;
  }
}

h2, .h2 {
  color: #6200ff;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3, .text-icon--default .text-icon__content h2:not(.large), .text-icon--default .text-icon__content h3:not(.large), .text-icon--default .text-icon__content h4:not(.large), .text-image--default .text-image__content h2:not(.large) {
  color: #6200ff;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h3, .h3, .text-icon--default .text-icon__content h2:not(.large), .text-icon--default .text-icon__content h3:not(.large), .text-icon--default .text-icon__content h4:not(.large), .text-image--default .text-image__content h2:not(.large) {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #edefe5;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}

h5, .h5 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6200ff;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1rem;
  }
}

h6, .h6 {
  font-size: 0.75rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 0.875rem;
  }
}

p {
  line-height: 1.4;
}
@media (min-width: 768px) {
  p.large {
    font-size: 1.5rem;
  }
}

a {
  color: #6200ff;
  text-decoration: none;
}

.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semi-bold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}

.mall-form-control {
  padding: 0px;
  padding-bottom: 20px;
}

[type=text], [type=email], [type=tel], [type=password], [type=number], [type=url], [type=file], textarea {
  background-color: #ECF1FA;
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
[type=text]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=file]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000000;
}
[type=text]::-moz-placeholder, [type=email]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=password]::-moz-placeholder, [type=number]::-moz-placeholder, [type=url]::-moz-placeholder, [type=file]::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
}
[type=text]:-moz-placeholder, [type=email]:-moz-placeholder, [type=tel]:-moz-placeholder, [type=password]:-moz-placeholder, [type=number]:-moz-placeholder, [type=url]:-moz-placeholder, [type=file]:-moz-placeholder, textarea:-moz-placeholder {
  color: #000000;
}
[type=text]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=file]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000;
}
[type=text]:focus, [type=email]:focus, [type=tel]:focus, [type=password]:focus, [type=number]:focus, [type=url]:focus, [type=file]:focus, textarea:focus {
  border-color: #6200ff;
  outline: 1px solid #6200ff;
}
[type=text]:focus::-moz-placeholder, [type=email]:focus::-moz-placeholder, [type=tel]:focus::-moz-placeholder, [type=password]:focus::-moz-placeholder, [type=number]:focus::-moz-placeholder, [type=url]:focus::-moz-placeholder, [type=file]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}
[type=text]:focus::placeholder, [type=email]:focus::placeholder, [type=tel]:focus::placeholder, [type=password]:focus::placeholder, [type=number]:focus::placeholder, [type=url]:focus::placeholder, [type=file]:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

[type=text], [type=email], [type=phone], [type=password], [type=number], [type=tel], [type=url] {
  line-height: 50px;
  padding: 0 15px;
}

[type=file] {
  padding: 15px;
}

textarea {
  padding: 15px !important;
  resize: none;
  width: 100%;
}
textarea::-moz-placeholder {
  color: #000000;
}
textarea::placeholder {
  color: #000000;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000000;
  border-radius: 0;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
}
select:focus {
  border-color: #000000;
  outline: 0;
}
select[multiple] {
  padding: 15px;
}
select:not([multiple=multiple]) {
  background: #fff url(data:image/svg\+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 15px top 55%;
}

.transparant {
  color: #edefe5;
  font-weight: 700;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #000;
}

label {
  padding-bottom: 8px;
}

input,
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=url],
textarea {
  background-color: transparent;
  border: 1px solid #6200ff;
  border-radius: 25px;
  color: #6200ff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  padding: 0 1.5rem;
  transition: all 0.3s ease;
  width: 100%;
}
input::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: #6200ff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}
input::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #6200ff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}
input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
  border-color: #6200ff;
  box-shadow: 0 0 0 2px rgba(98, 0, 255, 0.5);
  background-color: rgba(98, 0, 255, 0.05);
}
input:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=url]:hover,
textarea:hover {
  border-color: rgba(98, 0, 255, 0.9);
}

[data-toggle-target]:not([data-toggle-type=none]) {
  display: none;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
[data-toggle-target]:not([data-toggle-type=none])[data-toggle-show] {
  display: block;
  visibility: visible;
}
[data-toggle-target]:not([data-toggle-type=none])[data-toggle-type=opacity] {
  display: block;
  opacity: 0;
}
[data-toggle-target]:not([data-toggle-type=none])[data-toggle-type=opacity][data-toggle-show] {
  opacity: 1;
}

.background-white {
  background-color: #ffffff;
}
.background-light-blue {
  background-color: #ECF1FA;
}

.color-primary {
  color: #6200ff;
}
.color-secondary {
  color: #edefe5;
}
.color-cta {
  color: #6200ff;
}

.bg-gradient-card {
  background: linear-gradient(145deg, rgba(98, 0, 255, 0.1) 0%, rgba(157, 78, 221, 0.05) 100%);
}
.bg-gradient-menu-vertical {
  background: linear-gradient(180deg, #6400FF 3.91%, #000 96.87%);
}
.bg-gradient-vertical {
  background: linear-gradient(180deg, #a855f7 0%, #6200ff 100%);
}
.bg-gradient-solutions {
  background: linear-gradient(180deg, #6200ff 0%, rgb(185, 0, 255) 100%);
}

[data-iv] {
  opacity: 0.01;
  transition: all 0.5s ease-in-out;
}
[data-iv][data-iv-viewed] {
  opacity: 1;
}

/* Fade up */
[data-iv=fade-up][data-iv-viewed] {
  animation: fade-up 0.5s forwards;
}

@keyframes fade-up {
  from {
    opacity: 0.01;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Fade down */
[data-iv=fade-down][data-iv-viewed] {
  animation: fade-down 0.5s forwards;
}

@keyframes fade-down {
  from {
    opacity: 0.01;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Fade left */
[data-iv=fade-left][data-iv-viewed] {
  animation: fade-left 0.5s forwards;
}

@keyframes fade-left {
  from {
    opacity: 0.01;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Fade right */
[data-iv=fade-right][data-iv-viewed] {
  animation: fade-right 0.5s forwards;
}

@keyframes fade-right {
  from {
    opacity: 0.01;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Zoom in */
[data-iv=zoom-in][data-iv-viewed] {
  animation: zoom-in 0.5s forwards;
}

@keyframes zoom-in {
  from {
    opacity: 0.01;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Words up */
[data-iv=words-up] {
  opacity: 1;
}
[data-iv=words-up] > span,
[data-iv=words-up] strong > span,
[data-iv=words-up] div > span {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
[data-iv=words-up] > span > span,
[data-iv=words-up] strong > span > span,
[data-iv=words-up] div > span > span {
  display: inline-block;
  opacity: 0.01;
}
[data-iv=words-up][data-iv-viewed] > span > span,
[data-iv=words-up][data-iv-viewed] strong > span > span,
[data-iv=words-up][data-iv-viewed] div > span > span {
  animation: words-up 0.5s forwards;
}

@keyframes words-up {
  from {
    opacity: 0.01;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.announcement-bar {
  align-items: center;
  background-color: #edefe5;
  display: flex;
  font-size: 0.875rem;
  height: 50px;
}
@media (min-width: 768px) {
  .announcement-bar {
    height: 60px;
  }
}
.announcement-bar .anouncements {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .announcement-bar .anouncements {
    gap: 40px;
  }
}
.announcement-bar .anouncements li, .announcement-bar .anouncements a {
  align-items: center;
  display: flex;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .announcement-bar .anouncements li, .announcement-bar .anouncements a {
    gap: 16px;
  }
}
.announcement-bar .anouncements li:hover, .announcement-bar .anouncements a:hover {
  opacity: 0.8;
}
.announcement-bar .anouncements a {
  color: #ffffff;
}

.header {
  align-items: center;
  background: linear-gradient(135deg, #6200ff 0%, #8e2de2 50%, #a855f7 100%);
  color: #ffffff;
  display: flex;
  height: 60px;
  position: sticky;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .header {
    height: 100px;
  }
}
.header .header-logo {
  text-decoration: none;
}
.header .header-logo .logo-text {
  font-family: "Fractul-Variable", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .header .header-logo .logo-text {
    font-size: 2rem;
  }
}
.header .header-logo .logo {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}
@media (min-width: 1200px) {
  .header .header-logo .logo {
    height: 36px;
  }
}
.header .header-nav .primary-menu {
  margin: 0;
}
.header .header-search .search-input {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 8px 16px;
  width: 200px;
  transition: all 0.3s ease-in-out;
}
.header .header-search .search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header .header-search .search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header .header-search .search-input:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.header .btn-join-now {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  color: #ffffff;
  font-family: "Fractul-Variable", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}
.header .btn-join-now:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}
.header .menu-dots-btn {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.header .menu-dots-btn .menu-dots {
  display: grid;
  grid-template-columns: repeat(3, 4px);
  grid-template-rows: repeat(3, 4px);
  gap: 3px;
}
.header .menu-dots-btn .menu-dots span {
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.header .menu-dots-btn:hover .menu-dots span {
  opacity: 1;
}
.header .mobile-menu-toggle {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.header .mobile-menu-toggle .menu-icon {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 18px;
  justify-content: space-between;
}
.header .mobile-menu-toggle .menu-icon span {
  display: block;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
}
.header .mobile-menu-toggle .menu-icon span:first-child {
  width: 100%;
}
.header .mobile-menu-toggle .menu-icon span:nth-child(2) {
  width: 80%;
}
.header .mobile-menu-toggle .menu-icon span:last-child {
  width: 100%;
}
.header .mobile-menu-toggle:hover .menu-icon span {
  opacity: 0.8;
}

.mobile-menu {
  background: linear-gradient(135deg, #6200ff 0%, #8e2de2 100%);
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 19;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu .mobile-menu-content {
  padding: 2rem;
  color: #ffffff;
}
.mobile-menu .mobile-menu-content .primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .mobile-menu-content .primary-menu a {
  color: #ffffff;
  display: block;
  padding: 1rem 0;
  font-size: 1.1rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .mobile-menu-content .primary-menu a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu .mobile-menu-content .mobile-menu-actions .header-search .search-input {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 16px;
  width: 100%;
}
.mobile-menu .mobile-menu-content .mobile-menu-actions .header-search .search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.mobile-menu .mobile-menu-content .mobile-menu-actions .header-search .search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.mobile-menu .mobile-menu-content .mobile-menu-actions .btn-join-now {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  color: #ffffff;
  display: block;
  font-family: "Fractul-Variable", sans-serif;
  font-weight: 500;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .filter {
    font-size: 0;
  }
}
.filter h3 {
  display: none;
}
@media (min-width: 768px) {
  .filter h3 {
    display: block;
  }
}
.filter button {
  align-items: center;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 2px;
  color: currentColor;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  line-height: 40px;
  padding: 0 15px;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.filter button span {
  flex-grow: 1;
}
.filter button svg {
  height: 12px;
  transform: rotate(90deg);
}
.filter button svg path {
  fill: currentColor;
}
.filter button:hover, [type=checkbox]:checked + .filter button {
  background-color: currentColor;
  border-color: currentColor;
}
.filter button:hover span, [type=checkbox]:checked + .filter button span {
  color: #ffffff;
}
.filter button:hover svg path, [type=checkbox]:checked + .filter button svg path {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .filter button {
    display: none;
  }
}
.filter ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .filter ul {
    background-color: #ffffff;
    border: 1px solid currentColor;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.25);
    display: none;
    list-style: none;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .filter ul li {
    display: inline-block;
  }
}
.filter label {
  align-items: center;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .filter label {
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 2px;
    color: currentColor;
    display: inline-block;
    font-weight: 400;
    line-height: 40px;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
  }
  .filter label:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
  }
}
.filter label span {
  color: #000000;
}
@media (min-width: 768px) {
  .filter label span {
    color: currentColor;
  }
}
.filter label:before {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .filter label:before {
    border: 1px solid currentColor;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px;
  }
}
.filter [type=checkbox]:checked + label:before {
  background-color: currentColor;
}
@media (min-width: 768px) {
  .filter [type=checkbox]:checked + label {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
  }
}
.filter.is-active button {
  background-color: currentColor;
}
.filter.is-active button span {
  color: #ffffff;
}
.filter.is-active button svg {
  transform: rotate(-90deg);
}
.filter.is-active button svg path {
  fill: #ffffff;
}
.filter.is-active ul {
  display: block;
}

.footer {
  background-color: #ffffff;
  color: #6200ff;
  padding: 4rem 0;
}
.footer__header {
  text-align: left;
  margin-bottom: 4rem;
}
.footer__header .logo-purple {
  height: 80px;
  width: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer__header .logo-purple {
    height: 100px;
    margin-bottom: 1.5rem;
  }
}
.footer__header .footer__tagline {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #6200ff;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  letter-spacing: -0.586px;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer__header .footer__tagline {
    font-size: 1.5rem;
  }
}
.footer__cta {
  text-align: left;
  margin-bottom: 4rem;
}
.footer__cta-title {
  font-family: "Fractul-Variable", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #6200ff;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .footer__cta-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
.footer__cta-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #6200ff;
  margin-bottom: 3rem;
  max-width: none;
}
@media (min-width: 992px) {
  .footer__cta-text {
    font-size: 1.1rem;
    max-width: 90%;
  }
}
.footer__cta-button {
  display: flex;
  align-items: center;
  gap: 0;
}
.footer__cta-button .btn-arrow {
  background-color: #6200ff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
}
.footer__cta-button .btn-arrow:hover {
  background-color: #4d00cc;
  transform: translateY(-2px);
}
.footer__divider {
  border: none;
  border-top: 1px solid #6200ff;
}
.footer__content {
  margin-bottom: 25px;
  margin-top: 25px;
}
.footer__menus {
  display: flex;
  gap: 0 33%;
}
.footer__menus h3 {
  display: none;
}
.footer__menus ul, .footer__menus .nav {
  color: #6200ff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menus ul li, .footer__menus .nav li {
  display: flex;
  align-items: center;
}
.footer__menus ul li::before, .footer__menus .nav li::before {
  content: "▶";
  color: #6200ff;
  font-size: 0.8rem;
  margin-right: 1rem;
  display: inline-block;
}
.footer__menus ul li span,
.footer__menus ul li a, .footer__menus .nav li span,
.footer__menus .nav li a {
  color: #6200ff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer__menus ul li span,
  .footer__menus ul li a, .footer__menus .nav li span,
  .footer__menus .nav li a {
    font-size: 1.1rem;
  }
}
.footer__menus ul li span:hover,
.footer__menus ul li a:hover, .footer__menus .nav li span:hover,
.footer__menus .nav li a:hover {
  color: #4d00cc;
  text-decoration: none;
}
.footer__newsletter-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #6200ff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .footer__newsletter-title {
    font-size: 1.1rem;
  }
}
.footer__newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .footer__newsletter-form {
    flex-direction: row;
    align-items: stretch;
  }
}
.footer__newsletter-form .newsletter-input {
  background-color: transparent;
  border: 2px solid rgba(98, 0, 255, 0.3);
  border-radius: 25px;
  color: #6200ff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  flex: 1;
  transition: all 0.3s ease;
}
.footer__newsletter-form .newsletter-input::-moz-placeholder {
  color: rgba(98, 0, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}
.footer__newsletter-form .newsletter-input::placeholder {
  color: rgba(98, 0, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}
.footer__newsletter-form .newsletter-input:focus {
  outline: none;
  border-color: #6200ff;
  box-shadow: 0 0 0 2px rgba(98, 0, 255, 0.1);
}
.footer__newsletter-form .newsletter-submit {
  display: none;
}
.footer__bottom .footer__copyright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #6200ff;
}
@media (min-width: 992px) {
  .footer__bottom .footer__copyright {
    font-size: 1rem;
    gap: 1.5rem;
  }
}
.footer__bottom .footer__copyright .footer__divider-slash {
  color: rgba(98, 0, 255, 0.5);
}
.footer__bottom .footer__copyright .nav {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__bottom .footer__copyright .nav a {
  color: #6200ff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.footer__bottom .footer__copyright .nav a:hover {
  color: #4d00cc;
  text-decoration: underline;
}

.mobile-menu {
  background-color: #6200ff;
  inset: 50px 0 0;
  overflow: auto;
  padding: 90px 30px 30px;
  position: fixed;
  transform: translateX(100%);
  z-index: 9;
}
@media (min-width: 768px) {
  .mobile-menu {
    top: 160px;
  }
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}
.header-is-sticky .mobile-menu {
  inset: 0;
}
.mobile-menu-open .mobile-menu {
  transform: translateX(0);
}
.mobile-menu-open .mobile-menu, .mobile-menu-closed .mobile-menu {
  transition: all 0.3s ease-in-out;
}
.mobile-menu-toggle {
  background: transparent;
  border: 0;
  position: relative;
  z-index: 2;
}
.mobile-menu-open {
  overflow: hidden;
}

.pagination {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
.pagination .disabled {
  display: none;
}

.page-link {
  color: #edefe5;
}
.active .page-link {
  color: #6200ff;
  font-weight: 700;
  text-decoration: underline;
}
.page-link:hover {
  color: #6200ff;
}
.first .page-link, .last .page-link {
  align-items: center;
  border: 1px solid #edefe5;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.first .page-link:hover, .last .page-link:hover {
  background-color: #edefe5;
}
.first .page-link:hover svg path, .last .page-link:hover svg path {
  fill: #ffffff;
}
.first .page-link svg path, .last .page-link svg path {
  fill: #edefe5;
}
.first .page-link svg {
  transform: rotate(90deg);
}
.last .page-link svg {
  transform: rotate(-90deg);
}

.post-password-form {
  margin: 100px auto;
  max-width: 800px;
  padding: 0 15px;
}
.post-password-form [type=password] {
  margin-top: 10px;
}

.content > *:not(.post-password-form) {
  display: none;
}

.primary-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}
@media (min-width: 992px) {
  .primary-menu {
    background: transparent;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    overflow: visible;
    padding: 0;
    position: relative;
    top: 0;
    transform: none;
    transition: none;
  }
}
@media (min-width: 1200px) {
  .primary-menu {
    gap: 48px;
  }
}
.primary-menu__primary-item > a {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 8px;
  height: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .primary-menu__primary-item > a {
    display: inline-flex;
    height: auto;
    padding: 16px 0;
    border-top: none;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .primary-menu__primary-item > a.active::after, .primary-menu__primary-item > a[aria-current=page]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: currentColor;
  }
  .primary-menu__primary-item > a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: currentColor;
    opacity: 0.7;
  }
}
.primary-menu__primary-item > a .text {
  flex-grow: 1;
}
.primary-menu__primary-item > a .chevron {
  align-items: center;
  background-color: #edefe5;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 40px;
}
@media (min-width: 992px) {
  .primary-menu__primary-item > a .chevron {
    background-color: transparent;
    margin-right: 0;
    width: auto;
  }
}
.primary-menu__primary-item.has-children {
  position: relative;
}
.primary-menu__primary-item.has-children:hover .primary-menu__sub-menu {
  opacity: 1;
  visibility: visible;
}
.primary-menu__primary-item .open-sub-menu + .primary-menu__sub-menu {
  display: block;
}
.primary-menu__sub-menu {
  color: white;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .primary-menu__sub-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .primary-menu__sub-menu {
    background-color: #ffffff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
    -moz-columns: 2;
         columns: 2;
    flex-direction: column;
    line-height: 1.4;
    opacity: 0;
    padding: 16px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    white-space: nowrap;
  }
}
.primary-menu__sub-menu a {
  display: flex;
  padding: 8px 0;
}
.primary-menu a {
  color: #ffffff;
}
@media (min-width: 992px) {
  .primary-menu a {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.primary-menu a svg path {
  fill: #ffffff;
}
@media (min-width: 992px) {
  .primary-menu a svg path {
    fill: rgba(255, 255, 255, 0.95);
  }
}
.primary-menu a:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .primary-menu a:hover {
    color: rgb(255, 255, 255);
    opacity: 1;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .primary-menu a:focus {
    color: rgb(255, 255, 255);
    outline: 2px solid rgba(255, 255, 255, 0.3);
    outline-offset: 2px;
  }
}

.footer-primary {
  justify-content: space-between;
  list-style: none;
}
.footer-primary li {
  display: flex; /* Ensures nested <ul> content stays aligned */
  align-items: start;
}
.footer-primary ul {
  display: flex; /* Ensures nested lists are displayed horizontally */
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-primary li span,
.footer-primary li a {
  padding-right: 30px;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: 1em; /* Adjust font sizes for consistent appearance */
}
.footer-primary li a:hover {
  text-decoration: underline; /* Optional hover effect for links */
}
.footer-primary .sub-menu, .footer-primary .sub-menu span, .footer-primary .sub-menu a {
  font-weight: 400;
}
.footer-primary > li:last-child .sub-menu li span,
.footer-primary > li:last-child .sub-menu li a {
  padding-right: 0;
}

.socials {
  display: flex;
}
.socials__icon:not(:last-child) {
  margin-right: 15px;
}
.socials__icon svg {
  height: 20px;
}
.socials .icon-linkedin {
  background-color: #000000;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuOTcxNjggMi4yNTkwNEMwLjk3MTY4IDEuNjgxODMgMS4xNzQzOSAxLjIwNTY0IDEuNTc5NzkgMC44MzA0NzFDMS45ODUxOSAwLjQ1NTI4NSAyLjUxMjIzIDAuMjY3NyAzLjE2MDg3IDAuMjY3N0MzLjc5Nzk0IDAuMjY3NyA0LjMxMzM3IDAuNDUyMzkzIDQuNzA3MiAwLjgyMTgxM0M1LjExMjYgMS4yMDI3NiA1LjMxNTMxIDEuNjk5MTUgNS4zMTUzMSAyLjMxMDk5QzUuMzE1MzEgMi44NjUxIDUuMTE4NCAzLjMyNjg1IDQuNzI0NTggMy42OTYyN0M0LjMxOTE4IDQuMDc3MjIgMy43ODYzNSA0LjI2NzcgMy4xMjYxMiA0LjI2NzdIMy4xMDg3NUMyLjQ3MTY3IDQuMjY3NyAxLjk1NjI0IDQuMDc3MjIgMS41NjI0MSAzLjY5NjI3QzEuMTY4NTkgMy4zMTUzMiAwLjk3MTY4IDIuODM2MjQgMC45NzE2OCAyLjI1OTA0Wk0xLjE5NzU1IDE3LjQxMDZWNS44NDM0Nkg1LjA1NDY5VjE3LjQxMDZIMS4xOTc1NVpNNy4xOTE3NiAxNy40MTA2SDExLjA0ODlWMTAuOTUxN0MxMS4wNDg5IDEwLjU0NzYgMTEuMDk1MiAxMC4yMzU5IDExLjE4NzkgMTAuMDE2NkMxMS4zNTAxIDkuNjI0MTEgMTEuNTk2MiA5LjI5MjIyIDExLjkyNjMgOS4wMjA5NEMxMi4yNTY0IDguNzQ5NjUgMTIuNjcwNSA4LjYxNDAyIDEzLjE2ODYgOC42MTQwMkMxNC40NjU5IDguNjE0MDIgMTUuMTE0NSA5LjQ4NTU4IDE1LjExNDUgMTEuMjI4N1YxNy40MTA2SDE4Ljk3MTdWMTAuNzc4NUMxOC45NzE3IDkuMDcgMTguNTY2MyA3Ljc3NDE5IDE3Ljc1NTUgNi44OTEwN0MxNi45NDQ2IDYuMDA3OTYgMTUuODczMiA1LjU2NjQgMTQuNTQxMiA1LjU2NjRDMTMuMDQ3IDUuNTY2NCAxMS44ODI5IDYuMjA3MDkgMTEuMDQ4OSA3LjQ4ODQ4VjcuNTIzMTFIMTEuMDMxNUwxMS4wNDg5IDcuNDg4NDhWNS44NDM0Nkg3LjE5MTc2QzcuMjE0OTIgNi4yMTI4NiA3LjIyNjUxIDcuMzYxNDggNy4yMjY1MSA5LjI4OTM0QzcuMjI2NTEgMTEuMjE3MiA3LjIxNDkyIDEzLjkyNDIgNy4xOTE3NiAxNy40MTA2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cgo=");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  padding: 8px;
  border: 8px solid #6200ff;
  border-radius: 8px;
}

.language-switcher {
  position: relative;
}
.language-switcher a, .language-switcher button {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  gap: 8px;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.language-switcher button {
  color: #ffffff;
  padding: 8px 0;
}
.language-switcher button svg {
  height: 20px;
  margin-left: 8px;
  width: 20px;
}
.language-switcher ul {
  background-color: #ffffff;
  border: 1px solid #F5F5F5;
  bottom: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 999;
  width: 80px;
}
.language-switcher ul a {
  color: #edefe5;
  padding: 8px 16px;
}
.language-switcher:hover ul {
  opacity: 1;
  visibility: visible;
}

.card {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.card__image {
  overflow: hidden;
  position: relative;
}
.card__image img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.card__label-container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.card__tags {
  height: 40px;
}
.card__tag {
  background-color: transparent;
  border: 1px solid #4673D2;
  border-radius: 30px;
  color: #151845;
  display: inline-block;
  font-size: 0.75rem;
  padding: 6px 12px;
}
.card__label {
  display: inline-block;
  background-color: #6200ff;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  inset: auto 0 0 auto;
  padding: 10px 15px;
  margin: 0;
  float: right;
}
.card__label-blog {
  background-color: #6200ff;
}
.card__label-product {
  background-color: #edefe5;
}
.card__content {
  color: #edefe5;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
}
.card__content-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
}
.card__content time {
  font-size: 0.75rem;
}
.card__content h3 {
  color: #edefe5;
  margin-bottom: 0;
  font-size: 20px !important;
  font-weight: 700;
}
@media (min-width: 768px) {
  .card__content h3 {
    font-size: 1.25rem;
  }
}
.card__content ul {
  padding-left: 15px;
}
.card__content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.card__content .tags {
  position: relative;
  z-index: 2;
}
.card__content .link-arrow {
  margin-top: 24px;
}
.card__content .link-arrow:before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.card:hover .card__image img {
  transform: scale(1.1);
}
.card--featured {
  height: 100%;
}
.card--featured .card__image {
  height: 100%;
}
.card--featured .card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.card--featured .card__image:before {
  background: #edefe5;
  background: linear-gradient(225deg, rgba(237, 239, 229, 0) 35%, #edefe5 100%);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.card--featured .card__label {
  inset: 0 0 auto auto;
}
.card--featured .card__content {
  align-items: flex-end;
  color: #ffffff;
  flex-direction: row;
  inset: 0;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
}
.card--featured .card__content-inner {
  flex-grow: 0;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .card--featured .card__content-inner {
    width: 50%;
  }
}
.card--featured .card__content h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.card--featured .card__content .link-arrow {
  font-size: 0;
}
.card--team {
  transition: all 0.3s ease;
  transform: translateY(0);
}
.card--team:hover {
  background: linear-gradient(180deg, #a855f7 0%, #6200ff 100%);
  color: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 1rem 2rem rgba(98, 0, 255, 0.3);
}
.card--team:hover .card__title,
.card--team:hover .card__content,
.card--team:hover h5, .card--team:hover p, .card--team:hover small,
.card--team:hover .card-title, .card--team:hover .card-text {
  color: #ffffff !important;
}
.card--solutions {
  background: var(--gradient-solutions);
  border: none;
  color: #ffffff;
}
.card--solutions .card__title,
.card--solutions .card__content,
.card--solutions h5, .card--solutions p, .card--solutions small,
.card--solutions .card-title, .card--solutions .card-text {
  color: #ffffff;
}
.card--plan {
  background: var(--gradient-menu-vertical);
  border: none;
  color: #ffffff;
}
.card--plan .card__title,
.card--plan .card__content,
.card--plan h5, .card--plan p, .card--plan small,
.card--plan .card-title, .card--plan .card-text {
  color: #ffffff;
}
.card--purple {
  background: #6200ff;
  color: #ffffff;
}
.card--purple .card__title,
.card--purple .card__content,
.card--purple h5, .card--purple p, .card--purple small,
.card--purple .card-title, .card--purple .card-text {
  color: #ffffff;
}
.card--beige {
  background: #edefe5;
}
.card--beige .card__title {
  color: #6200ff;
}
.card--gradient {
  background: var(--gradient-hero);
  color: #ffffff;
}
.card--gradient .card__title,
.card--gradient .card__content,
.card--gradient h5, .card--gradient p, .card--gradient small,
.card--gradient .card-title, .card--gradient .card-text {
  color: #ffffff;
}

.breadcrumbs {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding: 40px 0;
  }
}
.breadcrumbs ol {
  color: #6200ff;
  display: flex;
  font-size: 0.875rem;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ol li {
  display: flex;
  gap: 8px;
}
.breadcrumbs ol li:not(:last-child):after {
  content: ">";
}
.breadcrumbs ol li a {
  color: #edefe5;
}
.breadcrumbs ol li a:hover {
  color: #6200ff;
}

.filter-bar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .filter-bar {
    flex-direction: row;
    gap: 55px;
  }
}
.filter-bar__filters {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .filter-bar__filters {
    border-bottom: 1px solid #edefe5;
    flex-direction: row;
    gap: 16px;
  }
}
.filter-bar__filters .multi-select {
  border-bottom: 1px solid #edefe5;
  z-index: unset;
}
@media (min-width: 992px) {
  .filter-bar__filters .multi-select {
    border-bottom: 0;
  }
}
.filter-bar__search {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .filter-bar__search {
    max-width: 380px;
  }
}
.filter-bar__search .search-form {
  height: 55px;
  width: 100%;
}
.filter-bar__selected span {
  padding: 8px 16px;
  background-color: #edefe5;
  color: #ffffff;
  border-radius: 28px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  margin-right: 8px;
  display: inline-block;
}

.tabs {
  box-shadow: inset 0 -2px 0 0 #ECF1FA;
  display: flex;
  gap: 24px;
  overflow: auto;
  white-space: nowrap;
}

.tab {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #6200ff;
  padding: 8px 0;
}
.tab[data-toggle-active] {
  border-color: #edefe5;
  color: #edefe5;
  font-weight: 700;
}

.foldable-card__image {
  position: relative;
}
.foldable-card__image h2 {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  margin-bottom: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 16px;
  position: absolute;
}
@media (min-width: 768px) {
  .foldable-card__image h2 {
    background-color: initial;
    padding: inherit;
    color: #6200ff;
    font-size: 1.25rem;
    font-weight: bold;
    inset: auto;
    margin-bottom: 16px;
    position: relative;
  }
}
.foldable-card__image h2 svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.foldable-card__image h2 svg path {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .foldable-card__image h2 svg {
    display: none;
  }
}
.foldable-card__image[data-toggle-show] svg {
  transform: rotate(180deg);
}
.foldable-card__content {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .foldable-card__content {
    display: block !important;
    visibility: visible !important;
  }
}
.foldable-card__content p {
  color: #edefe5;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.widget {
  background-color: #ECF1FA;
  padding: 32px;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.widget p {
  line-height: 1.6;
}
.widget *:last-child {
  margin-bottom: 0;
}
.widget--text {
  background-color: #6200ff;
  color: #ffffff;
}
.widget__person {
  border-top: 1px solid #ffffff;
  display: flex;
  gap: 16px;
  padding-top: 16px;
}
.widget__person-image img {
  height: auto;
  max-width: 120px;
}
.widget__person h3 {
  margin-bottom: 0;
}
.widget__person p {
  margin-bottom: 8px;
}
.widget__person .btn-primary {
  margin-top: auto;
}
.widget__person-details {
  display: flex;
  flex-direction: column;
}

.back-to-top {
  height: 40px !important;
  padding: 0 !important;
  width: 40px !important;
  min-height: 40px !important;
}
.back-to-top svg {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.back-to-top svg path {
  fill: #ffffff;
}
.back-to-top:hover svg path {
  fill: #edefe5;
}

.btn, .btn-outline, .back-to-top, .btn-secondary, .btn-primary, [type=button], [type=reset], [type=submit] {
  align-items: center;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 45px;
  padding: 0 24px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.btn:hover, .btn-outline:hover, .back-to-top:hover, .btn-secondary:hover, .btn-primary:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(98, 0, 255, 0.3);
}
.btn-primary {
  background-color: #6200ff;
  color: #ffffff;
}
@media (min-width: 992px) {
  .btn-primary {
    font-size: 1rem;
    padding: 0px 40px;
  }
}
.btn-primary:hover {
  background-color: #4d00cc;
  color: #ffffff;
}
.btn-secondary {
  background-color: #edefe5;
  color: #ffffff;
}
.btn-secondary:hover {
  background: #ffffff;
  color: #edefe5;
}
.btn-outline, .back-to-top {
  border: solid 2px var(--bs-primary);
  color: #6200ff;
  background-color: transparent;
}
@media (min-width: 992px) {
  .btn-outline, .back-to-top {
    font-size: 1rem;
    padding: 0px 40px;
  }
}
.btn-outline:hover, .back-to-top:hover {
  background-color: #6200ff;
  color: #ffffff;
}
.btn.small, .small[type=button], .small[type=reset], .small[type=submit], .small.btn-primary, .small.btn-secondary, .small.btn-outline, .small.back-to-top {
  height: 45px;
}

.menu-icon {
  display: block;
  height: 18px;
  position: relative;
  width: 25px;
}
.menu-icon:before, .menu-icon:after, .menu-icon span {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.menu-icon:before {
  top: 0;
}
.menu-icon span {
  top: 8px;
}
.menu-icon:after {
  bottom: 0;
}
.mobile-menu-open .menu-icon:before {
  animation: hamburger-top-animation-open 0.5s forwards;
}
.mobile-menu-open .menu-icon span {
  animation: hamburger-middle-animation-open 0.5s forwards;
}
.mobile-menu-open .menu-icon:after {
  animation: hamburger-bottom-animation-open 0.5s forwards;
}
.mobile-menu-closed .menu-icon:before {
  animation: hamburger-top-animation-close 0.5s forwards;
}
.mobile-menu-closed .menu-icon span {
  animation: hamburger-middle-animation-close 0.5s forwards;
}
.mobile-menu-closed .menu-icon:after {
  animation: hamburger-bottom-animation-close 0.5s forwards;
}

@keyframes hamburger-top-animation-open {
  0% {
    top: 0;
  }
  40% {
    top: 8px;
  }
  60% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
    top: 8px;
  }
}
@keyframes hamburger-middle-animation-open {
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hamburger-bottom-animation-open {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 8px;
  }
  51% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
    bottom: 8px;
  }
}
@keyframes hamburger-top-animation-close {
  0% {
    transform: rotate(-45deg);
    top: 8px;
  }
  40% {
    top: 8px;
    transform: rotate(0);
  }
  60% {
    top: 8px;
  }
  100% {
    top: 0;
  }
}
@keyframes hamburger-middle-animation-close {
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hamburger-bottom-animation-close {
  0% {
    transform: rotate(45deg);
    bottom: 8px;
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  51% {
    bottom: 8px;
  }
  100% {
    bottom: 0;
  }
}
.social-facebook, .social-linkedin, .social-youtube {
  background-position: center;
  background-color: #edefe5;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 0;
  height: 40px;
  width: 40px;
}
.social-facebook:hover, .social-linkedin:hover, .social-youtube:hover {
  background-color: #4d00cc;
  opacity: 1 !important;
}
.social-facebook {
  background-image: url("../../img/socials/facebook.svg");
  background-size: auto 20px;
}
.social-linkedin {
  background-image: url("../../img/socials/linkedin.svg");
  background-size: 20px auto;
}
.social-youtube {
  background-image: url("../../img/socials/youtube.svg");
  background-size: 20px auto;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background-color: #F1F1F1;
  color: #000000;
  font-size: 0.75rem;
  padding: 6px 12px;
}
.tag--rounded {
  background-color: transparent;
  border: 1px solid #6200ff;
  border-radius: 30px;
  color: #edefe5;
}

a.tag:hover {
  background-color: #F5F5F5;
}
a.tag--rounded:hover {
  background-color: #6200ff;
  color: #ffffff;
}

.link-arrow {
  align-items: center;
  color: #000000;
  display: flex;
  justify-content: space-between;
  text-decoration: underline;
}
.link-arrow:after {
  background: #6200ff url("data:image/svg+xml,%3Csvg fill='none' height='7' viewBox='0 0 10 7' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-.00775146 1.55832.93896846-.899659 4.064903 3.894739 4.0649-3.894739.93896.899659-5.00386 4.78302z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 24px;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.link-arrow:hover:after {
  transform: rotate(-90deg) scale(1.2);
}

.link-icon {
  align-items: center;
  color: #edefe5;
  display: inline-flex;
  gap: 8px;
}

.title-border {
  border-bottom: 2px solid #ECF1FA;
  color: #6200ff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 8px;
}

[data-tooltip] {
  cursor: pointer;
  position: relative;
}
[data-tooltip]:before {
  background-color: #edefe5;
  color: #ffffff;
  content: attr(data-tooltip);
  display: none;
  font-weight: 700;
  left: 50%;
  position: absolute;
  padding: 4px 8px;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
[data-tooltip]:hover:before {
  display: block;
}

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero {
  height: 80vh;
  min-height: 80vh;
  position: relative;
  padding: 0;
  overflow: visible;
}
.hero__content {
  color: #ffffff;
  display: flex;
  position: relative;
  z-index: 2;
}
.hero__content .container, .hero__content .container-fluid, .hero__content .container-sm, .hero__content .container-md, .hero__content .container-lg, .hero__content .container-xl, .hero__content .container-xxl {
  height: 80vh;
  min-height: 80vh;
}
@media (min-width: 992px) {
  .hero__content {
    text-align: left;
  }
}
.hero__content h1 {
  font-family: "Fractul-Variable", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .hero__content h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .hero__content h1 {
    font-size: 4.5rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .hero__content h1 {
    font-size: 5.5rem;
  }
}
.hero__content h2 {
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ffffff;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .hero__content h2 {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .hero__content h2 {
    font-size: 1.5rem;
  }
}
.hero__content-title-row {
  height: 35vh;
  min-height: 35vh;
}
@media (max-width: 991.98px) {
  .hero__content-title-row {
    height: 24.5vh;
    min-height: 24.5vh;
  }
}
.hero__content-text-gradient {
  background: var(--gradient-hero);
  mix-blend-mode: multiply;
  position: absolute;
  height: calc(45vh + 50px);
  min-height: calc(45vh + 50px);
  z-index: 1;
  padding-bottom: 50px;
  top: 35vh;
  width: 100vw;
  margin-left: 0;
}
@media (min-width: 992px) {
  .hero__content-text-gradient {
    left: 0;
    width: calc(100vw - 50px);
    margin-left: 50px;
  }
}
.hero__content-text-row {
  height: 45vh;
  min-height: 45vh;
  padding-top: 2rem;
}
@media (max-width: 991.98px) {
  .hero__content-text-row {
    height: 45.5vh;
    min-height: 45.5vh;
  }
}
.hero__content-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero__content-text p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .hero__content-text p {
    font-size: 1.3rem;
  }
}
.hero__content-text p em {
  font-style: italic;
  color: #ffffff;
  font-weight: 500;
}
.hero__content-text p strong {
  color: #ffffff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero__content-text.large p {
    font-size: 1.2rem;
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .hero__content-text.large p {
    font-size: 1.5rem;
    max-width: 75%;
  }
}
.hero img, .hero video {
  height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 100px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100vw;
}
@media (min-width: 992px) {
  .hero img, .hero video {
    width: calc(100vw - 100px);
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  z-index: 2;
}
.hero:after {
  display: none;
}

.two-columns__text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.two-columns__text p {
  font-size: 1rem;
  color: #F5F5F5;
}

.newsletter {
  background-color: #edefe5;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
}
.newsletter:before {
  background: #edefe5;
  content: "";
  display: inline-block;
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: -1;
}
.newsletter__inner {
  padding: 35px 0;
}
@media (min-width: 768px) {
  .newsletter__inner {
    padding: 75px 0;
  }
}
.newsletter__inner span {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 45px;
}

.partners .container {
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 70px 56px 40px 56px;
}
.partners h2 {
  margin-bottom: 0;
}
.partners h2, .partners h3 {
  font-weight: 400;
  color: #000000;
}
.partners__content {
  position: relative;
}
.partners__content .swiper-slide {
  height: auto;
}
.partners__content .swiper-button-disabled {
  opacity: 0;
}
.partners__content .swiper-button-prev {
  left: -20px;
}
.partners__content .swiper-button-next {
  right: -20px;
}
.partners__item {
  align-items: center;
  border-radius: 10px;
  border: 1px solid #6200ff;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 70px 36px;
}

.form .is-invalid {
  background-color: #ffe1e1;
  border: 1px solid #c50000;
}
.form .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.form .oc-visible {
  visibility: visible !important;
  display: block;
}
@media (min-width: 992px) {
  .form h2 {
    font-size: 1.875rem;
  }
}
.form .form-group {
  margin-bottom: 24px;
}
.form .form-check {
  align-items: center;
}
.form .form-check label {
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form__wrapper h5 {
  border-top: 2px solid #F5F5F5;
  padding-top: 15px;
  font-size: 1.125rem;
}
.form__wrapper h5 + p {
  border-bottom: 2px solid #F5F5F5;
  padding-bottom: 15px;
}

.statistics {
  text-align: center;
}
.statistics h2 {
  font-weight: 600;
  font-size: 2.625rem;
}
.statistics p {
  margin-bottom: 0;
}
.statistics-item {
  border-bottom: 1px solid #000000;
  display: inline-block;
  min-width: 250px;
  padding-bottom: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .statistics-item {
    border-bottom: 0;
    border-left: 1px solid #000000;
    display: block;
    min-width: none;
    padding-bottom: 0;
  }
}
.statistics-item__number {
  color: #6200ff;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .statistics-item__number {
    font-size: 5rem;
  }
}
.statistics-item__number-wrap {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  text-align: right;
}
.statistics-item__number-wrap:before, .statistics-item__number-wrap:after {
  background: rgb(255, 255, 255);
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .statistics-item__number-wrap:before, .statistics-item__number-wrap:after {
    height: 10px;
  }
}
.statistics-item__number-wrap:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  inset: 0 0 auto 0;
}
.statistics-item__number-wrap:after {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  inset: auto 0 0 0;
}
.statistics-item__number-wrap span {
  display: inline-block;
  opacity: 0;
  padding: 0 1px;
}
.statistics-item__number-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transform: translateY(-90%);
  transition: transform 2.5s ease-in-out;
}
.statistics-item__number > span {
  margin-top: -5px;
}
.statistics-item__title {
  line-height: 1;
}
.statistics[data-iv-viewed] .statistics-item__number-wrap ul {
  transform: translateY(0);
}

.text-image:last-child {
  margin-bottom: 0;
}
.text-image__content p strong {
  font-weight: 500;
}
.text-image__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .text-image__footer {
    flex-direction: row;
    gap: 16px;
  }
}
.text-image__footer .btn, .text-image__footer [type=button], .text-image__footer [type=reset], .text-image__footer [type=submit], .text-image__footer .btn-primary, .text-image__footer .btn-secondary, .text-image__footer .btn-outline, .text-image__footer .back-to-top {
  order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .text-image__footer .btn, .text-image__footer [type=button], .text-image__footer [type=reset], .text-image__footer [type=submit], .text-image__footer .btn-primary, .text-image__footer .btn-secondary, .text-image__footer .btn-outline, .text-image__footer .back-to-top {
    order: 1;
    width: auto;
  }
}
.text-image__footer img {
  order: 1;
}
@media (min-width: 768px) {
  .text-image__footer img {
    order: 2;
  }
}
.text-image--default .text-image__content h2 {
  color: #6200ff;
}
.text-image--default .text-image__content h2:not(.large) {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .text-image--default .text-image__content h2:not(.large) {
    font-weight: 700;
  }
}
.text-image--two-blocks {
  position: relative;
}
.text-image--two-blocks .text-image__content {
  background-color: #ECF1FA;
  padding: 48px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .text-image--two-blocks .text-image__content {
    margin-top: -32px;
    padding: 48px;
  }
}
.text-image--two-blocks .text-image__content h2 {
  color: #6200ff;
  font-weight: 500;
}
.text-image--two-blocks .text-image__content p {
  color: #edefe5;
}
.text-image--two-blocks .text-image__content:before {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  left: -15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 992px) {
  .text-image--two-blocks .text-image__content:before {
    left: auto;
    transform: translateX(99%);
    width: 50%;
  }
}
.text-image--two-blocks .text-image__image {
  height: 100%;
}
.text-image--two-blocks .text-image__image img {
  margin-left: -15px;
  max-width: none;
  width: 100vw;
}
@media (min-width: 992px) {
  .text-image--two-blocks .text-image__image img {
    height: calc(100% + 32px);
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .text-image--two-blocks.text-image--right .text-image__content:before {
    left: 0;
    transform: translateX(-99%);
  }
}
.text-image--two-blocks.text-image--right .text-image__image img {
  left: auto;
  right: 0;
}
.text-image--full-width {
  background-color: #ECF1FA;
  overflow: hidden;
  position: relative;
}
.text-image--full-width .text-image__content {
  padding: 32px 0 48px;
}
@media (min-width: 992px) {
  .text-image--full-width .text-image__content {
    padding: 80px 0 80px 24px;
  }
}
.text-image--full-width .text-image__content h2 {
  color: #6200ff;
  font-weight: 700;
}
.text-image--full-width .text-image__image {
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .text-image--full-width .text-image__image {
    position: static;
  }
}
.text-image--full-width .text-image__image img {
  margin-left: -15px;
  max-width: none;
  width: 100vw;
}
@media (min-width: 992px) {
  .text-image--full-width .text-image__image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 50%;
  }
}
.text-image--full-width .text-image__image--arrow:before {
  background: url("../../img/arrow-overlay-light.svg");
  background-size: 100% 100%;
  bottom: -1px;
  content: "";
  display: block;
  height: 101vw;
  left: -16px;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: bottom left;
  width: 100px;
  z-index: 1;
}
@media (min-width: 992px) {
  .text-image--full-width .text-image__image--arrow:before {
    bottom: 0;
    height: calc(100% + 2px);
    left: 50%;
    margin-left: -14px;
    top: -1px;
    transform: translateX(-100%) rotate(180deg);
    transform-origin: center;
    width: 250px;
  }
}
.text-image--full-width.text-image--dark-blue {
  background-color: #edefe5;
  color: #ffffff;
}
.text-image--full-width.text-image--dark-blue .text-image__content h2 {
  color: #ffffff;
}
.text-image--full-width.text-image--dark-blue .text-image__image:before {
  background: url("../../img/arrow-overlay.svg");
}
@media (min-width: 992px) {
  .text-image--full-width.text-image--right .text-image__content {
    padding-left: 0;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .text-image--full-width.text-image--right .text-image__image:before {
    margin-left: -1px;
    transform: translateX(0);
  }
}
.text-image--full-width.text-image--right .text-image__image img {
  left: auto;
  right: 0;
}

.text-icon:last-child {
  margin-bottom: 0;
}
.text-icon__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
}
.text-icon h2, .text-icon h3, .text-icon h4 {
  color: #6200ff;
  font-weight: 700;
}
.text-icon__content p strong {
  font-weight: 500;
}
.text-icon__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .text-icon__footer {
    flex-direction: row;
    gap: 16px;
  }
}
.text-icon__footer .btn, .text-icon__footer [type=button], .text-icon__footer [type=reset], .text-icon__footer [type=submit], .text-icon__footer .btn-primary, .text-icon__footer .btn-secondary, .text-icon__footer .btn-outline, .text-icon__footer .back-to-top {
  order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .text-icon__footer .btn, .text-icon__footer [type=button], .text-icon__footer [type=reset], .text-icon__footer [type=submit], .text-icon__footer .btn-primary, .text-icon__footer .btn-secondary, .text-icon__footer .btn-outline, .text-icon__footer .back-to-top {
    order: 1;
    width: auto;
  }
}
.text-icon__footer img {
  order: 1;
}
@media (min-width: 768px) {
  .text-icon__footer img {
    order: 2;
  }
}
.text-icon--default .text-icon__content h2, .text-icon--default .text-icon__content h3, .text-icon--default .text-icon__content h4 {
  color: #6200ff;
}
.text-icon--default .text-icon__content h2:not(.large), .text-icon--default .text-icon__content h3:not(.large), .text-icon--default .text-icon__content h4:not(.large) {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .text-icon--default .text-icon__content h2:not(.large), .text-icon--default .text-icon__content h3:not(.large), .text-icon--default .text-icon__content h4:not(.large) {
    font-weight: 700;
  }
}
.text-icon--two-blocks {
  position: relative;
}
.text-icon--two-blocks .text-icon__content {
  background-color: #ECF1FA;
  padding: 48px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .text-icon--two-blocks .text-icon__content {
    margin-top: -32px;
    padding: 48px;
  }
}
.text-icon--two-blocks .text-icon__content h2 {
  color: #6200ff;
  font-weight: 500;
}
.text-icon--two-blocks .text-icon__content p {
  color: #edefe5;
}
.text-icon--two-blocks .text-icon__content:before {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  left: -15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 992px) {
  .text-icon--two-blocks .text-icon__content:before {
    left: auto;
    transform: translateX(99%);
    width: 50%;
  }
}
.text-icon--two-blocks .text-icon__image {
  height: 100%;
}
.text-icon--two-blocks .text-icon__image img {
  margin-left: -15px;
  max-width: none;
  width: 100vw;
}
@media (min-width: 992px) {
  .text-icon--two-blocks .text-icon__image img {
    height: calc(100% + 32px);
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .text-icon--two-blocks.text-icon--right .text-icon__content:before {
    left: 0;
    transform: translateX(-99%);
  }
}
.text-icon--two-blocks.text-icon--right .text-icon__image img {
  left: auto;
  right: 0;
}
.text-icon--full-width {
  background-color: #ECF1FA;
  overflow: hidden;
  position: relative;
}
.text-icon--full-width .text-icon__content {
  padding: 32px 0 48px;
}
@media (min-width: 992px) {
  .text-icon--full-width .text-icon__content {
    padding: 80px 0 80px 24px;
  }
}
.text-icon--full-width .text-icon__content h2 {
  color: #6200ff;
  font-weight: 700;
}
.text-icon--full-width .text-icon__image {
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .text-icon--full-width .text-icon__image {
    position: static;
  }
}
.text-icon--full-width .text-icon__image img {
  margin-left: -15px;
  max-width: none;
  width: 100vw;
}
@media (min-width: 992px) {
  .text-icon--full-width .text-icon__image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 50%;
  }
}
.text-icon--full-width .text-icon__image--arrow:before {
  background: url("../../img/arrow-overlay-light.svg");
  background-size: 100% 100%;
  bottom: -1px;
  content: "";
  display: block;
  height: 101vw;
  left: -16px;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: bottom left;
  width: 100px;
  z-index: 1;
}
@media (min-width: 992px) {
  .text-icon--full-width .text-icon__image--arrow:before {
    bottom: 0;
    height: calc(100% + 2px);
    left: 50%;
    margin-left: -14px;
    top: -1px;
    transform: translateX(-100%) rotate(180deg);
    transform-origin: center;
    width: 250px;
  }
}
.text-icon--full-width.text-icon--dark-blue {
  background-color: #edefe5;
  color: #ffffff;
}
.text-icon--full-width.text-icon--dark-blue .text-icon__content h2 {
  color: #ffffff;
}
.text-icon--full-width.text-icon--dark-blue .text-icon__image:before {
  background: url("../../img/arrow-overlay.svg");
}
@media (min-width: 992px) {
  .text-icon--full-width.text-icon--right .text-icon__content {
    padding-left: 0;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .text-icon--full-width.text-icon--right .text-icon__image:before {
    margin-left: -1px;
    transform: translateX(0);
  }
}
.text-icon--full-width.text-icon--right .text-icon__image img {
  left: auto;
  right: 0;
}

.cta__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.cta__inner:hover .phone {
  animation: phone-wobble 3s linear 0s infinite;
  animation-delay: 0s;
}
@keyframes phone-wobble {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(15deg);
  }
  10% {
    transform: rotate(-15deg);
  }
  15% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  25% {
    transform: rotate(0deg);
  }
}
.cta__inner svg {
  flex-shrink: 0;
  height: 50px;
  width: 50px;
}
@media (min-width: 992px) {
  .cta__inner svg {
    height: 80px;
    width: 80px;
  }
}
.cta__inner h2 {
  color: inherit;
  margin: 0;
}
@media (max-width: 767.98px) {
  .cta__inner h2 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .cta__inner h2 {
    font-size: 1.875rem;
  }
}
.cta__inner p {
  margin: 0;
}
.cta__title {
  align-items: center;
  display: flex;
  gap: 40px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__title {
    flex-direction: row;
    text-align: left;
  }
}
.cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .cta__buttons {
    flex-direction: row;
    width: auto;
  }
}
.cta__buttons a {
  white-space: nowrap;
}
.cta--bar .cta__inner, .cta--bar-boxed .cta__inner {
  gap: 24px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .cta--bar .cta__inner, .cta--bar-boxed .cta__inner {
    flex-direction: row;
    text-align: left;
  }
}
.cta--bar {
  background-color: #edefe5;
  color: #ffffff;
}
.cta--bar:last-child {
  margin-bottom: 0;
}
.cta--bar-boxed {
  background-color: #ECF1FA;
}
@media (min-width: 992px) {
  .cta--bar-boxed {
    background-color: transparent;
  }
}
.cta--bar-boxed .cta__inner {
  background-color: #ECF1FA;
  color: #edefe5;
}
@media (min-width: 992px) {
  .cta--bar-boxed .cta__inner {
    gap: 80px;
    padding: 40px;
  }
}
.cta--bar-boxed .cta__inner svg path {
  fill: #edefe5;
}
.cta--block {
  background-color: #edefe5;
}
@media (min-width: 992px) {
  .cta--block {
    background-color: transparent;
  }
}
.cta--block .cta__inner {
  align-items: flex-start;
  background-color: #edefe5;
  color: #ffffff;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
@media (min-width: 992px) {
  .cta--block .cta__inner {
    padding: 40px;
  }
}
.cta--large {
  background-color: #ECF1FA;
  color: #edefe5;
}
.cta--large:last-child {
  margin-bottom: 0;
}
.cta--large .cta__inner {
  flex-direction: column;
}
@media (min-width: 992px) {
  .cta--large .cta__inner {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .cta--large .cta__inner h2 {
    font-size: 1rem;
  }
}
.cta--large a {
  color: #edefe5;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 24px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cta--large a {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .cta--large a {
    font-size: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .cta--large a {
    font-size: 8.75rem;
  }
}
.cta--large a:hover {
  color: #6200ff;
}

.latest-news__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.latest-news .swiper {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 0;
}
@media (max-width: 991.98px) {
  .latest-news .swiper {
    overflow: visible;
  }
}
.latest-news .swiper-wrapper {
  width: auto;
}
.latest-news .swiper-slide {
  padding: 0 15px;
  width: 25%;
}
.latest-news .swiper-slide:first-child {
  width: 50%;
}
.latest-news .swiper-buttons {
  margin-top: 16px;
}
.latest-news.background-light-blue {
  padding: 40px;
}
@media (min-width: 992px) {
  .latest-news.background-light-blue {
    padding: 80px;
  }
}

.quote h2 {
  color: #6200ff;
}
@media (min-width: 768px) {
  .quote h2 {
    font-size: 1.875rem;
  }
}
.quote__inner {
  background-color: #ECF1FA;
  padding: 40px 24px 72px 24px;
  position: relative;
}
@media (min-width: 992px) {
  .quote__inner {
    padding: 80px 56px 96px 56px;
  }
}
.quote__inner p {
  color: #6200ff;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .quote__inner p {
    font-size: 2.375rem;
  }
}
.quote__inner > a {
  inset: auto 0 0 auto;
  position: absolute;
}

.text-block {
  padding: 4rem 0;
  background-color: #f8f9fa;
}
.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
  color: #6200ff;
}
.text-block hr {
  margin: 3rem 0;
}
.text-block__content {
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  .text-block__content {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.text-block__column-text {
  color: #6200ff;
}
.text-block__column-text p {
  color: #6200ff;
}
.text-block__title {
  color: #6200ff;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .text-block__title {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .text-block__title {
    font-size: 36px;
  }
}
.text-block__title h1, .text-block__title h2, .text-block__title.h1, .text-block__title.h2 {
  color: #6200ff;
}
.text-block__text {
  color: #6200ff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .text-block__text {
    font-size: 16px;
  }
}
.text-block__text p {
  margin: 0 0 1.5rem 0;
}
.text-block__text p:last-child {
  margin-bottom: 0;
}
.text-block__text strong {
  font-weight: 600;
}
.text-block__aside {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  .text-block__aside {
    padding-top: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.text-block__quote {
  color: #6200ff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 200px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .text-block__quote {
    text-align: left;
    max-width: none;
  }
}
.text-block--border {
  border: 2px solid #6200ff;
  border-radius: 24px;
}
.text-block--gradient {
  color: #ffffff;
}
.text-block--gradient .text-block__title,
.text-block--gradient .text-block__text,
.text-block--gradient .text-block__quote {
  color: #ffffff;
}
.text-block--gradient-hero {
  background: linear-gradient(135deg, #6200ff 0%, #9d4edd 50%, #c77dff 100%);
}
.text-block--gradient-purple-blue {
  background: linear-gradient(135deg, #6200ff 0%, #3b82f6 100%);
}
.text-block--gradient-purple-pink {
  background: linear-gradient(135deg, #6200ff 0%, #e879f9 100%);
}
.text-block--gradient-purple-orange {
  background: linear-gradient(135deg, #6200ff 0%, #f59e0b 50%, #ef4444 100%);
}
.text-block--gradient-purple-solid {
  background: linear-gradient(90deg, #6200ff 0%, #7c3aed 50%, #8b5cf6 100%);
}
.text-block--gradient-menu {
  background: linear-gradient(90deg, #6400FF 3.91%, #000 96.87%);
}
.text-block--gradient-menu-vertical {
  background: linear-gradient(180deg, #6400FF 3.91%, #000 96.87%);
}
.text-block--gradient-vertical {
  background: linear-gradient(180deg, #a855f7 0%, #6200ff 100%);
}
.text-block--gradient-solutions {
  background: linear-gradient(180deg, #6200ff 0%, rgb(185, 0, 255) 100%);
}
.text-block--gradient-mesh {
  background: radial-gradient(circle at 20% 80%, #6200ff 0%, transparent 50%), radial-gradient(circle at 80% 20%, #c77dff 0%, transparent 50%), radial-gradient(circle at 40% 40%, #9d4edd 0%, transparent 50%);
}
.text-block--gradient-card {
  background: linear-gradient(145deg, rgba(98, 0, 255, 0.1) 0%, rgba(157, 78, 221, 0.05) 100%);
}
.text-block--gradient-none {
  background: transparent;
}
.text-block--gradient-none .text-block__title,
.text-block--gradient-none .text-block__text,
.text-block--gradient-none .text-block__quote {
  color: inherit;
}
.text-block--center {
  text-align: center;
}
.text-block--center .text-block__content,
.text-block--center .text-block__title,
.text-block--center .text-block__text,
.text-block--center .text-block__quote {
  text-align: center;
}
.text-block .btn, .text-block [type=button], .text-block [type=reset], .text-block [type=submit], .text-block .btn-primary, .text-block .btn-secondary, .text-block .btn-outline, .text-block .back-to-top {
  margin-top: 1.5rem;
}

.article {
  color: #edefe5;
}
.article h1 {
  font-weight: 400;
}
@media (min-width: 992px) {
  .article h1 {
    font-size: 2.875rem;
  }
}
.article__intro p {
  font-size: 1.5rem;
}
.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
  color: #6200ff;
  font-size: 1rem;
  font-weight: 700;
}
.article__content p {
  margin-bottom: 32px;
}

.video__inner {
  position: relative;
}
.video__overlay {
  inset: 0;
  position: absolute;
  z-index: 1;
}
.video__overlay img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.video__overlay-btn {
  align-items: center;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  height: 140px;
  inset: 50% 0 0 50%;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 140px;
}
.video__overlay-btn svg {
  margin-bottom: 16px;
}
.video__overlay-btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.cards-block .card {
  border: none;
}
.cards-block .card h3, .cards-block .card .card-title {
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  vertical-align: middle;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.cards-block .card h3 span, .cards-block .card .card-title span {
  display: inline-block;
  margin-right: 10px;
  background-color: black;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.6em;
  white-space: nowrap;
}
.cards-block .card-footer, .cards-block .card-header {
  background-color: #ffffff;
  border: none;
}
.cards-block .card-body p:first-of-type {
  font-weight: 700;
}
.cards-block--vertical .row {
  padding-bottom: 10px;
}
.cards-block--vertical img {
  border-radius: 16px;
}
.cards-block--highlight {
  padding: 12px 16px;
  border-radius: 16px;
}
.cards-block--highlight h2, .cards-block--highlight h3 {
  color: #000000;
}
.cards-block--highlight .card-body {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.cards .swiper {
  margin: 0 -16px;
  padding: 16px;
}

.slider {
  position: relative;
  width: 100%;
  min-height: 510px;
  overflow: hidden;
}
.slider .team-header h2 {
  margin-top: 20px;
  font-family: "Fractul Variable", sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: #6200ff;
  text-align: center;
  margin-bottom: 3rem;
}
.slider .team-header h2 span {
  font-weight: 600;
}
.slider .team-header h3 {
  font-family: "Fractul Variable", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #6200ff;
  text-align: center;
  margin-bottom: 2rem;
}
.slider .team-content {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.slider .team-content h3 {
  text-decoration: underline;
}
.slider .team-content .team-header-section {
  min-height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.slider .team-content h3, .slider .team-content h4 {
  line-height: 34px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  color: #6200ff;
  padding: 0;
  margin: 0;
}
.slider .team-content .team-role {
  line-height: 34px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  color: #6200ff;
  padding: 0;
  margin: 0;
  min-height: 40px;
  display: flex;
  align-items: flex-start;
}
.slider .team-content .team-description {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 1rem 0;
  flex-grow: 1;
}
.slider .team-swiper .team-section {
  background: linear-gradient(135deg, var(--light-beige) 0%, var(--white) 100%);
  padding: 5rem 0;
}
.slider .team-swiper .swiper-wrapper {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.slider .team-swiper .team-swiper {
  padding: 2rem 0 4rem;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.slider .team-swiper .team-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.slider .team-swiper .team-card {
  background: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  height: 650px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.slider .team-swiper .team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  transition: all 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.slider .team-swiper .team-card:hover .team-image-overlay {
  mix-blend-mode: multiply;
  background: linear-gradient(135deg, rgba(100, 0, 255, 0.8) 0%, rgba(185, 0, 255, 0.8) 100%);
}
.slider .team-swiper .team-card:hover .team-content h2, .slider .team-swiper .team-card:hover .team-content h3, .slider .team-swiper .team-card:hover .team-content h4, .slider .team-swiper .team-card:hover .team-content p {
  color: #ffffff;
}
.slider .team-swiper .team-card.light {
  background: linear-gradient(135deg, #f8f9fa 0%, var(--light-beige) 100%);
  color: var(--dark-black);
}
.slider .team-swiper .team-image {
  z-index: -1;
  position: absolute;
  border-radius: 1rem 1rem 0 0;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.slider .team-swiper .team-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  transition: background 0.3s ease;
}
.slider .team-swiper .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 0;
     object-position: 0px 0;
}
.slider .team-swiper .team-header {
  margin-bottom: 1rem;
}
.slider .team-swiper .team-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
}
.slider .team-swiper .team-actions .btn-primary {
  padding-right: 55px;
}
.slider .team-swiper .team-actions .btn-primary::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  background: #ffffff;
  content: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width=%2219%22%20height=%2217%22%20viewBox=%220%200%2019%2017%22%20fill=%22none%22%3E%0A%20%20%3Cpath%20d=%22M2.4194%204.27139C3.87897%204.27139%204.8388%203.34129%204.8388%202.07237C4.8388%200.867194%203.87897%201.32856e-07%202.4194%201.32856e-07C0.959827%201.32856e-07%200%200.930933%200%202.13611C0%203.34129%200.959827%204.27139%202.4194%204.27139ZM0.438048%2017H4.40075V5.53947H0.438048V17ZM14.3278%205.34993C12.9096%205.34993%2011.6378%205.83552%2010.7405%206.78742V5.53947H6.96558V17H10.9283V11.4605C10.9283%209.55757%2011.9084%208.75412%2013.1811%208.75412C14.3278%208.75412%2015.0373%209.4519%2015.0373%2011.1007V17H19V10.4449C19%206.89309%2016.9772%205.34993%2014.3278%205.34993Z%22%20fill=%22%236400FF%22%2F%3E%0A%3C%2Fsvg%3E");
  margin-left: 0.5rem;
}
.slider .team-swiper .read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.slider .team-swiper .read-more:hover {
  color: inherit;
  border-bottom-color: currentColor;
}
.slider .team-swiper .connect-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  transition: all 0.3s ease;
}
.slider .team-swiper .connect-btn:hover {
  background: currentColor;
  color: var(--white);
}
.slider .team-swiper .team-card.purple .connect-btn:hover {
  color: var(--primary-purple);
}
.slider .team-swiper .swiper-pagination {
  bottom: 10px;
}
.slider .team-swiper .swiper-pagination-bullet {
  background: var(--primary-purple);
  opacity: 0.3;
  width: 12px;
  height: 12px;
}
.slider .team-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}
@media (max-width: 991.98px) {
  .slider .team-swiper .team-header-section {
    min-height: 100px;
  }
  .slider .team-swiper .team-header, .slider .team-swiper h2, .slider .team-swiper h3, .slider .team-swiper h4, .slider .team-swiper .team-role {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .slider .team-swiper .team-description {
    font-size: 0.875rem;
  }
  .slider .team-swiper .team-card {
    height: 550px;
  }
}

.process {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.process-border-top {
  border-radius: 10px 10px 0 0;
}
.process-image-area {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .process-image-area {
    height: 40vh;
    min-height: 300px;
  }
}
.process-bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.process-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;
}
.process-numbers-column {
  background-color: #ffffff;
  padding: 3rem;
  min-height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .process-numbers-column {
    padding: 2rem;
    min-height: auto;
    height: auto;
    justify-content: flex-start;
  }
}
.process-content {
  margin-top: -400px;
  margin-right: 20px;
}
.process-content-column {
  background: linear-gradient(90deg, rgba(100, 0, 255, 0.8) 8.48%, rgba(185, 0, 255, 0.8) 56.38%);
  color: #ffffff;
  padding: 3rem;
  min-height: 25vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .process-content-column {
    min-height: auto;
    height: auto;
  }
}
.process h2 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 2.632px;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .process h2 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .process h2 {
    margin-bottom: 2rem;
  }
}
.process h3 {
  color: #FFF;
  font-family: "Fractul-Variable", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 200;
  line-height: 47px;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .process h3 {
    font-size: 17px;
  }
}
.process h4 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 131.4px;
  font-style: normal;
  font-weight: 100;
  line-height: 168px;
  letter-spacing: 8.469px;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .process h4 {
    font-size: 80px;
    line-height: 100px;
    letter-spacing: 5px;
  }
}
@media (max-width: 767.98px) {
  .process h4 {
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 3px;
  }
}
.process-subtitle {
  font-family: "Fractul-Variable", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .process-subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .process-subtitle {
    font-size: 1.4rem;
  }
}
.process-number {
  font-family: "Fractul-Variable", sans-serif;
  font-size: 8rem;
  font-weight: 100;
  line-height: 0.8;
  color: transparent;
  background: var(--gradient-purple-pink);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
}
@media (max-width: 991.98px) {
  .process-number {
    font-size: 6rem;
  }
}
@media (max-width: 767.98px) {
  .process-number {
    font-size: 4rem;
  }
}
.process-content-item {
  width: 100%;
}
.process-title {
  font-family: "Fractul-Variable", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .process-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .process-title {
    font-size: 1.8rem;
  }
}
.process-step-subtitle {
  font-family: "Fractul-Variable", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .process-step-subtitle {
    font-size: 1rem;
  }
}
.process-description {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media (min-width: 992px) {
  .process-description {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.solutions {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}
.solutions h2 span {
  text-decoration: underline;
}
.solutions-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.solutions-bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.solutions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-solutions);
  z-index: 1;
}
.solutions .container {
  position: relative;
  z-index: 2;
}
.solutions-header {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .solutions-header {
    padding-bottom: 30px;
  }
}
.solutions-main-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .solutions-main-title {
    font-size: 36px;
    letter-spacing: 6px;
  }
}
.solutions-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .solutions-subtitle {
    font-size: 18px;
  }
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .solutions-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 992px) {
  .solutions-grid {
    gap: 40px;
    margin-bottom: 30px;
  }
}
.solutions-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem, 0;
}
@media (min-width: 992px) {
  .solutions-item {
    padding: 1rem 3rem 1rem 3rem;
  }
}
.solutions-icon {
  width: 60px;
  height: 60px;
}
.solutions-icon img {
  height: 60px;
}
@media (min-width: 992px) {
  .solutions-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
  }
}
.solutions-icon i {
  color: #FFF;
  font-size: 36px;
}
@media (min-width: 992px) {
  .solutions-icon i {
    font-size: 48px;
  }
}
.solutions-item-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .solutions-item-title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.solutions-item-description {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 992px) {
  .solutions-item-description {
    font-size: 16px;
    line-height: 1.6;
  }
}
.solutions-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .solutions-bottom {
    padding-top: 60px;
  }
}
.solutions-bottom-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .solutions-bottom-title {
    font-size: 32px;
    letter-spacing: 4px;
  }
}
.solutions-bottom-text {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 3rem;
}
@media (min-width: 992px) {
  .solutions-bottom-text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.solutions-logo {
  display: flex;
  justify-content: center;
}
.solutions-logo .solutions-brand-logo {
  height: 60px;
  width: auto;
}
@media (min-width: 992px) {
  .solutions-logo .solutions-brand-logo {
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .solutions {
    padding: 3rem 0;
  }
  .solutions .solutions-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.subscription-plan {
  padding: 5rem 0;
}
.subscription-plan .btn-outline, .subscription-plan .back-to-top {
  color: #ffffff;
}
.subscription-plan .btn-outline::after, .subscription-plan .back-to-top::after {
  font-size: 20px;
  content: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width=%2218%22%20height=%2216%22%20viewBox=%220%200%2018%2016%22%20fill=%22none%22%3E%0A%3Cpath%20d=%22M11.9871%200.148438H9.98096L14.515%206.88843H0.953979V8.53345H14.515L9.98096%2015.3145H11.9871L17.243%207.69141L11.9871%200.148438Z%22%20fill=%22%236400FF%22%2F%3E%0A%3C%2Fsvg%3E");
  display: flex;
  justify-content: center;
  align-items: center;
  right: -50px;
  position: absolute;
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: #ffffff;
  color: #6200ff;
  border-radius: 50%;
}
.subscription-plan__header {
  text-align: left;
  margin-bottom: 4rem;
}
.subscription-plan__title {
  color: #6200ff;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.subscription-plan__subtitle {
  color: #6200ff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.subscription-plan__text {
  color: #6200ff;
  background-color: #F5F5F5;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  padding: 40px;
  margin: 0 auto;
}
.subscription-plan__grid {
  padding: initial;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .subscription-plan__grid {
    padding: 0px 75px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.subscription-plan__card {
  background: var(--gradient-menu-vertical);
  border-radius: 1.5rem;
  padding: 2rem;
  color: white;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.subscription-plan__card::before {
  content: "";
  position: absolute;
  top: -100px;
  left: calc(50% - 48px);
  transform: rotate(45deg);
  width: 96px;
  height: 96px;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}
.subscription-plan__card--featured {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(98, 0, 255, 0.4);
  background: linear-gradient(180deg, #9A3BF2 0%, #7200FF 100%);
}
.subscription-plan__card-header {
  margin-bottom: 1.5rem;
}
.subscription-plan__card-title {
  font-family: "Fractul-Variable", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}
.subscription-plan__card-price {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
}
.subscription-plan__card-body {
  flex: 1;
  margin-bottom: 2rem;
}
.subscription-plan__card-description {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.subscription-plan__card-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subscription-plan__card-feature {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  color: white;
}
.subscription-plan__card-feature-bullet {
  margin-right: 0.5rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}
.subscription-plan__card-footer {
  margin-top: auto;
}
.subscription-plan__card-button {
  display: flex;
  align-items: center;
}
.subscription-plan__card-button-icon {
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #6200ff;
  font-weight: bold;
}
.subscription-plan__bottom {
  text-align: center;
}
.subscription-plan__bottom-image {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .subscription-plan {
    padding: 3rem 0;
  }
  .subscription-plan__title {
    font-size: 2.5rem;
  }
  .subscription-plan__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .subscription-plan__card--featured {
    transform: none;
  }
}

.error-404 {
  text-align: center;
}
.error-404 .text-block__inner {
  margin: 0 auto;
  max-width: 650px;
}
.error-404 .text-block__inner .text-block__title {
  color: #6200ff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .error-404 .text-block__inner .text-block__title {
    font-size: 9.375rem;
  }
}
.error-404 .text-block__inner h2 {
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .error-404 .text-block__inner h2 {
    margin-bottom: 40px;
  }
}
.error-404 .text-block__inner p {
  color: #edefe5;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .error-404 .text-block__inner p {
    font-size: 1.125rem;
  }
}
.error-404 .text-block__inner p:last-child {
  margin-bottom: 0;
}
.error-404 .text-block__inner .btn, .error-404 .text-block__inner [type=button], .error-404 .text-block__inner [type=reset], .error-404 .text-block__inner [type=submit], .error-404 .text-block__inner .btn-primary, .error-404 .text-block__inner .btn-secondary, .error-404 .text-block__inner .btn-outline, .error-404 .text-block__inner .back-to-top {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .error-404 .text-block__inner .btn, .error-404 .text-block__inner [type=button], .error-404 .text-block__inner [type=reset], .error-404 .text-block__inner [type=submit], .error-404 .text-block__inner .btn-primary, .error-404 .text-block__inner .btn-secondary, .error-404 .text-block__inner .btn-outline, .error-404 .text-block__inner .back-to-top {
    margin-top: 40px;
  }
}

#CybotCookiebotDialogPoweredbyCybot, #CybotCookiebotDialogPoweredByText,
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}

:root {
  --swiper-theme-color: #6200ff;
  --swiper-pagination-color: #6200ff;
}

.swiper-buttons {
  display: flex;
  gap: 16px;
}
.swiper-button-action {
  min-height: 0;
}
.swiper-button-action a {
  color: #edefe5;
}
.swiper-button-action:hover a {
  color: #ffffff;
}
.swiper-button-action a:hover {
  color: #ffffff;
}
.swiper-button-next, .swiper-button-prev {
  min-height: 0;
  padding: 0;
  width: 45px;
}
.swiper-button-next svg path, .swiper-button-prev svg path {
  fill: #edefe5;
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
  fill: #ffffff;
}
.swiper-button-next svg {
  transform: rotate(-90deg);
}
.swiper-button-prev svg {
  transform: rotate(90deg);
}

.swiperRightFade::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.block--black .swiperRightFade::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 88%, black 100%);
}

.block--white .swiperRightFade::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 88%, white 100%);
}

.block--gray .swiperRightFade::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 88%, whitesmoke 100%);
}

.swiper-slide {
  height: auto;
}
.swiper-controls.hide {
  visibility: hidden;
}
.swiper-buttons {
  display: flex;
  pointer-events: all;
}
.swiper-buttons__next, .swiper-buttons__prev {
  align-items: center;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.swiper-buttons__next:before, .swiper-buttons__prev:before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
}
.block--black .swiper-buttons__next, .block--black .swiper-buttons__prev {
  border-color: #ffffff;
}
.block--black .swiper-buttons__next:before, .block--black .swiper-buttons__prev:before {
  filter: invert(1);
}
.swiper-buttons__next {
  margin-left: 4px;
}
.swiper-buttons__next:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTUuNDA0MDUyNiAxNXYxLjI3OTQ1NzJoNy40MTE4Nzc0bC03LjgxNTkzIDcuODE1OTExNy45MDQ3MDQyLjkwNDY4NTkgNy44MTU4MjAzLTcuODE1ODM4NXY3LjQxMTcxMjhoMS4yNzk0NzU1di05LjU5NTkyOTF6IiBmaWxsPSIjMWQxZjFjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0ibWF0cml4KC43MDcxMDY3OCAuNzA3MTA2NzggLS43MDcxMDY3OCAuNzA3MTA2NzggNy4wMDAwMTkgLTIxLjI4NDI2MykiLz48L3N2Zz4=) center center no-repeat;
}
.swiper-buttons__prev:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTUuNDA0MDUyNiAxNXYxLjI3OTQ1NzJoNy40MTE4Nzc0bC03LjgxNTkzIDcuODE1OTExNy45MDQ3MDQyLjkwNDY4NTkgNy44MTU4MjAzLTcuODE1ODM4NXY3LjQxMTcxMjhoMS4yNzk0NzU1di05LjU5NTkyOTF6IiBmaWxsPSIjMWQxZjFjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0ibWF0cml4KC0uNzA3MTA2NzggLjcwNzEwNjc4IC43MDcxMDY3OCAuNzA3MTA2NzggNi45OTk5ODEgLTIxLjI4NDI2MykiLz48L3N2Zz4=) center center no-repeat;
}
.swiper-button-disabled {
  opacity: 0.25;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
}
.swiper--globe {
  height: 100%;
}
.swiper--globe .swiper-controls {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  position: absolute;
  width: 100%;
}
.swiper--globe .swiper-pagination {
  position: static;
  width: auto;
}
.swiper--team {
  overflow: unset;
}
.team-members-slider .swiper-pagination {
  position: relative;
  height: 2px;
}
.team-members-slider .swiper-buttons__next, .team-members-slider .swiper-buttons__prev {
  width: 56px;
  height: 56px;
}

.swiper--slider .swiper-slide {
  position: relative;
}
.swiper--slider .swiper-slide > div {
  height: 100%;
}
.swiper--slider .swiper-navigation {
  background: #000000;
  display: flex;
  position: absolute;
  justify-content: space-around;
  align-items: center;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 15px;
  width: 136px;
  height: 64px;
  border-radius: 32px;
  z-index: 9999;
}
.swiper--slider .swiper-navigation .swiper-buttons__prev::before, .swiper--slider .swiper-navigation .swiper-buttons__next::before {
  filter: invert(1);
}
.block--black .swiper--slider .swiper-navigation {
  background: #ffffff;
}
.block--black .swiper--slider .swiper-navigation .swiper-buttons__prev::before, .block--black .swiper--slider .swiper-navigation .swiper-buttons__next::before {
  filter: none;
}

.swiper--slider .swiper-pagination {
  position: absolute;
  top: 25px;
  left: 20px;
  bottom: unset;
  display: flex;
}
@media (min-width: 768px) {
  .swiper--slider .swiper-pagination {
    top: 55px;
    left: 60px;
  }
}
.swiper--slider .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.swiper--slider .swiper-pagination-bullet span {
  font-size: 0.625rem;
  font-family: "Fractul-Variable", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper--slider .progress {
  transform: rotate(-90deg);
}
.swiper--slider .circle-origin {
  fill: transparent;
  stroke: #6200ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}
.swiper--slider .swiper-pagination-bullet-active .circle-origin {
  animation: progress 25s;
}
@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -125.664px;
  }
}
