/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \***********************************************************************************************************************************************************************************************/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

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

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      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: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before); }

[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: 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-top: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Slide styles end */

/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor; }

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  /* 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-VariableFont.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'AwesomeSerif';
  src: url("../fonts/AwesomeSerif-SemiBoldTall.eot");
  src: url("../fonts/AwesomeSerif-SemiBoldTall.eot?#iefix") format("embedded-opentype"), url("../fonts/AwesomeSerif-SemiBoldTall.woff2") format("woff2"), url("../fonts/AwesomeSerif-SemiBoldTall.woff") format("woff"), url("../fonts/AwesomeSerif-SemiBoldTall.ttf") format("truetype"), url("../fonts/AwesomeSerif-SemiBoldTall.svg#AwesomeSerif") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'AwesomeSerif';
  src: url("../fonts/AwesomeSerifItalic-SemBdTall.eot");
  src: url("../fonts/AwesomeSerifItalic-SemBdTall.eot?#iefix") format("embedded-opentype"), url("../fonts/AwesomeSerifItalic-SemBdTall.woff2") format("woff2"), url("../fonts/AwesomeSerifItalic-SemBdTall.woff") format("woff"), url("../fonts/AwesomeSerifItalic-SemBdTall.ttf") format("truetype"), url("../fonts/AwesomeSerifItalic-SemBdTall.svg#AwesomeSerifItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

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

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important; }

.wp-smiley {
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #FFFFFF;
  color: #000000;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  /* -- @include break(mobile)-- */
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }

