@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.176;
  color: #0b0523;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  width: 100%;
  height: auto;
}

button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

@media (min-width: 992px) {
  .sppb-row-container {
    max-width: 1440px;
  }
}
body {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.176;
  letter-spacing: -0.03em;
  color: #0b0523;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "fields-display", georgia, serif;
  font-weight: 600;
  color: #0b0523;
  margin-bottom: 16px;
}

h1 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.2px;
}

h2 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.2px;
}

h3 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.9px;
}

.h1-surtitre {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #0b0523;
}

.h1-main {
  font-family: "fields-display", georgia, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #0b0523;
}

.h2-surtitre {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #0b0523;
}

.h2-main {
  font-family: "fields-display", georgia, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #0b0523;
}

.h3-main {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #0b0523;
}

.h3-second {
  font-family: "fields-display", georgia, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #0b0523;
}

.h3-third {
  font-family: "fields-display", georgia, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.75px;
  color: #0b0523;
}

p {
  margin-bottom: 16px;
  line-height: 1.176;
  letter-spacing: -0.03em;
}

.paragraph-main {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #0b0523;
}

.paragraph-highlight {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #0b0523;
}

.text-button {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
}

.text-menu {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.45px;
}

.text-menu-active {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
}

a {
  color: #fa0;
  text-decoration: none;
  transition: all 0.15s ease;
}
a:hover {
  color: #cc8800;
  text-decoration: underline;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 14px;
}

code,
pre {
  font-family: Monaco, "Courier New", monospace;
  font-size: 14px;
}

code {
  padding: 2px 4px;
  background: #faf1e6;
  border-radius: 4px;
  color: #36367c;
}

pre {
  padding: 16px;
  background: #faf1e6;
  border-radius: 4px;
  overflow-x: auto;
}
pre code {
  padding: 0;
  background: none;
}

blockquote {
  padding: 16px;
  margin: 24px 0;
  border-left: 4px solid #fa0;
  background: #faf1e6;
}
blockquote p:last-child {
  margin-bottom: 0;
}

.font-display {
  font-family: "fields-display", georgia, serif;
}

.text-sunflower {
  color: #fa0;
}

.text-jasmine {
  color: #ffd787;
}

.text-fulvous {
  color: #ee9f00;
}

.text-ivory {
  color: #faf1e6;
}

.text-champagne {
  color: #edd7c7;
}

.text-desert {
  color: #cdb19e;
}

.text-midnight {
  color: #0b0523;
}

.text-onyx {
  color: #231655;
}

.text-delft {
  color: #36367c;
}

.text-russian {
  color: #110930;
}

.text-lavender {
  color: #8196ff;
}

.text-periwinkle {
  color: #d2d4ff;
}

.text-black {
  color: #000;
}

.text-gray {
  color: #7b7b7b;
}

.text-white {
  color: #fff;
}

.bg-sunflower {
  background-color: #fa0;
}

.bg-jasmine {
  background-color: #ffd787;
}

.bg-fulvous {
  background-color: #ee9f00;
}

.bg-ivory {
  background-color: #faf1e6;
}

.bg-champagne {
  background-color: #edd7c7;
}

.bg-desert {
  background-color: #cdb19e;
}

.bg-midnight {
  background-color: #0b0523;
}

.bg-onyx {
  background-color: #231655;
}

.bg-delft {
  background-color: #36367c;
}

.bg-russian {
  background-color: #110930;
}

.bg-lavender {
  background-color: #8196ff;
}

.bg-periwinkle {
  background-color: #d2d4ff;
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background-color: #7b7b7b;
}

.bg-white {
  background-color: #fff;
}

.border-sunflower {
  border-color: #fa0;
}

.border-midnight {
  border-color: #0b0523;
}

.border-champagne {
  border-color: #edd7c7;
}

.border-lavender {
  border-color: #8196ff;
}

.sx-mt-0 {
  margin-top: 0;
}

.sx-mt-1 {
  margin-top: 4px;
}

.sx-mt-2 {
  margin-top: 8px;
}

.sx-mt-3 {
  margin-top: 16px;
}

.sx-mt-4 {
  margin-top: 24px;
}

.sx-mt-5 {
  margin-top: 32px;
}

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

.sx-mb-0 {
  margin-bottom: 0;
}

.sx-mb-1 {
  margin-bottom: 4px;
}

.sx-mb-2 {
  margin-bottom: 8px;
}

.sx-mb-3 {
  margin-bottom: 16px;
}

.sx-mb-4 {
  margin-bottom: 24px;
}

.sx-mb-5 {
  margin-bottom: 32px;
}

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

.sx-ml-0 {
  margin-left: 0;
}

.sx-ml-1 {
  margin-left: 4px;
}

.sx-ml-2 {
  margin-left: 8px;
}

.sx-ml-3 {
  margin-left: 16px;
}

.sx-ml-4 {
  margin-left: 24px;
}

.sx-ml-5 {
  margin-left: 32px;
}

.sx-mr-0 {
  margin-right: 0;
}

.sx-mr-1 {
  margin-right: 4px;
}

.sx-mr-2 {
  margin-right: 8px;
}

.sx-mr-3 {
  margin-right: 16px;
}

.sx-mr-4 {
  margin-right: 24px;
}

.sx-mr-5 {
  margin-right: 32px;
}

.sx-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.sx-mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.sx-mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.sx-mx-3 {
  margin-left: 16px;
  margin-right: 16px;
}

.sx-mx-4 {
  margin-left: 24px;
  margin-right: 24px;
}

.sx-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sx-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.sx-my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.sx-my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.sx-my-3 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.sx-my-4 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.sx-my-5 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.sx-pt-0 {
  padding-top: 0;
}

.sx-pt-1 {
  padding-top: 4px;
}

.sx-pt-2 {
  padding-top: 8px;
}

.sx-pt-3 {
  padding-top: 16px;
}

.sx-pt-4 {
  padding-top: 24px;
}

.sx-pt-5 {
  padding-top: 32px;
}

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

.sx-pb-0 {
  padding-bottom: 0;
}

.sx-pb-1 {
  padding-bottom: 4px;
}

.sx-pb-2 {
  padding-bottom: 8px;
}

.sx-pb-3 {
  padding-bottom: 16px;
}

.sx-pb-4 {
  padding-bottom: 24px;
}

.sx-pb-5 {
  padding-bottom: 32px;
}

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

.sx-pl-0 {
  padding-left: 0;
}

.sx-pl-1 {
  padding-left: 4px;
}

.sx-pl-2 {
  padding-left: 8px;
}

.sx-pl-3 {
  padding-left: 16px;
}

.sx-pl-4 {
  padding-left: 24px;
}

.sx-pr-0 {
  padding-right: 0;
}

.sx-pr-1 {
  padding-right: 4px;
}

.sx-pr-2 {
  padding-right: 8px;
}

.sx-pr-3 {
  padding-right: 16px;
}

.sx-pr-4 {
  padding-right: 24px;
}

.sx-px-0 {
  padding-left: 0;
  padding-right: 0;
}

.sx-px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.sx-px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.sx-px-3 {
  padding-left: 16px;
  padding-right: 16px;
}

.sx-px-4 {
  padding-left: 24px;
  padding-right: 24px;
}

.sx-px-5 {
  padding-left: 32px;
  padding-right: 32px;
}

.sx-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.sx-py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.sx-py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sx-py-3 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.sx-py-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.sx-py-5 {
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.sx-text-left {
  text-align: left;
}

.sx-text-center {
  text-align: center;
}

.sx-text-right {
  text-align: right;
}

.sx-text-uppercase {
  text-transform: uppercase;
}

.sx-text-lowercase {
  text-transform: lowercase;
}

.sx-text-capitalize {
  text-transform: capitalize;
}

.sx-font-weight-regular {
  font-weight: 400;
}

.sx-font-weight-medium {
  font-weight: 500;
}

.sx-font-weight-semibold {
  font-weight: 600;
}

.sx-font-weight-bold {
  font-weight: 700;
}

.text-trim {
  text-box: trim-both cap alphabetic;
}

.sx-d-none {
  display: none;
}

.sx-d-block {
  display: block;
}

.sx-d-inline {
  display: inline;
}

.sx-d-inline-block {
  display: inline-block;
}

.sx-d-flex {
  display: flex;
}

.sx-d-inline-flex {
  display: inline-flex;
}

.sx-d-grid {
  display: grid;
}

.sx-flex-row {
  flex-direction: row;
}

.sx-flex-column {
  flex-direction: column;
}

.sx-flex-wrap {
  flex-wrap: wrap;
}

.sx-flex-nowrap {
  flex-wrap: nowrap;
}

.sx-justify-start {
  justify-content: flex-start;
}

.sx-justify-center {
  justify-content: center;
}

.sx-justify-end {
  justify-content: flex-end;
}

.sx-justify-between {
  justify-content: space-between;
}

.sx-justify-around {
  justify-content: space-around;
}

.sx-align-start {
  align-items: flex-start;
}

.sx-align-center {
  align-items: center;
}

.sx-align-end {
  align-items: flex-end;
}

.sx-align-stretch {
  align-items: stretch;
}

.sx-gap-0 {
  gap: 0;
}

.sx-gap-1 {
  gap: 4px;
}

.sx-gap-2 {
  gap: 8px;
}

.sx-gap-3 {
  gap: 16px;
}

.sx-gap-4 {
  gap: 24px;
}

.sx-gap-5 {
  gap: 32px;
}

.sx-shadow-none {
  box-shadow: none;
}

.sx-shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sx-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sx-shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sx-shadow-lg {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.sx-border {
  border: 1px solid #edd7c7;
}

.sx-border-0 {
  border: 0;
}

.sx-border-top {
  border-top: 1px solid #edd7c7;
}

.sx-border-bottom {
  border-bottom: 1px solid #edd7c7;
}

.sx-border-left {
  border-left: 1px solid #edd7c7;
}

.sx-border-right {
  border-right: 1px solid #edd7c7;
}

.sx-border-1 {
  border-width: 1px;
}

.sx-border-2 {
  border-width: 2px;
}

.sx-border-3 {
  border-width: 3px;
}

.sx-rounded-none {
  border-radius: 0;
}

.sx-rounded-sm {
  border-radius: 4px;
}

.sx-rounded {
  border-radius: 8px;
}

.sx-rounded-md {
  border-radius: 8px;
}

.sx-rounded-lg {
  border-radius: 12px;
}

.sx-rounded-full {
  border-radius: 9999px;
}

.sx-w-25 {
  width: 25%;
}

.sx-w-50 {
  width: 50%;
}

.sx-w-75 {
  width: 75%;
}

.sx-w-100 {
  width: 100%;
}

.sx-w-auto {
  width: auto;
}

.sx-h-100 {
  height: 100%;
}

.sx-h-auto {
  height: auto;
}

.sx-max-w-100 {
  max-width: 100%;
}

.sx-position-relative {
  position: relative;
}

.sx-position-absolute {
  position: absolute;
}

.sx-position-fixed {
  position: fixed;
}

.sx-position-sticky {
  position: sticky;
}

.sx-z-0 {
  z-index: 0;
}

.sx-z-10 {
  z-index: 10;
}

.sx-z-20 {
  z-index: 20;
}

.sx-z-30 {
  z-index: 30;
}

.sx-z-40 {
  z-index: 40;
}

.sx-z-50 {
  z-index: 50;
}

.sx-overflow-hidden {
  overflow: hidden;
}

.sx-overflow-auto {
  overflow: auto;
}

.sx-overflow-scroll {
  overflow: scroll;
}

.sx-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .sx-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sx-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sx-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sx-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .sx-container {
    max-width: 1320px;
  }
}

@media (max-width: 576px) {
  .sx-hide-mobile {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .sx-hide-tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  .sx-hide-desktop {
    display: none;
  }
}
.sx-text-muted {
  color: #7b7b7b !important;
}

.sx-bg-primary {
  background-color: #fa0 !important;
}

.sx-bg-light {
  background-color: #faf1e6 !important;
}

.sx-bg-dark {
  background-color: #0b0523 !important;
}

.sx-text-primary {
  color: #fa0 !important;
}

.sx-text-secondary {
  color: #0b0523 !important;
}

.section-fullwidth {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.footer-fullwidth {
  position: relative;
  width: calc(100vw - 50px);
  max-width: calc(100vw - 50px);
  left: 50%;
  transform: translateX(-50%);
}

.sppb-row-container {
  padding-left: 10px;
  padding-right: 10px;
}

@media (width >= 576px) {
  .sppb-row-container {
    max-width: unset;
  }
}
#specialisations-accordion .sppb-panel-custom .sppb-accordion-icon-wrap,
#contact-information .sppb-panel-custom .sppb-accordion-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #8196ff;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}
#specialisations-accordion .sppb-panel-custom .active .sppb-accordion-icon-wrap,
#contact-information .sppb-panel-custom .active .sppb-accordion-icon-wrap {
  transform: scaleY(-1) !important;
}
#specialisations-accordion .sppb-panel-custom .sppb-panel-heading,
#contact-information .sppb-panel-custom .sppb-panel-heading {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#specialisations-accordion .sppb-panel-custom .sppb-panel-body,
#contact-information .sppb-panel-custom .sppb-panel-body {
  border-top-color: transparent !important;
}

#creation-demarrez .sppb-addon-wrapper {
  height: 100%;
}

@media (min-width: 992px) {
  .gap-auto {
    height: calc(100vh - 250px);
  }
}

.row,
.row > * {
  margin: 0;
  padding: 0;
}

.sppb-addon-single-image-container {
  width: 100%;
}

