@charset "UTF-8";
:root {
  --neutre-dark: #000000;
  --neutre-dark-light: #5a5a5a;
  --neutre-grey-dark: #d9d9d9;
  --neutre-grey-light: #f4f4f4;
  --neutre-white: #ffffff;
  --blue-dark: #073942;
  --blue-dark-light: #215760;
  --blue-tonic: #8EFDF4;
  --blue-tonic-light: #D9FFFC;
  --blue-light: #F1FFFE;
  --blue-navy: #1A2B3B;
  --purple-dark: #201B42;
  --purple-dark-light: #3e3879;
  --purple-tonic: #9D7EFF;
  --purple-tonic-light: #D2D1FF;
  --purple-light: #f5f5ff;
  --orange-dark: #4f1a12;
  --orange-tonic: #FF4528;
  --orange-tonic-light: #ffc5bc;
  --orange-light: #FFF5F3;
}

:root {
  --color-surface-base: var(--neutre-white);
  --color-surface-subtle: var(--neutre-grey-light);
  --color-surface-muted: var(--neutre-grey-dark);
  --color-text-default: var(--purple-dark);
  --color-text-secondary: var(--purple-dark-light);
  --color-text-disabled: var(--neutre-grey-dark);
  --color-text-inverse: var(--neutre-white);
  --color-border-default: var(--neutre-grey-dark);
  --color-border-strong: var(--neutre-dark-light);
  --color-primary-default: var(--blue-dark);
  --color-primary-hover: var(--blue-dark-light);
  --color-primary-accent: var(--blue-tonic);
  --color-primary-subtle: var(--blue-tonic-light);
  --color-primary-surface: var(--blue-light);
  --color-secondary-default: var(--purple-tonic);
  --color-secondary-strong: var(--purple-dark-light);
  --color-secondary-subtle: var(--purple-tonic-light);
  --color-secondary-surface: var(--purple-light);
  --color-danger-default: var(--orange-tonic);
  --color-danger-strong: var(--orange-dark);
  --color-danger-subtle: var(--orange-tonic-light);
  --color-danger-surface: var(--orange-light);
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-surface-base: var(--neutre-dark);
    --color-surface-subtle: var(--purple-dark);
    --color-text-default: var(--neutre-white);
    --color-text-secondary: var(--neutre-grey-dark);
    --color-border-default: var(--neutre-dark-light);
  }
}
[data-theme=dark] {
  --color-surface-base: var(--neutre-dark);
  --color-surface-subtle: var(--purple-dark);
  --color-text-default: var(--neutre-white);
  --color-text-secondary: var(--neutre-grey-dark);
  --color-border-default: var(--neutre-dark-light);
}