.container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .container {
      width: 90%; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex > * {
    width: 50%; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none; }

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

h1,
.title-h1 {
  font-family: "podium-soft-variable", sans-serif;
  font-variation-settings: "wdth" 75;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.5px;
  margin: 0;
  color: #E43A3A;
  text-transform: uppercase; }
  h1 em,
  h1 i,
  .title-h1 em,
  .title-h1 i {
    font-family: 'AwesomeSerif', serif;
    font-weight: 600;
    font-style: italic; }

h2,
.title-h2 {
  font-family: 'AwesomeSerif', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  line-height: 72px;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2,
    .title-h2 {
      font-size: 48px;
      line-height: 60px; } }

h3,
.title-h3 {
  font-family: "podium-soft-variable", sans-serif;
  font-variation-settings: "wdth" 75;
  font-size: 32px;
  line-height: 100%;
  margin: 0;
  color: #3222CF;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h3,
    .title-h3 {
      font-size: 32px;
      line-height: 115%; } }

h4,
.title-h4 {
  font-family: 'AwesomeSerif', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 100%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h4,
    .title-h4 {
      font-size: 22px;
      line-height: 100%; } }

h5,
.title-h5 {
  font-family: 'AwesomeSerif', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 100%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h5,
    .title-h5 {
      font-size: 20px;
      line-height: 100%; } }

h6,
.title-h6 {
  font-family: 'AwesomeSerif', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h6,
    .title-h6 {
      font-size: 18px;
      line-height: 100%; } }

.grecaptcha-badge {
  visibility: hidden; }

.bg_white {
  background-color: #FFFFFF; }

.bg_dark {
  background-color: #000000; }

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_top {
      padding-right: 0%; } }
  .title_top .txt {
    /* -- @include break(mobile)-- */ }

.sec-padding_grand {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_grand {
      padding-top: 80px;
      padding-bottom: 80px; } }

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_petit {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec-padding_petit .title_top {
    padding-bottom: 32px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sec-padding_petit .title_top {
        padding-bottom: 32px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup .inner {
    position: absolute;
    width: 80%;
    height: 80vh;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .popup .video_wrap {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .popup .video_wrap iframe,
    .popup .video_wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .popup .close span {
      font-style: italic; }
    .popup .close svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .popup .close:hover {
      color: #3222CF; }
      .popup .close:hover svg path {
        fill: #3222CF;
        stroke: #3222CF; }
  .popup .bg {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #FFFFFF;
  height: 142px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    header {
      height: 92px; } }
  @media only screen and (max-width: 1600px) {
    header {
      height: 120px; } }
  .admin-bar header {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar header {
        top: 46px; } }
  header.is-menu-open {
    background-color: #3222CF; }
    header.is-menu-open .header-logo__default {
      display: none; }
    header.is-menu-open .header-logo__white {
      display: block; }
    header.is-menu-open .header-burger {
      background-color: #FFFFFF; }
      header.is-menu-open .header-burger__icon--open {
        display: none; }
      header.is-menu-open .header-burger__icon--close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  header .header-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .header-container {
        padding: 0 24px; } }
  header .header-logo {
    display: block;
    padding: 32px 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .header-logo {
        padding: 16px 0; } }
    header .header-logo img {
      width: 204px;
      height: 78px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .header-logo img {
          width: 112px;
          height: auto; } }
    header .header-logo__default {
      display: block; }
    header .header-logo__white {
      display: none; }
  header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .header-nav {
        gap: 8px; } }
  header .header-menu {
    display: none; }
  header .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #EAE9FA;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .header-burger {
        width: 44px;
        height: 44px; } }
    header .header-burger__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      header .header-burger__icon--close {
        display: none; }
    header .header-burger svg {
      display: block; }

.header-mobile-menu {
  position: fixed;
  top: 142px;
  left: 0;
  width: 100%;
  height: calc(100% - 142px);
  background-color: #3222CF;
  z-index: 998;
  padding: 50px;
  padding-left: max(calc((100vw - 1440px) / 2), 8vw);
  padding-right: max(calc((100vw - 1440px) / 2), 8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  clip-path: circle(0% at calc(100% - max((100vw - 1440px) / 2, 0px) - 92px) 0px);
  pointer-events: none;
  visibility: hidden;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1600px) {
    .header-mobile-menu {
      top: 120px;
      height: calc(100% - 120px);
      clip-path: circle(0% at calc(100% - 72px) 0px); } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .header-mobile-menu {
      top: 92px;
      height: calc(100% - 92px);
      padding: 80px 24px 24px;
      clip-path: circle(0% at calc(100% - 46px) 0px); } }
  .admin-bar .header-mobile-menu {
    top: 174px;
    height: calc(100% - 174px);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1600px) {
      .admin-bar .header-mobile-menu {
        top: 152px;
        height: calc(100% - 152px); } }
    @media screen and (max-width: 782px) {
      .admin-bar .header-mobile-menu {
        top: 138px;
        height: calc(100% - 138px); } }
  .header-mobile-menu.is-open {
    pointer-events: auto;
    visibility: visible; }
  .header-mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .header-mobile-menu__list {
        gap: 24px; } }
  .header-mobile-menu__item a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "podium-soft-variable", sans-serif;
    font-variation-settings: "wdth" 75;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .header-mobile-menu__item a {
        font-size: 40px; } }
    .header-mobile-menu__item a:hover {
      opacity: 0.7; }
  .header-mobile-menu__bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
  .header-mobile-menu__footer-menu {
    padding: 0 0 24px 0 !important; }
  .header-mobile-menu__footer-menu {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid #FFFFFF; }
  .header-mobile-menu__footer-item {
    line-height: 100%; }
    .header-mobile-menu__footer-item a {
      color: #FFFFFF;
      text-decoration: none;
      font-family: "podium-soft-variable", sans-serif;
      font-variation-settings: "wdth" 100;
      font-variation-settings: "wdth" 62.5;
      font-size: 24px;
      line-height: 100%;
      text-transform: uppercase;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .header-mobile-menu__footer-item a:hover {
        opacity: 0.7; }
  .header-mobile-menu__socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
  .header-mobile-menu__social-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .header-mobile-menu__social-item a:hover {
      opacity: 0.7; }
  .header-mobile-menu__social-item img {
    width: 24px;
    height: 24px; }

footer {
  background-color: #3222CF;
  padding: 48px 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    footer {
      padding: 32px 0; } }
  footer .footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .footer-container {
        padding: 0 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  footer .footer-logo {
    width: 100%;
    margin-bottom: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .footer-logo {
        width: auto;
        margin-bottom: 32px; } }
    footer .footer-logo img {
      width: 100%;
      height: auto;
      display: block;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .footer-logo img {
          width: auto;
          max-height: 66px; } }
  footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 24px; } }
  footer .footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0; }
    footer .footer-socials li a {
      display: block;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      footer .footer-socials li a:hover {
        opacity: 0.7; }
      footer .footer-socials li a img {
        width: 20px;
        height: 20px;
        display: block; }
    footer .footer-socials li:last-child a img {
      width: 14px;
      height: 14px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .footer-socials li:last-child a img {
          width: 18px;
          height: 18px; } }
  footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 53px;
    list-style: none;
    margin: 0;
    padding: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
        margin-bottom: 8px; } }
    footer .footer-menu li {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .footer-menu li {
          line-height: 100%; } }
      footer .footer-menu li a {
        color: #FFFFFF;
        text-decoration: none;
        font-family: "podium-soft-variable", sans-serif;
        font-variation-settings: "wdth" 75;
        font-size: 18px;
        text-transform: uppercase;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .footer-menu li a {
            line-height: 100%; } }
        footer .footer-menu li a:hover {
          opacity: 0.7; }
  footer .footer-legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    opacity: 0.65; }
    footer .footer-legal a {
      color: #FFFFFF;
      text-decoration: none;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      footer .footer-legal a:hover {
        opacity: 0.7; }

.btn-primary {
  display: inline-block;
  background-color: #E43A3A;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  padding: 20px;
  font-family: "podium-soft-variable", sans-serif;
  font-variation-settings: "wdth" 75;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  text-align: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .btn-primary {
      padding: 16px;
      font-size: 16px; } }
  .btn-primary:hover {
    background-color: #cf1c1c; }

.btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #E43A3A;
  border: 2px solid #E43A3A;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: "podium-soft-variable", sans-serif;
  font-variation-settings: "wdth" 75;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .btn-secondary {
      padding: 16px;
      font-size: 16px; } }
  .btn-secondary:hover {
    background-color: #E43A3A;
    color: #FFFFFF; }

.btn-outline {
  display: inline-block;
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  padding: 18px;
  font-family: "podium-soft-variable", sans-serif;
  font-variation-settings: "wdth" 75;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  text-align: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .btn-outline {
      padding: 16px;
      font-size: 16px; } }
  .btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1); }

a.link {
  color: #3222CF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a.link svg {
    margin-left: 12px; }
    a.link svg path {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

.btn-dropdown {
  position: relative;
  display: inline-block; }
  .btn-dropdown__trigger {
    position: relative;
    z-index: 2; }
  .btn-dropdown__menu {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #E43A3A;
    border-radius: 20px;
    padding: 35px 32px 28px 32px;
    min-width: 178px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    /* -- @include break(mobile)-- */ }
    .btn-dropdown__menu::before {
      content: '';
      position: absolute;
      top: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-bottom: 14px solid #E43A3A; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .btn-dropdown__menu {
        padding: 20px 24px;
        min-width: 180px;
        gap: 24px; } }
  .btn-dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "podium-soft-variable", sans-serif;
    font-variation-settings: "wdth" 75;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /* -- @include break(mobile)-- */ }
    .btn-dropdown__item svg {
      opacity: 0;
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
    .btn-dropdown__item:hover svg {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .btn-dropdown__item {
        font-size: 16px; }
        .btn-dropdown__item svg {
          opacity: 1;
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
  @media (hover: hover) {
    .btn-dropdown:hover .btn-dropdown__menu {
      opacity: 1;
      visibility: visible; } }
  .btn-dropdown.is-open .btn-dropdown__menu {
    opacity: 1;
    visibility: visible; }

.form-wrapper .form-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #4A485D;
  margin-bottom: 24px; }

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }
  .wpcf7-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    gap: 32px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .wpcf7-form .form-row {
        grid-template-columns: 1fr;
        gap: 24px; } }
  .wpcf7-form .form-row--full {
    display: block; }
  .wpcf7-form p {
    margin: 0; }
  .wpcf7-form label {
    display: contents; }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form textarea {
    width: 100%;
    padding: 10px 0 20px;
    border: none;
    border-bottom: 1px solid #3222CF;
    border-radius: 0;
    font-family: 'AwesomeSerif', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    line-height: 55px;
    color: #3222CF;
    background-color: transparent;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .wpcf7-form input[type="text"],
      .wpcf7-form input[type="email"],
      .wpcf7-form input[type="tel"],
      .wpcf7-form textarea {
        font-size: 36px;
        line-height: 42px;
        padding: 8px 0 16px; } }
    .wpcf7-form input[type="text"]::-webkit-input-placeholder, .wpcf7-form input[type="email"]::-webkit-input-placeholder, .wpcf7-form input[type="tel"]::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: max(24px, min(2.5vw, 45px));
      line-height: 1.2;
      color: #3222CF;
      opacity: 1; }
    .wpcf7-form input[type="text"]::-moz-placeholder, .wpcf7-form input[type="email"]::-moz-placeholder, .wpcf7-form input[type="tel"]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: max(24px, min(2.5vw, 45px));
      line-height: 1.2;
      color: #3222CF;
      opacity: 1; }
    .wpcf7-form input[type="text"]:-ms-input-placeholder, .wpcf7-form input[type="email"]:-ms-input-placeholder, .wpcf7-form input[type="tel"]:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: max(24px, min(2.5vw, 45px));
      line-height: 1.2;
      color: #3222CF;
      opacity: 1; }
    .wpcf7-form input[type="text"]::-ms-input-placeholder, .wpcf7-form input[type="email"]::-ms-input-placeholder, .wpcf7-form input[type="tel"]::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: max(24px, min(2.5vw, 45px));
      line-height: 1.2;
      color: #3222CF;
      opacity: 1; }
    .wpcf7-form input[type="text"]::placeholder,
    .wpcf7-form input[type="email"]::placeholder,
    .wpcf7-form input[type="tel"]::placeholder,
    .wpcf7-form textarea::placeholder {
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: max(24px, min(2.5vw, 45px));
      line-height: 1.2;
      color: #3222CF;
      opacity: 1; }
    .wpcf7-form input[type="text"]:focus,
    .wpcf7-form input[type="email"]:focus,
    .wpcf7-form input[type="tel"]:focus,
    .wpcf7-form textarea:focus {
      outline: none;
      border-bottom-color: #E43A3A; }
  .wpcf7-form textarea {
    height: 260px;
    resize: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .wpcf7-form textarea {
        height: 190px; } }
  .wpcf7-form input[type="submit"],
  .wpcf7-form button[type="submit"] {
    border: none;
    cursor: pointer;
    margin-top: 8px; }
  .wpcf7-form .wpcf7-not-valid {
    border-bottom-color: #E43A3A; }
  .wpcf7-form .wpcf7-not-valid-tip {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #E43A3A;
    margin-top: 4px; }
  .wpcf7-form .wpcf7-response-output {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 16px;
    margin: 16px 0 0;
    border-radius: 8px; }
  .wpcf7-form .wpcf7-mail-sent-ok {
    background-color: rgba(34, 197, 94, 0.1);
    border: 1px solid #22C55E;
    color: #22C55E; }
  .wpcf7-form .wpcf7-validation-errors,
  .wpcf7-form .wpcf7-spam-blocked {
    background-color: rgba(228, 58, 58, 0.1);
    border: 1px solid #E43A3A;
    color: #E43A3A; }
  .wpcf7-form span.wpcf7-form-control-wrap[\:has\(input\[type\%3D\%22file\%22\]\)] {
    position: relative;
    display: block;
    width: 100%; }
  .wpcf7-form span.wpcf7-form-control-wrap:has(input[type="file"]) {
    position: relative;
    display: block;
    width: 100%; }
    .wpcf7-form span.wpcf7-form-control-wrap[\:has\(input\[type\%3D\%22file\%22\]\)]::after {
      content: '';
      position: absolute;
      right: 0;
      top: 10px;
      width: 18px;
      height: 55px;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 12.375V15.75H2.25V12.375H0V15.75C0 16.9875 1.0125 18 2.25 18H15.75C16.9875 18 18 16.9875 18 15.75V12.375H15.75ZM14.625 7.875L13.0387 6.28875L10.125 9.19125V0H7.875V9.19125L4.96125 6.28875L3.375 7.875L9 13.5L14.625 7.875Z' fill='%233222CF'/%3E%3C/svg%3E");
      background-size: 18px 18px;
      background-repeat: no-repeat;
      background-position: right center;
      pointer-events: none;
      /* -- @include break(mobile)-- */ }
    .wpcf7-form span.wpcf7-form-control-wrap:has(input[type="file"])::after {
      content: '';
      position: absolute;
      right: 0;
      top: 10px;
      width: 18px;
      height: 55px;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 12.375V15.75H2.25V12.375H0V15.75C0 16.9875 1.0125 18 2.25 18H15.75C16.9875 18 18 16.9875 18 15.75V12.375H15.75ZM14.625 7.875L13.0387 6.28875L10.125 9.19125V0H7.875V9.19125L4.96125 6.28875L3.375 7.875L9 13.5L14.625 7.875Z' fill='%233222CF'/%3E%3C/svg%3E");
      background-size: 18px 18px;
      background-repeat: no-repeat;
      background-position: right center;
      pointer-events: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .wpcf7-form span.wpcf7-form-control-wrap[\:has\(input\[type\%3D\%22file\%22\]\)]::after {
          height: 40px; }
        .wpcf7-form span.wpcf7-form-control-wrap:has(input[type="file"])::after {
          height: 40px; } }
  .wpcf7-form .file-input-display {
    display: block;
    width: 100%;
    padding: 10px 40px 20px 0;
    border-bottom: 1px solid #3222CF;
    font-family: 'AwesomeSerif', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    line-height: 55px;
    color: #3222CF;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .wpcf7-form .file-input-display {
        font-size: 32px;
        line-height: 40px; } }
  .wpcf7-form input[type="file"]::-webkit-file-upload-button {
    display: none; }
  .wpcf7-form input[type="file"]::file-selector-button {
    display: none; }

.popup-commander {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .popup-commander {
      top: auto;
      bottom: 0;
      height: 100dvh;
      padding: 0 0; } }
  .popup-commander.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup-commander__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    cursor: pointer;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .popup-commander__overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100dvh; } }
  .popup-commander__wrapper {
    position: relative;
    width: 100%;
    max-width: 1088px;
    z-index: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .popup-commander__wrapper {
        max-width: 90%; } }
  .popup-commander__close {
    position: absolute;
    top: -70px;
    right: 0;
    background: none;
    border: 2px solid #3222CF;
    border-radius: 50%;
    cursor: pointer;
    padding: 8px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .popup-commander__close {
        top: 16px;
        right: 16px;
        z-index: 1;
        border: 2px solid #FFFFFF; } }
    .popup-commander__close:hover {
      opacity: 0.7; }
    .popup-commander__close svg {
      display: block;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .popup-commander__close svg path {
          fill: #FFFFFF; } }
  .popup-commander__content {
    background-color: #3222CF;
    padding: 80px;
    min-height: 503px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    overflow: visible;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .popup-commander__content {
        min-height: auto;
        padding: 96px 24px; } }
  .popup-commander__surtitle {
    font-family: "podium-soft-variable", sans-serif;
    font-variation-settings: "wdth" 100;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #E43A3A;
    margin-bottom: 16px; }
  .popup-commander__title {
    font-family: 'AwesomeSerif', serif;
    font-weight: 600;
    font-style: normal;
    font-size: max(40px, min(5vw, 48px));
    line-height: 1.15;
    color: #FFFFFF;
    text-transform: none;
    text-transform: initial;
    margin-bottom: 24px;
    max-width: 650px; }
    .popup-commander__title em,
    .popup-commander__title i {
      font-style: italic; }
    .popup-commander__title p {
      margin: 0; }
  .popup-commander__select-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin-bottom: 32px; }
  .popup-commander__select {
    width: 100%;
    padding: 16px 48px 16px 24px;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    text-align: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .popup-commander__select {
        text-align: left; } }
    .popup-commander__select:focus {
      outline: none;
      background-color: rgba(255, 255, 255, 0.3); }
    .popup-commander__select option {
      background-color: #3222CF;
      color: #FFFFFF; }
  .popup-commander__select-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }
  .popup-commander__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .popup-commander__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .popup-commander__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }
    .popup-commander__btn svg {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .popup-commander__btn.is-disabled {
      opacity: 0.4;
      pointer-events: none;
      cursor: not-allowed; }
    .popup-commander__btn.is-hidden {
      display: none; }
  .popup-commander__btn-dropdown.is-hidden {
    display: none; }
  .popup-commander__btn-dropdown .btn-dropdown__menu {
    z-index: 10; }

.default-page {
  padding-top: 142px;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .default-page {
      padding-top: 92px;
      padding-bottom: 48px; } }
  .default-page .page-container h1,
  .default-page .page-container h2,
  .default-page .page-container h3,
  .default-page .page-container h4,
  .default-page .page-container h5,
  .default-page .page-container h6 {
    color: #3222CF;
    margin-bottom: 32px;
    margin-top: 16px; }
  .default-page .page-container h3 {
    font-family: 'AwesomeSerif', serif;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    text-transform: initial;
    /* -- @include break(mobile)-- */ }

.tc-view.template-home .home-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 142px;
  background-color: #3222CF;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1600px) {
    .tc-view.template-home .home-hero {
      margin-top: 120px; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tc-view.template-home .home-hero {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 120px; } }
  .tc-view.template-home .home-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 80px;
    padding-left: max(calc((100vw - 1440px) / 2), 8vw);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-hero__content {
        width: 100%;
        padding: 40px 5vw;
        text-align: left;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: -130px; } }
  .tc-view.template-home .home-hero__title {
    font-family: 'AwesomeSerif', serif;
    font-weight: 600;
    font-style: normal;
    font-size: max(36px, min(4vw, 63.5px));
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: none;
    text-transform: initial;
    max-width: 523px;
    margin-bottom: 24px;
    /* -- @include break(mobile)-- */ }
    .tc-view.template-home .home-hero__title br:first-of-type {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .tc-view.template-home .home-hero__title br:first-of-type {
          display: block; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-hero__title {
        font-size: 48px; }
        .tc-view.template-home .home-hero__title br {
          display: none; }
          .tc-view.template-home .home-hero__title br:last-of-type {
            display: block; } }
    .tc-view.template-home .home-hero__title em,
    .tc-view.template-home .home-hero__title i {
      font-style: italic; }
  .tc-view.template-home .home-hero__intro {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 600px;
    margin-bottom: 24px; }
    .tc-view.template-home .home-hero__intro p {
      margin: 0; }
  .tc-view.template-home .home-hero__image {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media (max-width: 1090px) and (min-width: 999px) {
      .tc-view.template-home .home-hero__image {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .tc-view.template-home .home-hero__image img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-hero__image {
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .tc-view.template-home .home-hero__image img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top;
             object-position: top;
          height: 100%; } }
    @media only screen and (max-width: 768px) {
      .tc-view.template-home .home-hero__image {
        height: 100%; } }
    .tc-view.template-home .home-hero__image img {
      display: block;
      width: 100%;
      height: auto; }

.tc-view.template-home .home-content-section {
  padding: 120px 0 80px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1600px) {
    .tc-view.template-home .home-content-section {
      padding: 180px 0 80px; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tc-view.template-home .home-content-section {
      padding: 96px 0; } }

.tc-view.template-home .home-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tc-view.template-home .home-content-grid {
      grid-template-columns: 1fr;
      gap: 96px; } }
  .tc-view.template-home .home-content-grid__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 430px; }
  .tc-view.template-home .home-content-grid__title {
    font-family: 'AwesomeSerif', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    color: #3222CF;
    text-transform: none;
    text-transform: initial;
    margin-bottom: 24px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-content-grid__title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 16px; }
        .tc-view.template-home .home-content-grid__title br {
          display: none; } }
    .tc-view.template-home .home-content-grid__title em,
    .tc-view.template-home .home-content-grid__title i {
      font-style: italic; }
  .tc-view.template-home .home-content-grid__description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #4A485D;
    margin-bottom: 32px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-content-grid__description {
        margin-bottom: 24px; } }
    .tc-view.template-home .home-content-grid__description p {
      margin: 0 0 16px 0; }
      .tc-view.template-home .home-content-grid__description p:last-child {
        margin-bottom: 0; }
  .tc-view.template-home .home-content-grid__right {
    position: relative;
    aspect-ratio: 1 / 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-content-grid__right {
        aspect-ratio: initial;
        height: 414px; } }
    .tc-view.template-home .home-content-grid__right img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .tc-view.template-home .home-content-grid__stamp {
    position: absolute;
    top: -65px;
    left: -65px;
    z-index: 2;
    width: 222px;
    height: 222px;
    max-width: 222px;
    max-height: 222px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-content-grid__stamp {
        top: -30px;
        left: -10px;
        width: 164px;
        height: 164px;
        max-width: 164px;
        max-height: 164px; } }

.tc-view.template-home .home-cta-marquee {
  background-color: #FFFFFF;
  padding-bottom: 5px;
  overflow: hidden; }
  .tc-view.template-home .home-cta-marquee__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: marquee 30s linear infinite;
            animation: marquee 30s linear infinite;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-cta-marquee__track {
        -webkit-animation: marquee 10s linear infinite;
                animation: marquee 10s linear infinite; } }
  .tc-view.template-home .home-cta-marquee__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    padding-right: 5px; }
  .tc-view.template-home .home-cta-marquee__word {
    font-family: "podium-soft-variable", sans-serif;
    font-variation-settings: "wdth" 100;
    font-size: 80px;
    line-height: 77px;
    font-variation-settings: 'wdth' 62.5;
    color: #E43A3A;
    text-transform: uppercase;
    white-space: nowrap;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-cta-marquee__word {
        font-size: 64px;
        line-height: 61px;
        padding-bottom: 16px; } }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-16.666%);
            transform: translateX(-16.666%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-16.666%);
            transform: translateX(-16.666%); } }