.scroll-pin {
  position: relative;
  z-index: 1;
  will-change: transform;
}
.marquee {
  overflow: visible;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  height: 404px;
}
.marquee__track {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  animation: marquee-scroll 30s linear infinite;
}
.marquee__content {
  display: flex;
  gap: 0;
  flex-shrink: 0;
}
.marquee--slow .marquee__track {
  animation-duration: 120s;
}
.marquee--fast .marquee__track {
  animation-duration: 15s;
}
.marquee--reverse .marquee__track {
  animation-direction: reverse;
}
.marquee--pause-hover:hover .marquee__track {
  animation-play-state: paused;
}
.marquee img,
.marquee picture {
  height: 100%;
  width: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.marquee picture {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (width <= 767px) {
  .marquee {
    height: 252px;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section-fullheight {
  min-height: 100vh;
}

.sx-grid-container,
.sppb-row-container.sx-use-grid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .sx-grid-container,
  .sppb-row-container.sx-use-grid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .sx-grid-container,
  .sppb-row-container.sx-use-grid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1440px) {
  .sx-grid-container,
  .sppb-row-container.sx-use-grid {
    max-width: 1440px;
  }
}

.sx-grid-container--full {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.sx-grid,
.sppb-row.sx-use-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) {
  .sx-grid,
  .sppb-row.sx-use-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 992px) {
  .sx-grid,
  .sppb-row.sx-use-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

.sx-grid--no-gap {
  gap: 0;
}

.sx-grid--dense {
  grid-auto-flow: dense;
}

.sx-grid--gap-sm {
  gap: 8px;
}

.sx-grid--gap-md {
  gap: 16px;
}

.sx-grid--gap-lg {
  gap: 24px;
}

.sx-col-1 {
  grid-column: span 1;
}

.sx-col-2 {
  grid-column: span 2;
}

.sx-col-3 {
  grid-column: span 3;
}

.sx-col-4 {
  grid-column: span 4;
}

@media (min-width: 768px) {
  .sx-col-md-1 {
    grid-column: span 1;
  }
  .sx-col-md-2 {
    grid-column: span 2;
  }
  .sx-col-md-3 {
    grid-column: span 3;
  }
  .sx-col-md-4 {
    grid-column: span 4;
  }
  .sx-col-md-5 {
    grid-column: span 5;
  }
  .sx-col-md-6 {
    grid-column: span 6;
  }
  .sx-col-md-7 {
    grid-column: span 7;
  }
  .sx-col-md-8 {
    grid-column: span 8;
  }
}
@media (min-width: 992px) {
  .sx-col-lg-1 {
    grid-column: span 1;
  }
  .sx-col-lg-2 {
    grid-column: span 2;
  }
  .sx-col-lg-3 {
    grid-column: span 3;
  }
  .sx-col-lg-4 {
    grid-column: span 4;
  }
  .sx-col-lg-5 {
    grid-column: span 5;
  }
  .sx-col-lg-6 {
    grid-column: span 6;
  }
  .sx-col-lg-7 {
    grid-column: span 7;
  }
  .sx-col-lg-8 {
    grid-column: span 8;
  }
  .sx-col-lg-9 {
    grid-column: span 9;
  }
  .sx-col-lg-10 {
    grid-column: span 10;
  }
  .sx-col-lg-11 {
    grid-column: span 11;
  }
  .sx-col-lg-12 {
    grid-column: span 12;
  }
}
.sx-col-full {
  grid-column: 1/-1;
}

.sx-col-auto {
  grid-column: auto;
}

.sx-col-start-1 {
  grid-column-start: 1;
}

.sx-col-start-2 {
  grid-column-start: 2;
}

.sx-col-start-3 {
  grid-column-start: 3;
}

.sx-col-start-4 {
  grid-column-start: 4;
}

@media (min-width: 768px) {
  .sx-col-start-md-1 {
    grid-column-start: 1;
  }
  .sx-col-start-md-2 {
    grid-column-start: 2;
  }
  .sx-col-start-md-3 {
    grid-column-start: 3;
  }
  .sx-col-start-md-4 {
    grid-column-start: 4;
  }
  .sx-col-start-md-5 {
    grid-column-start: 5;
  }
  .sx-col-start-md-6 {
    grid-column-start: 6;
  }
  .sx-col-start-md-7 {
    grid-column-start: 7;
  }
  .sx-col-start-md-8 {
    grid-column-start: 8;
  }
}
@media (min-width: 992px) {
  .sx-col-start-lg-1 {
    grid-column-start: 1;
  }
  .sx-col-start-lg-2 {
    grid-column-start: 2;
  }
  .sx-col-start-lg-3 {
    grid-column-start: 3;
  }
  .sx-col-start-lg-4 {
    grid-column-start: 4;
  }
  .sx-col-start-lg-5 {
    grid-column-start: 5;
  }
  .sx-col-start-lg-6 {
    grid-column-start: 6;
  }
  .sx-col-start-lg-7 {
    grid-column-start: 7;
  }
  .sx-col-start-lg-8 {
    grid-column-start: 8;
  }
  .sx-col-start-lg-9 {
    grid-column-start: 9;
  }
  .sx-col-start-lg-10 {
    grid-column-start: 10;
  }
  .sx-col-start-lg-11 {
    grid-column-start: 11;
  }
  .sx-col-start-lg-12 {
    grid-column-start: 12;
  }
}
.sx-col-end-2 {
  grid-column-end: 2;
}

.sx-col-end-3 {
  grid-column-end: 3;
}

.sx-col-end-4 {
  grid-column-end: 4;
}

.sx-col-end-5 {
  grid-column-end: 5;
}

@media (min-width: 768px) {
  .sx-col-end-md-2 {
    grid-column-end: 2;
  }
  .sx-col-end-md-3 {
    grid-column-end: 3;
  }
  .sx-col-end-md-4 {
    grid-column-end: 4;
  }
  .sx-col-end-md-5 {
    grid-column-end: 5;
  }
  .sx-col-end-md-6 {
    grid-column-end: 6;
  }
  .sx-col-end-md-7 {
    grid-column-end: 7;
  }
  .sx-col-end-md-8 {
    grid-column-end: 8;
  }
  .sx-col-end-md-9 {
    grid-column-end: 9;
  }
}
@media (min-width: 992px) {
  .sx-col-end-lg-2 {
    grid-column-end: 2;
  }
  .sx-col-end-lg-3 {
    grid-column-end: 3;
  }
  .sx-col-end-lg-4 {
    grid-column-end: 4;
  }
  .sx-col-end-lg-5 {
    grid-column-end: 5;
  }
  .sx-col-end-lg-6 {
    grid-column-end: 6;
  }
  .sx-col-end-lg-7 {
    grid-column-end: 7;
  }
  .sx-col-end-lg-8 {
    grid-column-end: 8;
  }
  .sx-col-end-lg-9 {
    grid-column-end: 9;
  }
  .sx-col-end-lg-10 {
    grid-column-end: 10;
  }
  .sx-col-end-lg-11 {
    grid-column-end: 11;
  }
  .sx-col-end-lg-12 {
    grid-column-end: 12;
  }
  .sx-col-end-lg-13 {
    grid-column-end: 13;
  }
}
.sx-row-span-2 {
  grid-row: span 2;
}

.sx-row-span-3 {
  grid-row: span 3;
}

.sx-row-span-4 {
  grid-row: span 4;
}

.sx-row-start-1 {
  grid-row-start: 1;
}

.sx-row-start-2 {
  grid-row-start: 2;
}

.sx-row-start-3 {
  grid-row-start: 3;
}

.sx-grid-nested {
  display: grid;
  gap: 20px;
  grid-column: 1/-1;
}

.sx-justify-self-start {
  justify-self: start;
}

.sx-justify-self-center {
  justify-self: center;
}

.sx-justify-self-end {
  justify-self: end;
}

.sx-justify-self-stretch {
  justify-self: stretch;
}

.sx-align-self-start {
  align-self: start;
}

.sx-align-self-center {
  align-self: center;
}

.sx-align-self-end {
  align-self: end;
}

.sx-align-self-stretch {
  align-self: stretch;
}

.sx-grid-justify-start {
  justify-content: start;
}

.sx-grid-justify-center {
  justify-content: center;
}

.sx-grid-justify-end {
  justify-content: end;
}

.sx-grid-justify-between {
  justify-content: space-between;
}

.sx-grid-align-start {
  align-content: start;
}

.sx-grid-align-center {
  align-content: center;
}

.sx-grid-align-end {
  align-content: end;
}

/* stylelint-disable scss/at-extend-no-missing-placeholder */
/* stylelint-enable scss/at-extend-no-missing-placeholder */
@media (min-width: 992px) {
  .sx-col-carousel-main {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}

@media (min-width: 992px) {
  .sx-col-centered {
    grid-column: 2/12;
  }
}

@media (min-width: 992px) {
  .sx-col-main-content {
    grid-column: span 8;
  }
}

@media (min-width: 992px) {
  .sx-col-sidebar {
    grid-column: span 4;
  }
}

.btn-light-on-midnight {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-midnight:focus {
  outline: none;
}
.btn-light-on-midnight:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light-on-midnight {
  background-color: #fa0;
  border-color: #ffd787;
  color: #0b0523;
}
.btn-light-on-midnight .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-midnight .btn-icon img,
.btn-light-on-midnight .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-light-on-midnight .btn-icon {
  background-color: #faf1e6;
}
.btn-light-on-midnight:hover,
.btn-light-on-midnight:active,
.btn-light-on-midnight.active {
  background-color: #faf1e6;
  border-color: #edd7c7;
  color: #0b0523;
}
.btn-light-on-midnight:hover .btn-icon,
.btn-light-on-midnight:active .btn-icon,
.btn-light-on-midnight.active .btn-icon {
  background-color: #fa0;
}
.btn-light-on-midnight:hover,
.btn-light-on-midnight:active,
.btn-light-on-midnight.active {
  text-decoration: none;
}
.btn-light-on-midnight:disabled:hover {
  background-color: #fa0;
  border-color: #ffd787;
}
.btn-light-on-midnight:disabled:hover .btn-icon {
  background-color: #faf1e6;
}

.btn-dark-on-midnight {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-midnight:focus {
  outline: none;
}
.btn-dark-on-midnight:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-dark-on-midnight {
  background-color: #110930;
  border-color: #231655;
  color: #faf1e6;
}
.btn-dark-on-midnight .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-midnight .btn-icon img,
.btn-dark-on-midnight .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-dark-on-midnight .btn-icon {
  background-color: #8196ff;
}
.btn-dark-on-midnight:hover,
.btn-dark-on-midnight:active,
.btn-dark-on-midnight.active {
  background-color: #231655;
  border-color: #36367c;
  color: #faf1e6;
  text-decoration: none;
}
.btn-dark-on-midnight:hover .btn-icon,
.btn-dark-on-midnight:active .btn-icon,
.btn-dark-on-midnight.active .btn-icon {
  background-color: #8196ff;
}
.btn-dark-on-midnight:disabled:hover {
  background-color: #110930;
  border-color: #231655;
}
.btn-dark-on-midnight:disabled:hover .btn-icon {
  background-color: #8196ff;
}

.btn-light-on-russian {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-russian:focus {
  outline: none;
}
.btn-light-on-russian:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light-on-russian {
  background-color: #fa0;
  border-color: #ffd787;
  color: #0b0523;
}
.btn-light-on-russian .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-russian .btn-icon img,
.btn-light-on-russian .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-light-on-russian .btn-icon {
  background-color: #faf1e6;
}
.btn-light-on-russian:hover,
.btn-light-on-russian:active,
.btn-light-on-russian.active {
  background-color: #faf1e6;
  border-color: #edd7c7;
  color: #0b0523;
}
.btn-light-on-russian:hover .btn-icon,
.btn-light-on-russian:active .btn-icon,
.btn-light-on-russian.active .btn-icon {
  background-color: #fa0;
}
.btn-light-on-russian:hover,
.btn-light-on-russian:active,
.btn-light-on-russian.active {
  text-decoration: none;
}
.btn-light-on-russian:disabled:hover {
  background-color: #fa0;
  border-color: #ffd787;
}
.btn-light-on-russian:disabled:hover .btn-icon {
  background-color: #faf1e6;
}

.btn-light-on-russian-2 {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-russian-2:focus {
  outline: none;
}
.btn-light-on-russian-2:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light-on-russian-2 {
  background-color: #faf1e6;
  border-color: #edd7c7;
  color: #0b0523;
}
.btn-light-on-russian-2 .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-russian-2 .btn-icon img,
.btn-light-on-russian-2 .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-light-on-russian-2 .btn-icon {
  background-color: #fa0;
}
.btn-light-on-russian-2:hover,
.btn-light-on-russian-2:active,
.btn-light-on-russian-2.active {
  background-color: #fa0;
  border-color: #ffd787;
  color: #0b0523;
}
.btn-light-on-russian-2:hover .btn-icon,
.btn-light-on-russian-2:active .btn-icon,
.btn-light-on-russian-2.active .btn-icon {
  background-color: #faf1e6;
}
.btn-light-on-russian-2:hover,
.btn-light-on-russian-2:active,
.btn-light-on-russian-2.active {
  text-decoration: none;
}
.btn-light-on-russian-2:disabled:hover {
  background-color: #faf1e6;
  border-color: #edd7c7;
}
.btn-light-on-russian-2:disabled:hover .btn-icon {
  background-color: #fa0;
}

.btn-dark-on-russian {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-russian:focus {
  outline: none;
}
.btn-dark-on-russian:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-dark-on-russian {
  background-color: #110930;
  border-color: #231655;
  color: #faf1e6;
}
.btn-dark-on-russian .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-russian .btn-icon img,
.btn-dark-on-russian .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-dark-on-russian .btn-icon {
  background-color: #8196ff;
}
.btn-dark-on-russian:hover,
.btn-dark-on-russian:active,
.btn-dark-on-russian.active {
  background-color: #fa0;
  border-color: #ffd787;
  color: #0b0523;
}
.btn-dark-on-russian:hover .btn-icon,
.btn-dark-on-russian:active .btn-icon,
.btn-dark-on-russian.active .btn-icon {
  background-color: #faf1e6;
}
.btn-dark-on-russian:hover,
.btn-dark-on-russian:active,
.btn-dark-on-russian.active {
  text-decoration: none;
}
.btn-dark-on-russian:disabled:hover {
  background-color: #110930;
  border-color: #231655;
}
.btn-dark-on-russian:disabled:hover .btn-icon {
  background-color: #8196ff;
}

.btn-light-on-onyx {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-onyx:focus {
  outline: none;
}
.btn-light-on-onyx:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light-on-onyx {
  background-color: #fa0;
  border-color: #ffd787;
  color: #0b0523;
}
.btn-light-on-onyx .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-onyx .btn-icon img,
.btn-light-on-onyx .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-light-on-onyx .btn-icon {
  background-color: #faf1e6;
}
.btn-light-on-onyx:hover,
.btn-light-on-onyx:active,
.btn-light-on-onyx.active {
  background-color: #faf1e6;
  border-color: #edd7c7;
  color: #0b0523;
}
.btn-light-on-onyx:hover .btn-icon,
.btn-light-on-onyx:active .btn-icon,
.btn-light-on-onyx.active .btn-icon {
  background-color: #fa0;
}
.btn-light-on-onyx:hover,
.btn-light-on-onyx:active,
.btn-light-on-onyx.active {
  text-decoration: none;
}
.btn-light-on-onyx:disabled:hover {
  background-color: #fa0;
  border-color: #ffd787;
}
.btn-light-on-onyx:disabled:hover .btn-icon {
  background-color: #faf1e6;
}

.btn-dark-on-onyx {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-onyx:focus {
  outline: none;
}
.btn-dark-on-onyx:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-dark-on-onyx {
  background-color: #0b0523;
  border-color: #231655;
  color: #faf1e6;
}
.btn-dark-on-onyx .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-onyx .btn-icon img,
.btn-dark-on-onyx .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-dark-on-onyx .btn-icon {
  background-color: #8196ff;
}
.btn-dark-on-onyx:hover,
.btn-dark-on-onyx:active,
.btn-dark-on-onyx.active {
  background-color: #231655;
  border-color: #36367c;
  color: #faf1e6;
  text-decoration: none;
}
.btn-dark-on-onyx:hover .btn-icon,
.btn-dark-on-onyx:active .btn-icon,
.btn-dark-on-onyx.active .btn-icon {
  background-color: #8196ff;
}
.btn-dark-on-onyx:disabled:hover {
  background-color: #0b0523;
  border-color: #231655;
}
.btn-dark-on-onyx:disabled:hover .btn-icon {
  background-color: #8196ff;
}

.btn-light-on-ivory {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-ivory:focus {
  outline: none;
}
.btn-light-on-ivory:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light-on-ivory {
  background-color: #fa0;
  border-color: #ffd787;
  color: #0b0523;
}
.btn-light-on-ivory .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-ivory .btn-icon img,
.btn-light-on-ivory .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-light-on-ivory .btn-icon {
  background-color: #faf1e6;
}
.btn-light-on-ivory:hover,
.btn-light-on-ivory:active,
.btn-light-on-ivory.active {
  background-color: #110930;
  border-color: #231655;
  color: #faf1e6;
  text-decoration: none;
}
.btn-light-on-ivory:hover .btn-icon,
.btn-light-on-ivory:active .btn-icon,
.btn-light-on-ivory.active .btn-icon {
  background-color: #8196ff;
}
.btn-light-on-ivory:disabled:hover {
  background-color: #fa0;
  border-color: #ffd787;
}
.btn-light-on-ivory:disabled:hover .btn-icon {
  background-color: #faf1e6;
}

.btn-dark-on-ivory {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-ivory:focus {
  outline: none;
}
.btn-dark-on-ivory:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-dark-on-ivory {
  background-color: #edd7c7;
  border-color: #cdb19e;
  color: #0b0523;
}
.btn-dark-on-ivory .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-ivory .btn-icon img,
.btn-dark-on-ivory .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-dark-on-ivory .btn-icon {
  background-color: #fa0;
}
.btn-dark-on-ivory:hover,
.btn-dark-on-ivory:active,
.btn-dark-on-ivory.active {
  text-decoration: none;
  background-color: #fa0;
  color: #0b0523;
}
.btn-dark-on-ivory:hover .btn-icon,
.btn-dark-on-ivory:active .btn-icon,
.btn-dark-on-ivory.active .btn-icon {
  background-color: #faf1e6;
}
.btn-dark-on-ivory:disabled:hover {
  background-color: #110930;
  border-color: #231655;
}
.btn-dark-on-ivory:disabled:hover .btn-icon {
  background-color: #8196ff;
}

.contact-map-description {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: default;
  transition: none;
  background-color: #edd7c7;
  border-color: #cdb19e;
  color: #0b0523;
}
.contact-map-description .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: none;
  background-color: #fa0;
}
.contact-map-description .btn-icon img,
.contact-map-description .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.contact-map-description:hover,
.contact-map-description:active,
.contact-map-description:focus,
.contact-map-description.active {
  background-color: #edd7c7;
  border-color: #cdb19e;
  color: #0b0523;
  text-decoration: none;
}
.contact-map-description:hover .btn-icon,
.contact-map-description:active .btn-icon,
.contact-map-description:focus .btn-icon,
.contact-map-description.active .btn-icon {
  background-color: #fa0;
}

.btn-light-on-periwinkle {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-periwinkle:focus {
  outline: none;
}
.btn-light-on-periwinkle:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light-on-periwinkle {
  background-color: #faf1e6;
  border-color: #edd7c7;
  color: #0b0523;
}
.btn-light-on-periwinkle .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-periwinkle .btn-icon img,
.btn-light-on-periwinkle .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-light-on-periwinkle .btn-icon {
  background-color: #fa0;
}
.btn-light-on-periwinkle:hover,
.btn-light-on-periwinkle:active,
.btn-light-on-periwinkle.active {
  background-color: #edd7c7;
  border-color: #cdb19e;
  color: #0b0523;
  text-decoration: none;
}
.btn-light-on-periwinkle:hover .btn-icon,
.btn-light-on-periwinkle:active .btn-icon,
.btn-light-on-periwinkle.active .btn-icon {
  background-color: #fa0;
}
.btn-light-on-periwinkle:disabled:hover {
  background-color: #faf1e6;
  border-color: #edd7c7;
}
.btn-light-on-periwinkle:disabled:hover .btn-icon {
  background-color: #fa0;
}

.btn-dark-on-periwinkle {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-periwinkle:focus {
  outline: none;
}
.btn-dark-on-periwinkle:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-dark-on-periwinkle {
  background-color: #110930;
  border-color: #231655;
  color: #faf1e6;
}
.btn-dark-on-periwinkle .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-periwinkle .btn-icon img,
.btn-dark-on-periwinkle .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-dark-on-periwinkle .btn-icon {
  background-color: #8196ff;
}
.btn-dark-on-periwinkle:hover,
.btn-dark-on-periwinkle:active,
.btn-dark-on-periwinkle.active {
  background-color: #edd7c7;
  border-color: #cdb19e;
  color: #0b0523;
  text-decoration: none;
}
.btn-dark-on-periwinkle:hover .btn-icon,
.btn-dark-on-periwinkle:active .btn-icon,
.btn-dark-on-periwinkle.active .btn-icon {
  background-color: #fa0;
}
.btn-dark-on-periwinkle:disabled:hover {
  background-color: #110930;
  border-color: #231655;
}
.btn-dark-on-periwinkle:disabled:hover .btn-icon {
  background-color: #8196ff;
}

.btn-light-on-sunflower {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-sunflower:focus {
  outline: none;
}
.btn-light-on-sunflower:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light-on-sunflower {
  background-color: #faf1e6;
  border-color: #edd7c7;
  color: #0b0523;
}
.btn-light-on-sunflower .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-sunflower .btn-icon img,
.btn-light-on-sunflower .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-light-on-sunflower .btn-icon {
  background-color: #fa0;
}
.btn-light-on-sunflower:hover,
.btn-light-on-sunflower:active,
.btn-light-on-sunflower.active {
  background-color: #edd7c7;
  border-color: #cdb19e;
  color: #0b0523;
  text-decoration: none;
}
.btn-light-on-sunflower:hover .btn-icon,
.btn-light-on-sunflower:active .btn-icon,
.btn-light-on-sunflower.active .btn-icon {
  background-color: #fa0;
}
.btn-light-on-sunflower:disabled:hover {
  background-color: #faf1e6;
  border-color: #edd7c7;
}
.btn-light-on-sunflower:disabled:hover .btn-icon {
  background-color: #fa0;
}

.btn-light-on-champagne {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-champagne:focus {
  outline: none;
}
.btn-light-on-champagne:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light-on-champagne {
  background-color: #edd7c7;
  border-color: #cdb19e;
  color: #0b0523;
}
.btn-light-on-champagne .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-champagne .btn-icon img,
.btn-light-on-champagne .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-light-on-champagne .btn-icon {
  background-color: #fa0;
}
.btn-light-on-champagne:hover,
.btn-light-on-champagne:active,
.btn-light-on-champagne.active {
  background-color: #faf1e6;
  border-color: #edd7c7;
  color: #0b0523;
  text-decoration: none;
}
.btn-light-on-champagne:hover .btn-icon,
.btn-light-on-champagne:active .btn-icon,
.btn-light-on-champagne.active .btn-icon {
  background-color: #fa0;
}
.btn-light-on-champagne:disabled:hover {
  background-color: #edd7c7;
  border-color: #cdb19e;
}
.btn-light-on-champagne:disabled:hover .btn-icon {
  background-color: #fa0;
}

.btn-dark-on-champagne {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-champagne:focus {
  outline: none;
}
.btn-dark-on-champagne:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-dark-on-champagne {
  background-color: #110930;
  border-color: #231655;
  color: #faf1e6;
}
.btn-dark-on-champagne .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dark-on-champagne .btn-icon img,
.btn-dark-on-champagne .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-dark-on-champagne .btn-icon {
  background-color: #8196ff;
}
.btn-dark-on-champagne:hover,
.btn-dark-on-champagne:active,
.btn-dark-on-champagne.active {
  background-color: #faf1e6;
  border-color: #edd7c7;
  color: #0b0523;
  text-decoration: none;
}
.btn-dark-on-champagne:hover .btn-icon,
.btn-dark-on-champagne:active .btn-icon,
.btn-dark-on-champagne.active .btn-icon {
  background-color: #fa0;
}
.btn-dark-on-champagne:disabled:hover {
  background-color: #110930;
  border-color: #231655;
}
.btn-dark-on-champagne:disabled:hover .btn-icon {
  background-color: #8196ff;
}

.btn-light-on-lavender {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-lavender:focus {
  outline: none;
}
.btn-light-on-lavender:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light-on-lavender {
  background-color: #faf1e6;
  border-color: #edd7c7;
  color: #0b0523;
}
.btn-light-on-lavender .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light-on-lavender .btn-icon img,
.btn-light-on-lavender .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}
.btn-light-on-lavender .btn-icon {
  background-color: #fa0;
}
.btn-light-on-lavender:hover,
.btn-light-on-lavender:active,
.btn-light-on-lavender.active {
  background-color: #edd7c7;
  border-color: #cdb19e;
  color: #0b0523;
  text-decoration: none;
}
.btn-light-on-lavender:hover .btn-icon,
.btn-light-on-lavender:active .btn-icon,
.btn-light-on-lavender.active .btn-icon {
  background-color: #fa0;
}
.btn-light-on-lavender:disabled:hover {
  background-color: #faf1e6;
  border-color: #edd7c7;
}
.btn-light-on-lavender:disabled:hover .btn-icon {
  background-color: #fa0;
}

.btn-sm {
  padding: 2px 10px 2px 2px;
  gap: 10px;
  font-size: 14px;
}
.btn-sm .btn-icon {
  width: 24px;
  height: 24px;
  padding: 4px;
}
.btn-sm .btn-icon img,
.btn-sm .btn-icon svg {
  width: 14px;
  height: 15px;
}

.btn-lg {
  padding: 5px 16px 5px 5px;
  gap: 16px;
  font-size: 16px;
}
.btn-lg .btn-icon {
  width: 36px;
  height: 36px;
  padding: 6px;
}
.btn-lg .btn-icon img,
.btn-lg .btn-icon svg {
  width: 20px;
  height: 21px;
}

.btn-block {
  width: 100%;
  justify-content: center;
}

.btn-no-icon {
  padding: 8px 16px;
  gap: 0;
}

.btn-icon-only {
  padding: 3px;
  gap: 0;
}
.btn-icon-only .btn-icon {
  margin: 0;
}

.button-showcase {
  padding: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.button-showcase__title {
  font-family: "fields-display", georgia, serif;
  font-size: 40px;
  font-weight: 600;
  color: #0b0523;
  margin-bottom: 32px;
  text-align: center;
}
.button-showcase__section {
  margin-bottom: 48px;
  padding: 24px;
  background-color: #faf1e6;
  border-radius: 12px;
}
.button-showcase__section-title {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  color: #0b0523;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #8196ff;
}
.button-showcase__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.button-showcase__grid--icons {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.button-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(54, 54, 124, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-showcase__item:hover {
  border-color: #8196ff;
  box-shadow: 0 4px 12px rgba(129, 150, 255, 0.15);
}
.button-showcase__label {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #36367c;
  text-align: center;
  margin-bottom: 4px;
}
.button-showcase__intro {
  margin-bottom: 32px;
  padding: 24px;
  background-color: rgba(210, 212, 255, 0.1);
  border-left: 3px solid #8196ff;
  border-radius: 4px;
}
.button-showcase__intro p {
  margin-bottom: 8px;
  color: #36367c;
  line-height: 1.176;
}
.button-showcase__intro p:last-child {
  margin-bottom: 0;
}
.button-showcase__intro p strong {
  color: #0b0523;
  font-weight: 600;
}
.button-showcase__section-description {
  margin-bottom: 16px;
  color: #36367c;
  font-size: 14px;
}
.button-showcase__bg-demo {
  margin-bottom: 24px;
  padding: 32px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch;
  justify-content: center;
}
.button-showcase__bg-demo--midnight {
  background-color: #0b0523;
}
.button-showcase__bg-demo--russian {
  background-color: #110930;
}
.button-showcase__bg-demo--onyx {
  background-color: #231655;
}
.button-showcase__bg-demo--ivory {
  background-color: #faf1e6;
}
.button-showcase__bg-demo--champagne {
  background-color: #edd7c7;
}
.button-showcase__bg-demo--sunflower {
  background-color: #fa0;
}
.button-showcase__bg-demo--periwinkle {
  background-color: #d2d4ff;
}
.button-showcase__bg-demo--lavender {
  background-color: #8196ff;
}
.button-showcase__button-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
.button-showcase__button-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.button-showcase__button-badge {
  display: inline-block;
  padding: 4px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #0b0523;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
}
.button-showcase__button-badge--dark {
  background-color: rgba(17, 9, 48, 0.9);
  color: #faf1e6;
}
.button-showcase__button-class {
  font-family: "Courier New", monospace;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.button-showcase__button-display {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
  margin-bottom: 16px;
}
.button-showcase__button-specs {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.6;
}
.button-showcase__spec-title {
  font-weight: 600;
  color: #0b0523;
  margin-bottom: 4px;
}
.button-showcase__spec-line {
  margin-bottom: 4px;
  color: #36367c;
}
.button-showcase__spec-line:last-child {
  margin-bottom: 0;
}
.button-showcase__spec-line strong {
  color: #0b0523;
  font-weight: 600;
}
.button-showcase__note {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.9);
  border-left: 3px solid #fa0;
  border-radius: 4px;
  font-size: 14px;
  color: #36367c;
}
.button-showcase__note strong {
  color: #0b0523;
  font-weight: 600;
}
.button-showcase__code-example {
  background-color: #0b0523;
  border-radius: 8px;
  overflow: hidden;
}
.button-showcase__code-example pre {
  margin: 0;
  padding: 24px;
  overflow-x: auto;
}
.button-showcase__code-example code {
  font-family: "Courier New", monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #faf1e6;
}
@media (max-width: 767px) {
  .button-showcase {
    padding: 24px;
  }
  .button-showcase__grid {
    grid-template-columns: 1fr;
  }
  .button-showcase__grid--icons {
    grid-template-columns: repeat(2, 1fr);
  }
  .button-showcase__section {
    padding: 16px;
  }
  .button-showcase__bg-demo {
    padding: 24px;
    flex-direction: column;
    gap: 24px;
  }
  .button-showcase__button-group {
    padding: 16px;
  }
  .button-showcase__button-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .button-showcase__code-example pre {
    padding: 16px;
  }
  .button-showcase__code-example code {
    font-size: 12px;
  }
}

.service-card {
  padding: 32px;
  background: #fff;
  border-radius: 8px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-card__icon {
  font-size: 48px;
  color: #007bff;
  margin-bottom: 24px;
}
.service-card__icon i {
  display: inline-block;
}
.service-card__title {
  margin-bottom: 16px;
}
.service-card__description {
  flex: 1;
  margin-bottom: 24px;
}
.service-card__description p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.service-card__link {
  margin-top: auto;
}
.service-card__button {
  display: inline-block;
  padding: 12px 24px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background 0.3s ease;
}
.service-card__button:hover {
  background: #0056b3;
}

@media (width <= 768px) {
  .service-card {
    padding: 24px;
  }
  .service-card__icon {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .service-card__title h3 {
    font-size: 20px;
  }
  .service-card__description p {
    font-size: 15px;
  }
}
@media (width <= 576px) {
  .service-card {
    padding: 20px;
  }
  .service-card__icon {
    font-size: 32px;
  }
}
.card-with-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  background-color: #edd7c7;
  border: 1px solid #cdb19e;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-with-icon__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #fa0;
  border-radius: 2px;
  flex-shrink: 0;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.card-with-icon__icon {
  display: block;
  width: 18px;
  height: 16px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.card-with-icon__heading {
  font-family: "fields-display", georgia, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.75px;
  color: #0b0523;
  margin: 0;
  flex-shrink: 0;
  width: 100%;
}

@media (max-width: 576px) {
  .card-with-icon {
    padding: 24px;
  }
}
#section-indicators .card-with-icon {
  width: 100%;
  height: 242px;
  max-width: 100%;
}
@media (min-width: 768px) {
  #section-indicators .card-with-icon {
    width: 292px;
  }
}
@media (min-width: 992px) {
  #section-indicators .card-with-icon {
    width: 313px;
  }
}

.typography-showcase {
  width: 100%;
  padding: 48px 24px;
  background: #fff;
}
.typography-showcase__header {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 2px solid #edd7c7;
}
.typography-showcase__title {
  margin-bottom: 16px;
  color: #0b0523;
}
.typography-showcase__subtitle {
  color: #7b7b7b;
  max-width: 600px;
  margin: 0 auto;
}
.typography-showcase__section {
  margin-bottom: 48px;
}
.typography-showcase__section:last-child {
  margin-bottom: 0;
}
.typography-showcase__section-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #edd7c7;
}
.typography-showcase__section-header h3 {
  margin-bottom: 8px;
  color: #0b0523;
}
.typography-showcase__section-header p {
  margin: 0;
  color: #7b7b7b;
}
.typography-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.typography-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #faf1e6;
  border: 1px solid #edd7c7;
  border-radius: 8px;
  transition: all 0.15s ease;
}
.typography-showcase__item:hover {
  border-color: #fa0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.typography-showcase__label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #edd7c7;
}
.typography-showcase__label .text-button {
  color: #0b0523;
  font-weight: 600;
}
.typography-showcase__specs {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.26px;
  color: #7b7b7b;
}
.typography-showcase__example {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  min-height: 60px;
}
.typography-showcase__example h1,
.typography-showcase__example h2,
.typography-showcase__example h3,
.typography-showcase__example p,
.typography-showcase__example span {
  margin: 0;
  color: #0b0523;
}
.typography-showcase__example .text-lavender {
  color: #8196ff;
}
.typography-showcase__example .text-midnight {
  color: #0b0523;
}
.typography-showcase__example .text-gray {
  color: #7b7b7b;
}
.typography-showcase__example .text-sunflower {
  color: #fa0;
  text-decoration: none;
  transition: all 0.15s ease;
}
.typography-showcase__example .text-sunflower:hover {
  opacity: 0.8;
}
.typography-showcase__example .ml-3 {
  margin-left: 16px;
}
.typography-showcase__usage-example {
  padding: 32px;
  background: #faf1e6;
  border: 2px solid #fa0;
  border-radius: 12px;
}
.typography-showcase__example-content {
  max-width: 800px;
}
.typography-showcase__example-content .mt-3 {
  margin-top: 16px;
}
.typography-showcase__example-content .mt-4 {
  margin-top: 24px;
}
.typography-showcase__example-content h1,
.typography-showcase__example-content h2,
.typography-showcase__example-content h3 {
  margin-bottom: 0;
}
.typography-showcase__example-content p {
  margin-bottom: 0;
}
.typography-showcase__example-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.15s ease;
}
.typography-showcase__example-content a:hover {
  transform: translateX(4px);
}
.typography-showcase .text-muted {
  color: #7b7b7b;
}
@media (max-width: 768px) {
  .typography-showcase {
    padding: 32px 16px;
  }
  .typography-showcase__header {
    margin-bottom: 32px;
  }
  .typography-showcase__section {
    margin-bottom: 32px;
  }
  .typography-showcase__item {
    padding: 16px;
  }
  .typography-showcase__usage-example {
    padding: 24px;
  }
  .typography-showcase__example {
    min-height: 50px;
  }
  .typography-showcase__example .h1-main,
  .typography-showcase__example .h2-main,
  .typography-showcase__example .h3-second {
    font-size: 30px;
    line-height: 1;
  }
  .typography-showcase__example .h3-main {
    font-size: 25px;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .typography-showcase {
    padding: 24px 8px;
  }
  .typography-showcase__item {
    padding: 8px;
  }
  .typography-showcase__specs {
    font-size: 12px;
  }
}

@media print {
  .typography-showcase {
    padding: 0;
  }
  .typography-showcase__item {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 16px;
  }
  .typography-showcase__usage-example {
    -moz-column-break-before: always;
    break-before: always;
  }
}
.color-showcase {
  width: 100%;
  padding: 48px 24px;
  background: #fff;
}
.color-showcase__header {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 2px solid #edd7c7;
}
.color-showcase__title {
  margin-bottom: 16px;
  color: #0b0523;
}
.color-showcase__subtitle {
  color: #7b7b7b;
  max-width: 600px;
  margin: 0 auto;
}
.color-showcase__sections {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.color-showcase__section {
  margin-bottom: 0;
}
.color-showcase__section-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #edd7c7;
}
.color-showcase__section-header h3 {
  margin-bottom: 8px;
  color: #0b0523;
}
.color-showcase__section-header p {
  margin: 0;
  color: #7b7b7b;
}
.color-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.color-showcase__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.15s ease;
}
.color-showcase__swatch {
  height: 117px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.color-showcase__swatch:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.color-showcase__swatch-inner {
  text-align: center;
}
.color-showcase__swatch-inner p {
  margin: 0;
  line-height: 1.2;
}
.color-showcase__swatch-inner .paragraph-main {
  margin-bottom: 4px;
}
.color-showcase__swatch-inner .text-button {
  font-size: 15px;
}
.color-showcase__info {
  padding: 16px;
  background: #faf1e6;
  border: 1px solid #edd7c7;
  border-radius: 8px;
}
.color-showcase__info p {
  margin: 0;
  margin-bottom: 8px;
}
.color-showcase__info p:last-child {
  margin-bottom: 0;
}
.color-showcase__info .text-button {
  color: #0b0523;
  font-weight: 600;
  margin-bottom: 4px;
}
.color-showcase__info code {
  padding: 2px 6px;
  background: #0b0523;
  color: #8196ff;
  border-radius: 4px;
  font-family: Monaco, "Courier New", monospace;
  font-size: 13px;
  white-space: nowrap;
}
.color-showcase__usage-examples {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 24px;
}
.color-showcase__example {
  padding: 32px;
  border-radius: 12px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.color-showcase__example:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.color-showcase__example h2,
.color-showcase__example h3 {
  margin-bottom: 16px;
}
.color-showcase__example p {
  margin-bottom: 8px;
}
.color-showcase__example p:last-child {
  margin-bottom: 0;
}
.color-showcase__example a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.15s ease;
}
.color-showcase__example a:hover {
  transform: translateX(4px);
}
.color-showcase__example.border {
  border-width: 2px;
  border-style: solid;
}
@media (min-width: 768px) {
  .color-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .color-showcase__usage-examples {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .color-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .color-showcase__usage-examples {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .color-showcase {
    padding: 32px 16px;
  }
  .color-showcase__header {
    margin-bottom: 32px;
  }
  .color-showcase__section {
    margin-bottom: 0;
  }
  .color-showcase__sections {
    gap: 32px;
  }
  .color-showcase__swatch {
    height: 100px;
  }
  .color-showcase__info {
    padding: 8px;
  }
  .color-showcase__example {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .color-showcase {
    padding: 24px 8px;
  }
  .color-showcase__swatch {
    height: 90px;
  }
  .color-showcase__swatch-inner .paragraph-main {
    font-size: 0.9375rem;
  }
  .color-showcase__swatch-inner .text-button {
    font-size: 0.8125rem;
  }
  .color-showcase__info {
    padding: 8px;
  }
  .color-showcase__info code {
    font-size: 0.75rem;
  }
}

@media print {
  .color-showcase {
    padding: 0;
  }
  .color-showcase__item {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 16px;
  }
  .color-showcase__swatch:hover {
    transform: none;
  }
  .color-showcase__example:hover {
    transform: none;
  }
}
.carousel3d-wrapper {
  width: 100%;
  position: relative;
}

.carousel3d-slider {
  width: 100%;
  height: 570px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel3d-slider canvas {
  display: block;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .carousel3d-slider canvas {
    animation: none !important;
  }
  @keyframes carousel-spin {
    to {
      transform: translate(-50%, -50%) rotate(0deg);
    }
  }
}
@media print {
  .carousel3d-wrapper {
    background: #fff;
  }
  .carousel3d-slider {
    display: none;
  }
  .carousel3d-header {
    color: #0b0523;
  }
  .carousel3d-header .h2-main,
  .carousel3d-header .paragraph-main {
    color: #0b0523;
  }
}
.carousel-navigation {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #231655;
  background: transparent;
}
.carousel-navigation__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #8196ff;
  border: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}
.carousel-navigation__btn:hover {
  opacity: 0.7;
}
.carousel-navigation__btn:active {
  transform: scale(0.95);
}
.carousel-navigation__btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.carousel-navigation__btn.swiper-button-disabled:hover {
  opacity: 0.3;
  transform: none;
}
.carousel-navigation__btn--prev .carousel-navigation__icon {
  transform: rotate(90deg);
}
.carousel-navigation__btn--next .carousel-navigation__icon {
  transform: rotate(-90deg);
}
.carousel-navigation__icon {
  width: 16px;
  height: 16px;
  display: block;
  transition: all 0.15s ease;
}

.sector-card {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
}
.sector-card__image-container {
  position: relative;
  width: 445px;
  height: 422px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0% 100%);
}
.sector-card__picture {
  width: 100%;
  height: 100%;
  display: block;
}
.sector-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.sector-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  background-color: #110930;
  border: 1px solid #231655;
  border-radius: 3px;
}
.sector-card__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #8196ff;
  border-radius: 2px;
  flex-shrink: 0;
}
.sector-card__badge-icon img {
  width: 18px;
  height: 18px;
  display: block;
}
.sector-card__badge-text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.45px;
  color: #faf1e6;
  margin: 0;
}
.sector-card__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 297px;
  flex-shrink: 0;
}
.sector-card__heading {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: #0b0523;
  margin: 0;
}
.sector-card__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sector-card__subtitle {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.51px;
  color: #36367c;
  margin: 0;
}
.sector-card__text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.51px;
  color: #36367c;
  margin: 0;
}
.sector-card .btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .sector-card {
    gap: 32px;
  }
  .sector-card__image-container {
    width: 296px;
    height: 280px;
  }
  .sector-card__content {
    width: 297px;
    flex: none;
  }
}
@media (max-width: 767px) {
  .sector-card {
    flex-direction: column;
    gap: 32px;
  }
  .sector-card__image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 445/422;
    max-height: 400px;
  }
  .sector-card__content {
    width: 100%;
  }
  .sector-card__heading {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.75px;
  }
  .sector-card__description {
    gap: 16px;
  }
  .sector-card__subtitle,
  .sector-card__text {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.45px;
  }
}

.feature-card {
  border-radius: 5px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.feature-card__title {
  margin: 0;
}
.feature-card__title-highlight {
  color: #fa0;
}
.feature-card__description {
  margin: 0;
}
.feature-card--dark {
  background-color: #110930;
  border-color: #231655;
}
.feature-card--dark .feature-card__title {
  color: #faf1e6;
}
.feature-card--dark .feature-card__description {
  color: #d2d4ff;
}
.feature-card--light {
  background-color: #faf1e6;
  border-color: #edd7c7;
}
.feature-card--light .feature-card__title {
  color: #0b0523;
}
.feature-card--light .feature-card__description {
  color: #36367c;
}
.feature-card--accent {
  background-color: #8196ff;
  border-color: #36367c;
}
.feature-card--accent .feature-card__title {
  color: #fff;
}
.feature-card--accent .feature-card__description {
  color: #faf1e6;
}

#sp-footer {
  font-size: 17px;
  position: relative;
  z-index: 2;
}
#sp-footer .container {
  padding: 0;
  max-width: 1440px;
}
#sp-footer .container-inner {
  padding: 0;
  border: none;
}
#sp-footer ul.menu.mod-menu {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#sp-footer ul.menu li {
  text-box: trim-both cap alphabetic;
}
#sp-footer #sp-footer1 {
  width: 100%;
}
#sp-footer #sx-footer {
  border-radius: 5px 5px 0 0;
}
#sp-footer .sppb-divider {
  width: 100vw;
}
@media (min-width: 1200px) {
  #sp-footer .sppb-divider {
    width: calc(100vw - 50px);
  }
}

footer a {
  color: #0b0523;
  text-decoration: none;
  transition: color 0.15s ease;
}
footer a:hover,
footer a:focus {
  color: #faf1e6;
  text-decoration: none;
}
footer a:active {
  color: #faf1e6;
}

.tabs-carousel {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
}
.tabs-carousel__tabs {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.tabs-carousel__tab {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  background-color: #110930;
  border: 1px solid #36367c;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tabs-carousel__tab:hover {
  border-color: #8196ff;
}
.tabs-carousel__tab--active {
  background-color: #231655;
  border-color: #8196ff;
}
.tabs-carousel__tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #8196ff;
  border-radius: 2px;
  flex-shrink: 0;
}
.tabs-carousel__tab-icon img {
  max-width: 18px;
  max-height: 18px;
  display: block;
}
.tabs-carousel__tab-text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.45px;
  color: #faf1e6;
}
.tabs-carousel__container {
  width: 100%;
  max-width: 1030px;
  position: relative;
}
.tabs-carousel__swiper {
  border-radius: 10px;
  overflow: hidden;
}
.tabs-carousel__swiper .swiper-wrapper {
  display: flex;
  width: 100%;
  transition: height 800ms ease;
}
.tabs-carousel__swiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
  display: block;
  border-radius: 10px;
  pointer-events: none;
  height: -moz-fit-content;
  height: fit-content;
}
.tabs-carousel__swiper .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.tabs-carousel__slide {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 10px;
  background-color: #110930;
}
.tabs-carousel__content {
  width: 500px;
  flex-shrink: 0;
  padding: 0 0 50px 50px;
}
.tabs-carousel__heading {
  color: #faf1e6;
  margin: 0;
}
.tabs-carousel__heading .text-sunflower {
  color: #fa0;
}
.tabs-carousel__list {
  list-style-type: disc;
  padding-left: 24px;
  margin: 20px 0 35px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.tabs-carousel__list-item {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.51px;
  color: #d2d4ff;
}
.tabs-carousel__list-item::marker {
  color: #d2d4ff;
}
.tabs-carousel__list-bold {
  font-weight: 600;
  color: #faf1e6;
}
.tabs-carousel .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.tabs-carousel__image-container {
  position: relative;
  width: 525px;
  height: 422px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0 5px 5px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%);
}
.tabs-carousel__picture {
  width: 100%;
  height: 100%;
  display: block;
}
.tabs-carousel__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.tabs-carousel__dropdown {
  display: none;
  position: relative;
  width: 100%;
}
.tabs-carousel__dropdown--active .tabs-carousel__dropdown-menu {
  display: block;
}
.tabs-carousel__dropdown--active .tabs-carousel__dropdown-img {
  transform: rotate(180deg);
}
.tabs-carousel__dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  padding: 3px 3px 3px 13px;
  background-color: #231655;
  border: 1px solid #8196ff;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tabs-carousel__dropdown-btn:hover {
  border-color: #8196ff;
}
.tabs-carousel__dropdown-text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.45px;
  color: #faf1e6;
  flex: 1;
  text-align: left;
}
.tabs-carousel__dropdown-icon {
  width: 30px;
  height: 30px;
  padding: 3px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #faf1e6;
}
.tabs-carousel__dropdown-img {
  width: 20px;
  height: 20px;
  display: block;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.tabs-carousel__dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background-color: #110930;
  border: 1px solid #36367c;
  border-radius: 3px;
  z-index: 20;
}
.tabs-carousel__dropdown-option {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #36367c;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.45px;
  color: #d2d4ff;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tabs-carousel__dropdown-option:last-child {
  border-bottom: none;
}
.tabs-carousel__dropdown-option:hover {
  background-color: rgba(129, 150, 255, 0.1);
  color: #faf1e6;
}
.tabs-carousel__dropdown-option--active {
  background-color: #231655;
  color: #8196ff;
}
@media (max-width: 991px) {
  .tabs-carousel__dropdown-option-icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .tabs-carousel {
    gap: 20px;
  }
  .tabs-carousel__tabs {
    display: none;
  }
  .tabs-carousel__dropdown {
    display: block;
  }
  .tabs-carousel__slide {
    flex-direction: column-reverse;
    gap: 0;
  }
  .tabs-carousel__content {
    width: 100%;
    padding: 30px;
    gap: 25px;
  }
  .tabs-carousel__image-container {
    width: 100%;
    height: 195px;
    border-radius: 10px;
    clip-path: none;
  }
}
@media (max-width: 767px) {
  .tabs-carousel {
    gap: 16px;
  }
  .tabs-carousel__tabs {
    display: none;
  }
  .tabs-carousel__dropdown {
    display: block;
    max-width: 100%;
  }
  .tabs-carousel__content {
    padding: 50px 30px 30px;
    gap: 20px;
  }
  .tabs-carousel__list {
    padding-left: 20px;
    gap: 6px;
  }
  .tabs-carousel__list-item {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.45px;
  }
  .tabs-carousel__image-container {
    height: 195px;
  }
}
@media (min-width: 992px) {
  .tabs-carousel__tabs {
    display: flex;
  }
  .tabs-carousel__dropdown {
    display: none;
  }
}

.reviews-carousel {
  position: relative;
  background: transparent;
}
.reviews-carousel.section-fullwidth {
  width: 100%;
}
@media (min-width: 992px) {
  .reviews-carousel.section-fullwidth {
    width: 100vw;
  }
}
.reviews-carousel__container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.reviews-carousel__swiper {
  overflow: visible;
}
.reviews-carousel__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.reviews-carousel__swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-shrink: 0;
}
.reviews-carousel__card {
  display: flex;
  flex-direction: column;
  background: #110930;
  border-radius: 4px;
  border: 1px solid #36367c;
  padding: 24px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  justify-content: space-between;
  width: 100%;
  min-height: 335px;
}
@media (min-width: 768px) {
  .reviews-carousel__card {
    min-height: 335px;
  }
}
@media (min-width: 992px) {
  .reviews-carousel__card {
    min-height: 335px;
  }
}
.reviews-carousel__rating {
  display: flex;
  gap: 4px;
  margin-bottom: 0;
}
.reviews-carousel__star {
  width: 20px;
  height: 20px;
  color: #cdb19e;
  opacity: 0.3;
  transition: all 0.15s ease;
}
.reviews-carousel__star--filled {
  color: #fa0;
  opacity: 1;
}
.reviews-carousel__content {
  display: flex;
  flex-direction: column;
}
.reviews-carousel__name {
  margin-bottom: 16px;
  color: #faf1e6;
}
.reviews-carousel__text {
  font-size: 17px;
  line-height: 1.176;
  color: #d2d4ff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-carousel {
  width: 100%;
  position: relative;
}
.slider-carousel__container {
  margin-bottom: 16px;
}
.slider-carousel__slide {
  width: 1023px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-carousel__controls {
  background: #110930;
  border: 1px solid #231655;
  border-radius: 5px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 184px;
  margin: 0 auto;
}
.slider-carousel__btn {
  width: 30px;
  height: 30px;
  background: #8196ff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.slider-carousel__btn:hover {
  background: rgb(154.5, 171.25, 255);
  transform: scale(1.05);
}
.slider-carousel__btn:active {
  transform: scale(0.95);
}
.slider-carousel__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.slider-carousel__btn:disabled:hover {
  transform: none;
}
.slider-carousel__btn--prev .slider-carousel__icon {
  transform: rotate(90deg);
}
.slider-carousel__btn--next .slider-carousel__icon {
  transform: rotate(-90deg);
}
.slider-carousel__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #0b0523;
}
.slider-carousel__scrollbar-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5px;
}
.slider-carousel__scrollbar {
  width: 58px;
  height: 5px;
  border-radius: 8px;
  background: #faf1e6;
  position: relative;
}
.slider-carousel__scrollbar .swiper-scrollbar-drag {
  background: #fa0;
  border-radius: 8px;
  width: 20px;
  height: 5px;
  cursor: grab;
  position: relative;
}
.slider-carousel__scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.slider-carousel .swiper {
  width: 100%;
  height: auto;
}
.slider-carousel .swiper-wrapper {
  display: flex;
}
.slider-carousel .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 576px) {
  .slider-carousel__controls {
    max-width: 100%;
    gap: 8px;
  }
  .slider-carousel__btn {
    width: 28px;
    height: 28px;
  }
  .slider-carousel__icon {
    width: 16px;
    height: 16px;
  }
}

