/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./_dev/css/theme.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  /* Fonts */
  --font-base: "Circular Std", Arial, sans-serif;
  /* Colors main */
  --color-white: #fff;
  --color-black: #000;
  --color-grey80: #333333;
  --color-red: #f00;
  --color-orange: #ffa500;
  --color-green: #008000;
  --color-pink: #DE2D71;
  --color-pinkHover: #C02662;
  --color-pinkDark: #A82055;
  --color-gradient: linear-gradient(96deg, var(--color-pink) 6.97%, var(--color-pinkDark) 93.73%);
  --color-gradientHover: linear-gradient(96deg, var(--color-pink) 6.97%, var(--color-pink) 93.73%);
  /* Wrapper */
  --wrapper-width: 1500px;
  --wrapper-small-width: 1200px;
  /* Viewport */
  --viewport-width: 100vw;
  --viewport-height: 100vh;
  /* Block Spacing */
  --block-desktop-spacing: 100px;
  --block-mobile-spacing: 60px;
}

/* Gestion rapide des pseudo classes */
/* Conserve le ratio d'un element en utilisant padding */
/* Prefix vendor pour les placeholder */
/* Ajoute la currentColor à un svg rapidement */
@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Book"), local("CircularStd-Book"), url("../fonts/circularstd-book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Medium"), local("CircularStd-Medium"), url("../fonts/circularstd-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Bold"), local("CircularStd-Bold"), url("../fonts/circularstd-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important;
}

/* Some additions from Bootstrap reboot
   ========================================================================== */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

body {
  background: var(--color-black) url("../img/darkBg.svg") center top repeat;
  background-size: 100% auto;
  color: var(--color-black);
  font-family: var(--font-base);
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 1199px) {
  body[data-menuopen=true] {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-size: 768px auto;
  }
}
body.page-template-styleguide {
  background: white;
}
body .widecolumn {
  padding-top: 74px;
  min-height: calc(var(--viewport-height) - 300px);
}
body .widecolumn .wp-activate-container,
body .widecolumn .wp-signup-container {
  color: white;
  text-align: center;
}
body .widecolumn .wp-activate-container h2,
body .widecolumn .wp-signup-container h2 {
  padding-bottom: 24px;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol {
  margin: 0;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

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

button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

.pink {
  color: var(--color-pink);
}

/*******************************/
.otgs-development-site-front-end {
  display: none;
}

.u-dblock {
  display: block;
  width: 100%;
}

.u-a11yhidden, .screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-hcenter {
  margin-right: auto;
  margin-left: auto;
}

.u-fit {
  position: relative;
  display: block;
  height: 0;
}
.u-fit img,
.u-fit picture,
.u-fit iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-hspace {
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .u-hspace {
    padding-inline: 16px;
  }
}

.u-hspaceBlock {
  padding-inline: 50px;
}
@media screen and (max-width: 999px) {
  .u-hspaceBlock {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 767px) {
  .u-hspaceBlock {
    padding-inline: 16px;
  }
}

.u-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: var(--wrapper-width);
  max-width: 100%;
}

.u-wrapperSmall {
  margin-right: auto;
  margin-left: auto;
  width: var(--wrapper-small-width);
  max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  margin: 0.8075em 0;
  text-align: center;
}

.gallery {
  margin: 0 auto 20px;
}

.gallery-item {
  display: inline-block;
  margin: 0 auto;
  padding: 1%;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.gallery-item .gallery-icon a {
  display: block;
}
.gallery-item .gallery-icon a img {
  display: block;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-left: 0;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.updated:not(.published) {
  display: none;
}

::-moz-selection {
  background-color: var(--color-pink);
  color: var(--color-white);
}

::selection {
  background-color: var(--color-pink);
  color: var(--color-white);
}

.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6 {
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 1.1;
}

.u-h1 {
  font-size: 64px;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .u-h1 {
    font-size: 40px;
  }
}

.u-h2 {
  font-size: 56px;
}
@media screen and (max-width: 999px) {
  .u-h2 {
    font-size: 40px;
  }
}

.u-h3 {
  font-size: 40px;
}
@media screen and (max-width: 999px) {
  .u-h3 {
    font-size: 32px;
  }
}

.u-h4 {
  font-size: 32px;
}
@media screen and (max-width: 999px) {
  .u-h4 {
    font-size: 24px;
  }
}

.u-h5 {
  font-size: 24px;
}
@media screen and (max-width: 999px) {
  .u-h5 {
    font-size: 18px;
  }
}

.u-h6,
.u-p {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .u-h6,
  .u-p {
    font-size: 14px;
  }
}

.u-block {
  color: var(--color-white);
}
.u-block[data-bg=white], .u-block[data-bg=whitegradientbottom], .u-block[data-bg=whitegradienttop] {
  background: var(--color-white);
  color: var(--color-black);
}
.u-block[data-bg=white]:first-of-type, .u-block[data-bg=whitegradientbottom]:first-of-type, .u-block[data-bg=whitegradienttop]:first-of-type {
  border-radius: 16px 16px 0 0;
}
.u-block[data-bg=whitegradientbottom] {
  background: linear-gradient(180deg, rgba(222, 45, 113, 0) 31.38%, rgba(222, 45, 113, 0.05) 100%), #FFF;
}
.u-block[data-bg=whitegradienttop] {
  background: linear-gradient(180deg, rgba(222, 45, 113, 0.05) 0%, rgba(222, 45, 113, 0) 100%), #FFF;
}

.u-blockPadding {
  padding-top: var(--block-desktop-spacing);
  padding-bottom: var(--block-desktop-spacing);
}
@media screen and (max-width: 999px) {
  .u-blockPadding {
    padding-top: var(--block-mobile-spacing);
    padding-bottom: var(--block-mobile-spacing);
  }
}
.u-blockPadding[data-bg=white] + .u-blockPadding[data-bg=white], .u-blockPadding[data-bg=white] + .u-blockPadding[data-bg=whitegradientbottom] {
  padding-top: 20px;
}
.u-blockPadding[data-bg=dark] + .u-blockPadding[data-bg=dark] {
  padding-top: 20px;
}
.u-blockPadding[data-bg=white] + .u-blockPadding[data-bg=whitegradienttop] {
  position: relative;
  background: var(--color-white);
}
.u-blockPadding[data-bg=white] + .u-blockPadding[data-bg=whitegradienttop]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 100%;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(180deg, rgba(222, 45, 113, 0.05) 0%, rgba(222, 45, 113, 0) 100%), #FFF;
}
@media screen and (max-width: 767px) {
  .u-blockPadding[data-bg=white] + .u-blockPadding[data-bg=whitegradienttop] {
    padding-inline: 32px;
  }
}
.u-blockPadding[data-bg=dark]:last-child {
  position: relative;
  padding-bottom: 0;
}
.u-blockPadding[data-bg=dark]:last-child:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.u-blockWrapper {
  position: relative;
}

.u-blockMargin {
  margin-top: var(--block-desktop-spacing);
  margin-bottom: var(--block-desktop-spacing);
}
@media screen and (max-width: 999px) {
  .u-blockMargin {
    margin-top: var(--block-mobile-spacing);
    margin-bottom: var(--block-mobile-spacing);
  }
}

.u-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--color-pink) transparent;
}
.u-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.u-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--color-pink);
  border: 0 solid #ffffff;
  outline: none;
}
.u-scrollbar ::-webkit-scrollbar-track {
  background: transparent;
}

:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper {
  --swiper-scrollbar-size: 2px;
  --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.2);
  --swiper-scrollbar-drag-bg-color: var(--color-white);
}
[data-bg=white] .swiper {
  --swiper-scrollbar-drag-bg-color: var(--color-dark);
  --swiper-scrollbar-bg-color: rgba(var(--color-dark-rgb), 0.2);
}

.swiper-horizontal > .swiper-scrollbar {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  z-index: 1;
  width: 100%;
}

.swiper-wrapper {
  height: auto;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination-bullet {
  margin-top: 32px;
  display: inline-block;
  height: 2px;
  width: 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(0, 0, 0);
}
[data-bg=dark] .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}
[data-bg=dark] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 999px) {
  .swiper-pagination-bullet {
    margin-top: 20px;
  }
}

