/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	tab-size: 4;
}
/**
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;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
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 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
	display: list-item;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/montserrat/Montserrat-Black.ttf");
  font-weight: 900;
  font-display: swap;
}
#tarteaucitronAlertBig:not(.privacy-popup) {
  display: none !important;
}
div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
  background: black !important;
}
.privacy-popup {
  display: none;
  position: fixed;
  z-index: 2147483645;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.04);
  padding: 3rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.privacy-popup p {
  font-size: 1.4rem;
}
.privacy-popup .skip-privacy {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  opacity: 0.6;
  transition: opacity 0.15s ease-in-out;
  font-size: 1.1rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.privacy-popup .skip-privacy:hover {
  opacity: 1;
}
.privacy-popup .skip-privacy img {
  width: 0.6rem;
}
.privacy-popup p.with-imgs {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.privacy-popup .h2-like,
#dialogTitle.h2-like {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: block;
  text-align: center;
}
.popup-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.tac_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}
div#tarteaucitronAlertBig:focus {
  outline: 0;
}
.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}
#tarteaucitronContentWrapper {
  display: unset;
}
/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
  display: inline !important;
}
/******/
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus,
.tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #024058 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}
/**************/
/** 27032021 **/
button.tarteaucitron-toggle-group {
  display: block;
}
span.tarteaucitronH3 {
  font-weight: 700 !important;
}
/* #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
font-weight: 500!important;
font-size: 14px;
margin-top: 7px;
} */
.tarteaucitronLine {
  border-left: 0px solid transparent !important;
}
/*****/
/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
  html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
    display: none !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 16px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
    display: none !important;
  }
  #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
    width: 100% !important;
    display: inline-block;
  }
  li.tarteaucitronLine .tarteaucitronName span {
    width: 80% !important;
    display: inline-block;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
    width: 10% !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0px;
    padding: 10px 0;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
    content: "▴";
  }
}
@media screen and (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
    content: "▴";
    margin-left: 15px;
  }
}
/****/
/***
* Reset CSS
*/
#tarteaucitronRoot applet,
#tarteaucitronRoot object,
#tarteaucitronRoot iframe,
#tarteaucitronRoot h1,
#tarteaucitronRoot h2,
#tarteaucitronRoot h3,
#tarteaucitronRoot h4,
#tarteaucitronRoot h5,
#tarteaucitronRoot h6,
#tarteaucitronRoot p,
#tarteaucitronRoot blockquote,
#tarteaucitronRoot pre,
#tarteaucitronRoot a,
#tarteaucitronRoot abbr,
#tarteaucitronRoot acronym,
#tarteaucitronRoot address,
#tarteaucitronRoot big,
#tarteaucitronRoot cite,
#tarteaucitronRoot code,
#tarteaucitronRoot del,
#tarteaucitronRoot dfn,
#tarteaucitronRoot em,
#tarteaucitronRoot img,
#tarteaucitronRoot ins,
#tarteaucitronRoot kbd,
#tarteaucitronRoot q,
#tarteaucitronRoot s,
#tarteaucitronRoot samp,
#tarteaucitronRoot small,
#tarteaucitronRoot strike,
#tarteaucitronRoot strong,
#tarteaucitronRoot sub,
#tarteaucitronRoot sup,
#tarteaucitronRoot tt,
#tarteaucitronRoot var,
#tarteaucitronRoot b,
#tarteaucitronRoot u,
#tarteaucitronRoot i,
#tarteaucitronRoot center,
#tarteaucitronRoot dl,
#tarteaucitronRoot dt,
#tarteaucitronRoot dd,
#tarteaucitronRoot ol,
#tarteaucitronRoot ul,
#tarteaucitronRoot fieldset,
#tarteaucitronRoot form,
#tarteaucitronRoot label,
#tarteaucitronRoot legend,
#tarteaucitronRoot table,
#tarteaucitronRoot caption,
#tarteaucitronRoot tbody,
#tarteaucitronRoot tfoot,
#tarteaucitronRoot thead,
#tarteaucitronRoot tr,
#tarteaucitronRoot th,
#tarteaucitronRoot td,
#tarteaucitronRoot article,
#tarteaucitronRoot aside,
#tarteaucitronRoot canvas,
#tarteaucitronRoot details,
#tarteaucitronRoot embed,
#tarteaucitronRoot figure,
#tarteaucitronRoot figcaption,
#tarteaucitronRoot footer,
#tarteaucitronRoot header,
#tarteaucitronRoot hgroup,
#tarteaucitronRoot menu,
#tarteaucitronRoot nav,
#tarteaucitronRoot output,
#tarteaucitronRoot ruby,
#tarteaucitronRoot section,
#tarteaucitronRoot summary,
#tarteaucitronRoot time,
#tarteaucitronRoot mark,
#tarteaucitronRoot audio,
#tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}
/* Animation */
#tarteaucitronRoot * {
  transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
}
/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article,
#tarteaucitronRoot aside,
#tarteaucitronRoot details,
#tarteaucitronRoot figcaption,
#tarteaucitronRoot figure,
#tarteaucitronRoot footer,
#tarteaucitronRoot header,
#tarteaucitronRoot hgroup,
#tarteaucitronRoot menu,
#tarteaucitronRoot nav,
#tarteaucitronRoot section {
  display: block;
}
#tarteaucitronRoot ol,
#tarteaucitronRoot ul {
  list-style: none;
}
#tarteaucitronRoot blockquote,
#tarteaucitronRoot q {
  quotes: none;
}
#tarteaucitronRoot blockquote:before,
#tarteaucitronRoot blockquote:after,
#tarteaucitronRoot q:before,
#tarteaucitronRoot q:after {
  content: "";
  content: none;
}
#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}
#tarteaucitronRoot a:focus-visible,
#tarteaucitronRoot button:focus-visible {
  outline: 3px dashed #3d86d8;
}
/***
* Better scroll management
*/
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}
div#tarteaucitronServices {
  margin-top: 21px !important;
  box-shadow: 0px 5px 10px rgba(1, 44, 59, 0.25);
  background: white;
  padding: 30px;
  border-radius: 0.8rem;
}
#tarteaucitronServices::-webkit-scrollbar {
  width: 5px;
}
#tarteaucitronServices::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}
/***
* Responsive layout for the control panel
*/
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }
  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer,