@keyframes scrollbar-progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.certification-slide {
  width: 1030px;
  max-width: 100%;
}
.certification-slide__container {
  display: grid;
  grid-template-columns: minmax(200px, 448px) 468px;
  gap: 20px;
  background: #110930;
  padding: 10px 10px 10px 50px;
  border-radius: 10px;
  justify-content: space-between;
  min-height: 422px;
  align-items: stretch;
}
.certification-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
  gap: 20px;
}
.certification-slide__heading {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #faf1e6;
  margin: 0;
}
.certification-slide__heading .text-sunflower {
  color: #fa0;
}
.certification-slide__description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.certification-slide__text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #d2d4ff;
  margin: 0;
}
.certification-slide__text strong.text-lavender {
  font-weight: 600;
  color: #8196ff;
}
.certification-slide__text strong.text-ivory {
  font-weight: 600;
  color: #faf1e6;
}
.certification-slide__conclusion {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #faf1e6;
  margin: 0;
}
.certification-slide__card {
  background: #0b0523;
  border: 1px solid #231655;
  border-radius: 5px;
  padding: 10px 80px;
  display: flex;
  align-items: center;
}
.certification-slide__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.certification-slide__feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.certification-slide__icon {
  width: 26px;
  height: 26px;
  background: #fa0;
  border-radius: 2px;
  padding: 5px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certification-slide__icon img {
  width: 14.705px;
  height: 16px;
  display: block;
}
.certification-slide__feature-text {
  flex: 1;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #faf1e6;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media (max-width: 991px) {
  .certification-slide {
    width: 100%;
  }
  .certification-slide__container {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 30px;
  }
  .certification-slide__content {
    height: auto;
    padding: 20px 20px 0;
  }
  .certification-slide__card {
    padding: 30px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .certification-slide__container {
    gap: 20px;
  }
  .certification-slide__card {
    padding: 20px;
  }
  .certification-slide__features {
    gap: 20px;
  }
  .certification-slide__icon {
    width: 24px;
    height: 24px;
  }
  .certification-slide__icon img {
    width: 13px;
    height: 14px;
  }
}

.commissariat-slide {
  width: 1036px;
  max-width: 100%;
}
.commissariat-slide__container {
  display: grid;
  grid-template-columns: 448px 468px;
  gap: 20px;
  background: #110930;
  padding: 10px 10px 10px 50px;
  border-radius: 10px;
  justify-content: space-between;
  min-height: 422px;
  align-items: center;
}
.commissariat-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 322px;
}
.commissariat-slide__heading {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #faf1e6;
  margin: 0;
}
.commissariat-slide__heading .text-sunflower {
  color: #fa0;
}
.commissariat-slide__description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.commissariat-slide__text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #d2d4ff;
  margin: 0;
}
.commissariat-slide__text strong.text-lavender {
  font-weight: 600;
  color: #8196ff;
}
.commissariat-slide__text strong.text-ivory {
  font-weight: 600;
  color: #faf1e6;
}
.commissariat-slide__conclusion {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #faf1e6;
  margin: 0;
}
.commissariat-slide__card {
  background: #0b0523;
  border: 1px solid #231655;
  border-radius: 5px;
  padding: 10px 80px;
  display: flex;
  align-items: center;
  height: 402px;
}
.commissariat-slide__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.commissariat-slide__feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.commissariat-slide__icon {
  width: 26px;
  height: 26px;
  background: #fa0;
  border-radius: 2px;
  padding: 5px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commissariat-slide__icon img {
  width: 14.705px;
  height: 16px;
  display: block;
}
.commissariat-slide__feature-text {
  flex: 1;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #faf1e6;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media (max-width: 768px) {
  .commissariat-slide {
    width: 100%;
  }
  .commissariat-slide__container {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 30px;
  }
  .commissariat-slide__content {
    height: auto;
  }
  .commissariat-slide__card {
    padding: 30px 40px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .commissariat-slide {
    width: 100%;
  }
  .commissariat-slide__container {
    padding: 20px;
    gap: 20px;
  }
  .commissariat-slide__heading {
    font-size: 25px;
    letter-spacing: -0.75px;
  }
  .commissariat-slide__text,
  .commissariat-slide__conclusion,
  .commissariat-slide__feature-text {
    font-size: 15px;
    letter-spacing: -0.45px;
  }
  .commissariat-slide__card {
    padding: 20px;
  }
  .commissariat-slide__features {
    gap: 20px;
  }
  .commissariat-slide__icon {
    width: 24px;
    height: 24px;
  }
  .commissariat-slide__icon img {
    width: 13px;
    height: 14px;
  }
}

.slider-carousel--expertise {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

.expertise-slide__slide {
  width: 1030px;
  max-width: 100%;
  background-color: #110930;
  border-radius: 10px;
  display: flex;
  gap: 7px;
  justify-content: space-between;
  align-items: end;
  min-height: 422px;
  overflow: hidden;
}

.expertise-slide__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 448px;
  flex-shrink: 0;
  margin: 0 0 50px 50px;
}

.expertise-slide__heading {
  color: #faf1e6;
  margin: 0;
}
.expertise-slide__heading .text-sunflower {
  color: #fa0;
}

.expertise-slide__description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.expertise-slide__text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #d2d4ff;
  margin: 0;
}
.expertise-slide__text strong.text-lavender {
  font-weight: 600;
  color: #8196ff;
}

.expertise-slide__list {
  list-style-type: disc;
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.expertise-slide__list::marker,
.expertise-slide__list li::marker {
  color: #faf1e6;
}

.expertise-slide__list-item {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #faf1e6;
}
.expertise-slide__list-item::marker {
  color: #faf1e6;
}

.expertise-slide__image-container {
  position: relative;
  width: 525px;
  height: 422px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0 5px 5px;
}

.expertise-slide__picture {
  width: 100%;
  height: 100%;
  display: block;
}

.expertise-slide__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .expertise-slide__slide {
    width: 100%;
    flex-direction: column-reverse;
    min-height: auto;
    gap: 0;
  }
  .expertise-slide__content {
    width: 100%;
    padding: 32px 24px;
    gap: 20px;
    margin: 0;
  }
  .expertise-slide__image-container {
    width: 100%;
    height: 195px;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .expertise-slide__slide {
    width: 100%;
  }
  .expertise-slide__content {
    padding: 55px 30px 30px;
    gap: 18px;
    margin: 0;
  }
  .expertise-slide__text,
  .expertise-slide__list-item {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.45px;
  }
  .expertise-slide__list {
    padding-left: 20px;
    gap: 6px;
  }
  .expertise-slide__image-container {
    height: 195px;
    border-radius: 0 0 10px 10px;
  }
}
#expertise-expertise .scroll-media-switcher__container {
  grid-template-columns: minmax(600px, 823px) 297px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  #expertise-expertise .scroll-media-switcher__container {
    grid-template-columns: 1fr;
    max-width: 912px;
  }
}
@media (max-width: 767px) {
  #expertise-expertise .scroll-media-switcher__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.scroll-media-switcher {
  width: 100%;
  overflow: visible;
}
.scroll-media-switcher__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(600px, 856px) 297px;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  overflow: visible;
  position: relative;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .scroll-media-switcher__container {
    grid-template-columns: 1fr;
    max-width: 912px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .scroll-media-switcher__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.scroll-media-switcher__media {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1201px) {
  .scroll-media-switcher__media {
    position: sticky;
    top: var(--sticky-top, 30px);
    will-change: transform;
  }
}
@media (max-width: 1200px) {
  .scroll-media-switcher__media {
    display: none;
  }
}
.scroll-media-switcher__media-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 1200px) {
  .scroll-media-switcher__media-mobile {
    display: block;
  }
}
.scroll-media-switcher__media-item {
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1201px) {
  .scroll-media-switcher__media-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.scroll-media-switcher__media-item.is-active {
  opacity: 1;
  pointer-events: auto;
}
.scroll-media-switcher__image {
  width: 100%;
  height: auto;
  display: block;
}
.scroll-media-switcher__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1201px) {
  .scroll-media-switcher__content {
    gap: 60vh;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .scroll-media-switcher__content {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .scroll-media-switcher__content {
    gap: 50px;
  }
}
.scroll-media-switcher__content-item {
  min-height: 0;
}
@media (min-width: 1201px) {
  .scroll-media-switcher__content-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: var(--item-height, auto);
  }
}
@media (max-width: 1200px) {
  .scroll-media-switcher__content-item {
    min-height: auto;
    height: auto;
  }
}
.scroll-media-switcher__item-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .scroll-media-switcher__item-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .scroll-media-switcher__item-wrapper {
    gap: 16px;
  }
}
.scroll-media-switcher__text-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.scroll-media-switcher__label {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #0b0523;
  margin-bottom: 8px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .scroll-media-switcher__label {
    font-size: 15px;
    letter-spacing: -0.45px;
  }
}
.scroll-media-switcher__heading {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #0b0523;
}
@media (max-width: 768px -1) {
  .scroll-media-switcher__heading {
    margin-bottom: 25px;
  }
}
.scroll-media-switcher__description {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.176;
  letter-spacing: -0.03em;
  margin-bottom: 9px;
  color: #36367c;
}
.scroll-media-switcher .btn {
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-media-switcher__media-item {
    transition: none;
  }
}