.c-Wysiwyg > *:first-child, #tinymce > *:first-child {
  margin-top: 0;
}
.c-Wysiwyg > *:last-child, #tinymce > *:last-child {
  margin-bottom: 0;
}
.c-Wysiwyg h1, #tinymce h1 {
  font-size: 56px;
}
@media screen and (max-width: 999px) {
  .c-Wysiwyg h1, #tinymce h1 {
    font-size: 40px;
  }
}
.c-Wysiwyg h2, #tinymce h2 {
  font-size: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 999px) {
  .c-Wysiwyg h2, #tinymce h2 {
    font-size: 32px;
    margin: 32px 0;
  }
}
.c-Wysiwyg h3, #tinymce h3 {
  margin: 32px 0;
  font-size: 32px;
}
@media screen and (max-width: 999px) {
  .c-Wysiwyg h3, #tinymce h3 {
    font-size: 24px;
    margin: 24px 0;
  }
}
.c-Wysiwyg h4, #tinymce h4 {
  margin: 24px 0;
  font-size: 24px;
}
@media screen and (max-width: 999px) {
  .c-Wysiwyg h4, #tinymce h4 {
    font-size: 18px;
    margin: 18px 0;
  }
}
.c-Wysiwyg strong, #tinymce strong {
  font-weight: bold;
}
.c-Wysiwyg a, #tinymce a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: var(--color-pink);
}
.c-Wysiwyg a:hover, #tinymce a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.c-Wysiwyg p, #tinymce p {
  line-height: 1.3;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.8);
}
[data-bg=dark] .c-Wysiwyg p, [data-bg=dark] #tinymce p {
  color: rgba(255, 255, 255, 0.8);
}
.c-Wysiwyg p:has(> strong:only-child) strong, #tinymce p:has(> strong:only-child) strong {
  font-size: 24px;
  color: var(--color-black);
}
[data-bg=dark] .c-Wysiwyg p:has(> strong:only-child) strong, [data-bg=dark] #tinymce p:has(> strong:only-child) strong {
  color: var(--color-white);
}
@media screen and (max-width: 999px) {
  .c-Wysiwyg p, #tinymce p {
    margin: 12px 0;
    font-size: 14px;
  }
  .c-Wysiwyg p:has(> strong:only-child) strong, #tinymce p:has(> strong:only-child) strong {
    font-size: 18px;
  }
}
.c-Wysiwyg ul, #tinymce ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 0;
  color: var(--color-black);
}
[data-bg=dark] .c-Wysiwyg ul, [data-bg=dark] #tinymce ul {
  color: var(--color-white);
}
.c-Wysiwyg ul li, #tinymce ul li {
  position: relative;
  padding: 0 0 0 10px;
}
.c-Wysiwyg ul li:before, #tinymce ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: var(--color-pink);
  left: 0;
  top: 6px;
}
.c-Wysiwyg ul li + li, #tinymce ul li + li {
  margin-top: 16px;
}
.c-Wysiwyg ol, #tinymce ol {
  list-style: decimal inside;
  margin-left: 0;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-left: 0;
  color: var(--color-black);
}
[data-bg=dark] .c-Wysiwyg ol, [data-bg=dark] #tinymce ol {
  color: var(--color-white);
}
.c-Wysiwyg ol li, #tinymce ol li {
  position: relative;
  padding: 0;
}
.c-Wysiwyg ol li::marker, #tinymce ol li::marker {
  color: var(--color-pink);
  font-weight: bold;
}
.c-Wysiwyg ol li + li, #tinymce ol li + li {
  margin-top: 16px;
}
.c-Wysiwyg table, #tinymce table {
  margin: 0 auto;
}
.c-Wysiwyg table td, #tinymce table td {
  padding: 25px 20px;
  border: 2px solid black;
}
.c-Wysiwyg table td:first-child, #tinymce table td:first-child {
  border-left: none;
}
.c-Wysiwyg table td:last-child, #tinymce table td:last-child {
  border-right: none;
}
.c-Wysiwyg table tr:first-child td, #tinymce table tr:first-child td {
  border-top: none;
}
.c-Wysiwyg table tr:last-child td, #tinymce table tr:last-child td {
  border-bottom: none;
}

.c-Btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.2;
  padding: 15px 20px;
  border: 1px var(--color-pink) solid;
  color: var(--color-white);
  font-weight: 500;
  overflow: hidden;
  position: relative;
  min-height: 50px;
  cursor: pointer;
  border-radius: 14px;
  background: var(--color-gradient);
  text-transform: uppercase;
  transition: box-shadow 0.2s linear;
}
.c-Btn:hover, .c-Btn:focus-within {
  border-color: var(--color-pinkHover);
  background: var(--color-gradientHover);
  box-shadow: 0 0 16px 0 rgba(222, 45, 113, 0.4);
}
.c-Btn > img {
  object-fit: contain;
}
.c-Btn svg {
  flex-shrink: 0;
  transition: transform 0.2s linear;
}
.c-Btn svg path[fill] {
  fill: currentColor;
}
.c-Btn svg path[stroke] {
  stroke: currentColor;
}
.c-Btn br {
  display: none;
}
.c-Btn[data-color=transparent] {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  font-weight: 400;
}
.c-Btn[data-size=small] {
  padding: 10px 16px;
  min-height: 42px;
  font-weight: 400;
  text-transform: none;
}
.c-Btn[data-shadow=true] {
  box-shadow: 0 0 16px 0 rgba(222, 45, 113, 0.5);
}
.c-Btn[data-icononly=true] {
  padding: 0;
  min-width: 50px;
}
.c-Btn[data-icononly=true][data-size=small] {
  padding: 0;
  min-width: 42px;
}
.c-Btn[disabled] {
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  .c-Btn {
    font-size: 14px;
  }
}

