/* 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
 */
@font-face {
  font-family: "frunchy-regular";
  src: url(21e57672849f00bea02a8039e307f0bd.woff2) format("woff2"), url(d3f69ec8e66842339a37c0f9066fd583.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "tan-regular";
  src: url(2e3997b133544e29ec3d317156b0f5f2.woff2) format("woff2"), url(1ae6925a03704511abf6937613a83839.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
/**
 * #TOOLS
 */
input, textarea, form {
  color: #1B1B1B;
  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(27, 27, 27, 0.8);
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: rgba(27, 27, 27, 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: black !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-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 300;
  color: #1B1B1B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1900px;
  margin: 0px auto;
  background-color: #F6F4F0;
  scroll-behavior: smooth;
}

body {
  width: 100%;
}

.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;
}

h1, h2, h3, h4, h5 {
  position: relative;
  font-weight: 700;
  line-height: 1.25;
  color: #1B1B1B;
}

.title--section {
  font-size: 2.2em;
  font-family: "tan-regular";
  font-weight: 400;
}

.title--faq {
  font-size: 1.4666666667em;
  font-weight: 300;
}
.title--faq a {
  color: #1B1B1B;
}

.title--header {
  font-size: 5.3333333333em;
  text-transform: uppercase;
  font-family: "frunchy-regular";
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1030px) {
  .title--header {
    font-size: 4.3333333333em;
  }
  .title--section {
    font-size: 1.7333333333em;
  }
  .title--faq {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 780px) {
  .title--section {
    font-size: 1.5333333333em;
  }
  .title--faq {
    font-size: 1.2666666667em;
  }
}
@media (max-width: 610px) {
  .title--header {
    font-size: 3.6666666667em;
  }
  .title--faq {
    font-size: 1.1333333333em;
  }
}
@media (max-width: 420px) {
  .title--header {
    font-size: 3.3333333333em;
  }
  .title--faq {
    font-size: 1.0666666667em;
  }
  .title--section {
    font-size: 1.4em;
  }
}
@media (max-width: 375px) {
  .title--header {
    font-size: 3.1333333333em;
  }
  .title--section {
    font-size: 1.3333333333em;
  }
}
a {
  text-decoration: none;
  color: #9F0E0E;
  transition: all 0.25s ease 0s;
}
svg path, svg g, svg circle {
  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--main {
  width: 86.1271676301%;
}

.wrapper--texts {
  max-width: 700px;
}

.wrapper--pictures {
  padding-left: 5.3691275168%;
  padding-right: 1.3422818792%;
}

@media (max-width: 1030px) {
  .wrapper--texts {
    max-width: 600px;
  }
}
@media (max-width: 1000px) {
  .wrapper--pictures {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 815px) {
  .wrapper--main {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .wrapper--texts {
    max-width: inherit;
    width: 80%;
  }
}
.section {
  position: relative;
}

.section--spaced {
  margin-top: 10.4046242775%;
}

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

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

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

@media (max-width: 1150px) {
  .section--spaced {
    margin-top: 8em;
  }
  .section--small {
    margin-top: 8em;
  }
}
@media (max-width: 850px) {
  .section--spaced {
    margin-top: 6em;
  }
  .section--small {
    margin-top: 6em;
  }
}
@media (max-width: 700px) {
  .section--small {
    margin-top: 4em;
  }
}
@media (max-width: 375px) {
  .section--small {
    margin-top: 2.6666666667em;
  }
  .section--spaced {
    margin-top: 4.6666666667em;
  }
}
em {
  font-style: normal;
}

.text__break {
  display: block;
}

.texts--intro {
  font-size: 1.3333333333em;
}

.texts--cms {
  line-height: 2.2;
}
.texts--cms p + p {
  margin-top: 2em;
}
.texts--cms a {
  font-size: 0.95em;
  background-color: black;
  color: white;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  padding: 0.5333333333em 1em 0.6666666667em;
}

.intro__text--ending {
  font-size: 1.4em;
  margin-top: 1.1904761905em;
}

@media (max-width: 1030px) {
  .texts--intro, .intro__text--ending {
    font-size: 1.2em;
  }
  .texts--cms {
    line-height: 2;
  }
  .texts--cms p + p {
    margin-top: 1.8em;
  }
}
@media (max-width: 700px) {
  .texts--intro, .intro__text--ending {
    font-size: 1.1333333333em;
  }
}
@media (max-width: 610px) {
  .texts--intro, .intro__text--ending {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 375px) {
  .texts--intro, .intro__text--ending {
    font-size: 1em;
  }
}
footer {
  padding-top: 11.5606936416%;
  position: relative;
  padding-bottom: 4.6666666667em;
}
footer a {
  color: black;
  font-weight: 400;
}
footer a:hover {
  text-decoration: underline;
}

.footer__logo {
  line-height: 0;
  font-size: 1em;
  position: absolute;
  bottom: 2.3333333333em;
  left: 50%;
  transform: translateX(-50%);
}
.footer__logo img {
  height: auto;
  width: 260px;
}

.footer__legals p {
  line-height: 2.2;
}
.footer__legals em {
  font-size: 0.9333333333em;
  font-family: "tan-regular";
  font-weight: 400;
}

.footer__cardi img {
  height: 15px;
  display: inline-block;
}
.footer__cardi span {
  display: inline-block;
  padding-right: 2px;
}

.contacts__list {
  margin-top: 4em;
}
.contacts__list li {
  display: inline-block;
}
.contacts__list li + li {
  margin-left: 1em;
}
.contacts__list .link--icon img {
  width: 50px;
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  footer {
    padding-top: 6em;
    padding-bottom: 1em;
  }
  .footer__logo {
    position: static;
    display: table;
    text-align: center;
    margin: 0px auto;
    transform: inherit;
    margin-bottom: 8em;
  }
  .footer__logo img {
    width: 300px;
  }
  .footer__left, .cardi__container {
    width: 50%;
  }
  .footer__cardi {
    display: table;
    margin-left: auto;
  }
  .footer__cardi span {
    padding-right: 6px;
  }
  .bottom__container {
    align-items: flex-end;
  }
}
@media (max-width: 770px) {
  .contacts__list {
    margin-top: 2.6666666667em;
  }
  .contacts__list .link--icon img {
    width: 45px;
  }
  .contacts__list li + li {
    margin-left: 0.8em;
  }
}
@media (max-width: 700px) {
  .bottom__container {
    flex-direction: column;
  }
  .footer__left, .cardi__container {
    width: 100%;
    text-align: center;
  }
  .footer__cardi {
    margin: 2.6666666667em auto 0px;
  }
  .footer__logo {
    margin-bottom: 3.3333333333em;
  }
}
@media (max-width: 550px) {
  footer {
    padding-top: 4.6666666667em;
  }
  .footer__logo img {
    width: 250px;
  }
  .contacts__list {
    margin-top: 2em;
  }
  .contacts__list .link--icon img {
    width: 43px;
  }
}
@media (max-width: 390px) {
  .contacts__list li + li {
    margin-left: 0.2666666667em;
  }
  .contacts__list .link--icon img {
    width: 40px;
  }
}
@media (max-width: 375px) {
  .footer__logo {
    margin-bottom: 2.3333333333em;
  }
  .footer__logo img {
    width: 220px;
  }
}
.header__logo {
  line-height: 0;
  font-size: 1em;
  position: absolute;
  top: 1.6666666667em;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
}
.header__logo img {
  height: auto;
  width: 260px;
}
.header__logo a {
  display: block;
}

.header__intro {
  font-size: 1.7333333333em;
  padding-bottom: 4.6153846154em;
}

.header--top {
  position: relative;
}
.header--top:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(5399a9debb23a28c58b4765025901cf1.png) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  z-index: -1;
  top: 0px;
  left: 0px;
  opacity: 0.85;
}

.header__content {
  position: relative;
  text-align: center;
}
.header__content:after, .header__content:before {
  position: absolute;
  content: "";
  opacity: 0.3;
  z-index: 2;
}
.header__content:before {
  background: url(94a5b758bbb99030f13badd2ae37f22a.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  width: 280px;
  height: 132px;
  top: 20px;
  left: 6.6473988439%;
  transform: rotate(-9deg);
}
.header__content:after {
  background: url(e49773d4e586fb9e4ea94b3dc1641728.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  width: 300px;
  height: 152px;
  top: 4em;
  right: 8.0924855491%;
}

@media (max-width: 1200px) {
  .header__logo img {
    height: auto;
    width: 200px;
  }
  .header__content:after, .header__content:before {
    opacity: 0.2;
  }
  .header__content:before {
    width: 240px;
    top: 30px;
    left: 3.1791907514%;
    transform: rotate(-9deg);
  }
  .header__content:after {
    width: 270px;
    top: 0px;
    right: 2.8901734104%;
  }
  .header__intro {
    padding-bottom: 2.8846153846em;
  }
}
@media (max-width: 1030px) {
  .header__intro {
    font-size: 1.4666666667em;
  }
  .header__content:after, .header__content:before {
    opacity: 0.07;
  }
}
@media (max-width: 850px) {
  .header__content:after, .header__content:before {
    display: none;
  }
}
@media (max-width: 815px) {
  .header__logo img {
    width: 190px;
  }
  .header__intro {
    padding-bottom: 1.9230769231em;
  }
}
@media (max-width: 650px) {
  .header__logo {
    position: static;
    transform: inherit;
    margin-top: 1.3333333333em;
  }
  .header__logo img {
    width: 230px;
  }
}
@media (max-width: 610px) {
  .header__intro {
    font-size: 1.3333333333em;
    padding-bottom: 2.6666666667em;
  }
}
@media (max-width: 520px) {
  .header__intro {
    padding-bottom: 1.3333333333em;
  }
}
@media (max-width: 420px) {
  .header__logo img {
    width: 190px;
  }
  .header__intro {
    font-size: 1.2666666667em;
  }
}
@media (max-width: 375px) {
  .header__intro {
    font-size: 1.2em;
  }
}
.menu__container {
  margin-top: 6.6666666667em;
  padding-bottom: 13.4228187919%;
}

.menu a {
  font-weight: 400;
  color: #1B1B1B;
  font-size: 1.3333333333em;
  display: block;
  font-family: "tan-regular";
}
.menu li + li {
  margin-left: 6em;
}
.menu li {
  display: inline-block;
}

.menu__item--btn a {
  background-color: black;
  color: white;
  padding: 0.75em 2.25em 0.65em;
  line-height: 1;
  border-radius: 30px;
  display: inline-block;
}

.footer__menu li {
  display: block;
}
.footer__menu a {
  color: #1B1B1B;
  font-weight: 300;
}
.footer__menu a:hover {
  color: #9F0E0E;
  font-weight: 700;
}

.menu__link--current {
  color: #9F0E0E;
}

.menu__icon {
  height: 22px;
}

.menu__action {
  display: none;
}

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

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

@media (max-width: 1200px) {
  .menu__container {
    margin-top: 4.6666666667em;
    padding-bottom: 13.4228187919%;
  }
  .menu li + li {
    margin-left: 3.6666666667em;
  }
  .menu a {
    font-size: 1.2em;
  }
}
@media (max-width: 920px) {
  .menu__container {
    margin-top: 3.6666666667em;
    padding-bottom: 8.6666666667em;
  }
  .menu li + li {
    margin-left: 2.3333333333em;
  }
  .menu a {
    font-size: 1.1333333333em;
  }
}
@media (max-width: 815px) {
  .menu__container {
    margin-top: 3.6666666667em;
    padding-bottom: 8.6666666667em;
  }
  .menu li + li {
    margin-left: 1.6666666667em;
  }
  .menu a {
    font-size: 1em;
  }
}
@media (max-width: 650px) {
  .menu {
    width: 100%;
  }
  .menu li {
    display: none;
  }
  .menu .menu__item--btn {
    display: block;
    margin-left: auto;
  }
  .menu__container {
    flex-direction: column-reverse;
    padding-bottom: 2em;
    margin-top: 2em;
  }
}
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: #9F0E0E;
}
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: #9F0E0E;
}
.slick-slider .slick-arrow:before {
  color: black;
  width: 6px;
  height: 11px;
  display: block;
}
.slick-slider .slick-prev {
  right: 60px;
  border-right: 1px solid #1B1B1B;
}
.slick-slider .slick-next:before {
  content: "";
  background: url(98de41c48072d5c3665d553ef441f045.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;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  font-size: 1.4em;
  padding: 0.380952381em 0.9523809524em 0.380952381em 1.4285714286em;
  transition: all 0.2s ease-in-out;
  background-color: black;
  color: white;
  font-weight: 400;
}

.btn--primary {
  color: #1B1B1B;
  background-color: #9F0E0E;
}
.btn--primary:hover {
  background-color: rgb(144.938150289, 12.761849711, 12.761849711);
}

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

.btn--star {
  display: inline-flex;
  align-items: center;
}
.btn--star img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 1.4285714286em;
}

@media (max-width: 770px) {
  .btn {
    font-size: 1.2666666667em;
  }
}
@media (max-width: 550px) {
  .btn {
    font-size: 1.1333333333em;
  }
}
@media (max-width: 390px) {
  .btn {
    padding: 0.380952381em 0.7142857143em 0.380952381em 1.1904761905em;
  }
  .btn--star img {
    width: 27px;
    height: 27px;
    margin-left: 0.9523809524em;
  }
}
span.select2-container--default .select2-selection--single {
  border: 1px solid rgb(203.25, 203.25, 203.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(1.5, 1.5, 1.5);
  margin-bottom: 5px;
  display: block;
}

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

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

.form__part--half {
  width: 47.5%;
}

.form__part--full {
  width: 100%;
}

.form__lign + .form__lign {
  margin-top: 1em;
}

.form__submit {
  margin-top: 2em;
}

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

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

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

@media (max-width: 450px) {
  .form__part--half {
    width: 100%;
  }
  .form__part--half + .form__part--half {
    margin-top: 1em;
  }
}
.call__content {
  max-width: 750px;
}

@media (max-width: 900px) {
  .call__content {
    max-width: inherit;
    width: 90%;
  }
}
.modal__content {
  margin: 1.3333333333em;
}

button.remodal-close {
  left: inherit;
  right: 0px;
}

.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__banner--hidden {
  animation-name: cookiebox-reverse;
  animation-delay: 0s;
}

.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;
  font-size: 0.9333333333em;
}

@keyframes cookiebox {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes cookiebox-reverse {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
@media (max-width: 700px) {
  .cookie__banner {
    width: 95%;
    left: 2.5%;
  }
}
@media (max-width: 450px) {
  .cookie__banner {
    font-size: 14px;
  }
}
.faq__item {
  transition: all 0.6s ease-in-out 0s;
}

.faq__list {
  margin-top: 2em;
}
.faq__list > li {
  display: block;
}

.faq__item {
  border-bottom: 1px solid #D8D8D8;
}
.faq__item a {
  display: block;
  padding-bottom: 1em;
  padding-top: 1.3333333333em;
  position: relative;
  padding-right: 30px;
}
.faq__item a:after {
  background: url(e7456a3fa733e0d54416dc9a7f59dbbe.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
  position: absolute;
  width: 19px;
  height: 12px;
  right: 0px;
  top: 1.8em;
  content: "";
  transition: all 0.25s ease 0s;
}
.faq__item a:hover {
  padding-left: 0.3333333333em;
}
.faq__item a:hover:after {
  transform: translateX(5px);
}

.faq__item--open .faq__details {
  margin-bottom: 1.3333333333em;
}

.faq__details {
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  height: 0px;
  font-size: 1.0666666667em;
  max-width: 800px;
  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: 1030px) {
  .faq__list {
    margin-top: 1.3333333333em;
  }
}
@media (max-width: 780px) {
  .faq__item a {
    padding-bottom: 0.6666666667em;
    padding-top: 1em;
    padding-right: 40px;
  }
}
@media (max-width: 750px) {
  .faq__list .faq__item + .faq__item {
    padding-top: 0.6666666667em;
  }
  .faq__details {
    font-size: 1em;
    line-height: 1.9;
  }
  .faq__item--open .faq__details {
    margin-top: 0.6666666667em;
  }
}
@media (max-width: 375px) {
  .faq__details {
    font-size: 0.9333333333em;
  }
}
.vp--parent .vp--item {
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate3d(0px, 50px, 0px);
}
.vp--parent .vp--item-left {
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate3d(-50px, 0px, 0px);
}
.vp--parent .vp--item-right {
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate3d(50px, 0px, 0px);
}
.vp--parent .vp--img {
  transition: all 1s ease 0s;
  opacity: 0;
  transition-delay: 0s;
  transform: scale(0.98);
}
.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 .vp--delay5 {
  transition-delay: 1s;
}
.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, .vp--parent[data-in-viewport=true] .vp--img {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.vp--parent[data-in-viewport=true] .vp--img {
  transform: scale(1);
}

/**
 * #COMPONENTS
 */
.pictures__text {
  max-width: 600px;
}
.pictures__text .text__content {
  font-size: 1.2em;
  margin-top: 1.3888888889em;
}
.pictures__text.pictures__text--responsive {
  text-align: center;
  display: none;
  margin: 4em auto 0px;
}

.pictures__img {
  background-color: rgb(236.4375, 232.3125, 224.0625);
}

.pictures__left {
  width: 49.6402877698%;
}
.pictures__left .pictures__img:nth-child(1) {
  width: 94.2028985507%;
}
.pictures__left .pictures__img:nth-child(1):after {
  padding-bottom: 73.3846153846%;
}
.pictures__left .pictures__img:nth-child(2) {
  width: 73.9130434783%;
  margin-left: auto;
  margin-top: 17.3913043478%;
}
.pictures__left .pictures__img:nth-child(2):after {
  padding-bottom: 151.9607843137%;
}

.pictures__right {
  width: 43.1654676259%;
}
.pictures__right .pictures__img:nth-child(1) {
  width: 88.3333333333%;
  margin-bottom: 16.6666666667%;
  margin-top: 17.5%;
}
.pictures__right .pictures__img:nth-child(1):after {
  padding-bottom: 132.0754716981%;
}

@media (max-width: 1000px) {
  .pictures__text .text__content {
    font-size: 1.0666666667em;
  }
  .pictures__left .pictures__img:nth-child(2) {
    margin-top: 28.9855072464%;
  }
  .pictures__right .pictures__img:nth-child(1) {
    margin-bottom: 11.6666666667%;
  }
}
@media (max-width: 740px) {
  .pictures__right {
    width: 44.6043165468%;
  }
  .pictures__right .pictures__img:nth-child(1) {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 100px;
  }
  .pictures__left {
    width: 51.0791366906%;
  }
  .pictures__left .pictures__img:nth-child(2) {
    margin-top: 30px;
  }
  .pictures__text {
    display: none;
    font-size: 1.1333333333em;
  }
  .pictures__text.pictures__text--responsive {
    display: block;
  }
}
@media (max-width: 610px) {
  .pictures__text {
    font-size: 1em;
  }
}
@media (max-width: 375px) {
  .pictures__text {
    font-size: 0.9333333333em;
  }
}
/**
 * #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 */
}