@media (min-width: 1201px) {
  body .body-innerwrapper .scroll-media-switcher,
  .body-wrapper .body-innerwrapper .scroll-media-switcher {
    overflow-x: visible;
    overflow-y: visible;
  }
  body .sppb-section .scroll-media-switcher,
  body .sppb-row .scroll-media-switcher,
  body .sppb-column .scroll-media-switcher,
  body .sppb-addon-wrapper .scroll-media-switcher {
    overflow: visible;
  }
  body .body-innerwrapper:has(.scroll-media-switcher) {
    overflow-x: visible;
    overflow-y: visible;
  }
  body .sppb-addon-wrapper:has(.scroll-media-switcher),
  body .sppb-row:has(.scroll-media-switcher),
  body .sppb-section:has(.scroll-media-switcher) {
    overflow: visible;
  }
}
.grid-demo {
  padding: 48px 0;
  background: #faf1e6;
}
.grid-demo__section {
  margin-bottom: 96px;
  padding: 48px 16px;
}
.grid-demo__section:last-child {
  margin-bottom: 0;
}
.grid-demo__title {
  font-family: "fields-display", georgia, serif;
  font-size: 40px;
  font-weight: 600;
  color: #0b0523;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: -1.2px;
}
.grid-demo__description {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  color: #7b7b7b;
  text-align: center;
  margin-bottom: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.grid-demo__visual-grid {
  margin-bottom: 24px;
  min-height: 200px;
  align-items: stretch;
}
.grid-demo__column {
  background: linear-gradient(135deg, #fa0 0%, #ee9f00 100%);
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  position: relative;
  transition: all 0.15s ease;
}
@media (min-width: 992px) {
  .grid-demo__column {
    grid-column: span 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-demo__column:nth-child(n + 9) {
    display: none;
  }
}
@media (max-width: 767px) {
  .grid-demo__column:nth-child(n + 5) {
    display: none;
  }
}
.grid-demo__column:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.grid-demo__column-number {
  font-family: "fields-display", georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.grid-demo__card {
  background: #fff;
  border: 2px solid #edd7c7;
  border-radius: 8px;
  padding: 32px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.grid-demo__card h3 {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  color: #0b0523;
  margin-bottom: 16px;
  letter-spacing: -0.9px;
}
.grid-demo__card p {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.176;
  color: #7b7b7b;
  margin: 0;
}
.grid-demo__card:hover {
  border-color: #fa0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.grid-demo__card--sidebar {
  background: linear-gradient(135deg, #faf1e6 0%, #edd7c7 100%);
  border-color: #cdb19e;
}
.grid-demo__carousel {
  background: #0b0523;
  border: 3px solid #fa0;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 8px 24px rgba(11, 5, 35, 0.3);
}
.grid-demo__carousel-content {
  text-align: center;
}
.grid-demo__carousel-content h3 {
  font-family: "fields-display", georgia, serif;
  font-size: 40px;
  font-weight: 600;
  color: #fa0;
  margin-bottom: 24px;
  letter-spacing: -1.2px;
}
.grid-demo__carousel-content p {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.176;
  color: #fff;
  margin-bottom: 16px;
}
.grid-demo__width-indicator {
  display: inline-block;
  background: #fa0;
  color: #0b0523;
  padding: 8px 24px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  margin-top: 16px;
}
.grid-demo__info-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-demo__info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-demo__info-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-demo__info-card {
  background: #fff;
  border: 2px solid #8196ff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.grid-demo__info-card h4 {
  font-family: "fields-display", georgia, serif;
  font-size: 25px;
  font-weight: 600;
  color: #8196ff;
  margin-bottom: 16px;
  letter-spacing: -0.75px;
}
.grid-demo__info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.grid-demo__info-card ul li {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #0b0523;
  padding: 4px 0;
  border-bottom: 1px solid #d2d4ff;
}
.grid-demo__info-card ul li:last-child {
  border-bottom: none;
}
.grid-demo__info-card ul li::before {
  content: "✓";
  display: inline-block;
  margin-right: 8px;
  color: #8196ff;
  font-weight: 700;
}
.grid-demo__section--highlight {
  background: linear-gradient(135deg, #d2d4ff 0%, #fff 100%);
  border: 3px solid #8196ff;
  border-radius: 12px;
  padding: 48px;
}
.grid-demo__code-example {
  background: #0b0523;
  border-radius: 8px;
  padding: 32px;
  margin: 24px 0;
  border: 2px solid #fa0;
}
.grid-demo__code-example h4,
.grid-demo__code-example h5 {
  font-family: "fields-display", georgia, serif;
  font-size: 25px;
  font-weight: 600;
  color: #fa0;
  margin-bottom: 16px;
  letter-spacing: -0.75px;
}
.grid-demo__code-example h5 {
  font-size: 17px;
  margin-top: 24px;
}
.grid-demo__code-example h5:first-child {
  margin-top: 0;
}
.grid-demo__code-title {
  font-family: "fields-display", georgia, serif;
  color: #fa0;
  margin-bottom: 16px;
}
.grid-demo__code {
  font-family: "Courier New", monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  background: rgba(11, 5, 35, 0.5);
  padding: 24px;
  border-radius: 4px;
  overflow-x: auto;
  border-left: 4px solid #fa0;
  margin: 0;
  white-space: pre;
}
.grid-demo__note {
  background: #faf1e6;
  border-left: 4px solid #ee9f00;
  padding: 16px 24px;
  margin-top: 24px;
  border-radius: 4px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.176;
  color: #0b0523;
}
.grid-demo__note strong {
  color: #ee9f00;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.grid-demo__pattern-card {
  background: #fff;
  border: 2px solid #edd7c7;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.grid-demo__pattern-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-color: #fa0;
}
.grid-demo__pattern-card h3 {
  font-family: "fields-display", georgia, serif;
  font-size: 25px;
  font-weight: 600;
  color: #0b0523;
  margin-bottom: 16px;
  letter-spacing: -0.75px;
}
.grid-demo__pattern-card p {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.176;
  color: #7b7b7b;
  margin-bottom: 24px;
}
.grid-demo__pattern-card ul {
  list-style: none;
  padding-left: 0;
}
.grid-demo__pattern-card ul li {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #0b0523;
  padding: 4px 0;
  padding-left: 24px;
  position: relative;
}
.grid-demo__pattern-card ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #8196ff;
  font-weight: 700;
}
.grid-demo__pattern-badge {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 4px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.45px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.grid-demo__pattern-badge--a {
  background: linear-gradient(135deg, #fa0 0%, #ee9f00 100%);
  color: #0b0523;
}
.grid-demo__pattern-badge--b {
  background: linear-gradient(135deg, #8196ff 0%, #36367c 100%);
  color: #fff;
}
.grid-demo__pattern-use-cases {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #edd7c7;
}
.grid-demo__pattern-use-cases h5 {
  font-family: "fields-display", georgia, serif;
  font-size: 17px;
  font-weight: 600;
  color: #0b0523;
  margin-bottom: 16px;
  letter-spacing: -0.51px;
}
.grid-demo__pattern-examples {
  margin-top: 48px;
}
.grid-demo__subtitle {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  color: #0b0523;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: -0.9px;
}
.grid-demo__example-block {
  margin-bottom: 48px;
}
.grid-demo__example-block h4 {
  font-family: "fields-display", georgia, serif;
  font-size: 25px;
  font-weight: 600;
  color: #0b0523;
  margin-bottom: 24px;
  letter-spacing: -0.75px;
  padding-left: 24px;
  border-left: 4px solid #8196ff;
}
.grid-demo__pattern-demo {
  background: #fff;
  border: 2px solid #edd7c7;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.grid-demo__pattern-demo p {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  color: #0b0523;
  margin-bottom: 16px;
}
.grid-demo__pattern-demo--a {
  background: linear-gradient(135deg, rgba(255, 170, 0, 0.1) 0%, rgba(238, 159, 0, 0.1) 100%);
  border-color: #fa0;
  border-width: 3px;
}
.grid-demo__pattern-demo--a:hover {
  background: linear-gradient(135deg, rgba(255, 170, 0, 0.2) 0%, rgba(238, 159, 0, 0.2) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.grid-demo__pattern-demo--b {
  background: linear-gradient(135deg, rgba(129, 150, 255, 0.1) 0%, rgba(54, 54, 124, 0.1) 100%);
  border-color: #8196ff;
  border-width: 3px;
}
.grid-demo__pattern-demo--b:hover {
  background: linear-gradient(135deg, rgba(129, 150, 255, 0.2) 0%, rgba(54, 54, 124, 0.2) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.grid-demo__inline-code {
  display: inline-block;
  font-family: "Courier New", monospace;
  font-size: 13px;
  background: #0b0523;
  color: #fa0;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #edd7c7;
  font-weight: 600;
}
@media (max-width: 768px) {
  .grid-demo__section {
    padding: 32px 8px;
    margin-bottom: 32px;
  }
  .grid-demo__title {
    font-size: 30px;
  }
  .grid-demo__column {
    min-height: 100px;
    padding: 16px 8px;
  }
  .grid-demo__column-number {
    font-size: 24px;
  }
  .grid-demo__card {
    padding: 24px;
  }
  .grid-demo__card h3 {
    font-size: 25px;
  }
  .grid-demo__carousel {
    padding: 32px;
  }
  .grid-demo__carousel-content h3 {
    font-size: 30px;
  }
  .grid-demo__section--highlight {
    padding: 32px;
  }
  .grid-demo__code-example {
    padding: 16px;
  }
  .grid-demo__code {
    font-size: 12px;
    padding: 16px;
  }
  .grid-demo__pattern-card {
    padding: 24px;
  }
  .grid-demo__pattern-card h3 {
    font-size: 25px;
  }
  .grid-demo__pattern-demo {
    min-height: 80px;
    padding: 24px;
  }
  .grid-demo__inline-code {
    font-size: 11px;
  }
}

.specialisations-carousel {
  --slide-width: 300px;
  --slide-height: 404px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 32px 0;
}
.specialisations-carousel__container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.specialisations-carousel__slide {
  width: var(--slide-width);
  height: var(--slide-height);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.specialisations-carousel__image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.specialisations-carousel__image-wrapper:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.specialisations-carousel__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.specialisations-carousel__image[loading="lazy"] {
  opacity: 0;
  animation: fade-in 0.3s ease-in forwards;
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.specialisations-carousel .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.specialisations-carousel .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}
@media (max-width: 768px) {
  .specialisations-carousel {
    --slide-width: 164px;
    --slide-height: 252px;
    padding: 24px 0;
  }
  .specialisations-carousel__image-wrapper {
    border-radius: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .specialisations-carousel {
    --slide-width: 268px;
    --slide-height: 412px;
  }
}
.specialisations-carousel--fade-inactive .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.6;
}
.specialisations-carousel--scale-active
  .swiper-slide-active
  .specialisations-carousel__image-wrapper {
  transform: scale(1.05);
}
.specialisations-carousel:focus-visible {
  outline: 2px solid #fa0;
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .specialisations-carousel .swiper-slide,
  .specialisations-carousel .specialisations-carousel__image,
  .specialisations-carousel .specialisations-carousel__image-wrapper {
    transition: none;
  }
  .specialisations-carousel .specialisations-carousel__image-wrapper:hover {
    transform: none;
  }
}

.specialisations-slide {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1030px;
}
@media (max-width: 767px) {
  .specialisations-slide {
    gap: 60px;
  }
}

.specialisations-slide__top-section {
  display: block;
}
@media (min-width: 1200px) {
  .specialisations-slide__top-section {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 411px 505px;
  }
}

.specialisations-slide__title-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.specialisations-slide__title {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #faf1e6;
  margin: 0;
}
.specialisations-slide__title .text-sunflower {
  color: #fa0;
}

.specialisations-slide__subtitle {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #d2d4ff;
  margin: 0;
}

.specialisations-slide__subtitle-bold {
  font-weight: 600;
  color: #8196ff;
}

.specialisations-slide__example-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.specialisations-slide__example-heading {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #faf1e6;
  margin: 0;
}
@media (max-width: 1200px) {
  .specialisations-slide__example-heading {
    margin-top: 20px;
  }
}

.specialisations-slide__example-text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #edd7c7;
  margin: 0;
}
.specialisations-slide__example-text .text-sunflower-bold {
  font-weight: 600;
  color: #fa0;
}

.specialisations-slide__mission-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 767px) {
  .specialisations-slide__mission-wrapper {
    gap: 24px;
  }
}

.specialisations-slide__mission-heading {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #faf1e6;
  margin: 0;
}
.specialisations-slide__mission-heading .text-lavender {
  color: #8196ff;
}

.specialisations-slide__cards-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(216px, 1fr));
}
@media (max-width: 767px) {
  .specialisations-slide__cards-grid {
    grid-template-columns: 1fr;
  }
}

.specialisations-slide__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 163px;
  padding: 25px;
  background: #110930;
  border: 1px solid #36367c;
  border-radius: 5px;
  gap: 10px;
}
@media (max-width: 767px) {
  .specialisations-slide__card {
    min-height: 140px;
    padding: 20px;
  }
}

.specialisations-slide__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #8196ff;
  border-radius: 2px;
  flex-shrink: 0;
  padding: 5px;
}
.specialisations-slide__card-icon img {
  width: 16px;
  height: 18px;
  display: block;
}

.specialisations-slide__card-description {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #faf1e6;
  margin: 0;
}

@media (max-width: 767px) {
  .specialisations-slide__title-section,
  .specialisations-slide__example-section {
    width: 100%;
  }
  .specialisations-slide__title,
  .specialisations-slide__mission-heading {
    font-size: 25px;
    letter-spacing: -0.75px;
  }
}
#specialisations-tabs .tabs-carousel {
  align-items: flex-start;
  gap: 50px;
}
@media (min-width: 1200px) {
  #specialisations-tabs .tabs-carousel {
    gap: 75px;
  }
}
#specialisations-tabs .tabs-carousel__swiper {
  background: transparent;
}
#specialisations-tabs {
  /* stylelint-disable-next-line selector-class-pattern */
}
#specialisations-tabs .tabs-carousel__tab--active {
  border-color: #fa0;
}
#specialisations-tabs .tabs-carousel__tab--active .tabs-carousel__tab-icon {
  background-color: #fa0;
}

.section-media {
  width: 100%;
  position: relative;
}
.section-media__image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-media__image {
    margin-left: -90px;
  }
}
.section-media__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.section-media__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.section-media__img[loading="lazy"] {
  opacity: 0;
  animation: fade-in 0.3s ease-in forwards;
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.section-media__content {
  display: flex;
  align-items: center;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .section-media__content {
    padding: 125px 0;
  }
}
.section-media__content-wrapper {
  width: 100%;
}
.section-media__surtitre {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.176;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-media__title {
  font-family: "fields-display", georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.2px;
  margin-bottom: auto;
  margin-top: 0;
}
@media (max-width: 768px) {
  .section-media__title {
    font-size: 30px;
    letter-spacing: -0.9px;
  }
}
.section-media__title-segment {
  display: inline;
}
.section-media__description {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.03em;
  margin-top: auto;
  margin-bottom: 24px;
}
.section-media__description strong {
  font-weight: 600;
}
.section-media__button {
  margin-top: 24px;
}
.section-media .color-sunflower {
  color: #fa0;
}
.section-media .color-ivory {
  color: #faf1e6;
}
.section-media .color-lavender {
  color: #8196ff;
}
.section-media .color-champagne {
  color: #edd7c7;
}
.section-media .color-white {
  color: #fff;
}
.section-media .color-midnight {
  color: #0b0523;
}
.section-media .color-onyx {
  color: #231655;
}
@media (min-width: 992px) {
  .section-media--reverse .section-media__image {
    margin-left: 0;
    margin-right: -90px;
    grid-column-start: 8;
  }
}
@media (min-width: 992px) {
  .section-media--reverse .section-media__content {
    grid-column-start: 2;
    grid-column-end: 7;
  }
}
@media (max-width: 768px) {
  .section-media__image {
    margin-bottom: 24px;
  }
  .section-media__content {
    padding: 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-media__image {
    margin-bottom: 32px;
  }
  .section-media__content {
    padding: 32px 0;
  }
}

.info-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.info-item__icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background-color: #fa0;
  border-radius: 2px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-item__icon img {
  display: block;
  width: 14.705px;
  height: 16px;
}
.info-item__text {
  flex: 1;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.51px;
  margin: 0;
}

.media-display__media {
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .media-display__media {
    margin: 0 0 0 -90px;
  }
}
.media-display__picture {
  display: block;
  width: 100%;
  background-color: #faf1e6;
  border-radius: 5px;
  overflow: hidden;
  min-height: 400px;
}
@media (min-width: 992px) {
  .media-display__picture {
    height: 784px;
  }
}
.media-display__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-display__img[loading="lazy"] {
  opacity: 0;
  animation: fade-in 0.3s ease-in forwards;
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.media-display__content {
  padding: 32px 0;
}
@media (min-width: 992px) {
  .media-display__content {
    padding: 125px 0;
  }
}
.media-display__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.media-display__subtitle {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.176;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #36367c;
}
.media-display__title {
  font-family: "fields-display", georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #0b0523;
}
@media (min-width: 992px) {
  .media-display__title {
    font-size: 40px;
    line-height: 1;
  }
}
.media-display__description {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.03em;
  color: #36367c;
}
.media-display__description p {
  margin-bottom: 10px;
}
.media-display__description p:last-child {
  margin-bottom: 0;
}
.media-display__description strong {
  font-weight: 600;
  color: #0b0523;
}
.media-display__buttons {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .media-display__buttons {
    flex-direction: column;
    gap: 16px;
  }
}

.creation-slide {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 1030px;
  padding: 50px;
  background-color: #110930;
  border-radius: 10px;
}
@media (width >= 1200px) {
  .creation-slide {
    padding: 50px 200px 50px 50px;
  }
}
@media (max-width: 767px) {
  .creation-slide {
    gap: 60px;
    padding: 50px 30px 30px;
  }
}

.creation-slide__title-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 448px;
}

.creation-slide__title {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #faf1e6;
  margin: 0;
}
.creation-slide__title .text-sunflower {
  color: #fa0;
}

.creation-slide__subtitle {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #d2d4ff;
  margin: 0;
}

.creation-slide__subtitle-bold {
  font-weight: 600;
  color: #8196ff;
}

.creation-slide__mission-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 767px) {
  .creation-slide__mission-wrapper {
    gap: 24px;
  }
}

.creation-slide__mission-heading {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #faf1e6;
  margin: 0;
}
.creation-slide__mission-heading .text-lavender {
  color: #8196ff;
}

.creation-slide__cards-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .creation-slide__cards-grid {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }
}
@media (min-width: 992px) {
  .creation-slide__cards-grid {
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 40px;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
  }
}

.creation-slide__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  gap: 10px;
  min-height: 55px;
}

.creation-slide__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fa0;
  border-radius: 2px;
  flex-shrink: 0;
  padding: 5px;
}
.creation-slide__card-icon img {
  width: 16px;
  height: 18px;
  display: block;
}