.tc-view.template-home .home-cta-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 128px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tc-view.template-home .home-cta-wrapper {
      padding: 64px 0; } }

.tc-view.template-home .home-cta-box {
  background-color: #3222CF;
  padding: 128px 80px;
  text-align: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tc-view.template-home .home-cta-box {
      padding: 48px; } }
  .tc-view.template-home .home-cta-box__title {
    font-family: 'AwesomeSerif', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    text-transform: none;
    text-transform: initial;
    margin-bottom: 16px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-cta-box__title {
        font-size: 32px;
        line-height: 115%; } }
    .tc-view.template-home .home-cta-box__title em,
    .tc-view.template-home .home-cta-box__title i {
      font-style: italic; }
  .tc-view.template-home .home-cta-box__description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 32px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-cta-box__description {
        margin-bottom: 24px; } }
    .tc-view.template-home .home-cta-box__description p {
      margin: 0 0 16px 0; }
      .tc-view.template-home .home-cta-box__description p:last-child {
        margin-bottom: 0; }
  .tc-view.template-home .home-cta-box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-cta-box__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.tc-view.template-home .home-cities-section {
  padding: 120px 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tc-view.template-home .home-cities-section {
      padding: 96px 0; } }

.tc-view.template-home .home-cities-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 100px;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tc-view.template-home .home-cities-grid {
      grid-template-columns: 1fr;
      gap: 96px; } }
  .tc-view.template-home .home-cities-grid__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden; }
  .tc-view.template-home .home-cities-grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
  .tc-view.template-home .home-cities-grid__city {
    font-family: "podium-soft-variable", sans-serif;
    font-variation-settings: "wdth" 100;
    font-size: 80px;
    line-height: 77px;
    font-variation-settings: 'wdth' 62.5;
    color: #EAE9FA;
    text-transform: uppercase;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-cities-grid__city {
        font-size: 64px;
        line-height: 61px;
        white-space: wrap; } }
  .tc-view.template-home .home-cities-grid__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .tc-view.template-home .home-cities-grid__title {
    font-family: 'AwesomeSerif', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    color: #3222CF;
    text-transform: none;
    text-transform: initial;
    margin-bottom: 24px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .tc-view.template-home .home-cities-grid__title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 16px; } }
    .tc-view.template-home .home-cities-grid__title em,
    .tc-view.template-home .home-cities-grid__title i {
      font-style: italic; }