.c-heroBanner {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: var(--viewport-width);
  height: var(--viewport-height);
  align-items: flex-end;
  justify-content: center;
}
.c-heroBanner[data-hideonscroll=true] {
  visibility: hidden;
}
.c-heroBanner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.c-heroBanner-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.c-heroBanner-bg[data-hide=true] {
  opacity: 0;
}
.c-heroBanner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.c-heroBanner video[data-ready=true] {
  opacity: 1;
}
.c-heroBanner-content {
  position: relative;
  z-index: 2;
  padding-bottom: 74px;
  color: var(--color-white);
  width: 858px;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
  font-weight: 400;
}
.c-heroBanner-content p {
  line-height: 1.3;
}
.c-heroBanner-videoToggleButton {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--color-pink);
  border: 1px solid var(--color-pinkDark);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.c-heroBanner-videoToggleButton:hover {
  opacity: 1;
}
.c-heroBanner-videoToggleButton:focus-visible {
  opacity: 1;
  outline: 1px solid white;
  border-color: blue;
}
.c-heroBanner-videoToggleButton > span {
  width: 14px;
  height: 14px;
  display: block;
}
.c-heroBanner-videoToggleButton[data-state=playing] > span {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  height: 16px;
  width: 12px;
}
.c-heroBanner-videoToggleButton[data-state=paused] > span {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #fff;
  margin-left: 3px;
}
@media screen and (max-width: 999px) {
  .c-heroBanner-content {
    gap: 20px;
    padding-bottom: 56px;
  }
  .c-heroBanner-content p {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-heroBanner-bg[data-hide=true] {
    opacity: 1;
  }
  .c-heroBanner video {
    display: none;
  }
  .c-heroBanner-videoToggleButton {
    display: none;
  }
}

.c-tag {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: var(--color-black);
  font-weight: 400;
  font-size: 14px;
}
[data-bg=dark] .c-tag {
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
}
@media screen and (max-width: 999px) {
  .c-tag {
    padding: 8px 14px;
    font-size: 12px;
  }
}

.c-Form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 10px;
}
.c-Form-row {
  width: calc(50% - 5px);
}
.c-Form-row[data-col="2"] {
  width: 100%;
}
.c-Form-row > p > label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.7;
  padding-bottom: 6px;
  display: block;
}
.c-Form-row > p > label sup {
  color: var(--color-pink);
}
.c-Form-action {
  padding: 16px 0 16px 0;
}
.c-Form-rgpd {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.c-Form-rgpd a {
  font-weight: bold;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c-Form-rgpd a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.c-Form input[type=text],
.c-Form input[type=email],
.c-Form input[type=date],
.c-Form input[type=tel],
.c-Form select,
.c-Form textarea {
  width: 100%;
  height: 48px;
  line-height: 1.5;
  padding: 15px;
  border-radius: 12px;
  border: none;
  position: relative;
  background: #F2F2F2;
  color: var(--color-black);
  font-size: 14px;
}
.c-Form input[type=text]::-moz-placeholder, .c-Form input[type=email]::-moz-placeholder, .c-Form input[type=date]::-moz-placeholder, .c-Form input[type=tel]::-moz-placeholder, .c-Form select::-moz-placeholder, .c-Form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.c-Form input[type=text]::placeholder,
.c-Form input[type=email]::placeholder,
.c-Form input[type=date]::placeholder,
.c-Form input[type=tel]::placeholder,
.c-Form select::placeholder,
.c-Form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.c-Form input[type=text]:focus::-moz-placeholder, .c-Form input[type=email]:focus::-moz-placeholder, .c-Form input[type=date]:focus::-moz-placeholder, .c-Form input[type=tel]:focus::-moz-placeholder, .c-Form select:focus::-moz-placeholder, .c-Form textarea:focus::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.c-Form input[type=text]:focus::placeholder,
.c-Form input[type=email]:focus::placeholder,
.c-Form input[type=date]:focus::placeholder,
.c-Form input[type=tel]:focus::placeholder,
.c-Form select:focus::placeholder,
.c-Form textarea:focus::placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.c-Form input[type=text]:focus,
.c-Form input[type=email]:focus,
.c-Form input[type=date]:focus,
.c-Form input[type=tel]:focus,
.c-Form select:focus,
.c-Form textarea:focus {
  outline: 1px solid var(--color-pink);
}
.c-Form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 12px 12px;
  cursor: pointer;
}
.c-Form textarea {
  height: auto;
  min-height: 150px;
  resize: vertical;
}
@media screen and (max-width: 599px) {
  .c-Form {
    gap: 10px;
  }
  .c-Form-row {
    width: 100%;
  }
}

.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  padding-block: 4px;
  font-size: 12px;
  color: var(--color-pink);
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.c-stickyContact {
  position: absolute;
  top: 180px;
  right: 0;
  height: 50px;
  width: auto;
  min-width: 270px;
  padding: 0 20px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(96deg, #DE2D71 6.97%, #A82055 93.73%);
  box-shadow: 0 0 20px 0 rgba(222, 45, 113, 0.3);
  z-index: 10;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: var(--color-white);
  font-weight: 500;
  gap: 12px;
}
.c-stickyContact svg {
  transform: scale(1, -1);
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  .c-stickyContact {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 100%;
    min-width: 300px;
    border-radius: 16px;
  }
  .c-stickyContact svg {
    transform: none;
  }
}

.c-skipLink {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-skipLink a {
  position: absolute;
  top: -100px;
  left: 2px;
  z-index: 9999;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: var(--color-gradient);
  color: var(--color-white);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  transition: top 0.15s ease;
}
.c-skipLink a:focus {
  top: 2px;
  outline-offset: -1px;
}

.c-pushCard-image {
  aspect-ratio: 554/680;
  position: relative;
  width: 100%;
  max-width: 554px;
  display: block;
}
.c-pushCard-image img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.c-pushCard-image[data-format=landscape] {
  max-width: 840px;
  min-height: 320px;
  aspect-ratio: 840/550;
}
.c-pushCard-title {
  display: block;
  font-weight: 400;
  padding-top: 25px;
}
.c-pushCard-text {
  padding-top: 13px;
}
.c-pushCard-tags {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 8px 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .c-pushCard-tags {
    gap: 10px;
  }
  .c-pushCard-image {
    border-radius: 16px;
  }
}

.c-Header {
  position: relative;
  z-index: 20;
}
.c-Header-float {
  --menuHeight: 58px;
  position: fixed;
  left: 50%;
  top: 16px;
  transform: translate(-50%, 0);
  display: flex;
  align-items: flex-start;
  padding: 0 8px 0 24px;
  min-height: 58px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  gap: 20px;
  height: var(--menuHeight);
  transition: transform 0.3s ease, background 0.2s ease, height 0.2s ease;
}
.c-Header-float.is-hidden:not(:focus-within) {
  transform: translate(-50%, -200%);
}
.c-Header-float:hover, .c-Header-float:focus-within {
  background: rgba(0, 0, 0, 0.5);
}
.c-Header-logo {
  display: flex;
  align-items: center;
  height: 58px;
}
.c-Header-navWrapper {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-Header-contact {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.c-Header-contact a {
  font-weight: 500 !important;
}
.c-Header-burger {
  display: none;
  align-items: center;
}
.c-Header-burger button:last-child {
  display: none;
}
@media screen and (max-width: 1199px) {
  .c-Header[data-menuopen=true] .c-Header-burger button:first-child {
    display: none;
  }
  .c-Header[data-menuopen=true] .c-Header-burger button:last-child {
    display: flex;
  }
  .c-Header[data-menuopen=true] .c-Header-float {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .c-Header[data-menuopen=true] .c-Header-navWrapper {
    display: flex;
  }
  .c-Header-burger {
    display: flex;
    height: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .c-Header-burger button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-Header-navWrapper {
    display: none;
    top: -16px;
    left: -16px;
    width: var(--viewport-width);
    height: var(--viewport-height);
    position: absolute;
    background: black;
    padding-top: 80px;
    padding-bottom: 40px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    flex-direction: column;
  }
  .c-Header-navigation {
    flex-grow: 1;
    overflow: auto;
    width: 100%;
  }
  .c-Header-float {
    --menuHeight: 48px;
    width: 1200px;
    max-width: calc(100% - 32px);
    min-height: 48px;
    justify-content: space-between;
  }
  .c-Header-logo {
    height: 48px;
    position: relative;
    z-index: 1;
  }
  .c-Header-contact {
    width: 100%;
    padding: 0 24px;
  }
  .c-Header-contact a {
    width: 100%;
  }
}

.c-navigation {
  color: var(--color-white);
  font-size: 16px;
}
.c-navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-navigation > ul > li > a, .c-navigation > ul > li > button {
  outline: none;
  height: 58px;
  padding: 0 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.c-navigation > ul > li > a > svg, .c-navigation > ul > li > button > svg {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.2s linear;
}
.c-navigation > ul > li > a > span, .c-navigation > ul > li > button > span {
  transition: transform 0.2s linear;
}
.c-navigation > ul > li > a em, .c-navigation > ul > li > button em {
  display: none;
}
.c-navigation > ul > li > a:hover > svg, .c-navigation > ul > li > a:focus > svg, .c-navigation > ul > li > button:hover > svg, .c-navigation > ul > li > button:focus > svg {
  opacity: 1;
}
.c-navigation > ul > li > a:focus-visible, .c-navigation > ul > li > button:focus-visible {
  outline: 2px dotted white;
  outline-offset: -4px;
}
.c-navigation > ul > li:hover > a > svg, .c-navigation > ul > li:hover > button > svg, .c-navigation > ul > li:focus-within > a > svg, .c-navigation > ul > li:focus-within > button > svg {
  opacity: 1;
}
.c-navigation > ul > li:hover > a > span, .c-navigation > ul > li:hover > button > span, .c-navigation > ul > li:focus-within > a > span, .c-navigation > ul > li:focus-within > button > span {
  transform: translate(4px, 0);
}
.c-navigation > ul > li:hover > div, .c-navigation > ul > li:focus-within > div {
  height: auto;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.c-navigation > ul > li:hover > div > div, .c-navigation > ul > li:focus-within > div > div {
  opacity: 1;
}
.c-navigation-level2 {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 0;
  padding: 0;
  opacity: 1;
  border: none;
  top: 58px;
  overflow: hidden;
}
.c-navigation-level2 > div {
  opacity: 0;
  transition: opacity 0.2s linear 0.1s;
}
.c-navigation-level2 ul {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  padding-left: var(--posLeft);
}
.c-navigation-level2 ul li a {
  opacity: 0.8;
  font-weight: 400;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  outline: none;
}
.c-navigation-level2 ul li a > svg {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.c-navigation-level2 ul li a:hover, .c-navigation-level2 ul li a:focus {
  opacity: 1;
}
.c-navigation-level2 ul li a:hover > svg, .c-navigation-level2 ul li a:focus > svg {
  opacity: 1;
}
.c-navigation-level2 ul li a:focus-visible {
  outline: 2px dotted white;
  outline-offset: 2px;
}
@media screen and (max-width: 1199px) {
  .c-navigation > ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .c-navigation > ul > li {
    width: 100%;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .c-navigation > ul > li > a, .c-navigation > ul > li > button {
    width: 100%;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 24px;
    font-weight: 400;
    height: auto;
  }
  .c-navigation > ul > li > a > svg, .c-navigation > ul > li > button > svg {
    display: none;
  }
  .c-navigation > ul > li > a em, .c-navigation > ul > li > button em {
    font-style: normal;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  }
  .c-navigation > ul > li > a em svg, .c-navigation > ul > li > button em svg {
    transform: rotate(180deg);
  }
  .c-navigation > ul > li:hover > div {
    display: none;
  }
  .c-navigation > ul > li[data-open=true] > a,
  .c-navigation > ul > li[data-open=true] > button {
    color: rgba(255, 255, 255, 0.8);
  }
  .c-navigation > ul > li[data-open=true] > a em svg,
  .c-navigation > ul > li[data-open=true] > button em svg {
    transform: none;
  }
  .c-navigation > ul > li[data-open=true] > div {
    display: block;
    padding: 24px 24px 0 24px;
    height: auto;
    border: none;
    opacity: 1;
  }
  .c-navigation > ul > li[data-open=true]:hover > div {
    display: block;
  }
  .c-navigation-level2 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    border: none;
  }
  .c-navigation-level2 ul > li {
    line-height: 1.3;
  }
  .c-navigation-level2 ul > li:first-child {
    padding-top: 0;
  }
  .c-navigation-level2 ul > li:last-child {
    padding-bottom: 0;
  }
  .c-navigation-level2 ul > li > a {
    opacity: 1;
    display: flex;
  }
}

.c-Footer {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 25%), radial-gradient(50% 35.53% at 0% 100%, rgba(222, 45, 113, 0.4) 0%, rgba(222, 45, 113, 0) 100%), radial-gradient(86.24% 141.42% at 0% 100%, rgba(222, 45, 113, 0.48) 0%, rgba(222, 45, 113, 0.08) 100%), #000;
  padding-top: var(--block-desktop-spacing);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}
.c-Footer[data-displaytype=contact] {
  background: none;
}
.c-Footer[data-displaytype=contact] > img {
  height: 370px;
  width: auto;
}
.c-Footer-logoBig {
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-Footer-wrapper {
  position: relative;
}
.c-Footer-devis {
  text-align: center;
  padding-bottom: 100px;
}
.c-Footer-devis img {
  width: 240px;
  height: auto;
}
.c-Footer-devis p {
  display: block;
  width: 866px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 56px;
  line-height: 1;
  padding-bottom: 40px;
}
.c-Footer-devis p span {
  color: var(--color-pink);
  font-style: italic;
}
.c-Footer-nav {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 3fr 1fr;
  padding-bottom: 40px;
}
.c-Footer-links {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.c-Footer-links ul {
  flex: 1 1;
}
.c-Footer-links ul:last-child {
  color: rgba(255, 255, 255, 0.8);
}
.c-Footer-links ul li a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c-Footer-links ul li + li {
  margin-top: 8px;
}
.c-Footer-socialmedias {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  gap: 20px;
}
.c-Footer-socialmedias a:hover svg path {
  fill: var(--color-pinkHover);
}
.c-Footer-socialmedias svg {
  display: block;
  width: auto;
  max-height: 14px;
}
.c-Footer-copy {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.c-Footer-copy p {
  color: rgba(255, 255, 255, 0.8);
}
.c-Footer-copy p span {
  display: inline-block;
  margin-left: 20px;
}
.c-Footer-copy p a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c-Footer-copy p a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.c-Footer-copy > a {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1199px) {
  .c-Footer {
    padding-top: calc(var(--block-mobile-spacing) + var(--block-mobile-spacing));
  }
  .c-Footer-devis p {
    font-size: 40px;
  }
}
@media screen and (max-width: 999px) {
  .c-Footer {
    padding-top: var(--block-mobile-spacing);
  }
  .c-Footer[data-displaytype=contact] {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 25%), radial-gradient(50% 35.53% at 0% 100%, rgba(222, 45, 113, 0.4) 0%, rgba(222, 45, 113, 0) 100%), radial-gradient(86.24% 141.42% at 0% 100%, rgba(222, 45, 113, 0.48) 0%, rgba(222, 45, 113, 0.08) 100%), #000;
  }
  .c-Footer-devis {
    padding-bottom: 64px;
  }
  .c-Footer-nav {
    grid-template-columns: 1fr;
  }
  .c-Footer-logo {
    order: 2;
    text-align: center;
  }
  .c-Footer-links {
    order: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .c-Footer-socialmedias {
    order: 3;
    justify-content: center;
  }
  .c-Footer-logoBig {
    width: 285px;
    height: auto;
    bottom: 50%;
    transform: translate(20%, 50%);
  }
}
@media screen and (max-width: 767px) {
  .c-Footer-devis img {
    width: 150px;
  }
  .c-Footer-copy {
    flex-direction: column;
    gap: 2px;
  }
  .c-Footer-copy p {
    text-align: center;
  }
  .c-Footer-copy p span {
    margin: 12px 0 0 0;
    display: block;
  }
}

.c-homePage {
  min-height: var(--viewport-height);
  padding-top: var(--viewport-height);
}
.c-homePage-content {
  position: relative;
  background: var(--color-black) url("../img/darkBg.svg") center top repeat;
  background-size: 100% auto;
  border-radius: 20px 20px 0 0;
}

.c-page {
  padding-top: 74px;
}
.c-page[data-withbanner=true] {
  padding-top: var(--viewport-height);
}
.c-page-header {
  padding-top: var(--block-desktop-spacing);
  padding-bottom: var(--block-desktop-spacing);
  text-align: center;
  color: var(--color-white);
}
.c-page-header h1 {
  font-size: 56px;
  font-weight: 400;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.c-page-content {
  position: relative;
  background: var(--color-black) url("../img/darkBg.svg") center top repeat;
  background-size: 100% auto;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 999px) {
  .c-page-header h1 {
    font-size: 40px;
  }
}

.c-404Page {
  display: flex;
  width: var(--viewport-width);
  max-width: 100%;
  height: var(--viewport-height);
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 60px 16px;
  color: var(--color-white);
}
.c-404Page:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62%;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.c-404Page-content {
  position: relative;
  text-align: center;
}
.c-404Page-content p {
  padding-bottom: 32px;
  font-size: 18px;
}
.c-404Page > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 54%;
  height: auto;
  aspect-ratio: 865/340;
}
@media screen and (max-width: 999px) {
  .c-404Page > svg {
    width: 70%;
  }
  .c-404Page-content p {
    font-size: 16px;
  }
}

.c-ContactPage {
  padding-top: 154px;
  color: var(--color-white);
}
.c-ContactPage-wrapper {
  display: flex;
  gap: 100px;
  align-items: flex-start;
}
.c-ContactPage-title {
  font-size: 51px;
  font-weight: 400;
  line-height: 1.1;
}
.c-ContactPage-text {
  padding-top: 32px;
}
.c-ContactPage-coordo {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 32px;
}
.c-ContactPage-coordo li {
  width: calc(50% - 16px);
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.c-ContactPage-coordo li strong {
  color: var(--color-white);
  line-height: 1.3;
}
.c-ContactPage-coordo li:last-child {
  width: 100%;
}
.c-ContactPage-itinerary {
  margin-top: 32px;
}
.c-ContactPage-content {
  flex-grow: 1;
}
.c-ContactPage-form {
  position: relative;
  flex-shrink: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(222, 45, 113, 0.05) 0%, rgba(222, 45, 113, 0) 33.07%), #FFF;
  padding: 40px;
  color: var(--color-black);
  width: 500px;
}
.c-ContactPage-form img {
  max-height: 50px;
  width: auto;
}
.c-ContactPage-form > strong {
  display: block;
  padding-top: 16px;
}
.c-ContactPage-form > p {
  font-size: 14px;
  font-weight: 400;
  padding-top: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.c-ContactPage-fields {
  padding-top: 32px;
}
@media screen and (max-width: 999px) {
  .c-ContactPage {
    padding-top: 108px;
  }
  .c-ContactPage-wrapper {
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 0;
  }
  .c-ContactPage-content {
    display: contents;
    width: 100%;
  }
  .c-ContactPage-title {
    order: 1;
    font-size: 40px;
  }
  .c-ContactPage-text {
    order: 2;
  }
  .c-ContactPage-form {
    order: 3;
    margin-top: 40px;
    width: 100%;
    padding: 32px 16px;
  }
  .c-ContactPage-coordo {
    order: 4;
    padding-top: 40px;
  }
  .c-ContactPage-itinerary {
    order: 5;
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .c-ContactPage-coordo li {
    width: 100%;
  }
}

.c-mainSpace-title {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 40px;
}
.c-mainSpace-space {
  padding: 16px 0;
  position: relative;
  display: block;
  outline: none;
  color: rgba(0, 0, 0, 0.5);
}
.c-mainSpace-space:hover, .c-mainSpace-space:focus-within {
  color: var(--color-pink);
}
.c-mainSpace-space:hover .c-mainSpace-space-title > span, .c-mainSpace-space:focus-within .c-mainSpace-space-title > span {
  opacity: 1;
  height: auto;
  padding: 15px 20px;
  min-height: 50px;
}
.c-mainSpace-space:hover .c-mainSpace-space-desc, .c-mainSpace-space:focus-within .c-mainSpace-space-desc {
  grid-template-rows: 1fr;
}
.c-mainSpace-space:hover .c-mainSpace-space-desc > div, .c-mainSpace-space:focus-within .c-mainSpace-space-desc > div {
  padding-top: 24px;
  padding-bottom: 8px;
}
.c-mainSpace-space:hover .c-mainSpace-space-image, .c-mainSpace-space:focus-within .c-mainSpace-space-image {
  opacity: 1;
  visibility: visible;
}
.c-mainSpace-space-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 44%;
  gap: 8px 24px;
}
.c-mainSpace-space-title > span {
  transition: opacity 0.2s linear;
  opacity: 0;
  flex-shrink: 0;
  height: 0;
  padding: 0;
  min-height: 0;
}
.c-mainSpace-space-desc {
  color: rgba(0, 0, 0, 0.8);
  max-width: 36%;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
}
.c-mainSpace-space-desc > div {
  opacity: 0.8;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  transition: padding-bottom 0.2s ease, padding-top 0.2s ease;
}
.c-mainSpace-space-image {
  position: absolute;
  right: 0;
  width: 54%;
  top: 50%;
  transform: translate(0, -50%);
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s ease;
  z-index: 10;
}
.c-mainSpace-space-image img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  display: block;
}
.c-mainSpace-space:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08) 50%, rgba(0, 0, 0, 0) 100%);
}
.c-mainSpace-space:last-child:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .c-mainSpace-space:after {
    background: rgba(0, 0, 0, 0.1);
  }
  .c-mainSpace-space:hover .c-mainSpace-space-desc > div, .c-mainSpace-space:focus-within .c-mainSpace-space-desc > div {
    padding-bottom: 16px;
  }
  .c-mainSpace-space-title {
    max-width: 100%;
  }
  .c-mainSpace-space-desc {
    grid-template-rows: 1fr;
  }
  .c-mainSpace-space-desc > div {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .c-mainSpace-space-image {
    position: relative;
    width: 100%;
    text-align: left;
    top: auto;
    transform: none;
    right: auto;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 999px) {
  .c-mainSpace-title {
    font-size: 16px;
    padding-bottom: 34px;
  }
  .c-mainSpace-space {
    padding: 32px 0;
    color: rgb(0, 0, 0);
  }
  .c-mainSpace-space:last-child {
    padding-bottom: 0;
  }
  .c-mainSpace-space:hover, .c-mainSpace-space:focus-within {
    color: rgb(0, 0, 0);
  }
  .c-mainSpace-space:hover .c-mainSpace-space-title > span, .c-mainSpace-space:focus-within .c-mainSpace-space-title > span {
    padding: 0;
    min-height: 0;
  }
  .c-mainSpace-space:hover .c-mainSpace-space-desc > div, .c-mainSpace-space:focus-within .c-mainSpace-space-desc > div {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .c-mainSpace-space-desc {
    max-width: 100%;
    opacity: 0.8;
    font-size: 12px;
  }
  .c-mainSpace-space-desc > div {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .c-mainSpace-space-image img {
    border-radius: 16px;
  }
  .c-mainSpace-space-title {
    font-size: 32px;
    gap: 16px;
  }
  .c-mainSpace-space-title > span {
    opacity: 1;
    height: auto;
    padding: 0;
    min-height: 0;
    background: var(--color-white);
    color: var(--color-pink);
    border: none;
    gap: 4px;
    text-transform: none;
  }
  .c-mainSpace-space-title > span svg {
    width: 16px;
    height: 16px;
  }
  .c-mainSpace-space-title > span:hover {
    box-shadow: none;
    background: var(--color-white);
    color: var(--color-pink);
  }
}

.c-testimonials-title {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 40px;
}
.c-testimonials-slider {
  position: relative;
}
.c-testimonials-item {
  display: flex;
  padding-top: 44px;
  align-items: stretch;
}
.c-testimonials-logo {
  width: 422px;
  padding: 0 105px;
  min-height: 442px;
  padding-bottom: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.c-testimonials-logo > div, .c-testimonials-logo > span {
  display: flex;
  width: 212px;
}
.c-testimonials-logo > span {
  height: 117px;
  width: 1px;
}
.c-testimonials-logo > span:after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
  height: 100%;
}
.c-testimonials-logo:before, .c-testimonials-logo:after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}
.c-testimonials-logo:before {
  height: 44px;
}
.c-testimonials-logo:after {
  flex-grow: 1;
}
.c-testimonials-img {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0 16px 0;
}
.c-testimonials-img img {
  object-fit: contain;
}
.c-testimonials-message {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 88px;
}
.c-testimonials-message p {
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 40px;
}
.c-testimonials-footer {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 24px;
}
.c-testimonials-footer span {
  color: rgba(255, 255, 255, 0.8);
}
.c-testimonials-sliderNavigation {
  width: 422px;
  padding: 0 105px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: calc(100% - 188px);
  left: 0;
  height: 188px;
  z-index: 1;
  gap: 12px;
}
.c-testimonials-sliderNavigation:before, .c-testimonials-sliderNavigation:after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}
.c-testimonials-sliderNavigation:before {
  flex-grow: 1;
}
.c-testimonials-sliderNavigation:after {
  height: 44px;
}
.c-testimonials-sliderNavigation button:first-child {
  margin-top: 12px;
}
.c-testimonials-sliderNavigation button:last-child {
  margin-bottom: 12px;
}
.c-testimonials-sliderNavigation button:last-child svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 1199px) {
  .c-testimonials-item {
    padding-top: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .c-testimonials-logo {
    min-height: 0;
    padding: 0;
    width: auto;
  }
  .c-testimonials-logo:after, .c-testimonials-logo:before {
    display: none;
  }
  .c-testimonials-logo > div, .c-testimonials-logo > span {
    width: auto;
  }
  .c-testimonials-img {
    height: auto;
    margin: 0;
  }
  .c-testimonials-img img {
    object-position: left;
  }
  .c-testimonials-message {
    padding: 32px 0 0 0;
  }
  .c-testimonials-sliderNavigation {
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0;
    gap: 10px;
    width: auto;
    height: auto;
    padding-top: 40px;
  }
  .c-testimonials-sliderNavigation button {
    margin: 0;
  }
  .c-testimonials-sliderNavigation button:first-child, .c-testimonials-sliderNavigation button:last-child {
    margin: 0;
  }
  .c-testimonials-sliderNavigation:after, .c-testimonials-sliderNavigation:before {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .c-testimonials-title {
    font-size: 16px;
    padding-bottom: 34px;
  }
  .c-testimonials-message p {
    font-size: 28px;
  }
  .c-testimonials-footer {
    font-size: 14px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
}

.c-cmsKeyNumbers-wrapper {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.c-cmsKeyNumbers-wrapper[data-withnotext=true] {
  gap: 80px;
}
.c-cmsKeyNumbers-title {
  font-weight: 400;
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
}
[data-withnotext=true] .c-cmsKeyNumbers-title {
  font-size: 48px;
}
.c-cmsKeyNumbers-text {
  text-align: center;
}
.c-cmsKeyNumbers-numbers {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.c-cmsKeyNumbers-numbers li {
  text-align: center;
}
.c-cmsKeyNumbers-numbers li[data-type=separ] {
  width: 1px;
  height: 100px;
  background: var(--color-black);
  opacity: 0.1;
}
.c-cmsKeyNumbers-numbers strong {
  font-size: 72px;
  display: block;
  padding-bottom: 8px;
  font-weight: 400;
}
.c-cmsKeyNumbers-numbers span {
  color: var(--color-grey80);
  line-height: 1.25;
}
.c-cmsKeyNumbers[data-bg=dark] .c-cmsKeyNumbers-numbers li {
  border-color: rgba(255, 255, 255, 0.2);
}
.c-cmsKeyNumbers[data-bg=dark] .c-cmsKeyNumbers-numbers li[data-type=separ] {
  background: var(--color-white);
  opacity: 0.2;
}
.c-cmsKeyNumbers[data-bg=dark] .c-cmsKeyNumbers-numbers li span {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 999px) {
  .c-cmsKeyNumbers-wrapper {
    gap: 32px;
  }
  .c-cmsKeyNumbers-wrapper[data-withnotext=true] {
    gap: 40px;
  }
  .c-cmsKeyNumbers-title {
    font-size: 40px;
  }
  [data-withnotext=true] .c-cmsKeyNumbers-title {
    font-size: 32px;
  }
  .c-cmsKeyNumbers-numbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .c-cmsKeyNumbers-numbers li {
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    border-right: 1px rgba(0, 0, 0, 0.1) solid;
    padding: 20px;
  }
  .c-cmsKeyNumbers-numbers li[data-type=separ] {
    display: none;
  }
  .c-cmsKeyNumbers-numbers li:nth-child(4n+3) {
    border-right: none;
  }
  .c-cmsKeyNumbers-numbers li:nth-last-child(1) {
    border-bottom: none;
  }
  .c-cmsKeyNumbers-numbers li:nth-last-child(3):nth-child(4n+1) {
    border-bottom: none;
  }
  .c-cmsKeyNumbers-numbers strong {
    font-size: 56px;
  }
  .c-cmsKeyNumbers-numbers span {
    font-size: 14px;
  }
}

.c-cmsPushSlider-title {
  width: 40%;
}
.c-cmsPushSlider-title span {
  display: inline-block;
}
.c-cmsPushSlider-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 120px;
}
.c-cmsPushSlider-head p {
  width: 40%;
  padding: 16px 0;
  max-width: 550px;
  line-height: 1.1;
}
.c-cmsPushSlider-slider {
  margin-top: var(--block-desktop-spacing);
  padding-inline: 50px;
  width: calc(100% + 100px);
  margin-left: -50px;
}
.c-cmsPushSlider-slider.swiper-initialized .c-cmsPushSlider-sliderWrapper {
  gap: 0;
  justify-content: unset;
}
.c-cmsPushSlider-sliderWrapper {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.c-cmsPushSlider-slide {
  width: 45%;
  flex-shrink: 0;
  max-width: 554px;
  min-width: 314px;
}
.c-cmsPushSlider-slide[data-format=landscape] {
  max-width: 850px;
  min-width: 332px;
  min-height: 320px;
  width: 60%;
}
.c-cmsPushSlider-sliderPagination {
  align-items: center;
  justify-content: center;
  gap: 6px;
  display: none;
}
@media screen and (max-width: 999px) {
  .c-cmsPushSlider-title {
    width: 100%;
  }
  .c-cmsPushSlider-head {
    flex-direction: column;
    gap: 24px;
  }
  .c-cmsPushSlider-head p {
    width: 100%;
    max-width: 100%;
  }
  .c-cmsPushSlider-slider {
    margin-top: 40px;
    width: calc(100% + 48px);
    margin-left: -24px;
    padding-inline: 24px;
  }
  .c-cmsPushSlider-sliderPagination {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsPushSlider-slider {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-inline: 16px;
  }
}

.c-cmsExperience-wrapper {
  display: grid;
  grid-template-columns: 445fr 60fr 386fr 120fr 420fr;
}
.c-cmsExperience-content {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
}
.c-cmsExperience-content p {
  line-height: 1.3;
  color: var(--color-grey80);
}
.c-cmsExperience-image {
  grid-column: 3;
}
.c-cmsExperience-imageWrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.c-cmsExperience-imageWrapper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5) 100%);
}
.c-cmsExperience-imageWrapper img {
  display: block;
  height: auto;
  width: 100%;
}
.c-cmsExperience-imageWrapper-quote {
  padding: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--color-white);
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}
.c-cmsExperience-imageWrapper-quote p {
  padding-top: 16px;
}
.c-cmsExperience-list {
  grid-column: 5;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-cmsExperience-point {
  padding: 0 68px 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
}
.c-cmsExperience-point img {
  display: block;
  margin-bottom: 30px;
}
.c-cmsExperience-point-title {
  font-size: 16px;
  display: block;
  margin-bottom: 16px;
}
.c-cmsExperience-point-description {
  font-size: 24px;
}
.c-cmsExperience[data-bg=dark] .c-cmsExperience-description {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1399px) {
  .c-cmsExperience-point {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .c-cmsExperience-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .c-cmsExperience-content {
    display: contents;
  }
  .c-cmsExperience-title {
    order: 1;
  }
  .c-cmsExperience-description {
    order: 1;
  }
  .c-cmsExperience-image {
    order: 2;
    max-width: 380px;
  }
  .c-cmsExperience-list {
    order: 3;
  }
  .c-cmsExperience-cta {
    order: 4;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsExperience-title {
    text-align: center;
  }
  .c-cmsExperience-description {
    text-align: center;
  }
  .c-cmsExperience-list {
    gap: 24px;
  }
  .c-cmsExperience-point {
    padding-bottom: 32px;
  }
  .c-cmsExperience-point-title {
    font-size: 14px;
  }
  .c-cmsExperience-point-description {
    font-size: 18px;
  }
}

.c-cmsYottacity[data-displaytype=home] {
  margin: 0 16px;
  border-radius: 20px;
  padding-bottom: 30px;
  padding-inline: 30px;
  overflow: hidden;
}
.c-cmsYottacity-content {
  display: flex;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 904px;
  max-width: 100%;
}
.c-cmsYottacity-content p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
}
.c-cmsYottacity-pushList.swiper-initialized .c-cmsYottacity-pushListWrapper {
  gap: 0;
}
.c-cmsYottacity-pushListWrapper {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.c-cmsYottacity-sliderPagination {
  gap: 6px;
  align-items: flex-end;
  justify-content: center;
  display: none;
}
.c-cmsYottacity-content + .c-cmsYottacity-slider {
  margin-top: 60px;
}
.c-cmsYottacity-slider {
  position: relative;
}
.c-cmsYottacity-slider:hover .c-cmsYottacity-sliderNav {
  opacity: 1;
}
.c-cmsYottacity-sliderNav {
  position: absolute;
  top: -30px;
  height: calc(100% + 60px);
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: visible;
  transition: opacity 0.1s linear;
}
.c-cmsYottacity-sliderNav.swiper-button-disabled {
  visibility: hidden;
}
.c-cmsYottacity-sliderNav:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.c-cmsYottacity-sliderNav[data-swiper-nav=prev] {
  left: -50px;
}
.c-cmsYottacity-sliderNav[data-swiper-nav=prev]:before {
  mask: linear-gradient(90deg, black 0%, transparent 100%);
  -webkit-mask: linear-gradient(90deg, black 0%, transparent 100%);
}
.c-cmsYottacity-sliderNav[data-swiper-nav=prev] span svg {
  transform: rotate(180deg);
}
.c-cmsYottacity-sliderNav[data-swiper-nav=next] {
  right: -50px;
}
.c-cmsYottacity-sliderNav[data-swiper-nav=next]:before {
  mask: linear-gradient(270deg, white 0%, transparent 100%);
  -webkit-mask: linear-gradient(270deg, white 0%, transparent 100%);
}
.c-cmsYottacity-sliderNav span {
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  pointer-events: auto;
  width: 60px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cmsYottacity-sliderNav span svg {
  width: 19px;
  height: 19px;
}
.c-cmsYottacity-push {
  width: calc((100% - 48px) / 4);
  aspect-ratio: 365/480;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(222, 45, 113, 0.06) 31.38%, rgba(222, 45, 113, 0.4) 100%), #FFF;
  transition: background 0.3s linear;
}
.c-cmsYottacity-push:hover:after {
  opacity: 1;
}
.c-cmsYottacity-push:focus-visible:before {
  opacity: 1;
  border: 2px solid blue;
}
.c-cmsYottacity-push img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.c-cmsYottacity-push:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 20px;
  z-index: 3;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.5%, rgba(0, 0, 0, 0.7) 100%), rgba(0, 0, 0, 0.1);
}
.c-cmsYottacity-push:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 20px;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s linear;
  background: linear-gradient(180deg, #DE2D71 31.38%, #DE2D71 100%), #FFF;
}
.c-cmsYottacity-push p {
  position: relative;
  z-index: 3;
  color: var(--color-white);
  font-weight: 400;
  line-height: 1.3;
  display: block;
  width: 100%;
  font-size: 24px;
}
.c-cmsYottacity-push span {
  position: relative;
  z-index: 3;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.c-cmsYottacity[data-displaytype=home] .c-cmsYottacity-sliderNav {
  height: 100%;
  top: 0;
}
.c-cmsYottacity[data-displaytype=home] .c-cmsYottacity-sliderNav[data-swiper-nav=prev] {
  left: -30px;
}
.c-cmsYottacity[data-displaytype=home] .c-cmsYottacity-sliderNav[data-swiper-nav=next] {
  right: -30px;
}
@media screen and (max-width: 1299px) {
  .c-cmsYottacity-push {
    min-width: 295px;
  }
  .c-cmsYottacity-pushList {
    padding-inline: 50px;
  }
  .c-cmsYottacity-slider {
    width: calc(100% + 100px);
    margin-left: -50px;
  }
  .c-cmsYottacity-sliderNav[data-swiper-nav=prev] {
    left: 0;
  }
  .c-cmsYottacity-sliderNav[data-swiper-nav=next] {
    right: 0;
  }
  .c-cmsYottacity[data-displaytype=home] .c-cmsYottacity-slider {
    width: 100%;
    margin-left: 0;
  }
  .c-cmsYottacity[data-displaytype=home] .c-cmsYottacity-pushList {
    padding-inline: 0;
  }
  .c-cmsYottacity[data-displaytype=home] .c-cmsYottacity-push {
    min-width: 310px;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsYottacity[data-displaytype=home] {
    padding-bottom: 16px;
    padding-inline: 16px;
    margin-inline: 8px;
  }
  .c-cmsYottacity-content + .c-cmsYottacity-slider {
    margin-top: 40px;
  }
  .c-cmsYottacity-sliderNav {
    display: none;
  }
  .c-cmsYottacity-slider {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .c-cmsYottacity-sliderPagination {
    display: flex;
  }
  .c-cmsYottacity-push p {
    font-size: 18px;
  }
  .c-cmsYottacity-push img {
    border-radius: 16px;
  }
  .c-cmsYottacity-push:before {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsYottacity-slider {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

.c-cmsImageSlider-wrapper {
  text-align: center;
}
.c-cmsImageSlider-slider {
  margin-top: 60px;
  position: relative;
  width: calc(100% + 100px);
  margin-left: -50px;
  padding-inline: 50px;
}
.c-cmsImageSlider-slider:hover {
  cursor: none;
}
.c-cmsImageSlider-sliderWrapper .swiper-slide {
  width: auto;
}
.c-cmsImageSlider-sliderWrapper img {
  border-radius: 20px;
  max-height: 680px;
  width: auto;
  height: calc(var(--viewport-height) * 0.7);
  max-width: calc(var(--viewport-width) - 32px);
  object-fit: cover;
}
.c-cmsImageSlider-sliderWrapper:hover {
  cursor: none;
}
.c-cmsImageSlider-nav {
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  translate: -50% -50%;
  z-index: 10;
  width: 60px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cmsImageSlider-nav:hover {
  cursor: none;
}
.c-cmsImageSlider-nav svg {
  width: 19px;
  height: 19px;
}
.c-cmsImageSlider-nav[data-swiper-nav=prev] svg {
  transform: rotate(180deg);
}
.c-cmsImageSlider-legend {
  padding-top: 32px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.c-cmsImageSlider-legend span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.c-cmsImageSlider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.c-cmsImageSlider[data-bg=dark] .c-cmsImageSlider-legend span {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 999px) {
  .c-cmsImageSlider-slider {
    width: calc(100% + 48px);
    margin-left: -24px;
    padding-inline: 24px;
    margin-top: 40px;
  }
  .c-cmsImageSlider-slider:hover {
    cursor: default;
  }
  .c-cmsImageSlider-sliderWrapper:hover {
    cursor: default;
  }
  .c-cmsImageSlider-sliderWrapper img {
    border-radius: 16px;
  }
  .c-cmsImageSlider-nav:hover {
    cursor: default;
  }
  .c-cmsImageSlider-legend {
    padding-top: 24px;
    font-size: 18px;
  }
  .c-cmsImageSlider-legend span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsImageSlider-slider {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-inline: 16px;
  }
}

.c-cmsEquipmentsAndServices-wrapper {
  text-align: center;
}
.c-cmsEquipmentsAndServices-wrapper > a {
  margin-top: 60px;
}
.c-cmsEquipmentsAndServices-description {
  padding-top: 32px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  line-height: 1.3;
}
.c-cmsEquipmentsAndServices-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 60px;
}
.c-cmsEquipmentsAndServices-list[data-swap=true] div {
  flex-direction: column-reverse;
}
.c-cmsEquipmentsAndServices-list li {
  padding: 32px 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(222, 45, 113, 0.05) 0%, rgba(222, 45, 113, 0.02) 100%);
}
.c-cmsEquipmentsAndServices-list img {
  display: inline-block;
}
.c-cmsEquipmentsAndServices-list strong {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}
.c-cmsEquipmentsAndServices-list span {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}
.c-cmsEquipmentsAndServices-list div {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-cmsEquipmentsAndServices[data-bg=dark] .c-cmsEquipmentsAndServices-description {
  color: rgba(255, 255, 255, 0.8);
}
.c-cmsEquipmentsAndServices[data-bg=dark] .c-cmsEquipmentsAndServices-list li {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}
.c-cmsEquipmentsAndServices[data-bg=dark] .c-cmsEquipmentsAndServices-list span {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1199px) {
  .c-cmsEquipmentsAndServices-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsEquipmentsAndServices-list {
    padding-top: 40px;
  }
  .c-cmsEquipmentsAndServices-list li {
    padding: 24px 16px;
  }
  .c-cmsEquipmentsAndServices-list strong {
    font-size: 18px;
  }
  .c-cmsEquipmentsAndServices-list span {
    font-size: 12px;
  }
  .c-cmsEquipmentsAndServices-list div {
    padding-top: 16px;
  }
  .c-cmsEquipmentsAndServices-wrapper > a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsEquipmentsAndServices-list {
    grid-template-columns: 1fr;
  }
}

.c-cmsImageText {
  max-width: 100%;
}
.c-cmsImageText-wrapper {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 100px;
}
.c-cmsImageText-wrapper[data-align=left] {
  flex-direction: row-reverse;
}
.c-cmsImageText-wrapper[data-align=bottom] {
  flex-direction: column;
  text-align: center;
  gap: 60px;
}
.c-cmsImageText-wrapper[data-align=bottom] .c-cmsImageText-content {
  max-width: 740px;
  margin: 0 auto;
}
.c-cmsImageText-wrapper[data-align=bottom] .c-cmsImageText-image {
  width: 100%;
}
.c-cmsImageText-wrapper[data-align=bottom] .c-cmsImageText-image img {
  width: 100%;
  object-fit: contain;
  max-height: 640px;
}
.c-cmsImageText-wrapper[data-noimage=true] {
  width: 800px;
}
.c-cmsImageText-title {
  display: block;
  padding-bottom: 40px;
}
.c-cmsImageText-content {
  flex-grow: 1;
}
.c-cmsImageText-cta {
  margin-top: 40px;
}
.c-cmsImageText-image {
  width: 40%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cmsImageText-image img {
  border-radius: 20px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1199px) {
  .c-cmsImageText-wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsImageText-wrapper {
    gap: 40px;
  }
  .c-cmsImageText-wrapper[data-align=bottom] {
    gap: 40px;
  }
  .c-cmsImageText-title {
    padding-bottom: 30px;
  }
  .c-cmsImageText-cta {
    margin-top: 24px;
  }
  .c-cmsImageText-image img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsImageText-wrapper {
    flex-direction: column-reverse;
  }
  .c-cmsImageText-wrapper[data-align=left] {
    flex-direction: column-reverse;
  }
  .c-cmsImageText-image {
    width: 100%;
    max-width: 500px;
  }
}

.c-cmsFaq-wrapper {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-cmsFaq-title {
  padding-bottom: 60px;
}
.c-cmsFaq-list {
  text-align: left;
}
.c-cmsFaq-list li {
  padding: 32px 0;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}
.c-cmsFaq-list details {
  outline: none;
}
.c-cmsFaq-list summary {
  outline: none;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  line-height: 1.2;
}
.c-cmsFaq-list summary > span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  transform: translate(0, -8px);
}
.c-cmsFaq-list summary > span svg {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.c-cmsFaq-list summary > span svg path {
  fill: var(--color-pink);
}
.c-cmsFaq-list summary::marker, .c-cmsFaq-list summary::-webkit-details-marker {
  display: none;
}
.c-cmsFaq-list details[open] summary > span,
.c-cmsFaq-list summary:hover > span,
.c-cmsFaq-list summary:focus-within > span {
  border: 1px solid var(--color-pink);
  background: linear-gradient(96deg, #DE2D71 6.97%, #A82055 93.73%);
  box-shadow: 0 0 16px 0 rgba(222, 45, 113, 0.5);
}
.c-cmsFaq-list details[open] summary > span svg path,
.c-cmsFaq-list summary:hover > span svg path,
.c-cmsFaq-list summary:focus-within > span svg path {
  fill: var(--color-white);
}
.c-cmsFaq-list details[open] summary > span svg {
  transform: rotate(0deg);
}
.c-cmsFaq-list div {
  padding-top: 24px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
}
.c-cmsFaq-cta {
  margin-top: 28px;
}
.c-cmsFaq[data-bg=dark] .c-cmsFaq-list div {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
}
@media screen and (max-width: 999px) {
  .c-cmsFaq-title {
    padding-bottom: 40px;
  }
  .c-cmsFaq-list li {
    padding: 24px 0;
  }
  .c-cmsFaq-list summary {
    gap: 16px;
  }
  .c-cmsFaq-cta {
    margin-top: 16px;
  }
}

.c-cmsConfiguration-title {
  text-align: center;
}
.c-cmsConfiguration-tabsMenu {
  padding-top: 60px;
  padding-bottom: 10px;
  font-weight: 400;
  white-space: nowrap;
  overflow: auto;
  max-width: 100%;
  display: flex;
}
.c-cmsConfiguration-tabsMenu > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin: auto;
}
.c-cmsConfiguration-tabsMenu button {
  position: relative;
  line-height: 1.3;
  font-size: 18px;
}
.c-cmsConfiguration-tabsMenu button:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--color-pink);
  bottom: -2px;
  opacity: 0;
}
.c-cmsConfiguration-tabsMenu button[aria-selected=true] {
  color: var(--color-pink);
}
.c-cmsConfiguration-tabsMenu button[aria-selected=true]:after {
  opacity: 1;
  background: var(--color-pink);
}
.c-cmsConfiguration-tabsMenu button:hover:after {
  opacity: 1;
  background: currentColor;
}
.c-cmsConfiguration-tabsMenu button:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 1px;
  top: 50%;
  transform: translate(0, -50%);
  left: -40px;
  background: rgba(0, 0, 0, 0.16);
}
.c-cmsConfiguration-tabPanel {
  padding-top: 70px;
  display: flex;
  gap: 100px;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.c-cmsConfiguration-image {
  max-width: 500px;
  width: 45%;
  flex-shrink: 0;
}
.c-cmsConfiguration-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.c-cmsConfiguration-list {
  flex-grow: 1;
}
.c-cmsConfiguration-list li {
  padding: 40px 68px 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-cmsConfiguration-list li:first-child {
  padding-top: 0;
}
.c-cmsConfiguration-list li strong {
  font-weight: 400;
}
.c-cmsConfiguration-list li p {
  line-height: 1.3;
  padding-top: 16px;
}
.c-cmsConfiguration[data-bg=dark] .c-cmsConfiguration-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 999px) {
  .c-cmsConfiguration-tabsMenu {
    padding-top: 40px;
  }
  .c-cmsConfiguration-tabsMenu > div {
    gap: 50px;
  }
  .c-cmsConfiguration-tabsMenu button {
    font-size: 16px;
  }
  .c-cmsConfiguration-tabsMenu button:not(:first-child):before {
    left: -25px;
  }
  .c-cmsConfiguration-tabPanel {
    padding-top: 30px;
    gap: 40px;
  }
  .c-cmsConfiguration-list p {
    font-size: 14px;
  }
  .c-cmsConfiguration-image img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsConfiguration-tabPanel {
    flex-direction: column;
  }
  .c-cmsConfiguration-list {
    width: 100%;
  }
  .c-cmsConfiguration-list li {
    padding: 32px 0 32px 0;
  }
  .c-cmsConfiguration-image {
    width: 100%;
    max-width: 500px;
  }
}

.c-cmsQuote quote {
  font-style: italic;
  line-height: 1.25;
  max-width: 1150px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.c-cmsQuote-author {
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.c-cmsQuote-author img {
  border-radius: 100%;
  object-fit: cover;
}
.c-cmsQuote-author p span {
  color: rgba(0, 0, 0, 0.6);
}
.c-cmsQuote[data-bg=dark] .c-cmsQuote-author p span {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 999px) {
  .c-cmsQuote-author p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsQuote-author p strong {
    display: block;
  }
}

.c-cmsOurValues-title {
  text-align: center;
}
.c-cmsOurValues-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px 16px;
  padding-top: 60px;
  font-weight: 400;
}
.c-cmsOurValues-list li {
  flex: 1 1;
  max-width: 444px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-cmsOurValues-list strong {
  display: block;
  padding-top: 16px;
}
.c-cmsOurValues-list p {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  line-height: 1.3;
}
.c-cmsOurValues-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 365/256;
  object-fit: cover;
  border-radius: 20px;
}
.c-cmsOurValues[data-bg=dark] .c-cmsOurValues-list p {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1199px) {
  .c-cmsOurValues-list {
    flex-wrap: wrap;
  }
  .c-cmsOurValues-list li {
    max-width: none;
    flex: auto;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 1199px) and (max-width: 999px) {
  .c-cmsOurValues-list {
    padding-top: 40px;
  }
  .c-cmsOurValues-list img {
    border-radius: 16px;
  }
  .c-cmsOurValues-list strong {
    padding-top: 0;
  }
  .c-cmsOurValues-list p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .c-cmsOurValues-list li {
    width: 100%;
  }
}

.c-cmsPartners-title {
  text-align: center;
}
.c-cmsPartners-list {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 100px;
  width: 1220px;
  margin: 0 auto;
  max-width: 100%;
}
.c-cmsPartners-list img {
  max-height: 42px;
  max-width: 180px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
}
.c-cmsPartners-list a:hover img {
  opacity: 1;
}
.c-cmsPartners[data-bg=dark] .c-cmsPartners-list img {
  filter: grayscale(100%) invert(100%);
  opacity: 0.7;
}
.c-cmsPartners[data-bg=dark] .c-cmsPartners-list a:hover img {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .c-cmsPartners-list {
    padding-top: 40px;
    gap: 40px;
  }
}

.c-cmsSimpleText-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.c-cmsDualSlider {
  /*&[data-displaytype="contact"] {
    padding-bottom: 0;
  }*/
}
.c-cmsDualSlider-wrapper {
  text-align: center;
}
.c-cmsDualSlider-title {
  padding-bottom: 60px;
}
.c-cmsDualSlider-cta {
  margin-top: 60px;
}
.c-cmsDualSlider-slider {
  position: relative;
  width: calc(100% + 100px);
  margin-left: -50px;
  padding-inline: 50px;
}
.c-cmsDualSlider-slider + .c-cmsDualSlider-slider {
  margin-top: 16px;
}
.c-cmsDualSlider-slider.swiper-initialized .c-cmsDualSlider-sliderWrapper {
  gap: 0;
}
.c-cmsDualSlider-sliderWrapper {
  gap: 16px;
}
.c-cmsDualSlider-sliderWrapper .swiper-slide {
  width: auto;
}
.c-cmsDualSlider-sliderWrapper img {
  display: block;
  border-radius: 20px;
  max-height: 400px;
  min-height: 180px;
  width: auto;
  height: calc(var(--viewport-width) * 0.3);
  max-width: calc(var(--viewport-width) - 32px);
  object-fit: cover;
}
@media screen and (max-width: 999px) {
  .c-cmsDualSlider-title {
    padding-bottom: 40px;
  }
  .c-cmsDualSlider-slider {
    width: calc(100% + 48px);
    margin-left: -24px;
    padding-inline: 24px;
  }
  .c-cmsDualSlider-sliderWrapper img {
    border-radius: 16px;
  }
  .c-cmsDualSlider-cta {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsDualSlider-slider {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-inline: 16px;
  }
}

.c-cmsCustomerTestimonials-title {
  text-align: center;
  display: block;
}
.c-cmsCustomerTestimonials-list {
  padding-top: 60px;
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.c-cmsCustomerTestimonials-item {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(180deg, #FDF4F8 0%, #FFF 100%);
  border-radius: 16px;
  padding: 40px;
}
.c-cmsCustomerTestimonials-item-text {
  padding-top: 34px;
  font-style: italic;
  font-size: 18px;
  flex-grow: 1;
}
.c-cmsCustomerTestimonials-item-author {
  font-size: 14px;
  opacity: 0.8;
}
.c-cmsCustomerTestimonials-item-date {
  color: rgba(0, 0, 0, 0.8);
}
.c-cmsCustomerTestimonials-item-date strong {
  color: var(--color-black);
}
.c-cmsCustomerTestimonials[data-bg=dark] .c-cmsCustomerTestimonials-item {
  background: rgba(254, 254, 254, 0.1);
}
.c-cmsCustomerTestimonials[data-bg=dark] .c-cmsCustomerTestimonials-item-date {
  color: rgba(255, 255, 255, 0.8);
}
.c-cmsCustomerTestimonials[data-bg=dark] .c-cmsCustomerTestimonials-item-date strong {
  color: var(--color-white);
}
@media screen and (max-width: 1199px) {
  .c-cmsCustomerTestimonials-list {
    flex-wrap: wrap;
  }
  .c-cmsCustomerTestimonials-item {
    flex: unset;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 999px) {
  .c-cmsCustomerTestimonials-list {
    padding-top: 40px;
  }
  .c-cmsCustomerTestimonials-item {
    padding: 32px;
  }
  .c-cmsCustomerTestimonials-item-text {
    padding-top: 24px;
    font-size: 16px;
  }
  .c-cmsCustomerTestimonials-item-author {
    font-size: 12px;
  }
  .c-cmsCustomerTestimonials-item-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsCustomerTestimonials-item {
    width: 100%;
  }
}

.c-cmsGallery {
  --wp--style--gallery-gap-default: 16px;
}
.c-cmsGallery-wrapper > figure {
  margin: 0;
}
.c-cmsGallery-wrapper .wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.c-cmsGallery-wrapper .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
}
.c-cmsGallery-wrapper .wp-block-gallery.has-nested-images > figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
  order: 0;
  align-self: flex-start;
  padding-bottom: 44px;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.3;
}
.c-cmsGallery-wrapper .wp-block-gallery.has-nested-images > figcaption strong {
  color: var(--color-pink);
  font-weight: 400;
}
.c-cmsGallery-wrapper .wp-block-gallery.has-nested-images figure {
  order: 1;
}
.c-cmsGallery-wrapper img {
  border-radius: 20px;
}
@media screen and (max-width: 999px) {
  .c-cmsGallery-wrapper .wp-block-gallery.has-nested-images {
    padding-bottom: 24px;
  }
  .c-cmsGallery-wrapper .wp-block-gallery.has-nested-images figure.wp-block-image {
    border-radius: 0 0 16px 16px;
  }
  .c-cmsGallery-wrapper .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 12px;
  }
  .c-cmsGallery-wrapper .wp-block-gallery.has-nested-images > figcaption {
    font-size: 40px;
  }
  .c-cmsGallery-wrapper img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsGallery {
    --wp--style--gallery-gap-default: 8px;
  }
}

.c-cmsKeyPoints-wrapper {
  text-align: center;
}
.c-cmsKeyPoints-wrapper > a {
  margin-top: 60px;
}
.c-cmsKeyPoints-description {
  padding-top: 32px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  line-height: 1.3;
}
.c-cmsKeyPoints-list {
  display: flex;
  gap: 16px;
  align-items: stretch;
  padding-top: 60px;
  text-align: left;
}
.c-cmsKeyPoints-list li {
  flex: 1 1;
  padding: 40px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(222, 45, 113, 0.05) 0%, rgba(222, 45, 113, 0.02) 100%);
}
.c-cmsKeyPoints-list img {
  display: inline-block;
}
.c-cmsKeyPoints-list strong {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}
.c-cmsKeyPoints-list span {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}
.c-cmsKeyPoints-list div {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-cmsKeyPoints[data-bg=dark] .c-cmsKeyPoints-description {
  color: rgba(255, 255, 255, 0.8);
}
.c-cmsKeyPoints[data-bg=dark] .c-cmsKeyPoints-list li {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}
.c-cmsKeyPoints[data-bg=dark] .c-cmsKeyPoints-list span {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1199px) {
  .c-cmsKeyPoints-list {
    flex-wrap: wrap;
  }
  .c-cmsKeyPoints-list li {
    flex: unset;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 999px) {
  .c-cmsKeyPoints-list {
    padding-top: 40px;
  }
  .c-cmsKeyPoints-list li {
    padding: 24px 16px;
  }
  .c-cmsKeyPoints-list img {
    width: 24px;
    height: 24px;
  }
  .c-cmsKeyPoints-list strong {
    font-size: 18px;
  }
  .c-cmsKeyPoints-list span {
    font-size: 12px;
  }
  .c-cmsKeyPoints-list div {
    padding-top: 16px;
  }
  .c-cmsKeyPoints-wrapper > a {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-cmsKeyPoints-list {
    text-align: center;
  }
  .c-cmsKeyPoints-list li {
    width: 100%;
  }
}

.c-cmsExploreSpaces {
  position: relative;
  overflow: hidden;
}
.c-cmsExploreSpaces-spaceList.swiper-initialized .c-cmsExploreSpaces-spaceListWrapper {
  gap: 0;
}
.c-cmsExploreSpaces-spaceList.swiper {
  overflow: visible;
}
.c-cmsExploreSpaces-title + .c-cmsExploreSpaces-slider {
  margin-top: 48px;
}
.c-cmsExploreSpaces-spaceListWrapper {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.c-cmsExploreSpaces-sliderPagination {
  gap: 6px;
  align-items: flex-end;
  justify-content: center;
  display: none;
}
.c-cmsExploreSpaces-space {
  width: calc((100% - 48px) / 4);
  aspect-ratio: 360/540;
  max-width: 360px;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(222, 45, 113, 0.06) 31.38%, rgba(222, 45, 113, 0.4) 100%), #FFF;
  transition: background 0.3s linear;
}
.c-cmsExploreSpaces-space img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.c-cmsExploreSpaces-space:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 20px;
  z-index: 2;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.5%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.c-cmsExploreSpaces-space span {
  display: block;
  position: relative;
  z-index: 2;
  color: var(--color-white);
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  font-size: 24px;
}
@media screen and (max-width: 1299px) {
  .c-cmsExploreSpaces-space {
    min-width: 295px;
  }
}
@media screen and (max-width: 999px) {
  .c-cmsExploreSpaces-title + .c-cmsExploreSpaces-slider {
    margin-top: 32px;
  }
  .c-cmsExploreSpaces-sliderPagination {
    display: flex;
  }
  .c-cmsExploreSpaces-space span {
    font-size: 18px;
  }
  .c-cmsExploreSpaces-space img {
    border-radius: 16px;
  }
  .c-cmsExploreSpaces-space:before {
    border-radius: 16px;
  }
}

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