.creation-slide__card-description {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #faf1e6;
  margin: 0;
}

@media (max-width: 767px) {
  .creation-slide__title,
  .creation-slide__mission-heading {
    font-size: 25px;
    letter-spacing: -0.75px;
  }
}
#creation-carousel .tabs-carousel {
  align-items: flex-start;
}
#creation-carousel .tabs-carousel__swiper {
  background: transparent;
}
#creation-carousel {
  /* stylelint-disable-next-line selector-class-pattern */
}
#creation-carousel .tabs-carousel__tab--active {
  border-color: #8196ff;
  background-color: #231655;
}
#creation-carousel .tabs-carousel__tab--active .tabs-carousel__tab-icon {
  background-color: #8196ff;
}

.autres-expertises-slide {
  display: flex;
  flex-direction: column;
  max-width: 1030px;
  background-color: #110930;
  border-radius: 10px;
  overflow: hidden;
  gap: 50px;
}
@media (min-width: 992px) {
  .autres-expertises-slide {
    flex-direction: row;
    align-items: flex-end;
    padding: 0;
    gap: 0;
    justify-content: space-between;
  }
}

.autres-expertises-slide__content {
  display: flex;
  gap: 25px;
  flex-direction: column;
  order: 2;
  padding: 0 30px 30px;
}
@media (min-width: 992px) {
  .autres-expertises-slide__content {
    max-width: 448px;
    padding: 0;
    margin-left: 50px;
    margin-bottom: 50px;
    order: 1;
  }
}

