/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./_dev/css/theme.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  /* Fonts */
  --font-base: "Inter", Arial, Helvetica, sans-serif;
  --font-second: "Poppins", Arial, Helvetica, sans-serif;
  /* Colors main */
  --color-black: #000000;
  --color-white: #FFFFFF;
  /* Colors grey */
  --color-darkGrey: #1E1E1E;
  --color-grey: #6C6C6C;
  --color-lightGrey: #EEEEEE;
  --color-mdcGrey: #F3F3F3;
  --color-red: #FE4B34;
  --color-blue: #0056BC;
  --color-redHover: #DD321D;
  --color-blueHover: #004da9;
  /* Colors states */
  --color-success: #44C308;
  --color-warning: #FFA337;
  --color-error: #FF451C;
  /* Wrapper */
  --wrapper-width-small: 790px;
  --wrapper-width-medium: 996px;
  --wrapper-width: 1200px;
  --wrapper-width-large: 1440px;
  /* Viewport */
  --viewport-width: 100vw;
  --viewport-height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color-white);
  color: var(--color-darkGrey);
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  body[data-navopen=true] {
    overflow: hidden;
    height: var(--viewport-height);
    width: 100%;
    position: relative;
  }
}

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

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

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

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

table {
  border-collapse: collapse;
}

img {
  max-width: 100%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
textarea,
select {
  padding: 0 16px;
  border: 1px solid var(--color-lightGrey);
  border-radius: 5px;
  width: 100%;
  height: 2.7142857143em;
  background-color: var(--color-white);
  color: var(--color-darkGrey);
  font-family: var(--font-base);
  font-size: 14px;
  line-height: 1.28;
  -webkit-appearance: none;
  outline: 1px;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: var(--color-grey);
  opacity: 1;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--color-grey);
  opacity: 1;
  opacity: 1;
}
input[type=text]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
  color: #C0C0C0;
  opacity: 1;
}
input[type=text]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=date]:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
  color: #C0C0C0;
  opacity: 1;
}

select {
  padding-right: 40px;
}

textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  min-height: 136px;
  resize: vertical;
}

.ds-u-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--color-darkerGrey) var(--color-white);
}
.ds-u-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ds-u-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--color-darkerGrey);
  border: 0 solid #ffffff;
  outline: none;
}
.ds-u-scrollbar ::-webkit-scrollbar-track {
  background: var(--color-white);
}
.ds-u-scrollbar-yellow {
  scrollbar-width: thin;
  scrollbar-color: var(--color-yellow) transparent;
}
.ds-u-scrollbar-yellow::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: var(--color-yellow);
  outline: none;
}
.ds-u-scrollbar-yellow::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
  border: none;
}
.ds-u-scrollbar-yellow::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ds-u-scrollbar-lightGrey {
  scrollbar-width: thin;
  scrollbar-color: var(--color-lightBlue) var(--color-lightGrey);
}
.ds-u-scrollbar-lightGrey::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: var(--color-lightBlue);
  outline: none;
}
.ds-u-scrollbar-lightGrey::-webkit-scrollbar-track {
  background: var(--color-lightGrey);
  border-radius: 8px;
  border: none;
}
.ds-u-scrollbar-lightGrey::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.ds-u-hspace {
  padding-right: 16px;
  padding-left: 16px;
}

.ds-u-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: var(--wrapper-width);
  max-width: 100%;
}
.ds-u-wrapper[data-size=small] {
  width: var(--wrapper-width-small);
}
.ds-u-wrapper[data-size=medium] {
  width: var(--wrapper-width-medium);
}
.ds-u-wrapper[data-size=large] {
  width: var(--wrapper-width-large);
}

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

.gallery {
  margin: 0 auto 20px;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

.ds-u-h1,
.ds-u-h2,
.ds-u-h3,
.ds-u-h4,
.ds-u-h5,
.ds-u-h6 {
  font-family: var(--font-second);
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-blue);
}

.ds-u-bigTitle {
  font-weight: 700;
  font-family: var(--font-second);
  font-size: 50px;
  line-height: 1.5;
}

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

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

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

.ds-u-h4 {
  font-size: 18px;
}

.ds-u-h5 {
  font-size: 16px;
}

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

.ds-u-shadow {
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.05);
}