#tarteaucitron {
    background: #024058;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }
  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }
  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
* Common value
*/
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}
#tarteaucitronRoot button#tarteaucitronBack {
  background: black;
}
#tarteaucitron .clear {
  clear: both;
}
#tarteaucitron a {
  color: rgb(66, 66, 66);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
/* #tarteaucitronRoot button {
background: transparent;
border: 0;
} */
/* #tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
color: #024058;
} */
#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}
#tarteaucitron ul {
  padding: 0;
}
#tarteaucitron .tarteaucitronH1,
#tarteaucitron .tarteaucitronH2,
#tarteaucitron .tarteaucitronH3,
#tarteaucitron .tarteaucitronH4,
#tarteaucitron .tarteaucitronH5,
#tarteaucitron .tarteaucitronH6 {
  display: block;
}
.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/***
* Root div added just before </body>
*/
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* #tarteaucitronRoot * {
box-sizing: initial;
color: white;
font-family: sans-serif !important;
font-size: 14px;
line-height: normal;
vertical-align: initial;
} */
#tarteaucitronRoot .tarteaucitronH1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
  color: #024058;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  letter-spacing: normal;
}
#tarteaucitronRoot .tarteaucitronH2 {
  font-size: 0.9rem;
  font-weight: 600;
}
#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}
/***
* Control panel
*/
#tarteaucitronBack {
  background: #024058;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
}
#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}
/* #tarteaucitron .tarteaucitronBorder {
background: #024058;
border: 2px solid white;
border-top: 0;
height: auto;
overflow: auto;
} */
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: white;
  color: #024058;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 70px;
  border: 0;
  border-radius: 0.3rem 0.3rem 0 0;
  outline: none !important;
}
#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}
/* #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
background: rgba(51, 51, 51, 0.07);
} */
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}
#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  /* #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, */
  /* #tarteaucitron #tarteaucitronInfo, */
  /* #tarteaucitron #tarteaucitronServices .tarteaucitronDetails { */
  color: #024058;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: white;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #024058;
  font-weight: 500;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  cursor: pointer;
  font-size: 12px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover {
  text-decoration: underline !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}