.autres-expertises-slide__text-section {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.autres-expertises-slide__text-section a {
  width: -moz-fit-content;
  width: fit-content;
}

.autres-expertises-slide__title {
  font-family: "fields-display", georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #faf1e6;
  margin: 0;
}
@media (max-width: 767px) {
  .autres-expertises-slide__title {
    font-size: 25px;
    letter-spacing: -0.75px;
  }
}

.autres-expertises-slide__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.autres-expertises-slide__bullet-item {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  color: #d2d4ff;
  padding-left: 25.5px;
  position: relative;
}
.autres-expertises-slide__bullet-item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #d2d4ff;
  border-radius: 50%;
}

.autres-expertises-slide__media {
  order: 1;
}
@media (min-width: 992px) {
  .autres-expertises-slide__media {
    order: 2;
    flex-shrink: 0;
  }
}

.autres-expertises-slide__picture {
  display: block;
  width: 100%;
  line-height: 0;
}
@media (min-width: 992px) {
  .autres-expertises-slide__picture {
    max-height: 321px;
    overflow: hidden;
  }
}

.autres-expertises-slide__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .autres-expertises-slide__image {
    width: 525px;
    max-height: 321px;
  }
}

.axes-slide {
  width: 100%;
  max-width: 1030px;
}
.axes-slide__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #110930;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .axes-slide__container {
    flex-direction: row;
    gap: clamp(40px, 6.8vw, 70px);
    padding: 10px;
    align-items: stretch;
  }
}
.axes-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  gap: 15px;
}
@media (min-width: 992px) {
  .axes-slide__content {
    max-width: 420px;
    flex-shrink: 0;
    gap: 20px;
    padding: 40px;
  }
}
.axes-slide__heading {
  font-family: "fields-display", georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.75px;
  color: #faf1e6;
  margin: 0;
}
@media (min-width: 992px) {
  .axes-slide__heading {
    font-size: clamp(28px, 2.9vw, 30px);
    letter-spacing: -0.9px;
  }
}
.axes-slide__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.axes-slide__description .btn-light-on-russian {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .axes-slide__description {
    gap: clamp(25px, 3.4vw, 35px);
  }
}
.axes-slide__text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.45px;
  color: #d2d4ff;
  margin: 0;
}
.axes-slide__text strong.text-lavender {
  font-weight: 600;
  color: #8196ff;
}
.axes-slide__text strong.text-ivory {
  font-weight: 600;
  color: #faf1e6;
}
@media (min-width: 992px) {
  .axes-slide__text {
    font-size: clamp(16px, 1.65vw, 17px);
    letter-spacing: -0.51px;
  }
}
.axes-slide__card {
  background: #0b0523;
  border: 1px solid #231655;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .axes-slide__card {
    max-width: 550px;
    flex: 1;
    flex-shrink: 1;
    padding: 70px;
  }
}
.axes-slide__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
@media (min-width: 992px) {
  .axes-slide__features {
    gap: clamp(20px, 2.4vw, 25px);
  }
}
.axes-slide__feature {
  display: flex;
  gap: 12px;
  align-items: center;
}
.axes-slide__icon {
  width: 24px;
  height: 24px;
  background: #fa0;
  border-radius: 2px;
  padding: 5px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.axes-slide__icon img {
  width: 13px;
  height: 14px;
  display: block;
}
@media (min-width: 992px) {
  .axes-slide__icon {
    width: clamp(24px, 2.5vw, 26px);
    height: clamp(24px, 2.5vw, 26px);
  }
  .axes-slide__icon img {
    width: clamp(13px, 1.4vw, 14.705px);
    height: clamp(14px, 1.55vw, 16px);
  }
}
.axes-slide__feature-text {
  flex: 1;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.45px;
  color: #faf1e6;
  text-box: trim-both cap alphabetic;
}
@media (min-width: 992px) {
  .axes-slide__feature-text {
    font-size: clamp(16px, 1.65vw, 17px);
    letter-spacing: -0.51px;
  }
}

.axes-tabs-carousel {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
  background-color: transparent;
}
.axes-tabs-carousel__tabs {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.axes-tabs-carousel__tab {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  background-color: #110930;
  border: 1px solid #36367c;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.axes-tabs-carousel__tab:hover {
  border-color: #8196ff;
}
.axes-tabs-carousel__tab--active,
.axes-tabs-carousel__tab.tabs-carousel__tab--active {
  background-color: #231655;
  border-color: #8196ff;
}
.axes-tabs-carousel__tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #8196ff;
  border-radius: 2px;
  flex-shrink: 0;
}
.axes-tabs-carousel__tab-icon img {
  max-width: 18px;
  max-height: 18px;
  display: block;
}
.axes-tabs-carousel__tab-text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.45px;
  color: #faf1e6;
}
.axes-tabs-carousel__container {
  width: 100%;
  max-width: 1030px;
  position: relative;
}
.axes-tabs-carousel__swiper {
  border-radius: 10px;
  overflow: visible;
}
.axes-tabs-carousel__swiper .swiper-wrapper {
  display: flex;
  width: 100%;
}
.axes-tabs-carousel__swiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
}
.axes-tabs-carousel__swiper .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
@media (max-width: 991px) {
  .axes-tabs-carousel {
    gap: 20px;
  }
  .axes-tabs-carousel__tabs {
    display: none;
  }
  .axes-tabs-carousel__dropdown {
    display: block;
  }
}
@media (min-width: 992px) {
  .axes-tabs-carousel__tabs {
    display: flex;
  }
  .axes-tabs-carousel__dropdown {
    display: none;
  }
}