.quatre-cent-quatre {
  padding-top: 142px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .quatre-cent-quatre {
      padding-top: 92px;
      padding-bottom: 96px; } }
  @media only screen and (max-width: 1600px) {
    .quatre-cent-quatre {
      padding-top: 120px; } }
  .quatre-cent-quatre .container {
    width: 90%;
    max-width: 1055px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 185px);
    text-align: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .quatre-cent-quatre h1 {
    font-size: 10em;
    line-height: 1em;
    margin: 0;
    padding-bottom: 0.3em; }
  .quatre-cent-quatre h2 {
    font-size: 2.5em; }

.template-restos {
  padding-top: 142px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-restos {
      padding-top: 92px;
      padding-bottom: 96px; } }
  @media only screen and (max-width: 1600px) {
    .template-restos {
      padding-top: 120px; } }
  .template-restos .restos-header {
    position: relative; }
    .template-restos .restos-header__bg {
      height: 373px;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-restos .restos-header__bg {
          background-size: cover; } }
    .template-restos .restos-header__content {
      max-width: 75%;
      margin: 0 auto;
      padding: 80px;
      text-align: center;
      background-color: #3222CF;
      position: relative;
      margin-top: -186px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-restos .restos-header__content {
          max-width: 90%;
          padding: 48px; } }
    .template-restos .restos-header .title-h1 {
      display: block;
      margin-bottom: 8px; }
    .template-restos .restos-header .title-h2 {
      color: #FFFFFF;
      margin-bottom: 24px; }
    .template-restos .restos-header__intro {
      color: #FFFFFF;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 24px; }
    .template-restos .restos-header__search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-restos .restos-header__search {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  .template-restos .restos-select-wrapper {
    position: relative;
    min-width: 342px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-restos .restos-select-wrapper {
        min-width: 250px;
        width: 100%; } }
  .template-restos .restos-select {
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .template-restos .restos-select option {
      background-color: #3222CF;
      color: #FFFFFF; }
    .template-restos .restos-select__arrow {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      pointer-events: none; }
  .template-restos #restos-search-btn {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-restos #restos-search-btn {
        width: 100%; } }
  .template-restos .restos-list {
    padding: 100px 0 80px;
    background-color: #FFFFFF;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-restos .restos-list {
        padding: 72px 0 0; } }
  .template-restos .resto-card {
    padding: 40px 0;
    border-bottom: 1px solid #3222CF;
    display: grid;
    grid-template-columns: 190px 1fr minmax(328.5px, auto);
    grid-template-rows: auto auto;
    grid-gap: 40px;
    gap: 40px;
    grid-row-gap: 56px;
    row-gap: 56px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-restos .resto-card {
        padding: 48px 0 24px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 16px;
        row-gap: 16px; } }
    .template-restos .resto-card:first-child {
      padding-top: 0; }
    .template-restos .resto-card > * + * {
      margin-top: 0; }
    .template-restos .resto-card .title-h3 {
      grid-column: 1 / 3;
      grid-row: 1;
      align-self: center;
      font-family: "podium-soft-variable", sans-serif;
      font-variation-settings: "wdth" 75;
      font-weight: 400;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-restos .resto-card .title-h3 {
          grid-column: 1;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .template-restos .resto-card__status {
      grid-column: 1;
      grid-row: 2;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-restos .resto-card__status {
          grid-column: 1;
          grid-row: auto;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .template-restos .resto-card__hours {
      grid-column: 2;
      grid-row: 2;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-restos .resto-card__hours {
          grid-column: 1;
          grid-row: auto;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
    .template-restos .resto-card__buttons {
      grid-column: 3;
      grid-row: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 8px;
      margin-top: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-restos .resto-card__buttons {
          grid-column: 1;
          grid-row: auto;
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4;
          margin-top: 32px;
          margin-bottom: 16px; } }
    .template-restos .resto-card__info {
      grid-column: 3;
      grid-row: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px;
      justify-self: start;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-restos .resto-card__info {
          grid-column: 1;
          grid-row: auto;
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5; } }
  .template-restos .resto-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4A485D; }
    .template-restos .resto-status::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%; }
    .template-restos .resto-status--open::before {
      background-color: #22C55E; }
    .template-restos .resto-status--closed::before {
      background-color: #E43A3A; }
  .template-restos .resto-hours {
    list-style: none;
    margin: 0;
    padding: 0; }
    .template-restos .resto-hours li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 24px;
      padding: 4px 0;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #4A485D; }
    .template-restos .resto-hours__day {
      min-width: 80px; }
    .template-restos .resto-hours__time {
      color: #4A485D; }
    .template-restos .resto-hours__today .resto-hours__day,
    .template-restos .resto-hours__today .resto-hours__time {
      font-weight: 700; }
  .template-restos .resto-address,
  .template-restos .resto-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4A485D; }
    .template-restos .resto-address svg,
    .template-restos .resto-phone svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 2px; }
  .template-restos .resto-address__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px; }
    .template-restos .resto-address__text .link-external {
      color: #3222CF;
      font-weight: 700;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .template-restos .resto-address__text .link-external:hover {
        opacity: 0.7; }
  .template-restos .resto-phone span {
    padding-top: 2px; }

.template-contact {
  padding-top: 142px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-contact {
      padding-top: 92px;
      padding-bottom: 96px; } }
  @media only screen and (max-width: 1600px) {
    .template-contact {
      padding-top: 120px; } }
  .template-contact .contact-header {
    position: relative;
    height: 463px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .contact-header {
        height: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 64px 0 30px; } }
    .template-contact .contact-header__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .contact-header__bg {
          max-height: 640px; } }
    .template-contact .contact-header__inner {
      position: relative;
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .contact-header__inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 334px; } }
    .template-contact .contact-header__content {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .contact-header__content {
          width: 100%;
          padding-left: 24px; } }
    .template-contact .contact-header .title-h1 {
      display: block;
      margin-bottom: 8px; }
    .template-contact .contact-header .title-h2 {
      color: #FFFFFF;
      margin: 0; }
  .template-contact .bubble-box {
    background-color: #3222CF;
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    position: absolute;
    top: 110%;
    right: 0;
    max-width: 50%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .bubble-box {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
                transform: none;
        max-width: 100%;
        padding: 40px;
        gap: 24px;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .template-contact .bubble-box::after {
      content: '';
      position: absolute;
      bottom: -30px;
      left: 80px;
      width: 100px;
      height: 56px;
      background-color: #3222CF;
      clip-path: polygon(0 0, 100% 0, 0 100%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .bubble-box::after {
          left: 40px; } }
    .template-contact .bubble-box__icon {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .template-contact .bubble-box__icon svg {
        display: block; }
    .template-contact .bubble-box__text {
      color: #FFFFFF;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px; }
      .template-contact .bubble-box__text p {
        margin: 0; }
        .template-contact .bubble-box__text p + p {
          margin-top: 16px; }
  .template-contact .contact-form-section {
    padding: 80px 0;
    background-color: #FFFFFF;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-contact .contact-form-section {
        padding: 48px 0 0; } }
  .template-contact .contact-form-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .contact-form-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 48px; } }
  .template-contact .contact-form-content {
    width: 59%;
    max-width: 640px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .contact-form-content {
        width: 100%;
        max-width: none; } }
    .template-contact .contact-form-content .form-description {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #4A485D;
      margin-bottom: 24px; }
      .template-contact .contact-form-content .form-description p {
        margin: 0; }
        .template-contact .contact-form-content .form-description p + p {
          margin-top: 16px; }
  .template-contact .contact-form-image {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .contact-form-image {
        width: 100%; } }
    .template-contact .contact-form-image img {
      width: 100%;
      max-width: 309px;
      height: auto;
      aspect-ratio: 309 / 390;
      -o-object-fit: cover;
         object-fit: cover;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .contact-form-image img {
          max-width: 100%; } }

.template-carte {
  padding-top: 142px;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-carte {
      padding-top: 92px;
      padding-bottom: 48px; } }
  @media only screen and (max-width: 1600px) {
    .template-carte {
      padding-top: 120px; } }
  .template-carte .carte-header {
    position: relative;
    height: 463px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-carte .carte-header {
        height: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 64px 0 24px; } }
    .template-carte .carte-header__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-header__bg {
          max-height: 640px; } }
    .template-carte .carte-header__inner {
      position: relative;
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-header__inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 270px; } }
    .template-carte .carte-header__content {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-header__content {
          width: 100%;
          padding-left: 24px; } }
    .template-carte .carte-header .title-h1 {
      display: block;
      margin-bottom: 8px; }
    .template-carte .carte-header .title-h2 {
      color: #FFFFFF;
      margin: 0; }
  .template-carte .bubble-box {
    background-color: #3222CF;
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    position: absolute;
    top: 110%;
    right: 0;
    max-width: 50%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-carte .bubble-box {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
                transform: none;
        max-width: 100%;
        padding: 48px;
        text-align: center; } }
    .template-carte .bubble-box__text {
      color: #FFFFFF;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px; }
      .template-carte .bubble-box__text p {
        margin: 0; }
        .template-carte .bubble-box__text p + p {
          margin-top: 16px; }
  .template-carte .carte-slider-section {
    padding: 80px 0;
    background-color: #FFFFFF;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-carte .carte-slider-section {
        padding: 48px 0 0; } }
    .template-carte .carte-slider-section__header {
      margin-bottom: 90px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-slider-section__header {
          margin-bottom: 64px; } }
    .template-carte .carte-slider-section__title {
      max-width: 425px;
      color: #3222CF;
      margin: 0 0 16px;
      font-size: 45px;
      line-height: 55px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-slider-section__title {
          font-size: 36px;
          line-height: 42px; } }
    .template-carte .carte-slider-section__intro {
      max-width: 420px;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #4A485D; }
      .template-carte .carte-slider-section__intro p {
        margin: 0; }
        .template-carte .carte-slider-section__intro p + p {
          margin-top: 16px; }
  .template-carte .carte-slider-wrapper {
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-carte .carte-slider-wrapper {
        height: 414px;
        padding-top: 30px; } }
    .template-carte .carte-slider-wrapper__bg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 529px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      pointer-events: none;
      z-index: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-slider-wrapper__bg {
          height: 414px; } }
      .template-carte .carte-slider-wrapper__bg svg {
        width: 100%;
        height: 100%;
        min-width: 1440px; }
  .template-carte .carte-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 16px; }
    .template-carte .carte-slider-nav__btn {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background-color: #E43A3A;
      border: none;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .template-carte .carte-slider-nav__btn:hover {
        background-color: #cf1c1c; }
      .template-carte .carte-slider-nav__btn.swiper-button-disabled {
        opacity: 0.5;
        cursor: not-allowed; }
      .template-carte .carte-slider-nav__btn svg {
        display: block; }
  .template-carte .carte-slider {
    overflow: visible;
    margin-left: 12.5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-carte .carte-slider {
        margin-left: 5%; } }
    .template-carte .carte-slider .swiper-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .template-carte .carte-slider__slide {
      width: 309px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-slider__slide {
          width: 181px; } }
      .template-carte .carte-slider__slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block; }
      .template-carte .carte-slider__slide--short {
        height: 309px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-carte .carte-slider__slide--short {
            height: 181px; } }
        .template-carte .carte-slider__slide--short img {
          aspect-ratio: 1 / 1;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-carte .carte-slider__slide--short img {
              aspect-ratio: 1 / 1; } }
      .template-carte .carte-slider__slide--tall {
        height: 390px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-carte .carte-slider__slide--tall {
            height: 229px; } }
        .template-carte .carte-slider__slide--tall img {
          aspect-ratio: 309 / 390;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-carte .carte-slider__slide--tall img {
              aspect-ratio: 181 / 229; } }
  .template-carte .carte-content-section {
    padding: 80px 0;
    background-color: #FFFFFF;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-carte .carte-content-section {
        padding: 96px 0 48px; } }
  .template-carte .carte-content-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-carte .carte-content-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .template-carte .carte-content-grid__left {
      width: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-content-grid__left {
          width: 100%; } }
    .template-carte .carte-content-grid__right {
      width: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-content-grid__right {
          width: 100%; } }
      .template-carte .carte-content-grid__right img {
        width: 100%;
        height: auto;
        max-height: 538px;
        -o-object-fit: cover;
           object-fit: cover;
        display: block; }
    .template-carte .carte-content-grid__title {
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: 45px;
      line-height: 55px;
      color: #3222CF;
      margin: 0 0 16px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-content-grid__title {
          font-size: 36px;
          line-height: 42px; } }
      .template-carte .carte-content-grid__title p {
        margin: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-carte .carte-content-grid__title p {
            display: inline; } }
      .template-carte .carte-content-grid__title em,
      .template-carte .carte-content-grid__title i {
        font-family: 'AwesomeSerif', serif;
        font-weight: 600;
        font-style: italic; }
    .template-carte .carte-content-grid__description {
      max-width: 305px;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #4A485D;
      margin-bottom: 32px; }
      .template-carte .carte-content-grid__description p {
        margin: 0; }
        .template-carte .carte-content-grid__description p + p {
          margin-top: 16px; }
  .template-carte .carte-cta-box {
    background-color: #3222CF;
    padding: 62px;
    text-align: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-carte .carte-cta-box {
        padding: 48px; } }
    .template-carte .carte-cta-box__title {
      font-size: 45px;
      line-height: 55px;
      color: #FFFFFF;
      margin: 0 0 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-carte .carte-cta-box__title {
          font-size: 32px;
          line-height: 115%; } }
    .template-carte .carte-cta-box .btn-primary {
      padding: 20px 63.5px; }

.template-nous-rejoindre {
  padding-top: 142px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-nous-rejoindre {
      padding-top: 92px;
      padding-bottom: 96px; } }
  @media only screen and (max-width: 1600px) {
    .template-nous-rejoindre {
      padding-top: 120px; } }
  .template-nous-rejoindre .rejoindre-hero {
    background-color: #FFFFFF;
    padding: 80px 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-nous-rejoindre .rejoindre-hero {
        padding: 48px 0; } }
    .template-nous-rejoindre .rejoindre-hero__content {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px; }
    .template-nous-rejoindre .rejoindre-hero .title-h1 {
      display: block; }
    .template-nous-rejoindre .rejoindre-hero .title-h2 {
      color: #3222CF;
      margin: 0; }
  .template-nous-rejoindre .rejoindre-content-section {
    position: relative;
    background-color: #3222CF;
    padding: 100px 0;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-nous-rejoindre .rejoindre-content-section {
        padding: 64px 0; } }
    .template-nous-rejoindre .rejoindre-content-section__bg {
      position: absolute;
      bottom: -275px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      pointer-events: none;
      z-index: 2;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-nous-rejoindre .rejoindre-content-section__bg {
          bottom: -410px;
          width: 550px; } }
      .template-nous-rejoindre .rejoindre-content-section__bg svg {
        display: block;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-nous-rejoindre .rejoindre-content-section__bg svg {
            width: 100%; } }
  .template-nous-rejoindre .rejoindre-content-grid {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 130px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-nous-rejoindre .rejoindre-content-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 48px; } }
    .template-nous-rejoindre .rejoindre-content-grid__left {
      width: 40%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-nous-rejoindre .rejoindre-content-grid__left {
          width: 100%; } }
      .template-nous-rejoindre .rejoindre-content-grid__left img {
        width: 422px;
        height: 564px;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-nous-rejoindre .rejoindre-content-grid__left img {
            width: 100%;
            height: auto;
            max-height: 440px; } }
    .template-nous-rejoindre .rejoindre-content-grid__right {
      width: 60%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-nous-rejoindre .rejoindre-content-grid__right {
          width: 100%; } }
    .template-nous-rejoindre .rejoindre-content-grid__title {
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: 45px;
      line-height: 55px;
      color: #FFFFFF;
      margin: 0 0 16px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-nous-rejoindre .rejoindre-content-grid__title {
          font-size: 36px;
          line-height: 42px; } }
      .template-nous-rejoindre .rejoindre-content-grid__title p {
        margin: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-nous-rejoindre .rejoindre-content-grid__title p {
            display: inline; } }
      .template-nous-rejoindre .rejoindre-content-grid__title em,
      .template-nous-rejoindre .rejoindre-content-grid__title i {
        font-family: 'AwesomeSerif', serif;
        font-weight: 600;
        font-style: italic; }
    .template-nous-rejoindre .rejoindre-content-grid__description {
      max-width: 420px;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #FFFFFF;
      margin-bottom: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-nous-rejoindre .rejoindre-content-grid__description {
          margin-bottom: 24px; } }
      .template-nous-rejoindre .rejoindre-content-grid__description p {
        margin: 0; }
        .template-nous-rejoindre .rejoindre-content-grid__description p + p {
          margin-top: 16px; }
  .template-nous-rejoindre .rejoindre-form-section {
    padding: 80px 0;
    background-color: #FFFFFF;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-nous-rejoindre .rejoindre-form-section {
        padding: 48px 0 0; } }
  .template-nous-rejoindre .rejoindre-form-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-nous-rejoindre .rejoindre-form-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 48px; } }
  .template-nous-rejoindre .rejoindre-form-left {
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-nous-rejoindre .rejoindre-form-left {
        width: 100%;
        gap: 48px; } }
    .template-nous-rejoindre .rejoindre-form-left .form-description {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #4A485D;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-nous-rejoindre .rejoindre-form-left .form-description {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      .template-nous-rejoindre .rejoindre-form-left .form-description p {
        margin: 0; }
        .template-nous-rejoindre .rejoindre-form-left .form-description p + p {
          margin-top: 16px; }
  .template-nous-rejoindre .rejoindre-form-image img {
    width: 309px;
    height: 390px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }
  .template-nous-rejoindre .rejoindre-form-image--desktop {
    display: block;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-nous-rejoindre .rejoindre-form-image--desktop {
        display: none; } }
  .template-nous-rejoindre .rejoindre-form-image--tablet {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-nous-rejoindre .rejoindre-form-image--tablet {
        display: block; } }
    .template-nous-rejoindre .rejoindre-form-image--tablet img {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-nous-rejoindre .rejoindre-form-image--tablet img {
          width: auto;
          height: auto;
          max-height: 320px; } }
  .template-nous-rejoindre .rejoindre-form-right {
    width: 60%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-nous-rejoindre .rejoindre-form-right {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

.template-franchise {
  padding-top: 142px;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-franchise {
      padding-top: 92px;
      padding-bottom: 96px; } }
  @media only screen and (max-width: 1600px) {
    .template-franchise {
      padding-top: 120px; } }
  .template-franchise .franchise-header {
    position: relative;
    height: 463px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-franchise .franchise-header {
        height: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 64px 0 0; } }
    .template-franchise .franchise-header__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-header__bg {
          max-height: 640px; } }
    .template-franchise .franchise-header__inner {
      position: relative;
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-header__inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 270px; } }
    .template-franchise .franchise-header__content {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-header__content {
          width: 100%; } }
    .template-franchise .franchise-header .title-h1 {
      display: block;
      margin-bottom: 8px; }
    .template-franchise .franchise-header .title-h2 {
      color: #FFFFFF;
      margin: 0; }
  .template-franchise .bubble-box {
    background-color: #E43A3A;
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    position: absolute;
    top: 110%;
    right: 0;
    max-width: 530px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-franchise .bubble-box {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
                transform: none;
        max-width: 100%;
        padding: 48px;
        text-align: center; } }
    .template-franchise .bubble-box__text {
      color: #FFFFFF;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px; }
      .template-franchise .bubble-box__text p {
        margin: 0; }
        .template-franchise .bubble-box__text p + p {
          margin-top: 16px; }
    .template-franchise .bubble-box .btn-primary {
      background-color: #3222CF; }
  .template-franchise .franchise-faq-section {
    padding: 80px 0;
    background-color: #FFFFFF;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-franchise .franchise-faq-section {
        padding: 72px 0 96px; } }
    .template-franchise .franchise-faq-section__header {
      margin-bottom: 48px; }
    .template-franchise .franchise-faq-section__title {
      max-width: 425px;
      color: #3222CF;
      margin: 0 0 16px;
      font-size: 45px;
      line-height: 55px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-faq-section__title {
          font-size: 36px;
          line-height: 42px; } }
      .template-franchise .franchise-faq-section__title em,
      .template-franchise .franchise-faq-section__title i {
        font-family: 'AwesomeSerif', serif;
        font-weight: 600;
        font-style: italic; }
    .template-franchise .franchise-faq-section__intro {
      max-width: 420px;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #4A485D; }
      .template-franchise .franchise-faq-section__intro p {
        margin: 0; }
        .template-franchise .franchise-faq-section__intro p + p {
          margin-top: 16px; }
  .template-franchise .franchise-faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px; }
  .template-franchise .franchise-faq-item {
    background-color: rgba(50, 34, 207, 0.05);
    border-radius: 30px;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
    .template-franchise .franchise-faq-item.is-active {
      background-color: #3222CF; }
      .template-franchise .franchise-faq-item.is-active .franchise-faq-item__header {
        padding: 32px 32px 0; }
      .template-franchise .franchise-faq-item.is-active .franchise-faq-item__title {
        color: #FFFFFF;
        padding-top: 0; }
        .template-franchise .franchise-faq-item.is-active .franchise-faq-item__title p,
        .template-franchise .franchise-faq-item.is-active .franchise-faq-item__title em,
        .template-franchise .franchise-faq-item.is-active .franchise-faq-item__title i {
          color: #FFFFFF; }
      .template-franchise .franchise-faq-item.is-active .franchise-faq-item__description {
        color: #FFFFFF; }
        .template-franchise .franchise-faq-item.is-active .franchise-faq-item__description p {
          color: #FFFFFF; }
      .template-franchise .franchise-faq-item.is-active .franchise-faq-item__toggle {
        background-color: #E43A3A;
        border-color: #E43A3A; }
        .template-franchise .franchise-faq-item.is-active .franchise-faq-item__toggle .toggle-icon::before {
          background-color: #FFFFFF; }
        .template-franchise .franchise-faq-item.is-active .franchise-faq-item__toggle .toggle-icon::after {
          opacity: 0;
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
                  transform: translate(-50%, -50%) rotate(90deg); }
    .template-franchise .franchise-faq-item__header {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 24px;
      padding: 32px;
      background: none;
      border: none;
      cursor: pointer;
      text-align: left;
      -webkit-transition: padding 0.4s ease;
      transition: padding 0.4s ease;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-faq-item__header {
          padding: 32px;
          gap: 12px; } }
    .template-franchise .franchise-faq-item__title {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: 28px;
      line-height: 100%;
      color: #3222CF;
      padding-top: 20px;
      -webkit-transition: color 0.4s ease, padding-top 0.4s ease;
      transition: color 0.4s ease, padding-top 0.4s ease;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-faq-item__title {
          font-size: 24px;
          line-height: 32px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-faq-item__title {
          padding-top: 8px; } }
      .template-franchise .franchise-faq-item__title p {
        margin: 0;
        display: inline; }
      .template-franchise .franchise-faq-item__title em,
      .template-franchise .franchise-faq-item__title i {
        font-family: 'AwesomeSerif', serif;
        font-weight: 600;
        font-style: italic; }
    .template-franchise .franchise-faq-item__toggle {
      width: 80px;
      height: 80px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-item-align: center;
          align-self: center;
      border: 2px solid #3222CF;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, margin-top 0.4s ease, -webkit-align-self 0.4s ease;
      transition: background-color 0.4s ease, border-color 0.4s ease, margin-top 0.4s ease, -webkit-align-self 0.4s ease;
      transition: background-color 0.4s ease, border-color 0.4s ease, align-self 0.4s ease, margin-top 0.4s ease;
      transition: background-color 0.4s ease, border-color 0.4s ease, align-self 0.4s ease, margin-top 0.4s ease, -webkit-align-self 0.4s ease, -ms-flex-item-align 0.4s ease;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-faq-item__toggle {
          width: 48px;
          height: 48px; } }
      .template-franchise .franchise-faq-item__toggle .toggle-icon {
        position: relative;
        width: 24px;
        height: 24px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-franchise .franchise-faq-item__toggle .toggle-icon {
            width: 15.5px;
            height: 15.5px; } }
        .template-franchise .franchise-faq-item__toggle .toggle-icon::before, .template-franchise .franchise-faq-item__toggle .toggle-icon::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          background-color: #3222CF;
          -webkit-transition: background-color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
          transition: background-color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
          transition: transform 0.4s ease, background-color 0.4s ease, opacity 0.4s ease;
          transition: transform 0.4s ease, background-color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease; }
        .template-franchise .franchise-faq-item__toggle .toggle-icon::before {
          width: 24px;
          height: 2px;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-franchise .franchise-faq-item__toggle .toggle-icon::before {
              width: 15px; } }
        .template-franchise .franchise-faq-item__toggle .toggle-icon::after {
          width: 2px;
          height: 24px;
          -webkit-transform: translate(-50%, -50%) rotate(0deg);
                  transform: translate(-50%, -50%) rotate(0deg);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-franchise .franchise-faq-item__toggle .toggle-icon::after {
              height: 15px; } }
    .template-franchise .franchise-faq-item__content {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.5s ease;
      transition: max-height 0.5s ease; }
    .template-franchise .franchise-faq-item__description {
      padding: 16px 32px 32px;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #3222CF;
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-faq-item__description {
          padding: 16px 24px 24px; } }
      .template-franchise .franchise-faq-item__description p {
        margin: 0; }
        .template-franchise .franchise-faq-item__description p + p {
          margin-top: 16px; }
  .template-franchise .franchise-chiffres-section {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-franchise .franchise-chiffres-section {
        padding: 64px 0; } }
    .template-franchise .franchise-chiffres-section__filter {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 0; }
    .template-franchise .franchise-chiffres-section .container {
      position: relative;
      z-index: 1; }
  .template-franchise .franchise-chiffres-grid {
    display: grid;
    grid-gap: 24px;
    gap: 24px;
    /* -- @include break(mobile)-- */ }
    .template-franchise .franchise-chiffres-grid--1 {
      grid-template-columns: 1fr; }
    .template-franchise .franchise-chiffres-grid--2 {
      grid-template-columns: repeat(2, 1fr); }
    .template-franchise .franchise-chiffres-grid--3 {
      grid-template-columns: repeat(3, 1fr); }
    .template-franchise .franchise-chiffres-grid--4 {
      grid-template-columns: repeat(4, 1fr); }
    .template-franchise .franchise-chiffres-grid--5 {
      grid-template-columns: repeat(5, 1fr); }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-franchise .franchise-chiffres-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px; } }
  .template-franchise .franchise-chiffre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0; }
    .template-franchise .franchise-chiffre__number {
      font-family: "podium-soft-variable", sans-serif;
      font-variation-settings: "wdth" 100;
      font-variation-settings: "wdth" 62.5;
      font-size: 45px;
      line-height: 100%;
      color: #FFFFFF;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-chiffre__number {
          font-size: 45px;
          line-height: 100%; } }
    .template-franchise .franchise-chiffre__unity {
      font-family: "podium-soft-variable", sans-serif;
      font-variation-settings: "wdth" 100;
      font-variation-settings: "wdth" 62.5;
      font-size: 25px;
      line-height: 100%;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      margin-top: 4px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-franchise .franchise-chiffre__unity {
          margin-top: 8px; } }
    .template-franchise .franchise-chiffre__description {
      max-width: 115px;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #FFFFFF;
      margin-top: 8px; }
  .template-franchise .franchise-form-section {
    padding: 80px 0 0px;
    background-color: #FFFFFF;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-franchise .franchise-form-section {
        padding: 96px 0 0; } }

.template-concept {
  padding-top: 142px;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-concept {
      padding-top: 92px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 1600px) {
    .template-concept {
      padding-top: 120px; } }
  .template-concept .concept-header {
    position: relative;
    height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .concept-header {
        height: auto;
        min-height: 760px;
        padding: 116px 0; } }
    .template-concept .concept-header__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0; }
    .template-concept .concept-header__inner {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-header__inner {
          position: absolute;
          top: 55%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          max-width: 90%;
          width: 100%; } }
  .template-concept .bubble-box {
    background-color: #3222CF;
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    max-width: 650px;
    text-align: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .bubble-box {
        gap: 8px;
        padding: 32px;
        max-width: 100%; } }
    .template-concept .bubble-box .title-h1 {
      color: #E43A3A;
      margin: 0; }
    .template-concept .bubble-box .title-h2 {
      color: #FFFFFF;
      margin: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .bubble-box .title-h2 {
          margin-bottom: 16px; } }
      .template-concept .bubble-box .title-h2 em,
      .template-concept .bubble-box .title-h2 i {
        font-family: 'AwesomeSerif', serif;
        font-weight: 600;
        font-style: italic; }
    .template-concept .bubble-box__text {
      color: #FFFFFF;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px; }
      .template-concept .bubble-box__text p {
        margin: 0; }
        .template-concept .bubble-box__text p + p {
          margin-top: 16px; }
  .template-concept .concept-content-section {
    padding: 80px 0 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .concept-content-section {
        padding: calc(96px + 160px) 0; } }
  .template-concept .concept-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 130px;
    gap: 130px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .concept-content-grid {
        grid-template-columns: 1fr;
        gap: 48px; } }
    .template-concept .concept-content-grid__images {
      position: relative;
      padding-bottom: 80px;
      padding-right: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-content-grid__images {
          padding-bottom: 60px;
          padding-right: 40px; } }
    .template-concept .concept-content-grid__image-1 {
      width: 90%;
      max-height: 564px;
      overflow: hidden; }
      .template-concept .concept-content-grid__image-1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .template-concept .concept-content-grid__image-2 {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 307px;
      height: 321px;
      overflow: hidden;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-content-grid__image-2 {
          width: 200px;
          height: 210px; } }
      .template-concept .concept-content-grid__image-2 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .template-concept .concept-content-grid__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-content-grid__content {
          gap: 16px; } }
    .template-concept .concept-content-grid__title {
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: 45px;
      line-height: 55px;
      color: #3222CF;
      margin: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-content-grid__title {
          font-size: 36px;
          line-height: 42px; } }
      .template-concept .concept-content-grid__title em,
      .template-concept .concept-content-grid__title i {
        font-family: 'AwesomeSerif', serif;
        font-weight: 600;
        font-style: italic; }
    .template-concept .concept-content-grid__description {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #4A485D;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-content-grid__description {
          margin-bottom: 16px; } }
      .template-concept .concept-content-grid__description p {
        margin: 0; }
        .template-concept .concept-content-grid__description p + p {
          margin-top: 16px; }
    .template-concept .concept-content-grid .btn-primary {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .template-concept .concept-bloc-section__inner {
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .concept-bloc-section__inner {
        height: 422px;
        padding: 160px 0;
        width: 100vw;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background-position: 25%; } }
  .template-concept .concept-bloc-section__title {
    font-family: "podium-soft-variable", sans-serif;
    font-variation-settings: "wdth" 100;
    font-size: 80px;
    line-height: 77px;
    font-variation-settings: 'wdth' 62.5;
    color: #E43A3A;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.01em;
    max-width: 80%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .concept-bloc-section__title {
        font-size: 64px;
        line-height: 61px; } }
  .template-concept .concept-engagements-section {
    padding: 100px 0 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .concept-engagements-section {
        padding: 96px 0; } }
  .template-concept .concept-engagements-grid {
    display: grid;
    grid-template-columns: 1fr 633px;
    grid-gap: 80px;
    gap: 80px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .concept-engagements-grid {
        grid-template-columns: 1fr;
        gap: 64px; } }
    .template-concept .concept-engagements-grid__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
      padding-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-engagements-grid__content {
          gap: 16px;
          padding-top: 0; } }
    .template-concept .concept-engagements-grid__title {
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: 45px;
      line-height: 55px;
      color: #3222CF;
      margin: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-engagements-grid__title {
          font-size: 36px;
          line-height: 42px; } }
      .template-concept .concept-engagements-grid__title em,
      .template-concept .concept-engagements-grid__title i {
        font-family: 'AwesomeSerif', serif;
        font-weight: 600;
        font-style: italic; }
    .template-concept .concept-engagements-grid__description {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #4A485D;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-engagements-grid__description {
          margin-bottom: 16px; } }
      .template-concept .concept-engagements-grid__description p {
        margin: 0; }
        .template-concept .concept-engagements-grid__description p + p {
          margin-top: 16px; }
    .template-concept .concept-engagements-grid .btn-primary {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .template-concept .concept-engagements-grid__cards {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-engagements-grid__cards {
          gap: 0; } }
  .template-concept .concept-engagements-indicator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 66px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .concept-engagements-indicator {
        display: none; } }
    .template-concept .concept-engagements-indicator__bubble {
      width: 66px;
      height: 66px;
      background-color: #E43A3A;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-engagements-indicator__bubble {
          width: 50px;
          height: 50px; } }
      .template-concept .concept-engagements-indicator__bubble span {
        font-family: "podium-soft-variable", sans-serif;
        font-variation-settings: "wdth" 100;
        font-variation-settings: "wdth" 62.5;
        font-size: 32px;
        line-height: 1;
        color: #FFFFFF;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-concept .concept-engagements-indicator__bubble span {
            font-size: 24px; } }
    .template-concept .concept-engagements-indicator__line {
      width: 1px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background-color: #EAE9FA;
      margin-top: 11px; }
  .template-concept .concept-engagements-stack {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .template-concept .concept-engagements-stack__burger-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 77px;
      margin-bottom: -10px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-engagements-stack__burger-top {
          padding-left: 0; } }
      .template-concept .concept-engagements-stack__burger-top svg {
        width: 100%;
        max-width: 532px;
        height: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-concept .concept-engagements-stack__burger-top svg {
            max-width: 100%; } }
    .template-concept .concept-engagements-stack__burger-bottom {
      height: 30px;
      background-color: #3222CF;
      border-radius: 0 0 30px 30px;
      margin-left: 77px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-engagements-stack__burger-bottom {
          margin-left: 0;
          height: 43px;
          border-radius: 0 0 50px 50px; } }
  .template-concept .concept-engagements-cards {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding-left: 77px;
    padding-bottom: 5px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .concept-engagements-cards {
        padding-left: 0; } }
  .template-concept .concept-engagement-card {
    background-color: rgba(50, 34, 207, 0.05);
    padding: 24px 32px;
    border-radius: 30px;
    -webkit-transition: background-color 0.4s ease, padding 0.4s ease;
    transition: background-color 0.4s ease, padding 0.4s ease;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-concept .concept-engagement-card {
        padding: 35px; } }
    .template-concept .concept-engagement-card__title {
      font-family: 'AwesomeSerif', serif;
      font-weight: 600;
      font-style: normal;
      font-size: 28px;
      line-height: 32px;
      color: #3222CF;
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-engagement-card__title {
          font-size: 24px;
          line-height: 100%; } }
      .template-concept .concept-engagement-card__title p {
        margin: 0;
        display: inline; }
      .template-concept .concept-engagement-card__title em,
      .template-concept .concept-engagement-card__title i {
        font-family: 'AwesomeSerif', serif;
        font-weight: 600;
        font-style: italic; }
    .template-concept .concept-engagement-card__description {
      max-height: 0;
      overflow: hidden;
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #FFFFFF;
      opacity: 0;
      -webkit-transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
      transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease; }
      .template-concept .concept-engagement-card__description p {
        margin: 0; }
        .template-concept .concept-engagement-card__description p + p {
          margin-top: 10px; }
    .template-concept .concept-engagement-card.is-active {
      background-color: #3222CF;
      padding: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-concept .concept-engagement-card.is-active {
          padding: 35px; } }
      .template-concept .concept-engagement-card.is-active .concept-engagement-card__title {
        color: #FFFFFF; }
        .template-concept .concept-engagement-card.is-active .concept-engagement-card__title p,
        .template-concept .concept-engagement-card.is-active .concept-engagement-card__title em,
        .template-concept .concept-engagement-card.is-active .concept-engagement-card__title i {
          color: #FFFFFF; }
      .template-concept .concept-engagement-card.is-active .concept-engagement-card__description {
        max-height: 500px;
        opacity: 1;
        margin-top: 16px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-concept .concept-engagement-card.is-active .concept-engagement-card__description {
            margin-top: 10px; } }

