/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 * CONTENTS
 *
 * SETTINGS
 *
 *
 * GENERIC
 *
 * BASE

 *
 * OBJECTS

 *
 * COMPONENTS

 *
 * TRUMPS

 */
/**
 * #SETTINGS
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/**
 * #TOOLS
 */
input, textarea, form {
  color: #565656;
  font-family: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: transparent;
  background: none;
}

textarea {
  resize: vertical;
}

button:focus {
  outline: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(86, 86, 86, 0.8);
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: rgba(86, 86, 86, 0.8);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: rgb(22.25, 22.25, 22.25) !important;
}

.input--white:-webkit-autofill,
.input--white:-webkit-autofill:hover,
.input--white:-webkit-autofill:focus,
.input--white:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
}

select, button, form fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0px;
  background: none;
}

/**
 * #GENERIC
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

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

/**
 * #BASE
 */
html {
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 15px;
  color: #565656;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px auto;
  scroll-behavior: smooth;
}
html * {
  font-family: "Montserrat", sans-serif;
}

body {
  width: 100%;
  scroll-behavior: smooth;
}
body * {
  font-family: "Montserrat", sans-serif;
}
body p {
  margin: 0px;
  padding: 0px;
}

.container--img {
  position: relative;
}
.container--img:after {
  display: block;
  content: "";
  width: 100%;
}
.container--img > img, .container--img > video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.item--wrap {
  position: relative;
}
.item--wrap > a {
  text-indent: -999999px;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.body--frozen {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

body h1, body h2, body h3, body h4, body h5 {
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  font-weight: 700;
  line-height: 1.25;
  color: black;
  text-transform: uppercase;
  margin: 0px;
}
body h1 *, body h2 *, body h3 *, body h4 *, body h5 * {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
}
body h1 em, body h1 span, body h2 em, body h2 span, body h3 em, body h3 span, body h4 em, body h4 span, body h5 em, body h5 span {
  font-family: inherit;
  letter-spacing: inherit;
}

.title--header {
  font-size: 2.6666666667em;
  max-width: 650px;
  letter-spacing: 2.5px;
}
.title--header .title__more {
  display: block;
  font-size: 0.5em;
  letter-spacing: initial;
  font-family: "Montserrat", sans-serif;
  color: #565656;
  text-transform: lowercase;
  font-weight: 400;
  padding-top: 5px;
}
.title--header .title__more::first-letter {
  text-transform: uppercase;
}

.header__content--home .title--header {
  font-size: 3.6666666667em;
  line-height: 1.4;
  text-shadow: 0px 0px 20px rgba(1, 1, 1, 0.8);
}

.title--section, .title--modal {
  font-size: 2.6666666667em;
}
.title--section em, .title--section strong, .title--modal em, .title--modal strong {
  color: #E90021;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.title--section em, .title--modal em {
  display: block;
}

.title--call {
  font-size: 2.2em;
}

.title--item {
  font-size: 1.6em;
  letter-spacing: 0.7px;
}

.title--review, .title--error {
  font-size: 1.2666666667em;
  letter-spacing: 0.6px;
  margin-bottom: 3px;
}

.title--bento em, .subtitle--bento em {
  color: #E90021;
  display: block;
}

.title--bento, .title--card {
  font-size: 2em;
}

.subtitle--bento, .subtitle--card {
  font-size: 1.6666666667em;
}

.title--error {
  color: #E90021;
  margin-bottom: 0.6666666667em;
}

.title--footer {
  color: white;
  font-size: 1.3333333333em;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

.title--team {
  font-size: 1.6em;
  margin: 0px;
}

.title--faq {
  font-size: 1em;
  margin: 0px;
  position: relative;
  display: flex;
}
.title--faq a {
  display: block;
  width: 100%;
}
.title--faq .title {
  color: black;
  font-size: 1.3333333333em;
  padding-right: 2.6666666667em;
  display: block;
}
.title--faq:after {
  transition: all 0.25s ease-in-out 0s;
  background: url(490e94dd8db77714578a43de6d8013c4.svg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: auto;
  content: "";
  flex-shrink: 0;
  position: absolute;
  right: 0px;
  top: 7px;
}

.subtitle--header {
  color: white;
  font-size: 1.6666666667em;
}

@media (max-width: 1400px) {
  .title--bento, .title--card {
    font-size: 1.6666666667em;
  }
  .subtitle--bento, .subtitle--card {
    font-size: 1.4666666667em;
  }
}
@media (max-width: 1200px) {
  .header__content--home .title--header {
    font-size: 3em;
  }
}
@media (max-width: 1150px) {
  .title--faq {
    font-size: 0.9333333333em;
  }
}
@media (max-width: 1050px) {
  .title--item {
    font-size: 1.4em;
  }
  .title--header {
    font-size: 2.4em;
  }
  .title--section, .title--modal {
    font-size: 2.4em;
  }
  .title--call {
    font-size: 2em;
  }
}
@media (max-width: 800px) {
  .title--header {
    font-size: 2.2666666667em;
    max-width: 90%;
    letter-spacing: 2px;
  }
  .title--section, .title--modal {
    font-size: 2em;
  }
  .title--call {
    font-size: 1.9333333333em;
  }
  .title--faq {
    font-size: 0.8666666667em;
  }
}
@media (max-width: 750px) {
  .header__content--home .title--header {
    font-size: 2.6666666667em;
  }
}
@media (max-width: 700px) {
  .title--item {
    font-size: 1.2666666667em;
  }
  .title--faq {
    font-size: 0.8em;
  }
  .header__content--home .title--header {
    font-size: 2.2em;
  }
}
@media (max-width: 550px) {
  .title--header {
    font-size: 2em;
    letter-spacing: 1.5;
  }
  .title--header .title__more {
    font-size: 0.65em;
  }
  .title--section, .title--modal {
    font-size: 2em;
  }
  .title--bento, .title--card {
    font-size: 1.6666666667em;
  }
  .title--bento, .subtitle--bento {
    margin-bottom: 0.6em;
  }
  .title--call {
    font-size: 1.5333333333em;
  }
  .title--faq {
    font-size: 0.8em;
  }
}
@media (max-width: 420px) {
  .title--header {
    font-size: 1.7333333333em;
  }
  .title--section, .title--modal {
    font-size: 1.7333333333em;
  }
  .title--bento, .subtitle--bento, .title--card {
    font-size: 1.4666666667em;
  }
  .header__content--home .title--header {
    font-size: 1.8666666667em;
  }
}
@media (max-width: 390px) {
  .title--call {
    font-size: 1.4em;
  }
}
@media (max-width: 340px) {
  .title--header {
    font-size: 1.6em;
    letter-spacing: 1px;
  }
  .title--section, .title--modal {
    font-size: 1.6em;
  }
}
a {
  text-decoration: none;
  color: #E90021;
  font-weight: 700;
  transition: all 0.25s ease 0s;
}
a:hover {
  color: rgb(207.5, 0, 29.3884120172);
  border-color: rgb(207.5, 0, 29.3884120172);
}

.link--primary {
  color: #E90021;
}

.link--underline {
  text-decoration: underline;
}

svg path, svg g, svg circle, svg polygon {
  transition: all 0.2s ease-in-out 0s;
}

/**
 * #OBJECTS
 */
/*------------------------------------*\
    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}

.column--free {
  display: flex;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

.column--column {
  flex-direction: column;
}

.column--top {
  align-items: flex-start;
}

.column--bottom {
  align-items: flex-end;
}

.column--spaced {
  justify-content: space-between;
}

.column--reversed {
  flex-direction: row-reverse;
}

.column--column-reversed {
  flex-direction: column-reverse;
}

.column--centered {
  align-items: center;
}

.column--equal {
  align-items: stretch;
}

.column--centered-w {
  justify-content: center;
}

.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}

.wrapper--large {
  width: 88.4259259259%;
}

.wrapper--middle {
  width: 1390px;
}

.wrapper--small {
  width: 74.0740740741%;
}

.wrapper--smallest {
  width: 1000px;
}

.wrapper--larger {
  width: 83.7962962963%;
}

@media (max-width: 1500px) {
  .wrapper--middle {
    width: 90%;
  }
}
@media (max-width: 1300px) {
  .wrapper--small {
    width: 90%;
  }
}
@media (max-width: 1300px) {
  .wrapper--smallest {
    width: 90%;
  }
}
@media (max-width: 800px) {
  .wrapper--large {
    width: 90%;
  }
}
.section {
  position: relative;
}

.section--centered {
  text-align: center;
}

.section--bottom + footer {
  margin-top: 0px;
}

.section--small {
  margin-top: 5.2083333333%;
}

.section--classic {
  margin-top: 6.3657407407%;
}

.section--ending {
  margin-top: 7.8125%;
}

.section--bg {
  padding-top: 5.2083333333%;
  padding-bottom: 5.2083333333%;
}
.section--bg.section--grey {
  background-color: #F5F5F7;
}

.section--radius {
  border-radius: 20px;
}

.section--pre {
  position: relative;
}
.section--pre:before {
  height: 40%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  content: "";
  display: block;
  min-height: 100px;
}
.section--pre.section--grey:before {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F7 100%);
}

@media (max-width: 1050px) {
  .section--ending {
    margin-top: 5.3333333333em;
  }
}
@media (max-width: 950px) {
  .section--bg {
    padding-top: 4em;
    padding-bottom: 3.3333333333em;
  }
}
@media (max-width: 850px) {
  .section--small {
    margin-top: 3.3333333333em;
  }
  .section--classic {
    margin-top: 4em;
  }
}
@media (max-width: 550px) {
  .section--ending {
    margin-top: 4em;
  }
  .section--bg {
    padding-top: 3.3333333333em;
    padding-bottom: 2em;
  }
}
@media (max-width: 450px) {
  .section--small {
    margin-top: 3em;
  }
  .section--classic {
    margin-top: 3.6666666667em;
  }
}
@media (max-width: 420px) {
  .section--ending {
    margin-top: 3.6666666667em;
  }
}
em {
  font-style: normal;
}

.text__break {
  display: block;
}

.section--texts .text__content {
  line-height: 2.2;
  margin-top: 1.6666666667em;
}
.section--texts .text__content p + p {
  margin-top: 1.5em;
}
.section--texts .text__content em, .section--texts .text__content strong {
  color: black;
  font-weight: 600;
}
.section--texts.texts--large {
  gap: 7.1989528796%;
}
.section--texts.texts--large .text__text {
  width: 39.2670157068%;
}
.section--texts.texts--large .text__content {
  font-size: 1.1333333333em;
}
.section--texts.texts--tall {
  gap: 11.71875%;
}
.section--texts.texts--tall .text__text {
  width: 44.53125%;
}

.text__img--large {
  width: 49.0837696335%;
}
.text__img--large::after {
  padding-bottom: 74.6666666667%;
}

.text__img--tall {
  width: 42.96875%;
}
.text__img--tall::after {
  padding-bottom: 133.9285714286%;
}

.text__img img {
  border-radius: 20px;
}

.text__btn {
  margin-top: 4.6666666667em;
}

@media (max-width: 1200px) {
  .text__img--large {
    width: 42.5392670157%;
  }
  .section--texts.texts--large {
    gap: 3.2722513089%;
  }
  .section--texts.texts--large .text__text {
    width: 45.8115183246%;
  }
  .section--texts.texts--large .text__content {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 1100px) {
  .section--texts.texts--tall {
    align-items: flex-start;
    gap: 6.5445026178%;
  }
  .section--texts.texts--tall .text__text {
    width: 49.0837696335%;
  }
  .text__img--tall {
    position: sticky;
    top: 20px;
    width: 46.875%;
  }
}
@media (max-width: 950px) {
  .text__img--large {
    width: 100%;
  }
  .section--texts.texts--large {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0px;
    row-gap: 2.6666666667em;
  }
  .section--texts.texts--large .text__text {
    width: 100%;
    max-width: 750px;
  }
}
@media (max-width: 800px) {
  .text__btn {
    margin-top: 2.6666666667em;
  }
}
@media (max-width: 750px) {
  .text__img--tall {
    width: 100%;
    position: static;
  }
  .section--texts.texts--tall {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0px;
    row-gap: 2.6666666667em;
  }
  .section--texts.texts--tall .text__text {
    width: 100%;
    max-width: 750px;
  }
}
@media (max-width: 550px) {
  .section--texts .text__content {
    margin-top: 0.6666666667em;
  }
}
@media (max-width: 400px) {
  .text__btn {
    margin-top: 2em;
  }
}
.footer {
  background-color: #171717;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footer a:hover {
  color: #E90021;
}

.footer__logo {
  display: inline-block;
}
.footer__logo img {
  height: 100px;
  width: auto;
}

.footer__upper {
  padding: 4.6666666667em 0px 4em;
}

.footer__part + .footer__part {
  margin-left: 6.5445026178%;
}
.footer__part + .footer__part--contact {
  margin-left: 9.8167539267%;
}
.footer__part.footer__part--logo + .footer__part {
  margin-left: 9.8167539267%;
}

.footer__place {
  margin-top: 2em;
}

.footer__vat {
  margin-top: 0.8em;
}

.footer__bottom {
  padding: 1.4285714286em 0px 1.7857142857em;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.9333333333em;
  color: #CECECE;
}
.footer__bottom a {
  font-weight: 400;
  color: #CECECE;
}

.footer__cardi span {
  padding-right: 3px;
}

footer {
  margin-top: 8.6805555556%;
}

.footer__socials {
  margin-top: 2em;
}
.footer__socials li {
  display: block;
}
.footer__socials li + li {
  margin-left: 1.3333333333em;
}
.footer__socials .social__item--big svg {
  height: 22px;
}
.footer__socials svg {
  width: auto;
  height: 18px;
}
.footer__socials svg path, .footer__socials svg polygon {
  fill: white;
}
.footer__socials a:hover svg path, .footer__socials a:hover svg polygon {
  fill: #E90021;
}

@media (max-width: 1480px) {
  .footer__part + .footer__part {
    margin-left: 5.2356020942%;
  }
  .footer__part + .footer__part--contact {
    margin-left: 3.2722513089%;
  }
  .footer__part.footer__part--logo + .footer__part {
    margin-left: 5.2356020942%;
  }
}
@media (max-width: 1250px) {
  .footer__upper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    row-gap: 50px;
  }
  .footer__part + .footer__part, .footer__part + .footer__part--contact, .footer__part.footer__part--logo + .footer__part {
    margin-left: 0px;
  }
  .footer__part {
    order: 4;
  }
  .footer__part--contact {
    order: 2;
  }
  .footer__part--logo {
    order: 1;
  }
}
@media (max-width: 950px) {
  footer {
    margin-top: 5.3333333333em;
  }
}
@media (max-width: 660px) {
  .footer__part {
    grid-column: span 1;
  }
  .footer__part--contact, .footer__part--logo {
    grid-column: 1/-1;
  }
  .footer__logo img {
    height: 75px;
  }
  .footer__place {
    margin-top: 1em;
  }
  .footer__upper {
    padding: 3.3333333333em 0px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 1.3333333333em;
  }
}
@media (max-width: 600px) {
  footer {
    margin-top: 4em;
  }
}
@media (max-width: 500px) {
  .footer__part {
    grid-column: 1/-1;
  }
}
.header__logo, .logo--responsive {
  line-height: 0;
  font-size: 1em;
}
.header__logo img, .logo--responsive img {
  width: auto;
  height: 70px;
  max-width: 100%;
}

.logo--responsive {
  display: none;
}

.header--large {
  background: url(a84b8cf5ae62bb242b688d600ca27494.png) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  background-color: #171717;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
}
.header--large .title--header, .header--large .header__intro {
  color: white;
}
.header--large .header__intro {
  max-width: 750px;
  padding-bottom: 9.8167539267%;
}
.header--large .title--header + .header__intro:before {
  display: none;
}
.header--large .header__image {
  min-height: 80dvh;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.header--large .header__content {
  margin-top: auto;
}

.header--short .image__holder, .header--short .header__image:after {
  display: none;
}

.header__content {
  position: relative;
  z-index: 3;
}

.header__content--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.header__content--centered .breadcrumb__list {
  justify-content: center;
}
.header__content--centered .title--header, .header__content--centered .header__intro {
  margin-left: auto;
  margin-right: auto;
}
.header__content--centered .header__intro:before {
  margin-left: auto;
  margin-right: auto;
}

.header__intro {
  max-width: 550px;
  font-size: 1.3333333333em;
  margin-top: 1.5em;
}
.header__intro em {
  color: #E90021;
  font-style: normal;
}

.header__content--car .header__intro {
  max-width: 850px;
}

.title--header + .header__intro:before {
  width: 150px;
  border: 1px dashed #E90021;
  content: "";
  display: block;
  margin-bottom: 1.3333333333em;
}

.btn__item {
  display: inline-block;
}
.btn__item + .btn__item {
  margin-left: 0.6666666667em;
}

.header__btns {
  margin-top: 1.3333333333em;
}

.header__intro--free {
  max-width: inherit;
}

.header__car {
  text-align: right;
  position: relative;
  top: -15px;
  padding-bottom: 4.3333333333em;
}

.car__link {
  display: inline-block;
  text-align: center;
}
.car__link span {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
  position: relative;
}
.car__link span:after {
  transition: all 0.25s ease-in-out 0s;
  background: url(aff5eb6abf90a6b834f4406add90e55f.svg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: auto;
  content: "";
  flex-shrink: 0;
  position: relative;
  top: 1px;
  margin-left: 0.6666666667em;
}
.car__link:hover {
  transform: translateY(-3px);
}
.car__link:hover .car__img {
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.4);
}
.car__link:hover .car__img img {
  transform: scale(1.05);
}

.car__img {
  width: 360px;
  margin-bottom: 1em;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.07);
  transition: all 0.25s ease-in-out 0s;
  overflow: hidden;
  border-radius: 20px;
}
.car__img img {
  transition: all 0.25s ease-in-out 0s;
}
.car__img:after {
  padding-bottom: 58.3333333333%;
}

.header__bottom {
  background-color: #171717;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.bottom__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2.6666666667em;
  padding-bottom: 3em;
}

.header__brands {
  width: 100%;
  gap: 7.1989528796%;
  justify-content: flex-end;
}
.header__brands li {
  display: block;
}
.header__brands a {
  display: block;
}
.header__brands a:hover {
  transform: scale(1.05);
}
.header__brands img {
  max-height: 55px;
  max-width: 130px;
}

.header__image {
  position: relative;
}
.header__image:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, rgba(23, 23, 23, 0.9) 0%, rgba(0, 0, 0, 0.3) 49%, #171717 99%);
  top: 0px;
  left: 0px;
}

.image__holder {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(87323a9dae7178e5d09fd49c30734f31.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  top: 0px;
  left: 0px;
  filter: grayscale(0.1);
}

.header__args {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.header__args li {
  display: block;
  text-align: center;
  padding: 0px 0.6666666667em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: white;
  text-transform: uppercase;
  font-size: 1.4em;
}

@media (max-width: 1300px) {
  .header--large .header__image {
    min-height: 70dvh;
  }
}
@media (max-width: 1200px) {
  .header__car {
    top: 0px;
    padding-bottom: 2.3333333333em;
    margin-top: 2em;
  }
  .car__img {
    width: 280px;
  }
}
@media (max-width: 1150px) {
  .header__content--car {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__content--car .title--header {
    max-width: 100%;
  }
  .header__prices {
    margin-bottom: 1.6666666667em;
    display: flex;
    align-items: flex-end;
  }
  .header__prices p + p {
    margin-left: 1em;
  }
}
@media (max-width: 1070px) {
  .header--large .header__image {
    min-height: 60dvh;
  }
}
@media (max-width: 950px) {
  .header__logo img {
    height: 60px;
  }
  .bottom__inner {
    padding-top: 2em;
    padding-bottom: 2.3333333333em;
  }
  .header__args li {
    font-size: 1.2em;
  }
  .header--large .header__intro {
    max-width: 650px;
  }
  .header__brands img {
    max-height: 45px;
    max-width: 100px;
  }
}
@media (max-width: 800px) {
  .header__intro {
    font-size: 1.2em;
    margin-top: 1em;
    max-width: 450px;
  }
  .title--header + .header__intro:before {
    margin-bottom: 1em;
  }
  .header--large .header__intro {
    max-width: 550px;
    padding-bottom: 4.6666666667em;
  }
}
@media (max-width: 750px) {
  .header__bottom {
    position: relative;
    top: -1px;
  }
  .header__bottom .subtitle--header {
    display: none;
  }
  .header__brands {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .header__brands li {
    text-align: center;
  }
  .header__brands img {
    max-width: 100%;
  }
  .bottom__inner {
    padding-top: 1.6666666667em;
    padding-bottom: 1.3333333333em;
  }
  .header__car {
    margin-top: 4.6666666667em;
  }
  .car__link span {
    font-size: 1em;
  }
  .car__link span:after {
    margin-left: 5px;
  }
  .car__img {
    width: 230px;
  }
}
@media (max-width: 700px) {
  .header__args {
    grid-template-columns: repeat(3, 1fr);
  }
  .header__args li:last-child {
    display: none;
  }
}
@media (max-width: 650px) {
  .logo--responsive {
    display: block;
  }
  .logo--responsive img {
    height: 55px;
  }
  .header--short .menu__container {
    width: 100%;
    padding: 1em 5%;
  }
  .header--large .header__image {
    min-height: inherit;
  }
}
@media (max-width: 600px) {
  .header__logo {
    width: 25%;
    margin: 0px;
  }
  .header__logo img {
    height: auto;
  }
  .header__content--car {
    margin-bottom: 3.3333333333em;
  }
}
@media (max-width: 570px) {
  .header__args {
    grid-template-columns: repeat(2, 1fr);
  }
  .header__args li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 550px) {
  .header__intro {
    max-width: 90%;
  }
}
@media (max-width: 470px) {
  .header__args {
    align-items: center;
  }
  .header__args li {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 420px) {
  .header__intro {
    font-size: 1.0666666667em;
  }
  .header__btns {
    flex-direction: column;
  }
  .header__btns .btn {
    display: block;
    text-align: center;
  }
  .header__btns .btn span {
    align-items: center;
    justify-content: center;
  }
  .header__btns .btn__item + .btn__item {
    margin-top: 0.6666666667em;
    margin-left: 0px;
  }
  .header__right {
    width: 100%;
  }
  .header__brands {
    grid-template-columns: repeat(4, 1fr);
  }
  .header__brands li:last-child {
    display: none;
  }
}
@media (max-width: 400px) {
  .car__link span {
    font-size: 1em;
  }
  .car__link span:after {
    margin-left: 5px;
  }
  .car__img {
    width: 190px;
    margin-left: auto;
  }
  .header__content--car {
    margin-bottom: 2.6666666667em;
  }
}
@media (max-width: 340px) {
  .header__intro {
    font-size: 1em;
  }
}
.header--short .menu__container {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 6.3657407407%;
  background-color: #171717;
  position: relative;
}
.header--short .menu__container:after {
  width: 100%;
  height: 100%;
  content: "";
  background: url(bc333aca3d9a4e05462d4722805f7c09.png) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.025;
  pointer-events: none;
}

.header--large .menu__container {
  margin-bottom: 11.5740740741%;
}
.header--large .menu__inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu__container {
  position: relative;
  z-index: 4;
}

.menu__inner {
  padding: 1.6666666667em 0px 2em;
}

.item--brands {
  position: relative;
}

.menu .item--hide {
  display: none;
}
.menu li {
  display: inline-block;
}
.menu a {
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  font-size: 1.2666666667em;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu a:hover {
  color: white;
}
.menu a:after {
  width: 0px;
  position: absolute;
  bottom: -5px;
  height: 1px;
  background: #E90021;
  content: "";
  display: inline-block;
  opacity: 0;
  transition: all 0.25s ease 0s;
}
.menu a:hover:after {
  width: 130%;
  opacity: 1;
}
.menu .current-menu-item a:after {
  width: 120%;
  opacity: 1;
  background-color: #E90021;
}
.menu .current-menu-item a:hover:after {
  width: 120%;
  opacity: 1;
  background-color: #E90021;
}
.menu .current-menu-item a {
  font-weight: 700;
}
.menu li + li {
  margin-left: 3em;
}
.menu .submenu {
  transition: all 0.25s ease 0s;
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: url(a84b8cf5ae62bb242b688d600ca27494.png) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  background-color: #171717;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.1);
  z-index: 100;
  padding: 2em 3.3333333333em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  row-gap: 20px;
  transform: translateY(100%) translateX(-50%);
  pointer-events: none;
  opacity: 0;
}
.menu .submenu li {
  display: block;
}
.menu .submenu li a {
  text-transform: inherit;
  text-align: left;
  display: inline-block;
  letter-spacing: normal;
  font-size: 1.2857142857em;
}
.menu .submenu li a:after {
  display: none;
}
.menu .submenu li a:hover {
  color: #E90021;
}
.menu .submenu li + li {
  margin-left: 0px;
  margin-top: 0px;
}
.menu .submenu--visible {
  opacity: 1;
  pointer-events: all;
  bottom: -30px;
}

.menu__container--shape:after {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  background: url(8b2b1465f6b539a06f657003d2637e57.svg) no-repeat bottom center;
  background-size: cover;
  -webkit-background-size: cover;
}

.footer__menu li {
  display: block;
}
.footer__menu li + li {
  margin-top: 1em;
}
.footer__menu a {
  color: white;
  font-weight: 400;
}
.footer__menu a:hover {
  color: #E90021;
}

.footer__menu--column ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.menu__link--current {
  color: #E90021;
}

.menu__icon {
  height: 22px;
}

.menu__action {
  display: none;
}
.menu__action svg {
  height: 19px;
  width: auto;
}
.menu__action svg path, .menu__action svg polygon {
  stroke: white;
  fill: white;
}

.menu__action.action--hide {
  display: none;
}

.action--close {
  position: fixed;
  z-index: 15;
  top: 40px;
  right: 5%;
}

@media (max-width: 1480px) {
  .footer__menu--column ul {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 950px) {
  .menu__inner {
    padding: 1.3333333333em 0px 1.3333333333em;
  }
  .menu a {
    font-size: 1.2em;
  }
  .header--short .menu__container {
    margin-bottom: 5.3333333333em;
  }
}
@media (max-width: 850px) {
  .menu li + li {
    margin-left: 1.6666666667em;
  }
}
@media (max-width: 700px) {
  .menu li + li {
    margin-left: 1em;
  }
}
@media (max-width: 650px) {
  .menu__action {
    display: block;
  }
  .menu__container {
    width: 90%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header--large .menu__container {
    padding: 1em 0px;
    margin: 0px 5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2.6666666667em;
  }
  .header--large .header__image {
    padding-top: 0px;
  }
  .menu__inner {
    display: none;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background: url(a84b8cf5ae62bb242b688d600ca27494.png) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    background-color: #171717;
    height: 100dvh;
    z-index: 11;
    color: white;
    flex-direction: column;
    padding: 2em 0px;
  }
  .menu__inner a {
    color: white;
  }
  .menu__inner.menu--open {
    display: flex;
  }
  .menu__inner .btn--header {
    width: 80%;
  }
  .menu__list {
    flex-direction: column;
    margin: 0px;
  }
  .menu__list li + li {
    margin-top: 1.6666666667em;
    margin-left: 0px;
  }
  .menu__list a {
    font-size: 1.5333333333em;
  }
  .menu .submenu {
    left: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 40px 10px rgba(255, 255, 255, 0.02);
    padding: 2em 3.3333333333em;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    row-gap: 30px;
    transform: translateY(100%) translateX(0%);
    max-height: 70dvh;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 4em;
    padding-bottom: 4em;
    width: 100%;
    position: fixed;
    background: #171717;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .menu .submenu li a {
    font-size: 1.2142857143em;
  }
  .menu .submenu--visible {
    opacity: 1;
    pointer-events: all;
    bottom: 0px;
    transform: translateY(0%) translateX(0%);
  }
}
@media (max-width: 600px) {
  .header--short .menu__container {
    margin-bottom: 4em;
  }
}
@media (max-width: 500px) {
  .menu__list a {
    font-size: 1.4em;
  }
}
ul.slick-dots {
  bottom: 20px;
}

ul.slick-dots li {
  background: white;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
ul.slick-dots li.slick-active {
  background: #E90021;
}
ul.slick-dots li button {
  opacity: 0;
}

.slick-slider .slick-arrow {
  background: blue;
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 40;
  top: inherit;
  left: inherit;
  background: white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-arrow:focus {
  background: white;
}
.slick-slider .slick-arrow:hover {
  background: #E90021;
}
.slick-slider .slick-arrow:before {
  color: black;
  width: 6px;
  height: 11px;
  display: block;
}
.slick-slider .slick-prev {
  right: 60px;
  border-right: 1px solid #565656;
}
.slick-slider .slick-next:before {
  content: "";
  background: url(aff5eb6abf90a6b834f4406add90e55f.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}
.slick-slider .slick-prev:before {
  content: "";
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

.swiper--height li.picture__item img {
  width: auto;
  height: 500px;
}

.swiper.swiper-horizontal .swiper-pagination-bullets {
  position: static;
}
.swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  transition: all 0.25s ease 0s;
  width: 14px;
  height: 14px;
  margin: 0px 4px;
  background-color: #E9E9E9;
  opacity: 1;
}
.swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #E90021;
}
.swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #E90021;
}

.reviews__list.swiper-wrapper {
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .swiper--height li.picture__item img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .swiper--height li.picture__item img {
    height: 330px;
  }
}
@media (max-width: 420px) {
  .swiper--height li.picture__item img {
    width: auto;
    height: 230px;
  }
}
.btn {
  font-size: 1.2666666667em;
  display: inline-block;
  text-align: center;
  border-radius: 21px;
  padding: 0.5263157895em 1.3157894737em;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5;
  line-height: 1;
}

.btn--primary {
  color: white;
  background-color: #E90021;
  border: 1px solid #E90021;
}
.btn--primary.btn--outline {
  background-color: white;
  color: #E90021;
}
.btn--primary:hover {
  background-color: rgb(217.7, 0, 30.8330472103);
  color: white;
  transform: scale(1.03);
}
.btn--primary:focus {
  outline: none;
  background-color: rgb(217.7, 0, 30.8330472103);
}

.btn--full {
  display: block;
  width: 100%;
  text-align: center;
}

.btn--arrow {
  text-align: left;
  padding-right: 0.7894736842em;
}
.btn--arrow span {
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.btn--arrow span:after {
  background: url(aff5eb6abf90a6b834f4406add90e55f.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: auto;
  content: "";
  flex-shrink: 0;
  margin-left: 1.3333333333em;
}
.btn--arrow.btn--full span {
  justify-content: center;
}
.btn--arrow.btn--outline span:after {
  background: url(490e94dd8db77714578a43de6d8013c4.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

.btn--arrow-bottom span {
  align-items: flex-start;
}
.btn--arrow-bottom span:after {
  background: url(54d4d41590c55a53b4183f891ab2f18b.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

@media (max-width: 700px) {
  .btn {
    font-size: 1.1333333333em;
  }
  .btn--arrow span:after {
    margin-left: 0.6666666667em;
  }
}
span.select2-container--default .select2-selection--single {
  border: 1px solid rgb(231.25, 231.25, 231.25) !important;
  border-radius: 0px !important;
}

textarea {
  min-height: 100px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-size: 0.9333333333em;
  color: rgb(60.5, 60.5, 60.5);
  margin-bottom: 5px;
  display: block;
}

.woocommerce-variation-add-to-cart {
  margin-top: 1.3333333333em;
}

select {
  position: relative;
  background: url(54d4d41590c55a53b4183f891ab2f18b.svg) no-repeat 97.5% center rgba(255, 255, 255, 0.1);
}

textarea {
  min-height: 100px;
}

.form__line--half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.form__part input, .form__part textarea {
  width: 100%;
}

.form__line + .form__line {
  margin-top: 3.3333333333em;
}
.form__line + .form__line--small {
  margin-top: 1.3333333333em;
}
.form__line + .form__line--big {
  margin-top: 4.6666666667em;
}

.form__label, .wc-credit-card-form label {
  display: block;
  color: black;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0.8333333333em;
  text-transform: uppercase;
}

.input--classic {
  padding: 0.8125em 0px !important;
  line-height: 1.2;
}

.input--classic, .input--textarea {
  font-size: 1.0666666667em;
  color: #565656;
  background: white;
  border: none !important;
  border-bottom: 1px solid #D8D8D8 !important;
}

.input--textarea {
  min-height: inherit;
  padding: 0px;
  border: none;
  border-bottom: 1px solid #D8D8D8 !important;
}

.form__submit {
  width: 60%;
  margin-top: 2em;
}

.form__message--error {
  border: 1px solid red;
  color: red;
  background: rgba(255, 0, 0, 0.2);
}

.form__message--success {
  border: 1px solid green;
  color: green;
  background: rgba(0, 128, 0, 0.2);
}

.form__message {
  padding: 1em 1.6666666667em;
  display: block;
  margin-bottom: 3.3333333333em;
  font-weight: 400;
  font-size: 1em;
  border-radius: 20px;
}
.form__message li {
  display: block;
}
.form__message li + li {
  margin-top: 3px;
}

.form__part--h {
  position: absolute;
  left: -999999999px;
}

@media (max-width: 1400px) {
  .form__line--half {
    gap: 25px;
  }
}
@media (max-width: 650px) {
  .form__line + .form__line {
    margin-top: 2.3333333333em;
  }
  .form__line + .form__line--big {
    margin-top: 3.6666666667em;
  }
  .form__label, .wc-credit-card-form label {
    font-size: 1.1333333333em;
    margin-bottom: 0.4444444444em;
  }
}
@media (max-width: 500px) {
  .form__line--half {
    display: block;
  }
  .form__line + .form__line {
    margin-top: 2em;
  }
  .form__part + .form__part {
    margin-top: 2em;
  }
  .input--classic, .input--textarea {
    font-size: 1em;
  }
  .form__submit {
    width: 100%;
  }
}
.card {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 2px 40px 0px rgba(1, 1, 1, 0.03);
  border: 1px solid #EEEEEE;
  padding: 2em 2.6666666667em;
}

.card--img {
  padding: 0px;
}
.card--img figure img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card--img .card__content {
  padding: 2em 2.6666666667em;
}

@media (max-width: 400px) {
  .card {
    padding: 1.3333333333em 2em;
  }
  .card--img {
    padding: 0px;
  }
  .card--img .card__content {
    padding: 1.3333333333em 2em;
  }
}
.section__intro {
  max-width: 650px;
}

.section__intro--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.intro__text, .header__intro {
  font-size: 1.2666666667em;
  line-height: 1.8;
  margin-top: 1em;
}

.intro__text em {
  color: #E90021;
  font-weight: 700;
}

.intro__text--ending {
  margin-top: 1em;
}

.intro__btn {
  margin-top: 2.5em;
}

.section__intro--btn .btn--intro {
  flex-shrink: 0;
  margin-left: 1.3333333333em;
}

@media (max-width: 1150px) {
  .intro__text, .header__intro, .header__content--centered .header__intro {
    font-size: 1.2em;
  }
}
@media (max-width: 920px) {
  .intro__text, .header__intro, .header__content--centered .header__intro {
    font-size: 1.1333333333em;
  }
  .section__intro {
    width: 550px;
    max-width: 90%;
  }
  .section__intro--btn {
    flex-direction: column;
    align-items: flex-start;
  }
  .section__intro--btn .btn--intro {
    margin-left: 0px;
    margin-top: 2em;
  }
}
@media (max-width: 550px) {
  .intro__text, .header__intro, .header__content--centered .header__intro {
    font-size: 1.0666666667em;
  }
  .section__intro {
    max-width: 85%;
  }
  .section__intro.wrapper--large {
    width: 90%;
  }
  .section__intro--faq {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .intro__text, .header__intro, .header__content--centered .header__intro {
    font-size: 1em;
  }
  .section__intro {
    max-width: 100%;
  }
  .section__intro--free {
    max-width: 90%;
  }
}
button.remodal-close {
  left: inherit;
  right: 30px;
  top: 30px;
  outline: none;
}

.remodal-close:hover {
  background-color: transparent;
}

.remodal-close:focus {
  outline: none;
}

.modal--infos {
  width: 1050px;
  max-width: inherit;
  padding: 4.6666666667em 5.3333333333em 4.6666666667em;
  max-height: 93dvh;
  overflow: scroll;
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgba(1, 1, 1, 0.3);
}
.modal--infos .modal__content {
  margin: 2em 0px;
  text-align: left;
}
.modal--infos .modal__content strong {
  font-weight: 500;
}
.modal--infos .modal__content ul, .modal--infos .modal__content ol {
  margin-top: 1.3333333333em;
  margin-bottom: 1.3333333333em;
  margin-left: 2em;
}

.modal__buttons {
  justify-content: center;
  align-items: center;
  margin-top: 3.3333333333em;
}
.modal__buttons li {
  display: inline-block;
}
.modal__buttons li + li {
  margin-left: 1em;
}

.remodal-overlay {
  background: rgba(1, 1, 1, 0.25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal__subtitle {
  font-size: 1.4666666667em;
}

@media (max-width: 1420px) {
  .modal--infos {
    width: 90%;
  }
}
@media (max-width: 620px) {
  .remodal-overlay {
    width: 100dvw;
    height: 100dvh;
    overflow: hidden;
    top: 0px;
    left: 0px;
    pointer-events: none;
  }
  .remodal-wrapper {
    padding: 0px;
    width: 100%;
    height: 100dvh;
    max-height: inherit;
    overflow: hidden;
    pointer-events: none;
    top: 0px;
    left: 0px;
  }
  .modal--infos {
    display: block;
    width: 100%;
    height: 90dvh;
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0px;
    max-height: inherit;
    bottom: 0px;
    position: absolute;
    pointer-events: all;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 550px) {
  .modal--infos .modal__subtitle {
    font-size: 1.2em;
  }
}
@media (max-width: 450px) {
  .modal--infos {
    padding: 3.3333333333em 5% 3.3333333333em;
  }
  .modal--infos button.remodal-close {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 350px) {
  .modal--infos .modal__subtitle {
    font-size: 1.0666666667em;
  }
}
.cookie__banner {
  width: 550px;
  background-color: white;
  box-shadow: 0px 0px 30px 30px rgba(1, 1, 1, 0.06);
  position: fixed;
  left: 20px;
  bottom: 20px;
  border-radius: 17px;
  z-index: 15;
  transform: translateX(-200%);
  animation-name: cookiebox;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  padding: 2em 2.6666666667em;
}

.cookie__upper {
  margin-bottom: 2.6666666667em;
}
.cookie__upper ul {
  margin: 0.6666666667em 0px;
}
.cookie__upper li {
  display: block;
  padding-left: 0.6666666667em;
}
.cookie__upper li:before {
  content: "- ";
}
.cookie__upper li + li {
  margin-top: 0.3333333333em;
}
.cookie__upper a {
  text-decoration: underline;
}
.cookie__upper p + p {
  margin-top: 1.3333333333em;
}

.cookie__texts {
  margin-top: 0.6666666667em;
}

@keyframes cookiebox {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}
@media (max-width: 700px) {
  .remodal__inner {
    padding: 0.6666666667em 0px;
    width: 100%;
  }
  .cookie__banner {
    width: 95%;
    left: 2.5%;
  }
}
@media (max-width: 450px) {
  .cookie__banner {
    font-size: 14px;
  }
}
.brand__logo {
  width: auto;
  max-height: 120px;
  margin-bottom: 2em;
}

.vehicles__list--spaced {
  margin-top: 3.3333333333em;
}

.vehicles__list {
  display: grid;
  grid-template-columns: repeat(4, 23.3766233766%);
  gap: 2.2727272727%;
  row-gap: 25px;
}

.vehicle__item {
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(1, 1, 1, 0.07);
  border-radius: 20px;
  display: block;
  transition: all 0.25s ease 0s;
}
.vehicle__item article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vehicle__item .btn + .btn {
  margin-left: 0.6666666667em;
}
.vehicle__item .vehicle__img {
  width: 100%;
}
.vehicle__item .vehicle__img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.vehicle__item .vehicle__img:after {
  padding-bottom: 75%;
}
.vehicle__item .btn--arrow {
  width: 100%;
}
.vehicle__item .btn--outline {
  flex-shrink: 0;
}
.vehicle__item:hover {
  box-shadow: 0px 0px 40px 0px rgba(1, 1, 1, 0.15);
  transform: translateY(-5px);
}

.vehicle__resume {
  padding: 1.3333333333em 1.6666666667em 2.3333333333em;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vehicle__item .vehicle__data, .detail__infos .vehicle__data {
  font-size: 15px;
  border: inherit;
  margin-top: 1.3333333333em;
}
.vehicle__item .vehicle__data a, .detail__infos .vehicle__data a {
  font-weight: 400;
  color: #E90021;
}
.vehicle__item .vehicle__data tbody, .detail__infos .vehicle__data tbody {
  border: inherit;
}
.vehicle__item .vehicle__data td, .vehicle__item .vehicle__data tr, .vehicle__item .vehicle__data th, .detail__infos .vehicle__data td, .detail__infos .vehicle__data tr, .detail__infos .vehicle__data th {
  background-color: transparent;
  border: inherit;
  border-left-color: transparent;
  border-right-color: transparent;
  padding: 0px;
}
.vehicle__item .vehicle__data tr:first-child td, .vehicle__item .vehicle__data tr:first-child th, .detail__infos .vehicle__data tr:first-child td, .detail__infos .vehicle__data tr:first-child th {
  border-top-color: transparent;
}
.vehicle__item .vehicle__data tr:last-child td, .vehicle__item .vehicle__data tr:last-child th, .detail__infos .vehicle__data tr:last-child td, .detail__infos .vehicle__data tr:last-child th {
  border-bottom-color: transparent;
}
.vehicle__item .vehicle__data th, .detail__infos .vehicle__data th {
  color: black;
  text-transform: uppercase;
  font-size: 1.0666666667em;
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
}
.vehicle__item .vehicle__data td, .detail__infos .vehicle__data td {
  font-size: 1.0666666667em;
  text-align: right;
}
.vehicle__item .vehicle__data th, .vehicle__item .vehicle__data td, .detail__infos .vehicle__data th, .detail__infos .vehicle__data td {
  padding-bottom: 0.5333333333em;
}
.vehicle__item .vehicle__data tr + tr td, .vehicle__item .vehicle__data tr + tr th, .detail__infos .vehicle__data tr + tr td, .detail__infos .vehicle__data tr + tr th {
  border-top: 1px solid #F4F4F4;
  padding-top: 0.5333333333em;
}

.item__price {
  font-size: 1.8666666667em;
  color: black;
  margin-top: 0.7142857143em;
  margin-bottom: 0.8928571429em;
}
.item__price span {
  font-size: 0.5357142857em;
  text-transform: inherit;
  letter-spacing: normal;
}

.item__precise {
  display: block;
  color: #E90021;
  margin-top: 5px;
  font-weight: 500;
}

.resume__bottom {
  margin-top: auto;
}
.resume__bottom .btn {
  position: relative;
  z-index: 12;
}

.item__price, .detail__price {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.8px;
  line-height: 1;
}

.detail__price {
  color: #E90021;
  font-size: 2.3333333333em;
  line-height: 1;
}

.detail__vat {
  margin-top: 3px;
  font-size: 1.2em;
}

.picture__item.swiper-slide {
  width: auto;
}

.swiper--pictures {
  margin-top: 5em;
  position: relative;
}
.swiper--pictures .picture__item img {
  width: 700px;
  max-width: inherit;
  border-radius: 18px;
}

.swiper__navigation {
  position: absolute;
  bottom: 2.6666666667em;
  right: 2.6666666667em;
  z-index: 5;
  display: flex;
}
.swiper__navigation > div {
  background-color: white;
  position: static;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 40px 0px rgba(1, 1, 1, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease 0s;
}
.swiper__navigation > div:hover {
  transform: scale(1.1);
}
.swiper__navigation > div:after {
  display: none !important;
}
.swiper__navigation div + div {
  margin-left: 0.6666666667em;
}
.swiper__navigation > div:before {
  content: "";
  width: 40%;
  height: 40%;
  display: block;
  background: url(490e94dd8db77714578a43de6d8013c4.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}
.swiper__navigation > div:first-child:before {
  background: url(bc2bc1493bc4c2975478589820257064.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

.swiper {
  width: 100%;
}

.bento__container {
  display: grid;
  grid-template-columns: repeat(30, 1fr);
  grid-template-rows: repeat(20, 1fr);
  gap: 20px;
}

.detail__showroom {
  grid-column: 1/10;
  grid-row: 1/21;
}

.detail__trust, .detail__carpass {
  grid-column: 10/19;
  grid-row: 1/13;
}

.detail__carpass {
  grid-row: 13/21;
}

.detail__infos {
  grid-column: 19/31;
  grid-row: 1/21;
}
.detail__infos .btn + .btn {
  margin-top: 0.8em;
}

.showroom__img:after {
  padding-top: 56.25%;
}

.bento__intro {
  line-height: 1.8;
}
.bento__intro em, .bento__intro span {
  font-family: inherit;
}

.emphasis--trust {
  font-weight: 600;
  color: #4E8F2E;
}

.trusts__list {
  margin-top: 1.6666666667em;
  padding-left: 0.6666666667em;
  font-weight: 500;
}
.trusts__list em {
  font-weight: 700;
  color: #E90021;
  font-size: 1.1em;
}
.trusts__list li {
  display: list-item;
  list-style-type: disc;
}
.trusts__list li + li {
  margin-top: 0.4666666667em;
}
.trusts__list li::marker {
  color: #E90021;
}

.carpass__logo {
  height: 40px;
  max-width: 100%;
}

.detail__infos .card__content, .detail__showroom .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.detail__infos .btn, .detail__showroom .btn {
  margin-top: auto;
}

.detail__description {
  display: none;
}
.detail__description .content {
  height: auto;
  margin-bottom: 1.3333333333em;
}
.detail__description .content--hide {
  height: 170px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}
.detail__description .content--hide:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  content: "";
  display: block;
}

.detail__showroom {
  display: flex;
  flex-direction: column;
}

.bento__bottom {
  margin-top: 1em;
}
.bento__bottom a {
  text-decoration: underline;
}

@media (max-width: 1700px) and (min-width: 551px) {
  .resume__bottom {
    flex-direction: column;
    row-gap: 0.6666666667em;
  }
  .resume__bottom .btn + .btn {
    margin-left: 0px;
  }
  .resume__bottom .btn span {
    justify-content: center;
  }
}
@media (max-width: 1300px) {
  .vehicles__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1150px) {
  .swiper--pictures {
    margin-top: 3em;
  }
  .swiper--pictures .picture__item img {
    width: 500px;
  }
  .swiper__navigation {
    position: absolute;
    bottom: 1.6666666667em;
    right: 1.6666666667em;
  }
  .swiper__navigation > div {
    width: 45px;
    height: 45px;
  }
  .swiper__navigation div + div {
    margin-left: 0.3333333333em;
  }
  .bento__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: inherit;
    grid-auto-rows: auto;
    gap: 20px;
  }
  .detail__showroom {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .detail__trust, .detail__carpass {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .detail__trust {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .detail__showroom, .detail__trust {
    max-height: 600px;
  }
  .detail__carpass {
    grid-row: 4/5;
    grid-column: 1/3;
    max-height: 250px;
    justify-content: center;
  }
  .detail__carpass .bento__intro {
    max-width: 550px;
  }
  .detail__infos, .detail__description {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .detail__infos .vehicle__data, .detail__description .vehicle__data {
    margin-top: 0.6666666667em;
    margin-bottom: 2em;
  }
  .detail__infos .btn--outline {
    display: none;
  }
  .detail__description {
    display: block;
    grid-row: 2/2;
  }
  .showroom__infos .contacts__list {
    margin-bottom: 2.3333333333em;
  }
}
@media (max-width: 1300px) and (min-width: 901px) {
  .vehicles__list--home li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1050px) {
  .item__price {
    font-size: 1.6em;
    margin-top: 0.4166666667em;
    margin-bottom: 1.4583333333em;
  }
  .detail__price {
    font-size: 2em;
  }
}
@media (max-width: 900px) {
  .vehicles__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .vehicles__list--spaced {
    margin-top: 2.3333333333em;
  }
}
@media (max-width: 700px) {
  .vehicle__item .vehicle__data, .detail__infos .vehicle__data {
    font-size: 14px;
  }
  .brand__logo {
    max-height: 90px;
    margin-bottom: 1.3333333333em;
  }
  .bento__container {
    display: flex;
    flex-direction: column;
  }
  .detail__showroom, .detail__trust, .detail__carpass, .detail__infos {
    max-height: inherit;
  }
}
@media (max-width: 600px) {
  .swiper--pictures {
    margin-top: 2em;
  }
  .swiper--pictures .picture__item img {
    width: 400px;
  }
}
@media (max-width: 550px) {
  .vehicles__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6666666667em;
  }
  .detail__price {
    font-size: 1.8666666667em;
  }
  .detail__vat {
    font-size: 1.15em;
  }
  .bento__container {
    gap: 15px;
  }
}
@media (max-width: 420px) {
  .swiper--pictures .picture__item img {
    width: 300px;
  }
  .brand__logo {
    max-height: 80px;
    margin-bottom: 1em;
  }
  .detail__price {
    font-size: 1.6666666667em;
  }
  .carpass__logo {
    height: 35px;
  }
  .vehicle__item .vehicle__data tr, .detail__infos .vehicle__data tr {
    display: block;
  }
  .vehicle__item .vehicle__data th, .vehicle__item .vehicle__data td, .detail__infos .vehicle__data th, .detail__infos .vehicle__data td {
    width: 100%;
    display: block;
    text-align: left;
  }
  .vehicle__item .vehicle__data tr + tr td, .detail__infos .vehicle__data tr + tr td {
    border-color: transparent;
    padding-top: 0px;
  }
  .vehicle__item .vehicle__data tr + tr th, .detail__infos .vehicle__data tr + tr th {
    padding-bottom: 0px;
  }
}
@media (max-width: 370px) {
  .vehicle__resume {
    padding: 1.3333333333em;
  }
}
@media (max-width: 340px) {
  .resume__bottom {
    flex-direction: column;
    row-gap: 0.6666666667em;
  }
  .resume__bottom .btn + .btn {
    margin-left: 0px;
  }
  .resume__bottom .btn span {
    justify-content: center;
  }
}
.breadcrumb {
  margin-bottom: 1em;
}
.breadcrumb__item {
  display: block;
}
.breadcrumb__item + .breadcrumb__item:before {
  content: "/";
  display: inline-block;
  margin: 0px 0.4666666667em;
  color: #565656;
}
.breadcrumb__link {
  color: #565656;
  font-weight: 300;
}
.breadcrumb__link:hover {
  color: #E90021;
}
.breadcrumb__item--current {
  color: #E90021;
  font-weight: 400;
}

@media (max-width: 850px) {
  .breadcrumb {
    margin-bottom: 1.3333333333em;
  }
}
@media (max-width: 500px) {
  .breadcrumb {
    font-size: 0.9333333333em;
  }
}
.contact__item {
  display: flex;
  align-items: center;
}
.contact__item + .contact__item {
  margin-top: 1em;
}
.contact__item a {
  font-weight: 400;
  color: #E90021;
}
.contact__item a:hover {
  color: #E90021;
  text-decoration: underline;
}

.icon__holder {
  width: 23px;
  margin-right: 1.3333333333em;
  flex-shrink: 0;
}
.icon__holder img {
  display: block;
  max-width: 100%;
  max-height: 23px;
}

.infos__more {
  display: block;
}

.contact__left {
  width: 710px;
}

.contact__right {
  width: 480px;
}
.contact__right .showroom__about {
  position: sticky;
  top: 50px;
}

.contact__form {
  margin-top: 3.6666666667em;
}

.showroom__map span {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.contact__socials {
  margin-top: 2.6666666667em;
  margin-bottom: 2em;
}
.contact__socials svg {
  height: 20px;
}
.contact__socials svg path, .contact__socials svg polygon {
  fill: black;
}

@media (max-width: 1400px) {
  .contact__left {
    width: 550px;
  }
  .contact__right {
    width: 420px;
    margin-left: 3.3333333333em;
  }
}
@media (max-width: 950px) {
  .contact__left, .contact__right {
    width: 100%;
  }
  .contact__left {
    order: 1;
  }
  .contact__right {
    order: 0;
    margin-left: 0px;
    margin-bottom: 3.3333333333em;
  }
  .contact__start {
    flex-direction: column;
  }
  .showroom__about {
    display: flex;
  }
  .showroom__map {
    width: 300px;
  }
  .showroom__map span {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
  }
}
@media (max-width: 750px) {
  .showroom__map {
    width: 220px;
  }
}
@media (max-width: 650px) {
  .showroom__about {
    flex-direction: column;
  }
  .showroom__map {
    width: 100%;
  }
  .showroom__map span {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .showroom__map:after {
    padding-top: 35%;
    min-height: 200px;
  }
}
@media (max-width: 500px) {
  .contact__form {
    margin-top: 3em;
  }
}
@media (max-width: 350px) {
  .contact__item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contact__item + .contact__item {
    margin-top: 1.6666666667em;
  }
  .icon__holder {
    width: 20px;
    margin-bottom: 0.3333333333em;
  }
  .showroom__map:after {
    min-height: 150px;
  }
}
.brand__more {
  display: flex;
  justify-content: space-between;
}

.block {
  border-radius: 20px;
  padding: 4.6666666667em 8.6956521739%;
  width: 75%;
}
.block.block--full {
  width: 100%;
}

.block--small {
  padding: 2em;
  width: 25%;
  min-width: 300px;
  margin-left: 2em;
}

.block--bg {
  background: #F5F5F7;
}

.brand__text {
  font-size: 1.0666666667em;
  line-height: 2;
  margin-top: 0.9375em;
  max-width: 650px;
}

.brand__illustration {
  display: block;
  flex-shrink: 0;
  margin-right: 8.6956521739%;
  width: 180px;
  height: auto;
  text-align: center;
}
.brand__illustration img {
  display: inline-block;
  max-width: 100%;
}

.brands__list {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6666666667em;
}

.brand__item {
  display: inline-block;
}
.brand__item a {
  background-color: white;
  border: 1px solid #E90021;
  border-radius: 21px;
  color: #E90021;
  padding: 0.6666666667em 1.3333333333em 0.6666666667em 1em;
  line-height: 1;
  display: inline-block;
}
.brand__item a span {
  font-family: inherit;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.brand__item a span:after {
  background: url(490e94dd8db77714578a43de6d8013c4.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: auto;
  content: "";
  flex-shrink: 0;
  margin-left: 0.6666666667em;
}
.brand__item a:hover {
  background-color: rgb(131, 0, 18.5536480687);
  color: white;
  transform: scale(1.1);
}

@media (max-width: 1350px) {
  .block {
    padding: 3.3333333333em 4.347826087%;
    width: 70%;
  }
  .block--small {
    width: 30%;
    margin-left: 1.3333333333em;
  }
}
@media (max-width: 1150px) {
  .brand__more {
    flex-direction: column;
  }
  .block {
    width: 100%;
    margin-left: 0px;
    min-width: inherit;
  }
  .block + .block {
    margin-top: 1.3333333333em;
  }
}
@media (max-width: 800px) {
  .brand__illustration {
    width: 130px;
  }
  .brand__text {
    font-size: 1em;
    margin-top: 0.6666666667em;
  }
}
@media (max-width: 750px) {
  .brand__about {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .block {
    padding: 3.3333333333em;
  }
  .block--small {
    padding: 2em 3.3333333333em;
  }
  .brand__illustration {
    margin-right: 0px;
  }
}
@media (max-width: 550px) {
  .block {
    padding: 2em 2.6666666667em;
  }
  .brand__illustration {
    width: 100px;
    margin-bottom: 0.6666666667em;
  }
}
@media (max-width: 400px) {
  .block {
    padding: 2em 1.6666666667em;
  }
  .block + .block {
    margin-top: 1em;
  }
  .brand__illustration {
    width: 80px;
  }
  .brand__item a {
    font-size: 0.8666666667em;
  }
  .brands__list {
    margin-top: 1em;
    gap: 0.5333333333em;
  }
  .brand__text {
    line-height: 1.8;
  }
}
.reviews__list {
  margin-top: 4.6666666667em;
  padding-bottom: 2em;
}
.reviews__list .card__content {
  position: relative;
}

li.review__item {
  height: auto;
}

.review__img {
  width: 48px;
  margin-right: 1.3333333333em;
}
.review__img:after {
  padding-bottom: 100%;
}
.review__img img {
  border-radius: 50%;
}

.review__stars {
  margin-top: 1.6666666667em;
}

.star__item {
  display: block;
}
.star__item img {
  width: 25px;
  height: auto;
}
.star__item + .star__item {
  margin-left: 0.3333333333em;
}

.review__review {
  margin-top: 0.3333333333em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.review__logo {
  position: absolute;
  width: 45px;
  height: auto;
  display: block;
  right: -10px;
  top: 0px;
}

@media (max-width: 900px) {
  .star__item img {
    width: 22px;
  }
  .star__item + .star__item {
    margin-left: 0.2666666667em;
  }
  .review__logo {
    width: 40px;
  }
  .review__stars {
    margin-top: 1em;
  }
}
@media (max-width: 500px) {
  .reviews__list {
    margin-top: 3em;
  }
}
.team__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 4em;
}

.team__item {
  display: block;
}

.team__job {
  font-size: 1.1333333333em;
  margin-top: 4px;
}

.team__img {
  margin-bottom: 1.3333333333em;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.07);
  border-radius: 20px;
}
.team__img img {
  border-radius: 20px;
}
.team__img:after {
  padding-bottom: 155.5555555556%;
}

@media (max-width: 1150px) {
  .team__list {
    margin-top: 4em;
  }
  .team__job {
    font-size: 1.0666666667em;
    margin-top: 5px;
  }
}
@media (max-width: 1000px) {
  .team__list {
    gap: 15px;
  }
}
@media (max-width: 870px) {
  .team__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    row-gap: 30px;
  }
}
@media (max-width: 550px) {
  .team__list {
    margin-top: 2em;
  }
}
@media (max-width: 500px) {
  .team__job {
    font-size: 1em;
    margin-top: 0px;
  }
}
@media (max-width: 470px) {
  .team__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    row-gap: 30px;
    text-align: center;
  }
  .team__img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.6666666667em;
  }
}
.faq__item {
  transition: all 0.6s ease-in-out 0s;
}

.faq__list {
  margin-top: 6em;
}
.faq__list > li {
  display: block;
}
.faq__list .faq__item + .faq__item {
  margin-top: 1.3333333333em;
}

.faq__item {
  border-bottom: 1px solid rgba(216, 216, 216, 0.4);
  padding-bottom: 1em;
}

.faq__item--open .faq__details {
  margin-top: 1.3333333333em;
  margin-bottom: 0.6666666667em;
}
.faq__item--open .title--faq:after {
  transform: rotate(90deg);
}

.faq__details {
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  height: 0px;
  font-size: 1.0666666667em;
  max-width: 700px;
  line-height: 2.2;
}
.faq__details p + p {
  margin-top: 1.5em;
}
.faq__details strong {
  font-weight: 700;
}

.faq__content {
  width: 100%;
}

@media (max-width: 1000px) {
  .faq__list {
    margin-top: 4.6666666667em;
  }
}
@media (max-width: 800px) {
  .faq__item {
    border-bottom: 1px solid rgba(216, 216, 216, 0.4);
    padding-bottom: 0.6666666667em;
  }
}
@media (max-width: 750px) {
  .faq__list {
    margin-top: 3.3333333333em;
  }
  .faq__list .faq__item + .faq__item {
    padding-top: 0.6666666667em;
  }
  .faq__details {
    font-size: 1em;
    line-height: 1.9;
  }
}
@media (max-width: 600px) {
  .faq__list > li {
    display: block;
  }
  .faq__list .faq__item + .faq__item {
    margin-top: 0.6666666667em;
  }
}
@media (max-width: 400px) {
  .faq__item--open .faq__details {
    margin-top: 0.7142857143em;
  }
  .faq__details {
    font-size: 0.9333333333em;
    margin-top: 0.3571428571em;
  }
}
.vp--parent {
  max-width: 100dvw;
  overflow: hidden;
}
.vp--parent .vp--item {
  transition: all 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0px, 50px, 0px);
}
.vp--parent .vp--image {
  transform: translate3d(0px, 0px, 0px);
}
.vp--parent .vp--item-left {
  transition: all 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(-50px, 0px, 0px);
}
.vp--parent .vp--item-right {
  transition: all 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(50px, 0px, 0px);
}
.vp--parent .vp--delay1 {
  transition-delay: 0s;
}
.vp--parent .vp--delay2 {
  transition-delay: 0.25s;
}
.vp--parent .vp--delay3 {
  transition-delay: 0.5s;
}
.vp--parent .vp--delay4 {
  transition-delay: 0.75s;
}
.vp--parent[data-in-viewport=true] {
  max-width: inherit;
  overflow: inherit;
}
.vp--parent[data-in-viewport=true] .vp--item, .vp--parent[data-in-viewport=true] .vp--item-left, .vp--parent[data-in-viewport=true] .vp--item-right {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/**
 * #COMPONENTS
 */
.home__contact {
  margin-top: 2.6666666667em;
  gap: 2.6666666667em;
}
.home__contact .block__content {
  max-width: 650px;
}
.home__contact .block__btn {
  margin-top: 4.6666666667em;
}
.home__contact .block__text {
  font-size: 1.2666666667em;
  line-height: 2.2;
  margin-top: 1.0526315789em;
}
.home__contact .container--img {
  width: 35.3403141361%;
}
.home__contact .container--img img {
  border-radius: 20px;
}
.home__contact .container--img:after {
  padding-bottom: 85.1851851852%;
}

@media (max-width: 1200px) {
  .home__contact {
    margin-top: 1.3333333333em;
    gap: 1.3333333333em;
  }
}
@media (max-width: 1100px) {
  .home__contact .block__text {
    font-size: 1.1333333333em;
  }
  .home__contact .container--img {
    width: 65.445026178%;
  }
  .home__contact .block__btn {
    margin-top: 2.6666666667em;
  }
}
@media (max-width: 830px) {
  .home__contact {
    flex-direction: column;
  }
  .home__contact .block__text {
    font-size: 1.0666666667em;
  }
  .home__contact .container--img {
    width: 100%;
  }
}
/**
 * #TRUMPS
 */
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
 * Whole.
 */
.one-whole {
  width: 100% !important;
}

/**
 * Halves.
 */
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50% !important;
}

/**
 * Thirds.
 */
.one-third,
.two-sixths,
.three-ninths,
.four-twelfths {
  width: 33.3333333% !important;
}

.two-thirds,
.four-sixths,
.six-ninths,
.eight-twelfths {
  width: 66.6666666% !important;
}

/**
 * Quarters.
 */
.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25% !important;
}

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75% !important;
}

/**
 * Fifths.
 */
.one-fifth,
.two-tenths {
  width: 20% !important;
}

.two-fifths,
.four-tenths {
  width: 40% !important;
}

.three-fifths,
.six-tenths {
  width: 60% !important;
}

.four-fifths,
.eight-tenths {
  width: 80% !important;
}

/**
 * Sixths.
 */
.one-sixth,
.two-twelfths {
  width: 16.6666666% !important;
}

.five-sixths,
.ten-twelfths {
  width: 83.3333333% !important;
}

/**
 * Eighths.
 */
.one-eighth {
  width: 12.5% !important;
}

.three-eighths {
  width: 37.5% !important;
}

.five-eighths {
  width: 62.5% !important;
}

.seven-eighths {
  width: 87.5% !important;
}

/**
 * Ninths.
 */
.one-ninth {
  width: 11.1111111% !important;
}

.two-ninths {
  width: 22.2222222% !important;
}

.four-ninths {
  width: 44.4444444% !important;
}

.five-ninths {
  width: 55.5555555% !important;
}

.seven-ninths {
  width: 77.7777777% !important;
}

.eight-ninths {
  width: 88.8888888% !important;
}

/**
 * Tenths.
 */
.one-tenth {
  width: 10% !important;
}

.three-tenths {
  width: 30% !important;
}

.seven-tenths {
  width: 70% !important;
}

.nine-tenths {
  width: 90% !important;
}

/**
 * Twelfths.
 */
.one-twelfth {
  width: 8.3333333% !important;
}

.five-twelfths {
  width: 41.6666666% !important;
}

.seven-twelfths {
  width: 58.3333333% !important;
}

.eleven-twelfths {
  width: 91.6666666% !important;
}

/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
 * Margin helper classes.
 *
 * Add margins.
 */
.m {
  margin: 24px !important;
}

.mt {
  margin-top: 24px !important;
}

.mr {
  margin-right: 24px !important;
}

.mb {
  margin-bottom: 24px !important;
}

.ml {
  margin-left: 24px !important;
}

.mh {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/**
 * Add huge margins.
 */
.m\+\+ {
  margin: 96px !important;
}

.mt\+\+ {
  margin-top: 96px !important;
}

.mr\+\+ {
  margin-right: 96px !important;
}

.mb\+\+ {
  margin-bottom: 96px !important;
}

.ml\+\+ {
  margin-left: 96px !important;
}

.mh\+\+ {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.mv\+\+ {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/**
 * Remove margins.
 */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.text-cut {
  white-space: nowrap;
  overflow: hidden; /* pour Opera 9 */
  text-overflow: ellipsis; /* pour le reste du monde */
}