.partenaires-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  .partenaires-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .partenaires-grid {
    grid-template-columns: 1fr;
  }
}

.partenaires-card {
  border: 1px solid #36367c;
  border-radius: 5px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 232px;
}
.partenaires-card__icon {
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  flex-shrink: 0;
}
.partenaires-card__icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.partenaires-card__content {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.partenaires-card__title {
  font-family: "fields-display", georgia, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.75px;
  margin: 0;
}
.partenaires-card__description {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  margin: 0;
}

#creation-expertises-carousel .tabs-carousel {
  align-items: center;
}
#creation-expertises-carousel .tabs-carousel__swiper {
  background: transparent;
}
#creation-expertises-carousel {
  /* stylelint-disable-next-line selector-class-pattern */
}
#creation-expertises-carousel .tabs-carousel__tab--active {
  border-color: #8196ff;
  background-color: #231655;
}
#creation-expertises-carousel .tabs-carousel__tab--active .tabs-carousel__tab-icon {
  background-color: #8196ff;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 45px 30px 30px;
  border: 1px solid #d2d4ff;
  border-radius: 5px;
  width: 100%;
}
.banner__content {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner__description {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.51px;
  margin: 0;
}
.banner__cta {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 15px;
  }
  .banner__cta {
    width: 100%;
  }
  .banner__cta .sx-btn {
    width: 100%;
    justify-content: center;
  }
}

.navbar a,
.navbar a:hover,
.navbar a:focus,
.navbar a:active,
.navbar a:visited,
.sp-header a,
.sp-header a:hover,
.sp-header a:focus,
.sp-header a:active,
.sp-header a:visited {
  text-decoration: none !important;
}

.sp-header {
  z-index: 50;
  width: 100%;
  overflow: visible;
}

#sp-header {
  height: 0;
}
#sp-header .container {
  max-width: unset;
}
#sp-header .sp-module {
  width: 94%;
  margin: auto;
}

.navbar {
  width: 100%;
  overflow: visible;
  padding: 0;
}
.navbar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 10px 15px;
  background-color: #110930;
  backdrop-filter: blur(10px);
  border: 1px solid #36367c;
  border-radius: 0 0 5px 5px;
  max-width: 1274.65px;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    backdrop-filter 0.3s ease;
}
@media (max-width: 1400px) {
  .navbar__container {
    max-width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .navbar__container {
    max-width: 98%;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .navbar__container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar__logo {
  flex-shrink: 0;
}
.navbar__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.navbar__logo img {
  height: 26.98px;
  width: auto;
  display: block;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar__logo img {
    height: 24px;
  }
}
@media (min-width: 992px) and (width <= 1100px) {
  .navbar__logo img {
    height: 22px;
  }
}
.navbar__menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .navbar__menu {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .navbar__menu {
    gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar__menu {
    gap: 12px;
  }
}
.navbar__item {
  margin: 0;
  padding: 0;
}
.navbar__link {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.45px;
  color: #d2d4ff;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
}
.navbar__link:hover {
  color: #faf1e6;
}
.navbar__link--active {
  color: #faf1e6;
}
.navbar__cta--desktop {
  display: none;
}
@media (min-width: 992px) {
  .navbar__cta--desktop {
    display: block;
  }
}
.navbar__cta-btn {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  background-color: #fa0;
  border: 1px solid #ffd787;
  border-radius: 3px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar__cta-btn {
    gap: 10px;
    padding: 3px 10px 3px 3px;
  }
}
.navbar__cta-btn:hover {
  opacity: 0.9;
}
.navbar__cta-text {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.45px;
  color: #0b0523;
}
.navbar__mobile-actions {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar__mobile-actions {
    display: none;
  }
}
.navbar__mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.navbar__mobile-btn:hover {
  opacity: 0.9;
}
.navbar__mobile-btn--contact {
  background-color: #fa0;
  border-color: #ffd787;
}
.navbar__mobile-btn--burger {
  background-color: #8196ff;
  border-color: #d2d4ff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px;
}
.navbar__mobile-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #faf1e6;
  border-radius: 2px;
}
.navbar__mobile-btn-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: none;
  object-fit: none;
}
.navbar__offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0s 0.3s,
    opacity 0.3s ease;
}
.navbar__offcanvas.is-open {
  visibility: visible;
  opacity: 1;
  transition:
    visibility 0s 0s,
    opacity 0.3s ease;
}
.navbar__offcanvas.is-open .navbar__panel {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .navbar__offcanvas {
    display: none;
  }
}
.navbar__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 5, 35, 0.7);
  cursor: pointer;
}
.navbar__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: #110930;
  border-left: 1px solid #36367c;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.navbar__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #faf1e6;
  transition: opacity 0.2s ease;
}
.navbar__close:hover {
  opacity: 0.7;
}
.navbar__close-icon {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}
.navbar__offcanvas-nav {
  padding: 80px 30px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar__offcanvas-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.navbar__offcanvas-item {
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(20px);
}
.navbar__offcanvas-link {
  display: block;
  width: 342px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 30px;
  background-color: #231655;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.51px;
  color: #d2d4ff;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.navbar__offcanvas-link:hover {
  background-color: rgb(40.0046728972, 25.1457943925, 97.1542056075);
  color: #faf1e6;
}
.navbar__offcanvas-link--active {
  background-color: #36367c;
  color: #faf1e6;
  font-weight: 600;
}
.navbar__offcanvas-cta {
  margin-top: 10px;
}
.navbar__offcanvas-cta .btn-light-on-russian {
  width: 100%;
}
.navbar__offcanvas-item.is-animating {
  animation: menu-item-fade-up 0.4s ease forwards;
}

@keyframes menu-item-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.navbar-open {
  overflow: hidden;
}

#contactForm {
  background-color: #faf1e6;
  padding: 24px;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 650px;
}
@media (max-width: 767px) {
  #contactForm {
    max-width: 100%;
    padding: 16px;
    gap: 16px;
  }
}
#contactForm .formContainer {
  padding: 0 !important;
}
#contactForm .formContainer .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#contactForm .formContainer [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#contactForm .formContainer > .row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px;
}
@media (max-width: 768px) {
  #contactForm .formContainer > .row {
    flex-direction: column;
  }
}
#contactForm .formContainer > .row > .col-md-6 {
  flex: 1 1 calc(50% - 2.5px) !important;
  width: auto !important;
  max-width: none !important;
}
@media (max-width: 768px) {
  #contactForm .formContainer > .row > .col-md-6 {
    flex: 1 1 100% !important;
    width: 100% !important;
  }
}
#contactForm .formContainer > .row > .col-md-12 {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
#contactForm .rsform-block.row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#contactForm .rsform-block.row:last-child {
  margin-bottom: 0 !important;
}
#contactForm .rsform-block .col-sm-3.formControlLabel,
#contactForm .rsform-block .col-form-label.formControlLabel {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#contactForm .rsform-block .col-sm-9.formControls {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
#contactForm .rsform-block-consent .col-sm-3.formControlLabel,
#contactForm .rsform-block-consent span.formControlLabel {
  display: none !important;
}
#contactForm .rsform-block-consent .col-sm-9.formControls {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
}
#contactForm .rsform-block-submit .col-sm-3.formControlLabel,
#contactForm .rsform-block-submit span.formControlLabel {
  display: none !important;
}
#contactForm .rsform-block-submit .col-sm-9.formControls {
  display: flex !important;
  align-items: flex-start;
}
#contactForm .rsform-block,
#contactForm .rsform-block-wrapper {
  padding: 0 !important;
}
#contactForm .form-control {
  background-color: transparent !important;
  box-shadow: none !important;
}
#contactForm .form-check {
  display: flex;
  padding: 0;
  gap: 12px;
  margin-top: 10px;
}
#contactForm .formRequired {
  color: #0b0523;
}
#contactForm .formValidation {
  display: block;
  font-size: 15px;
  color: #dc3545;
  margin-top: 5px;
  font-weight: 400;
}