/* #tarteaucitron #tarteaucitronInfo, */
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #31406b;
  display: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 10px;
  padding: 20px;
  z-index: 2147483647;
  text-align: left;
  background: white;
  border-radius: 1.1rem;
}
#tarteaucitron #tarteaucitronInfo a {
  color: #024058;
  text-decoration: underline;
}
#tarteaucitronRoot .tarteaucitronTitle ~ ul[id^=tarteaucitronServices] {
  margin-top: 20px;
}
/* #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
background: rgba(51, 51, 51, 0.2);
} */
#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  /* background: rgba(51, 51, 51, 0.1); */
  /* border-left: 5px solid transparent; */
  /* margin: 0; */
  overflow: hidden;
  /* padding: 10px; */
}
.service-section {
  background-color: #f8f8f8;
  border-radius: 0.8rem;
  padding: 20px;
}
.service-section:not(:last-child) {
  margin-bottom: 20px;
}
.service-section:first-child {
  margin-top: 20px;
}
#tarteaucitronServicesTitle_mandatory.service-section br {
  display: none;
}
/* #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
border-color: #9C1A1A;
} */
/* #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
background: white;
border: 3px solid white;
border-left: 9px solid white;
border-top: 5px solid white;
margin-bottom: 0;
margin-top: 21px;
position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
background: white;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
margin-left: 15px;
margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
color: #024058;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
margin-top: 0px !important;
} */
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  /* margin-left: 10px; */
  text-align: left;
  width: 50%;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine .tarteaucitronName {
  width: 100%;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 5px 0 5px 20px;
  text-align: right;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button:not(:last-child) {
  margin-right: 10px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: #555;
  border-radius: 4px;
  color: #024058;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  /* background-color: #1B870B; */
  opacity: 1;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  /* background-color: #9C1A1A; */
  opacity: 1;
}
/* #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow, */
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  background-color: #1b870b;
}
/* #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
background-color: #9C1A1A;
} */
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  opacity: 0.4;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #024058;
  font-size: 12px;
  font-weight: 600;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies:empty {
  display: none;
}
#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}
#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}
span#tarteaucitronDisclaimerAlert {
  padding: 0 10px;
  display: inline-block;
}
/* #tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
border-color: white!important;
} */
/***
* Big alert
*/
.tarteaucitronAlertBigTop {
  top: 0;
}
.tarteaucitronAlertBigBottom {
  bottom: 0;
}
/* #tarteaucitronRoot #tarteaucitronAlertBig {
background: white;
color: #024058;
display: none;
font-size: 15px !important;
left: 0;
position: fixed;
box-sizing: content-box;
z-index: 2147483645;
text-align: center;
padding: 10px 0 10px 0;
margin: auto;
width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
font: 15px verdana;
color: #024058;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,*/
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: #008300;
  color: #024058;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}
#tarteaucitronRoot .tarteaucitronDeny {
  background: #9c1a1a;
}
/* #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
background: #024058;
color: white;
font-size: 13px;
margin-bottom: 3px;
margin-left: 7px;
padding: 5px 10px;
} */
#tarteaucitronPercentage {
  background: #0a0 !important;
  box-shadow: 0 0 2px #024058, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}
/***
* Icon
*/
.tarteaucitronIconBottomRight {
  bottom: 3rem;
  right: 3rem;
}
.tarteaucitronIconBottomLeft {
  bottom: 3rem;
  left: 3rem;
}
.tarteaucitronIconTopRight {
  top: 3rem;
  right: 3rem;
}
.tarteaucitronIconTopLeft {
  top: 3rem;
  left: 3rem;
}
.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 0.8rem;
}
.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 0.8rem;
}
.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 0.8rem;
}
.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 0.8rem;
}
#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  display: none;
  width: auto;
  z-index: 2147483646;
}
#tarteaucitronIcon #tarteaucitronManager {
  background-color: #149cd7;
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 0.8rem;
  border: none;
  width: 4.8rem;
  height: 4.8rem;
}
/* #tarteaucitronRoot .tarteaucitronCross::before {
content: '\2717';
display: inline-block;
color: #024058;
} */
/* #tarteaucitronRoot .tarteaucitronCheck::before {
content: '\2713';
display: inline-block;
color: #024058;
} */
#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
  color: #024058;
}
/***
* Small alert
*/
.tarteaucitronAlertSmallTop,
.tarteaucitronAlertSmallBottom {
  bottom: 0;
}
#tarteaucitronAlertSmall {
  background: white;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}
