/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline 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;
}
@import url(https://p.typekit.net/p.css?s=1&k=elc3ymy&ht=tk&f=51935.51936.54217&a=197140009&app=typekit&e=css);:root{--container-width: 1353px;--large-container-width: 1760px;--container-width--large: 95vw;--container-width--medium: 95vw;--container-width--small: 97vw;--container-padding: 0 60px;--container-padding--xx-large: 0 40px;--container-padding--large: 0 30px;--container-padding--medium: 0 20px;--container-padding--small: 0 15px;--white-color: rgb(255, 255, 255);--black-color: rgb(0, 0, 0);--blue-color: #080A3C;--light-blue-color: #28367B;--green-color: #35B6B2;--green-color-reduce: #35b6b280;--pink-color: #EC66A2;--yellow-color: #F5B941;--light-grey-color: #D9D9D9;--dark-white-color: #F5F5F5;--border-color: #E8E8EA;--date-color:  #97989F}sup{font-size:75%;line-height:0;vertical-align:baseline;position:relative;top:-0.5em}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;scroll-behavior:smooth}html.is-blocked{overflow:hidden}main{max-width:100%;overflow:initial;min-height:calc(100vh - 225px)}*,*::before,*::after{box-sizing:inherit}a{text-decoration:none;color:inherit}video,img{max-width:100%;height:auto;vertical-align:middle}svg{max-width:100%;vertical-align:middle}svg:not([height]){height:auto}iframe{max-width:100%}h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote{margin:0;padding:0}b,strong{font-weight:700}ul,ol{list-style:none}@font-face{font-family:"mulish-variable";src:url("https://use.typekit.net/af/0fd8cd/0000000000000000773ef9a4/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/0fd8cd/0000000000000000773ef9a4/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/0fd8cd/0000000000000000773ef9a4/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:200 1000;font-stretch:normal}@font-face{font-family:"mulish-variable";src:url("https://use.typekit.net/af/fcd308/0000000000000000773f523a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/fcd308/0000000000000000773f523a/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/fcd308/0000000000000000773f523a/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");font-display:auto;font-style:italic;font-weight:200 1000;font-stretch:normal}@font-face{font-family:"atyp-bl-variable";src:url("https://use.typekit.net/af/be8770/00000000000000007750ebfc/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"),url("https://use.typekit.net/af/be8770/00000000000000007750ebfc/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"),url("https://use.typekit.net/af/be8770/00000000000000007750ebfc/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");font-display:auto;font-style:normal;font-weight:280 700;font-stretch:normal}body{font:normal 400 100%/normal "atyp-bl-variable",sans-serif;color:var(--text-color)}.left{text-align:left}.center{text-align:center}.right{text-align:right}.mg-bt-0{margin-bottom:0 !important}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;white-space:inherit}.invisible{visibility:hidden}.hide-small{display:block}@media (max-width: 47.9375em){.hide-small{display:none}}.hide-large{display:none}@media (max-width: 47.9375em){.hide-large{display:block}}.no-redirect{cursor:default}.no-redirect a{cursor:default}.carousel-testimonial{margin:1.875rem 0}@media (max-width: 74.9375em){.carousel-testimonial{margin:1.25rem 0}}@media (max-width: 47.9375em){.carousel-testimonial{margin:0.625rem 0}}.carousel-testimonial .slick-prev,.carousel-testimonial .slick-next{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background-color:var(--green-color);border:1px solid var(--green-color);border-radius:60px;top:unset;bottom:0;transform:unset;transition:all .2s ease-in-out}@media (max-width: 99.9375em){.carousel-testimonial .slick-prev,.carousel-testimonial .slick-next{width:47px;height:47px}}@media (max-width: 74.9375em){.carousel-testimonial .slick-prev,.carousel-testimonial .slick-next{width:42px;height:42px}}@media (max-width: 61.9375em){.carousel-testimonial .slick-prev,.carousel-testimonial .slick-next{width:37px;height:37px}}.carousel-testimonial .slick-prev.slick-disabled,.carousel-testimonial .slick-next.slick-disabled{border:1px solid #999999;background-color:#cccccc;pointer-events:none}.carousel-testimonial .slick-prev.slick-disabled:hover,.carousel-testimonial .slick-prev.slick-disabled:active,.carousel-testimonial .slick-prev.slick-disabled:focus,.carousel-testimonial .slick-next.slick-disabled:hover,.carousel-testimonial .slick-next.slick-disabled:active,.carousel-testimonial .slick-next.slick-disabled:focus{background-color:#cccccc}.carousel-testimonial .slick-prev.slick-disabled:hover svg path,.carousel-testimonial .slick-prev.slick-disabled:active svg path,.carousel-testimonial .slick-prev.slick-disabled:focus svg path,.carousel-testimonial .slick-next.slick-disabled:hover svg path,.carousel-testimonial .slick-next.slick-disabled:active svg path,.carousel-testimonial .slick-next.slick-disabled:focus svg path{fill:var(--white-color)}.carousel-testimonial .slick-prev:hover,.carousel-testimonial .slick-prev:active,.carousel-testimonial .slick-prev:focus,.carousel-testimonial .slick-next:hover,.carousel-testimonial .slick-next:active,.carousel-testimonial .slick-next:focus{background-color:var(--white-color)}.carousel-testimonial .slick-prev:hover svg path,.carousel-testimonial .slick-prev:active svg path,.carousel-testimonial .slick-prev:focus svg path,.carousel-testimonial .slick-next:hover svg path,.carousel-testimonial .slick-next:active svg path,.carousel-testimonial .slick-next:focus svg path{fill:var(--green-color)}.carousel-testimonial .slick-prev{left:unset;right:60px}@media (max-width: 74.9375em){.carousel-testimonial .slick-prev{right:50px}}@media (max-width: 61.9375em){.carousel-testimonial .slick-prev{right:45px}}.carousel-testimonial .slick-next{right:0}.carousel-testimonial .carousel-testimonial__content{display:flex !important;flex-wrap:wrap;gap:2.5rem}@media (max-width: 99.9375em){.carousel-testimonial .carousel-testimonial__content{gap:1.875rem}}@media (max-width: 74.9375em){.carousel-testimonial .carousel-testimonial__content{gap:1.25rem}}@media (max-width: 47.9375em){.carousel-testimonial .carousel-testimonial__content{gap:0.625rem}}.carousel-testimonial .carousel-testimonial__content__picture{width:100%;max-width:220px;max-height:145px;display:flex;flex-direction:column;gap:5px;flex-wrap:wrap}@media (max-width: 47.9375em){.carousel-testimonial .carousel-testimonial__content__picture{max-width:180px;max-height:105px}}.carousel-testimonial .carousel-testimonial__content__picture::before{content:'';width:70px;height:70px;border-top-left-radius:175px;display:block;background-color:var(--yellow-color);background-image:url("data:image/svg+xml,%3Csvg width='31' height='24' viewBox='0 0 31 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3226 3.43692C5.42644 1.15614 8.60993 0 12.7831 0H14.2827V4.22717L13.077 4.46859C11.0227 4.87947 9.59363 5.68771 8.82887 6.87384C8.4297 7.51277 8.20338 8.24445 8.17207 8.99717H12.7831C13.1808 8.99717 13.5622 9.15516 13.8434 9.43637C14.1247 9.71759 14.2827 10.099 14.2827 10.4967V20.9934C14.2827 22.6474 12.9376 23.9925 11.2836 23.9925H2.28642C1.88872 23.9925 1.50731 23.8345 1.2261 23.5533C0.94488 23.272 0.786895 22.8906 0.786895 22.4929V14.9953L0.791393 10.6182C0.777897 10.4517 0.492987 6.50795 3.3226 3.43692ZM27.7784 23.9925H18.7812C18.3835 23.9925 18.0021 23.8345 17.7209 23.5533C17.4397 23.272 17.2817 22.8906 17.2817 22.4929V14.9953L17.2862 10.6182C17.2727 10.4517 16.9878 6.50795 19.8174 3.43692C21.9212 1.15614 25.1047 0 29.2779 0H30.7775V4.22717L29.5718 4.46859C27.5175 4.87947 26.0884 5.68771 25.3237 6.87384C24.9245 7.51277 24.6982 8.24445 24.6669 8.99717H29.2779C29.6756 8.99717 30.057 9.15516 30.3383 9.43637C30.6195 9.71759 30.7775 10.099 30.7775 10.4967V20.9934C30.7775 22.6474 29.4324 23.9925 27.7784 23.9925Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat no-repeat;background-position:23px 27px;background-size:30px 24px;order:1}@media (max-width: 99.9375em){.carousel-testimonial .carousel-testimonial__content__picture::before{border-top-left-radius:150px}}@media (max-width: 74.9375em){.carousel-testimonial .carousel-testimonial__content__picture::before{border-top-left-radius:100px}}@media (max-width: 47.9375em){.carousel-testimonial .carousel-testimonial__content__picture::before{width:50px;height:50px;background-position:18px 22px;background-size:20px 14px;border-top-left-radius:50px}}.carousel-testimonial .carousel-testimonial__content__picture::after{content:'';width:70px;height:70px;display:block;border-left:70px solid transparent;border-bottom:70px solid var(--pink-color);order:2}@media (max-width: 47.9375em){.carousel-testimonial .carousel-testimonial__content__picture::after{width:50px;height:50px;border-left:50px solid transparent;border-bottom:50px solid var(--pink-color)}}.carousel-testimonial .carousel-testimonial__content__picture img{width:100%;height:100%;max-width:145px;max-height:145px;aspect-ratio:1 / 1;font-family:"object-fit:cover";-o-object-fit:cover;object-fit:cover;overflow:hidden;border-radius:150px;order:3}@media (max-width: 47.9375em){.carousel-testimonial .carousel-testimonial__content__picture img{max-width:105px;max-height:105px}}.carousel-testimonial .carousel-testimonial__content__text{width:100%;max-width:calc((100% - 220px) - 2.5rem)}@media (max-width: 99.9375em){.carousel-testimonial .carousel-testimonial__content__text{max-width:calc((100% - 220px) - 1.875rem)}}@media (max-width: 74.9375em){.carousel-testimonial .carousel-testimonial__content__text{max-width:calc((100% - 220px) - 1.25rem)}}@media (max-width: 47.9375em){.carousel-testimonial .carousel-testimonial__content__text{max-width:100%}}.carousel-testimonial .carousel-testimonial__content_testimony{margin-bottom:1.25rem}@media (max-width: 99.9375em){.carousel-testimonial .carousel-testimonial__content_testimony{margin-bottom:0.625rem}}.carousel-testimonial .carousel-testimonial__content_testimony p{font-size:calc(1rem + .41667vw);line-height:1.2;font-weight:400;color:var(--blue-color)}@media (max-width: 99.9375em){.carousel-testimonial .carousel-testimonial__content_testimony p{font-size:calc(1rem + .20833vw)}}@media (max-width: 47.9375em){.carousel-testimonial .carousel-testimonial__content_testimony p{font-size:1rem}}.carousel-testimonial .carousel-testimonial__content__name{font-size:calc(0.75rem + .3125vw);line-height:1.2;font-weight:700;font-family:'mulish-variable';color:var(--blue-color);width:100%;max-width:calc(100% - 120px)}@media (max-width: 99.9375em){.carousel-testimonial .carousel-testimonial__content__name{font-size:calc(0.75rem + .20833vw)}}@media (max-width: 47.9375em){.carousel-testimonial .carousel-testimonial__content__name{font-size:.75rem}}.carousel-testimonial .carousel-testimonial__content__poste{font-size:calc(0.75rem + .10417vw);line-height:1.2;font-weight:700;font-family:'mulish-variable';color:var(--blue-color);width:100%;max-width:calc(100% - 120px);margin-bottom:1.25rem}@media (max-width: 47.9375em){.carousel-testimonial .carousel-testimonial__content__poste{font-size:.75rem}}@media (max-width: 99.9375em){.carousel-testimonial .carousel-testimonial__content__poste{margin-bottom:0.625rem}}.carousel-testimonial .carousel-testimonial__content__contacts{display:flex;align-items:center;gap:1.25rem;width:100%;max-width:calc(100% - 120px)}@media (max-width: 99.9375em){.carousel-testimonial .carousel-testimonial__content__contacts{gap:0.625rem}}.carousel-testimonial .carousel-testimonial__content__contacts__linkedin,.carousel-testimonial .carousel-testimonial__content__contacts__mail{font-size:0}.carousel-testimonial .carousel-testimonial__content__contacts__linkedin::after,.carousel-testimonial .carousel-testimonial__content__contacts__mail::after{content:'';width:35px;height:35px;display:block}.carousel-testimonial .carousel-testimonial__content__contacts__linkedin{background-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.8886 0.5C32.92 0.5 33.9091 0.909721 34.6384 1.63903C35.3677 2.36834 35.7775 3.35749 35.7775 4.38889V31.6111C35.7775 32.6425 35.3677 33.6317 34.6384 34.361C33.9091 35.0903 32.92 35.5 31.8886 35.5H4.66635C3.63496 35.5 2.6458 35.0903 1.91649 34.361C1.18719 33.6317 0.777466 32.6425 0.777466 31.6111V4.38889C0.777466 3.35749 1.18719 2.36834 1.91649 1.63903C2.6458 0.909721 3.63496 0.5 4.66635 0.5H31.8886ZM30.9164 30.6389V20.3333C30.9164 18.6522 30.2485 17.0398 29.0597 15.8511C27.871 14.6623 26.2586 13.9944 24.5775 13.9944C22.9247 13.9944 20.9997 15.0056 20.0664 16.5222V14.3639H14.6414V30.6389H20.0664V21.0528C20.0664 19.5556 21.2719 18.3306 22.7691 18.3306C23.4911 18.3306 24.1835 18.6174 24.694 19.1279C25.2045 19.6384 25.4914 20.3308 25.4914 21.0528V30.6389H30.9164ZM8.32191 11.3111C9.18828 11.3111 10.0192 10.9669 10.6318 10.3543C11.2444 9.74171 11.5886 8.91082 11.5886 8.04444C11.5886 6.23611 10.1302 4.75833 8.32191 4.75833C7.45038 4.75833 6.61454 5.10455 5.99828 5.72081C5.38201 6.33708 5.0358 7.17291 5.0358 8.04444C5.0358 9.85278 6.51358 11.3111 8.32191 11.3111ZM11.0247 30.6389V14.3639H5.63858V30.6389H11.0247Z' fill='%2335B6B2'/%3E%3C/svg%3E%0A");background-repeat:no-repeat no-repeat;background-position:center center;background-size:contain}.carousel-testimonial .carousel-testimonial__content__contacts__mail{background-image:url("data:image/svg+xml,%3Csvg width='36' height='28' viewBox='0 0 36 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.843968 2.81744C0.799514 3.04222 0.777241 3.27082 0.777468 3.49994V24.4999C0.777468 25.4282 1.14622 26.3184 1.80259 26.9748C2.45897 27.6312 3.34921 27.9999 4.27747 27.9999H32.2775C33.2057 27.9999 34.096 27.6312 34.7523 26.9748C35.4087 26.3184 35.7775 25.4282 35.7775 24.4999V3.49994C35.7775 3.28994 35.76 3.08461 35.725 2.88394L34.2095 4.02144L20.402 14.5774C19.7916 15.0439 19.0448 15.2967 18.2766 15.2967C17.5084 15.2967 16.7615 15.0439 16.1512 14.5774L2.32447 4.00394L0.843968 2.81744Z' fill='%2335B6B2'/%3E%3Cpath d='M33.4622 0.204754C33.082 0.0686767 32.6812 -0.000595319 32.2774 3.85385e-06H4.27743C3.8831 0.00233719 3.5086 0.0635872 3.15393 0.183754L4.48043 1.246L18.2774 11.7985L32.1024 1.225L33.4622 0.204754Z' fill='%2335B6B2'/%3E%3C/svg%3E%0A");background-repeat:no-repeat no-repeat;background-position:center center;background-size:contain}.bloc-contributeurs{padding:3.5rem 2.5rem;background-color:var(--green-color);position:relative}.bloc-contributeurs__title{margin-bottom:2.25rem;width:100%;max-width:calc(100% - 120px)}.bloc-contributeurs__title h2{font-size:1.875rem;line-height:1.4;font-weight:612;color:var(--white-color)}.bloc-contributeurs__profils{display:flex;flex-wrap:wrap;margin-bottom:unset !important;position:unset !important}.bloc-contributeurs__profils .slick-prev,.bloc-contributeurs__profils .slick-next{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background-color:var(--white-color);border:1px solid var(--white-color);border-radius:60px;top:3.5rem;bottom:unset;transform:unset;transition:all .2s ease-in-out}@media (max-width: 99.9375em){.bloc-contributeurs__profils .slick-prev,.bloc-contributeurs__profils .slick-next{width:47px;height:47px}}@media (max-width: 74.9375em){.bloc-contributeurs__profils .slick-prev,.bloc-contributeurs__profils .slick-next{width:42px;height:42px}}@media (max-width: 61.9375em){.bloc-contributeurs__profils .slick-prev,.bloc-contributeurs__profils .slick-next{width:37px;height:37px}}.bloc-contributeurs__profils .slick-prev.slick-disabled,.bloc-contributeurs__profils .slick-next.slick-disabled{opacity:.5}.bloc-contributeurs__profils .slick-prev:hover,.bloc-contributeurs__profils .slick-prev:active,.bloc-contributeurs__profils .slick-prev:focus,.bloc-contributeurs__profils .slick-next:hover,.bloc-contributeurs__profils .slick-next:active,.bloc-contributeurs__profils .slick-next:focus{background-color:var(--green-color)}.bloc-contributeurs__profils .slick-prev:hover svg path,.bloc-contributeurs__profils .slick-prev:active svg path,.bloc-contributeurs__profils .slick-prev:focus svg path,.bloc-contributeurs__profils .slick-next:hover svg path,.bloc-contributeurs__profils .slick-next:active svg path,.bloc-contributeurs__profils .slick-next:focus svg path{fill:var(--white-color)}.bloc-contributeurs__profils .slick-prev{left:unset;right:calc(60px + 2.5rem)}@media (max-width: 74.9375em){.bloc-contributeurs__profils .slick-prev{right:calc(50px + 2.5rem)}}@media (max-width: 61.9375em){.bloc-contributeurs__profils .slick-prev{right:calc(45px + 2.5rem)}}.bloc-contributeurs__profils .slick-next{right:2.5rem}.bloc-contributeurs__profils .slick-list{margin:0 -18px}.bloc-contributeurs__profils .slick-list .slick-slide{padding:0 18px;position:relative}.bloc-contributeurs__profils .slick-list .slick-slide::after{content:'';display:block;width:1px;height:100px;background-color:var(--white-color);position:absolute;right:0;top:50%;transform:translate(0, -50%)}.bloc-contributeurs__profils .slick-list .slick-slide .profil{padding:1.625rem;display:flex !important;align-items:center;gap:1.125rem;background-color:#FFFFFF33}.bloc-contributeurs__profils .slick-list .slick-slide .profil__image{width:100%;max-width:92px}.bloc-contributeurs__profils .slick-list .slick-slide .profil__image__thumb{width:100%;height:100%;max-width:92px;max-height:92px;aspect-ratio:1 / 1;overflow:hidden;border-radius:250px;position:relative}.bloc-contributeurs__profils .slick-list .slick-slide .profil__image__thumb::before{display:block;content:"";width:100%;padding-top:100%}.bloc-contributeurs__profils .slick-list .slick-slide .profil__image__thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;font-family:"object-fit:cover";-o-object-fit:cover;object-fit:cover}.bloc-contributeurs__profils .slick-list .slick-slide .profil__infos{width:100%;max-width:calc(100% - (92px + 1.125rem))}.bloc-contributeurs__profils .slick-list .slick-slide .profil__infos__names{font-size:1.25rem;line-height:1.4;font-weight:700;font-family:'mulish-variable';color:var(--light-blue-color)}.bloc-contributeurs__profils .slick-list .slick-slide .profil__infos__job{font-size:0.938rem;line-height:1.4;font-weight:400;font-family:'mulish-variable';color:var(--light-blue-color)}.bloc-contributeurs__profils .slick-list .slick-slide:last-of-type::after{content:none;display:none}.bloc-contributeurs__profils .slick-dots{position:relative;bottom:unset;margin-top:1.875rem}.bloc-contributeurs__profils .slick-dots li{margin:unset}.bloc-contributeurs__profils .slick-dots li button::before{font-size:30px;color:var(--white-color)}.bloc-contributeurs__profils .slick-dots li.slick-active button::before{color:var(--white-color)}