@font-face {
  font-family: "PPFragment";
  src: url("assets/fonts/PPFragment-GlareRegular.woff2") format("woff2"), url("assets/fonts/PPFragment-GlareRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("assets/fonts/Satoshi-Regular.woff2") format("woff2"), url("assets/fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.font-heading-h1-regular, h1 {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 0.58rem + 5.35vw, 4rem);
  font-weight: 390;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: clamp(-0.04rem, -0.006rem - 0.334vw, -0.025rem);
  color: var(--purple-dark, #201B42);
}
.font-heading-h2-regular, h2 {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  .font-heading-h2-regular, h2 {
    line-height: 1.2;
  }
}

.font-heading-h3-regular, h3 {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 390;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
}

.font-heading-h4-regular, h4 {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 390;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  color: var(--purple-dark, #201B42);
}

.font-subtitle-s1-regular, h5 {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 0.45rem + 2.23vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .font-subtitle-s1-regular, h5 {
    letter-spacing: -0.6px;
  }
}

.font-subtitle-s2-regular, h6 {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .font-subtitle-s2-regular, h6 {
    letter-spacing: -0.48px;
  }
}

.font-subtitle-s3-regular {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .font-subtitle-s3-regular {
    letter-spacing: -0.4px;
  }
}

.font-body-b1-regular {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
}

.font-body-b1-medium {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
}

.font-tag-allcaps-medium {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

.font-tag-allcaps-tiny {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

.font-link-medium {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 49px;
  color: var(--neutre-dark, #000);
  background: var(--neutre-gray-dark, #D9D9D9);
}
.font-link-medium:hover {
  background: var(--neutre-white, #FFF);
}

body {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
p {
    @extend .font-body-b1-regular;
}*/
a {
  color: inherit;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

:root {
  --spacing-3xs: 0.25rem;
  --spacing-2xs: 0.5rem;
  --spacing-xs: 0.75rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
  --spacing-3xl: 6rem;
  --spacing-section: 3.75rem;
}

ul li, ol li {
  margin-bottom: var(--spacing-2xs);
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

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

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

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

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

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

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

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

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

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

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

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

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

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

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

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

.start-100 {
  left: 100% !important;
}

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

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

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

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

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

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

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

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !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: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

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

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

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

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

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

.pe-4 {
  padding-right: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-4 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

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

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

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

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

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

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

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

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

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

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

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

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

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

.fw-bolder {
  font-weight: bolder !important;
}

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

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

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

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

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

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

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

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

.text-wrap {
  white-space: normal !important;
}

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

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

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

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

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .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: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .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: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .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: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .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: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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;
  }
}
/* base/_reset.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

button {
  cursor: pointer;
}

:disabled {
  cursor: not-allowed;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.text-neutral-dark {
  color: #000000 !important;
}

.bg-neutral-dark {
  background-color: #000000 !important;
}

.border-neutral-dark {
  border-color: #000000 !important;
}

.fill-neutral-dark {
  fill: #000000 !important;
}

.text-neutral-dark-light {
  color: #5a5a5a !important;
}

.bg-neutral-dark-light {
  background-color: #5a5a5a !important;
}

.border-neutral-dark-light {
  border-color: #5a5a5a !important;
}

.fill-neutral-dark-light {
  fill: #5a5a5a !important;
}

.text-neutral-grey-dark {
  color: #d9d9d9 !important;
}

.bg-neutral-grey-dark {
  background-color: #d9d9d9 !important;
}

.border-neutral-grey-dark {
  border-color: #d9d9d9 !important;
}

.fill-neutral-grey-dark {
  fill: #d9d9d9 !important;
}

.text-neutral-grey-light {
  color: #f4f4f4 !important;
}

.bg-neutral-grey-light {
  background-color: #f4f4f4 !important;
}

.border-neutral-grey-light {
  border-color: #f4f4f4 !important;
}

.fill-neutral-grey-light {
  fill: #f4f4f4 !important;
}

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

.bg-neutral-white {
  background-color: #ffffff !important;
}

.border-neutral-white {
  border-color: #ffffff !important;
}

.fill-neutral-white {
  fill: #ffffff !important;
}

.text-blue-dark {
  color: #073942 !important;
}

.bg-blue-dark {
  background-color: #073942 !important;
}

.border-blue-dark {
  border-color: #073942 !important;
}

.fill-blue-dark {
  fill: #073942 !important;
}

.text-blue-dark-light {
  color: #215760 !important;
}

.bg-blue-dark-light {
  background-color: #215760 !important;
}

.border-blue-dark-light {
  border-color: #215760 !important;
}

.fill-blue-dark-light {
  fill: #215760 !important;
}

.text-blue-tonic {
  color: #8EFDF4 !important;
}

.bg-blue-tonic {
  background-color: #8EFDF4 !important;
}

.border-blue-tonic {
  border-color: #8EFDF4 !important;
}

.fill-blue-tonic {
  fill: #8EFDF4 !important;
}

.text-blue-tonic-light {
  color: #D9FFFC !important;
}

.bg-blue-tonic-light {
  background-color: #D9FFFC !important;
}

.border-blue-tonic-light {
  border-color: #D9FFFC !important;
}

.fill-blue-tonic-light {
  fill: #D9FFFC !important;
}

.text-blue-light {
  color: #F1FFFE !important;
}

.bg-blue-light {
  background-color: #F1FFFE !important;
}

.border-blue-light {
  border-color: #F1FFFE !important;
}

.fill-blue-light {
  fill: #F1FFFE !important;
}

.text-purple-dark {
  color: #201B42 !important;
}

.bg-purple-dark {
  background-color: #201B42 !important;
}

.border-purple-dark {
  border-color: #201B42 !important;
}

.fill-purple-dark {
  fill: #201B42 !important;
}

.text-purple-dark-light {
  color: #3e3879 !important;
}

.bg-purple-dark-light {
  background-color: #3e3879 !important;
}

.border-purple-dark-light {
  border-color: #3e3879 !important;
}

.fill-purple-dark-light {
  fill: #3e3879 !important;
}

.text-purple-tonic {
  color: #9D7EFF !important;
}

.bg-purple-tonic {
  background-color: #9D7EFF !important;
}

.border-purple-tonic {
  border-color: #9D7EFF !important;
}

.fill-purple-tonic {
  fill: #9D7EFF !important;
}

.text-purple-tonic-light {
  color: #D2D1FF !important;
}

.bg-purple-tonic-light {
  background-color: #D2D1FF !important;
}

.border-purple-tonic-light {
  border-color: #D2D1FF !important;
}

.fill-purple-tonic-light {
  fill: #D2D1FF !important;
}

.text-purple-light {
  color: #f5f5ff !important;
}

.bg-purple-light {
  background-color: #f5f5ff !important;
}

.border-purple-light {
  border-color: #f5f5ff !important;
}

.fill-purple-light {
  fill: #f5f5ff !important;
}

.text-orange-dark {
  color: #4f1a12 !important;
}

.bg-orange-dark {
  background-color: #4f1a12 !important;
}

.border-orange-dark {
  border-color: #4f1a12 !important;
}

.fill-orange-dark {
  fill: #4f1a12 !important;
}

.text-orange-tonic {
  color: #FF4528 !important;
}

.bg-orange-tonic {
  background-color: #FF4528 !important;
}

.border-orange-tonic {
  border-color: #FF4528 !important;
}

.fill-orange-tonic {
  fill: #FF4528 !important;
}

.text-orange-tonic-light {
  color: #ffc5bc !important;
}

.bg-orange-tonic-light {
  background-color: #ffc5bc !important;
}

.border-orange-tonic-light {
  border-color: #ffc5bc !important;
}

.fill-orange-tonic-light {
  fill: #ffc5bc !important;
}

.text-orange-light {
  color: #FFF5F3 !important;
}

.bg-orange-light {
  background-color: #FFF5F3 !important;
}

.border-orange-light {
  border-color: #FFF5F3 !important;
}

.fill-orange-light {
  fill: #FFF5F3 !important;
}

.grid {
  display: grid;
  gap: var(--grid-gutter);
}

.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 767px) {
  .grid--2,
  .grid--3 {
    grid-template-columns: 1fr;
  }
}
.container {
  width: 100%;
  max-width: 1472px;
  margin-inline: auto;
  padding-inline: 40px;
}

@media (min-width: 1472px) {
  .container {
    --bs-gutter-x: 25px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1472px;
  }
}
.section-divider,
.wp-block-separator.is-style-diagonal {
  position: relative;
  height: 1px;
  margin-top: var(--spacing-section);
  margin-bottom: var(--spacing-section);
}

.entry-content > *:first-child,
.post-content > *:first-child,
.content-area > *:first-child,
.wp-block-post-content > *:first-child,
.content-body > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.post-content > *:last-child,
.content-area > *:last-child,
.wp-block-post-content > *:last-child,
.content-body > *:last-child {
  margin-bottom: 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  margin-top: var(--spacing-section);
  margin-bottom: var(--spacing-lg);
  color: var(--purple-dark-light, #3E3879);
}
.entry-content h1 + h1, .entry-content h1 + h2, .entry-content h1 + h3, .entry-content h1 + h4, .entry-content h1 + h5, .entry-content h1 + h6, .entry-content h2 + h1, .entry-content h2 + h2, .entry-content h2 + h3, .entry-content h2 + h4, .entry-content h2 + h5, .entry-content h2 + h6, .entry-content h3 + h1, .entry-content h3 + h2, .entry-content h3 + h3, .entry-content h3 + h4, .entry-content h3 + h5, .entry-content h3 + h6, .entry-content h4 + h1, .entry-content h4 + h2, .entry-content h4 + h3, .entry-content h4 + h4, .entry-content h4 + h5, .entry-content h4 + h6, .entry-content h5 + h1, .entry-content h5 + h2, .entry-content h5 + h3, .entry-content h5 + h4, .entry-content h5 + h5, .entry-content h5 + h6, .entry-content h6 + h1, .entry-content h6 + h2, .entry-content h6 + h3, .entry-content h6 + h4, .entry-content h6 + h5, .entry-content h6 + h6,
.post-content h1 + h1,
.post-content h1 + h2,
.post-content h1 + h3,
.post-content h1 + h4,
.post-content h1 + h5,
.post-content h1 + h6,
.post-content h2 + h1,
.post-content h2 + h2,
.post-content h2 + h3,
.post-content h2 + h4,
.post-content h2 + h5,
.post-content h2 + h6,
.post-content h3 + h1,
.post-content h3 + h2,
.post-content h3 + h3,
.post-content h3 + h4,
.post-content h3 + h5,
.post-content h3 + h6,
.post-content h4 + h1,
.post-content h4 + h2,
.post-content h4 + h3,
.post-content h4 + h4,
.post-content h4 + h5,
.post-content h4 + h6,
.post-content h5 + h1,
.post-content h5 + h2,
.post-content h5 + h3,
.post-content h5 + h4,
.post-content h5 + h5,
.post-content h5 + h6,
.post-content h6 + h1,
.post-content h6 + h2,
.post-content h6 + h3,
.post-content h6 + h4,
.post-content h6 + h5,
.post-content h6 + h6,
.content-body h1 + h1,
.content-body h1 + h2,
.content-body h1 + h3,
.content-body h1 + h4,
.content-body h1 + h5,
.content-body h1 + h6,
.content-body h2 + h1,
.content-body h2 + h2,
.content-body h2 + h3,
.content-body h2 + h4,
.content-body h2 + h5,
.content-body h2 + h6,
.content-body h3 + h1,
.content-body h3 + h2,
.content-body h3 + h3,
.content-body h3 + h4,
.content-body h3 + h5,
.content-body h3 + h6,
.content-body h4 + h1,
.content-body h4 + h2,
.content-body h4 + h3,
.content-body h4 + h4,
.content-body h4 + h5,
.content-body h4 + h6,
.content-body h5 + h1,
.content-body h5 + h2,
.content-body h5 + h3,
.content-body h5 + h4,
.content-body h5 + h5,
.content-body h5 + h6,
.content-body h6 + h1,
.content-body h6 + h2,
.content-body h6 + h3,
.content-body h6 + h4,
.content-body h6 + h5,
.content-body h6 + h6 {
  margin-top: var(--spacing-md);
}
.entry-content p,
.post-content p,
.content-body p {
  margin-top: 0;
  margin-bottom: var(--spacing-sm);
}
.entry-content p + p,
.post-content p + p,
.content-body p + p {
  margin-top: var(--spacing-xs);
}
.entry-content ul, .entry-content ol,
.post-content ul,
.post-content ol,
.content-body ul,
.content-body ol {
  margin-top: 0;
  margin-bottom: var(--spacing-md);
  padding-left: var(--spacing-lg);
}
.entry-content ul li, .entry-content ol li,
.post-content ul li,
.post-content ol li,
.content-body ul li,
.content-body ol li {
  margin-bottom: var(--spacing-sm);
  padding-left: var(--spacing-xs);
}
.entry-content ul li:last-child, .entry-content ol li:last-child,
.post-content ul li:last-child,
.post-content ol li:last-child,
.content-body ul li:last-child,
.content-body ol li:last-child {
  margin-bottom: 0;
}
.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol,
.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol,
.content-body ul ul,
.content-body ul ol,
.content-body ol ul,
.content-body ol ol {
  margin-top: var(--spacing-xs);
  margin-bottom: var(--spacing-xs);
}
.entry-content ul li::marker,
.post-content ul li::marker,
.content-body ul li::marker {
  color: var(--purple-dark-light);
}
.entry-content .wp-block-navigation ul,
.entry-content .menu ul,
.post-content .wp-block-navigation ul,
.post-content .menu ul,
.content-body .wp-block-navigation ul,
.content-body .menu ul {
  list-style: none;
  padding-left: 0;
}
.entry-content blockquote,
.post-content blockquote,
.content-body blockquote {
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--spacing-section);
  padding-right: var(--spacing-section);
  border-left: none;
  font-style: normal;
  color: var(--purple-dark-light);
}
.entry-content blockquote p,
.post-content blockquote p,
.content-body blockquote p {
  margin-bottom: var(--spacing-sm);
}
.entry-content blockquote p:last-child,
.post-content blockquote p:last-child,
.content-body blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content blockquote cite,
.post-content blockquote cite,
.content-body blockquote cite {
  display: block;
  margin-top: var(--spacing-sm);
  font-style: normal;
  color: var(--purple-dark-light);
}
.entry-content blockquote cite::before,
.post-content blockquote cite::before,
.content-body blockquote cite::before {
  content: "— ";
}
.entry-content code,
.post-content code,
.content-body code {
  padding: var(--spacing-3xs) var(--spacing-2xs);
  background-color: var(--neutre-grey-light);
  border-radius: 3px;
  font-family: "Monaco", "Courier New", monospace;
}
.entry-content pre,
.post-content pre,
.content-body pre {
  margin-top: 0;
  margin-bottom: var(--spacing-md);
  padding: var(--spacing-md);
  background-color: var(--neutre-grey-light);
  border-radius: 6px;
  overflow-x: auto;
  line-height: 1.6;
}
.entry-content pre code,
.post-content pre code,
.content-body pre code {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.entry-content hr,
.post-content hr,
.content-body hr {
  margin-top: var(--spacing-2xl);
  margin-bottom: var(--spacing-2xl);
  border: none;
  border-top: 2px solid var(--neutre-grey-dark);
}
.entry-content table,
.post-content table,
.content-body table {
  width: 100%;
  margin-top: 0;
  margin-bottom: var(--spacing-lg);
  border-collapse: collapse;
}
.entry-content table th, .entry-content table td,
.post-content table th,
.post-content table td,
.content-body table th,
.content-body table td {
  padding: var(--spacing-sm);
  border-bottom: 1px solid var(--neutre-grey-dark);
  text-align: left;
}
.entry-content table th,
.post-content table th,
.content-body table th {
  font-weight: 600;
  background-color: var(--neutre-grey-light);
}
.entry-content table tbody tr:hover,
.post-content table tbody tr:hover,
.content-body table tbody tr:hover {
  background-color: var(--neutre-grey-light);
}

.entry-content img,
.post-content img,
.content-body img {
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: var(--spacing-md);
  border-radius: 6px;
}
.entry-content .alignleft,
.post-content .alignleft,
.content-body .alignleft {
  float: left;
  margin-right: var(--spacing-lg);
  margin-bottom: var(--spacing-md);
}
.entry-content .alignright,
.post-content .alignright,
.content-body .alignright {
  float: right;
  margin-left: var(--spacing-lg);
  margin-bottom: var(--spacing-md);
}
.entry-content .aligncenter,
.post-content .aligncenter,
.content-body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--spacing-md);
}
.entry-content .alignnone,
.post-content .alignnone,
.content-body .alignnone {
  margin-bottom: var(--spacing-md);
}
.entry-content .alignwide,
.post-content .alignwide,
.content-body .alignwide {
  margin-left: calc(-1 * var(--spacing-lg));
  margin-right: calc(-1 * var(--spacing-lg));
  margin-bottom: var(--spacing-lg);
  max-width: none;
  width: calc(100% + var(--spacing-2xl));
}
.entry-content .alignfull,
.post-content .alignfull,
.content-body .alignfull {
  /*margin-left:   calc(-50vw + 50%);
  margin-right:  calc(-50vw + 50%);
  margin-bottom: var(--spacing-lg);
  max-width:     none;
  width:         100vw;*/
}
.entry-content figure,
.post-content figure,
.content-body figure {
  margin-top: 0;
  margin-bottom: var(--spacing-lg);
  margin-left: 0;
  margin-right: 0;
}
.entry-content figure img,
.post-content figure img,
.content-body figure img {
  margin-bottom: var(--spacing-sm);
}
.entry-content figcaption,
.post-content figcaption,
.content-body figcaption {
  margin-top: var(--spacing-xs);
  font-size: 0.875rem;
  color: var(--purple-dark-light);
  font-style: italic;
  text-align: center;
}
.entry-content iframe,
.entry-content embed,
.entry-content object,
.entry-content video,
.post-content iframe,
.post-content embed,
.post-content object,
.post-content video,
.content-body iframe,
.content-body embed,
.content-body object,
.content-body video {
  max-width: 100%;
  margin-bottom: var(--spacing-lg);
}
.entry-content .wp-block-embed,
.entry-content .wp-block-embed__wrapper,
.post-content .wp-block-embed,
.post-content .wp-block-embed__wrapper,
.content-body .wp-block-embed,
.content-body .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: var(--spacing-lg);
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.entry-content .wp-block-embed iframe,
.entry-content .wp-block-embed embed,
.entry-content .wp-block-embed object,
.entry-content .wp-block-embed__wrapper iframe,
.entry-content .wp-block-embed__wrapper embed,
.entry-content .wp-block-embed__wrapper object,
.post-content .wp-block-embed iframe,
.post-content .wp-block-embed embed,
.post-content .wp-block-embed object,
.post-content .wp-block-embed__wrapper iframe,
.post-content .wp-block-embed__wrapper embed,
.post-content .wp-block-embed__wrapper object,
.content-body .wp-block-embed iframe,
.content-body .wp-block-embed embed,
.content-body .wp-block-embed object,
.content-body .wp-block-embed__wrapper iframe,
.content-body .wp-block-embed__wrapper embed,
.content-body .wp-block-embed__wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.entry-content [class*=wp-block-],
.post-content [class*=wp-block-],
.content-body [class*=wp-block-] {
  margin-bottom: var(--spacing-lg);
}
.entry-content [class*=wp-block-]:last-child,
.post-content [class*=wp-block-]:last-child,
.content-body [class*=wp-block-]:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-separator,
.post-content .wp-block-separator,
.content-body .wp-block-separator {
  margin-top: var(--spacing-2xl);
  margin-bottom: var(--spacing-2xl);
}
.entry-content .wp-block-spacer,
.post-content .wp-block-spacer,
.content-body .wp-block-spacer {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content .wp-block-quote,
.post-content .wp-block-quote,
.content-body .wp-block-quote {
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
}
.entry-content .wp-block-pullquote,
.post-content .wp-block-pullquote,
.content-body .wp-block-pullquote {
  margin-top: var(--spacing-2xl);
  margin-bottom: var(--spacing-2xl);
  padding: var(--spacing-lg);
  text-align: center;
}
.entry-content .wp-block-pullquote blockquote,
.post-content .wp-block-pullquote blockquote,
.content-body .wp-block-pullquote blockquote {
  margin: 0;
  border: none;
  padding: 0;
}
.entry-content .wp-block-columns,
.post-content .wp-block-columns,
.content-body .wp-block-columns {
  margin-bottom: var(--spacing-lg);
  gap: var(--spacing-lg);
}
.entry-content .wp-block-column,
.post-content .wp-block-column,
.content-body .wp-block-column {
  margin-bottom: 0;
}
.entry-content .wp-block-group,
.post-content .wp-block-group,
.content-body .wp-block-group {
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-lg);
}
.entry-content .wp-block-cover,
.post-content .wp-block-cover,
.content-body .wp-block-cover {
  margin-bottom: var(--spacing-lg);
  padding: var(--spacing-2xl) var(--spacing-lg);
}
.entry-content .wp-block-buttons,
.post-content .wp-block-buttons,
.content-body .wp-block-buttons {
  margin-top: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
  gap: var(--spacing-sm);
}
.entry-content .wp-block-button,
.post-content .wp-block-button,
.content-body .wp-block-button {
  margin-bottom: 0;
}
.entry-content .wp-block-media-text,
.post-content .wp-block-media-text,
.content-body .wp-block-media-text {
  margin-bottom: var(--spacing-lg);
  gap: var(--spacing-lg);
}
.entry-content .wp-block-gallery,
.post-content .wp-block-gallery,
.content-body .wp-block-gallery {
  margin-bottom: var(--spacing-lg);
  gap: var(--spacing-sm);
}

.entry-content .gallery,
.post-content .gallery,
.content-body .gallery {
  margin-bottom: var(--spacing-lg);
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}
.entry-content .gallery-item,
.post-content .gallery-item,
.content-body .gallery-item {
  margin: 0;
}
.entry-content .gallery-caption,
.post-content .gallery-caption,
.content-body .gallery-caption {
  margin-top: var(--spacing-xs);
  font-size: 0.875rem;
  color: var(--purple-dark-light);
}
.entry-content .wp-caption,
.post-content .wp-caption,
.content-body .wp-caption {
  max-width: 100%;
  margin-bottom: var(--spacing-md);
}
.entry-content .wp-caption img,
.post-content .wp-caption img,
.content-body .wp-caption img {
  margin-bottom: var(--spacing-xs);
}
.entry-content .wp-caption-text,
.post-content .wp-caption-text,
.content-body .wp-caption-text {
  margin-top: var(--spacing-xs);
  font-size: 0.875rem;
  color: var(--purple-dark-light);
  font-style: italic;
  text-align: center;
}

.entry-content p:empty,
.post-content p:empty,
.content-body p:empty {
  display: none;
}
.entry-content h1 + p, .entry-content h2 + p, .entry-content h3 + p,
.entry-content h4 + p, .entry-content h5 + p, .entry-content h6 + p,
.post-content h1 + p,
.post-content h2 + p,
.post-content h3 + p,
.post-content h4 + p,
.post-content h5 + p,
.post-content h6 + p,
.content-body h1 + p,
.content-body h2 + p,
.content-body h3 + p,
.content-body h4 + p,
.content-body h5 + p,
.content-body h6 + p {
  margin-top: 0;
}
.entry-content dl,
.post-content dl,
.content-body dl {
  margin-bottom: var(--spacing-md);
}
.entry-content dt,
.post-content dt,
.content-body dt {
  font-weight: 600;
  margin-bottom: var(--spacing-xs);
}
.entry-content dd,
.post-content dd,
.content-body dd {
  margin-left: var(--spacing-lg);
  margin-bottom: var(--spacing-sm);
}
.entry-content dd:last-child,
.post-content dd:last-child,
.content-body dd:last-child {
  margin-bottom: 0;
}
.entry-content address,
.post-content address,
.content-body address {
  margin-bottom: var(--spacing-md);
  font-style: normal;
  line-height: 1.7;
}
.entry-content abbr[title],
.post-content abbr[title],
.content-body abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
}

.entry-content .section-with-divider,
.post-content .section-with-divider,
.content-body .section-with-divider {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-lg);
}
.entry-content .section-with-divider h2, .entry-content .section-with-divider h3,
.post-content .section-with-divider h2,
.post-content .section-with-divider h3,
.content-body .section-with-divider h2,
.content-body .section-with-divider h3 {
  margin-bottom: var(--spacing-md);
}
.entry-content .feature-list,
.post-content .feature-list,
.content-body .feature-list {
  list-style: disc;
}
.entry-content .feature-list li,
.post-content .feature-list li,
.content-body .feature-list li {
  margin-bottom: var(--spacing-md);
}
.entry-content .feature-list li strong,
.post-content .feature-list li strong,
.content-body .feature-list li strong {
  display: inline-block;
  font-weight: 700;
  color: var(--purple-dark-light);
  margin-bottom: var(--spacing-2xs);
}
.entry-content .feature-list li > *:not(strong),
.post-content .feature-list li > *:not(strong),
.content-body .feature-list li > *:not(strong) {
  color: var(--purple-dark-light);
}
.entry-content h3,
.post-content h3,
.content-body h3 {
  font-size: clamp(1.625rem, 0.5rem + 3.12vw, 2.5rem) !important;
}
.entry-content h4,
.post-content h4,
.content-body h4 {
  font-size: clamp(1.375rem, 0.9rem + 1.34vw, 1.75rem) !important;
}

@media (max-width: 768px) {
  .entry-content h1, .entry-content h2, .entry-content h3,
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .content-body h1,
  .content-body h2,
  .content-body h3 {
    margin-top: var(--spacing-md);
    margin-bottom: var(--spacing-md);
  }
  .entry-content h4, .entry-content h5, .entry-content h6,
  .post-content h4,
  .post-content h5,
  .post-content h6,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    margin-top: var(--spacing-sm);
    margin-bottom: var(--spacing-xs);
  }
  .entry-content blockquote,
  .entry-content .wp-block-quote,
  .post-content blockquote,
  .post-content .wp-block-quote,
  .content-body blockquote,
  .content-body .wp-block-quote {
    margin-top: var(--spacing-md);
    margin-bottom: var(--spacing-md);
    padding-left: var(--spacing-md);
  }
  .entry-content .section-divider,
  .entry-content .wp-block-separator,
  .entry-content .wp-block-separator.is-style-diagonal,
  .post-content .section-divider,
  .post-content .wp-block-separator,
  .post-content .wp-block-separator.is-style-diagonal,
  .content-body .section-divider,
  .content-body .wp-block-separator,
  .content-body .wp-block-separator.is-style-diagonal {
    margin-top: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
  }
  .entry-content .section-striped,
  .post-content .section-striped,
  .content-body .section-striped {
    padding: var(--spacing-md) var(--spacing-sm);
  }
  .entry-content .alignleft,
  .entry-content .alignright,
  .post-content .alignleft,
  .post-content .alignright,
  .content-body .alignleft,
  .content-body .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .entry-content .alignwide,
  .post-content .alignwide,
  .content-body .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .entry-content .alignfull,
  .post-content .alignfull,
  .content-body .alignfull {
    margin-left: calc(-1 * var(--spacing-sm));
    margin-right: calc(-1 * var(--spacing-sm));
    width: calc(100% + var(--spacing-md));
  }
}
.btn {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 49px;
  font-weight: 500;
  color: var(--neutre-white, #FFF);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--purple-dark, #201B42);
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.btn.btn-arrow, .btn.btn-download {
  padding: 16px 24px 16px 32px;
  gap: 8px;
}
.btn:hover, .btn:focus {
  background: var(--purple-dark-light, #3E3879);
  opacity: 1;
  text-decoration: none;
}
.btn:active {
  outline: none;
  outline-offset: 0;
  background: var(--purple-tonic-light, #D2D1FF);
  opacity: 1;
  text-decoration: none;
  color: var(--purple-dark, #201B42);
}
@media (max-width: 575.98px) {
  .btn:not(.btn-transparent) {
    width: 100%;
  }
}

.btn-arrow::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.75 12L20.25 12" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 5.25L20.25 12L13.5 18.75" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.btn-arrow:active::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.74219 11.9688L20.1995 11.9688" stroke="%233E3879" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.4648 5.23633L20.1974 11.9689L13.4648 18.7014" stroke="%233E3879" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.btn-download::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 13.5V3" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.25 13.5V19.5H3.75V13.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.75 9.75L12 13.5L8.25 9.75" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.btn-download:active::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 13.5V3" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.25 13.5V19.5H3.75V13.5" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.75 9.75L12 13.5L8.25 9.75" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.btn-chartline::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21 19.5H3V4.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 9L15 14.25L9 9.75L3 15" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.btn-chartline:active::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21 19.5H3V4.5" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 9L15 14.25L9 9.75L3 15" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.btn-pencil::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8.68969 20.2501H4.5C4.30109 20.2501 4.11032 20.1711 3.96967 20.0305C3.82902 19.8898 3.75 19.699 3.75 19.5001V15.3104C3.75009 15.1118 3.82899 14.9213 3.96938 14.7807L15.5306 3.2195C15.6713 3.07895 15.862 3 16.0608 3C16.2596 3 16.4503 3.07895 16.5909 3.2195L20.7806 7.40637C20.9212 7.54701 21.0001 7.7377 21.0001 7.93653C21.0001 8.13535 20.9212 8.32605 20.7806 8.46668L9.21937 20.0307C9.07883 20.1711 8.88834 20.25 8.68969 20.2501Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.75 6L18 11.25" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.btn-pencil:active::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8.68969 20.2501H4.5C4.30109 20.2501 4.11032 20.1711 3.96967 20.0305C3.82902 19.8898 3.75 19.699 3.75 19.5001V15.3104C3.75009 15.1118 3.82899 14.9213 3.96938 14.7807L15.5306 3.2195C15.6713 3.07895 15.862 3 16.0608 3C16.2596 3 16.4503 3.07895 16.5909 3.2195L20.7806 7.40637C20.9212 7.54701 21.0001 7.7377 21.0001 7.93653C21.0001 8.13535 20.9212 8.32605 20.7806 8.46668L9.21937 20.0307C9.07883 20.1711 8.88834 20.25 8.68969 20.2501Z" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.75 6L18 11.25" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.btn-arrow-dark::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.75 12L20.25 12" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 5.25L20.25 12L13.5 18.75" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.btn-download-dark::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 13.5V3" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.25 13.5V19.5H3.75V13.5" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.75 9.75L12 13.5L8.25 9.75" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.btn-chartline-dark::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21 19.5H3V4.5" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 9L15 14.25L9 9.75L3 15" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.btn-pencil-dark::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8.68969 20.2501H4.5C4.30109 20.2501 4.11032 20.1711 3.96967 20.0305C3.82902 19.8898 3.75 19.699 3.75 19.5001V15.3104C3.75009 15.1118 3.82899 14.9213 3.96938 14.7807L15.5306 3.2195C15.6713 3.07895 15.862 3 16.0608 3C16.2596 3 16.4503 3.07895 16.5909 3.2195L20.7806 7.40637C20.9212 7.54701 21.0001 7.7377 21.0001 7.93653C21.0001 8.13535 20.9212 8.32605 20.7806 8.46668L9.21937 20.0307C9.07883 20.1711 8.88834 20.25 8.68969 20.2501Z" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.75 6L18 11.25" stroke="%23201B42" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.btn-transparent {
  background: transparent;
  color: var(--neutre-dark, #000);
  padding-left: 0 !important;
}
.btn-transparent:hover, .btn-transparent:focus {
  background: transparent;
  opacity: 0.8;
}
.btn-transparent:active {
  outline: none;
}
.btn-transparent.btn-arrow::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.74219 11.9688L20.1995 11.9688" stroke="%233E3879" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.4648 5.23633L20.1974 11.9689L13.4648 18.7014" stroke="%233E3879" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.btn-purple-light {
  background: var(--purple-light, #f5f5ff);
  color: var(--purple-dark, #201B42);
}
.btn-purple-light.btn-arrow::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.77734 11.9797L20.2346 12.0275" stroke="%23201B42" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5195 5.27539L20.2325 12.0274L13.4805 18.7404" stroke="%23201B42" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.btn-purple-tonic-light {
  background: var(--purple-tonic-light, #D2D1FF);
  color: var(--purple-dark, #201B42);
}
.btn-purple-tonic-light.btn-arrow::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.77734 11.9797L20.2346 12.0275" stroke="%23201B42" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5195 5.27539L20.2325 12.0274L13.4805 18.7404" stroke="%23201B42" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.btn-purple-tonic-light:hover, .btn-purple-tonic-light:focus,
.btn-purple-light:hover,
.btn-purple-light:focus {
  opacity: 1;
  text-decoration: none;
  outline: none;
  color: var(--neutre-white);
}
.btn-purple-tonic-light:active,
.btn-purple-light:active {
  color: var(--purple-dark, #201B42);
}
.btn-purple-tonic-light.btn-arrow:hover::after, .btn-purple-tonic-light.btn-arrow:focus::after,
.btn-purple-light.btn-arrow:hover::after,
.btn-purple-light.btn-arrow:focus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.75 12L20.25 12" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 5.25L20.25 12L13.5 18.75" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.btn-purple-tonic-light.btn-arrow:active::after,
.btn-purple-light.btn-arrow:active::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.77734 11.9797L20.2346 12.0275" stroke="%23201B42" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5195 5.27539L20.2325 12.0274L13.4805 18.7404" stroke="%23201B42" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.btn-neutre-white {
  background: var(--neutre-white, #ffffff);
  color: var(--purple-dark, #201B42);
}
.btn-neutre-white:hover {
  background: var(--neutre-white, #ffffff);
  opacity: 0.9;
  text-decoration: none;
}
.btn-neutre-white:focus {
  outline: 2px solid var(--neutre-white, #ffffff);
}
.btn-neutre-white.btn-arrow::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.77734 11.9797L20.2346 12.0275" stroke="%23201B42" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5195 5.27539L20.2325 12.0274L13.4805 18.7404" stroke="%23201B42" stroke-width="1.49612" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.site-title, .site-description {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

header.top-nav {
  transition: all 0.3s ease;
  position: fixed;
  min-height: 60px;
  background-color: transparent;
  transition: background-color 0.3s;
  backdrop-filter: blur(8px);
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.top-nav .nav-item.dropdown {
  position: static;
}
header.top-nav .nav-link {
  color: var(--purple-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header.top-nav .nav-link.dropdown-toggle {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
header.top-nav .nav-link.dropdown-toggle::after {
  width: 19.278px;
  height: 21.031px;
  vertical-align: 0.2em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="22" viewBox="0 0 20 22" fill="none"><path d="M4.53906 9.69189L10.0248 15.6764L15.5106 9.69189" stroke="%23201B42" stroke-width="0.997412" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}
header.top-nav .nav-link:hover, header.top-nav .nav-link:focus, header.top-nav .nav-link.show {
  color: var(--purple-tonic, #9D7EFF);
  transition: color 0.3s;
}
header.top-nav .nav-link:hover.dropdown-toggle::after, header.top-nav .nav-link:focus.dropdown-toggle::after, header.top-nav .nav-link.show.dropdown-toggle::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="22" viewBox="0 0 20 22" fill="none"><path d="M4.53906 9.69189L10.0248 15.6764L15.5106 9.69189" stroke="%239D7EFF" stroke-width="0.997412" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
header.top-nav .nav-link:focus-visible {
  box-shadow: none;
}
header.top-nav .dropdown-menu__item {
  padding: 24px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
  font-weight: 700;
  color: var(--purple-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.top-nav .dropdown-menu__item span {
  display: block;
}
header.top-nav .dropdown-menu__item em {
  font-weight: 400;
  color: var(--purple-dark-light, #3E3879);
  display: block;
  font-style: normal;
}
header.top-nav .dropdown-menu__item .dropdown-item-row {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
header.top-nav .dropdown-menu__item:active, header.top-nav .dropdown-menu__item:hover, header.top-nav .dropdown-menu__item:focus, header.top-nav .dropdown-menu__item.active, header.top-nav .dropdown-menu__item.current {
  background: var(--purple-light, #F5F5FF);
}
header.top-nav .navigation-bar {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 16px;
}
header.top-nav .navigation-bar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header.top-nav .navigation-bar .navbar-brand {
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
}
header.top-nav .navigation-bar .navbar-brand svg, header.top-nav .navigation-bar .navbar-brand img {
  vertical-align: unset;
}
header.top-nav .navigation-bar .navigation-bar__main {
  gap: 11px;
  display: flex;
  justify-content: center;
  flex: 1;
  margin: 0;
}
header.top-nav .navigation-bar .navigation-bar__secondary {
  gap: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  margin-top: 0;
}
header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown .btn {
  border-radius: 4px;
  background: transparent;
  border: none;
  padding: 0 0 0 9px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
  gap: 0;
}
header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown .btn:hover, header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown .btn:focus {
  box-shadow: none;
}
header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown .btn.dropdown-toggle::after {
  margin-left: 8px;
  width: 10px;
  height: 6px;
  vertical-align: 0.2em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%231E2029" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}
header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown .flag-icon {
  width: 22px;
  height: 16px;
  border-radius: 2px;
}
header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown .dropdown-menu {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 20px 40px 0px rgba(17, 16, 33, 0.2);
}
header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown .dropdown-item {
  color: var(--purple-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 9px;
  padding-right: 9px;
  opacity: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown .dropdown-item .flag-icon {
  margin-left: 0;
}
header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown .dropdown-item:hover, header.top-nav .navigation-bar .navigation-bar__secondary .language-dropdown .dropdown-item:focus {
  opacity: 80%;
  transition: opacity 0.3s;
  background-color: transparent;
}
header.top-nav .navigation-bar .dropdown-menu[data-bs-popper] {
  left: 0;
  right: 0;
  width: 100%;
  padding: 40px 10px;
  border-top: 0.69px solid var(--neutre-grey-dark, #D9D9D9);
  background: var(--neutre-white);
  box-shadow: 0px 20px 40px 0px rgba(17, 16, 33, 0.2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
header.top-nav .navigation-bar .dropdown-menu[data-bs-popper].more {
  padding: 0;
}
header.top-nav .navigation-bar .dropdown-menu[data-bs-popper].more .dropdown-menu__cols {
  padding: 10px;
}
header.top-nav .navigation-bar .dropdown-menu__cols {
  display: flex;
  gap: 20px;
  min-width: unset;
  width: 100%;
}
header.top-nav .navigation-bar .dropdown-menu__cols ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col1 {
  min-width: 100%;
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 {
  flex-grow: 1;
  border-radius: 3.772px;
  background-image: url("assets/images/nav-promo-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 .promo {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 .promo-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 .promo-content {
  padding-top: 25px;
  z-index: 1;
  position: relative;
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 .promo-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 40px;
  color: var(--purple-dark);
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 .promo-text {
  text-align: center;
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 .promo-text .btn {
  color: var(--neutre-white);
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 .promo-text .btn:hover, header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 .promo-text .btn:focus {
  cursor: pointer;
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2:hover .promo-text .btn, header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2:focus .promo-text .btn {
  opacity: 80%;
  transition: opacity 0.3s;
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__content {
  display: grid;
  column-gap: 20px;
  row-gap: 12px;
  width: 100%;
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__content.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__content.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
header.top-nav .navigation-bar .dropdown-menu__cols.single {
  min-width: 310px;
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items {
  flex-direction: column;
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .title {
  padding: 0;
  text-decoration: none;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
  font-weight: 700;
  color: var(--purple-dark, #201B42);
  display: flex;
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items ul {
  display: grid;
  grid-template-columns: 1fr;
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items ul li .dropdown-menu__item .dropdown-item-row .dropdown-item-col1 img {
  border-radius: 8px;
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content {
  gap: 20px;
  padding: 0 24px;
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content .dropdown-menu__submenu_group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content .dropdown-menu__submenu_group .dropdown-menu__content_items {
  gap: 10px;
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content .dropdown-menu__submenu_group:first-child .dropdown-menu__content_items {
  padding: 24px;
  border-radius: 7.979px;
  border: 0.997px solid var(--Stroke, #D9D9D9);
  background: var(--purple-light, #F5F5FF);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content .dropdown-menu__submenu_group:first-child .dropdown-menu__content_items li.dropdown-menu__promotion {
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 2px;
  background: var(--neutre-white, #FFF);
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content .dropdown-menu__submenu_group:first-child .dropdown-menu__content_items li.dropdown-menu__promotion .dropdown-menu__item {
  padding: 24px;
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content .dropdown-menu__submenu_group:first-child .dropdown-menu__content_items li.dropdown-menu__promotion .dropdown-item-row {
  display: flex;
  flex-direction: row;
}
header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content .dropdown-menu__submenu_group:first-child .dropdown-menu__content_items li.dropdown-menu__promotion .dropdown-item-row .dropdown-item-col2 {
  width: 60%;
}
header.top-nav .navigation-bar #navbarSupportedContent.navbar-collapse {
  justify-content: space-between !important;
  flex: 1;
  justify-content: center;
  align-items: center;
}
header.top-nav.scrolled {
  background-color: var(--neutre-white);
}
@media (max-width: 1199.98px) {
  header.top-nav {
    background: var(--neutre-white) !important;
  }
  header.top-nav .container {
    padding-left: 0;
    padding-right: 0;
  }
  header.top-nav .navigation-bar {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  header.top-nav .navigation-bar .container-fluid {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header.top-nav .navigation-bar .dropdown-menu__cols {
    min-width: unset;
  }
  header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__content {
    gap: 0;
  }
  header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__content.cols-3, header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__content.cols-4 {
    grid-template-columns: 1fr;
  }
  header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content .dropdown-menu__submenu_group:first-child .dropdown-menu__content_items {
    border: 0;
    box-shadow: none;
    padding: 0;
    background: var(--neutre-white, #ffffff);
  }
  header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content .dropdown-menu__submenu_group:first-child .dropdown-menu__content_items li .dropdown-menu__item {
    border-radius: 7.979px;
    border: 0.997px solid var(--Stroke, #D9D9D9);
    background: var(--purple-light, #F5F5FF);
    box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
  }
  header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items .dropdown-menu__content .dropdown-menu__submenu_group:first-child .dropdown-menu__content_items li.dropdown-menu__promotion .dropdown-menu__item {
    background: transparent;
    padding: 12px 24px;
  }
  header.top-nav .navigation-bar .dropdown-menu__item {
    padding: 12px 24px;
  }
  header.top-nav .navigation-bar .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
    padding: 20px;
    background: var(--neutre-white, #FFF);
    overflow-y: auto;
  }
  header.top-nav .navigation-bar .navbar-collapse.show {
    border-top: solid 1px #D4D8E1;
    height: 91vh;
    overflow-y: auto;
  }
  header.top-nav .navigation-bar .navbar-collapse.collapsing {
    transition: none;
  }
  header.top-nav .navigation-bar #navbarSupportedContent.navbar-collapse {
    flex: none !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-top: 12px;
  }
  header.top-nav .navigation-bar .navbar-brand {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 0;
    flex: none;
  }
  header.top-nav .navigation-bar .navbar-toggler {
    margin-right: 40px;
    margin-bottom: 0;
    border: none !important;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 10.667px 13.333px;
    justify-content: center;
    align-items: center;
    border-radius: 52px;
    background: var(--purple-dark, #201B42);
  }
  header.top-nav .navigation-bar .navbar-toggler:focus {
    box-shadow: none !important;
  }
  header.top-nav .navigation-bar .navbar-toggler .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0.678955H16" stroke="white" stroke-width="1.35793"/><path d="M0 5.67896H16" stroke="white" stroke-width="1.35793"/><path d="M0 10.679H16" stroke="white" stroke-width="1.35793"/></svg>');
  }
  header.top-nav .navigation-bar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.484375 0.47998L11.7981 11.7937" stroke="white" stroke-width="1.35793"/><path d="M0.476562 11.8286L11.7903 0.514904" stroke="white" stroke-width="1.35793"/></svg>');
  }
  header.top-nav .navigation-bar .navigation-bar__main {
    gap: 12px;
    display: flex;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    margin: 0 !important;
  }
  header.top-nav .navigation-bar .navigation-bar__secondary {
    margin-top: 22px;
    margin-left: 0;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
  }
  header.top-nav .navigation-bar .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    border-top: 0;
    box-shadow: none;
    padding: 24px 0;
  }
}
@media (max-width: 575px) {
  header.top-nav .navigation-bar .dropdown-menu__cols {
    flex-direction: column;
  }
  header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col1, header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 {
    flex-grow: unset;
    min-width: 100%;
    min-height: 238px;
    display: flex;
  }
  header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col1 .promo, header.top-nav .navigation-bar .dropdown-menu__cols .dropdown-menu__col2 .promo {
    display: flex;
    flex-direction: column;
    min-height: inherit;
  }
  header.top-nav .navigation-bar .dropdown-menu__cols.dropdown-menu__cols__more__items ul {
    grid-template-columns: 1fr;
  }
  header.top-nav .navigation-bar .navigation-bar__secondary .nav-item {
    width: 100%;
  }
  header.top-nav .navigation-bar .navigation-bar__secondary .nav-item.trial-btn a, header.top-nav .navigation-bar .navigation-bar__secondary .nav-item.login-btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  header.top-nav .navigation-bar .navigation-bar__secondary .nav-item .language-dropdown .btn {
    width: 100%;
    justify-content: center;
  }
}

footer.site-footer {
  min-height: 627px;
  display: flex;
  flex-direction: column;
}
footer.site-footer .text-body-secondary, footer.site-footer p, footer.site-footer .link-body-emphasis, footer.site-footer h5 {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
footer.site-footer .text-body-secondary, footer.site-footer p, footer.site-footer h5 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
footer.site-footer .footer__menus-logo-awards, footer.site-footer .footer__menus-logo-text, footer.site-footer h5 {
  margin-bottom: 24px;
}
footer.site-footer li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: -0.32px;
  text-decoration: none;
}
footer.site-footer .footer__wrapper {
  display: flex;
  padding: clamp(2.5rem, 1rem + 4vw, 4.5rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(1.875rem, 0.75rem + 2.5vw, 3.75rem);
  align-self: stretch;
  border-radius: 8px 8px 0 0;
}
footer.site-footer .footer__wrapper .container {
  max-width: 1332px;
  margin: 0 auto;
  padding-inline: 0;
}
footer.site-footer .footer__banner {
  padding-top: 126px;
  padding-bottom: 60px;
}
footer.site-footer .footer__banner .footer_banner_header {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
footer.site-footer .footer__banner h2 {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  footer.site-footer .footer__banner h2 {
    line-height: 1.2;
  }
}
footer.site-footer .footer__banner p {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  footer.site-footer .footer__banner p {
    letter-spacing: -0.48px;
  }
}
footer.site-footer .footer__banner p {
  margin-bottom: 0;
  text-transform: none;
}
footer.site-footer .footer__banner .row .col:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  footer.site-footer .footer__banner .row .col:first-child {
    justify-content: flex-start;
  }
}
@media (max-width: 1359.98px) {
  footer.site-footer .footer__banner .row .col:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1359.98px) {
  footer.site-footer .footer__banner .row .col .footer_banner_image {
    padding-right: 0;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  footer.site-footer .footer__banner .row .col .footer_banner_image {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  footer.site-footer .footer__banner .row .col {
    padding-left: 20px;
    padding-right: 0;
  }
}
footer.site-footer .footer__banner .footer_banner_text {
  max-width: 603px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767.98px) {
  footer.site-footer .footer__banner .footer_banner_text {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
footer.site-footer .footer__banner .footer__banner_row {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer.site-footer .footer__banner .footer__banner_row .footer__banner_row_col {
  width: 100%;
}
footer.site-footer .footer__banner .footer__banner_row .footer__banner_row_col:first-child {
  width: 40%;
}
footer.site-footer .footer__banner .footer__banner_row .footer__banner_row_col:last-child {
  width: 60%;
  max-width: 607px;
}
footer.site-footer .footer__banner .footer_banner_image {
  text-align: right;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer__banner .footer__banner_row {
    flex-direction: column-reverse;
    gap: 60px;
  }
  footer.site-footer .footer__banner .footer__banner_row .footer__banner_row_col:first-child, footer.site-footer .footer__banner .footer__banner_row .footer__banner_row_col:last-child {
    width: 100%;
    max-width: 100%;
  }
  footer.site-footer .footer__banner .footer__banner_row .footer__banner_row_col .footer_banner_text,
  footer.site-footer .footer__banner .footer__banner_row .footer__banner_row_col .footer_banner_image img {
    margin-left: auto;
    margin-right: auto;
  }
  footer.site-footer .footer__banner .footer_banner_header {
    gap: 30px;
    text-align: center;
  }
  footer.site-footer .footer__banner .footer_banner_image {
    text-align: center;
  }
  footer.site-footer .footer__banner .footer_banner_footer {
    text-align: center;
  }
}
footer.site-footer .footer__logo {
  margin-bottom: 24px;
  opacity: 1;
}
footer.site-footer .copyright {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
footer.site-footer .footer__menus {
  gap: clamp(1rem, 3vw + 0.5rem, 3.74031rem);
}
footer.site-footer .footer__menus .col:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer.site-footer .footer__menus .footer__menus-notes p {
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 1;
}
footer.site-footer .footer__menus .footer__menus-notes:before {
  width: 82px;
  height: 15px;
  content: "";
  display: block;
  margin-bottom: 7px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="82" height="15" viewBox="0 0 82 15" fill="none"><path d="M5.15167 4.58721L1.16417 5.16533L1.09354 5.17971C0.98663 5.20809 0.889165 5.26434 0.8111 5.34271C0.733036 5.42108 0.67717 5.51876 0.649207 5.62579C0.621243 5.73281 0.622185 5.84534 0.651935 5.95188C0.681685 6.05842 0.739178 6.15515 0.818543 6.23221L3.70729 9.04408L3.02604 13.016L3.01792 13.0847C3.01137 13.1953 3.03433 13.3056 3.08445 13.4044C3.13456 13.5032 3.21003 13.5869 3.30313 13.6469C3.39622 13.7069 3.5036 13.7411 3.61426 13.746C3.72492 13.7509 3.8349 13.7263 3.93292 13.6747L7.49917 11.7997L11.0573 13.6747L11.1198 13.7035C11.223 13.7441 11.3351 13.7566 11.4446 13.7396C11.5542 13.7226 11.6573 13.6767 11.7433 13.6067C11.8293 13.5368 11.8951 13.4452 11.9341 13.3414C11.973 13.2375 11.9836 13.1252 11.9648 13.016L11.2829 9.04408L14.1729 6.23158L14.2217 6.17846C14.2913 6.09269 14.337 5.98999 14.354 5.88083C14.371 5.77167 14.3588 5.65994 14.3186 5.55704C14.2784 5.45413 14.2116 5.36373 14.1251 5.29503C14.0386 5.22633 13.9354 5.18179 13.826 5.16596L9.83854 4.58721L8.05604 0.974707C8.00447 0.870042 7.92462 0.781904 7.82554 0.720273C7.72646 0.658641 7.6121 0.625977 7.49542 0.625977C7.37873 0.625977 7.26438 0.658641 7.1653 0.720273C7.06622 0.781904 6.98637 0.870042 6.93479 0.974707L5.15167 4.58721Z" fill="url(%23paint0_linear_1469_5306)"/><path d="M21.1517 4.58721L17.1642 5.16533L17.0935 5.17971C16.9866 5.20809 16.8892 5.26434 16.8111 5.34271C16.733 5.42108 16.6772 5.51876 16.6492 5.62579C16.6212 5.73281 16.6222 5.84534 16.6519 5.95188C16.6817 6.05842 16.7392 6.15515 16.8185 6.23221L19.7073 9.04408L19.026 13.016L19.0179 13.0847C19.0114 13.1953 19.0343 13.3056 19.0844 13.4044C19.1346 13.5032 19.21 13.5869 19.3031 13.6469C19.3962 13.7069 19.5036 13.7411 19.6143 13.746C19.7249 13.7509 19.8349 13.7263 19.9329 13.6747L23.4992 11.7997L27.0573 13.6747L27.1198 13.7035C27.223 13.7441 27.3351 13.7566 27.4446 13.7396C27.5542 13.7226 27.6573 13.6767 27.7433 13.6067C27.8293 13.5368 27.8951 13.4452 27.9341 13.3414C27.973 13.2375 27.9836 13.1252 27.9648 13.016L27.2829 9.04408L30.1729 6.23158L30.2217 6.17846C30.2913 6.09269 30.337 5.98999 30.354 5.88083C30.371 5.77167 30.3588 5.65994 30.3186 5.55704C30.2784 5.45413 30.2116 5.36373 30.1251 5.29503C30.0386 5.22633 29.9354 5.18179 29.826 5.16596L25.8385 4.58721L24.056 0.974707C24.0045 0.870042 23.9246 0.781904 23.8255 0.720273C23.7265 0.658641 23.6121 0.625977 23.4954 0.625977C23.3787 0.625977 23.2644 0.658641 23.1653 0.720273C23.0662 0.781904 22.9864 0.870042 22.9348 0.974707L21.1517 4.58721Z" fill="url(%23paint1_linear_1469_5306)"/><path d="M38.1517 4.58721L34.1642 5.16533L34.0935 5.17971C33.9866 5.20809 33.8892 5.26434 33.8111 5.34271C33.733 5.42108 33.6772 5.51876 33.6492 5.62579C33.6212 5.73281 33.6222 5.84534 33.6519 5.95188C33.6817 6.05842 33.7392 6.15515 33.8185 6.23221L36.7073 9.04408L36.026 13.016L36.0179 13.0847C36.0114 13.1953 36.0343 13.3056 36.0844 13.4044C36.1346 13.5032 36.21 13.5869 36.3031 13.6469C36.3962 13.7069 36.5036 13.7411 36.6143 13.746C36.7249 13.7509 36.8349 13.7263 36.9329 13.6747L40.4992 11.7997L44.0573 13.6747L44.1198 13.7035C44.223 13.7441 44.3351 13.7566 44.4446 13.7396C44.5542 13.7226 44.6573 13.6767 44.7433 13.6067C44.8293 13.5368 44.8951 13.4452 44.9341 13.3414C44.973 13.2375 44.9836 13.1252 44.9648 13.016L44.2829 9.04408L47.1729 6.23158L47.2217 6.17846C47.2913 6.09269 47.337 5.98999 47.354 5.88083C47.371 5.77167 47.3588 5.65994 47.3186 5.55704C47.2784 5.45413 47.2116 5.36373 47.1251 5.29503C47.0386 5.22633 46.9354 5.18179 46.826 5.16596L42.8385 4.58721L41.056 0.974707C41.0045 0.870042 40.9246 0.781904 40.8255 0.720273C40.7265 0.658641 40.6121 0.625977 40.4954 0.625977C40.3787 0.625977 40.2644 0.658641 40.1653 0.720273C40.0662 0.781904 39.9864 0.870042 39.9348 0.974707L38.1517 4.58721Z" fill="url(%23paint2_linear_1469_5306)"/><path d="M55.1517 4.58721L51.1642 5.16533L51.0935 5.17971C50.9866 5.20809 50.8892 5.26434 50.8111 5.34271C50.733 5.42108 50.6772 5.51876 50.6492 5.62579C50.6212 5.73281 50.6222 5.84534 50.6519 5.95188C50.6817 6.05842 50.7392 6.15515 50.8185 6.23221L53.7073 9.04408L53.026 13.016L53.0179 13.0847C53.0114 13.1953 53.0343 13.3056 53.0844 13.4044C53.1346 13.5032 53.21 13.5869 53.3031 13.6469C53.3962 13.7069 53.5036 13.7411 53.6143 13.746C53.7249 13.7509 53.8349 13.7263 53.9329 13.6747L57.4992 11.7997L61.0573 13.6747L61.1198 13.7035C61.223 13.7441 61.3351 13.7566 61.4446 13.7396C61.5542 13.7226 61.6573 13.6767 61.7433 13.6067C61.8293 13.5368 61.8951 13.4452 61.9341 13.3414C61.973 13.2375 61.9836 13.1252 61.9648 13.016L61.2829 9.04408L64.1729 6.23158L64.2217 6.17846C64.2913 6.09269 64.337 5.98999 64.354 5.88083C64.371 5.77167 64.3588 5.65994 64.3186 5.55704C64.2784 5.45413 64.2116 5.36373 64.1251 5.29503C64.0386 5.22633 63.9354 5.18179 63.826 5.16596L59.8385 4.58721L58.056 0.974707C58.0045 0.870042 57.9246 0.781904 57.8255 0.720273C57.7265 0.658641 57.6121 0.625977 57.4954 0.625977C57.3787 0.625977 57.2644 0.658641 57.1653 0.720273C57.0662 0.781904 56.9864 0.870042 56.9348 0.974707L55.1517 4.58721Z" fill="url(%23paint3_linear_1469_5306)"/><path d="M72.1517 4.58721L68.1642 5.16533L68.0935 5.17971C67.9866 5.20809 67.8892 5.26434 67.8111 5.34271C67.733 5.42108 67.6772 5.51876 67.6492 5.62579C67.6212 5.73281 67.6222 5.84534 67.6519 5.95188C67.6817 6.05842 67.7392 6.15515 67.8185 6.23221L70.7073 9.04408L70.026 13.016L70.0179 13.0847C70.0114 13.1953 70.0343 13.3056 70.0844 13.4044C70.1346 13.5032 70.21 13.5869 70.3031 13.6469C70.3962 13.7069 70.5036 13.7411 70.6143 13.746C70.7249 13.7509 70.8349 13.7263 70.9329 13.6747L74.4992 11.7997L78.0573 13.6747L78.1198 13.7035C78.223 13.7441 78.3351 13.7566 78.4446 13.7396C78.5542 13.7226 78.6573 13.6767 78.7433 13.6067C78.8293 13.5368 78.8951 13.4452 78.9341 13.3414C78.973 13.2375 78.9836 13.1252 78.9648 13.016L78.2829 9.04408L81.1729 6.23158L81.2217 6.17846C81.2913 6.09269 81.337 5.98999 81.354 5.88083C81.371 5.77167 81.3588 5.65994 81.3186 5.55704C81.2784 5.45413 81.2116 5.36373 81.1251 5.29503C81.0386 5.22633 80.9354 5.18179 80.826 5.16596L76.8385 4.58721L75.056 0.974707C75.0045 0.870042 74.9246 0.781904 74.8255 0.720273C74.7265 0.658641 74.6121 0.625977 74.4954 0.625977C74.3787 0.625977 74.2644 0.658641 74.1653 0.720273C74.0662 0.781904 73.9864 0.870042 73.9348 0.974707L72.1517 4.58721Z" fill="url(%23paint4_linear_1469_5306)"/><defs><linearGradient id="paint0_linear_1469_5306" x1="7.49518" y1="0.625977" x2="7.49518" y2="13.7469" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5BF6C"/><stop offset="1" stop-color="%23F4B348"/></linearGradient><linearGradient id="paint1_linear_1469_5306" x1="23.4952" y1="0.625977" x2="23.4952" y2="13.7469" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5BF6C"/><stop offset="1" stop-color="%23F4B348"/></linearGradient><linearGradient id="paint2_linear_1469_5306" x1="40.4952" y1="0.625977" x2="40.4952" y2="13.7469" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5BF6C"/><stop offset="1" stop-color="%23F4B348"/></linearGradient><linearGradient id="paint3_linear_1469_5306" x1="57.4952" y1="0.625977" x2="57.4952" y2="13.7469" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5BF6C"/><stop offset="1" stop-color="%23F4B348"/></linearGradient><linearGradient id="paint4_linear_1469_5306" x1="74.4952" y1="0.625977" x2="74.4952" y2="13.7469" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5BF6C"/><stop offset="1" stop-color="%23F4B348"/></linearGradient></defs></svg>');
}
footer.site-footer .footer__menus .language-dropdown {
  margin-bottom: 60px;
}
footer.site-footer .footer__menus .language-dropdown .btn {
  border-radius: 4.599px;
  color: var(--blue-navy, #1A2B3B);
  border: none;
  width: 100%;
  padding: 8px 9.198px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  gap: 8px;
}
footer.site-footer .footer__menus .language-dropdown .btn:hover, footer.site-footer .footer__menus .language-dropdown .btn:focus {
  box-shadow: none;
}
footer.site-footer .footer__menus .language-dropdown .btn.dropdown-toggle::after {
  margin-left: 8px;
  width: 10px;
  height: 6px;
  vertical-align: 0.2em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" viewBox="0 0 5 5" fill="none"><rect y="-0.239536" width="0.33205" height="2.98845" rx="0.166025" transform="matrix(-0.692532 -0.721387 0.692532 -0.721387 2.46569 3.61306)" stroke="%231A2B3B" stroke-width="0.33205" stroke-linecap="round" stroke-linejoin="round"/><rect y="-0.239536" width="2.98845" height="0.33205" rx="0.166025" transform="matrix(-0.692532 -0.721387 0.692532 -0.721387 2.46569 3.61306)" stroke="%231A2B3B" stroke-width="0.33205" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}
footer.site-footer .footer__menus .language-dropdown .flag-icon {
  width: 22px;
  height: 16px;
  border-radius: 2px;
  display: none;
}
footer.site-footer .footer__menus .language-dropdown .dropdown-menu {
  border-radius: 4px;
  width: 100%;
}
footer.site-footer .footer__menus .language-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 9px;
  padding-right: 9px;
  opacity: 1;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
footer.site-footer .footer__menus .language-dropdown .dropdown-item .flag-icon {
  margin-left: 0;
}
footer.site-footer .footer__menus .language-dropdown .dropdown-item:hover, footer.site-footer .footer__menus .language-dropdown .dropdown-item:focus {
  opacity: 80%;
  transition: opacity 0.3s;
  background-color: transparent;
}
footer.site-footer .footer__menus .layout-awards .tp-award {
  gap: 0;
}
footer.site-footer .footer__menus .layout-awards .tp-award .tp-award__laurel {
  max-height: 51px;
}
footer.site-footer .footer__menus .layout-awards .tp-award .tp-award__content {
  gap: 4px;
}
footer.site-footer .footer__menus .layout-awards .tp-award .tp-award__brand, footer.site-footer .footer__menus .layout-awards .tp-award .tp-award__label {
  font-size: 7.979px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
footer.site-footer .footer__menus .layout-awards .tp-award .tp-award__stars svg {
  width: 11.471px;
  height: 11.471px;
}
footer.site-footer .footer__menus .footer__menus-logo-apps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11.969px;
}
footer.site-footer .footer__copyright {
  margin-top: 60px;
  padding-top: 16px;
  align-items: center;
}
footer.site-footer .footer__copyright .list-unstyled {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
footer.site-footer .footer__copyright li {
  margin-left: 1rem !important;
}
@media (min-width: 768px) {
  footer.site-footer .footer__copyright li {
    display: block !important;
  }
}
footer.site-footer .footer__copyright li a {
  font-size: 12px;
  font-weight: 500;
}
footer.site-footer .footer__copyright li a.social-link {
  opacity: 1;
}
footer.site-footer .tablet-mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  footer.site-footer .footer__banner {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  footer.site-footer .footer__links .container {
    padding-left: 0;
    padding-right: 0;
  }
  footer.site-footer .footer__wrapper {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  footer.site-footer .footer__banner .footer_banner_text {
    max-width: 100%;
  }
  footer.site-footer .footer__menus > * {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
  footer.site-footer .footer__menus .footer__menus-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer.site-footer .footer__menus .footer__menus-logo-awards {
    order: 1;
  }
  footer.site-footer .footer__menus .footer__logo {
    order: 2;
  }
  footer.site-footer .footer__menus .footer__menus-logo-text {
    order: 3;
  }
  footer.site-footer .footer__menus .language-dropdown {
    order: 4;
    margin-bottom: 30px;
  }
  footer.site-footer .footer__menus .language-dropdown .dropdown-menu, footer.site-footer .footer__menus .language-dropdown .btn {
    width: 287px;
  }
  footer.site-footer .footer__menus .footer__menus-logo-apps {
    order: 5;
  }
  footer.site-footer .footer__copyright {
    flex-direction: column !important;
  }
  footer.site-footer .footer__copyright .list-unstyled {
    flex-direction: row !important;
    align-items: center !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer.site-footer .footer__copyright .list-unstyled li {
    margin-left: 0 !important;
    margin-bottom: 8px;
  }
  footer.site-footer .footer__copyright .copyright {
    margin-bottom: 8px;
  }
}
@media (max-width: 575.98px) {
  footer.site-footer .footer__banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer.site-footer .footer__banner .footer__banner_row {
    gap: 30px;
  }
}
footer.site-footer.purple-dark {
  background: var(--neutre-gray-light, #F4F4F4);
  background-image: none;
  color: var(--purple-dark, #201B42);
}
footer.site-footer.purple-dark li a {
  color: var(--neutre-gray-light, #F4F4F4);
}
footer.site-footer.purple-dark .footer__logo {
  color: var(--neutre-white) !important;
}
footer.site-footer.purple-dark .footer__menus .language-dropdown .btn {
  background: var(--neutre-white);
}
footer.site-footer.purple-dark .footer__menus .language-dropdown .dropdown-menu {
  background: var(--purple-dark, #201B42);
}
footer.site-footer.purple-dark .footer__menus .language-dropdown .dropdown-item {
  color: var(--neutre-white);
}
footer.site-footer.purple-dark .footer__banner h2, footer.site-footer.purple-dark .footer__banner p {
  color: var(--purple-dark, #201B42);
}
footer.site-footer.purple-dark .footer__links .footer__wrapper {
  background: var(--purple-dark, #201B42);
  color: var(--neutre-white);
}
footer.site-footer.purple-dark .footer__copyright {
  border-top: solid 1px var(--neutre-white, #FFF);
}
footer.site-footer.neutre-white {
  background: var(--purple-light, #F5F5FF);
  background-image: none;
  color: var(--neutre-dark, #000);
}
footer.site-footer.neutre-white li a {
  color: var(--neutre-dark-light, #5A5A5A);
}
footer.site-footer.neutre-white .footer__logo {
  color: var(--neutre-dark, #000) !important;
}
footer.site-footer.neutre-white .footer__menus .language-dropdown .btn {
  background: var(--purple-light, #F5F5FF);
}
footer.site-footer.neutre-white .footer__menus .language-dropdown .dropdown-menu {
  background: var(--neutre-white, #FFF);
}
footer.site-footer.neutre-white .footer__menus .language-dropdown .dropdown-item {
  color: var(--blue-navy, #1A2B3B);
}
footer.site-footer.neutre-white .footer__banner h2 {
  color: var(--purple-dark, #201B42);
}
footer.site-footer.neutre-white .footer__banner p {
  color: var(--purple-dark-light, #3E3879);
}
footer.site-footer.neutre-white .footer__links .footer__wrapper {
  background: var(--neutre-white, #FFF);
  color: var(--neutre-dark, #000);
}
footer.site-footer.neutre-white .footer__copyright {
  border-top: solid 1px var(--neutre-gray-dark, #D9D9D9);
}

header.hero,
section.hero {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  min-height: 884px;
  position: relative;
}
header.hero .hero__background-image,
section.hero .hero__background-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1723.528px;
  max-width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
header.hero .hero__background-image img,
section.hero .hero__background-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
}
header.hero .hero__first-section,
section.hero .hero__first-section {
  height: auto;
  min-height: unset;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
header.hero .hero__first-section .hero-row,
section.hero .hero__first-section .hero-row {
  display: flex;
  align-items: center;
  align-self: stretch;
}
header.hero .hero__first-section .hero-row .hero-text,
section.hero .hero__first-section .hero-row .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 59.845px;
}
header.hero .hero__first-section .hero-row .hero-image img, header.hero .hero__first-section .hero-row .hero-image video,
section.hero .hero__first-section .hero-row .hero-image img,
section.hero .hero__first-section .hero-row .hero-image video {
  border: none;
  box-shadow: none;
  border-radius: 7.979px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
header.hero .hero__first-section .hero-row .hero-image.section-hero-border-image img, header.hero .hero__first-section .hero-row .hero-image.section-hero-border-image video,
section.hero .hero__first-section .hero-row .hero-image.section-hero-border-image img,
section.hero .hero__first-section .hero-row .hero-image.section-hero-border-image video {
  border: none;
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
}
header.hero .hero__first-section .hero-row .hero__heading,
section.hero .hero__first-section .hero-row .hero__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 35.907px;
  align-self: stretch;
  max-width: 601.44px;
}
header.hero .hero__first-section .hero-row .hero__heading .hero__heading__subtext,
section.hero .hero__first-section .hero-row .hero__heading .hero__heading__subtext {
  color: var(--purple-dark-light, #3E3879);
}
header.hero.header--hero-centered .hero__first-section .hero-row,
section.hero.header--hero-centered .hero__first-section .hero-row {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
header.hero.header--hero-centered .hero__first-section .hero-row .hero-text,
section.hero.header--hero-centered .hero__first-section .hero-row .hero-text {
  align-items: center;
}
header.hero.header--hero-centered .hero__first-section .hero-row .hero-image,
section.hero.header--hero-centered .hero__first-section .hero-row .hero-image {
  text-align: center;
}
header.hero.header--hero-centered .hero__first-section .hero-row .hero-image img, header.hero.header--hero-centered .hero__first-section .hero-row .hero-image video,
section.hero.header--hero-centered .hero__first-section .hero-row .hero-image img,
section.hero.header--hero-centered .hero__first-section .hero-row .hero-image video {
  margin-top: 64px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
header.hero.header--hero-centered .hero__first-section .hero-row .hero__heading,
section.hero.header--hero-centered .hero__first-section .hero-row .hero__heading {
  align-items: center;
  margin: 0 auto;
}
header.hero.header--hero-centered .custom-html,
section.hero.header--hero-centered .custom-html {
  width: 100%;
}
header.hero.hero-blog-posts,
section.hero.hero-blog-posts {
  min-height: unset;
}
@media (max-width: 1199.98px) {
  header.hero,
  section.hero {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: unset;
  }
  header.hero .hero__first-section .hero-row .hero-text .hero__heading .font-subtitle-s1-regular,
  section.hero .hero__first-section .hero-row .hero-text .hero__heading .font-subtitle-s1-regular {
    order: 2;
  }
  header.hero .hero__first-section .hero-row .hero-text .hero__heading .d-block,
  section.hero .hero__first-section .hero-row .hero-text .hero__heading .d-block {
    order: 3;
  }
}
@media (max-width: 991.98px) {
  header.hero .hero__background-image,
  section.hero .hero__background-image {
    top: unset;
    bottom: 0;
    height: 50%;
    width: 100%;
  }
  header.hero .hero__background-image img,
  section.hero .hero__background-image img {
    object-fit: cover;
    object-position: center;
  }
  header.hero .hero__first-section .hero-row .hero-image img, header.hero .hero__first-section .hero-row .hero-image video,
  section.hero .hero__first-section .hero-row .hero-image img,
  section.hero .hero__first-section .hero-row .hero-image video {
    margin-top: 64px !important;
  }
}
@media (max-width: 575.98px) {
  header.hero,
  section.hero {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  header.hero.hero-regular-video .hero__first-section .container,
  section.hero.hero-regular-video .hero__first-section .container {
    padding-inline: 0;
  }
  header.hero.hero-regular-video .hero__first-section .hero-row .hero-text,
  section.hero.hero-regular-video .hero__first-section .hero-row .hero-text {
    padding-inline: 40px;
  }
  header.hero.hero-regular-video .hero__first-section .hero-row .hero-image,
  section.hero.hero-regular-video .hero__first-section .hero-row .hero-image {
    padding-inline: 5px;
  }
}

header.hero,
body.error404 .site header.top-nav + main {
  padding-top: 130px;
}
@media (max-width: 1199.98px) {
  header.hero,
  body.error404 .site header.top-nav + main {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  header.hero,
  body.error404 .site header.top-nav + main {
    padding-top: 80px;
  }
}

body.page-template-template-feature header.hero .hero__first-section .hero-row .hero__heading,
body.page-template-template-feature section.hero .hero__first-section .hero-row .hero__heading {
  max-width: 650px;
}
body.page-template-template-feature header.hero.header--hero-centered .hero__first-section .hero-row .hero__heading,
body.page-template-template-feature section.hero.header--hero-centered .hero__first-section .hero-row .hero__heading {
  max-width: 90%;
}

body.page-template-template-page-simple section.hero,
body.page-template-default section.hero {
  min-height: unset;
  padding-bottom: 60px;
}
body.page-template-template-page-simple footer.site-footer,
body.page-template-default footer.site-footer {
  margin-top: 100px;
}

.stats-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
  color: var(--purple-dark-light, #3E3879);
  gap: 24px;
}
.stats-bar .stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 9.974px;
}
.stats-bar .stat-item:first-child {
  padding-left: 0;
}
.stats-bar .stat-item:last-child {
  border-right: none;
  padding-right: 0;
}
.stats-bar .stat-icon {
  width: 14px;
  height: 14px;
}
.stats-bar .stat-text {
  font-size: 11.969px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.363px */
}

.section-mockup {
  padding: 125.674px 0;
  position: relative;
  z-index: 1;
}
.section-mockup .hero-row .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 59.845px;
  z-index: 1;
  position: relative;
}
.section-mockup .hero-row .hero-image {
  position: relative;
  z-index: 1;
}
.section-mockup .hero-row .hero__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 59.845px;
}
.section-mockup .hero-row.image-left {
  flex-direction: row-reverse;
}
.section-mockup.image-bottom {
  padding: 0;
}
.section-mockup.image-bottom .hero-row .hero-text {
  padding-top: 125.674px;
  padding-bottom: 125.674px;
}
.section-mockup.image-bottom .hero-row .hero-image {
  align-self: flex-end;
}

@media (max-width: 1199.98px) {
  .section-mockup {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-mockup.image-bottom {
    padding: 0;
  }
  .section-mockup.image-bottom .hero-row .hero-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-mockup-bg {
    background-size: 70% !important;
  }
}
@media (max-width: 991.98px) {
  .section-mockup .hero-row {
    gap: 30px;
  }
  .section-mockup .hero-row .hero-text {
    gap: 30px;
  }
  .section-mockup .hero-row .hero-text .hero__heading {
    gap: 36px;
  }
  .section-mockup .section-mockup-bg {
    display: none !important;
  }
  .section-mockup.section-mockup-bg-no-image {
    padding-bottom: 80%;
  }
  .section-mockup.section-mockup-bg-no-image .section-mockup-bg {
    background-size: 100% !important;
    display: block !important;
  }
  .section-mockup.image-bottom {
    padding-top: 100px;
    padding-bottom: 0;
    margin-bottom: 100px;
  }
  .section-mockup.image-bottom .hero-row .hero-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .section-mockup {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-mockup.image-bottom {
    padding-top: 60px;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}
@keyframes scroll-ltr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scroll-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.section-intro {
  padding-top: 126px;
  overflow: hidden;
  background: var(--purple-light, #F5F5FF);
}
.section-intro .section-intro__content {
  align-items: flex-start;
  margin-bottom: 126px;
}
.section-intro .section-intro__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  .section-intro .section-intro__title {
    line-height: 1.2;
  }
}
.section-intro .section-intro__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 35.907px;
}
.section-intro .section-intro__subtitle {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 0.45rem + 2.23vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-intro .section-intro__subtitle {
    letter-spacing: -0.6px;
  }
}
.section-intro .section-intro__subtitle {
  margin-bottom: 0;
}
.section-intro .button-mobile,
.section-intro .button-mobile-wrapper {
  display: none;
}
.section-intro .section-intro__sliders {
  display: flex;
  flex-direction: column;
  gap: 15.959px;
}
.section-intro .slider-row {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.section-intro .slider-track {
  display: flex;
  gap: 15.959px;
  width: max-content;
  will-change: transform;
}
.section-intro .slider-track--ltr {
  animation: scroll-ltr 90s linear infinite;
}
.section-intro .slider-track--rtl {
  animation: scroll-rtl 90s linear infinite;
}
.section-intro .slider-track:hover {
  animation-play-state: paused;
}
.section-intro .slider-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--neutre-white, #FFF);
  box-shadow: 0 0.997px 2.992px 0 rgba(0, 0, 0, 0.06);
  border-radius: 9.974px;
  white-space: nowrap;
}
.section-intro .slider-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
}
.section-intro .slider-item span {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
}
@media (max-width: 1199.98px) {
  .section-intro {
    padding-top: 100px;
  }
  .section-intro .section-intro__content {
    margin-bottom: 34px;
  }
}
@media (max-width: 991.98px) {
  .section-intro {
    padding-bottom: 100px;
  }
  .section-intro .section-intro__right {
    margin-top: 35.907px;
  }
  .section-intro .section-intro__sliders {
    margin-bottom: 34px;
  }
  .section-intro .button-mobile-wrapper {
    display: block;
  }
  .section-intro .button-mobile {
    display: inline-flex;
  }
  .section-intro .btn:not(.button-mobile) {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@keyframes tab-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes card-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes card-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.section-card {
  padding: 126px 0;
}
.section-card .section-card__content {
  align-items: flex-start;
  margin-bottom: 126px;
}
.section-card .section-card__content__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 35.907px;
}
.section-card .section-card__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 555px;
  overflow: hidden;
  background: var(--neutre-white, #FFF);
  border-radius: 7.979px;
  border: 0.997px solid var(--neutre-grey-dark, #D9D9D9);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
}
.section-card .section-card__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 60px;
  gap: 59.845px;
}
.section-card .section-card__tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.section-card .card-tab__label {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--neutre-gray-dark, #D9D9D9);
  transition: color 0.3s ease;
}
.section-card .card-tab__label.card-tab__label--mobile {
  display: none;
}
.section-card .card-tab {
  position: relative;
  background: none;
  border: none;
  padding: 0 4px;
  cursor: pointer;
}
.section-card .card-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--neutre-gray-dark, #D9D9D9);
  border-radius: 2px;
  display: none;
}
.section-card .card-tab .card-tab__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--purple-dark, #201B42);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  z-index: 1;
  display: none;
}
.section-card .card-tab.active .card-tab__label {
  color: var(--purple-dark, #201B42);
}
.section-card .feature-card__content {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 35.907px;
}
.section-card .feature-card__content.active {
  display: flex;
  animation: card-fade-in 0.5s ease forwards;
}
.section-card .feature-card__content.leaving {
  display: flex;
  animation: card-fade-out 0.4s ease forwards;
}
.section-card .feature-card__content .feature-card__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  .section-card .feature-card__content .feature-card__title {
    line-height: 1.2;
  }
}
.section-card .feature-card__content .feature-card__title {
  margin: 0;
}
.section-card .feature-card__content .feature-card__desc {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-card .feature-card__content .feature-card__desc {
    letter-spacing: -0.4px;
  }
}
.section-card .feature-card__content .feature-card__desc {
  font-size: 20px;
  margin: 0;
}
.section-card .feature-card__content .btn {
  margin-top: 23.93px;
}
.section-card .section-card__right {
  position: relative;
  background: var(--neutre-white, #FFFFFF);
  border-radius: 0 7.979px 7.979px 0;
  overflow: hidden;
}
.section-card .feature-card__visual {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: var(--purple-dark, #201B42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.section-card .feature-card__visual.active {
  opacity: 1;
  pointer-events: auto;
}
.section-card .feature-card__visual img, .section-card .feature-card__visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-card .feature-card__visual--mobile {
  display: none;
}
.section-card .feature-card__visual--mobile img, .section-card .feature-card__visual--mobile video {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1199.98px) {
  .section-card {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .section-card .container {
    padding-inline: 0;
  }
  .section-card .section-card__tabs,
  .section-card .section-card__right {
    display: none;
  }
  .section-card .section-card__wrapper {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
  .section-card .section-card__left {
    width: 100%;
    padding: 0;
    gap: 0;
  }
  .section-card .card-tab__label.card-tab__label--mobile {
    display: inline-block;
    font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--neutre-dark-light, #5A5A5A);
    margin-bottom: 30px;
  }
  .section-card .feature-card__visual--mobile {
    display: block;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    margin: 30px 0 7px 0;
  }
  .section-card .feature-card__visual--mobile img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0;
  }
  .section-card .feature-card__content {
    display: block !important;
    padding: 100px 40px;
  }
  .section-card .feature-card__content.active {
    animation: none;
  }
  .section-card .feature-card__content:nth-child(odd) {
    background: var(--purple-light, #F5F5FF);
  }
  .section-card .feature-card__content:nth-child(even) {
    background: var(--neutre-white, #FFF);
  }
  .section-card .feature-card__content:last-child {
    padding-bottom: 0;
  }
  .section-card .feature-card__content .feature-card__title {
    margin-bottom: 36px;
  }
}
@media (max-width: 575.98px) {
  .section-card {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .section-card .feature-card__content {
    padding: 60px 40px;
  }
  .section-card {
    /* .section-card__left {
         padding: 32px 20px;
     }

     .section-card__tabs {
         overflow-x: auto;
     }*/
  }
}

.section-usp {
  padding: 126px 0;
}
.section-usp .section-usp__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 125.674px;
}
.section-usp .section-usp__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  .section-usp .section-usp__title {
    line-height: 1.2;
  }
}
.section-usp .section-usp__title {
  margin: 0;
  max-width: 560px;
}
.section-usp .section-usp__trustpilot {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-usp .trustpilot-badge__logo {
  font-size: 14px;
  font-weight: 600;
  color: #00b67a;
  letter-spacing: 0.02em;
}
.section-usp .trustpilot-badge__stars {
  display: flex;
  gap: 3px;
}
.section-usp .trustpilot-badge__label {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--neutre-dark-light, #5A5A5A);
}
.section-usp .section-usp__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19.948px;
}
.section-usp .usp-card {
  display: flex;
  flex-direction: column;
  border-radius: 7.979px;
  border: 0.997px solid var(--neutre-grey-dark, #D9D9D9);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
  background: var(--purple-light, #F5F5FF);
}
.section-usp .usp-card__image {
  width: 100%;
  aspect-ratio: 354/204;
  border-radius: 7.979px 7.979px 0 0;
  overflow: hidden;
  background: linear-gradient(135deg, #1E1650 0%, #3B2D8C 100%);
}
.section-usp .usp-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-usp .usp-card__body {
  display: flex;
  padding: 47.876px 37.902px;
  flex-direction: column;
  align-items: flex-start;
  gap: 47.876px;
  align-self: stretch;
  border-top: 0.882px solid var(--neutre-grey-dark, #D9D9D9);
  background: var(--purple-light, #F5F5FF);
  border-radius: 0 0 7.979px 7.979px;
}
.section-usp .usp-card__title {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-usp .usp-card__title {
    letter-spacing: -0.48px;
  }
}
.section-usp .usp-card__title {
  margin: 0;
}
.section-usp .usp-card__desc {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-usp .usp-card__desc {
    letter-spacing: -0.4px;
  }
}
.section-usp .usp-card__desc {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .section-usp {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .section-usp .section-usp__header {
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
  }
  .section-usp .section-usp__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section-usp .section-usp__trustpilot {
    align-items: center;
  }
  .section-usp .section-usp__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 787.98px) {
  .section-usp .usp-card__body {
    gap: 30px;
  }
  .section-usp .usp-card__image {
    aspect-ratio: 320/130;
  }
}
@media (max-width: 575.98px) {
  .section-usp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-usp .section-usp__grid {
    grid-template-columns: 1fr;
  }
}

.section-produit {
  padding: 126px 0;
}
.section-produit .section-produit__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
.section-produit .section-produit__title,
.section-produit .section-produit__header__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  .section-produit .section-produit__title,
  .section-produit .section-produit__header__title {
    line-height: 1.2;
  }
}
.section-produit .section-produit__title,
.section-produit .section-produit__header__title {
  margin: 0;
}
.section-produit .section-produit__header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 35.907px;
}
.section-produit .section-produit__header__right .section-produit__header__subtitle {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 0.45rem + 2.23vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-produit .section-produit__header__right .section-produit__header__subtitle {
    letter-spacing: -0.6px;
  }
}
.section-produit .section-produit__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 47.876px;
  gap: 19.95px;
}
.section-produit .produit-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 11.969px;
  padding: 35.907px 0 0 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.section-produit .produit-step:first-child {
  padding-left: 0;
}
.section-produit .produit-step:last-child {
  padding-right: 0;
}
.section-produit .produit-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--neutre-grey-dark, #D9D9D9);
  border-radius: 2px;
}
.section-produit .produit-step .produit-step__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--purple-dark, #201B42);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  z-index: 1;
}
.section-produit .produit-step.active .produit-step__number,
.section-produit .produit-step.active .produit-step__title {
  color: var(--purple-dark, #201B42);
}
.section-produit .produit-step.active .produit-step__desc {
  opacity: 1;
}
.section-produit .produit-step__header {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.section-produit .produit-step__number {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-produit .produit-step__number {
    letter-spacing: -0.48px;
  }
}
.section-produit .produit-step__number {
  font-size: 24px;
  color: var(--neutre-grey-dark, #D9D9D9);
  transition: color 0.3s ease;
  flex-shrink: 0;
}
.section-produit .produit-step__title {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-produit .produit-step__title {
    letter-spacing: -0.48px;
  }
}
.section-produit .produit-step__title {
  font-size: 24px;
  color: var(--neutre-grey-dark, #D9D9D9);
  transition: color 0.3s ease;
}
.section-produit .produit-step__desc {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-produit .produit-step__desc {
    letter-spacing: -0.4px;
  }
}
.section-produit .produit-step__desc {
  font-size: 20px;
  color: var(--neutre-dark-light, #5A5A5A);
  margin: 0;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.section-produit .produit-step__visual,
.section-produit .section-produit__trial__mobile {
  display: none;
}
.section-produit .section-produit__visuals {
  position: relative;
  min-height: 576px;
  border-radius: 12px;
  overflow: hidden;
}
.section-produit .produit-visual {
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.section-produit .produit-visual.active {
  opacity: 1;
  pointer-events: auto;
}
.section-produit .produit-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}
@media (max-width: 1199.98px) {
  .section-produit {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .section-produit .section-produit__steps {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .section-produit .section-produit__header__title {
    text-align: center;
  }
  .section-produit .produit-step {
    padding: 0;
    border-right: none !important;
  }
  .section-produit .produit-step:first-child {
    padding-left: 0;
  }
  .section-produit .produit-step:last-child {
    padding-right: 0;
  }
  .section-produit .produit-step::before {
    display: none;
  }
  .section-produit .produit-step::after {
    left: 0;
    right: 0;
  }
  .section-produit .section-produit__visuals {
    min-height: 260px;
    display: none;
  }
  .section-produit .section-produit__header__right {
    align-items: flex-start;
  }
  .section-produit .section-produit__header__right .btn {
    display: none;
  }
  .section-produit .section-produit__header {
    gap: 24px;
    margin-bottom: 36px;
  }
  .section-produit .produit-step__visual {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    order: 1;
  }
  .section-produit .produit-step__visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .section-produit .produit-step__progress {
    order: 2;
    position: relative !important;
    background: var(--purple-tonic, #9D7EFF) !important;
  }
  .section-produit .produit-step__header {
    order: 3;
    position: relative;
    margin-top: 24px;
  }
  .section-produit .produit-step__header::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--neutre-grey-dark, #D9D9D9);
    border-radius: 2px;
  }
  .section-produit .produit-step__desc {
    order: 4;
  }
  .section-produit .produit-step.active .produit-step__visual {
    opacity: 1;
  }
  .section-produit .section-produit__trial__mobile {
    display: block;
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .section-produit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-produit .section-produit__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@keyframes temoignage-scroll-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes temoignage-scroll-down {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes temoignage-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes temoignage-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.section-temoignage {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.section-temoignage > .container {
  min-height: 600px;
  display: flex;
  align-items: center;
}
.section-temoignage .section-temoignage__left {
  max-width: 460px;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 269.301px;
}
.section-temoignage .section-temoignage__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  .section-temoignage .section-temoignage__title {
    line-height: 1.2;
  }
}
.section-temoignage .section-temoignage__title {
  margin: 0;
}
.section-temoignage .section-temoignage__right {
  overflow: hidden;
  height: 380px;
}
@media (min-width: 992px) {
  .section-temoignage .section-temoignage__right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    left: calc(max(0.75rem, (100vw - 1140px) / 2 + 0.75rem) + 500px);
  }
}
@media (min-width: 1400px) {
  .section-temoignage .section-temoignage__right {
    left: calc(max(0.75rem, (100vw - 1320px) / 2 + 0.75rem) + 500px);
  }
}
.section-temoignage .section-temoignage__right::before, .section-temoignage .section-temoignage__right::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 2;
  pointer-events: none;
}
.section-temoignage .section-temoignage__right::before {
  top: 0;
  background: linear-gradient(to bottom, var(--purple-light, #F5F5FF), transparent);
}
.section-temoignage .section-temoignage__right::after {
  bottom: 0;
  background: linear-gradient(to top, var(--purple-light, #F5F5FF), transparent);
}
.section-temoignage .temoignage-cols {
  display: flex;
  gap: 9.974px;
  padding: 40px 20px 40px 40px;
  height: 100%;
}
.section-temoignage .temoignage-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  width: 646.323px;
}
.section-temoignage .temoignage-col--up {
  animation: temoignage-scroll-up 30s linear infinite;
}
.section-temoignage .temoignage-col--down {
  animation: temoignage-scroll-down 30s linear infinite;
}
.section-temoignage:hover .temoignage-col {
  animation-play-state: paused;
}
.section-temoignage .temoignage-card {
  background: var(--neutre-white, #FFF);
  border-radius: 7.979px;
  border: 0.882px solid var(--neutre-grey-dark, #D9D9D9);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 47.876px;
  flex-shrink: 0;
}
.section-temoignage .temoignage-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.section-temoignage .temoignage-card__author {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 390;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  color: var(--purple-dark, #201B42);
  margin: 0;
}
.section-temoignage .temoignage-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--purple-dark, #201B42);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section-temoignage .temoignage-card__avatar img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.section-temoignage .temoignage-card__text {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
  color: var(--neutre-dark-light, #5A5A5A);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  overflow: hidden;
}
.section-temoignage .temoignage-card__link {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--purple-dark, #201B42);
  text-decoration: none;
  align-self: flex-start;
}
.section-temoignage .temoignage-card__link:hover {
  text-decoration: underline;
}
.section-temoignage .temoignage-slider {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .section-temoignage .temoignage-col {
    animation: none;
  }
}
@media (max-width: 1274.98px) {
  .section-temoignage .temoignage-col {
    width: 323px;
  }
}
@media (max-width: 991.98px) {
  .section-temoignage {
    min-height: unset;
    padding-bottom: 100px;
  }
  .section-temoignage > .container {
    min-height: unset;
  }
  .section-temoignage .section-temoignage__right {
    display: none;
  }
  .section-temoignage .temoignage-slider {
    display: block;
    padding-bottom: 0;
    overflow: hidden;
  }
  .section-temoignage .temoignage-slider__viewport {
    overflow: visible;
    padding: 0 32px;
  }
  .section-temoignage .temoignage-slider__track {
    display: flex;
    gap: 12px;
    transition: transform 0.35s ease;
  }
  .section-temoignage .temoignage-slider__slide {
    flex-shrink: 0;
    width: 100%;
    border: none;
    border-radius: 0;
  }
  .section-temoignage .temoignage-slider__controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
  }
  .section-temoignage .temoignage-slider__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: var(--purple-dark, #201B42);
    color: #fff;
    cursor: pointer;
  }
  .section-temoignage .section-temoignage__left {
    width: 100%;
    max-width: 100%;
    padding: 100px 0 32px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 60px;
  }
  .section-temoignage .section-temoignage__title {
    text-align: center;
  }
  .section-temoignage .temoignage-cols {
    flex-direction: column;
    height: auto;
    gap: 14px;
    padding: 20px 0;
    overflow: hidden;
  }
  .section-temoignage .temoignage-cols .temoignage-col {
    flex-direction: row;
    width: max-content;
  }
  .section-temoignage .temoignage-cols .temoignage-col--up {
    animation: temoignage-scroll-left 30s linear infinite;
  }
  .section-temoignage .temoignage-cols .temoignage-col--down {
    display: none;
    animation: temoignage-scroll-right 30s linear infinite;
  }
  .section-temoignage .temoignage-cols .temoignage-col .temoignage-card {
    width: 303px;
    padding: 44px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
  .section-temoignage .temoignage-cols:hover .temoignage-col {
    animation-play-state: paused;
  }
  .section-temoignage .section-temoignage__right {
    position: relative;
  }
  .section-temoignage .section-temoignage__right::before {
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    width: 60px;
    height: auto;
    background: linear-gradient(to right, var(--purple-light, #F5F5FF), transparent);
  }
  .section-temoignage .section-temoignage__right::after {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 60px;
    height: auto;
    background: linear-gradient(to left, var(--purple-light, #F5F5FF), transparent);
  }
}
@media (max-width: 575.98px) {
  .section-temoignage {
    padding-bottom: 60px;
  }
  .section-temoignage .section-temoignage__left {
    padding-top: 60px;
  }
  .section-temoignage .temoignage-col {
    width: 280px;
  }
  .section-temoignage .temoignage-cols {
    gap: 14px;
  }
}

.section-ressources {
  padding: 126px 0;
}

.section-ressources__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 35.907px;
  margin-bottom: 60px;
}

.section-ressources__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  .section-ressources__title {
    line-height: 1.2;
  }
}
.section-ressources__title {
  text-align: center;
  margin: 0;
}

.section-ressources__subtitle {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 0.45rem + 2.23vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-ressources__subtitle {
    letter-spacing: -0.6px;
  }
}
.section-ressources__subtitle {
  text-align: center;
  margin: 0;
}

.section-ressources__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19.948px;
}
.section-ressources__grid > * {
  min-width: 0;
}

.ressource-card {
  display: flex;
  flex-direction: column;
  background: var(--neutre-white, #FFF);
  border-radius: 7.979px;
  border: 0.997px solid var(--neutre-grey-dark, #D9D9D9);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
  overflow: hidden;
  height: 100%;
}
.ressource-card .ressource-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  flex-shrink: 0;
}
.ressource-card .ressource-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ressource-card .ressource-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 47.876px;
  padding: 63.834px;
  background: var(--purple-light, #F5F5FF);
  flex: 1;
  align-self: stretch;
}
.ressource-card .ressource-card__content {
  display: flex;
  flex-direction: column;
  gap: 47.876px;
}
.ressource-card .ressource-card__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 390;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  color: var(--purple-dark, #201B42);
  margin: 0;
}
.ressource-card .ressource-card__link .btn {
  color: var(--purple-dark-light, #3E3879);
}
.ressource-card.newsletter-card {
  margin-top: 0;
}

.ressource-card__link__block {
  display: block;
  color: inherit;
  text-decoration: none;
}

.ressource-card__link__a__block {
  color: inherit;
  text-decoration: none;
}

.ressource-card__linked__big {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.ressource-card__linked__big .ressource-card__image {
  border-radius: 7.979px;
  border: 0 solid var(--neutre-grey-dark, #D9D9D9);
  background: var(--orange-light, #85807f);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
}
.ressource-card__linked__big .ressource-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ressource-card__linked__big .ressource-card__body {
  padding-top: 0;
  padding-bottom: 0;
}
.ressource-card__linked__big .ressource-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  gap: 20px;
}
.ressource-card__linked__big .ressource-card__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 0.58rem + 5.35vw, 4rem);
  font-weight: 390;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: clamp(-0.04rem, -0.006rem - 0.334vw, -0.025rem);
  color: var(--purple-dark, #201B42);
}
.ressource-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 11.969px;
  align-items: center;
}
.ressource-card__tags .ressource-card__tag {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 9.974px 19.948px;
  border-radius: 7.979px;
  background: var(--purple-dark, #201B42);
  color: var(--neutre-white, #FFF);
}
.ressource-card__tags .ressource-card__reading-time {
  background: var(--neutre-white, #FFF);
  color: var(--purple-dark, #201B42);
}
.ressource-card__tags .ressource-card__date {
  background: transparent;
  color: var(--purple-dark, #201B42);
  padding-left: 0;
}
.ressource-card__tags .ressource-card__author {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 0.45rem + 2.23vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .ressource-card__tags .ressource-card__author {
    letter-spacing: -0.6px;
  }
}
.ressource-card__tags .ressource-card__author {
  background: transparent;
  color: var(--purple-dark-light, #3E3879);
  text-transform: capitalize;
  padding-left: 0;
}
.ressource-card__tags .ressource-card__author__image {
  width: 46.878px;
  height: 46.878px;
  transform: rotate(0.166deg);
  aspect-ratio: 1/1;
  padding: 0;
  border-radius: 89.767px;
}
.ressource-card__tags .ressource-card__par {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .ressource-card__tags .ressource-card__par {
    letter-spacing: -0.48px;
  }
}
.ressource-card__tags .ressource-card__par {
  background: transparent;
  color: var(--purple-dark-light, #3E3879);
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .section-ressources {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ressource-card__body {
    padding: 32px;
  }
}
@media (max-width: 991.98px) {
  .section-ressources__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-ressources-blog .section-ressources__grid {
    grid-template-columns: 1fr;
  }
  .section-ressources-blog .ressource-card {
    flex-direction: row;
    align-items: flex-start;
    align-self: stretch;
  }
  .section-ressources-blog .ressource-card .ressource-card__image {
    width: 33.33%;
    aspect-ratio: 1/1;
    background-size: cover !important;
    align-self: stretch;
  }
}
@media (max-width: 767.98px) {
  .section-ressources-blog .section-ressources__grid {
    gap: 6.947px;
  }
  .ressource-card.ressource-card__linked__big {
    flex-direction: column;
  }
  .ressource-card.ressource-card__linked__big .ressource-card__body {
    padding: 16px;
    gap: 16px;
  }
  .ressource-card.ressource-card__linked__big .ressource-card__body .ressource-card__content {
    gap: 16px;
  }
  .section-ressources .ressource-card {
    border-radius: 2.779px;
  }
  .section-ressources .ressource-card .ressource-card__body {
    padding: 16px;
    gap: 16px;
  }
  .section-ressources .ressource-card .ressource-card__body .ressource-card__content {
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .section-ressources {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-ressources__grid {
    grid-template-columns: 1fr;
  }
}
.section-faq {
  padding: 99.741px 0;
}
.section-faq .section-faq__layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 47.876px;
  align-items: start;
}
.section-faq .section-faq__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  .section-faq .section-faq__title {
    line-height: 1.2;
  }
}
.section-faq .section-faq__title {
  margin: 0;
  position: sticky;
  top: 40px;
}
.section-faq .section-faq__right {
  display: flex;
  flex-direction: column;
}
.section-faq .faq-item {
  border-top: 1px solid var(--neutre-grey-dark, #D9D9D9);
}
.section-faq .faq-item:first-child {
  border-top: none;
}
.section-faq .faq-item[open] .faq-item__chevron svg {
  transform: rotate(180deg);
}
.section-faq .faq-item__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 0;
  cursor: pointer;
  list-style: none;
}
.section-faq .faq-item__summary::-webkit-details-marker {
  display: none;
}
.section-faq .faq-item__summary:focus-visible {
  outline: 2px solid var(--purple-dark, #201B42);
  outline-offset: 2px;
  border-radius: 2px;
}
.section-faq .faq-item__question {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-faq .faq-item__question {
    letter-spacing: -0.48px;
  }
}
.section-faq .faq-item__question {
  font-size: 24px;
  transition: font-weight 0.1s;
  color: var(--purple-dark, #201B42);
}
.section-faq .faq-item__chevron {
  flex-shrink: 0;
  color: var(--purple-dark, #201B42);
}
.section-faq .faq-item__chevron svg {
  display: block;
  transition: transform 0.25s ease;
}
.section-faq .faq-item__answer {
  padding: 0 0 28px;
}
.section-faq .faq-item__answer p {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
  color: var(--neutre-dark-light, #5A5A5A);
  margin: 0;
}
@media (max-width: 991.98px) {
  .section-faq {
    padding: 48px 0;
  }
  .section-faq .section-faq__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .section-faq .section-faq__title {
    position: static;
  }
}

.section-features {
  padding: 126px 0;
}
.section-features .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.section-features .section-features__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.section-features .section-features__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.section-features .section-features__left {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 47.876px 0;
}
.section-features .section-features__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  .section-features .section-features__title {
    line-height: 1.2;
  }
}
.section-features .section-features__title {
  margin: 0;
  max-width: 560px;
}
.section-features .section-features__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}
.section-features .section-features__layout--odd .section-features__right {
  order: -1;
}
.section-features .section-features__visual {
  width: 100%;
  border-radius: 7.979px;
  overflow: hidden;
}
.section-features .section-features__visual img, .section-features .section-features__visual video {
  border-radius: 7.979px;
  border: 0.997px solid var(--neutre-grey-dark, #D9D9D9);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.section-features .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 601.44px;
}
.section-features .features-list__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--neutre-grey-dark, #D9D9D9);
}
.section-features .features-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.section-features .features-list__number {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-features .features-list__number {
    letter-spacing: -0.48px;
  }
}
.section-features .features-list__number {
  padding-top: 1px;
  flex-shrink: 0;
}
.section-features .features-list__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-features .features-list__title {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .section-features .features-list__title {
    letter-spacing: -0.48px;
  }
}
.section-features .features-list__title {
  margin: 0;
}
.section-features .features-list__desc {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
  color: var(--purple-dark-light, #3E3879);
  margin: 0;
}
.section-features + .section-features {
  border-top: 1px solid var(--neutre-grey-dark, #D9D9D9);
}
.section-features.reverse .section-features__right {
  order: -1;
}
.section-features.reverse .section-features__left {
  align-items: flex-end;
}
.section-features .button-mobile-wrapper,
.section-features .button-mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  .section-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .section-features .container {
    gap: 40px;
  }
  .section-features .section-features__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .section-features .section-features__header .section-features__link .btn {
    display: none;
  }
  .section-features .button-mobile-wrapper {
    display: block;
  }
  .section-features .button-mobile-wrapper .button-mobile {
    display: inline-flex;
  }
  .section-features .section-features__right {
    order: -1;
    align-items: flex-start;
  }
  .section-features .section-features__left {
    padding: 30px 0;
  }
}
@media (max-width: 575.98px) {
  .section-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.banner-blog-posts {
  padding: 59.845px 0 125.674px 0;
}

.banner-page-navigation {
  padding: 59.845px 0;
  background: var(--neutre-white, #FFFFFF);
}
.banner-page-navigation .page-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35.907px;
}
.banner-page-navigation .page-navigation .page-navigation-item {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .banner-page-navigation .page-navigation .page-navigation-item {
    letter-spacing: -0.4px;
  }
}
.banner-page-navigation .page-navigation .page-navigation-item {
  color: var(--purple-dark, #201B42);
  text-decoration: none;
}
.banner-page-navigation .page-navigation .page-navigation-item.active {
  color: var(--purple-tonic, #9D7EFF);
}

body.single-post #newsletter,
body.page-template-template-page-simple #newsletter,
body.page-template-default #newsletter {
  margin-top: 23.938px;
  display: flex;
  padding: 35.907px;
  flex-direction: column;
  align-items: flex-start;
  gap: 23.938px;
  border-radius: 7.979px;
  background: var(--purple-tonic-light, #D2D1FF);
}
body.single-post #newsletter .newsletter-title,
body.page-template-template-page-simple #newsletter .newsletter-title,
body.page-template-default #newsletter .newsletter-title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 390;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  color: var(--purple-dark, #201B42);
}
body.single-post #newsletter .newsletter-info,
body.page-template-template-page-simple #newsletter .newsletter-info,
body.page-template-default #newsletter .newsletter-info {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  body.single-post #newsletter .newsletter-info,
  body.page-template-template-page-simple #newsletter .newsletter-info,
  body.page-template-default #newsletter .newsletter-info {
    letter-spacing: -0.4px;
  }
}
body.single-post .blog-row,
body.page-template-template-page-simple .blog-row,
body.page-template-default .blog-row {
  display: flex;
  flex-direction: row;
  gap: 68px;
}
body.single-post .blog-row .blog-content,
body.page-template-template-page-simple .blog-row .blog-content,
body.page-template-default .blog-row .blog-content {
  width: 70%;
}
body.single-post .blog-row .blog-sidebar,
body.page-template-template-page-simple .blog-row .blog-sidebar,
body.page-template-default .blog-row .blog-sidebar {
  width: 30%;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  height: calc(100vh - 90px);
  overflow-y: auto;
}
body.single-post .hero .hero__first-section .hero-row .hero__heading,
body.page-template-template-page-simple .hero .hero__first-section .hero-row .hero__heading,
body.page-template-default .hero .hero__first-section .hero-row .hero__heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
body.single-post .hero-blog-posts-content,
body.page-template-template-page-simple .hero-blog-posts-content,
body.page-template-default .hero-blog-posts-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 59.845px;
}
body.single-post .hero-blog-posts-title,
body.page-template-template-page-simple .hero-blog-posts-title,
body.page-template-default .hero-blog-posts-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 35.907px;
  align-self: stretch;
}
body.single-post .banner-single-post,
body.page-template-template-page-simple .banner-single-post,
body.page-template-default .banner-single-post {
  padding: 59.845px 0;
}
body.single-post .content-body h2,
body.page-template-template-page-simple .content-body h2,
body.page-template-default .content-body h2 {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
  font-weight: bolder;
}
body.single-post .content-body h3,
body.page-template-template-page-simple .content-body h3,
body.page-template-default .content-body h3 {
  scroll-margin-top: 90px;
}
body.single-post .content-author,
body.page-template-template-page-simple .content-author,
body.page-template-default .content-author {
  margin-top: 60px;
  padding: 35.907px;
  border-radius: 7.979px;
  border: 1px solid var(--neutre-grey-dark, #d9d9d9);
}
body.single-post .content-author a,
body.page-template-template-page-simple .content-author a,
body.page-template-default .content-author a {
  text-decoration: none;
}
body.single-post .content-author .tags,
body.page-template-template-page-simple .content-author .tags,
body.page-template-default .content-author .tags {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body.single-post .content-author .tags .tag-author-image,
body.page-template-template-page-simple .content-author .tags .tag-author-image,
body.page-template-default .content-author .tags .tag-author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

body.page-template-template-page-simple header.hero .hero__first-section .hero-row .hero__heading,
body.page-template-template-page-simple section.hero .hero__first-section .hero-row .hero__heading,
body.page-template-default header.hero .hero__first-section .hero-row .hero__heading,
body.page-template-default section.hero .hero__first-section .hero-row .hero__heading {
  max-width: 800px;
}
body.page-template-template-page-simple .share,
body.page-template-default .share {
  margin-top: 16px;
}

body.page-template-default .banner-single-post {
  padding-top: 130px;
}
body.page-template-default .blog-row {
  justify-content: center;
}
body.page-template-default .blog-row .blog-content .content-body h1 {
  margin-bottom: var(--spacing-section);
}

.feature-list, .callout.callout--info {
  margin: var(--spacing-section) 0 0 0;
  padding: var(--spacing-section) var(--spacing-xl);
  background: var(--purple-light, #F5F5FF);
}
.feature-list h1, .feature-list h2, .feature-list h3, .feature-list h4, .feature-list h5, .feature-list h6, .callout.callout--info h1, .callout.callout--info h2, .callout.callout--info h3, .callout.callout--info h4, .callout.callout--info h5, .callout.callout--info h6 {
  padding-top: 0;
  margin-top: 0;
}

.feature-list {
  border-radius: 0 0 7.979px 7.979px;
  border-top: 2.992px solid var(--purple-tonic, #9D7EFF);
}
.feature-list h1, .feature-list h2, .feature-list h3, .feature-list h4, .feature-list h5, .feature-list h6 {
  padding-top: 0;
  margin-top: 0;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
  font-weight: bolder;
}

.callout.callout--info {
  border-radius: 7.979px;
  border: 0.997px solid var(--neutre-grey-dark, #D9D9D9);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
}
.callout.callout--info h1, .callout.callout--info h2, .callout.callout--info h3, .callout.callout--info h4, .callout.callout--info h5, .callout.callout--info h6 {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .callout.callout--info h1, .callout.callout--info h2, .callout.callout--info h3, .callout.callout--info h4, .callout.callout--info h5, .callout.callout--info h6 {
    letter-spacing: -0.48px;
  }
}
.callout.callout--info h1, .callout.callout--info h2, .callout.callout--info h3, .callout.callout--info h4, .callout.callout--info h5, .callout.callout--info h6 {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9.974px;
  align-self: stretch;
  position: relative;
}
.callout.callout--info h1::before, .callout.callout--info h2::before, .callout.callout--info h3::before, .callout.callout--info h4::before, .callout.callout--info h5::before, .callout.callout--info h6::before {
  content: "";
  width: 6.982px;
  height: 8.977px;
  background: var(--purple-tonic, #9D7EFF);
}
.callout.callout--info p, .callout.callout--info ul, .callout.callout--info ol, .callout.callout--info li {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
}

.share {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 12px;
}
.share span:first-child {
  margin-right: 12px;
  color: var(--purple-dark-light, #3E3879);
}

#breadcrumbs {
  color: var(--purple-dark-light, #3E3879);
}

.table-of-contents {
  /*max-height: 50vh;*/
  overflow-y: auto;
  border-radius: 7.979px;
  background: var(--purple-light, #F5F5FF);
  padding: 35.907px;
}
.table-of-contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-of-contents ul li {
  padding-left: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-left: 1px solid var(--neutre-grey-dark, #D9D9D9);
  margin-bottom: 0;
}
.table-of-contents ul li a {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .table-of-contents ul li a {
    letter-spacing: -0.4px;
  }
}
.table-of-contents ul li a {
  color: var(--purple-dark, #201B42);
  text-decoration: none;
}
.table-of-contents ul li:hover, .table-of-contents ul li:focus {
  border-left: 2px solid var(--purple-tonic, #9D7EFF);
}
.table-of-contents ul li:hover a, .table-of-contents ul li:focus a {
  color: var(--purple-tonic, #9D7EFF);
}

body.search.search-results .hero {
  min-height: unset;
  padding-bottom: 0;
}
body.search.search-results .banner-blog-menu {
  padding-top: 59.845px;
}

@media (max-width: 1199.98px) {
  body.page-template-default .banner-single-post {
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  body.single-post .blog-row .blog-content,
  body.single-post .blog-row .blog-sidebar,
  body.page-template-template-page-simple .blog-row .blog-content,
  body.page-template-template-page-simple .blog-row .blog-sidebar,
  body.page-template-default .blog-row .blog-content,
  body.page-template-default .blog-row .blog-sidebar {
    width: 100%;
  }
  body.single-post .feature-list, body.single-post .callout.callout--info,
  body.page-template-template-page-simple .feature-list,
  body.page-template-template-page-simple .callout.callout--info,
  body.page-template-default .feature-list,
  body.page-template-default .callout.callout--info {
    margin: var(--spacing-xl) 0 0 0;
    padding: var(--spacing-xl) var(--spacing-lg);
  }
  body.single-post .hero .hero__first-section .hero-row {
    flex-direction: column-reverse;
  }
  body.single-post .hero .hero__first-section .hero-row .hero-image img, body.single-post .hero .hero__first-section .hero-row .hero-image video {
    margin-top: 30px !important;
  }
  body.single-post .hero .hero__first-section .hero-row .hero-text .hero__heading {
    margin-top: 30px !important;
  }
  body.single-post .hero .hero__first-section .hero-row .hero-text .hero-blog-posts-content {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  body.page-template-default .blog-row {
    justify-content: center;
  }
  body.page-template-default .blog-row .blog-content .content-body h1 {
    margin-bottom: var(--spacing-md);
  }
}
@media (max-width: 575.98px) {
  body.page-template-default .banner-single-post {
    padding-top: 80px;
  }
}
body.error404 .error-404.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
body.error404 footer.site-footer {
  margin-top: 100px;
}

body.page-template-template-pricing header.hero {
  min-height: auto;
}
body.page-template-template-pricing header.hero .hero__first-section {
  height: auto;
  min-height: unset;
  padding-top: 0;
  padding-bottom: 0;
}
body.page-template-template-pricing header.hero .hero__first-section .hero__heading {
  max-width: 992px;
  margin-bottom: 0;
}
body.page-template-template-pricing header.hero .hero__first-section .hero__heading .subtext-desktop {
  max-width: 689px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-template-pricing header.hero .hero__second-section {
  margin-top: 20px;
  background-color: var(--neutre-white, #ffffff);
}
body.page-template-template-pricing .card {
  display: flex;
  padding: 35.907px;
  flex-direction: row;
  align-items: flex-start;
  gap: 35.907px;
  align-self: stretch;
  flex: 1 0 0;
  border-radius: 7.979px;
  border: 0.687px solid var(--neutre-grey-dark, #D9D9D9);
  background: var(--purple-light, #F5F5FF);
  color: var(--neutre-dark, #000);
}
body.page-template-template-pricing .card .card-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.page-template-template-pricing .card h2 {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 390;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  color: var(--purple-dark, #201B42);
  color: var(--neutre-dark, #000);
}
body.page-template-template-pricing .card .price {
  display: inline-flex;
  align-items: flex-end;
  gap: 11.969px;
  align-self: stretch;
}
body.page-template-template-pricing .card .price .price-value {
  font-size: 59.845px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.197px;
  color: var(--neutre-dark, #000);
}
body.page-template-template-pricing .card .price .note {
  font-size: 11.969px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.363px */
  color: var(--neutre-dark-light, #5A5A5A);
  padding-bottom: 10px;
}
body.page-template-template-pricing .card .description {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--neutre-dark, #000);
}
body.page-template-template-pricing .card ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: disc;
  padding: 0 0 0 20px;
}
body.page-template-template-pricing .card ul li {
  margin: 8px 0;
  color: #333333;
  display: list-item;
}
body.page-template-template-pricing .card ul li span {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
  color: var(--purple-dark-light, #3E3879);
}
body.page-template-template-pricing .card ul li span span {
  display: block;
  font-weight: 400;
  color: rgba(80, 80, 80, 0.7);
}
body.page-template-template-pricing .card ul li:first-child {
  margin: 0;
}
body.page-template-template-pricing .card ul li:first-child:before {
  display: none;
}
body.page-template-template-pricing .card ul li:first-child span {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
  margin-bottom: 24px;
}
body.page-template-template-pricing .card ul li::marker {
  color: var(--blue-dark);
}
body.page-template-template-pricing .card ul li:before {
  width: 20px;
  height: 16px;
  margin-top: 2px;
  content: none;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="%2300B071"/><path d="M4 7.85902L6.73504 10.5941L12 5.3291" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: left;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  body.page-template-template-pricing .card ul {
    margin-top: 23px;
  }
}
body.page-template-template-pricing .card .pill {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 8px;
  background: var(--neutre-white, #FFF);
  color: var(--purple-dark, #201B42);
}
body.page-template-template-pricing .plan-card-highlighted {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 7.979px;
  border: 0.687px solid var(--neutre-grey-dark, #D9D9D9);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
}
body.page-template-template-pricing .plan-card-highlighted img {
  width: 100%;
  height: auto;
  border-radius: 7.979px 7.979px 0 0;
}
body.page-template-template-pricing .plan-card-highlighted .card {
  border: none;
  background: var(--purple-light, #F5F5FF);
  border-radius: 0 0 7.979px 7.979px;
}
body.page-template-template-pricing .pricing-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
body.page-template-template-pricing .pricing-container .card {
  flex-direction: column;
  background: var(--neutre-white, #ffffff);
  position: relative;
  align-self: flex-start;
}
body.page-template-template-pricing .pricing-container .card h2,
body.page-template-template-pricing .pricing-container .card .description {
  color: var(--purple-dark, #201B42);
}
body.page-template-template-pricing .pricing-container .card .description {
  min-height: 80px;
}
body.page-template-template-pricing .pricing-container .card .name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
body.page-template-template-pricing .pricing-container .card .price .price-value {
  color: var(--purple-dark, #201B42);
}
body.page-template-template-pricing .pricing-container .card .price .note {
  color: var(--purple-dark-light, #3E3879);
}
body.page-template-template-pricing .pricing-container .card .card-body {
  display: flex;
  flex-direction: column;
  gap: 35.907px;
}
body.page-template-template-pricing .pricing-container .card .card-header {
  position: relative;
}
body.page-template-template-pricing .pricing-container .card .card-header:after {
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--neutre-grey-dark, #d9d9d9);
}
body.page-template-template-pricing .pricing-container .card a {
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  body.page-template-template-pricing .pricing-container .card {
    width: 100%;
    flex: 0 0 calc(100% - 20px);
  }
}
body.page-template-template-pricing .pricing-container .popular {
  border-radius: 7.979px;
  background: var(--purple-tonic-light, #D2D1FF);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
}
body.page-template-template-pricing .pricing-container .popular h2, body.page-template-template-pricing .pricing-container .popular .price, body.page-template-template-pricing .pricing-container .popular .description, body.page-template-template-pricing .pricing-container .popular li span span {
  color: var(--purple-dark, #201B42) !important;
}
body.page-template-template-pricing .pricing-container .popular .note, body.page-template-template-pricing .pricing-container .popular li span {
  color: var(--purple-dark-light, #3E3879);
}
body.page-template-template-pricing .pricing-container .popular .card-header:after {
  background-color: var(--purple-light, #F5F5FF);
}
body.page-template-template-pricing .section-usp-pricing {
  padding: 185px 0;
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__trustpilot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__trustpilot img {
  width: 80px;
  height: auto;
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__trustpilot span {
  font-size: 12px;
  font-weight: 500;
  color: var(--neutre-dark-light, #5a5a5a);
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  body.page-template-template-pricing .section-usp-pricing .usp-pricing__title {
    line-height: 1.2;
  }
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__title {
  margin: 0;
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__text {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  body.page-template-template-pricing .section-usp-pricing .usp-pricing__text {
    letter-spacing: -0.48px;
  }
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__text {
  color: var(--purple-dark-light, #3E3879);
  margin: 0;
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__right {
  border-radius: 7.979px;
  overflow: hidden;
  background: var(--purple-dark, #201B42);
  aspect-ratio: 4/3;
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__visual {
  width: 100%;
  height: 100%;
}
body.page-template-template-pricing .section-usp-pricing .usp-pricing__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991.98px) {
  body.page-template-template-pricing .section-usp-pricing {
    padding: 48px 0;
  }
  body.page-template-template-pricing .section-usp-pricing .usp-pricing__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.page-template-template-pricing .section-usp-pricing .usp-pricing__right {
    aspect-ratio: 16/9;
  }
}
body.page-template-template-pricing .banner-comparison-pricing-table {
  padding: 125.674px 0;
  background: var(--neutre-white, #ffffff);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row {
  display: grid;
  grid-template-columns: minmax(0, 3fr) repeat(5, minmax(0, 1fr));
  align-items: stretch;
  border-bottom: 0.687px solid var(--neutre-grey-dark, #D9D9D9);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row:last-child {
  border-bottom: none;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-header {
  position: sticky;
  top: 60px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  backdrop-filter: blur(8px) saturate(180%);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  isolation: isolate;
  border-bottom: 0.687px solid var(--neutre-grey-dark, #D9D9D9);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-header .cpt-row--header {
  border-bottom: none;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell {
  padding: 30px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell.cpt-cell--label {
  justify-content: flex-start;
  padding-left: 0;
  text-align: left;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell.cpt-cell--label {
    letter-spacing: -0.4px;
  }
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell.cpt-cell--label {
  color: var(--purple-dark, #201B42);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell.cpt-cell--free {
  background: var(--purple-light, #f5f5ff);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell.cpt-cell--popular {
  background: var(--purple-light, #f5f5ff);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell.cpt-cell--plan {
  flex-direction: column;
  gap: 12px;
  padding: 20px 12px;
  min-height: auto;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell.cpt-cell--with-chevron {
  justify-content: flex-end;
  padding-right: 0;
  padding-bottom: 30px;
  align-items: flex-end;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row--header .cpt-cell--label h2 {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, -0.17rem + 5.35vw, 3.25rem);
  font-style: normal;
  font-weight: 390;
  line-height: 1.3;
  letter-spacing: clamp(-0.0325rem, 0.001rem - 0.32vw, -0.0175rem);
  color: var(--purple-dark, #201B42);
}
@media (min-width: 1024px) {
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row--header .cpt-cell--label h2 {
    line-height: 1.2;
  }
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row--header .cpt-cell--label h2 {
  margin: 0;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-plan-name {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 390;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  color: var(--purple-dark, #201B42);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-plan-price {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-plan-price {
    letter-spacing: -0.4px;
  }
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-plan-price {
  color: var(--purple-dark, #201B42);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row--section {
  cursor: pointer;
  border-bottom: 0.687px solid var(--neutre-grey-dark, #D9D9D9);
  user-select: none;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row--section:hover {
  background: rgba(157, 126, 255, 0.04);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row--section .cpt-cell--label {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 390;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  color: var(--purple-dark, #201B42);
  padding-top: 86px;
  padding-bottom: 36px;
  color: var(--purple-dark, #201B42);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-chevron {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-section.is-open .cpt-chevron {
  transform: rotate(180deg);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-section:not(.is-open) .cpt-section__body {
  display: none;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-body .cpt-row:not(.cpt-row--section):hover {
  background: rgba(80, 59, 255, 0.04);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-icon--check {
  display: block;
  flex-shrink: 0;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-icon--dash {
  color: var(--purple-tonic, #9D7EFF);
  font-size: 16px;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-text {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-text {
    letter-spacing: -0.4px;
  }
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-text {
  color: var(--purple-dark, #201B42);
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  background: var(--purple-tonic-light, #D2D1FF);
  color: var(--purple-dark, #201B42);
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cta {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  body.page-template-template-pricing .banner-comparison-pricing-table {
    padding: 48px 0;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row {
    grid-template-columns: minmax(0, 2fr) repeat(5, minmax(0, 1fr));
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell {
    padding: 10px 6px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell.cpt-cell--label {
    font-size: 13px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-plan-name {
    font-size: 12px;
    font-style: normal;
    font-weight: 390;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.12px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-plan-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row--header .cpt-cell--label h2 {
    font-size: 22px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row--section .cpt-cell--label {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-row {
    grid-template-columns: minmax(0, 1.5fr) repeat(5, minmax(0, 1fr));
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell.cpt-cell--plan, body.page-template-template-pricing .banner-comparison-pricing-table .cpt-cell {
    padding: 8px 3px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-badge {
    display: none;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-icon--check {
    width: 16px;
    height: 16px;
  }
}
body.page-template-template-pricing section.banner-notes {
  padding-top: 49px;
  padding-bottom: 56px;
  background-color: var(--neutre-white, #ffffff);
  background-image: none;
}
@media (max-width: 768px) {
  body.page-template-template-pricing section.banner-notes .banner__heading {
    margin-bottom: 0;
  }
}
body.page-template-template-pricing section.banner-notes .banner-notes__ratings {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #EFF0F3;
}
body.page-template-template-pricing section.banner-notes .ratings .ratings-numbers-scores span {
  color: #000;
}
body.page-template-template-pricing section.banner-notes .ratings .ratings-numbers-reviews {
  color: #808594;
}
body.page-template-template-pricing section.banner-testimonials {
  padding-top: 70px;
  background: linear-gradient(180deg, #4E39F7 0%, #000 100%);
}
body.page-template-template-pricing section.banner-testimonials .h2-desktop {
  line-height: 40px;
  color: var(--neutre-white, #ffffff);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.page-template-template-pricing section.banner-testimonials .h2-desktop:before {
  content: "";
  width: 82px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="82" height="15" viewBox="0 0 82 15" fill="none"><path d="M5.15167 4.58721L1.16417 5.16533L1.09354 5.17971C0.98663 5.20809 0.889165 5.26434 0.8111 5.34271C0.733036 5.42108 0.67717 5.51876 0.649207 5.62579C0.621243 5.73281 0.622185 5.84534 0.651935 5.95188C0.681685 6.05842 0.739178 6.15515 0.818543 6.23221L3.70729 9.04408L3.02604 13.016L3.01792 13.0847C3.01137 13.1953 3.03433 13.3056 3.08445 13.4044C3.13456 13.5032 3.21003 13.5869 3.30313 13.6469C3.39622 13.7069 3.5036 13.7411 3.61426 13.746C3.72492 13.7509 3.8349 13.7263 3.93292 13.6747L7.49917 11.7997L11.0573 13.6747L11.1198 13.7035C11.223 13.7441 11.3351 13.7566 11.4446 13.7396C11.5542 13.7226 11.6573 13.6767 11.7433 13.6067C11.8293 13.5368 11.8951 13.4452 11.9341 13.3414C11.973 13.2375 11.9836 13.1252 11.9648 13.016L11.2829 9.04408L14.1729 6.23158L14.2217 6.17846C14.2913 6.09269 14.337 5.98999 14.354 5.88083C14.371 5.77167 14.3588 5.65994 14.3186 5.55704C14.2784 5.45413 14.2116 5.36373 14.1251 5.29503C14.0386 5.22633 13.9354 5.18179 13.826 5.16596L9.83854 4.58721L8.05604 0.974707C8.00447 0.870042 7.92462 0.781904 7.82554 0.720273C7.72646 0.658641 7.6121 0.625977 7.49542 0.625977C7.37873 0.625977 7.26438 0.658641 7.1653 0.720273C7.06622 0.781904 6.98637 0.870042 6.93479 0.974707L5.15167 4.58721Z" fill="url(%23paint0_linear_753_3667)"/><path d="M21.1517 4.58721L17.1642 5.16533L17.0935 5.17971C16.9866 5.20809 16.8892 5.26434 16.8111 5.34271C16.733 5.42108 16.6772 5.51876 16.6492 5.62579C16.6212 5.73281 16.6222 5.84534 16.6519 5.95188C16.6817 6.05842 16.7392 6.15515 16.8185 6.23221L19.7073 9.04408L19.026 13.016L19.0179 13.0847C19.0114 13.1953 19.0343 13.3056 19.0844 13.4044C19.1346 13.5032 19.21 13.5869 19.3031 13.6469C19.3962 13.7069 19.5036 13.7411 19.6143 13.746C19.7249 13.7509 19.8349 13.7263 19.9329 13.6747L23.4992 11.7997L27.0573 13.6747L27.1198 13.7035C27.223 13.7441 27.3351 13.7566 27.4446 13.7396C27.5542 13.7226 27.6573 13.6767 27.7433 13.6067C27.8293 13.5368 27.8951 13.4452 27.9341 13.3414C27.973 13.2375 27.9836 13.1252 27.9648 13.016L27.2829 9.04408L30.1729 6.23158L30.2217 6.17846C30.2913 6.09269 30.337 5.98999 30.354 5.88083C30.371 5.77167 30.3588 5.65994 30.3186 5.55704C30.2784 5.45413 30.2116 5.36373 30.1251 5.29503C30.0386 5.22633 29.9354 5.18179 29.826 5.16596L25.8385 4.58721L24.056 0.974707C24.0045 0.870042 23.9246 0.781904 23.8255 0.720273C23.7265 0.658641 23.6121 0.625977 23.4954 0.625977C23.3787 0.625977 23.2644 0.658641 23.1653 0.720273C23.0662 0.781904 22.9864 0.870042 22.9348 0.974707L21.1517 4.58721Z" fill="url(%23paint1_linear_753_3667)"/><path d="M38.1517 4.58721L34.1642 5.16533L34.0935 5.17971C33.9866 5.20809 33.8892 5.26434 33.8111 5.34271C33.733 5.42108 33.6772 5.51876 33.6492 5.62579C33.6212 5.73281 33.6222 5.84534 33.6519 5.95188C33.6817 6.05842 33.7392 6.15515 33.8185 6.23221L36.7073 9.04408L36.026 13.016L36.0179 13.0847C36.0114 13.1953 36.0343 13.3056 36.0844 13.4044C36.1346 13.5032 36.21 13.5869 36.3031 13.6469C36.3962 13.7069 36.5036 13.7411 36.6143 13.746C36.7249 13.7509 36.8349 13.7263 36.9329 13.6747L40.4992 11.7997L44.0573 13.6747L44.1198 13.7035C44.223 13.7441 44.3351 13.7566 44.4446 13.7396C44.5542 13.7226 44.6573 13.6767 44.7433 13.6067C44.8293 13.5368 44.8951 13.4452 44.9341 13.3414C44.973 13.2375 44.9836 13.1252 44.9648 13.016L44.2829 9.04408L47.1729 6.23158L47.2217 6.17846C47.2913 6.09269 47.337 5.98999 47.354 5.88083C47.371 5.77167 47.3588 5.65994 47.3186 5.55704C47.2784 5.45413 47.2116 5.36373 47.1251 5.29503C47.0386 5.22633 46.9354 5.18179 46.826 5.16596L42.8385 4.58721L41.056 0.974707C41.0045 0.870042 40.9246 0.781904 40.8255 0.720273C40.7265 0.658641 40.6121 0.625977 40.4954 0.625977C40.3787 0.625977 40.2644 0.658641 40.1653 0.720273C40.0662 0.781904 39.9864 0.870042 39.9348 0.974707L38.1517 4.58721Z" fill="url(%23paint2_linear_753_3667)"/><path d="M55.1517 4.58721L51.1642 5.16533L51.0935 5.17971C50.9866 5.20809 50.8892 5.26434 50.8111 5.34271C50.733 5.42108 50.6772 5.51876 50.6492 5.62579C50.6212 5.73281 50.6222 5.84534 50.6519 5.95188C50.6817 6.05842 50.7392 6.15515 50.8185 6.23221L53.7073 9.04408L53.026 13.016L53.0179 13.0847C53.0114 13.1953 53.0343 13.3056 53.0844 13.4044C53.1346 13.5032 53.21 13.5869 53.3031 13.6469C53.3962 13.7069 53.5036 13.7411 53.6143 13.746C53.7249 13.7509 53.8349 13.7263 53.9329 13.6747L57.4992 11.7997L61.0573 13.6747L61.1198 13.7035C61.223 13.7441 61.3351 13.7566 61.4446 13.7396C61.5542 13.7226 61.6573 13.6767 61.7433 13.6067C61.8293 13.5368 61.8951 13.4452 61.9341 13.3414C61.973 13.2375 61.9836 13.1252 61.9648 13.016L61.2829 9.04408L64.1729 6.23158L64.2217 6.17846C64.2913 6.09269 64.337 5.98999 64.354 5.88083C64.371 5.77167 64.3588 5.65994 64.3186 5.55704C64.2784 5.45413 64.2116 5.36373 64.1251 5.29503C64.0386 5.22633 63.9354 5.18179 63.826 5.16596L59.8385 4.58721L58.056 0.974707C58.0045 0.870042 57.9246 0.781904 57.8255 0.720273C57.7265 0.658641 57.6121 0.625977 57.4954 0.625977C57.3787 0.625977 57.2644 0.658641 57.1653 0.720273C57.0662 0.781904 56.9864 0.870042 56.9348 0.974707L55.1517 4.58721Z" fill="url(%23paint3_linear_753_3667)"/><path d="M72.1517 4.58721L68.1642 5.16533L68.0935 5.17971C67.9866 5.20809 67.8892 5.26434 67.8111 5.34271C67.733 5.42108 67.6772 5.51876 67.6492 5.62579C67.6212 5.73281 67.6222 5.84534 67.6519 5.95188C67.6817 6.05842 67.7392 6.15515 67.8185 6.23221L70.7073 9.04408L70.026 13.016L70.0179 13.0847C70.0114 13.1953 70.0343 13.3056 70.0844 13.4044C70.1346 13.5032 70.21 13.5869 70.3031 13.6469C70.3962 13.7069 70.5036 13.7411 70.6143 13.746C70.7249 13.7509 70.8349 13.7263 70.9329 13.6747L74.4992 11.7997L78.0573 13.6747L78.1198 13.7035C78.223 13.7441 78.3351 13.7566 78.4446 13.7396C78.5542 13.7226 78.6573 13.6767 78.7433 13.6067C78.8293 13.5368 78.8951 13.4452 78.9341 13.3414C78.973 13.2375 78.9836 13.1252 78.9648 13.016L78.2829 9.04408L81.1729 6.23158L81.2217 6.17846C81.2913 6.09269 81.337 5.98999 81.354 5.88083C81.371 5.77167 81.3588 5.65994 81.3186 5.55704C81.2784 5.45413 81.2116 5.36373 81.1251 5.29503C81.0386 5.22633 80.9354 5.18179 80.826 5.16596L76.8385 4.58721L75.056 0.974707C75.0045 0.870042 74.9246 0.781904 74.8255 0.720273C74.7265 0.658641 74.6121 0.625977 74.4954 0.625977C74.3787 0.625977 74.2644 0.658641 74.1653 0.720273C74.0662 0.781904 73.9864 0.870042 73.9348 0.974707L72.1517 4.58721Z" fill="url(%23paint4_linear_753_3667)"/><defs><linearGradient id="paint0_linear_753_3667" x1="7.49518" y1="0.625977" x2="7.49518" y2="13.7469" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5BF6C"/><stop offset="1" stop-color="%23F4B348"/></linearGradient><linearGradient id="paint1_linear_753_3667" x1="23.4952" y1="0.625977" x2="23.4952" y2="13.7469" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5BF6C"/><stop offset="1" stop-color="%23F4B348"/></linearGradient><linearGradient id="paint2_linear_753_3667" x1="40.4952" y1="0.625977" x2="40.4952" y2="13.7469" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5BF6C"/><stop offset="1" stop-color="%23F4B348"/></linearGradient><linearGradient id="paint3_linear_753_3667" x1="57.4952" y1="0.625977" x2="57.4952" y2="13.7469" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5BF6C"/><stop offset="1" stop-color="%23F4B348"/></linearGradient><linearGradient id="paint4_linear_753_3667" x1="74.4952" y1="0.625977" x2="74.4952" y2="13.7469" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5BF6C"/><stop offset="1" stop-color="%23F4B348"/></linearGradient></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
body.page-template-template-pricing section.banner-testimonials .banner__content {
  margin-top: 52px;
}
body.page-template-template-pricing .section-mockup.section-2-columns-pricing .hero-row {
  align-items: stretch;
}
body.page-template-template-pricing .section-mockup.section-2-columns-pricing .hero-row .hero-image {
  display: flex;
  align-items: center;
}
body.page-template-template-pricing .button-mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  body.page-template-template-pricing .banner-comparison-pricing-table {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1080.98px) {
  body.page-template-template-pricing .pricing-container .card {
    align-self: stretch;
  }
  body.page-template-template-pricing .pricing-container .card .btn:not(.button-mobile) {
    display: none;
  }
  body.page-template-template-pricing .pricing-container .card .btn.button-mobile {
    display: inline-flex;
  }
  body.page-template-template-pricing header.hero .hero__first-section .hero-row .plan-card-highlighted .card {
    flex-direction: column;
  }
  body.page-template-template-pricing header.hero .hero__first-section .hero-row .plan-card-highlighted .card .btn:not(.button-mobile) {
    display: none;
  }
  body.page-template-template-pricing header.hero .hero__first-section .hero-row .plan-card-highlighted .card .btn.button-mobile {
    display: inline-flex;
  }
  body.page-template-template-pricing header.hero .hero__second-section .pricing-container {
    flex-wrap: wrap;
    gap: 20px;
  }
  body.page-template-template-pricing header.hero .hero__second-section .pricing-container .card {
    flex: 0 0 calc(50% - 10px);
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-header .cpt-row.cpt-row--header,
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body .cpt-section .cpt-section__body .cpt-row {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(5, 1fr);
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-header .cpt-row.cpt-row--header .cpt-cell.cpt-cell--label,
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body .cpt-section .cpt-section__body .cpt-row .cpt-cell.cpt-cell--label {
    grid-column: 1/-1;
    text-align: center;
    align-content: center;
    justify-items: center;
    width: 100%;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-header .cpt-row.cpt-row--header .cpt-cell.cpt-cell--label h2,
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body .cpt-section .cpt-section__body .cpt-row .cpt-cell.cpt-cell--label h2 {
    max-width: 332px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-header .cpt-row--header .cpt-cell.cpt-cell--label {
    margin-bottom: 60px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body .cpt-section .cpt-row {
    border-bottom: none;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body .cpt-section .cpt-row--section {
    border-bottom: none;
    grid-template-columns: 1fr auto;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body .cpt-section .cpt-row--section .cpt-cell--label {
    padding-top: 0;
    padding-bottom: 0;
    grid-column: 1;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body .cpt-section .cpt-row--section .cpt-cell:not(.cpt-cell--label):not(.cpt-cell--with-chevron) {
    display: none;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body .cpt-section .cpt-row--section .cpt-cell--with-chevron {
    grid-column: 2;
    padding-bottom: 15px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body .cpt-section .cpt-section__body .cpt-row .cpt-cell .cpt-text {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  body.page-template-template-pricing header.hero .hero__first-section .hero-row {
    gap: 64px;
  }
  body.page-template-template-pricing header.hero .hero__first-section .hero-image .plan-card-highlighted img {
    margin-top: 0 !important;
  }
  body.page-template-template-pricing header.hero .hero__second-section {
    margin-top: 64px;
  }
  body.page-template-template-pricing header.hero .hero__second-section .pricing-container .card {
    flex: 0 0 calc(100% - 10px);
    padding: 30px;
  }
  body.page-template-template-pricing header.hero .hero__second-section .pricing-container .card .description {
    min-height: unset;
  }
  body.page-template-template-pricing header.hero .hero__second-section .pricing-container .card .card-body {
    width: 100%;
  }
  body.page-template-template-pricing header.hero .hero__second-section .pricing-container .card .card-header:after {
    margin-top: 12px;
  }
  body.page-template-template-pricing header.hero .hero__second-section .pricing-container .card a.btn {
    margin-top: 0;
  }
  body.page-template-template-pricing .section-mockup.section-2-columns-pricing {
    padding-bottom: 0;
  }
  body.page-template-template-pricing .section-mockup.section-2-columns-pricing .container {
    padding-inline: 0;
  }
  body.page-template-template-pricing .section-mockup.section-2-columns-pricing .hero-row {
    gap: 30px;
  }
  body.page-template-template-pricing .section-mockup.section-2-columns-pricing .hero-row .hero-text {
    padding-inline: 40px;
    gap: inherit;
  }
  body.page-template-template-pricing .section-mockup.section-2-columns-pricing .hero-row .hero-text .hero__heading {
    gap: inherit;
  }
  body.page-template-template-pricing .section-mockup.section-2-columns-pricing .hero-row .hero-image img {
    object-fit: contain;
    height: auto;
    width: 100%;
  }
  body.page-template-template-pricing .section-mockup.section-2-columns-pricing .layout-awards {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  body.page-template-template-pricing .banner-comparison-pricing-table {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table {
    gap: 20px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-header .cpt-row--header .cpt-cell.cpt-cell--label {
    margin-bottom: 30px;
  }
  body.page-template-template-pricing .banner-comparison-pricing-table .cpt-table .cpt-body {
    gap: 20px;
  }
}

.modal .modal-dialog {
  max-width: 640px;
}
.modal .modal-content {
  border-radius: 10px;
  background: var(--neutre-white, #ffffff);
  box-shadow: 0px 20px 40px 0px rgba(17, 16, 33, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.modal .modal-header {
  padding: 10px;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal .modal-header .btn-close {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M1 1L13 13M13 1L1 13" stroke="%23ADADAD" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 45px;
  padding-right: 45px;
}
.modal h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
}
.modal .modal-footer {
  border: none;
  padding-top: 28px;
  padding-bottom: 35px;
  padding-left: 45px;
  padding-right: 45px;
  justify-content: flex-start;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.modal .modal-body-text {
  padding-top: 18px;
}
.modal .modal-footer-text {
  padding-top: 0;
}
.modal .modal-body-text, .modal .modal-footer-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-style: normal;
}
.modal .modal-body-text p, .modal .modal-footer-text p {
  margin-bottom: 20px;
}
.modal .modal-body-text p strong, .modal .modal-footer-text p strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
}
.modal .modal-body-text ul, .modal .modal-footer-text ul {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0;
  list-style: none;
}
.modal .modal-body-text ul li, .modal .modal-footer-text ul li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal .modal-body-text ul li:before, .modal .modal-footer-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="8" fill="%2300B071"/><path d="M4 7.85902L6.73504 10.5941L12 5.3291" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.modal .modal-body-text .link, .modal .modal-footer-text .link {
  width: auto;
}
.modal .modal-body-text p:last-item, .modal .modal-body-text ul:last-item, .modal .modal-footer-text p:last-item, .modal .modal-footer-text ul:last-item {
  margin-bottom: 0;
}
.modal .modal-body-text-note, .modal .modal-footer-text-note {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  padding-left: 8px;
}
.modal .modal-custom-image {
  position: absolute;
  bottom: -1px;
  right: 0;
  max-width: 247px;
  height: auto;
}
@media (max-width: 767px) {
  .modal .modal-dialog-centered {
    align-items: flex-end;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    min-height: 100%;
  }
  .modal .modal-dialog {
    max-width: 100%;
  }
  .modal .modal-header {
    padding: 20px 17px;
  }
  .modal .modal-custom-image {
    right: -36px;
    max-width: 171px;
    height: auto;
  }
  .modal .modal-body, .modal .modal-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modal .modal-body-text {
    padding-top: 20px;
  }
  .modal ul {
    margin-bottom: 0;
  }
  .modal .modal-footer {
    padding-top: 50px;
  }
}

.modal-backdrop.show {
  opacity: 0.3;
}

section.banner__default {
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding-top: 70px;
  padding-bottom: 70px;
}
section.banner__default .container {
  max-width: 1164px;
}
section.banner__default .banner__heading {
  max-width: 693px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  section.banner__default {
    gap: 30px;
  }
}

section.banner-avocats {
  background-color: #000000;
}
section.banner-avocats .container {
  max-width: 1164px;
}
section.banner-avocats .banner-avocats__item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: inherit;
  padding: 32px 45px 88px 45px;
}
@media (max-width: 767.98px) {
  section.banner-avocats .banner-avocats__item {
    border-radius: 0;
    padding: 70px 20px;
  }
}
section.banner-avocats .avocat-flag {
  text-align: right;
}
@media (max-width: 767.98px) {
  section.banner-avocats .avocat-flag.mobile {
    display: block;
  }
  section.banner-avocats .avocat-flag.desktop {
    display: none;
  }
}
section.banner-avocats .avocat-badge, section.banner-avocats h2 {
  text-align: center;
}
section.banner-avocats .avocat-badge img, section.banner-avocats h2 img {
  margin: 0 auto;
}
section.banner-avocats h2 {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 390;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.28px;
  color: var(--purple-dark, #201B42);
  margin-top: 27px;
}
@media (max-width: 767.98px) {
  section.banner-avocats h2 {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
section.banner-avocats .avocat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 750px;
  margin: 23px auto 0 auto;
}
@media (max-width: 767.98px) {
  section.banner-avocats .avocat-item {
    margin-top: 30px;
  }
}
section.banner-avocats .avocat-item .avocat-item-col1 {
  flex: 0 0 32%;
}
@media (max-width: 767.98px) {
  section.banner-avocats .avocat-item .avocat-item-col1.mobile {
    display: block;
  }
  section.banner-avocats .avocat-item .avocat-item-col1.desktop {
    display: none;
  }
}
section.banner-avocats .avocat-item .avocat-item-col2 {
  flex: 0 0 68%;
  padding-left: 70px;
}
@media (max-width: 767.98px) {
  section.banner-avocats .avocat-item .avocat-item-col2 {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
section.banner-avocats .avocat-quote {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  color: var(--neutre-dark, #000000);
  margin-bottom: 37px;
}
@media (max-width: 767.98px) {
  section.banner-avocats .avocat-quote {
    font-size: 16px;
    line-height: 27.2px;
    text-align: center;
    margin-bottom: 30px;
  }
}
section.banner-avocats .avocat-who {
  border-radius: 8px;
  background: var(--neutre-white, #ffffff);
  display: flex;
  padding: 10px;
  gap: 12px;
  max-width: 350px;
}
section.banner-avocats .avocat-who p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.6px;
}
section.banner-avocats .avocat-who p:last-child {
  margin-bottom: 0;
}
section.banner-avocats .avocat-who p.name {
  margin-bottom: 5px;
  color: #1F1F1F;
}
section.banner-avocats .avocat-who p.role {
  color: #1F1F1F;
  font-weight: 400;
  opacity: 0.8;
}
section.banner-avocats .avocat-who .col1 img {
  max-width: 63px;
  border-radius: 3.098px;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  section.banner-avocats .avocat-who {
    margin: 0 auto;
  }
  section.banner-avocats .avocat-who.mobile {
    display: flex;
    padding: 10px;
    gap: 12px;
    max-width: 350px;
  }
  section.banner-avocats .avocat-who.mobile .col3 img {
    max-width: 28px;
  }
  section.banner-avocats .avocat-who.desktop {
    display: none;
  }
}
@media (max-width: 767.98px) {
  section.banner-avocats .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

section.section-feature-icons-section .container {
  max-width: 1164px;
}
section.section-feature-icons-section .feature-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
}
section.section-feature-icons-section .feature-icons .feature-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  width: 180px;
  flex-shrink: 0;
  text-decoration: none;
}
section.section-feature-icons-section .feature-icons .feature-item img {
  max-width: 100px;
  height: auto;
  display: block;
}
section.section-feature-icons-section .feature-icons .feature-item p {
  margin: 0;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  section.section-feature-icons-section .feature-icons .feature-item p {
    letter-spacing: -0.4px;
  }
}
section.section-feature-icons-section .feature-icons .feature-item p {
  font-weight: 600;
  color: #000;
}
section.section-feature-icons-section .feature-icons a.feature-item {
  cursor: pointer;
}
section.section-feature-icons-section .feature-icons a.feature-item p {
  color: #000;
}

section.banner-content-2-cols .container {
  max-width: 1164px;
}
section.banner-content-2-cols {
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(180deg, #F1F2F6 0%, #E5E2FF 100%);
}
section.banner-content-2-cols .banner__heading .h2-desktop {
  max-width: 693px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section.banner-content-2-cols .banner__content .container {
  display: flex;
  flex-direction: column;
  gap: 68px;
}
section.banner-content-2-cols .banner__content .hero__heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 517px;
  margin-left: 0;
}
section.banner-content-2-cols .banner__content h3 {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  section.banner-content-2-cols .banner__content h3 {
    letter-spacing: -0.4px;
  }
}
section.banner-content-2-cols .banner__content h3 {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
section.banner-content-2-cols .banner__content h3:before {
  width: 20px;
  height: 14.286px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"><path d="M4.28516 7.79873L8.19236 11.7059L15.7137 4.18457" stroke="black" stroke-width="2" stroke-linecap="square"/></svg>');
}
section.banner-content-2-cols .banner__content p {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  section.banner-content-2-cols .banner__content p {
    letter-spacing: -0.4px;
  }
}
section.banner-content-2-cols .banner__content p {
  margin: 0;
  padding-left: 26px;
}
section.banner-content-2-cols .row {
  align-items: center;
}
section.banner-content-2-cols .row .col-left {
  display: flex;
  justify-content: flex-start;
}
section.banner-content-2-cols .row .col-right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  section.banner-content-2-cols .banner__heading .h2-desktop {
    font-size: 30px !important;
    font-weight: 700 !important;
  }
}
@media (max-width: 767.98px) {
  section.banner-content-2-cols {
    gap: 30px;
  }
  section.banner-content-2-cols .banner__content .container {
    gap: 30px;
  }
  section.banner-content-2-cols .hero-text {
    order: 1;
  }
  section.banner-content-2-cols .hero-image {
    order: 2;
    margin-top: 30px;
  }
  section.banner-content-2-cols .row .col-left, section.banner-content-2-cols .row .col-right {
    justify-content: center;
  }
}

section.section-1-column .banner__content .row {
  flex-direction: column;
  gap: 20px;
}
section.section-1-column .banner__content .row .col-left,
section.section-1-column .banner__content .row .col-right {
  flex: 0 0 auto;
  width: 100%;
  justify-content: center;
}
section.section-1-column .banner__cta .container {
  text-align: center;
}

section.section-full-width-comparison-table .comparison-text {
  border-radius: 14px;
  background-color: #F8F9FC;
  padding: 30px 45px;
  margin-bottom: 50px;
}
section.section-full-width-comparison-table .comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 20px 0;
}
section.section-full-width-comparison-table .comparison-table th, section.section-full-width-comparison-table .comparison-table td {
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  min-height: 62px;
  width: 33.333%;
  vertical-align: middle;
}
section.section-full-width-comparison-table .comparison-table th.row-label, section.section-full-width-comparison-table .comparison-table td.row-label {
  text-align: left;
}
section.section-full-width-comparison-table .comparison-table th img, section.section-full-width-comparison-table .comparison-table td img {
  display: block;
  margin: 0 auto;
}
section.section-full-width-comparison-table .comparison-table th span.tooltip-icon, section.section-full-width-comparison-table .comparison-table td span.tooltip-icon {
  display: inline-block;
  margin-left: 6px;
  color: #333;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  text-decoration: none;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="6" r="6" fill="%23ADAEB7"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4.46045 6.00002C4.46045 5.57208 4.80737 5.22516 5.23532 5.22516H7.17248C7.60043 5.22516 7.94735 5.57208 7.94735 6.00002V9.87436C7.94735 10.3023 7.60043 10.6492 7.17248 10.6492C6.74453 10.6492 6.39761 10.3023 6.39761 9.87436V6.77489H5.23532C4.80737 6.77489 4.46045 6.42797 4.46045 6.00002Z" fill="white"/><path d="M6.0293 3.08822C6.0293 2.45472 6.54285 1.94116 7.17636 1.94116C7.80986 1.94116 8.32341 2.45472 8.32341 3.08822C8.32341 3.72172 7.80986 4.23528 7.17636 4.23528C6.54285 4.23528 6.0293 3.72172 6.0293 3.08822Z" fill="white"/></svg>');
}
section.section-full-width-comparison-table .comparison-table th span.tooltip-icon::before, section.section-full-width-comparison-table .comparison-table td span.tooltip-icon::before {
  content: attr(data-tooltip);
  position: absolute;
  display: none;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
section.section-full-width-comparison-table .comparison-table th span.tooltip-icon::after, section.section-full-width-comparison-table .comparison-table td span.tooltip-icon::after {
  content: "";
  position: absolute;
  display: none;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #222;
}
section.section-full-width-comparison-table .comparison-table th span.tooltip-icon:hover::before, section.section-full-width-comparison-table .comparison-table th span.tooltip-icon:hover::after, section.section-full-width-comparison-table .comparison-table td span.tooltip-icon:hover::before, section.section-full-width-comparison-table .comparison-table td span.tooltip-icon:hover::after {
  display: block;
}
section.section-full-width-comparison-table .comparison-table th .header-wrapper, section.section-full-width-comparison-table .comparison-table td .header-wrapper {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.section-full-width-comparison-table .comparison-table th .row-label-wrapper, section.section-full-width-comparison-table .comparison-table td .row-label-wrapper {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-center;
}
section.section-full-width-comparison-table .comparison-table th .header-wrapper {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 0.45rem + 2.23vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  section.section-full-width-comparison-table .comparison-table th .header-wrapper {
    letter-spacing: -0.6px;
  }
}
section.section-full-width-comparison-table .comparison-table th .header-wrapper {
  font-weight: 500;
}
section.section-full-width-comparison-table .comparison-table .highlight-col {
  background-color: rgba(80, 59, 255, 0.06);
}
section.section-full-width-comparison-table .comparison-table th.highlight-col {
  border-radius: 6px 6px 0 0;
}
section.section-full-width-comparison-table .comparison-table td.highlight-col .header-wrapper {
  color: #503BFF;
  font-weight: 600;
}
section.section-full-width-comparison-table .comparison-table tr:last-child td.highlight-col {
  border-radius: 0 0 6px 6px;
}

section.section-plan-comparison .plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
section.section-plan-comparison .plan-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 21px 22px;
}
section.section-plan-comparison .plan-label {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  background: #503BFF;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
  color: #fff;
  margin-bottom: 12px;
}
section.section-plan-comparison .plan-card h3 {
  margin-top: 0;
  margin-bottom: 21px;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  section.section-plan-comparison .plan-card h3 {
    letter-spacing: -0.4px;
  }
}
section.section-plan-comparison .plan-card h3 {
  font-weight: 500;
}
section.section-plan-comparison .plan-details {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
section.section-plan-comparison .plan-column {
  flex: 1;
  background-color: inherit;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px;
}
section.section-plan-comparison .plan-column.our-plan {
  background: #FFF;
  border: none;
}
section.section-plan-comparison .plan-column h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
}
section.section-plan-comparison .plan-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.section-plan-comparison .plan-column li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
section.section-plan-comparison .plan-column li::before {
  margin-right: 10px;
  width: 10px;
  height: 6.581px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"><path d="M1 4.87187L4.4188 8.29067L11 1.70947" stroke="%23503BFF" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  section.section-plan-comparison .plans-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-asesores-image {
  display: flex;
  align-items: center;
}
.blog-asesores-image img {
  width: 69px;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 719.98px) {
  .blog-asesores-image img {
    width: 40px;
    height: auto;
  }
}

.blog-asesores-title .blog-asesores-heading:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M5.49984 1.45615C6.33548 0.645024 7.66452 0.645025 8.50016 1.45615L9.06802 2.00736L9.85932 2.01913C11.0238 2.03647 11.9635 2.97624 11.9809 4.14068L11.9926 4.93198L12.5438 5.49984C13.355 6.33548 13.355 7.66452 12.5438 8.50016L11.9926 9.06802L11.9809 9.85932C11.9635 11.0238 11.0238 11.9635 9.85932 11.9809L9.06802 11.9926L8.50016 12.5438C7.66452 13.355 6.33548 13.355 5.49984 12.5438L4.93198 11.9926L4.14068 11.9809C2.97624 11.9635 2.03647 11.0238 2.01913 9.85932L2.00736 9.06802L1.45615 8.50016C0.645025 7.66452 0.645024 6.33548 1.45615 5.49984L2.00736 4.93198L2.01913 4.14068C2.03647 2.97624 2.97624 2.03647 4.14068 2.01913L4.93198 2.00736L5.49984 1.45615Z" stroke="black" stroke-opacity="0.2"/><path d="M4.8457 7.22432L6.2816 8.66022L9.28801 5.65381" stroke="black" stroke-opacity="0.2" stroke-width="1.07692" stroke-linecap="square"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.blog-asesores-title .blog-asesores-heading.approved:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9.8752 2.06978C8.83065 1.05587 7.16935 1.05587 6.1248 2.06978L5.71028 2.47213L5.13267 2.48073C3.67711 2.5024 2.5024 3.67712 2.48073 5.13267L2.47213 5.71028L2.06978 6.1248C1.05587 7.16935 1.05587 8.83065 2.06978 9.8752L2.47213 10.2897L2.48073 10.8673C2.5024 12.3229 3.67711 13.4976 5.13267 13.5193L5.71028 13.5279L6.1248 13.9302C7.16935 14.9441 8.83065 14.9441 9.8752 13.9302L10.2897 13.5279L10.8673 13.5193C12.3229 13.4976 13.4976 12.3229 13.5193 10.8673L13.5279 10.2897L13.9302 9.8752C14.9441 8.83065 14.9441 7.16935 13.9302 6.1248L13.5279 5.71028L13.5193 5.13267C13.4976 3.67711 12.3229 2.5024 10.8673 2.48073L10.2897 2.47213L9.8752 2.06978Z" fill="%23006DFF" stroke="white" stroke-width="1.07692"/><path d="M5.8457 8.22432L7.2816 9.66022L10.288 6.65381" stroke="white" stroke-width="1.07692" stroke-linecap="square"/></svg>');
}
.blog-asesores-title .tags {
  gap: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.blog-asesores-title .tags .btn {
  border-radius: 90px;
  background: #282828;
  color: #ffffff;
  padding: 6px 10px;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
}

body.single.single-asesores article {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
body.single.single-asesores section.header section.hero {
  padding: 125.674px 0 0 0;
  min-height: auto;
}
body.single.single-asesores section.header section.hero .hero__first-section {
  padding-bottom: 0;
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-back {
  display: flex;
  flex-direction: row;
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-back .btn-back {
  color: #808594;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-back .btn-back:before {
  display: block;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M8.99997 5.00003H1.55811" stroke="%23808594" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.72093 1.27908L1 5.00001L4.72093 8.72094" stroke="%23808594" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 8px;
  height: 7px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body.single.single-asesores section.header section.hero .hero__first-section h1 {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  body.single.single-asesores section.header section.hero .hero__first-section h1 {
    letter-spacing: -0.4px;
  }
}
body.single.single-asesores section.header section.hero .hero__first-section h1 {
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
body.single.single-asesores section.header section.hero .hero__first-section .btn {
  border-radius: 100px;
  background: #EBEBEB;
  color: #000;
  text-align: center;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: none;
  margin: 0;
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-row {
  display: flex;
  gap: 19px;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-content {
  width: 80%;
  gap: 23px;
  display: flex;
  flex-direction: row;
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-sidebar {
  width: 20%;
  text-align: right;
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-asesores-first-col {
  gap: 23px;
  display: flex;
  flex-direction: row;
  min-width: 40%;
  flex-wrap: wrap;
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-asesores-title {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-asesores-title .tags .btn {
  background: #282828;
  color: #ffffff;
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-asesores-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 23px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}
body.single.single-asesores section.header section.hero .hero__first-section .blog-asesores-contact .blog-asesores-mail, body.single.single-asesores section.header section.hero .hero__first-section .blog-asesores-contact .btn, body.single.single-asesores section.header section.hero .hero__first-section .blog-asesores-contact .blog-asesores-phone {
  background: #ffffff;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0;
}
@media (max-width: 767.98px) {
  body.single.single-asesores section.header section.hero .hero__first-section .blog-row {
    flex-direction: row;
  }
}
@media (max-width: 719.98px) {
  body.single.single-asesores section.header section.hero .hero__first-section .blog-content {
    flex-direction: column;
    width: 50%;
  }
  body.single.single-asesores section.header section.hero .hero__first-section .blog-sidebar {
    width: 50%;
  }
  body.single.single-asesores section.header section.hero .hero__first-section .blog-asesores-first-col {
    flex-direction: column;
  }
  body.single.single-asesores section.header section.hero .hero__first-section .blog-asesores-title .tags {
    margin-bottom: 0;
  }
  body.single.single-asesores section.header section.hero .hero__first-section .blog-asesores-contact {
    padding-left: 0;
    border-left: none;
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  body.single.single-asesores section.header section.hero .hero__first-section .blog-row {
    flex-direction: column;
    align-items: flex-start;
  }
  body.single.single-asesores section.header section.hero .hero__first-section .blog-content, body.single.single-asesores section.header section.hero .hero__first-section .blog-sidebar {
    width: 100%;
  }
  body.single.single-asesores section.header section.hero .hero__first-section .blog-sidebar {
    text-align: left;
  }
}
body.single.single-asesores section.banner-single-post {
  margin-bottom: 110px;
}
body.single.single-asesores section.banner-single-post .blog-content {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
body.single.single-asesores section.banner-single-post .blog-content .content-body p, body.single.single-asesores section.banner-single-post .blog-content .content-body ul, body.single.single-asesores section.banner-single-post .blog-content .content-body h1, body.single.single-asesores section.banner-single-post .blog-content .content-body h2, body.single.single-asesores section.banner-single-post .blog-content .content-body h3, body.single.single-asesores section.banner-single-post .blog-content .content-body h4, body.single.single-asesores section.banner-single-post .blog-content .content-body h5 {
  margin-bottom: 19px;
}
body.single.single-asesores section.banner-single-post .blog-content .content-body p:last-child, body.single.single-asesores section.banner-single-post .blog-content .content-body ul:last-child, body.single.single-asesores section.banner-single-post .blog-content .content-body h1:last-child, body.single.single-asesores section.banner-single-post .blog-content .content-body h2:last-child, body.single.single-asesores section.banner-single-post .blog-content .content-body h3:last-child, body.single.single-asesores section.banner-single-post .blog-content .content-body h4:last-child, body.single.single-asesores section.banner-single-post .blog-content .content-body h5:last-child {
  margin-bottom: 0;
}

section.banner-single-cta .blog-row {
  border-radius: 10px;
  background-color: #000;
  background-image: url("assets/images/banner-cta-free-trial.png");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  gap: 0;
  padding-right: 22px;
}
section.banner-single-cta .blog-content {
  width: 100%;
  background-image: url("assets/images/banner-cta-free-trial-fr-image.png");
  background-position: bottom right;
  background-size: auto;
  background-repeat: no-repeat;
}
section.banner-single-cta .blog-content .content-body {
  padding: 23px 22px 29px 46px;
  width: 60%;
}
section.banner-single-cta .blog-content .content-body h1, section.banner-single-cta .blog-content .content-body h2, section.banner-single-cta .blog-content .content-body h3, section.banner-single-cta .blog-content .content-body h4, section.banner-single-cta .blog-content .content-body h5 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 4px;
}
section.banner-single-cta .blog-content .content-body p, section.banner-single-cta .blog-content .content-body ul {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
section.banner-single-cta .blog-content .content-body .btn {
  color: #050505;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 9px 20px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 3px 10px 0px rgba(80, 59, 255, 0.2);
}
@media (max-width: 1199.98px) {
  section.banner-single-cta .blog-content {
    background-size: 50%;
  }
  section.banner-single-cta .blog-content .content-body {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  section.banner-single-cta .blog-row {
    padding-right: 22px;
    padding-left: 22px;
  }
  section.banner-single-cta .blog-content {
    background-size: contain;
  }
  section.banner-single-cta .blog-content .content-body {
    width: 100%;
    padding-bottom: 35%;
    padding-left: 0;
  }
}

body.archive.post-type-archive-asesores main {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding-bottom: 72px;
}
body.archive.post-type-archive-asesores main > section:first-child {
  padding-bottom: 0 !important;
}
body.archive.post-type-archive-asesores .header .hero {
  padding: 125.674px 0 0 0;
  min-height: auto;
}
body.archive.post-type-archive-asesores .header .hero__first-section .hero__heading {
  max-width: 100%;
  text-align: left;
}
body.archive.post-type-archive-asesores .archive-asesores-results {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
body.archive.post-type-archive-asesores .archive-asesores-filter {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
body.archive.post-type-archive-asesores .archive-asesores-filter .archive-asesores-filter-label {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}
body.archive.post-type-archive-asesores .archive-asesores-filter .archive-asesores-filter-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 13px;
}
body.archive.post-type-archive-asesores .archive-asesores-filter .archive-asesores-filter-form select, body.archive.post-type-archive-asesores .archive-asesores-filter .archive-asesores-filter-form button {
  height: 36px;
  max-width: 212px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 7px;
  border: 1px solid #D4D8E1;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
body.archive.post-type-archive-asesores .archive-asesores-wrapper .archive-asesores-wrapper-list.row {
  --bs-gutter-y: 1.5rem;
}
body.archive.post-type-archive-asesores .archive-asesores-wrapper .archive-asesores-wrapper-list a.accountant-card {
  text-decoration: none;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
body.archive.post-type-archive-asesores .archive-asesores-wrapper .archive-asesores-wrapper-list article {
  height: 100%;
}
body.archive.post-type-archive-asesores .archive-asesores-wrapper .archive-asesores-wrapper-list .archive-asesores-wrapper-list-single .blog-content {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: linear-gradient(180deg, #F8F7FF 0%, #FFF 47.82%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
body.archive.post-type-archive-asesores .archive-asesores-wrapper .archive-asesores-wrapper-list .archive-asesores-wrapper-list-single .blog-content-top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.archive.post-type-archive-asesores .archive-asesores-wrapper .archive-asesores-wrapper-list .archive-asesores-wrapper-list-single .blog-asesores-image img {
  width: 52px;
  height: auto;
}
body.archive.post-type-archive-asesores .archive-asesores-wrapper .archive-asesores-wrapper-list .archive-asesores-wrapper-list-single .blog-asesores-title h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  color: #000000;
}
body.archive.post-type-archive-asesores .archive-asesores-wrapper .archive-asesores-wrapper-list .archive-asesores-wrapper-list-single .blog-asesores-short-text {
  color: rgba(0, 0, 0, 0.8);
}

section.banner-single-listed-now-cta .blog-row {
  border-radius: 10px;
  background: radial-gradient(74.49% 129.53% at 50% 0%, #503BFF 0%, #040023 100%);
}
section.banner-single-listed-now-cta .blog-content .content-body {
  padding: 26px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.banner-single-listed-now-cta .blog-content .content-body h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0;
}
section.banner-single-listed-now-cta .blog-content .content-body p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
section.banner-single-listed-now-cta .blog-content .content-body .btn {
  border-radius: 6px;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 12px 16px;
  margin-top: 13px;
}
section.banner-single-listed-now-cta .blog-content .content-body .btn .arrow {
  margin-left: 8px;
  width: 4px;
  height: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 1L5 5L1 9" stroke="black" stroke-width="1.2"/></svg>');
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}

section.banner-comparison-price {
  padding-top: 70px;
  padding-bottom: 70px;
}
section.banner-comparison-price .pricing-table-cta {
  padding-top: 70px;
  text-align: center;
}
section.banner-comparison-price .table-container {
  overflow: visible;
}
section.banner-comparison-price .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
section.banner-comparison-price .thead {
  display: table-header-group;
}
section.banner-comparison-price .thead.sticky {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
}
section.banner-comparison-price .thead.sticky .tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.banner-comparison-price .thead.sticky .tr .th {
  position: sticky;
  top: 60px;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
}
section.banner-comparison-price .tr {
  display: table-row;
}
section.banner-comparison-price .th,
section.banner-comparison-price .td {
  display: table-cell;
  padding: 0;
  text-align: center;
  width: 17%;
}
section.banner-comparison-price .th:first-child,
section.banner-comparison-price .td:first-child {
  width: 32%;
  text-align: left;
}
section.banner-comparison-price .td svg {
  margin-left: auto;
  margin-right: auto;
}
section.banner-comparison-price {
  /* Add a box shadow for the sticky header to make it stand out */
}
section.banner-comparison-price .thead .tr .th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  vertical-align: middle;
}
section.banner-comparison-price {
  /* Style for the tbody to give some spacing from the header */
}
section.banner-comparison-price .tbody {
  display: table-row-group;
}
section.banner-comparison-price {
  /* Optional: Add styles for alternating row colors */
}
section.banner-comparison-price .tbody .tr:nth-child(odd) {
  /*background-color: #fff;*/
}
section.banner-comparison-price .tbody .tr:nth-child(even) {
  /*background-color: #f9f9f9;*/
}
section.banner-comparison-price .cell-content {
  display: flex;
  flex-direction: column;
}
section.banner-comparison-price .cell-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  color: #000000;
  max-width: 267px;
}
section.banner-comparison-price .cell-content.tier {
  align-items: center;
  justify-content: center;
}
section.banner-comparison-price .cell-content.tier .tier-name {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  margin: 0;
}
section.banner-comparison-price .cell-content.tier .tier-price {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  color: #000000;
}
section.banner-comparison-price .cell-content.tier .link {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
section.banner-comparison-price .cell-content.tier.popular {
  background: radial-gradient(100% 100% at 50% 0%, #100095 0%, #000004 100%);
  border-top: 4px solid #503BFF;
  padding: 10px 0 20px 0;
}
section.banner-comparison-price .cell-content.tier.popular .tier-name, section.banner-comparison-price .cell-content.tier.popular .tier-price, section.banner-comparison-price .cell-content.tier.popular .link {
  color: #ffffff;
}
section.banner-comparison-price .cell-content.tier.popular .link.arrow:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"><path d="M5 9L9 5L5 0.999999" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
section.banner-comparison-price .feature-row .td {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
section.banner-comparison-price .feature-row .td.strong {
  font-weight: 600;
}
section.banner-comparison-price .feature-row .td .new {
  margin-left: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #503BFF;
}
section.banner-comparison-price .feature-row .feature-name {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.banner-comparison-price .feature-row.main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
section.banner-comparison-price .feature-row.main .feature-name {
  padding-top: 60px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
section.banner-comparison-price .feature-row.main:first-child .feature-name {
  padding-top: 30px;
}
section.banner-comparison-price .feature-row:not(.main):hover {
  cursor: pointer;
  border-radius: 6px;
  background: rgba(80, 59, 255, 0.08);
}
section.banner-comparison-price .feature-row:not(.main):hover .td {
  background: rgba(80, 59, 255, 0.08);
}
section.banner-comparison-price .feature-row:not(.main):hover .td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
section.banner-comparison-price .feature-row:not(.main):hover .td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (max-width: 991.98px) {
  section.banner-comparison-price .table {
    display: flex;
    flex-direction: column;
  }
  section.banner-comparison-price .table .thead {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  section.banner-comparison-price .table .thead .tr.table-header {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(4, 1fr);
  }
  section.banner-comparison-price .table .thead .tr.table-header .th {
    display: grid;
    align-content: flex-start;
    justify-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 18px;
    width: 100%;
  }
  section.banner-comparison-price .table .thead .tr.table-header .th:first-child {
    grid-column: 1/-1;
    text-align: center;
    align-content: center;
    justify-items: center;
    width: 100%;
    border-bottom: none;
    margin-bottom: 36px;
  }
  section.banner-comparison-price .table .thead .tr.table-header .th:nth-child(3), section.banner-comparison-price .table .thead .tr.table-header .th:nth-child(4), section.banner-comparison-price .table .thead .tr.table-header .th:nth-child(5) {
    padding-left: 0;
  }
  section.banner-comparison-price .table .thead h2 {
    max-width: 345px;
    margin-bottom: 36px;
  }
  section.banner-comparison-price .table .thead.sticky {
    position: sticky;
    top: 60px;
    z-index: 10;
  }
  section.banner-comparison-price .table .thead.sticky .tr.table-header .th {
    position: relative;
    z-index: 0;
    top: 0;
  }
  section.banner-comparison-price .table .thead.sticky .tr.table-header .th:first-child {
    display: none;
  }
  section.banner-comparison-price .table .tbody {
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    overflow-y: auto;
  }
  section.banner-comparison-price .table .tbody.lower {
    transform: translate(0, 30px);
  }
  section.banner-comparison-price .table .tr.feature-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  section.banner-comparison-price .table .tr.feature-row .feature-name {
    grid-column: 1/-1;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  section.banner-comparison-price .table .tr.feature-row .td {
    text-align: left;
    width: 100%;
  }
  section.banner-comparison-price .table .tr.feature-row.main .feature-name {
    padding-top: 30px;
  }
  section.banner-comparison-price .table .tr.feature-row:not(.main):hover {
    cursor: pointer;
    border-radius: 6px;
    background: rgba(80, 59, 255, 0.08);
  }
  section.banner-comparison-price .table .tr.feature-row:not(.main):hover .td {
    background: none;
  }
  section.banner-comparison-price .table .tr.feature-row:not(.main):hover .td:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  section.banner-comparison-price .table .tr.feature-row:not(.main):hover .td:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  section.banner-comparison-price .cell-content .link {
    display: none;
  }
  section.banner-comparison-price .cell-content.tier.popular {
    background: inherit;
    border-top: none;
    padding: 0;
  }
  section.banner-comparison-price .cell-content.tier.popular .tier-name, section.banner-comparison-price .cell-content.tier.popular .tier-price {
    color: #503BFF;
  }
}
@media (max-width: 575.98px) {
  section.banner-comparison-price .cell-content h2 {
    font-size: 30px;
    line-height: 37px;
  }
  section.banner-comparison-price .cell-content.tier .tier-name {
    font-size: 14px;
  }
  section.banner-comparison-price .cell-content.tier .tier-price {
    font-size: 20px;
    line-height: normal;
  }
  section.banner-comparison-price .feature-row.main .feature-name {
    font-size: 18px;
    padding-bottom: 0 !important;
  }
}

.section-score {
  padding: 125.674px 0;
}
.section-score .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tp-award {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tp-award .tp-award__laurel {
  flex-shrink: 0;
  color: var(--purple-dark, #201B42);
}
.tp-award .tp-award__laurel--right {
  transform: scaleX(-1);
}
.tp-award .tp-award__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.979px;
}
.tp-award .tp-award__brand, .tp-award .tp-award__label {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark, #201B42);
  text-align: center;
}
.tp-award .tp-award__stars {
  display: flex;
  gap: 2px;
}

.banner-blog-menu {
  padding: 125.674px 0 0 0;
}

.navbar-blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}
.navbar-blog .nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 27.928px;
}
.navbar-blog .nav-links li {
  padding-bottom: 20px;
}
.navbar-blog .nav-links li a {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .navbar-blog .nav-links li a {
    letter-spacing: -0.4px;
  }
}
.navbar-blog .nav-links li a {
  color: var(--purple-dark, #201B42);
  text-decoration: none;
}
.navbar-blog .nav-links li.current-menu-item, .navbar-blog .nav-links li:hover, .navbar-blog .nav-links li:focus {
  border-bottom: 1.995px solid var(--purple-tonic, #9D7EFF);
}
.navbar-blog .nav-links li.current-menu-item a, .navbar-blog .nav-links li:hover a, .navbar-blog .nav-links li:focus a {
  color: var(--purple-tonic, #9D7EFF);
}

.search-container {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--neutre-grey-light, #F4F4F4);
  padding: 10px 20px;
  width: 47%;
}
.search-container .search {
  width: 100%;
}
.search-container .search-submit {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="22" viewBox="0 0 23 22" fill="none"><path d="M10.0361 16.4573C13.9954 16.4573 17.205 13.3873 17.205 9.60013C17.205 5.813 13.9954 2.74292 10.0361 2.74292C6.07681 2.74292 2.86719 5.813 2.86719 9.60013C2.86719 13.3873 6.07681 16.4573 10.0361 16.4573Z" stroke="%235A5A5A" stroke-width="0.997412" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.1055 14.449L20.0726 19.2002" stroke="%23343330" stroke-width="0.997412" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 22.94px;
  height: 21.943px;
  background-size: contain;
  border: none;
  margin-right: 24px;
}
.search-container input[type=search] {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .search-container input[type=search] {
    letter-spacing: -0.4px;
  }
}
.search-container input[type=search] {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .banner-blog-menu {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .navbar-blog > * {
    width: 100%;
  }
}
.newsletter-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  padding: 63.834px;
  background: var(--purple-dark, #201B42);
  box-shadow: 0 9.894px 25.733px 0 rgba(59, 65, 79, 0.07);
  color: var(--neutre-white, #FFF);
}
.newsletter-card .newsletter-title {
  font-family: "PPFragment", Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 390;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
  color: var(--neutre-white, #FFF);
}
.newsletter-card .newsletter-info {
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 1.125rem + 0.3125vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--purple-dark-light, #3E3879);
}
@media (min-width: 1024px) {
  .newsletter-card .newsletter-info {
    letter-spacing: -0.48px;
  }
}
.newsletter-card .newsletter-info {
  color: var(--neutre-white, #FFF);
}

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