#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #024058;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}
#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1b870b;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #fbda26;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9c1a1a;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #024058;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #024058;
  border: 2px solid white;
  color: white;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: white;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: white;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #024058;
  font-size: 16px;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: white;
  text-decoration: none;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: white;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}
/***
* Fallback activate link
*/
.tac_activate {
  background: white;
  color: #024058;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}
.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tac_activate .tac_float strong {
  color: #024058;
}
.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1b870b;
  display: inline-block;
}
/***
* CSS for services
*/
ins.ferank-publicite,
ins.adsbygoogle {
  text-decoration: none;
}
div.amazon_product {
  height: 240px;
  width: 120px;
}
.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}
.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}
.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}
.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}
.tarteaucitronLine .tarteaucitronAllow,
.tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}
#tarteaucitronServices_mandatory button.tarteaucitronAllow {
  opacity: 1;
}
div#tarteaucitronInfo {
  display: flex !important;
  gap: 3rem;
  position: relative !important;
  text-align: justify !important;
  padding: 0 !important;
  /* margin: -10px auto 40px!important; */
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}
#tarteaucitron #tarteaucitronServices div#tarteaucitronInfo ~ .tarteaucitronName,
#tarteaucitron #tarteaucitronServices div#tarteaucitronInfo ~ .tarteaucitronAsk {
  margin-top: 30px;
}
a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center !important;
  display: block;
  height: 30px;
}
.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 6px !important;
}
span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}
#tarteaucitronCloseCross {
  position: absolute;
  color: #024058;
  font-size: 1.8rem;
  cursor: pointer;
  top: 10px;
  right: 26px;
}
.tarteaucitron-spacer-20 {
  height: 20px;
  display: block;
}
.tarteaucitron-display-block {
  display: block;
}
.tarteaucitron-display-none {
  display: none;
}
.btn {
  margin: 0;
  white-space: nowrap;
}
.btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  border: none;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  text-transform: none;
  margin: 0;
  transform: translateZ(0);
  background-color: #ea6f0b;
  padding: 0 2.4rem;
  gap: 1rem;
  height: 4.4rem;
  line-height: 4.4rem;
}
.btn.btn-primary, .btn.btn-primary span {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
}
.btn.btn-primary:hover {
  background-color: #d2630a;
}
.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:active {
  box-shadow: none;
}
.btn.btn-primary:active {
  transform: scale(0.97);
}
.btn.btn-primary:disabled, .btn.btn-primary:disabled:hover {
  opacity: 0.6;
  color: white;
  background-color: #919191;
  box-shadow: none;
  cursor: not-allowed;
}
.btn.btn-primary span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit !important;
}
.btn.btn-primary.btn-grey {
  background-color: #e4e4e4;
  color: #373737;
}
.btn.btn-primary.btn-grey:hover {
  background-color: #d2d2d2;
}
.tarteaucitronIsAllowed .btn.btn-primary.btn-grey.tarteaucitronIsSelected, .tarteaucitronIsAllowed .btn.btn-primary.btn-grey.btn-allow {
  background-color: #46ce46;
  color: #fff;
}
.tarteaucitronIsAllowed .btn.btn-primary.btn-grey.tarteaucitronIsSelected:hover, .tarteaucitronIsAllowed .btn.btn-primary.btn-grey.btn-allow:hover {
  background-color: #30b630;
}
.tarteaucitronIsDenied .btn.btn-primary.btn-grey.tarteaucitronIsSelected, .tarteaucitronIsDenied .btn.btn-primary.btn-grey.btn-deny {
  background-color: #ff6680;
  color: #fff;
}
.tarteaucitronIsDenied .btn.btn-primary.btn-grey.tarteaucitronIsSelected:hover, .tarteaucitronIsDenied .btn.btn-primary.btn-grey.btn-deny:hover {
  background-color: #ff385a;
}
.btn.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  border: none;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  text-transform: none;
  margin: 0;
  transform: translateZ(0);
  background-color: transparent;
  border: 0.2rem solid #149cd7;
  box-shadow: inset 0 0 0 0 #149cd7;
  padding: 0 2.4rem;
  gap: 1rem;
  height: 4.4rem;
  line-height: 4.4rem;
}
.btn.btn-outline, .btn.btn-outline span {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 700;
  color: #31406b;
}
.btn.btn-outline:hover {
  box-shadow: inset 0 0 0.2rem 2.2rem #149cd7;
}
.btn.btn-outline:hover, .btn.btn-outline:hover span {
  color: white;
}
.btn.btn-outline:active {
  transform: scale(0.97);
}
.btn.btn-outline:disabled, .btn.btn-outline:disabled:hover {
  opacity: 0.6;
  color: white;
  background-color: #919191;
  box-shadow: none;
  cursor: not-allowed;
}
.btn.btn-outline span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit !important;
}
#btn-scroll-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #149cd7;
  z-index: 10;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  color: #e1f6ff;
  font-size: 4rem;
  transition: background 0.15s ease-in-out;
  border-radius: 0.8rem;
}
#btn-scroll-top:hover {
  background-color: #128bc0;
}
#btn-scroll-top.show-scroll-top {
  display: flex;
}
.btn-burger-menu,
.btn-burger-menu-close {
  width: 4.4rem;
  height: 4.4rem;
  background-color: #31406b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e1f6ff;
  font-size: 2.4rem;
  transition: background 0.15s ease-in-out;
  border-radius: 0.8rem;
  border: 0;
}
.btn-burger-menu:hover,
.btn-burger-menu-close:hover {
  background-color: #128bc0;
}
.btn-burger-menu {
  display: none;
}
@media screen and (max-width: 880px) {
  .btn-burger-menu {
    display: flex;
  }
}
.btn-burger-menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.catToggleBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  border: none;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  text-transform: none;
  margin: 0;
  transform: translateZ(0);
  background-color: white;
  padding: 0 2.4rem;
  gap: 1rem;
  height: 4.4rem;
  line-height: 4.4rem;
  padding: 0 1.8rem;
  gap: 0.6rem;
  height: 3.4rem;
  line-height: 3.4rem;
  font-size: 1rem;
}
.catToggleBtn, .catToggleBtn span {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
}
.catToggleBtn:hover {
  background-color: #f2f2f2;
}
.catToggleBtn, .catToggleBtn:hover, .catToggleBtn:active {
  box-shadow: none;
}
.catToggleBtn:active {
  transform: scale(0.97);
}
.catToggleBtn:disabled, .catToggleBtn:disabled:hover {
  opacity: 0.6;
  color: white;
  background-color: #919191;
  box-shadow: none;
  cursor: not-allowed;
}
.catToggleBtn span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit !important;
}
.catToggleBtn,
.catToggleBtn span {
  color: #31406b;
  transition: all 0.15s ease-in-out !important;
}
.catToggleBtn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3rem 0.2rem 0 0.2rem;
  border-color: #31406b transparent transparent transparent;
  transition: all 0.15s ease-in-out;
}
.catToggleBtn:hover {
  background-color: #49bcee;
  color: white;
}
.catToggleBtn:hover::after {
  border-color: #ffffff transparent transparent transparent;
}
.catToggleBtn[aria-expanded=true]::after {
  transform: rotate(180deg);
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #31406b;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  line-height: 1.6;
}
h1,
.h1-like {
  font-size: 5.6rem;
  font-weight: 300;
  margin-bottom: 3rem;
}
h1 strong,
.h1-like strong {
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  h1,
.h1-like {
    font-size: 4rem;
  }
}
h2,
.h2-like {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 540px) {
  h2,
.h2-like {
    font-size: 3.6rem;
  }
}
h3,
.h3-like {
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 540px) {
  h3,
.h3-like {
    font-size: 2.4rem;
  }
}
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child {
  margin-top: 0;
}
section[class^=container-privacy-policy] .h3-like,
section[class^=container-legal-notice] .h3-like {
  text-align: left;
  justify-content: flex-start;
}
p {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 500;
  color: #31406b;
  text-align: justify;
}
p:first-of-type {
  margin-top: 0;
}
img {
  max-width: 100%;
}
.card {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.04);
}
.card.transparent-bg {
  background-color: rgba(255, 255, 255, 0.6);
}
.card.blue-top-line {
  border-top: 8px solid #149cd7;
}
.card.blue-top-line h3 {
  color: #149cd7;
  margin: 0;
}
.price {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.price span {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 4.2rem;
  font-weight: 700;
  color: #31406b;
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}
body {
  background-color: #f8f8f8;
  font-size: 16px;
  overflow-x: hidden;
}
body.homepage {
  background-color: #c9efff;
}
*[class^=container] {
  width: 120rem;
  margin: 0 auto;
}
*[class^=container][class$="--xs"] {
  width: 80rem;
}
@media screen and (max-width: 880px) {
  *[class^=container][class$="--xs"] {
    width: 100%;
    padding: 12rem 3rem;
  }
}
@media screen and (max-width: 1280px) {
  *[class^=container] {
    width: 100%;
    padding: 12rem 3rem;
  }
}
header {
  background: url("/assets/img/header-bottom.svg") 0 100%/cover no-repeat;
  position: relative;
  aspect-ratio: 1440/214;
}
@media screen and (max-width: 768px) {
  header {
    aspect-ratio: 1000/200;
  }
}
@media screen and (max-width: 540px) {
  header {
    aspect-ratio: 800/200;
  }
}
header .logo {
  cursor: pointer;
}
.container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 3rem 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .container-header {
    padding: 2rem 3rem;
  }
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6rem;
}
@media screen and (max-width: 1280px) {
  .header-right {
    gap: 3rem;
  }
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1280px) {
  .main-nav {
    gap: 2rem;
  }
}
@media screen and (max-width: 880px) {
  .main-nav {
    display: none;
  }
}
.main-nav-mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  padding: 7.4rem 3rem 3rem;
  background: #e1f6ff;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.15);
}
.main-nav a:not(.btn-connect),
.main-nav-mobile a:not(.btn-connect) {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 700;
  color: #31406b;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0.7rem 0.2rem;
}
.main-nav a:not(.btn-connect)::after,
.main-nav-mobile a:not(.btn-connect)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.2rem;
  background-color: #31406b;
  transition: width 0.15s ease-in-out;
}
.main-nav a:not(.btn-connect):hover::after,
.main-nav-mobile a:not(.btn-connect):hover::after {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .main-nav a:not(.btn-connect),
.main-nav-mobile a:not(.btn-connect) {
    font-size: 1.6rem;
  }
}
.main-nav-mobile .btn-connect {
  display: none;
}
@media screen and (max-width: 540px) {
  .header-right > .btn-connect {
    display: none;
  }
  .main-nav-mobile > .btn-connect {
    display: flex;
  }
}
footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer > .footer-wrapper {
  background: #31406b;
  width: 100%;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  background: url("/assets/img/footer-top.svg") 0 0/cover no-repeat;
  aspect-ratio: 1440/145;
  margin-bottom: -0.2rem;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1280px) {
  .footer-main {
    flex-direction: column;
  }
}
.container-footer {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 6rem 0;
}
@media screen and (max-width: 1280px) {
  .container-footer {
    padding: 6rem 3rem;
  }
}
.secondary-nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.secondary-nav a {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: 500;
  color: #a3e3ff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0.7rem 0.2rem;
}
.secondary-nav a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.2rem;
  background-color: #a3e3ff;
  transition: width 0.15s ease-in-out;
}
.secondary-nav a:hover::after {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .secondary-nav a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .secondary-nav {
    flex-direction: column;
    gap: 1rem;
    margin: 3rem 0;
  }
}
.copy {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 400;
  color: #a3e3ff;
  text-align: center;
}
section {
  padding: 12rem 0;
}
.container-heading--xs p {
  font-size: 2rem;
}
.bg-benefits,
.bg-pricing {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-benefits > .section-wrapper,
.bg-pricing > .section-wrapper {
  background: #f8f8f8;
  width: 100%;
}
.bg-benefits::before, .bg-benefits::after,
.bg-pricing::before,
.bg-pricing::after {
  content: "";
  display: block;
  width: 100%;
}
.bg-benefits::before,
.bg-pricing::before {
  margin-bottom: -0.2rem;
}
.bg-benefits::after,
.bg-pricing::after {
  margin-top: -0.2rem;
}
.bg-benefits::before {
  background: url("/assets/img/benefits-top.svg") 0 0/cover no-repeat;
  aspect-ratio: 1440/74;
}
.bg-benefits::after {
  background: url("/assets/img/benefits-bottom.svg") 0 100%/cover no-repeat;
  aspect-ratio: 1440/64;
}
.bg-pricing::before {
  background: url("/assets/img/pricing-top.svg") 0 0/cover no-repeat;
  aspect-ratio: 1440/80;
}
.bg-pricing::after {
  background: url("/assets/img/pricing-bottom.svg") 0 100%/cover no-repeat;
  aspect-ratio: 1440/88;
}
.bg-contact-us {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-contact-us > .section-wrapper {
  background: #f8f8f8;
  width: 100%;
}
.bg-contact-us::before {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: -0.2rem;
  background: url("/assets/img/benefits-top.svg") 0 0/cover no-repeat;
  aspect-ratio: 1440/74;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
@media screen and (max-width: 1280px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}
.benefits-grid h3 {
  font-size: 2.6rem;
  line-height: 1.2;
}
.company-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 4fr;
  gap: 6rem;
}
.company-grid .details {
  grid-row: 1/3;
  grid-column: 3/4;
}
@media screen and (max-width: 1280px) {
  .company-grid {
    column-gap: 3rem;
  }
}
@media screen and (max-width: 880px) {
  .company-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .company-grid .details {
    grid-row: 2/3;
    grid-column: 1/5;
  }
}
@media screen and (max-width: 540px) {
  .company-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .company-grid .details {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
.company-grid .card:not(.details) {
  padding: 0.4rem;
  aspect-ratio: 1/1;
}
.company-grid .card:not(.details) img {
  border-radius: 0.6rem;
  display: block;
}
.profil {
  position: relative;
  align-self: start;
}
.profil .profil-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: calc(100% + 0.5rem);
  left: 0;
}
.profil .profil-content .name {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 900;
  color: #31406b;
  line-height: 1.2;
}
.profil .profil-content .role {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 600;
  color: #31406b;
  line-height: 1.2;
}
/**
 * Swiper 8.4.6
 * 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: January 17, 2023
 */
@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;
}
:root {
  --swiper-theme-color:#007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: 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-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper {
  width: 129.6rem;
  min-height: 51.6rem;
  padding: 0 4.8rem 3.6rem;
  margin-left: -4.8rem;
}
.swiper .card {
  min-height: 48rem;
  width: 120rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.swiper .card img {
  aspect-ratio: 690/373;
  border-radius: 0.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .swiper {
    width: 100%;
    margin-left: unset;
    margin: 0 auto;
  }
  .swiper .card {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 880px) {
  .swiper {
    padding: 0 0 3.6rem;
  }
}
.slide-content {
  max-width: 35%;
}
@media screen and (max-width: 1280px) {
  .slide-content {
    max-width: unset;
  }
}
.swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: calc((100% - 3.6rem - 4.8rem) / 2);
  width: 4.8rem;
  height: 4.8rem;
  background-color: #149cd7;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e1f6ff;
  font-size: 4rem;
  transition: background 0.15s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #128bc0;
}
@media screen and (max-width: 880px) {
  .swiper-button-next,
.swiper-button-prev {
    display: none;
  }
}
.swiper-button-prev {
  left: 0;
  right: auto;
  border-radius: 0.8rem 0 0 0.8rem;
}
.swiper-button-next {
  right: 0;
  left: auto;
  border-radius: 0 0.8rem 0.8rem 0;
}
.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.5rem;
}
.swiper-pagination-bullet {
  position: relative;
  width: 6rem;
  height: 3rem;
  display: inline-block;
  cursor: pointer;
}
.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 0.6rem;
  background: #149cd7;
  border-radius: 0.3rem;
  transition: background 0.45s ease-in-out;
}
.swiper-pagination-bullet-active::before {
  background: #ea6f0b;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  outline: none;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 500;
  color: #31406b;
  padding: 0.6rem 1rem;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.04);
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #149cd7;
}
.contact-form input.has-errors,
.contact-form textarea.has-errors {
  border-color: #ff6680;
}
.contact-form textarea {
  height: 22rem;
  min-height: 12rem;
  max-height: 68rem;
  resize: vertical;
}
.inputs-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}
.inputs-group > * {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .inputs-group {
    flex-direction: column;
    align-items: stretch;
  }
}
*[class^=field-wrapper] {
  position: relative;
}
.field-wrapper--submit {
  display: flex;
  justify-content: flex-end;
}
.form-errors {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 1rem;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ff3853;
}
.info {
  border-radius: 0.8rem;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 500;
  color: #00a300;
  background-color: #dbffdb;
  padding: 0.6rem 1rem;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.04);
}
.danger {
  border-radius: 0.8rem;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  letter-spacing: normal;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ff3853;
  background-color: #ffebee;
  padding: 0.6rem 1rem;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.04);
}

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