#contactForm .form-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

#contactForm .form-row {
  display: flex;
  gap: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  #contactForm .form-row {
    flex-direction: column;
  }
}

#contactForm .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

#contactForm .form-group.full-width {
  flex: 1 1 100%;
}

#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="tel"],
#contactForm textarea,
#contactForm select {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  color: #0b0523;
  background-color: transparent;
  border: 1px solid #edd7c7;
  border-radius: 2px;
  padding: 12px 15px 12px 12px;
  width: 100%;
  transition: border-color 0.2s ease;
  position: relative;
  z-index: 2;
}
#contactForm input[type="text"]::-moz-placeholder,
#contactForm input[type="email"]::-moz-placeholder,
#contactForm input[type="tel"]::-moz-placeholder,
#contactForm textarea::-moz-placeholder,
#contactForm select::-moz-placeholder {
  color: #0b0523;
  opacity: 1;
  font-weight: 600;
}
#contactForm input[type="text"]::placeholder,
#contactForm input[type="email"]::placeholder,
#contactForm input[type="tel"]::placeholder,
#contactForm textarea::placeholder,
#contactForm select::placeholder {
  color: #0b0523;
  opacity: 1;
  font-weight: 600;
}
#contactForm input[type="text"]:focus,
#contactForm input[type="email"]:focus,
#contactForm input[type="tel"]:focus,
#contactForm textarea:focus,
#contactForm select:focus {
  outline: none;
  border-color: #8196ff;
  background-color: rgba(129, 150, 255, 0.05);
}
#contactForm input[type="text"].error,
#contactForm input[type="text"].is-invalid,
#contactForm input[type="email"].error,
#contactForm input[type="email"].is-invalid,
#contactForm input[type="tel"].error,
#contactForm input[type="tel"].is-invalid,
#contactForm textarea.error,
#contactForm textarea.is-invalid,
#contactForm select.error,
#contactForm select.is-invalid {
  border-color: #dc3545;
}

#contactForm textarea {
  min-height: 154px;
  resize: vertical;
  align-items: flex-start;
}

#contactForm .checkbox-container {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 8px;
}

#contactForm input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 1px solid #edd7c7;
  border-radius: 1px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}
#contactForm input[type="checkbox"]:checked {
  background-color: #fa0;
  border-color: #fa0;
}
#contactForm input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#contactForm input[type="checkbox"]:focus {
  outline: none;
  border-color: #8196ff;
}

#contactForm .checkbox-label {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.176;
  letter-spacing: -0.03em;
  color: #0b0523;
  margin: 0;
  padding: 0;
  position: static;
  border: none;
  pointer-events: auto;
  cursor: pointer;
  flex: 1;
}

.rsform-type-submitbutton {
  margin-top: 30px;
}

#contactForm .error-message,
#contactForm .invalid-feedback {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #dc3545;
  margin-top: 5px;
  display: block;
}

#contactForm .success-message {
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.176;
  color: #28a745;
  padding: 16px;
  background-color: rgba(40, 167, 69, 0.1);
  border-radius: 3px;
  margin-bottom: 16px;
}

@media (prefers-reduced-motion: reduce) {
  #contactForm * {
    transition: none !important;
  }
}
.fixed-contact-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9998;
  width: 100%;
  max-width: 650px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .fixed-contact-container {
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    max-width: 100%;
    padding: 0 8px;
  }
}

.button-bar {
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.button-group {
  background-color: #faf1e6;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  display: flex;
  gap: 5px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .button-group {
    padding: 5px;
    border-radius: 5px 5px 0 0;
  }
}

.open-button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 3px 13px 3px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-family:
    "Manrope",
    -apple-system,
    blinkmacsystemfont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  background-color: #fa0;
  border-color: #ffd787;
  color: #0b0523;
}
.open-button .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 2px;
  flex-shrink: 0;
  background-color: #faf1e6;
}
.open-button .btn-icon img,
.open-button .btn-icon svg {
  width: 17px;
  height: 18px;
  display: block;
}

.close-button {
  flex-shrink: 0;
  display: none;
  border-color: #d2d4ff;
  background-color: #8196ff;
}
.fixed-contact-container.active .close-button {
  display: inline-flex;
}
.close-button .btn-icon {
  background-color: #faf1e6;
  border: 1px solid #8196ff;
  box-sizing: border-box;
}
.close-button:hover .btn-icon,
.close-button:active .btn-icon,
.close-button.active .btn-icon {
  border-color: #d2d4ff;
}

.form-body {
  background-color: #faf1e6;
  border-radius: 10px 10px 0 0;
  overflow-y: auto;
  max-height: 0;
  transform-origin: top;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.4s ease;
}
.fixed-contact-container.active .form-body {
  max-height: 80vh;
}
@media (max-width: 768px) {
  .fixed-contact-container.active .form-body {
    max-height: 85vh;
  }
}

@media (max-width: 768px) {
  .fixed-contact-container {
    border-radius: 10px 10px 0 0;
  }
  .button-group {
    padding: 5px;
  }
  .form-body {
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 768px) {
  body.fixed-contact-open {
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fixed-contact-container,
  .close-button,
  .form-body {
    transition: none;
  }
}
.fixed-contact-container.loading {
  pointer-events: none;
  opacity: 0.6;
}
.fixed-contact-container.loading .form-body::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid #edd7c7;
  border-top-color: #8196ff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.button-group .btn-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.button-group .btn-icon img,
.button-group .btn-icon svg {
  width: 17px;
  height: 18px;
}

/**
 * Parallax Background Utility Classes
 *
 * Usage: Add classes to sections in SP Page Builder
 * Example: <section class="parallax-bg parallax-bg--arrow">
 *
 * Available variants:
 * - Arrow patterns: arrow, arrow-champagne, arrow-periwinkle, arrow-midnight
 * - Silex patterns: silex, silex-lavender, silex-midnight, silex-white
 *
 * Note: Desktop uses background-attachment: fixed for native CSS parallax
 *       Mobile JS changes to scroll to prevent iOS background issues
 */
.parallax-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: inherit;
  background-attachment: fixed;
}
.parallax-bg--arrow {
  background-image: url("/files/bg/bg_arrow_2x.webp");
}
.parallax-bg--arrow-champagne {
  background-image: url("/files/bg/arrow-champagne_2x.webp");
}
.parallax-bg--arrow-periwinkle {
  background-image: url("/files/bg/bg_arrow_periwinkle_2x.webp");
}
.parallax-bg--arrow-midnight {
  background-image: url("/files/bg/arrow-midnight.webp");
}
.parallax-bg--arrow-entrrepreneuriat {
  background-image: url("/files/bg/bg_entrrepreneuriat_2x.webp");
}
.parallax-bg--silex {
  background-image: url("/files/bg/bg_silex_2x.webp");
  background-size: contain;
}
.parallax-bg--silex-desert {
  background-image: url("/files/bg/silex_desert_2x.webp");
  background-size: contain;
}
@media (width <= 767px) {
  .parallax-bg--silex-desert {
    background-image: url("/files/bg/silex_desert_mob_2x.webp");
  }
}
.parallax-bg--silex-lavender {
  background-image: url("/files/bg/silex_lavender_mob_2x.webp");
  background-size: contain;
}
@media (min-width: 768px) {
  .parallax-bg--silex-lavender {
    background-image: url("/files/bg/silex_lavender_tab_2x.webp");
  }
}
@media (min-width: 1200px) {
  .parallax-bg--silex-lavender {
    background-image: url("/files/bg/silex_lavender_2x.webp");
  }
}
.parallax-bg--silex-midnight {
  background-image: url("/files/bg/silex_midnight_mob_2x.webp");
  background-size: contain;
}
@media (min-width: 768px) {
  .parallax-bg--silex-midnight {
    background-image: url("/files/bg/silex_midnight_tab_2x.webp");
  }
}
@media (min-width: 1200px) {
  .parallax-bg--silex-midnight {
    background-image: url("/files/bg/silex_midnight_2x.webp");
  }
}
.parallax-bg--silex-white {
  background-image: url("/files/bg/silex_white_2x.webp");
  background-size: contain;
}

@media (max-width: 991px) {
  #section-presentation #column-wrap-id-c55cdf0f-f666-417a-a481-1fedf14a6f62 {
    padding: 0;
  }
}
#section-presentation {
  /* Addon wrapper target for 100% height */
}
#section-presentation #sppb-addon-wrapper-9a1b39ca-e869-492a-9534-cc7057c78748 {
  height: 100%;
}

#section-review {
  position: relative;
}
#section-review::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 90%;
  background-image: url("/files/section-review/avis_clients_retours_experience_cabinet_expert_comptable_2x.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-attachment: scroll;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
#section-review .sppb-row-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
@media (min-width: 992px) {
  #section-review .sppb-row-container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #section-review::before {
    opacity: 1;
  }
}
#section-review .carousel-navigation {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  #section-review .carousel-navigation {
    margin-top: 114px;
  }
}

#expertise-advisory {
  position: relative;
  min-height: 100vh;
  background-color: var(--sppb-midnight);
  background-image: url("/files/bg/bg_arrow_2x.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#expertise-advisory::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/expertise-advisory/expertise-comptable-audit-conseil-accompagnement-dirigeants_2x.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-attachment: scroll;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
#expertise-advisory .sppb-row-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
@media (min-width: 1200px) {
  #expertise-advisory::before {
    opacity: 1;
  }
  #expertise-advisory .sppb-row-container {
    padding: 0;
  }
}

#creation-introduction {
  position: relative;
  min-height: 100vh;
  background-color: var(--sppb-midnight);
  background-image: url("/files/bg/bg_arrow_2x.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#creation-introduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/files/creation-introduce/creation_entreprise_accompagnement_reunion_conseil_2x.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-attachment: scroll;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
#creation-introduction .sppb-row-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
@media (min-width: 1200px) {
  #creation-introduction::before {
    opacity: 1;
  }
  #creation-introduction .sppb-row-container {
    padding: 0;
  }
}

#contact-introduction {
  background-color: var(--sppb-midnight);
  background-image: url("/files/bg/bg_arrow_2x.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-position: 50% 0;
}
@media (min-width: 1200px) {
  #contact-introduction {
    background-image:
      url("/files/contact-introduction/dirigeant_entreprise_appel_accompagnement_expert_comptable_vincennes_2x.webp"),
      url("/files/bg/bg_arrow_2x.webp");
    background-position:
      100% 0,
      50% 0;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
}

#section-carousel {
  background:
    url("/files/bg/bg_arrow_2x.webp"),
    linear-gradient(180deg, var(--sppb-midnight) 33%, var(--sppb-onyx) 66%);
  background-position:
    top center,
    center center;
  background-repeat: no-repeat;
  background-size: cover, cover;
}

#section-banner {
  z-index: 2 !important;
}
#section-banner .sppb-row-column,
#section-banner .sppb-row-container {
  padding: 0;
}
#section-banner .sppb-row {
  margin: 0;
}
#section-banner .btn-light-on-sunflower {
  white-space: nowrap;
}

#creation-accordion,
#creation-accompagnement,
#contact-introduction {
  min-height: 100vh;
}

.section-rounded-corner {
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
}

@media (max-width: 991px) {
  #sppb-addon-c4548df5-3173-4af6-b67f-9d16a923af37 {
    width: 100% !important;
  }
}

#creation-demarrez,
#section-presentation {
  position: relative;
  overflow: hidden;
}
#creation-demarrez::before,
#section-presentation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("/files/bg/silex-white-small_2x.webp");
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  background-attachment: scroll;
}
@media (min-width: 992px) {
  #creation-demarrez::before,
  #section-presentation::before {
    background-attachment: fixed;
    height: 100%;
    background-size: 50%;
    background-position: 100% 0;
  }
}
@media (max-width: 991px) {
  #creation-demarrez::before,
  #section-presentation::before {
    display: none;
  }
}
#creation-demarrez .sppb-row-container,
#section-presentation .sppb-row-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  #column-wrap-id-44dac0fc-11b4-4a33-86b1-4441b89107d0,
  #sppb-addon-wrapper-54c30472-51c5-4316-b0fc-b5475df2644e {
    background-image: url("/files/bg/silex-white-small_2x.webp");
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: 100%;
    z-index: 0;
    background-attachment: scroll;
    background-position: 100% 0;
  }
}

#contact-map .btn-light-on-ivory {
  white-space: nowrap;
}

@media (max-width: 1199px) {
  #specialisations-expertise,
  #creation-accordion,
  #conseils-image-carousel,
  #contact-map,
  #specialisations-entrepreneurs {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  #expertise-expertise {
    background-position-y: 100px;
  }
}