.ds-u-cmsBlock {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ds-u-cmsBlock[data-bg=white] {
  background-color: var(--color-white);
}
.ds-u-cmsBlock[data-bg=grey] {
  background-color: var(--color-lightGrey);
}
[data-smallcmsspacing] .ds-u-cmsBlock {
  padding-top: 25px;
  padding-bottom: 25px;
}
.page-template-template-landingpage .ds-u-cmsBlock {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .ds-u-cmsBlock {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ds-u-cmsBlock {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  [data-smallcmsspacing] .ds-u-cmsBlock {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.ds-c-content {
  min-height: calc(var(--viewport-height) - 94px - 52px - 300px);
  background: var(--color-lightGrey);
  padding-bottom: 126px;
}

.ds-c-Btn,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 24px;
  border: 1px var(--color-red) solid;
  background: var(--color-red);
  color: var(--color-white);
  font-weight: 600;
  overflow: hidden;
  position: relative;
  min-height: 48px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s linear;
  text-align: center;
}
.ds-c-Btn:hover,
.wp-element-button:hover {
  border-color: var(--color-redHover);
  background: var(--color-redHover);
  color: var(--color-white);
}
.ds-c-Btn svg,
.wp-element-button svg {
  flex-shrink: 0;
}
.ds-c-Btn svg path[fill],
.wp-element-button svg path[fill] {
  fill: currentColor;
}
.ds-c-Btn svg path[stroke],
.wp-element-button svg path[stroke] {
  stroke: currentColor;
}
.ds-c-Btn[data-size=small],
.wp-element-button[data-size=small] {
  padding: 12px;
}
.ds-c-Btn[data-size=large],
.wp-element-button[data-size=large] {
  padding: 12px 42px;
}
.ds-c-Btn[data-color=borderBlue],
.wp-element-button[data-color=borderBlue] {
  border: 1px var(--color-blue) solid;
  background: var(--color-white);
  color: var(--color-blue);
}
.ds-c-Btn[data-color=borderBlue]:hover,
.wp-element-button[data-color=borderBlue]:hover {
  border-color: var(--color-blue);
  background: var(--color-blue);
  color: var(--color-white);
}
.ds-c-Btn[data-color=whiteRed],
.wp-element-button[data-color=whiteRed] {
  border: 1px var(--color-white) solid;
  background: var(--color-white);
  color: var(--color-red);
}
.ds-c-Btn[data-color=whiteRed]:hover,
.wp-element-button[data-color=whiteRed]:hover {
  border-color: var(--color-red);
  background: var(--color-red);
  color: var(--color-white);
}
.ds-c-Btn[data-color=blue],
.wp-element-button[data-color=blue] {
  border: 1px var(--color-blue) solid;
  background: var(--color-blue);
  color: var(--color-white);
}
.ds-c-Btn[data-color=blue]:hover,
.wp-element-button[data-color=blue]:hover {
  border-color: var(--color-blueHover);
  background: var(--color-blueHover);
  color: var(--color-white);
}
.ds-c-Btn[disabled],
.wp-element-button[disabled] {
  background: var(--color-grey);
  border-color: var(--color-grey);
}
@media screen and (max-width: 767px) {
  .ds-c-Btn,
  .wp-element-button {
    font-size: 14px;
    padding: 12px 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-slide,
.swiper-3d .swiper-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-cube-shadow {
  transform-style: preserve-3d;
}

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

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

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

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

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

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

/* 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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

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

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.ds-c-swiperPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.ds-c-swiperPagination.swiper-pagination-lock {
  display: none;
}
.ds-c-swiperPagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  color: var(--color-blue);
  border: 1px currentColor solid;
  border-radius: 5px;
}
.ds-c-swiperPagination .swiper-pagination-bullet-active {
  background: currentColor;
}

.ds-c-Wysiwyg {
  line-height: 1.4;
  font-size: 16px;
}
.ds-c-Wysiwyg h1, .ds-c-Wysiwyg h2, .ds-c-Wysiwyg h3, .ds-c-Wysiwyg h4, .ds-c-Wysiwyg h5, .ds-c-Wysiwyg h6 {
  font-weight: 600;
  line-height: 1.3;
  font-family: var(--font-second);
}
.ds-c-Wysiwyg h1 {
  font-size: 36px;
}
@media screen and (max-width: 999px) {
  .ds-c-Wysiwyg h1 {
    font-size: 24px;
  }
}
.ds-c-Wysiwyg h2 {
  color: var(--color-blue);
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.ds-c-Wysiwyg h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .ds-c-Wysiwyg h2 {
    font-size: 20px;
  }
}
.ds-c-Wysiwyg h3 {
  color: var(--color-blue);
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .ds-c-Wysiwyg h3 {
    font-size: 18px;
  }
}
.ds-c-Wysiwyg h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ds-c-Wysiwyg h5 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ds-c-Wysiwyg h6 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .ds-c-Wysiwyg h6 {
    font-size: 14px;
  }
}
.ds-c-Wysiwyg a {
  color: var(--color-red);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-c-Wysiwyg a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.ds-c-Wysiwyg p {
  font-size: 16px;
  margin-top: 20px;
}
.ds-c-Wysiwyg p:first-child {
  margin-top: 0;
}
.ds-c-Wysiwyg p > strong {
  font-weight: 700;
  font-family: var(--font-second);
}
@media screen and (max-width: 999px) {
  .ds-c-Wysiwyg p {
    font-size: 14px;
  }
}
.ds-c-Wysiwyg ul, .ds-c-Wysiwyg ol {
  padding-left: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ds-c-Wysiwyg ul:first-child, .ds-c-Wysiwyg ol:first-child {
  margin-top: 0;
}
.ds-c-Wysiwyg ul:last-child, .ds-c-Wysiwyg ol:last-child {
  margin-bottom: 0;
}
.ds-c-Wysiwyg ul li, .ds-c-Wysiwyg ol li {
  margin-top: 6px;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .ds-c-Wysiwyg ul li, .ds-c-Wysiwyg ol li {
    font-size: 14px;
  }
}
.ds-c-Wysiwyg ul li:first-child, .ds-c-Wysiwyg ol li:first-child {
  margin-top: 0;
}
.ds-c-Wysiwyg ul li {
  position: relative;
}
.ds-c-Wysiwyg ul li:before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 9px;
  left: -15px;
  background-color: var(--color-red);
}
.ds-c-Wysiwyg ul li ul {
  padding-left: 24px;
  margin-top: 10px;
}
.ds-c-Wysiwyg ol li {
  counter-increment: li;
}
.ds-c-Wysiwyg ol li:before {
  content: "." counter(li);
  font-family: var(--font-second);
  color: var(--color-red);
  display: inline-block;
  width: 21px;
  margin-left: -24px;
  margin-right: 3px;
  text-align: right;
  direction: rtl;
}
.ds-c-Wysiwyg ol li ol {
  padding-left: 24px;
  margin-top: 10px;
}
.ds-c-Wysiwyg figure.wp-block-table {
  margin-top: 20px;
}
.ds-c-Wysiwyg figure.wp-block-table:first-child {
  margin-top: 0;
}

.wp-block-preformatted, .wp-block-verse {
  line-height: 1.4;
  font-size: 16px;
  font-family: var(--font-base);
}
.wp-block-preformatted.has-small-font-size, .wp-block-verse.has-small-font-size {
  font-size: 12px !important;
}
.wp-block-preformatted.has-medium-font-size, .wp-block-verse.has-medium-font-size {
  font-size: 16px !important;
}
.wp-block-preformatted.has-large-font-size, .wp-block-verse.has-large-font-size {
  font-size: 20px !important;
}
.wp-block-preformatted.has-x-large-font-size, .wp-block-verse.has-x-large-font-size {
  font-size: 24px !important;
}
.wp-block-preformatted > strong, .wp-block-verse > strong {
  font-weight: 700;
  font-family: var(--font-second);
}
@media screen and (max-width: 999px) {
  .wp-block-preformatted, .wp-block-verse {
    font-size: 14px;
  }
}

ul.wp-block-list {
  line-height: 1.4;
  font-size: 16px;
  padding-right: 16px;
}
ul.wp-block-list li {
  position: relative;
}
ul.wp-block-list li:before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 9px;
  left: -15px;
  background-color: var(--color-red);
}
ul.wp-block-list li ul {
  padding-left: 24px;
  margin-top: 10px;
}

.wp-block-details, .wp-block-media-text, .wp-block-table, .wp-block-verse {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-details summary, .wp-block-media-text summary, .wp-block-table summary, .wp-block-verse summary {
  line-height: 1.4;
  font-size: 16px;
  font-family: var(--font-base);
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .wp-block-details summary, .wp-block-media-text summary, .wp-block-table summary, .wp-block-verse summary {
    font-size: 14px;
  }
}
.wp-block-details p, .wp-block-details td, .wp-block-details .wp-element-caption, .wp-block-details em, .wp-block-media-text p, .wp-block-media-text td, .wp-block-media-text .wp-element-caption, .wp-block-media-text em, .wp-block-table p, .wp-block-table td, .wp-block-table .wp-element-caption, .wp-block-table em, .wp-block-verse p, .wp-block-verse td, .wp-block-verse .wp-element-caption, .wp-block-verse em {
  line-height: 1.4;
  font-size: 16px;
  font-family: var(--font-base);
}
@media screen and (max-width: 999px) {
  .wp-block-details p, .wp-block-details td, .wp-block-details .wp-element-caption, .wp-block-details em, .wp-block-media-text p, .wp-block-media-text td, .wp-block-media-text .wp-element-caption, .wp-block-media-text em, .wp-block-table p, .wp-block-table td, .wp-block-table .wp-element-caption, .wp-block-table em, .wp-block-verse p, .wp-block-verse td, .wp-block-verse .wp-element-caption, .wp-block-verse em {
    font-size: 14px;
  }
}

.wp-block-details p.has-small-font-size, .wp-block-media-text p.has-small-font-size {
  font-size: 12px !important;
}
.wp-block-details p.has-medium-font-size, .wp-block-media-text p.has-medium-font-size {
  font-size: 16px !important;
}
.wp-block-details p.has-large-font-size, .wp-block-media-text p.has-large-font-size {
  font-size: 20px !important;
}
.wp-block-details p.has-x-large-font-size, .wp-block-media-text p.has-x-large-font-size {
  font-size: 24px !important;
}

.wp-block-column > p, .wp-block-column > pre {
  line-height: 1.4;
  font-size: 16px;
  font-family: var(--font-base);
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-column > p.has-small-font-size, .wp-block-column > pre.has-small-font-size {
  font-size: 12px !important;
}
.wp-block-column > p.has-medium-font-size, .wp-block-column > pre.has-medium-font-size {
  font-size: 16px !important;
}
.wp-block-column > p.has-large-font-size, .wp-block-column > pre.has-large-font-size {
  font-size: 20px !important;
}
.wp-block-column > p.has-x-large-font-size, .wp-block-column > pre.has-x-large-font-size {
  font-size: 24px !important;
}
.wp-block-column > p:first-child, .wp-block-column > pre:first-child {
  margin-top: 0;
}
.wp-block-column > p > strong, .wp-block-column > pre > strong {
  font-weight: 700;
  font-family: var(--font-second);
}
@media screen and (max-width: 999px) {
  .wp-block-column > p, .wp-block-column > pre {
    font-size: 14px;
  }
}
.wp-block-column > p a, .wp-block-column > pre a {
  color: var(--color-red);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.wp-block-column > p a:hover, .wp-block-column > pre a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.wp-block-column > h1, .wp-block-column > h2, .wp-block-column > h3, .wp-block-column > h4, .wp-block-column > h5, .wp-block-column > h6 {
  font-weight: 600;
  line-height: 1.3;
  font-family: var(--font-second);
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-column > h1.has-small-font-size, .wp-block-column > h2.has-small-font-size, .wp-block-column > h3.has-small-font-size, .wp-block-column > h4.has-small-font-size, .wp-block-column > h5.has-small-font-size, .wp-block-column > h6.has-small-font-size {
  font-size: 12px !important;
}
.wp-block-column > h1.has-medium-font-size, .wp-block-column > h2.has-medium-font-size, .wp-block-column > h3.has-medium-font-size, .wp-block-column > h4.has-medium-font-size, .wp-block-column > h5.has-medium-font-size, .wp-block-column > h6.has-medium-font-size {
  font-size: 16px !important;
}
.wp-block-column > h1.has-large-font-size, .wp-block-column > h2.has-large-font-size, .wp-block-column > h3.has-large-font-size, .wp-block-column > h4.has-large-font-size, .wp-block-column > h5.has-large-font-size, .wp-block-column > h6.has-large-font-size {
  font-size: 20px !important;
}
.wp-block-column > h1.has-x-large-font-size, .wp-block-column > h2.has-x-large-font-size, .wp-block-column > h3.has-x-large-font-size, .wp-block-column > h4.has-x-large-font-size, .wp-block-column > h5.has-x-large-font-size, .wp-block-column > h6.has-x-large-font-size {
  font-size: 24px !important;
}
.wp-block-column > h1 {
  font-size: 36px;
}
@media screen and (max-width: 999px) {
  .wp-block-column > h1 {
    font-size: 24px;
  }
}
.wp-block-column > h2 {
  color: var(--color-blue);
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.wp-block-column > h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .wp-block-column > h2 {
    font-size: 20px;
  }
}
.wp-block-column > h3 {
  color: var(--color-blue);
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .wp-block-column > h3 {
    font-size: 18px;
  }
}
.wp-block-column > h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-column > h5 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-column > h6 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .wp-block-column > h6 {
    font-size: 14px;
  }
}
.wp-block-column > ul, .wp-block-column > ol {
  padding-left: 32px;
  padding-right: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 16px;
}
.wp-block-column > ul.wp-block-list, .wp-block-column > ol.wp-block-list {
  padding-left: 32px;
}
.wp-block-column > ul:first-child, .wp-block-column > ol:first-child {
  margin-top: 0;
}
.wp-block-column > ul:last-child, .wp-block-column > ol:last-child {
  margin-bottom: 0;
}
.wp-block-column > ul li, .wp-block-column > ol li {
  margin-top: 6px;
  font-size: 16px;
}
.wp-block-column > ul li.has-small-font-size, .wp-block-column > ol li.has-small-font-size {
  font-size: 12px !important;
}
.wp-block-column > ul li.has-medium-font-size, .wp-block-column > ol li.has-medium-font-size {
  font-size: 16px !important;
}
.wp-block-column > ul li.has-large-font-size, .wp-block-column > ol li.has-large-font-size {
  font-size: 20px !important;
}
.wp-block-column > ul li.has-x-large-font-size, .wp-block-column > ol li.has-x-large-font-size {
  font-size: 24px !important;
}
@media screen and (max-width: 999px) {
  .wp-block-column > ul li, .wp-block-column > ol li {
    font-size: 14px;
  }
}
.wp-block-column > ul li:first-child, .wp-block-column > ol li:first-child {
  margin-top: 0;
}
.wp-block-column > ul li {
  position: relative;
}
.wp-block-column > ul li:before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  background-color: var(--color-red);
  transform: translateY(-50%);
}
.wp-block-column > ul li ul {
  padding-left: 24px;
  margin-top: 10px;
}
.wp-block-column > ol li {
  counter-increment: li;
}
.wp-block-column > ol li:before {
  content: "." counter(li);
  font-family: var(--font-second);
  color: var(--color-red);
  display: inline-block;
  width: 21px;
  margin-left: -24px;
  margin-right: 3px;
  text-align: right;
  direction: rtl;
}
.wp-block-column > ol li ol {
  padding-left: 24px;
  margin-top: 10px;
}
.wp-block-column > a {
  color: var(--color-red);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  line-height: 1.4;
  font-size: 16px;
  font-family: var(--font-base);
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-column > a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.wp-block-column > blockquote {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-column > blockquote p, .wp-block-column > blockquote cite {
  line-height: 1.4;
  font-size: 16px;
  font-family: var(--font-base);
  margin-top: 20px;
}
.wp-block-column > blockquote p.has-small-font-size, .wp-block-column > blockquote cite.has-small-font-size {
  font-size: 12px !important;
}
.wp-block-column > blockquote p.has-medium-font-size, .wp-block-column > blockquote cite.has-medium-font-size {
  font-size: 16px !important;
}
.wp-block-column > blockquote p.has-large-font-size, .wp-block-column > blockquote cite.has-large-font-size {
  font-size: 20px !important;
}
.wp-block-column > blockquote p.has-x-large-font-size, .wp-block-column > blockquote cite.has-x-large-font-size {
  font-size: 24px !important;
}
.wp-block-column > blockquote p:first-child, .wp-block-column > blockquote cite:first-child {
  margin-top: 0;
}
.wp-block-column > blockquote p > strong, .wp-block-column > blockquote cite > strong {
  font-weight: 700;
  font-family: var(--font-second);
}
@media screen and (max-width: 999px) {
  .wp-block-column > blockquote p, .wp-block-column > blockquote cite {
    font-size: 14px;
  }
}

.wp-block-pullquote.has-small-font-size p, .wp-block-pullquote.has-small-font-size cite, .wp-block-quote.has-small-font-size p, .wp-block-quote.has-small-font-size cite {
  font-size: 12px !important;
}
.wp-block-pullquote.has-medium-font-size p, .wp-block-pullquote.has-medium-font-size cite, .wp-block-quote.has-medium-font-size p, .wp-block-quote.has-medium-font-size cite {
  font-size: 16px !important;
}
.wp-block-pullquote.has-large-font-size p, .wp-block-pullquote.has-large-font-size cite, .wp-block-quote.has-large-font-size p, .wp-block-quote.has-large-font-size cite {
  font-size: 20px !important;
}
.wp-block-pullquote.has-x-large-font-size p, .wp-block-pullquote.has-x-large-font-size cite, .wp-block-quote.has-x-large-font-size p, .wp-block-quote.has-x-large-font-size cite {
  font-size: 24px !important;
}
.wp-block-pullquote p, .wp-block-pullquote cite, .wp-block-quote p, .wp-block-quote cite {
  line-height: 1.4;
  font-size: 16px;
  font-family: var(--font-base);
}
@media screen and (max-width: 999px) {
  .wp-block-pullquote p, .wp-block-pullquote cite, .wp-block-quote p, .wp-block-quote cite {
    font-size: 14px;
  }
}
.wp-block-pullquote cite, .wp-block-quote cite {
  font-style: italic;
}
.wp-block-pullquote .wp-block-pullquote.has-small-font-size p, .wp-block-pullquote .wp-block-pullquote.has-small-font-size cite, .wp-block-pullquote .wp-block-quote.has-small-font-size p, .wp-block-pullquote .wp-block-quote.has-small-font-size cite, .wp-block-quote .wp-block-pullquote.has-small-font-size p, .wp-block-quote .wp-block-pullquote.has-small-font-size cite, .wp-block-quote .wp-block-quote.has-small-font-size p, .wp-block-quote .wp-block-quote.has-small-font-size cite {
  font-size: 12px !important;
}
.wp-block-pullquote .wp-block-pullquote.has-medium-font-size p, .wp-block-pullquote .wp-block-pullquote.has-medium-font-size cite, .wp-block-pullquote .wp-block-quote.has-medium-font-size p, .wp-block-pullquote .wp-block-quote.has-medium-font-size cite, .wp-block-quote .wp-block-pullquote.has-medium-font-size p, .wp-block-quote .wp-block-pullquote.has-medium-font-size cite, .wp-block-quote .wp-block-quote.has-medium-font-size p, .wp-block-quote .wp-block-quote.has-medium-font-size cite {
  font-size: 16px !important;
}
.wp-block-pullquote .wp-block-pullquote.has-large-font-size p, .wp-block-pullquote .wp-block-pullquote.has-large-font-size cite, .wp-block-pullquote .wp-block-quote.has-large-font-size p, .wp-block-pullquote .wp-block-quote.has-large-font-size cite, .wp-block-quote .wp-block-pullquote.has-large-font-size p, .wp-block-quote .wp-block-pullquote.has-large-font-size cite, .wp-block-quote .wp-block-quote.has-large-font-size p, .wp-block-quote .wp-block-quote.has-large-font-size cite {
  font-size: 20px !important;
}
.wp-block-pullquote .wp-block-pullquote.has-x-large-font-size p, .wp-block-pullquote .wp-block-pullquote.has-x-large-font-size cite, .wp-block-pullquote .wp-block-quote.has-x-large-font-size p, .wp-block-pullquote .wp-block-quote.has-x-large-font-size cite, .wp-block-quote .wp-block-pullquote.has-x-large-font-size p, .wp-block-quote .wp-block-pullquote.has-x-large-font-size cite, .wp-block-quote .wp-block-quote.has-x-large-font-size p, .wp-block-quote .wp-block-quote.has-x-large-font-size cite {
  font-size: 24px !important;
}
.wp-block-pullquote .wp-block-pullquote p, .wp-block-pullquote .wp-block-pullquote cite, .wp-block-pullquote .wp-block-quote p, .wp-block-pullquote .wp-block-quote cite, .wp-block-quote .wp-block-pullquote p, .wp-block-quote .wp-block-pullquote cite, .wp-block-quote .wp-block-quote p, .wp-block-quote .wp-block-quote cite {
  line-height: 1.4;
  font-size: 16px;
  font-family: var(--font-base);
}
@media screen and (max-width: 999px) {
  .wp-block-pullquote .wp-block-pullquote p, .wp-block-pullquote .wp-block-pullquote cite, .wp-block-pullquote .wp-block-quote p, .wp-block-pullquote .wp-block-quote cite, .wp-block-quote .wp-block-pullquote p, .wp-block-quote .wp-block-pullquote cite, .wp-block-quote .wp-block-quote p, .wp-block-quote .wp-block-quote cite {
    font-size: 14px;
  }
}
.wp-block-pullquote .wp-block-pullquote cite, .wp-block-pullquote .wp-block-quote cite, .wp-block-quote .wp-block-pullquote cite, .wp-block-quote .wp-block-quote cite {
  font-style: italic;
}

.wp-block-buttons {
  padding-left: 16px;
  padding-right: 16px;
}

.ds-c-questionList {
  padding: 20px 0;
  text-align: left;
}
.ds-c-questionList details {
  padding: 0 46px 20px 46px;
  border-bottom: 1px var(--color-lightGrey) solid;
  line-height: 1.3;
  position: relative;
}
.ds-c-questionList details > summary {
  list-style: none;
  padding: 20px 0 0 0;
  cursor: pointer;
}
.ds-c-questionList details > summary::-webkit-details-marker {
  display: none;
}
.ds-c-questionList details > summary:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 15px;
  width: 15px;
  height: 10px;
  background: url("../img/icons/arrow-small-down.svg") center center no-repeat;
  transform: rotate(180deg);
}
.ds-c-questionList details[open] > summary {
  padding-bottom: 10px;
}
.ds-c-questionList details[open] > summary:before {
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .ds-c-questionList {
    padding: 10px 0;
  }
  .ds-c-questionList details {
    border-bottom: none;
    padding: 0 0 15px 32px;
  }
  .ds-c-questionList details > summary {
    padding-top: 15px;
  }
  .ds-c-questionList details:before {
    left: 0;
    top: 20px;
  }
}

.ds-c-breadCrumb {
  position: relative;
  z-index: 1;
}
.ds-c-breadCrumb > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-red);
  font-size: 13px;
  line-height: 1;
  gap: 3px;
  font-weight: 400;
}
.ds-c-breadCrumb > span span {
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1.3;
  gap: 3px;
  color: var(--color-darkGrey);
}
[data-color=white] .ds-c-breadCrumb > span span {
  color: var(--color-white);
}
.ds-c-breadCrumb > span span a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .ds-c-breadCrumb > span {
    flex-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
    font-size: 11px;
    padding-right: 10px;
  }
  .ds-c-breadCrumb > span span {
    font-size: 11px;
    line-height: 18px;
  }
  [data-color=white] .ds-c-breadCrumb > span span {
    color: var(--color-darkGrey);
  }
  .ds-c-breadCrumb > span span:after {
    font-size: 11px;
  }
}

.ds-c-pagination {
  padding-bottom: 50px;
}
.ds-c-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ds-c-pagination .wp-pagenavi .pages,
.ds-c-pagination .wp-pagenavi .first,
.ds-c-pagination .wp-pagenavi .last {
  display: none;
}
.ds-c-pagination .wp-pagenavi a {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px var(--color-white) solid;
  transition: all 0.2s linear;
}
.ds-c-pagination .wp-pagenavi a:hover {
  border-color: var(--color-lightGrey);
}
.ds-c-pagination .wp-pagenavi a.previouspostslink, .ds-c-pagination .wp-pagenavi a.nextpostslink {
  font-size: 0;
  background: url("../img/icons/arrow-right.svg") center center no-repeat;
  transition: transform 0.2s linear;
}
.ds-c-pagination .wp-pagenavi a.previouspostslink:hover, .ds-c-pagination .wp-pagenavi a.nextpostslink:hover {
  border-color: var(--color-white);
}
.ds-c-pagination .wp-pagenavi a.previouspostslink {
  transform: rotate(180deg);
}
.ds-c-pagination .wp-pagenavi a.previouspostslink:hover {
  transform: rotate(180deg) translate(2px, 0);
}
.ds-c-pagination .wp-pagenavi a.nextpostslink:hover {
  transform: translate(2px, 0);
}
.ds-c-pagination .wp-pagenavi .current {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-blue);
  color: var(--color-white);
  font-family: var(--font-second);
  border-color: var(--color-blue);
}
.ds-c-pagination .wp-pagenavi .extend {
  color: var(--color-grey);
  border: none;
}
@media screen and (max-width: 999px) {
  .ds-c-pagination {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-pagination {
    padding-bottom: 25px;
  }
}

.ds-c-pageHeader {
  overflow: hidden;
  position: relative;
  background: var(--color-white);
  border-bottom: 1px var(--color-lightGrey) solid;
}
.ds-c-pageHeader[data-color=blue] {
  color: var(--color-blue);
}
.ds-c-pageHeader[data-color=white] {
  color: var(--color-white);
}
.ds-c-pageHeader[data-color=white]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.ds-c-pageHeader[data-type=needs] .ds-c-pageHeader-wrapper {
  height: 400px;
  padding-bottom: 102px;
}
.ds-c-pageHeader-wrapper {
  height: 298px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.ds-c-pageHeader-breadCrumb {
  position: absolute;
  top: 30px;
  left: 45px;
  max-width: calc(100% - 90px);
}
.ds-c-pageHeader-title {
  position: relative;
  color: currentColor;
  text-align: center;
}
.ds-c-pageHeader-subtitle {
  color: currentColor;
  text-align: center;
}
.ds-c-pageHeader-bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}
@media screen and (max-width: 999px) {
  .ds-c-pageHeader-wrapper {
    height: 230px;
  }
  .ds-c-pageHeader-breadCrumb {
    position: absolute;
    background: var(--color-white);
    height: 20px;
    top: 0;
    width: 100%;
    max-width: none;
    left: 0;
    padding: 0 16px;
  }
  .ds-c-pageHeader-breadCrumb:after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(270deg, var(--color-white), hsla(0, 0%, 100%, 0));
    z-index: 1;
    right: 16px;
    top: 0;
    height: 100%;
    width: 10px;
  }
  .ds-c-pageHeader[data-type=default] .ds-c-pageHeader-bg {
    width: calc(100% + 150px);
    max-width: calc(100% + 150px);
    right: -150px;
  }
}

.ds-c-headerNeedInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px var(--color-lightGrey) solid;
  gap: 50px;
}
.ds-c-headerNeedInfo-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  font-size: 16px;
}
.ds-c-headerNeedInfo-contact svg {
  margin-right: 7px;
}
.ds-c-headerNeedInfo-contact a {
  font-weight: bold;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-c-headerNeedInfo-contact a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (max-width: 689px) {
  .ds-c-headerNeedInfo {
    gap: 20px;
  }
  .ds-c-headerNeedInfo-contact {
    font-size: 14px;
  }
  .ds-c-headerNeedInfo-contact svg {
    margin-right: 0;
    margin-left: -7px;
  }
  .ds-c-headerNeedInfo-contact span {
    display: none;
  }
}

.ds-c-note {
  background: var(--color-mdcGrey);
  padding: 30px;
  border-left: 5px var(--color-blue) solid;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.ds-c-note:before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid var(--color-blue);
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.ds-c-note-title {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ds-c-note {
    padding: 20px 20px 20px 30px;
  }
}

.ds-c-page {
  background: var(--color-white);
}
.ds-c-page[data-type=basedocs], .ds-c-page[data-type=form], .ds-c-page[data-type=error] {
  position: relative;
  padding-bottom: 50px;
}
.ds-c-page[data-type=basedocs]:after, .ds-c-page[data-type=form]:after, .ds-c-page[data-type=error]:after {
  content: "";
  display: block;
  position: absolute;
  background: var(--color-white);
  height: 126px;
  top: 100%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  .ds-c-page[data-type=basedocs], .ds-c-page[data-type=form], .ds-c-page[data-type=error] {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-page[data-type=basedocs], .ds-c-page[data-type=form], .ds-c-page[data-type=error] {
    padding-bottom: 25px;
  }
}

.ds-c-transmissionPERTable {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.ds-c-transmissionPERTable + .ds-c-transmissionPERTable {
  margin-top: 20px;
}
.ds-c-transmissionPERTable-legend {
  font-size: 12px;
  font-style: italic;
  width: 100%;
  color: var(--color-grey);
  padding-top: 10px;
}
.ds-c-transmissionPERTable-object {
  flex-shrink: 0;
  width: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-blue);
  text-align: center;
  padding: 16px;
}
.ds-c-transmissionPERTable[data-color=red] .ds-c-transmissionPERTable-object {
  background: var(--color-red);
}
.ds-c-transmissionPERTable-table {
  flex-grow: 1;
}
.ds-c-transmissionPERTable-table table {
  width: 100%;
  font-size: 16px;
}
.ds-c-transmissionPERTable-table table tr:first-child td {
  font-weight: bold;
  font-family: var(--font-second);
  background: var(--color-mdcGrey);
}
.ds-c-transmissionPERTable-table table tr td {
  padding: 24px;
  width: 50%;
  border: 1px var(--color-lightGrey) solid;
}
@media screen and (max-width: 999px) {
  .layout-2-3 .ds-c-transmissionPERTable .ds-c-transmissionPERTable {
    flex-direction: column;
  }
  .layout-2-3 .ds-c-transmissionPERTable .ds-c-transmissionPERTable-object {
    width: 100%;
  }
  .layout-2-3 .ds-c-transmissionPERTable .ds-c-transmissionPERTable-table table {
    font-size: 14px;
    border: 1px var(--color-lightGrey) solid;
  }
  .layout-2-3 .ds-c-transmissionPERTable .ds-c-transmissionPERTable-table table tbody {
    display: block;
    width: 100%;
  }
  .layout-2-3 .ds-c-transmissionPERTable .ds-c-transmissionPERTable-table table tbody tr {
    display: block;
    width: 100%;
  }
  .layout-2-3 .ds-c-transmissionPERTable .ds-c-transmissionPERTable-table table tbody tr:nth-child(even) {
    background: var(--color-mdcGrey);
  }
  .layout-2-3 .ds-c-transmissionPERTable .ds-c-transmissionPERTable-table table tbody tr:first-child {
    display: none;
  }
  .layout-2-3 .ds-c-transmissionPERTable .ds-c-transmissionPERTable-table table tbody tr td {
    text-align: center;
    width: 100%;
    display: block;
    padding: 16px;
    border: none;
  }
  .layout-2-3 .ds-c-transmissionPERTable .ds-c-transmissionPERTable-table table tbody tr td:last-child {
    padding-top: 0;
  }
  .layout-2-3 .ds-c-transmissionPERTable .ds-c-transmissionPERTable-table table tbody tr td[data-label]:before {
    font-weight: 600;
    font-family: var(--font-second);
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-transmissionPERTable {
    flex-direction: column;
  }
  .ds-c-transmissionPERTable-object {
    width: 100%;
  }
  .ds-c-transmissionPERTable-table table {
    font-size: 14px;
    border: 1px var(--color-lightGrey) solid;
  }
  .ds-c-transmissionPERTable-table table tbody {
    display: block;
    width: 100%;
  }
  .ds-c-transmissionPERTable-table table tbody tr {
    display: block;
    width: 100%;
  }
  .ds-c-transmissionPERTable-table table tbody tr:nth-child(even) {
    background: var(--color-mdcGrey);
  }
  .ds-c-transmissionPERTable-table table tbody tr:first-child {
    display: none;
  }
  .ds-c-transmissionPERTable-table table tbody tr td {
    text-align: center;
    width: 100%;
    display: block;
    padding: 16px;
    border: none;
  }
  .ds-c-transmissionPERTable-table table tbody tr td:last-child {
    padding-top: 0;
  }
  .ds-c-transmissionPERTable-table table tbody tr td[data-label]:before {
    font-weight: 600;
    font-family: var(--font-second);
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 4px;
  }
}

.ds-c-infoMessage {
  padding: 20px;
  width: 100%;
  line-height: 1.5;
  border-radius: 5px;
  margin-bottom: 24px;
}
.ds-c-infoMessage[data-type=error] {
  background: var(--color-error);
  color: var(--color-white);
}

.ds-c-slideIn {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  max-width: 100%;
  overflow: hidden;
  z-index: 10;
  transition: width 0.2s linear;
}
.ds-c-slideIn:before {
  content: "";
  display: block;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.admin-bar .ds-c-slideIn {
  z-index: 999999;
}
.ds-c-slideIn[data-open=true] {
  width: 500px;
}
.ds-c-slideIn[data-open=true]:before {
  display: block;
}
.ds-c-slideIn-wrapper {
  width: 500px;
  max-width: var(--viewport-width);
  background: var(--color-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.ds-c-slideIn[data-color=grey] .ds-c-slideIn-wrapper {
  background: var(--color-mdcGrey);
}
.ds-c-slideIn-head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 24px 24px;
}
.ds-c-slideIn-head > button {
  color: var(--color-grey);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-c-slideIn-head > button:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.ds-c-slideIn-content {
  flex-grow: 1;
  position: relative;
  padding: 0 24px 24px 24px;
  overflow: auto;
}
.ds-c-slideIn-actions {
  height: 88px;
  padding: 20px 24px;
  gap: 20px;
  display: flex;
  border-top: 1px var(--color-lightGrey) solid;
}
.ds-c-slideIn-actions > button {
  flex: 1 1;
}
@media screen and (max-width: 375px) {
  .ds-c-slideIn-head {
    padding: 16px 16px 24px 16px;
  }
  .ds-c-slideIn-actions {
    height: auto;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
  .ds-c-slideIn-content {
    padding: 0 16px 16px 16px;
  }
}

.ds-c-Popin {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  overflow: auto;
  width: 0;
  height: 0;
  z-index: 1050;
  transition: opacity 0.3s ease-in-out 0s;
}
.ds-c-Popin[data-active=true] {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.ds-c-Popin-close {
  font-size: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
}
.ds-c-Popin-close svg {
  width: 100%;
  height: 100%;
}
.ds-c-Popin-wrapper {
  width: 1000px;
  max-width: calc(100% - 16px);
  background: var(--color-white);
  padding: 30px;
  position: relative;
  margin: 40px auto;
}
.ds-c-Popin-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
}
[data-active=true] .ds-c-Popin-bg {
  width: 100%;
  height: 100%;
}
.ds-c-Popin iframe {
  border: none;
  width: 100%;
  aspect-ratio: 19/10;
}
.ds-c-Popin[data-type=iframe] .ds-c-Popin-content {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ds-c-Popin[data-type=iframe] .ds-c-Popin-wrapper {
    padding: 0;
  }
  .ds-c-Popin[data-type=iframe] .ds-c-Popin-close {
    top: -30px;
    right: -4px;
  }
  .ds-c-Popin[data-type=iframe] .ds-c-Popin-close svg path {
    fill: var(--color-white);
  }
}

.ds-c-perCard {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ds-c-perCard:hover .ds-c-perCard-bg {
  transform: scale(1.05, 1.05);
}
.ds-c-perCard:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 35%, rgba(0, 0, 0, 0.54) 100%);
  z-index: 1;
}
.ds-c-perCard-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear;
}
.ds-c-perCard-content {
  aspect-ratio: 400/280;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  width: 100%;
  padding: 30px;
  font-family: var(--font-second);
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.3;
}
.ds-c-perCard-content strong {
  color: var(--color-white);
}
.ds-c-perCard-content p {
  padding-top: 12px;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .ds-c-perCard-content p {
    font-size: 14px;
  }
}

.ds-c-miniPostCard {
  max-width: 100%;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s linear;
}
.ds-c-miniPostCard:hover {
  transform: translate(-5px, 0);
}
.ds-c-miniPostCard-img {
  flex-shrink: 0;
  width: 150px;
  font-size: 0;
}
.ds-c-miniPostCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ds-c-miniPostCard-content {
  flex-grow: 1;
  padding: 16px 10px 16px 20px;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
}
.ds-c-miniPostCard-content p {
  color: var(--color-red);
}

.ds-c-postCard {
  display: block;
  background: var(--color-white);
  overflow: hidden;
  border-radius: 10px;
}
.ds-c-postCard[data-displaytype=slider] {
  height: auto;
}
.ds-c-postCard-img {
  position: relative;
}
.ds-c-postCard-img img {
  aspect-ratio: 768/510;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ds-c-postCard-category {
  position: absolute;
  left: 0;
  top: 20px;
  max-width: calc(100% - 20px);
  border-radius: 0 6px 6px 0;
  padding: 4px 26px;
  background: var(--color-red);
  color: var(--color-white);
}
.ds-c-postCard-content {
  padding: 24px 32px;
  text-align: center;
}
.ds-c-postCard-content strong {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 64px;
}
.ds-c-postCard-content p {
  padding: 24px 0;
  line-height: 1.3;
  min-height: 102px;
}
.ds-c-postCard-action {
  color: var(--color-blue);
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.ds-c-postCard-action:hover:after {
  width: 100%;
}
.ds-c-postCard-action:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: width 0.2s linear;
  background: currentColor;
}
@media screen and (max-width: 599px) {
  .ds-c-postCard-content {
    padding: 14px 20px 20px 20px;
  }
}

.ds-c-needCard {
  background: var(--color-white);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 12px;
  padding: 24px 24px 30px 24px;
  transition: background 0.2s linear;
}
.ds-c-needCard:hover {
  background: var(--color-red);
}
.ds-c-needCard:hover .ds-c-needCard-head {
  color: var(--color-white);
  transition: color 0.2s linear;
}
.ds-c-needCard:hover .ds-c-needCard-head strong {
  color: currentColor;
}
.ds-c-needCard:hover .ds-c-needCard-head svg path {
  fill: currentColor;
}
.ds-c-needCard:hover .ds-c-needCard-description {
  color: var(--color-white);
}
.ds-c-needCard:hover .ds-c-needCard-action span {
  color: var(--color-white);
}
.ds-c-needCard:hover .ds-c-needCard-action span:after {
  width: 100%;
}
.ds-c-needCard-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 102px;
}
.ds-c-needCard-head svg {
  width: 48px;
  height: 48px;
}
.ds-c-needCard-head strong {
  text-align: center;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.ds-c-needCard-description {
  text-align: center;
  line-height: 1.3;
  transition: color 0.2s linear;
}
.ds-c-needCard-action {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  justify-content: center;
}
.ds-c-needCard-action span {
  color: var(--color-blue);
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.2s linear;
}
.ds-c-needCard-action span:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: width 0.2s linear;
  background: currentColor;
}
@media screen and (max-width: 999px) {
  .ds-c-needCard {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
  }
  .ds-c-needCard-description {
    display: none;
  }
  .ds-c-needCard-action {
    font-size: 12px;
  }
}

.ds-c-reviewCard {
  padding: 24px;
  height: 100%;
}
.ds-c-reviewCard-head {
  color: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.ds-c-reviewCard-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ds-c-reviewCard-author {
  font-weight: 600;
}
.ds-c-reviewCard-rating {
  font-size: 12px;
}
.ds-c-reviewCard-review {
  padding-top: 10px;
  text-align: left;
}

.ds-c-perBlueCard {
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.ds-c-perBlueCard:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--color-blue);
  opacity: 0.8;
}
.ds-c-perBlueCard-bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.ds-c-perBlueCard-content {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: var(--color-white);
  font-size: 16px;
  padding: 0 20px;
}
.ds-c-perBlueCard-content > a {
  margin-top: 20px;
}
.ds-c-perBlueCard-content p {
  color: currentColor;
}
.ds-c-perBlueCard-title {
  color: currentColor;
}
@media screen and (max-width: 999px) {
  .ds-c-perBlueCard {
    min-height: 200px;
  }
}
@media screen and (max-width: 689px) {
  .ds-c-perBlueCard {
    min-height: auto;
  }
  .ds-c-perBlueCard-content {
    padding: 40px 20px;
  }
}

.ds-c-galleryCard {
  aspect-ratio: auto 384/530;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 384px;
}
.ds-c-galleryCard img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ds-c-galleryCard-videoTrigger {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 884px) {
  .ds-c-galleryCard {
    width: 270px;
  }
}

.ds-c-searchCard {
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.ds-c-searchCard + .ds-c-searchCard {
  margin-top: 30px;
}
.ds-c-searchCard-image {
  flex-shrink: 0;
}
.ds-c-searchCard-image img {
  object-fit: cover;
  border-radius: 10px;
}
.ds-c-searchCard-content {
  flex-grow: 1;
}
.ds-c-searchCard-title {
  display: block;
  padding-bottom: 2px;
}
.ds-c-searchCard-score {
  display: block;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ds-c-searchCard + .ds-c-searchCard {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .ds-c-searchCard {
    flex-direction: column;
  }
  .ds-c-searchCard-image img {
    width: 100%;
    height: auto;
  }
}

.ds-c-newsListing {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ds-c-newsListing-title {
  padding-bottom: 40px;
}
.ds-c-newsListing-listing {
  max-width: 100%;
  overflow: visible;
}
.ds-c-newsListing-listing-item {
  width: 384px;
}
.ds-c-newsListing-slider {
  align-items: stretch;
}
.ds-c-newsListing-action {
  padding-top: 40px;
}
.ds-c-newsListing-pagination {
  padding-top: 24px;
}
.page-template-template-landingpage .ds-c-newsListing .ds-c-newsListing-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 999px) {
  .ds-c-newsListing-title {
    padding-bottom: 24px;
  }
  .ds-c-newsListing-action {
    padding-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .ds-c-newsListing-listing-item {
    width: 272px;
  }
}

.ds-c-advantages {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.ds-c-advantages-title {
  padding-bottom: 30px;
}
.ds-c-advantages-listing {
  max-width: 100%;
  overflow: visible;
}
.ds-c-advantages-listing-slider {
  height: auto;
  align-items: stretch;
}
.ds-c-advantages-listing:before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  width: var(--viewport-width);
  left: 50%;
  transform: translate(-50%, 0);
  height: 2px;
  background: var(--color-red);
}
.ds-c-advantages-listing-item {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 282px;
  min-height: 224px;
  background: var(--color-white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 24px;
}
.ds-c-advantages-listing-item svg {
  width: 50px;
  height: 50px;
  margin: 0 5px 10px 5px;
}
.ds-c-advantages-listing-item p {
  padding-top: 6px;
  flex-grow: 1;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.ds-c-advantages-pagination {
  padding-top: 24px;
}
.ds-c-advantages-action {
  padding-top: 30px;
}
.page-template-template-landingpage .ds-c-advantages .ds-c-advantages-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 999px) {
  .ds-c-advantages-title {
    padding-bottom: 20px;
  }
  .ds-c-advantages-action {
    padding-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .ds-c-advantages-listing-item {
    width: 218px;
  }
}

.ds-c-titleTextImgCircle-wrapper {
  display: flex;
  align-items: center;
  gap: 45px;
}
.ds-c-titleTextImgCircle-content {
  flex-grow: 1;
  position: relative;
}
.ds-c-titleTextImgCircle-title {
  padding-bottom: 10px;
  position: relative;
}
.ds-c-titleTextImgCircle-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: var(--color-red);
  width: var(--viewport-width);
  right: calc(100% + 24px);
  top: 26px;
}
.ds-c-titleTextImgCircle-action {
  margin-top: 30px;
}
.ds-c-titleTextImgCircle-img {
  position: relative;
  flex-shrink: 0;
}
.ds-c-titleTextImgCircle-img img {
  border-radius: 182px;
}
.ds-c-titleTextImgCircle-img svg {
  position: absolute;
  bottom: -30px;
  left: -35px;
  width: 169px;
  height: 182px;
  transform: rotate(-50.75deg);
}
.page-template-template-landingpage .ds-c-titleTextImgCircle .ds-c-titleTextImgCircle-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 767px) {
  .ds-c-titleTextImgCircle-wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 599px) {
  .ds-c-titleTextImgCircle-wrapper {
    gap: 30px;
  }
  .ds-c-titleTextImgCircle-content {
    text-align: center;
  }
  .ds-c-titleTextImgCircle-action {
    margin-top: 20px;
  }
  .ds-c-titleTextImgCircle-img img {
    width: 270px;
    height: 270px;
    border-radius: 135px;
  }
  .ds-c-titleTextImgCircle-img svg {
    bottom: -13px;
    left: -30px;
    width: 130px;
    height: 140px;
  }
}

.page-template-template-landingpage .ds-c-simpleText .ds-c-simpleText-wrapper {
  width: var(--wrapper-width);
}

.ds-c-smallText * {
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
  padding: 6px 0;
  color: var(--color-grey);
}
.ds-c-smallText a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-c-smallText a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.page-template-template-landingpage .ds-c-smallText .ds-c-smallText-wrapper {
  width: var(--wrapper-width);
}

.ds-c-imageText-title {
  text-align: center;
  padding-bottom: 20px;
}
.ds-c-imageText-description {
  font-size: 16px;
  font-family: var(--font-second);
  line-height: 1.3;
  padding-bottom: 50px;
  text-align: center;
}
.ds-c-imageText-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-grow: 1;
}
.ds-c-imageText-content[data-align=right] {
  flex-direction: row-reverse;
}
.ds-c-imageText-image {
  width: 48%;
  max-width: 368px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  overflow: hidden;
  border-radius: 10px;
}
.ds-c-imageText-image img {
  width: auto;
  height: auto;
}
.ds-c-imageText-cta {
  margin-top: 20px;
}
.page-template-template-landingpage .ds-c-imageText .ds-c-imageText-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 689px) {
  .ds-c-imageText-title, .ds-c-imageText-description {
    text-align: left;
  }
  .ds-c-imageText-content {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .ds-c-imageText-content[data-align=right] {
    flex-direction: column;
  }
  .ds-c-imageText-cta {
    margin-top: 0;
  }
  .ds-c-imageText-image {
    max-width: 100%;
    width: 400px;
  }
}

.ds-c-imageFull-wrapper {
  overflow: hidden;
  font-size: 0;
  border-radius: 10px;
}
.ds-c-imageFull-image {
  width: auto;
  height: auto;
}
.page-template-template-landingpage .ds-c-imageFull .ds-c-imageFull-wrapper {
  width: var(--wrapper-width);
}

.page-template-template-landingpage .ds-c-imageFull.ds-u-hspace {
  padding-left: 0;
  padding-right: 0;
}

.ds-c-pushPER-wrapper {
  display: flex;
  gap: 20px;
}
.ds-c-pushPER-wrapper > div {
  flex: 1 1;
}
.page-template-template-landingpage .ds-c-pushPER .ds-c-pushPER-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 767px) {
  .ds-c-pushPER-wrapper {
    flex-direction: column;
  }
}

.ds-c-push3Cols-wrapper {
  display: flex;
  align-items: stretch;
  gap: 25px;
}
.ds-c-push3Cols-item {
  flex: 1 1;
  border-radius: 10px;
  background: var(--color-white);
  text-align: center;
}
.ds-c-push3Cols-item strong {
  font-size: 16px;
  display: block;
  padding: 0 24px 10px 24px;
  font-family: var(--font-second);
}
.ds-c-push3Cols-item p {
  padding: 0 24px 24px 24px;
}
.ds-c-push3Cols-img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}
.page-template-template-landingpage .ds-c-push3Cols .ds-c-push3Cols-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 689px) {
  .ds-c-push3Cols-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .ds-c-push3Cols-item {
    max-width: 100%;
    width: 330px;
  }
}

.ds-c-quote-wrapper {
  display: flex;
  align-items: stretch;
  min-height: 194px;
  position: relative;
  overflow: hidden;
  background: var(--color-mdcGrey);
  border-radius: 10px;
}
.ds-c-quote-ctn {
  position: relative;
  flex-grow: 1;
  padding: 10px 20px 10px 80px;
  border-radius: 10px 0 0 10px;
  min-height: 194px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
}
.ds-c-quote-ctn > svg {
  position: absolute;
}
.ds-c-quote-ctn > svg:first-child {
  left: 30px;
  top: 30px;
}
.ds-c-quote-ctn > svg:last-child {
  left: calc(100% - 35px);
  top: -2px;
  height: calc(100% + 10px);
  width: auto;
  z-index: 2;
}
.ds-c-quote-author {
  width: 246px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  padding: 16px;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.ds-c-quote-author:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%);
}
.ds-c-quote-author img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ds-c-quote-author p {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  text-align: center;
}
.ds-c-quote-author p strong {
  font-size: 16px;
  display: block;
  font-family: var(--font-second);
}
.ds-c-quote-author p span {
  font-size: 12px;
  font-style: italic;
  display: block;
}
.page-template-template-landingpage .ds-c-quote .ds-c-quote-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 599px) {
  .ds-c-quote-wrapper {
    flex-direction: column-reverse;
    max-width: 330px;
    width: 100%;
  }
  .ds-c-quote-author {
    width: 100%;
    aspect-ratio: 246/180;
  }
  .ds-c-quote-ctn {
    padding-left: 70px;
    padding-right: 16px;
  }
  .ds-c-quote-ctn p {
    position: relative;
    z-index: 3;
  }
  .ds-c-quote-ctn > svg:first-child {
    z-index: 3;
    left: 16px;
  }
  .ds-c-quote-ctn > svg:last-child {
    bottom: calc(100% - 12px);
    transform: rotate(-120deg);
    left: -204px;
    top: auto;
    width: auto;
    height: 480px;
  }
  .page-template-template-landingpage .ds-c-quote .ds-c-quote-wrapper {
    width: 100%;
  }
}

.ds-c-blockSummary-ctn {
  background: var(--color-blue);
  padding: 30px 40px;
  border-radius: 10px;
}
.ds-c-blockSummary-title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
}
.ds-c-blockSummary-title strong {
  color: var(--color-white);
}
.ds-c-blockSummary-text {
  color: var(--color-white);
}
.page-template-template-landingpage .ds-c-blockSummary .ds-c-blockSummary-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 689px) {
  .ds-c-blockSummary-ctn {
    padding: 20px;
  }
}

.ds-c-advantages3cols-title {
  background: var(--color-white);
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.ds-c-advantages3cols-description {
  font-size: 16px;
  font-family: var(--font-second);
  line-height: 1.3;
  margin-top: 20px;
  text-align: center;
}
.ds-c-advantages3cols-list {
  background: var(--color-white);
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  border-radius: 0 0 10px 10px;
  gap: 30px;
  font-size: 16px;
}
.ds-c-advantages3cols-item {
  text-align: center;
  flex: 1 1;
}
.ds-c-advantages3cols-item-picto {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.ds-c-advantages3cols-item-picto > svg {
  width: 80px;
  height: 80px;
}
.ds-c-advantages3cols-item-ctn {
  line-height: 1.3;
}
.ds-c-advantages3cols-item-ctn > strong {
  display: block;
  padding-bottom: 10px;
}
.ds-c-advantages3cols-actions {
  padding: 30px 0 0 0;
  text-align: center;
}
[data-singlecontent] .ds-c-advantages3cols-item-picto {
  height: 60px;
}
[data-singlecontent] .ds-c-advantages3cols-item-picto > svg {
  width: 60px;
  height: 60px;
}
.page-template-template-landingpage .ds-c-advantages3cols .ds-c-advantages3cols-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 767px) {
  .ds-c-advantages3cols-description {
    font-size: 14px;
  }
  .ds-c-advantages3cols-item-ctn p {
    font-size: 14px;
  }
}
@media screen and (max-width: 689px) {
  .ds-c-advantages3cols-title {
    text-align: left;
    padding-left: 20px;
  }
  .ds-c-advantages3cols-description {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 4px;
  }
  .ds-c-advantages3cols-list {
    flex-direction: column;
    padding: 20px;
  }
  .ds-c-advantages3cols-item {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .ds-c-advantages3cols-item-picto {
    height: auto;
    width: 60px;
    flex-shrink: 0;
    margin: 0;
  }
  .ds-c-advantages3cols-item-picto > svg {
    width: 60px;
    height: 60px;
  }
}

.ds-c-keypoints-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 24px;
  padding-top: 40px;
}
.ds-c-keypoints-list li > strong {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}
.ds-c-keypoints-list li > span {
  font-size: 16px;
}
.ds-c-keypoints-number {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 24px;
  min-width: 177px;
  border-bottom: 2px var(--color-red) solid;
  margin-bottom: 24px;
  font-family: var(--font-second);
  font-weight: 600;
  gap: 10px;
  color: var(--color-blue);
}
.ds-c-keypoints-number strong {
  font-size: 72px;
  line-height: 59px;
}
.ds-c-keypoints-number span {
  font-size: 32px;
  line-height: 1;
}
.page-template-template-landingpage .ds-c-keypoints .ds-c-keypoints-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 689px) {
  .ds-c-keypoints-number {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .ds-c-keypoints-number strong {
    font-size: 50px;
    line-height: 36px;
  }
  .ds-c-keypoints-number span {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .ds-c-keypoints-number {
    min-width: 108px;
  }
}

.ds-c-advantagesBlue-wrapper {
  background: var(--color-blue);
  color: var(--color-white);
}
.ds-c-advantagesBlue-title {
  color: currentColor;
  text-align: center;
  padding-bottom: 30px;
}
.ds-c-advantagesBlue-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.ds-c-advantagesBlue-item {
  flex: 1 1;
}
.ds-c-advantagesBlue-item-ctn > strong {
  color: currentColor;
  display: block;
  padding-bottom: 10px;
}
.ds-c-advantagesBlue-item-ctn ul li:before {
  background-color: currentColor;
}
.ds-c-advantagesBlue-item-picto {
  padding: 15px 15px 30px 15px;
}
.ds-c-advantagesBlue-item-picto > svg {
  width: 70px;
  height: 70px;
}
.ds-c-advantagesBlue-item-picto > svg path {
  fill: currentColor;
}
.ds-c-advantagesBlue-actions {
  padding-top: 30px;
  text-align: center;
}
.page-template-template-landingpage .ds-c-advantagesBlue .ds-c-advantagesBlue-wrapper {
  width: var(--wrapper-width);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ds-c-advantagesBlue-title {
    padding-bottom: 20px;
  }
  .ds-c-advantagesBlue-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .ds-c-advantagesBlue-item-picto {
    padding: 8px 8px 16px 8px;
  }
  .ds-c-advantagesBlue-item-picto > svg {
    width: 50px;
    height: 50px;
  }
  .ds-c-advantagesBlue-actions {
    padding-top: 20px;
  }
}

.ds-c-BlockTable figure {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.ds-c-BlockTable figcaption {
  padding: 5px;
  font-size: 12px;
  color: var(--color-grey);
  font-style: italic;
}
.ds-c-BlockTable table {
  min-width: 700px;
}
.ds-c-BlockTable table thead {
  border-bottom: 1px var(--color-lightGrey) solid;
}
.ds-c-BlockTable table thead tr th {
  font-size: 16px;
  line-height: 1.3;
  padding: 20px;
  border: 1px var(--color-lightGrey) solid;
  color: var(--color-white);
}
.ds-c-BlockTable table thead tr th:nth-child(odd) {
  background: var(--color-blue);
}
.ds-c-BlockTable table thead tr th:nth-child(even) {
  background: var(--color-red);
}
.ds-c-BlockTable table tbody tr:nth-child(even) td {
  background: var(--color-mdcGrey);
}
.ds-c-BlockTable table tbody tr td {
  border: 1px var(--color-lightGrey) solid;
  font-size: 16px;
  padding: 20px;
  line-height: 1.3;
  vertical-align: top;
}
.page-template-template-landingpage .ds-c-BlockTable .ds-c-BlockTable-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 999px) {
  .ds-c-BlockTable table tbody tr td {
    font-size: 14px;
  }
}

.ds-c-labels-wrapper {
  padding: 30px;
  background: var(--color-white);
}
.ds-c-labels-title {
  text-align: center;
}
.ds-c-labels-description {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
  text-align: center;
}
.ds-c-labels-list {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 60px;
}
.ds-c-labels-list img {
  max-height: 90px;
  width: auto;
  height: auto;
}
.page-template-template-landingpage .ds-c-labels .ds-c-labels-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 767px) {
  .ds-c-labels-wrapper {
    padding: 30px 18px;
  }
  .ds-c-labels-title {
    text-align: left;
  }
  .ds-c-labels-description {
    font-size: 14px;
    text-align: left;
  }
  .ds-c-labels-list {
    justify-content: flex-start;
    gap: 16px 40px;
  }
  .ds-c-labels-list img {
    max-height: 70px;
  }
}

.ds-c-titleTextWithLine {
  overflow: hidden;
}
.ds-c-titleTextWithLine-wrapper {
  position: relative;
  padding-left: 200px;
}
.ds-c-titleTextWithLine-title {
  position: relative;
}
.ds-c-titleTextWithLine-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: var(--color-red);
  width: var(--viewport-width);
  right: calc(100% + 20px);
  top: 15px;
}
.ds-c-titleTextWithLine-content {
  padding-top: 20px;
}
.ds-c-titleTextWithLine-actions {
  padding-top: 30px;
}
.page-template-template-landingpage .ds-c-titleTextWithLine .ds-c-titleTextWithLine-wrapper {
  width: var(--wrapper-width);
}
.layout-1-3 .ds-c-titleTextWithLine .ds-c-titleTextWithLine-wrapper {
  padding-left: 0;
}
.layout-1-3 .ds-c-titleTextWithLine .ds-c-titleTextWithLine-title:before {
  right: initial;
  left: 0;
  width: 180px;
  max-width: 100%;
  top: -24px;
}
@media screen and (max-width: 999px) {
  .ds-c-titleTextWithLine-wrapper {
    padding-left: 150px;
  }
  .ds-c-titleTextWithLine-title:before {
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-titleTextWithLine-wrapper {
    padding-left: 18%;
  }
  .ds-c-titleTextWithLine-title:before {
    right: calc(100% + 8px);
  }
  .ds-c-titleTextWithLine-actions {
    padding-top: 20px;
  }
}

.ds-c-BaseDocs-block {
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.ds-c-BaseDocs-block + .ds-c-BaseDocs-block {
  margin-top: 30px;
}
.ds-c-BaseDocs-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ds-c-BaseDocs-icon svg {
  width: 76px;
  height: 76px;
}
.ds-c-BaseDocs-content {
  flex-grow: 1;
}
.ds-c-BaseDocs-title {
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
}
.ds-c-BaseDocs-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}
.ds-c-BaseDocs-list li + li {
  margin-top: 10px;
}
.ds-c-BaseDocs-list li svg {
  transform: rotate(90deg);
  margin-top: 5px;
  flex-shrink: 0;
}
.ds-c-BaseDocs-list li a {
  font-size: 16px;
}
.ds-c-BaseDocs-list li a > span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-c-BaseDocs-list li a em {
  font-size: 12px;
  display: inline-block;
}
.ds-c-BaseDocs-list li a em span {
  text-transform: uppercase;
}
.ds-c-BaseDocs-list li a:hover > span {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.page-template-template-landingpage .ds-c-BaseDocs .ds-c-BaseDocs-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 767px) {
  .ds-c-BaseDocs-title {
    font-size: 16px;
  }
  .ds-c-BaseDocs-block {
    padding: 20px;
    gap: 16px;
    align-items: flex-start;
  }
  .ds-c-BaseDocs-block + .ds-c-BaseDocs-block {
    margin-top: 20px;
  }
  .ds-c-BaseDocs-icon {
    width: 60px;
    height: 60px;
  }
  .ds-c-BaseDocs-icon svg {
    width: 60px;
    height: 60px;
  }
  .ds-c-BaseDocs-list li {
    gap: 8px;
  }
}

.ds-c-asterix-content {
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
  color: var(--color-grey);
}
.page-template-template-landingpage .ds-c-asterix .ds-c-asterix-wrapper {
  width: var(--wrapper-width);
}

.ds-c-textWithNote-wrapper {
  display: flex;
  align-items: stretch;
  gap: 25px;
  justify-content: space-between;
}
.ds-c-textWithNote-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.ds-c-textWithNote-note {
  flex-shrink: 0;
  width: 282px;
}
.page-template-template-landingpage .ds-c-textWithNote .ds-c-textWithNote-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 767px) {
  .ds-c-textWithNote-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .ds-c-textWithNote-note {
    width: 100%;
  }
}

.ds-c-numberHighlight-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
.ds-c-numberHighlight-number {
  position: relative;
  min-width: 30%;
  flex-shrink: 0;
  background: var(--color-blue);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  line-height: 1;
  white-space: nowrap;
  font-family: var(--font-second);
  padding-left: 20px;
}
.ds-c-numberHighlight-number:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: var(--color-blue);
}
.ds-c-numberHighlight-number span {
  position: relative;
  z-index: 1;
}
.ds-c-numberHighlight-ellipseRed, .ds-c-numberHighlight-ellipseBlue {
  width: 361px;
  border-radius: 50%;
  position: absolute;
}
.ds-c-numberHighlight-ellipseRed {
  background: var(--color-red);
  right: -40px;
  top: -100px;
  bottom: -100px;
}
.ds-c-numberHighlight-ellipseBlue {
  background: var(--color-blue);
  right: -36px;
  top: -115px;
  bottom: -90px;
}
.ds-c-numberHighlight-content {
  background: var(--color-mdcGrey);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: 40px 40px 40px 90px;
}
.ds-c-numberHighlight-content em {
  font-size: 12px;
  color: var(--color-grey);
}
.ds-c-numberHighlight-title {
  display: block;
  color: var(--color-darkGrey);
  padding-bottom: 10px;
}
.page-template-template-landingpage .ds-c-numberHighlight .ds-c-numberHighlight-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 689px) {
  .ds-c-numberHighlight-wrapper {
    flex-direction: column;
    background: var(--color-mdcGrey);
  }
  .ds-c-numberHighlight-number {
    width: 100%;
    min-height: 124px;
    background: transparent;
    padding-bottom: 20px;
  }
  .ds-c-numberHighlight-number:after {
    width: 100%;
    bottom: 0;
    right: 0;
    height: 40px;
  }
  .ds-c-numberHighlight-ellipseRed, .ds-c-numberHighlight-ellipseBlue {
    width: auto;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: auto;
  }
  .ds-c-numberHighlight-ellipseRed {
    bottom: 0;
    right: -17px;
    left: -14px;
    transform: none;
  }
  .ds-c-numberHighlight-ellipseBlue {
    bottom: 8px;
    right: -15px;
    left: -20px;
    transform: none;
  }
  .ds-c-numberHighlight-content {
    padding: 20px 20px 30px 20px;
    text-align: center;
    align-items: center;
  }
}

.ds-c-advantagesPER-title {
  text-align: center;
  padding-bottom: 30px;
}
.ds-c-advantagesPER-content {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
.ds-c-advantagesPER-actions {
  padding-top: 30px;
  text-align: center;
}
.ds-c-advantagesPER-note {
  width: 282px;
  flex-shrink: 0;
}
.ds-c-advantagesPER-content {
  flex-grow: 1;
}
.ds-c-advantagesPER-list {
  flex-grow: 1;
}
.ds-c-advantagesPER-item {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.ds-c-advantagesPER-item + .ds-c-advantagesPER-item {
  margin-top: 40px;
}
.ds-c-advantagesPER-item-icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-c-advantagesPER-item-icon svg {
  width: 80px;
  height: 80px;
}
.ds-c-advantagesPER-item-title {
  display: block;
  padding-bottom: 10px;
}
.ds-c-advantagesPER-item-content {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-template-template-landingpage .ds-c-advantagesPER .ds-c-advantagesPER-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 767px) {
  .ds-c-advantagesPER-content {
    flex-direction: column;
    gap: 30px;
  }
  .ds-c-advantagesPER-title {
    text-align: left;
  }
  .ds-c-advantagesPER-note {
    width: 100%;
  }
  .ds-c-advantagesPER-item {
    gap: 20px;
  }
  .ds-c-advantagesPER-item + .ds-c-advantagesPER-item {
    margin-top: 30px;
  }
  .ds-c-advantagesPER-item-icon {
    width: 50px;
    height: 50px;
  }
}

.ds-c-textWithPER-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
}
.ds-c-textWithPER-content {
  width: calc(50% - 30px);
}
.ds-c-textWithPER-pers {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-template-template-landingpage .ds-c-textWithPER .ds-c-textWithPER-wrapper {
  width: var(--wrapper-width);
}
.layout-1-3 .ds-c-textWithPER .ds-c-textWithPER-wrapper {
  flex-direction: column;
  gap: 30px;
}
.layout-1-3 .ds-c-textWithPER .ds-c-textWithPER-content, .layout-1-3 .ds-c-textWithPER .ds-c-textWithPER-pers {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .ds-c-textWithPER-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .ds-c-textWithPER-content {
    width: 100%;
  }
  .ds-c-textWithPER-pers {
    width: 100%;
    flex-direction: row;
    gap: 20px;
  }
  .ds-c-textWithPER-pers > div {
    flex: 1 1;
  }
}
@media screen and (max-width: 689px) {
  .ds-c-textWithPER-pers {
    flex-direction: column;
  }
}

.ds-c-comparativeTable-title {
  text-align: center;
}
.ds-c-comparativeTable-subtitle {
  padding-top: 10px;
  text-align: center;
  color: var(--color-darkGrey);
}
.ds-c-comparativeTable-table {
  padding-top: 30px;
  padding-bottom: 20px;
}
.ds-c-comparativeTable-table table {
  font-size: 16px;
}
.ds-c-comparativeTable-table table thead td {
  text-align: center;
  padding: 20px 10px;
  color: var(--color-white);
  font-size: 20px;
  font-family: var(--font-second);
}
.ds-c-comparativeTable-table table thead td:nth-child(2) {
  background: var(--color-blue);
}
.ds-c-comparativeTable-table table thead td:nth-child(3) {
  background: var(--color-red);
  border-left: 2px var(--color-red) solid;
  border-right: 2px var(--color-red) solid;
}
.ds-c-comparativeTable-table table tbody tr:nth-child(even) td {
  background: var(--color-mdcGrey);
}
.ds-c-comparativeTable-table table tbody tr:last-child td:nth-child(3) {
  border-bottom: 2px var(--color-red) solid;
}
.ds-c-comparativeTable-table table tbody td {
  border: 1px var(--color-lightGrey) solid;
  padding: 24px 20px;
  text-align: center;
  width: 32%;
}
.ds-c-comparativeTable-table table tbody td > svg {
  display: block;
  margin: 0 auto 12px auto;
}
.ds-c-comparativeTable-table table tbody td:first-child {
  text-align: left;
  width: 36%;
}
.ds-c-comparativeTable-table table tbody td:nth-child(3) {
  border-left: 2px var(--color-red) solid;
  border-right: 2px var(--color-red) solid;
}
.ds-c-comparativeTable-table table tbody td:nth-child(3) > svg path {
  fill: var(--color-red);
}
.page-template-template-landingpage .ds-c-comparativeTable .ds-c-comparativeTable-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 767px) {
  .ds-c-comparativeTable-title, .ds-c-comparativeTable-subtitle {
    text-align: left;
  }
  .ds-c-comparativeTable-table {
    padding-top: 20px;
  }
  .ds-c-comparativeTable-table table {
    font-size: 14px;
  }
  .ds-c-comparativeTable-table table thead td {
    padding: 16px;
    font-size: 18px;
  }
  .ds-c-comparativeTable-table table thead td:first-child {
    display: none;
  }
  .ds-c-comparativeTable-table table tbody td {
    vertical-align: top;
    padding: 16px;
    width: 50%;
  }
  .ds-c-comparativeTable-table table tbody td:first-child {
    display: none;
  }
  .ds-c-comparativeTable-table table tbody td[data-label]:before {
    font-weight: 600;
    font-family: var(--font-second);
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 4px;
  }
}

.ds-c-transmissionPER-title {
  padding-bottom: 30px;
  text-align: center;
}
.ds-c-transmissionPER-adv {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ds-c-transmissionPER-adv + .ds-c-transmissionPER-adv {
  margin-top: 30px;
}
.ds-c-transmissionPER-adv-content {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.ds-c-transmissionPER-adv-icon {
  width: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-c-transmissionPER-adv-icon svg {
  width: 80px;
  height: 80px;
}
.ds-c-transmissionPER-adv-text {
  flex-grow: 1;
}
.ds-c-transmissionPER-adv-text > strong {
  display: block;
  padding-bottom: 10px;
}
.ds-c-transmissionPER-adv-text > strong span {
  color: var(--color-red);
}
.ds-c-transmissionPER-adv-note {
  width: 282px;
  flex-shrink: 0;
}
.ds-c-transmissionPER-advArray {
  margin-top: 30px;
}
.ds-c-transmissionPER-advArray-title {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
}
.ds-c-transmissionPER-advArray-icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-c-transmissionPER-advArray-icon svg {
  width: 80px;
  height: 80px;
}
.ds-c-transmissionPER-advArray-text > strong span {
  color: var(--color-red);
}
.page-template-template-landingpage .ds-c-transmissionPER .ds-c-transmissionPER-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 884px) {
  .layout-2-3 .ds-c-transmissionPER .ds-c-transmissionPER-adv-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 999px) {
  .ds-c-transmissionPER-adv {
    gap: 20px;
  }
  .ds-c-transmissionPER-adv-content {
    gap: 20px;
  }
  .ds-c-transmissionPER-adv-icon {
    width: 60px;
  }
  .ds-c-transmissionPER-adv-icon svg {
    width: 60px;
    height: 60px;
  }
  .ds-c-transmissionPER-advArray {
    margin-top: 30px;
  }
  .ds-c-transmissionPER-advArray-title {
    gap: 20px;
    padding-bottom: 16px;
  }
  .ds-c-transmissionPER-advArray-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-transmissionPER-title {
    text-align: left;
    padding-bottom: 20px;
  }
  .ds-c-transmissionPER-adv {
    flex-direction: column;
    align-items: flex-start;
  }
  .ds-c-transmissionPER-adv-note {
    width: 100%;
  }
}

.ds-c-Faqs-title {
  padding-bottom: 30px;
}
.ds-c-Faqs-list {
  padding: 20px 20px 0 20px;
}
.ds-c-Faqs-list + .ds-c-Faqs-list {
  margin-top: 30px;
}
.page-template-template-landingpage .ds-c-Faqs .ds-c-Faqs-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 767px) {
  .ds-c-Faqs-title {
    padding-bottom: 20px;
  }
}

.ds-c-gallery-title {
  text-align: center;
  padding-bottom: 15px;
}
.ds-c-gallery-subtitle {
  padding-bottom: 15px;
  text-align: center;
}
.ds-c-gallery-slider {
  padding-top: 15px;
  position: relative;
}
.ds-c-gallery-pagination {
  display: none;
}
.ds-c-gallery-navigation button {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  background: var(--color-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ds-c-gallery-navigation button.swiper-button-disabled {
  display: none;
}
.ds-c-gallery-navigation button[data-nav=right] {
  right: 15px;
}
.ds-c-gallery-navigation button[data-nav=left] {
  left: 15px;
}
.ds-c-gallery-navigation button[data-nav=left] svg {
  transform: rotate(180deg);
}
.page-template-template-landingpage .ds-c-gallery .ds-c-gallery-wrapper {
  width: var(--wrapper-width);
}
@media screen and (max-width: 884px) {
  .ds-c-gallery {
    overflow: hidden;
  }
  .ds-c-gallery-navigation {
    display: none;
  }
  .ds-c-gallery-pagination {
    padding-top: 30px;
    display: flex;
  }
  .ds-c-gallery-slider {
    overflow: visible;
  }
}

.layout-1-3 .ds-c-gallery {
  overflow: hidden;
}
.layout-1-3 .ds-c-gallery-navigation {
  display: none;
}
.layout-1-3 .ds-c-gallery-pagination {
  padding-top: 30px;
  display: flex;
}
.layout-1-3 .ds-c-gallery-slider {
  overflow: visible;
}

.ds-c-topHeader {
  background: var(--color-blue);
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
.ds-c-topHeader-wrapper {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.ds-c-topHeader-title {
  flex-grow: 1;
}
.ds-c-topHeader a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
}
.ds-c-topHeader a svg path {
  stroke: currentColor;
}
.ds-c-topHeader a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.ds-c-topHeader a:last-child {
  margin-right: -16px;
}
@media screen and (max-width: 1199px) {
  .ds-c-topHeader {
    display: none;
    background: var(--color-lightGrey);
  }
  .ds-c-topHeader-title {
    display: none;
  }
  .ds-c-topHeader-wrapper {
    align-items: stretch;
    gap: 8px;
    height: 100%;
    padding: 16px 0;
    max-width: 100%;
  }
  .ds-c-topHeader-wrapper > a {
    background: var(--color-white);
    color: var(--color-blue);
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-radius: 8px;
    gap: 8px;
    padding: 0;
  }
  .ds-c-topHeader-wrapper > a:hover {
    background: var(--color-blue);
    color: var(--color-white);
  }
  [data-navopen=true] .ds-c-topHeader {
    display: block;
    position: fixed;
    bottom: 0;
    height: 115px;
    left: 0;
    width: 100%;
    z-index: 6;
  }
}

.ds-c-header {
  min-height: 94px;
  border-bottom: 1px var(--color-lightGrey) solid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: var(--color-white);
  z-index: 5;
}
.ds-c-header-wrapper {
  gap: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.ds-c-header-logo {
  flex-shrink: 0;
  margin-left: -4px;
}
.page-template-template-landingpage .ds-c-header-logo img {
  max-height: 90px;
}
.ds-c-header-mainNav {
  flex-grow: 1;
  height: 100%;
}
.ds-c-header-actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 18px;
}
.ds-c-header-buttonWrapper {
  gap: 16px;
  display: flex;
  align-items: center;
}
.ds-c-header-buttonWrapper > button, .ds-c-header-buttonWrapper > a {
  height: 24px;
  width: 24px;
}
.ds-c-header-searchToggler {
  font-size: 0;
  flex-shrink: 0;
}
.ds-c-header-menuToggler {
  font-size: 0;
  flex-shrink: 0;
  display: none;
}
.ds-c-header-adherentBtn {
  font-size: 0;
  flex-shrink: 0;
  display: none;
}
.ds-c-header-adherentBtn svg path {
  stroke: var(--color-red);
}
.ds-c-header-navWrapper {
  display: flex;
  height: 100%;
  gap: 40px;
  align-items: center;
  flex-grow: 1;
}
.ds-c-header-navWrapper-head {
  display: none;
}
.ds-c-header-search {
  z-index: 1;
  background: var(--color-lightGrey);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px 16px;
  display: none;
}
.ds-c-header-search[data-show=true] {
  display: block;
}
.ds-c-header-search form {
  display: flex;
  position: relative;
}
.ds-c-header-search form input[type=text] {
  border: 1px var(--color-blue) solid;
  border-radius: 25px;
  padding-left: 30px;
  font-size: 16px;
  height: 3.125em;
  color: var(--color-grey);
}
.ds-c-header-search form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 25px 25px 0;
  background: var(--color-blue);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-c-header-search form button svg path {
  fill: var(--color-white);
}
@media screen and (max-width: 1399px) {
  .ds-c-header-wrapper {
    gap: 20px;
  }
  .ds-c-header-navWrapper {
    gap: 20px;
  }
  .ds-c-header-btn1, .ds-c-header-btn2 {
    padding: 8px 12px;
    min-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .ds-c-header {
    min-height: 70px;
    height: 70px;
  }
  .ds-c-header-logo img {
    width: 168px;
    height: auto;
  }
  .ds-c-header-wrapper {
    height: 100%;
    justify-content: space-between;
  }
  .ds-c-header-btn1, .ds-c-header-btn2 {
    padding: 12px 24px;
    min-height: 48px;
  }
  .ds-c-header-navWrapper {
    position: fixed;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
  }
  .ds-c-header-navWrapper-head {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    background: var(--color-white);
    width: 100%;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px var(--color-lightGrey) solid;
  }
  .ds-c-header-navWrapper-head > span {
    text-transform: uppercase;
  }
  .ds-c-header-navWrapper[data-open=true] {
    width: var(--viewport-width);
    height: calc(var(--viewport-height) - 70px - 115px);
    overflow: auto;
    margin-top: 70px;
    margin-bottom: 115px;
    background: var(--color-white);
  }
  .ds-c-header-navWrapper[data-open=true] .ds-c-header-navWrapper-head {
    display: flex;
  }
  .ds-c-header-mainNav {
    height: auto;
  }
  .ds-c-header-actions {
    padding: 20px 16px;
    justify-content: center;
  }
  .ds-c-header-menuToggler {
    display: block;
  }
  .ds-c-header-adherentBtn {
    display: block;
  }
}
@media screen and (max-width: 689px) {
  .ds-c-header-btn1, .ds-c-header-btn2 {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .ds-c-header-actions {
    flex-direction: column;
  }
  .ds-c-header-btn1, .ds-c-header-btn2 {
    width: 100%;
  }
}

.ds-c-mainNav {
  width: 100%;
}
.ds-c-mainNav-level1 {
  height: 94px;
  display: flex;
  align-items: center;
}
.ds-c-mainNav-level1 > li {
  padding-left: 14px;
  height: 100%;
  display: flex;
  align-items: center;
}
.ds-c-mainNav-level1 > li:first-child {
  padding-left: 0;
}
.ds-c-mainNav-level1 > li > button {
  position: relative;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--font-second);
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--color-blue);
}
.ds-c-mainNav-level1 > li > button svg:last-child {
  display: none;
}
.ds-c-mainNav-level1 > li > button:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: 50%;
  height: 2px;
  bottom: 0;
  background: var(--color-red);
  transform: translate(-50%, 0);
  transition: width 0.1s linear;
}
.ds-c-mainNav-level2 {
  position: absolute;
  z-index: 2;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  background: var(--color-white);
  min-height: 350px;
  max-height: calc(var(--viewport-height) - 145px);
  display: none;
}
.ds-c-mainNav-level2:before {
  content: "";
  display: block;
  position: absolute;
  width: var(--viewport-width);
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
  background: var(--color-white);
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .ds-c-mainNav-level1 > li:hover .ds-c-mainNav-level2 {
    display: block;
  }
  .ds-c-mainNav-level1 > li:hover button:after {
    width: 100%;
  }
  .ds-c-mainNav-level1 > li:hover button svg {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1399px) {
  .ds-c-mainNav-level1 > li button {
    font-size: 14px;
  }
  .ds-c-mainNav-level2 {
    left: -16px;
    right: -16px;
  }
  .ds-c-mainNav-level2:before {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .ds-c-mainNav {
    position: relative;
  }
  .ds-c-mainNav-level1 {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
  }
  .ds-c-mainNav-level1 > li {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .ds-c-mainNav-level1 > li:hover {
    background: var(--color-lightGrey);
  }
  .ds-c-mainNav-level1 > li > button {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px var(--color-lightGrey) solid;
  }
  .ds-c-mainNav-level1 > li > button span + svg {
    display: none;
  }
  .ds-c-mainNav-level1 > li > button svg:last-child {
    display: block;
  }
  .ds-c-mainNav-level1 > li:first-child {
    padding-left: 16px;
  }
  .ds-c-mainNav-level1 > li[data-show=true] .ds-c-mainNav-level2 {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    max-height: none;
    min-height: calc(var(--viewport-height) - 115px - 70px);
    background: var(--color-lightGrey);
  }
}

.ds-c-submenu {
  min-height: 100%;
  display: flex;
  align-items: stretch;
  background: var(--color-lightGrey);
}
.ds-c-submenu-navigation {
  background: var(--color-white);
  width: 30%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0 40px 0;
}
.ds-c-submenu-navigation-nav {
  padding-top: 24px;
}
.ds-c-submenu-navigation-nav li {
  margin-top: 10px;
}
.ds-c-submenu-navigation-nav li:first-child {
  margin-top: 0;
}
.ds-c-submenu-navigation-nav li a {
  display: block;
  padding: 12px 40px;
  font-size: 16px;
  line-height: 1.3;
}
.ds-c-submenu-navigation-nav li a:hover {
  background: var(--color-lightGrey);
  font-weight: 600;
}
.ds-c-submenu-navigation-nav li.all a {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-red);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-c-submenu-navigation-nav li.all a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background: none;
}
.ds-c-submenu-content {
  min-height: 350px;
  flex-grow: 1;
  padding: 40px;
  gap: 40px;
  display: flex;
  align-items: stretch;
}
.ds-c-submenu-content-left, .ds-c-submenu-content-right {
  flex: 1 1;
}
.ds-c-submenu-content-title {
  display: block;
  padding-bottom: 25px;
}
.ds-c-submenu-content-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: stretch;
}
.ds-c-submenu-title {
  display: block;
  padding: 24px 40px 0 40px;
  position: relative;
}
.ds-c-submenu-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 2px;
  right: 50%;
  width: 50%;
  background: var(--color-blue);
}
.ds-c-submenu-description {
  padding: 14px 40px 0 40px;
  font-size: 16px;
  line-height: 1.375;
}
.ds-c-submenu-back {
  display: none;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  height: 56px;
  color: var(--color-white);
  background: var(--color-blue);
  padding: 0 16px;
}
.ds-c-submenu-back svg {
  transform: rotate(180deg);
}
.ds-c-submenu-back svg path {
  fill: currentColor;
}
.ds-c-submenu-back span {
  color: currentColor;
}
@media screen and (max-width: 1399px) {
  .ds-c-submenu-navigation {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .ds-c-submenu-content {
    padding: 16px;
    gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .ds-c-submenu {
    flex-direction: column;
    justify-content: flex-start;
  }
  .ds-c-submenu-navigation {
    width: 100%;
    padding-bottom: 0;
  }
  .ds-c-submenu-navigation-nav {
    padding-top: 16px;
    padding-bottom: 16px;
    background: var(--color-white);
  }
  .ds-c-submenu-navigation-nav li {
    margin-top: 0;
  }
  .ds-c-submenu-navigation-nav li a {
    padding: 16px 36px;
  }
  .ds-c-submenu-navigation-nav li a:hover {
    background: var(--color-white);
  }
  .ds-c-submenu-title {
    padding: 0 16px;
  }
  .ds-c-submenu-title:before {
    display: none;
  }
  .ds-c-submenu-description {
    display: none;
  }
  .ds-c-submenu-content-title {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .ds-c-submenu-content-list {
    padding-bottom: 16px;
  }
  .ds-c-submenu-back {
    display: flex;
  }
  .ds-c-submenu[data-type=per] .ds-c-submenu-navigation {
    background: var(--color-lightGrey);
  }
}
@media screen and (max-width: 689px) {
  .ds-c-submenu-content {
    min-height: 0;
    flex-direction: column;
  }
  .ds-c-submenu[data-type=news] .ds-c-submenu-content-left {
    display: none;
  }
}

.ds-c-IWantBlock {
  max-width: 100%;
  display: flex;
  align-items: center;
}
.ds-c-IWantBlock:first-child {
  margin-top: 10px;
}
.ds-c-IWantBlock:hover .ds-c-IWantBlock-icon svg path {
  fill: var(--color-red);
}
.ds-c-IWantBlock:hover .ds-c-IWantBlock-content strong {
  color: var(--color-red);
}
.ds-c-IWantBlock-icon {
  width: 70px;
  flex-shrink: 0;
}
.ds-c-IWantBlock-icon > svg {
  width: 45px;
  height: 45px;
}
.ds-c-IWantBlock-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
}
.ds-c-IWantBlock-content strong {
  color: var(--color-blue);
}
.ds-c-IWantBlock-content p {
  line-height: 1.3;
}

.ds-c-stickyRDV {
  display: flex;
  align-items: center;
  position: fixed;
  top: 150px;
  right: 0;
  background: var(--color-white);
  transform: rotate(-90deg);
  transform-origin: bottom right;
  gap: 14px;
  padding: 13px 16px;
  border-radius: 10px 10px 0 0;
  box-shadow: -1px -6px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 4;
  transition: all 0.2s linear;
}
.ds-c-stickyRDV:hover {
  background: var(--color-blue);
  color: var(--color-white);
}
.ds-c-stickyRDV:hover span {
  color: currentColor;
}
.ds-c-stickyRDV:hover svg path {
  fill: currentColor;
}
.ds-c-stickyRDV svg {
  transform: rotate(90deg);
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .ds-c-stickyRDV {
    display: none;
  }
}

.ds-c-needHeader {
  background: var(--color-white);
  padding-bottom: 50px;
}
.ds-c-needHeader-wrapper {
  padding-top: 102px;
  margin-top: -102px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.ds-c-needHeader-ellispeBlue, .ds-c-needHeader-ellispeRed, .ds-c-needHeader-ellispeWhite {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  height: 657px;
}
.ds-c-needHeader-ellispeBlue {
  background: var(--color-blue);
  width: 1370px;
  top: 0;
  transform: translate(calc(-50% - 7px), 0);
}
.ds-c-needHeader-ellispeRed {
  background: var(--color-red);
  width: 1371px;
  top: 7px;
  transform: translate(calc(-50% - 28px), 0);
}
.ds-c-needHeader-ellispeWhite {
  background: var(--color-white);
  width: 1443px;
  top: 19px;
  transform: translate(calc(-50% - 17px), 0);
}
.ds-c-needHeader-content {
  position: relative;
}
.ds-c-needHeader-actions {
  position: relative;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .ds-c-needHeader {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-needHeader {
    padding-bottom: 25px;
  }
  .ds-c-needHeader-wrapper {
    padding-top: 70px;
  }
}
@media screen and (max-width: 479px) {
  .ds-c-needHeader-ellispeBlue, .ds-c-needHeader-ellispeRed, .ds-c-needHeader-ellispeWhite {
    height: 221px;
  }
  .ds-c-needHeader-ellispeBlue {
    background: var(--color-blue);
    width: 461px;
    top: 2px;
    transform: translate(calc(-50% + 6px), 0);
  }
  .ds-c-needHeader-ellispeRed {
    background: var(--color-red);
    width: 461px;
    top: 3px;
    transform: translate(calc(-50% - 12px), 0);
  }
  .ds-c-needHeader-ellispeWhite {
    background: var(--color-white);
    width: 484px;
    top: 6px;
    transform: translate(calc(-50% - 3px), 0);
  }
}
@media screen and (max-width: 375px) {
  .ds-c-needHeader-wrapper {
    padding-top: 50px;
  }
}

.ds-c-homeNeeds {
  position: relative;
  overflow: hidden;
}
.ds-c-homeNeeds > svg {
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 100%;
  height: 95px;
}
.ds-c-homeNeeds-wrapper {
  position: relative;
}
.ds-c-homeNeeds-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.ds-c-homeNeeds-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 90px 0 120px 0;
}
.ds-c-homeNeeds-title {
  text-align: center;
  color: var(--color-white);
  line-height: 1.1;
}
.ds-c-homeNeeds-title span {
  font-size: 36px;
  color: currentColor;
}
.ds-c-homeNeeds-list {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.ds-c-homeNeeds-list-item {
  width: 25%;
}
@media screen and (max-width: 999px) {
  .ds-c-homeNeeds-content {
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .ds-c-homeNeeds-title {
    text-align: right;
    font-size: 34px;
    line-height: 1.15;
  }
  .ds-c-homeNeeds-title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-homeNeeds-title {
    font-size: 26px;
  }
  .ds-c-homeNeeds-title span {
    font-size: 14px;
  }
  .ds-c-homeNeeds-list {
    flex-wrap: wrap;
    gap: 8px;
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
  }
  .ds-c-homeNeeds-list-item {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 599px) {
  .ds-c-homeNeeds > svg {
    height: 48px;
    bottom: -20px;
  }
  .ds-c-homeNeeds-content {
    padding-bottom: 60px;
  }
  .ds-c-homeNeeds-background {
    object-position: top left;
  }
  .ds-c-homeNeeds-content {
    align-items: flex-end;
  }
  .ds-c-homeNeeds-title {
    max-width: 60%;
  }
}

.ds-c-homeReinsurances {
  padding-top: 0;
}
.ds-c-homeReinsurances-title {
  text-align: center;
  padding-bottom: 40px;
}
.ds-c-homeReinsurances-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ds-c-homeReinsurances-list li {
  display: flex;
  gap: 15px;
  align-items: center;
}
.ds-c-homeReinsurances-list li svg {
  flex-shrink: 0;
}
.ds-c-homeReinsurances-list li span {
  flex-grow: 1;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .ds-c-homeReinsurances-list {
    flex-wrap: wrap;
    gap: 20px;
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
  }
  .ds-c-homeReinsurances-list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .ds-c-homeReinsurances-title {
    padding-bottom: 30px;
  }
  .ds-c-homeReinsurances-list {
    width: 250px;
  }
  .ds-c-homeReinsurances-list-icon {
    width: 60px;
    flex-shrink: 0;
    text-align: center;
    font-size: 0;
  }
  .ds-c-homeReinsurances-list-icon svg {
    max-width: 52px;
    height: auto;
  }
  .ds-c-homeReinsurances-list li {
    width: 100%;
  }
  .ds-c-homeReinsurances-list li span {
    width: 180px;
    flex-shrink: 0;
  }
}

.ds-c-homeQuestionnaire {
  overflow: hidden;
}
.ds-c-homeQuestionnaire-outerWrapper {
  position: relative;
  height: 618px;
}
.ds-c-homeQuestionnaire-bg {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translate(-720px, 0);
  object-fit: cover;
}
.ds-c-homeQuestionnaire-crop {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ds-c-homeQuestionnaire-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 145px;
  align-items: center;
  height: 100%;
}
.ds-c-homeQuestionnaire-form {
  height: 100%;
  flex-grow: 1;
  padding-top: 96px;
  padding-bottom: 50px;
  color: var(--color-white);
}
.ds-c-homeQuestionnaire-form-submit {
  padding-bottom: 40px;
  display: none;
}
.ds-c-homeQuestionnaire-form-submit[data-show=true] {
  display: block;
}
.ds-c-homeQuestionnaire-form-title {
  padding-bottom: 10px;
  color: var(--color-white);
}
.ds-c-homeQuestionnaire-form-field {
  position: relative;
  margin-bottom: 30px;
  display: none;
}
.ds-c-homeQuestionnaire-form-field[data-field=age], .ds-c-homeQuestionnaire-form-field[data-show=true] {
  display: block;
}
.ds-c-homeQuestionnaire-form-field[data-fieldtype=select] {
  max-width: 384px;
}
.ds-c-homeQuestionnaire-form-field[data-fieldtype=select]:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 12px;
  height: 16px;
  width: 16px;
  background: url("../img/icons/chevron-down-black.svg") center center no-repeat;
  z-index: 1;
}
.ds-c-homeQuestionnaire-form-field label {
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  font-family: var(--font-second);
  font-weight: 600;
}
.ds-c-homeQuestionnaire-form-field select {
  border: none;
  color: var(--color-black);
}
.ds-c-homeQuestionnaire-ctn {
  position: relative;
  z-index: 1;
  width: 384px;
  flex-shrink: 0;
  text-align: center;
}
.ds-c-homeQuestionnaire-ctn > svg {
  margin-bottom: 16px;
}
.ds-c-homeQuestionnaire-ctn p {
  padding-top: 12px;
  line-height: 1.3;
}
.ds-c-homeQuestionnaire-ctn a {
  margin-top: 20px;
}
.ds-c-homeQuestionnaire-round2, .ds-c-homeQuestionnaire-round1 {
  position: absolute;
  width: 1384px;
  height: 1384px;
  border-radius: 692px;
  left: 100%;
}
.ds-c-homeQuestionnaire-round1 {
  background: var(--color-lightGrey);
  margin-left: -504px;
  top: -192px;
}
.ds-c-homeQuestionnaire-round2 {
  background: var(--color-red);
  margin-left: -529px;
  top: -162px;
}
@media screen and (max-width: 1399px) {
  .ds-c-homeQuestionnaire-form {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .ds-c-homeQuestionnaire-wrapper {
    gap: 60px;
  }
  .ds-c-homeQuestionnaire-form {
    padding-top: 60px;
  }
  .ds-c-homeQuestionnaire-ctn {
    width: 450px;
  }
}
@media screen and (max-width: 999px) {
  .ds-c-homeQuestionnaire-bg {
    height: 760px;
    transform: none;
    left: auto;
    width: calc(100% + 100px);
    right: -100px;
    max-width: none;
  }
  .ds-c-homeQuestionnaire-outerWrapper {
    height: auto;
  }
  .ds-c-homeQuestionnaire-wrapper {
    flex-direction: column;
  }
  .ds-c-homeQuestionnaire-form {
    min-height: 430px;
    padding-right: 16px;
    padding-bottom: 0;
  }
  .ds-c-homeQuestionnaire-ctn {
    width: 700px;
    max-width: 100%;
    padding-bottom: 50px;
  }
  .ds-c-homeQuestionnaire-crop {
    overflow: hidden;
  }
  .ds-c-homeQuestionnaire-round1 {
    margin-left: 0;
    left: 52%;
    top: 100%;
    transform: translate(-50%, -310px);
  }
  .ds-c-homeQuestionnaire-round2 {
    margin-left: -39px;
    top: 100%;
    left: 52%;
    transform: translate(-50%, -314px);
  }
}
@media screen and (max-width: 599px) {
  .ds-c-homeQuestionnaire-round1 {
    margin-left: 0;
    left: 70%;
    top: 100%;
    transform: translate(-50%, -340px);
  }
  .ds-c-homeQuestionnaire-round2 {
    margin-left: -39px;
    top: 100%;
    left: 70%;
    transform: translate(-50%, -344px);
  }
  .ds-c-homeQuestionnaire-bg {
    aspect-ratio: 720/534;
    min-height: 300px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    right: 0;
    height: auto;
  }
  .ds-c-homeQuestionnaire-outerWrapper {
    background: var(--color-blue);
  }
  .ds-c-homeQuestionnaire-outerWrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 150px;
    left: 0;
    background: linear-gradient(180.4deg, rgba(0, 86, 188, 0) 27.22%, #0056BC 53%);
  }
  .ds-c-homeQuestionnaire-wrapper {
    gap: 30px;
  }
  .ds-c-homeQuestionnaire-form {
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
  .ds-c-homeQuestionnaire-form-title {
    padding-bottom: 20px;
  }
  .ds-c-homeQuestionnaire-form-field {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .ds-c-homeQuestionnaire-form-field label {
    font-size: 14px;
  }
  .ds-c-homeQuestionnaire-ctn {
    min-height: 260px;
  }
}

.ds-c-homeByYourSide {
  background: var(--color-white);
}
.ds-c-homeByYourSide-wrapper {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.ds-c-homeByYourSide-image {
  width: 42%;
  flex-shrink: 0;
}
.ds-c-homeByYourSide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ds-c-homeByYourSide-content {
  flex-grow: 1;
  position: relative;
}
.ds-c-homeByYourSide-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 0 40px 20px;
  max-width: 695px;
  width: 100%;
  min-height: 100%;
  background: var(--color-white);
  position: relative;
  z-index: 1;
}
.ds-c-homeByYourSide-point > li {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.ds-c-homeByYourSide-point-icon {
  width: 78px;
  font-size: 0;
  text-align: center;
  flex-shrink: 0;
}
.ds-c-homeByYourSide-point-icon > svg {
  max-width: 100%;
  max-height: 100%;
}
.ds-c-homeByYourSide-point-content {
  flex-grow: 1;
}
.ds-c-homeByYourSide-point-content p {
  line-height: 1.3;
  padding: 6px 0 10px 0;
}
.ds-c-homeByYourSide-point-content > ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ds-c-homeByYourSide-point-content > ul li {
  font-size: 0;
}
.ds-c-homeByYourSide-ellipsegrey, .ds-c-homeByYourSide-ellipsered, .ds-c-homeByYourSide-ellipseblue {
  width: 192px;
  position: absolute;
  border-radius: 50%;
}
.ds-c-homeByYourSide-ellipseblue {
  top: 40px;
  bottom: -120px;
  left: -71px;
  background: var(--color-blue);
}
.ds-c-homeByYourSide-ellipsered {
  top: -91px;
  bottom: 11px;
  left: -68px;
  background: var(--color-red);
}
.ds-c-homeByYourSide-ellipsegrey {
  top: -54px;
  bottom: -26px;
  left: -62px;
  background: var(--color-white);
}
@media screen and (max-width: 1199px) {
  .ds-c-homeByYourSide-content-wrapper {
    padding-right: 16px;
  }
}
@media screen and (max-width: 999px) {
  .ds-c-homeByYourSide-content-wrapper {
    padding-left: 0;
  }
  .ds-c-homeByYourSide-point-icon {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-homeByYourSide-wrapper {
    flex-direction: column;
  }
  .ds-c-homeByYourSide-title {
    width: 100%;
    text-align: center;
  }
  .ds-c-homeByYourSide-image {
    width: 100%;
  }
  .ds-c-homeByYourSide-content {
    width: 100%;
  }
  .ds-c-homeByYourSide-content-wrapper {
    padding-left: 16px;
    padding-bottom: 0;
  }
  .ds-c-homeByYourSide-point > li {
    align-items: flex-start;
    margin-top: 20px;
  }
  .ds-c-homeByYourSide-point-content {
    padding-top: 15px;
  }
  .ds-c-homeByYourSide-ellipsegrey, .ds-c-homeByYourSide-ellipsered, .ds-c-homeByYourSide-ellipseblue {
    width: 200%;
    height: 192px;
    right: auto;
    bottom: auto;
  }
  .ds-c-homeByYourSide-ellipsegrey {
    top: -20px;
    left: -42%;
  }
  .ds-c-homeByYourSide-ellipsered {
    top: -26px;
    left: -32%;
  }
  .ds-c-homeByYourSide-ellipseblue {
    top: -29px;
    left: -68%;
  }
}

.ds-c-homeKnowMore-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 70px;
  padding-top: 70px;
}
.ds-c-homeKnowMore-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  height: 2px;
  width: var(--viewport-width);
  background: var(--color-blue);
  top: 0;
}
.ds-c-homeKnowMore-faq {
  flex-grow: 1;
}
.ds-c-homeKnowMore-faq-title {
  text-align: left;
}
.ds-c-homeKnowMore-faq > a {
  margin-top: 10px;
}
.ds-c-homeKnowMore-whitePaper {
  flex-shrink: 0;
  width: 384px;
  max-width: 100%;
  text-align: center;
  padding: 90px 60px 40px 60px;
  margin-top: 106px;
  position: relative;
}
.ds-c-homeKnowMore-whitePaper-title {
  padding: 16px 0 10px 0;
}
.ds-c-homeKnowMore-whitePaper p {
  font-size: 16px;
  line-height: 1.3;
}
.ds-c-homeKnowMore-whitePaper > a {
  margin-top: 25px;
}
.ds-c-homeKnowMore-whitePaper img {
  display: block;
  position: absolute;
  top: -106px;
  left: 50%;
  transform: translate(-50%, 0);
  object-fit: cover;
}
@media screen and (max-width: 999px) {
  .ds-c-homeKnowMore-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-homeKnowMore-wrapper {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .ds-c-homeKnowMore-faq {
    text-align: center;
  }
  .ds-c-homeKnowMore-faq > a {
    margin: 0;
  }
  .ds-c-homeKnowMore-whitePaper {
    padding: 90px 40px 30px 40px;
  }
}

.ds-c-homeReviews {
  position: relative;
  overflow: hidden;
}
.ds-c-homeReviews-wrapper {
  position: relative;
  text-align: center;
  padding-top: 70px;
}
.ds-c-homeReviews-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 2px;
  width: var(--viewport-width);
  background: var(--color-red);
  top: 0;
}
.ds-c-homeReviews-title {
  padding-bottom: 24px;
}
.ds-c-homeReviews-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ds-c-homeReviews-rating {
  width: 142px;
  flex-shrink: 0;
  color: var(--color-blue);
}
.ds-c-homeReviews-rating-show {
  font-family: var(--font-second);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-red);
  display: block;
  text-align: center;
}
.ds-c-homeReviews-rating > ul {
  padding-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.ds-c-homeReviews-rating > span {
  font-size: 12px;
}
.ds-c-homeReviews-rating a {
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 16px;
  display: inline-block;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-c-homeReviews-rating a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.ds-c-homeReviews-reviews {
  padding: 0 40px;
  flex-grow: 1;
  max-width: calc(100% - 142px - 40px);
  position: relative;
}
.ds-c-homeReviews-reviews .swiper-wrapper {
  align-items: stretch;
  padding: 20px 0;
}
.ds-c-homeReviews-reviews-nav {
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -10px;
}
.ds-c-homeReviews-reviews-nav[disabled] svg path {
  stroke: var(--color-lightGrey);
}
.ds-c-homeReviews-reviews-nav[data-nav=left] {
  left: 15px;
}
.ds-c-homeReviews-reviews-nav[data-nav=right] {
  transform: rotate(180deg);
  transform-origin: center center;
  right: 15px;
}
.ds-c-homeReviews-action {
  padding-top: 26px;
}
.ds-c-homeReviews-action em {
  padding-top: 18px;
  color: var(--color-grey);
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 999px) {
  .ds-c-homeReviews-wrapper {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-homeReviews-wrapper {
    padding-top: 50px;
  }
  .ds-c-homeReviews-content {
    flex-direction: column;
    gap: 0;
  }
  .ds-c-homeReviews-reviews {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
  .ds-c-homeReviews-reviews-nav[data-nav=left] {
    left: 0px;
  }
  .ds-c-homeReviews-reviews-nav[data-nav=right] {
    right: 0px;
  }
  .ds-c-homeReviews-action {
    padding-top: 0;
  }
}

.ds-c-singleHead {
  position: relative;
  background: var(--color-mdcGrey);
  overflow: hidden;
}
.ds-c-singleHead-ellipse {
  position: absolute;
  border-radius: 50%;
  right: -30px;
  height: 116px;
  background: var(--color-white);
  bottom: -73px;
  left: -30px;
  z-index: 1;
}
.ds-c-singleHead-wrapper {
  position: relative;
}
.ds-c-singleHead-content {
  min-height: 490px;
  position: relative;
  z-index: 1;
  width: 58%;
  padding: 30px 50px 70px 50px;
  display: flex;
  flex-direction: column;
}
.ds-c-singleHead-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 112px;
  right: 80px;
  background: var(--color-mdcGrey);
  z-index: 1;
}
.ds-c-singleHead-content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background: var(--color-mdcGrey);
  right: 334px;
}
.ds-c-singleHead-heading {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  padding-left: 70px;
}
.ds-c-singleHead-category {
  background: var(--color-red);
  color: var(--color-white);
  line-height: 1.5;
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 6px;
  display: inline-block;
  font-family: var(--font-second);
}
.ds-c-singleHead-back {
  background: var(--color-white);
  color: var(--color-red);
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 7px;
  border-radius: 6px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
  align-items: center;
  gap: 4px;
}
.ds-c-singleHead-back svg {
  transform: rotate(180deg);
}
.ds-c-singleHead-back svg path {
  fill: currentColor;
}
.ds-c-singleHead-back:hover {
  background: var(--color-red);
  color: var(--color-white);
}
.ds-c-singleHead-title {
  padding-top: 50px;
  padding-bottom: 10px;
  max-width: 490px;
}
.ds-c-singleHead-date {
  color: var(--color-blue);
  font-weight: 500;
}
.ds-c-singleHead-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 64%;
}
.ds-c-singleHead-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ds-c-singleHead-image-ellipseGrey, .ds-c-singleHead-image-ellipseRed, .ds-c-singleHead-image-ellipseBlue {
  position: absolute;
  border-radius: 50%;
  width: 228px;
  height: 800px;
  transform: rotate(36deg);
  transform-origin: top right;
}
.ds-c-singleHead-image-ellipseGrey {
  top: -36px;
  left: 139px;
  background: var(--color-mdcGrey);
}
.ds-c-singleHead-image-ellipseRed {
  top: 9px;
  left: 116px;
  background: var(--color-red);
}
.ds-c-singleHead-image-ellipseBlue {
  top: -96px;
  left: 191px;
  background: var(--color-blue);
}
@media screen and (max-width: 1399px) {
  .ds-c-singleHead-heading {
    padding-left: 0;
  }
  .ds-c-singleHead-content {
    width: 60%;
    min-height: 470px;
  }
  .ds-c-singleHead-image-ellipseGrey {
    left: 158px;
  }
  .ds-c-singleHead-image-ellipseRed {
    left: 135px;
  }
  .ds-c-singleHead-image-ellipseBlue {
    left: 210px;
  }
}
@media screen and (max-width: 1299px) {
  .ds-c-singleHead-image {
    width: 59%;
  }
  .ds-c-singleHead-content {
    padding-left: 20px;
    width: 62%;
    min-height: 420px;
    padding-bottom: 44px;
  }
  .ds-c-singleHead-title {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .ds-c-singleHead-title {
    max-width: 416px;
  }
  .ds-c-singleHead-image {
    width: 60%;
  }
  .ds-c-singleHead-image-ellipseGrey {
    top: -53px;
    left: 26px;
    transform: rotate(25deg);
  }
  .ds-c-singleHead-image-ellipseRed {
    top: -8px;
    left: 17px;
    transform: rotate(25deg);
  }
  .ds-c-singleHead-image-ellipseBlue {
    top: -113px;
    left: 56px;
    transform: rotate(25deg);
  }
  .ds-c-singleHead-content:before {
    height: 146px;
    right: 113px;
  }
}
@media screen and (max-width: 999px) {
  .ds-c-singleHead-wrapper {
    padding-top: 20px;
  }
  .ds-c-singleHead-breadcrumb {
    position: absolute;
    background: var(--color-white);
    height: 20px;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 16px;
  }
  .ds-c-singleHead-breadcrumb:after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(270deg, var(--color-white), hsla(0, 0%, 100%, 0));
    z-index: 1;
    right: 16px;
    top: 0;
    height: 100%;
    width: 10px;
  }
  .ds-c-singleHead-back {
    display: flex;
    z-index: 2;
  }
  .ds-c-singleHead-content {
    width: 100%;
    position: static;
    min-height: 0;
    padding: 10px 20px 30px 20px;
  }
  .ds-c-singleHead-content:before, .ds-c-singleHead-content:after {
    display: none;
  }
  .ds-c-singleHead-heading {
    align-items: center;
  }
  .ds-c-singleHead-title {
    max-width: none;
    text-align: center;
  }
  .ds-c-singleHead-ellipse {
    display: none;
  }
  .ds-c-singleHead-image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    aspect-ratio: 890/490;
  }
  .ds-c-singleHead-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    height: 400px;
    background: var(--color-mdcGrey);
  }
  .ds-c-singleHead-image img {
    height: auto;
  }
  .ds-c-singleHead-image-ellipseGrey, .ds-c-singleHead-image-ellipseRed, .ds-c-singleHead-image-ellipseBlue {
    top: auto;
    height: 228px;
    width: 180%;
  }
  .ds-c-singleHead-image-ellipseGrey {
    bottom: -208px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ds-c-singleHead-image-ellipseRed {
    bottom: -200px;
    left: 50%;
    transform: translate(-36%, 0);
  }
  .ds-c-singleHead-image-ellipseBlue {
    bottom: -200px;
    left: 50%;
    transform: translate(-61%, 0);
  }
}
@media screen and (max-width: 479px) {
  .ds-c-singleHead-image-ellipseGrey {
    bottom: -215px;
  }
  .ds-c-singleHead-image-ellipseRed {
    bottom: -210px;
  }
  .ds-c-singleHead-image-ellipseBlue {
    bottom: -210px;
  }
}

.ds-c-single {
  background: var(--color-white);
}
.ds-c-single-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  gap: 100px;
}
.ds-c-single-sidebar {
  width: 282px;
  padding-top: 25px;
  flex-shrink: 0;
  min-height: 80px;
}
.ds-c-single-sidebar[data-resume=false] {
  min-height: 7px;
}
.ds-c-single-content {
  flex-grow: 1;
  max-width: calc(100% - 100px - 282px + 16px);
}
.ds-c-single-back {
  display: flex;
  gap: 7px;
  color: var(--color-red);
  font-family: var(--font-second);
  font-weight: 600;
  margin-bottom: 50px;
}
.ds-c-single-back svg {
  transform: rotate(180deg);
}
.ds-c-single-back:hover span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media screen and (max-width: 1231px) {
  .ds-c-single-content {
    max-width: calc(100% - 100px - 282px);
  }
  .ds-c-single-sidebar {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1299px) {
  .ds-c-single-wrapper {
    gap: 30px;
  }
  .ds-c-single-content {
    max-width: calc(100% - 30px - 282px);
  }
}
@media screen and (max-width: 999px) {
  .ds-c-single-wrapper {
    flex-direction: column-reverse;
    gap: 0;
  }
  .ds-c-single-sidebar {
    width: 100%;
    padding: 0;
  }
  .ds-c-single-back {
    display: none;
  }
  .ds-c-single-content {
    max-width: 100%;
  }
}

.ds-c-share {
  padding-top: 25px;
  padding-bottom: 50px;
}
.ds-c-share-wrapper {
  text-align: center;
  border-radius: 10px;
  background: var(--color-lightGrey);
  padding: 30px;
  font-size: 16px;
}
.ds-c-share-wrapper strong {
  display: block;
  font-size: 18px;
}
.ds-c-share ul {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  font-size: 0;
}
.ds-c-share ul svg {
  height: auto;
  width: 25px;
}

.ds-c-singleResume {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  padding-bottom: 50px;
}
.ds-c-singleResume-current {
  display: none;
}
.ds-c-singleResume-progress {
  background: var(--color-lightGrey);
  border-radius: 4px;
  height: 7px;
  width: 100%;
  font-size: 0;
  margin: 20px 0;
}
.ds-c-singleResume-progress span {
  display: inline-block;
  background: var(--color-red);
  border-radius: 4px;
  height: 7px;
  min-width: 10px;
  transition: width 0.1s linear;
}
.ds-c-singleResume-menu {
  color: var(--color-grey);
  padding-bottom: 20px;
}
.ds-c-singleResume-menu ol {
  list-style: decimal inside;
}
.ds-c-singleResume-menu li {
  counter-increment: li;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
}
.ds-c-singleResume-menu li:before {
  content: "." counter(li);
  display: inline-block;
  text-align: right;
  direction: rtl;
}
.ds-c-singleResume-menu li[data-active] {
  font-weight: bold;
  color: var(--color-darkGrey);
}
.ds-c-singleResume-menu li:hover {
  color: var(--color-darkGrey);
}
.ds-c-singleResume-menu li + li {
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .ds-c-singleResume {
    position: relative;
    top: 0;
    padding-bottom: 0;
  }
  .ds-c-singleResume > strong {
    display: none;
  }
  .ds-c-singleResume-progress {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ds-c-singleResume-progress span {
    border-radius: 0 4px 4px 0;
  }
  .ds-c-singleResume > a {
    display: none;
  }
  .ds-c-singleResume[data-fixed=true] {
    background: var(--color-white);
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 3;
    width: 100%;
  }
  .ds-c-singleResume-current {
    display: flex;
    max-width: calc(100% - 32px);
    width: 400px;
    margin: 16px auto;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    border: 1px var(--color-lightGrey) solid;
    border-radius: 10px;
    gap: 10px;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
  }
  .ds-c-singleResume-current svg {
    flex-shrink: 0;
  }
  .ds-c-singleResume-current strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ds-c-singleResume-menu {
    display: none;
    position: absolute;
    top: 62px;
    left: 50%;
    max-width: calc(100% - 32px);
    width: 400px;
    transform: translate(-50%, 0);
    border: 1px var(--color-lightGrey) solid;
    border-radius: 10px;
    padding: 20px;
    background: var(--color-white);
  }
  .ds-c-singleResume-menu[data-show=true] {
    display: block;
  }
}

.ds-c-category {
  background: var(--color-white);
}

.ds-c-categoryListing {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ds-c-categoryListing-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 24px;
}
@media screen and (max-width: 999px) {
  .ds-c-categoryListing {
    padding-bottom: 40px;
  }
  .ds-c-categoryListing-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-categoryListing {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .ds-c-categoryListing-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.ds-c-categoryMenu {
  background: var(--color-white);
}
.ds-c-categoryMenu-wrapper {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.ds-c-categoryMenu-wrapper > button {
  flex-shrink: 0;
}
.ds-c-categoryMenu-menu {
  display: flex;
  gap: 15px;
  padding-top: 5px;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 10px;
  align-items: flex-start;
  justify-content: flex-start;
}
.ds-c-categoryMenu-menu li {
  display: inline-block;
}
.ds-c-categoryMenu-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 24px;
  min-height: 45px;
  border-radius: 24px;
  border: 1px var(--color-lightGrey) solid;
  color: var(--color-grey);
}
.ds-c-categoryMenu-menu li a:hover {
  background: var(--color-lightGrey);
}
.ds-c-categoryMenu-menu li a[data-active], .ds-c-categoryMenu-menu li a[data-active]:hover {
  border-color: var(--color-blue);
  background-color: var(--color-blue);
  color: var(--color-white);
}
@media screen and (max-width: 999px) {
  .ds-c-categoryMenu-wrapper {
    padding-top: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .ds-c-categoryMenu-menu {
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% + 32px);
  }
  .ds-c-categoryMenu-menu li a {
    padding: 8px 20px;
    min-height: 40px;
  }
}

.ds-c-categoryHeader {
  overflow: hidden;
  position: relative;
  background: var(--color-white);
  border-bottom: 1px var(--color-lightGrey) solid;
}
.ds-c-categoryHeader-wrapper {
  height: 298px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ds-c-categoryHeader-breadCrumb {
  position: absolute;
  top: 30px;
  left: 45px;
  max-width: calc(100% - 90px);
}
.ds-c-categoryHeader-title {
  position: relative;
}
.ds-c-categoryHeader-bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}
@media screen and (max-width: 999px) {
  .ds-c-categoryHeader-wrapper {
    height: 230px;
  }
  .ds-c-categoryHeader-breadCrumb {
    position: absolute;
    background: var(--color-white);
    height: 20px;
    top: 0;
    width: 100%;
    max-width: none;
    left: 0;
    padding: 0 16px;
  }
  .ds-c-categoryHeader-breadCrumb:after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(270deg, var(--color-white), hsla(0, 0%, 100%, 0));
    z-index: 1;
    right: 16px;
    top: 0;
    height: 100%;
    width: 10px;
  }
  .ds-c-categoryHeader-bg {
    width: auto;
    max-width: calc(100% + 150px);
    right: -150px;
  }
}

.ds-c-categoryFilter {
  padding-bottom: 16px;
  border-bottom: 1px var(--color-lightGrey) solid;
  line-height: 1.3;
  position: relative;
}
.ds-c-categoryFilter + .ds-c-categoryFilter {
  margin-top: 16px;
}
.ds-c-categoryFilter:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 15px;
  height: 10px;
  background: url("../img/icons/arrow-small-down.svg") center center no-repeat;
  transform: rotate(180deg);
}
.ds-c-categoryFilter > summary {
  list-style: none;
  cursor: pointer;
  color: var(--color-darkGrey);
}
.ds-c-categoryFilter > summary::-webkit-details-marker {
  display: none;
}
.ds-c-categoryFilter[open]:after {
  transform: rotate(0deg);
}
.ds-c-categoryFilter[open] > summary {
  padding-bottom: 12px;
}
.ds-c-categoryFilter-choices {
  padding-bottom: 14px;
}
.ds-c-categoryFilter-choices li {
  position: relative;
  overflow: hidden;
}
.ds-c-categoryFilter-choices li + li {
  margin-top: 10px;
}
.ds-c-categoryFilter-choices li input {
  position: absolute;
  right: 110%;
}
.ds-c-categoryFilter-choices li input:checked + label:before {
  background: var(--color-blue) url("../img/icons/minicheck.svg") center center no-repeat;
}
.ds-c-categoryFilter-choices li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 20px;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
}
.ds-c-categoryFilter-choices li label:before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px var(--color-blue) solid;
  border-radius: 5px;
  top: 0;
  left: 0;
}

.ds-c-pageForm {
  padding-bottom: 50px;
}
.ds-c-pageForm-head {
  padding: 30px 0;
}
.ds-c-pageForm-wrapper {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.ds-c-pageForm-contact {
  width: 282px;
  flex-shrink: 0;
}
.ds-c-pageForm-form {
  flex-grow: 1;
}
.ds-c-pageForm-formContent {
  border-radius: 10px;
  padding: 40px 48px;
  background: var(--color-mdcGrey);
}
.ds-c-pageForm-formValidation {
  border-radius: 10px;
  background: var(--color-blue) url("../img/bgForm.webp") center center no-repeat;
  background-size: cover;
  aspect-ratio: auto 894/516;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
}
.ds-c-pageForm-formValidation-valid {
  width: 60px;
  height: 60px;
  border: 2px currentColor solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-bottom: 24px;
}
.ds-c-pageForm-formValidation-valid svg {
  height: 30px;
  width: 30px;
}
.ds-c-pageForm-formValidation-valid svg path {
  fill: currentColor;
}
.ds-c-pageForm-formValidation-title {
  color: currentColor;
}
.ds-c-pageForm-formValidation p {
  padding-top: 10px;
  padding-bottom: 30px;
}
.ds-c-pageForm-title {
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 999px) {
  .ds-c-pageForm-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .ds-c-pageForm-contact {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-pageForm-formContent {
    padding: 20px 16px;
  }
  .ds-c-pageForm-formValidation-valid {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
  .ds-c-pageForm-formValidation-valid svg {
    height: 20px;
    width: 20px;
  }
  .ds-c-pageForm-formValidation p {
    padding-top: 10px;
    padding-bottom: 24px;
  }
}

.ds-c-formConnect {
  display: flex;
  background: var(--color-blue);
  color: var(--color-white);
  align-items: center;
  gap: 24px;
  padding: 30px 24px;
  margin-bottom: 24px;
  border-radius: 10px;
}
.ds-c-formConnect > svg {
  height: 46px;
  width: 46px;
  flex-shrink: 0;
}
.ds-c-formConnect strong {
  color: currentColor;
}
.ds-c-formConnect p {
  padding-top: 4px;
}
.ds-c-formConnect > a {
  flex-shrink: 0;
}
@media screen and (max-width: 689px) {
  .ds-c-formConnect {
    padding: 20px 16px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .ds-c-formConnect > svg {
    height: 36px;
    width: 36px;
  }
  .ds-c-formConnect-content {
    text-align: center;
  }
  .ds-c-formConnect > a {
    width: 100%;
  }
}

.ds-c-formContact {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}
.ds-c-formContact-tel {
  padding: 30px 24px;
  margin-bottom: 20px;
}
.ds-c-formContact-profile {
  padding: 30px 24px;
}
.ds-c-formContact-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.ds-c-formContact-title svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.ds-c-formContact img {
  margin-bottom: 10px;
}
.ds-c-formContact p {
  margin-bottom: 10px;
  line-height: 1.3;
}
.ds-c-formContact p:last-child {
  margin: 0;
}

.ds-c-Form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 24px;
}
.ds-c-Form label {
  font-family: var(--font-second);
  display: block;
  padding-bottom: 8px;
  line-height: 1.3;
}
.ds-c-Form-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ds-c-Form-rgpd {
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
  padding: 6px 0;
  color: var(--color-grey);
}
.ds-c-Form-rgpd a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-c-Form-rgpd a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.ds-c-Form-submit {
  text-align: center;
}
.ds-c-Form [data-col="2"] {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .ds-c-Form {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ds-c-Form [data-col="2"] {
    grid-column: span 1;
  }
  .ds-c-Form-group {
    gap: 20px;
  }
  .ds-c-Form-rgpd {
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .ds-c-Form-submit > button {
    width: 100%;
  }
}

.ds-c-Select {
  position: relative;
}
.ds-c-Select select:invalid {
  color: var(--color-grey);
}
.ds-c-Select select option {
  color: var(--color-darkGrey);
}
.ds-c-Select svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.ds-c-Radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.ds-c-Radios-label {
  font-family: var(--font-second);
  display: block;
  line-height: 1.3;
}
.ds-c-Radios-choices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 24px;
}
.ds-c-Radios-choices > span {
  display: block;
  position: relative;
  overflow: hidden;
}
.ds-c-Radios-choices > span input {
  position: absolute;
  right: 110%;
}
.ds-c-Radios-choices > span input:checked + label:after {
  display: block;
}
.ds-c-Radios-choices label {
  padding-bottom: 0;
  font-family: var(--font-base);
  font-weight: normal;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
.ds-c-Radios-choices label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px var(--color-blue) solid;
  border-radius: 8px;
  background: var(--color-white);
}
.ds-c-Radios-choices label:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: var(--color-blue);
  display: none;
}

.ds-c-Checkboxes-label {
  font-family: var(--font-second);
  display: block;
  line-height: 1.3;
  padding-bottom: 10px;
}
.ds-c-Checkboxes-choices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px 24px;
}
.ds-c-Checkboxes-choices > span {
  display: block;
  position: relative;
  overflow: hidden;
}
.ds-c-Checkboxes-choices > span input {
  position: absolute;
  right: 110%;
}
.ds-c-Checkboxes-choices > span input:checked + label:before {
  background: var(--color-blue) url("../img/icons/minicheck.svg") center center no-repeat;
}
.ds-c-Checkboxes-choices label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0;
  font-family: var(--font-base);
  font-weight: normal;
  padding-left: 30px;
  min-height: 20px;
  position: relative;
  cursor: pointer;
}
.ds-c-Checkboxes-choices label:before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px var(--color-blue) solid;
  border-radius: 5px;
  background: var(--color-white);
  top: 0;
  left: 0;
}

.ds-c-Captcha-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ds-c-Captcha-wrapper strong {
  flex-shrink: 0;
}

.ds-c-File-wrapper {
  position: relative;
  padding: 0 16px;
  border: 1px solid var(--color-lightGrey);
  border-radius: 5px;
  background-color: var(--color-white);
  height: 2.7142857143em;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
}
.ds-c-File-wrapper input {
  max-width: 100%;
  width: 100%;
}
.ds-c-File-info {
  font-size: 12px;
  color: var(--color-grey);
  padding-top: 4px;
}

.ds-c-Input {
  position: relative;
}
.ds-c-Input-suggest {
  border: 1px solid var(--color-lightGrey);
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  background-color: var(--color-white);
  padding: 4px 0;
  border-radius: 5px;
  z-index: 2;
}
.ds-c-Input-suggest[data-show=true] {
  display: block;
}
.ds-c-Input-suggest li {
  padding: 6px 16px;
  cursor: pointer;
  display: block;
}
.ds-c-Input-suggest li:hover {
  background: var(--color-lightGrey);
}

.ds-c-FormSeparator {
  width: 100%;
  border: none;
  height: 2px;
  margin: 0;
}
.ds-c-FormSeparator[data-width=col1] {
  grid-column: 1 span;
}
.ds-c-FormSeparator[data-width=col2] {
  grid-column: 2 span;
}
.ds-c-FormSeparator[data-visible=true] {
  background: var(--color-red);
}
@media screen and (max-width: 767px) {
  .ds-c-FormSeparator[data-width=col2] {
    grid-column: 1 span;
  }
}

.ds-c-searchPage {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ds-c-searchPage-pagination {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .ds-c-searchPage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-searchPage {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ds-c-searchPage-pagination {
    padding-top: 24px;
  }
}

.ds-c-emptySearch-wrapper {
  background: var(--color-blue);
  padding: 30px;
  color: var(--color-white);
  border-radius: 10px;
  text-align: center;
}
.ds-c-emptySearch-result {
  padding: 20px 0;
}
.ds-c-emptySearch-title {
  color: currentColor;
}
@media screen and (max-width: 767px) {
  .ds-c-emptySearch-wrapper {
    padding: 16px;
  }
}

.ds-c-pageError-wrapper {
  text-align: center;
  padding-top: 50px;
  color: var(--color-blue);
  padding-bottom: 50px;
}
.ds-c-pageError-wrapper[data-noimage] {
  padding-top: 100px;
}
.ds-c-pageError img {
  height: auto;
}
.ds-c-pageError-title {
  padding: 30px 0 10px 0;
}
.ds-c-pageError p {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .ds-c-pageError-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .ds-c-pageError-wrapper[data-noimage] {
    padding-top: 60px;
  }
  .ds-c-pageError p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-pageError-wrapper {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .ds-c-pageError-wrapper[data-noimage] {
    padding-top: 40px;
  }
}

.ds-c-landingPage {
  background-color: var(--color-white);
}
.ds-c-landingPage .ds-c-homeReviews-content {
  background-color: var(--color-mdcGrey);
  border-radius: 10px;
  justify-content: center;
  padding: 50px 70px;
}
.ds-c-landingPage .ds-c-homeReviews-reviews, .ds-c-landingPage .ds-c-homeReviews-action {
  display: none;
}

.form-error-msg {
  font-size: 14px;
  background-color: #ffeaea;
  border: 1px solid #ff4d4f;
  padding: 8px;
  border-radius: 4px;
}

.page-template-template-landingpage .ds-c-topHeader, .page-template-template-landingpage .ds-c-blockNewsletter, .page-template-template-landingpage .ds-c-stickyRDV {
  display: none;
}
.page-template-template-landingpage .ds-c-header-buttonWrapper, .page-template-template-landingpage .ds-c-header-mainNav {
  display: none;
}
.page-template-template-landingpage .ds-c-header-actions .ds-c-Btn {
  display: none;
}
.page-template-template-landingpage .ds-c-header-actions .ds-c-Btn.ds-c-landingPage-headerButton {
  display: block;
}
.page-template-template-landingpage .ds-c-header-wrapper {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
}
.page-template-template-landingpage .ds-c-header-navWrapper {
  display: none;
}
.page-template-template-landingpage .ds-c-footer-wrapper {
  display: none;
}
.page-template-template-landingpage .ds-c-content {
  padding-bottom: 0;
}
.page-template-template-landingpage :where(.wp-block-columns) {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.page-template-template-landingpage .wp-block-columns {
  justify-content: space-between;
}
.page-template-template-landingpage [data-size=large] {
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .page-template-template-landingpage .ds-c-header {
    height: auto;
  }
}
@media screen and (max-width: 689px) {
  .page-template-template-landingpage .ds-c-header {
    height: auto;
  }
  .page-template-template-landingpage .ds-c-header-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .page-template-template-landingpage .ds-c-header-btn1, .page-template-template-landingpage .ds-c-header-btn2 {
    width: 100%;
  }
}

.ds-c-footer {
  margin-top: 0;
  background: var(--color-white);
  position: relative;
}
.ds-c-footer-wrapper {
  padding-bottom: 32px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.ds-c-footer-links {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.ds-c-footer-links > li {
  width: 33%;
}
.ds-c-footer-links > li > a {
  pointer-events: none;
  color: var(--color-blue);
  font-weight: 600;
  font-family: var(--font-second);
  font-size: 16px;
  line-height: 1.5;
}
.ds-c-footer-links > li > ul {
  padding: 12px 0 0 0;
}
.ds-c-footer-links > li > ul li a {
  line-height: 1.1;
  display: block;
  padding: 4px 0;
}
.ds-c-footer-links > li > ul li a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ds-c-footer-contact {
  width: 32%;
}
.ds-c-footer-contact div {
  color: var(--color-blue);
  font-weight: 600;
  font-family: var(--font-second);
  font-size: 16px;
  line-height: 1.5;
  cursor: default;
}
.ds-c-footer-contact p {
  padding: 16px 0 25px 0;
  line-height: 1.2;
}
.ds-c-footer-legale {
  border-top: 1px var(--color-lightGrey) solid;
  text-align: center;
}
.ds-c-footer-legale ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 49px;
  padding: 24px 0;
}
.ds-c-footer-legale ul li {
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
}
.ds-c-footer-legale ul li:after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -3px;
  height: 8px;
  width: 1px;
  background: var(--color-red);
}
.ds-c-footer-legale ul li:last-child:after {
  display: none;
}
.ds-c-footer-legale ul li a {
  display: block;
  font-size: 12px;
  color: var(--color-grey);
}
.ds-c-footer-legale ul li a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .ds-c-footer-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .ds-c-footer-links {
    width: 700px;
    max-width: 100%;
  }
  .ds-c-footer-contact {
    width: 700px;
    max-width: 100%;
  }
  .ds-c-footer-legale ul {
    gap: 8px 21px;
  }
  .ds-c-footer-legale ul li:after {
    right: -11px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-footer-wrapper {
    gap: 14px;
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .ds-c-footer-contact {
    text-align: left;
    width: 100%;
  }
  .ds-c-footer-contact div {
    font-size: 14px;
  }
  .ds-c-footer-contact p {
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .ds-c-footer-links {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .ds-c-footer-links > li {
    width: 100%;
    text-align: left;
    padding-bottom: 14px;
    border-bottom: 1px var(--color-lightGrey) solid;
  }
  .ds-c-footer-links > li > a {
    width: 100%;
    position: relative;
    padding: 14px 0 0 0;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    pointer-events: all;
  }
  .ds-c-footer-links > li > a:after {
    content: "";
    display: block;
    height: 7px;
    width: 13px;
    background: url("../img/icons/bigChevron-down.svg") center center no-repeat;
  }
  .ds-c-footer-links > li > ul {
    padding-top: 4px;
    display: none;
  }
  .ds-c-footer-links > li[data-open=true] > a:after {
    transform: rotate(180deg);
  }
  .ds-c-footer-links > li[data-open=true] > ul {
    display: block;
  }
  .ds-c-footer-legale ul {
    padding: 16px 0;
  }
}
@media screen and (max-width: 479px) {
  .ds-c-footer-contact a {
    width: 100%;
  }
}

.ds-c-blockNewsletter {
  position: relative;
  transform: translate(0, -126px);
  margin-bottom: -86px;
  max-width: 100%;
}
.ds-c-blockNewsletter-wrapper {
  padding-left: 72px;
  position: relative;
}
.ds-c-blockNewsletter-wrapper > svg {
  position: absolute;
  top: 0;
  left: -4px;
  height: 100%;
  z-index: 1;
}
.ds-c-blockNewsletter-content {
  position: relative;
  background: var(--color-blue);
  min-height: 194px;
  border-radius: 84px 10px 10px 84px;
  padding-left: 160px;
  display: flex;
  align-items: center;
  color: var(--color-white);
  gap: 80px;
  overflow: hidden;
}
.ds-c-blockNewsletter-content > div {
  position: relative;
  z-index: 1;
}
.ds-c-blockNewsletter-content img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
  z-index: 0;
  opacity: 0.3;
  height: auto;
  background: var(--color-blue);
}
.ds-c-blockNewsletter-title {
  padding-bottom: 8px;
  color: var(--color-white);
}
.ds-c-blockNewsletter-encart {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.ds-c-blockNewsletter-encart p {
  padding-top: 10px;
}
.ds-c-blockNewsletter-formValidation {
  border-radius: 10px;
  background: var(--color-blue) url("../img/bgForm.webp") center center no-repeat;
  background-size: cover;
  aspect-ratio: auto 894/516;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  display: none;
}
.ds-c-blockNewsletter-formValidation[data-show=true] {
  display: flex;
}
.ds-c-blockNewsletter-formValidation-valid {
  width: 40px;
  height: 40px;
  border: 2px currentColor solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-bottom: 16px;
}
.ds-c-blockNewsletter-formValidation-valid svg {
  height: 20px;
  width: 20px;
}
.ds-c-blockNewsletter-formValidation-valid svg path {
  fill: currentColor;
}
.ds-c-blockNewsletter-formValidation-title {
  color: currentColor;
}
.ds-c-blockNewsletter-formValidation p {
  padding-top: 10px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .ds-c-blockNewsletter-content {
    padding-left: 120px;
    gap: 40px;
  }
}
@media screen and (max-width: 999px) {
  .ds-c-blockNewsletter {
    margin-bottom: -96px;
  }
  .ds-c-blockNewsletter-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
  }
  .ds-c-blockNewsletter-content > img {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-blockNewsletter-wrapper {
    padding-left: 0;
  }
  .ds-c-blockNewsletter-wrapper > svg {
    display: block;
    width: 125px;
    height: 122px;
    top: auto;
    bottom: -34px;
    left: -5px;
  }
  .ds-c-blockNewsletter-wrapper > svg > path {
    display: none;
  }
  .ds-c-blockNewsletter-content {
    border-radius: 10px 10px 10px 50px;
    padding: 20px;
    height: auto;
    align-items: center;
    text-align: center;
  }
  .ds-c-blockNewsletter-content img {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .ds-c-blockNewsletter-title {
    font-size: 18px;
  }
  .ds-c-blockNewsletter-title br {
    display: none;
  }
}

.ds-c-stickyBackToTop {
  background: var(--color-blue);
  font-size: 0;
  position: fixed;
  border-radius: 10px;
  height: 48px;
  width: 48px;
  z-index: 100;
  opacity: 0;
  right: 100%;
  bottom: 40px;
  transition: opacity 0.3s linear;
}
.ds-c-stickyBackToTop button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-c-stickyBackToTop:hover {
  background: var(--color-blueHover);
}
.ds-c-stickyBackToTop[data-show=true] {
  right: 34px;
  opacity: 1;
}

.ds-c-footerQuestion {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.ds-c-footerQuestion:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-lightGrey);
  border-top: 2px var(--color-red) solid;
}
.ds-c-footerQuestion-wrapper {
  position: relative;
}
.ds-c-footerQuestion-ctn {
  min-height: 300px;
  background: var(--color-white);
  border-radius: 10px 0 10px 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.ds-c-footerQuestion-ctn img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 690px;
  object-fit: cover;
}
.ds-c-footerQuestion-ellipse1, .ds-c-footerQuestion-ellipse2 {
  position: absolute;
  height: 828px;
  width: 828px;
  border-radius: 50%;
}
.ds-c-footerQuestion-ellipse1 {
  top: -272px;
  right: -149px;
  background: var(--color-blue);
}
.ds-c-footerQuestion-ellipse2 {
  top: -250px;
  right: -158px;
  background: var(--color-white);
}
.ds-c-footerQuestion-text {
  position: relative;
  padding: 25px 100px 25px 0;
  width: 50%;
}
.ds-c-footerQuestion-text p {
  padding-bottom: 20px;
  font-size: 16px;
}
.ds-c-footerQuestion-title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
}
.ds-c-footerQuestion-title svg {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1199px) {
  .ds-c-footerQuestion-ctn img {
    left: -150px;
  }
}
@media screen and (max-width: 999px) {
  .ds-c-footerQuestion {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ds-c-footerQuestion-ellipse1 {
    right: -249px;
  }
  .ds-c-footerQuestion-ellipse2 {
    right: -258px;
  }
  .ds-c-footerQuestion-text {
    padding-right: 30px;
  }
}
@media screen and (max-width: 884px) {
  .ds-c-footerQuestion:before {
    border: none;
  }
  .ds-c-footerQuestion-ctn {
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .ds-c-footerQuestion-ctn img {
    top: auto;
    left: auto;
    position: relative;
    height: 300px;
  }
  .ds-c-footerQuestion-title {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 16px;
  }
  .ds-c-footerQuestion-text {
    width: 100%;
    padding: 0 20px 20px 20px;
    margin-top: -60px;
    text-align: center;
  }
  .ds-c-footerQuestion-ellipse1, .ds-c-footerQuestion-ellipse2 {
    width: auto;
    height: 482px;
  }
  .ds-c-footerQuestion-ellipse1 {
    top: 200px;
    left: -210px;
    right: -218px;
  }
  .ds-c-footerQuestion-ellipse2 {
    top: 208px;
    left: -225px;
    right: -210px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-footerQuestion {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.ds-c-crossArticles {
  padding-bottom: 50px;
  background: var(--color-lightGrey);
}
.ds-c-crossArticles-title {
  text-align: center;
  padding-bottom: 30px;
}
.ds-c-crossArticles-list li {
  border-bottom: 1px var(--color-white) solid;
}
.ds-c-crossArticles-list li a {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
}
.ds-c-crossArticles-list li a picture {
  flex-shrink: 0;
}
.ds-c-crossArticles-list li a img {
  border-radius: 10px;
  object-fit: cover;
}
.ds-c-crossArticles-list li a p {
  flex-grow: 1;
}
.ds-c-crossArticles-list li a svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 999px) {
  .ds-c-crossArticles {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ds-c-crossArticles {
    padding-bottom: 30px;
  }
  .ds-c-crossArticles-title {
    padding-bottom: 20px;
  }
  .ds-c-crossArticles-list li a {
    gap: 20px;
  }
  .ds-c-crossArticles-list li a img {
    width: 104px;
    height: auto;
  }
  .ds-c-crossArticles-list li a svg {
    width: 16px;
    height: 16px;
  }
}

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