/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focush
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
:root {
  --fz-html: 62.5%;
  --fz-base: 1.6rem;
  --fw-base: 400;
  --lh-base: 1.2;
  --t-duration: 0.4s;
  --ff-base: "Costa Text", Helvetica, Arial, sans-serif;
  --ff-secondary: "Univers LT Pro", Helvetica, Arial, sans-serif;
  --ff-teritery: "Myriad Pro", Helvetica, Arial, sans-serif;
  --ff-secondary-cond: "Univers LT 59", Helvetica, Arial, sans-serif;
  --ff-secondary-ext: "Univers LT 73", Helvetica, Arial, sans-serif;
  --c-base: #000;
  --c-dark-red: #60002e;
  --c-dark-brown: #35001c;
  --c-white: #fff;
  --c-red: #fe291d;
  --c-gray: #e4ddd5;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
@font-face {
  font-family: "Costa Text";
  src: url("../assets/fonts/CostaText-Bold.woff2") format("woff2"), url("../assets/fonts/CostaText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Costa Text";
  src: url("../assets/fonts/CostaText-Regular.woff2") format("woff2"), url("../assets/fonts/CostaText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT Pro";
  src: url("../assets/fonts/UniversLTPro-BoldCond.woff2") format("woff2"), url("../assets/fonts/UniversLTPro-BoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT Pro";
  src: url("../assets/fonts/UniversLTPro-BlackExt.woff2") format("woff2"), url("../assets/fonts/UniversLTPro-BlackExt.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT Pro";
  src: url("../assets/fonts/UniversLTPro-55Roman.woff2") format("woff2"), url("../assets/fonts/UniversLTPro-55Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../assets/fonts/MyriadPro-Regular.woff2") format("woff2"), url("../assets/fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT 59";
  src: url("../assets/fonts/UniversLT-UltraCondensed.woff2") format("woff2"), url("../assets/fonts/UniversLT-UltraCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT 73";
  src: url("../assets/fonts/UniversLT-BlackExt.woff2") format("woff2"), url("../assets/fonts/UniversLT-BlackExt.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers LT 47 CondensedLt";
  src: url("../assets/fonts/UniversLT-CondensedBold.woff2") format("woff2"), url("../assets/fonts/UniversLT-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;box
  font-display: swap;
}
html {
  font-size: var(--fz-html);
}
body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--c-base);
  background-color: #f2eeeb;
}
body.not-scrollable {
  
}
a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}
a[href^=tel] {
  text-decoration: none;
}
.level-1,
h1,
.level-2,
h2,
.level-3,
h3,
.level-4,
h4,
.level-5,
h5,
.level-6,
h6 {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}
.level-1,
h1 {
  font-size: 12rem;
}
@media (max-width: 1399px) {
  .level-1,
  h1 {
    font-size: 10rem;
  }
}
@media (max-width: 1080px) {
  .level-1,
  h1 {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .level-1,
  h1 {
    font-size: 5rem;
  }
}
.level-2,
h2 {
  font-size: 8rem;
}
@media (max-width: 1399px) {
  .level-2,
  h2 {
    font-size: 6rem;
  }
}
@media (max-width: 1080px) {
  .level-2,
  h2 {
    font-size: 4.6rem;
  }
}
@media (max-width: 767px) {
  .level-2,
  h2 {
    font-size: 3rem;
  }
}
.level-3,
h3 {
  font-size: 5rem;
}
@media (max-width: 1399px) {
  .level-3,
  h3 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .level-3,
  h3 {
    font-size: 2.6rem;
  }
}
.level-4,
h4 {
  font-size: 4rem;
}
@media (max-width: 1399px) {
  .level-4,
  h4 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .level-4,
  h4 {
    font-size: 2.6rem;
  }
}
.level-5,
h5 {
  font-size: 2.8rem;
}
@media (max-width: 1080px) {
  .level-5,
  h5 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .level-5,
  h5 {
    font-size: 2.2rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
.bg-gray {
  background-color: var(--c-gray) !important;
}
.bg-gray .box {
  background-color: var(--c-dark-red);
  color: var(--c-gray);
}
.bg-gray .box.box--full-width {
  background-color: transparent;
  color: var(--c-dark-red);
}
.bg-dark-red {
  background-color: var(--c-dark-red) !important;
  color: var(--c-gray) !important;
}
.bg-dark-red .section__head {
  color: var(--c-gray) !important;
}
.bg-dark-red .box {
  color: var(--c-gray) !important;
}
.bg-bordeaux {
  background-color: var(--c-dark-brown) !important;
}
.bg-bordeaux .section__head {
  color: var(--c-gray) !important;
}
.bg-bordeaux .box {
  background-color: var(--c-dark-red) !important;
  color: var(--c-gray) !important;
}
.bg-bordeaux .box.box--full-width {
  background-color: transparent;
}
.bg-darkest-red {
  background-color: #4c0126 !important;
}
.bg-light-gray {
  background-color: #f2eeeb !important;
  color: var(--c-dark-red) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--c-red);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[hidden],
.hidden {
  display: none !important;
}
[disabled],
.disabled {
  cursor: default;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1080px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1080.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Article large
\* ------------------------------------------------------------ */
.article-large {
  border-radius: 1.6rem;
  overflow: hidden;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.005em;
}
@media (max-width: 1199px) {
  .article-large {
    font-size: 2.8rem;
  }
}
@media (max-width: 1080px) {
  .article-large {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .article-large {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .article-large .article__image {
    position: relative;
    padding-top: 60%;
  }
  .article-large .article__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.article-large .article__body {
  padding: 8.9rem 11.8rem 8.7rem;
}
@media (max-width: 1399px) {
  .article-large .article__body {
    padding: 6rem 8rem;
  }
}
@media (max-width: 1199px) {
  .article-large .article__body {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .article-large .article__body {
    padding: 3rem 2rem;
  }
}
.article-large .article__body p {
  margin-bottom: 0;
}
.article-large .article__body p strong {
  color: var(--c-red);
  font-weight: inherit;
}
.article-large .article__body p small {
  display: block;
  font-size: 2.2rem;
  line-height: 1.27;
  letter-spacing: -0.005em;
}
@media (max-width: 1199px) {
  .article-large .article__body p small {
    font-size: 2rem;
  }
}
@media (max-width: 1080px) {
  .article-large .article__body p small {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .article-large .article__body p small {
    font-size: 1.6rem;
  }
}
.article-large .article__body .grid-flex {
  margin: -2rem;
}
@media (max-width: 1080px) {
  .article-large .article__body .grid-flex {
    margin: -1rem;
  }
}
.article-large .article__body .grid-flex .grid__col {
  padding: 2rem;
}
@media (max-width: 1080px) {
  .article-large .article__body .grid-flex .grid__col {
    padding: 1rem;
  }
}
@media (max-width: 1080px) {
  .article-large .article__body .grid-flex .grid__col {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles .grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem 2rem;
}
@media (max-width: 1080px) {
  .articles .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: -1rem;
  }
}
.articles .grid__col {
  grid-row: span 4;
  grid-column: span 4;
  order: 0;
}
@media (max-width: 1080px) {
  .articles .grid__col {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .articles .grid__col {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.articles .grid__col:nth-child(2) {
  grid-row: span 11;
  grid-column: span 4;
  order: 0;
}
.articles .grid__col:nth-child(2) .article {
  height: auto;
}
@media (max-width: 1080px) {
  .articles .grid__col:nth-child(2) .article {
    height: 100%;
  }
}
.articles .grid__col:nth-child(2) .article .article__image {
  padding-top: 138.5%;
}
@media (max-width: 1080px) {
  .articles .grid__col:nth-child(2) .article .article__image {
    padding-top: 60%;
  }
}
.article {
  background-color: #f2eeeb;
  border-radius: 1.6rem;
  overflow: hidden;
  color: var(--c-dark-red);
  font-size: 1.8rem;
  line-height: 1.33;
  height: 100%;
}
@media (max-width: 1199px) {
  .article {
    font-size: 1.6rem;
  }
}
@media (max-width: 1080px) {
  .article {
    font-size: 1.4rem;
  }
}
.article h4 {
  font-family: "Univers LT 47 CondensedLt";
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  hyphens: manual;
  word-break: break-all;
}
@media (max-width: 1080px) {
  .article h4 {
    font-size: 2.4rem;
  }
}
.article .article__image {
  overflow: hidden;
  position: relative;
  padding-top: 44.4%;
}
@media (max-width: 1080px) {
  .article .article__image {
    padding-top: 60%;
  }
}
.article .article__image img {
  transition: transform var(--t-duration);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .article .article__image:hover img {
    transform: scale(1.06);
  }
}
.article .article__content {
  padding: 3.4rem 13.9rem 2.8rem 3.9rem;
  position: relative;
}
@media (max-width: 1199px) {
  .article .article__content {
    padding: 2rem 10rem 2rem 2rem;
  }
}
@media (max-width: 1080px) {
  .article .article__content {
    padding: 1.5rem 7rem 1.5rem 1.5rem;
  }
}
.article .article__link {
  margin-top: auto;
  width: 6.4rem;
  height: 6.4rem;
  background-color: var(--c-red);
  position: absolute;
  top: 2.8rem;
  right: 4rem;
  border-radius: 50%;
  transition: background-color var(--t-duration);
}
@media (max-width: 1199px) {
  .article .article__link {
    top: 2rem;
    right: 2rem;
  }
}
@media (max-width: 1080px) {
  .article .article__link {
    top: 1.5rem;
    right: 1.5rem;
    width: 4.6rem;
    height: 4.6rem;
  }
}
@media (max-width: 767px) {
  .article .article__link {
    width: 4rem;
    height: 4rem;
    margin-top: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .article .article__link:hover {
    background-color: var(--c-dark-red);
  }
}
.article .article__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
}
@media (max-width: 1080px) {
  .article .article__link img {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 767px) {
  .article .article__link img {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
/* ------------------------------------------------------------ *\
	Box info
\* ------------------------------------------------------------ */
.box-info {
  background-color: #e4ddd5;
}
.box-info .grid-flex {
  margin: 0 -1rem;
}
.box-info .grid-flex .grid__col {
  padding: 0 1rem;
}
.box-info .box__image {
  margin-left: calc(-50vw + var(--shell-max-width) / 2);
  margin-right: 0;
  overflow: hidden;
  background-color: #c8c1ba;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1422px) {
  .box-info .box__image {
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .box-info .box__image {
    margin: 0 -2rem;
    padding: 4rem 0;
  }
}
.box-info .box__image picture {
  display: block;
  margin: auto;
  width: 100%;
}
.box-info .box__image picture img {
  width: 100%;
}
.box-info .box__content {
  padding: 12.4rem 0 12.6rem 11.8rem;
  color: var(--c-dark-red);
  font-size: 2.2rem;
  line-height: 1.27;
  letter-spacing: -0.005em;
}
@media (max-width: 1399px) {
  .box-info .box__content {
    padding: 6rem 0 6rem 3rem;
  }
}
@media (max-width: 1199px) {
  .box-info .box__content {
    padding: 5rem 0;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .box-info .box__content {
    padding: 3rem 0;
    font-size: 1.6rem;
  }
}
.box-info .box__content h3 {
  font-family: "Univers LT 47 CondensedLt";
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
}
.box-info .box__content h2 {
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #fe291d;
  font-family: var(--ff-secondary-ext);
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .box-info .box__content h2 {
    margin-bottom: 1.5rem;
  }
}
.box-info .box__slider {
  margin: 6.4rem 0 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .box-info .box__slider {
    margin: 3rem 0;
  }
}
.box-info .box__slider .slick-slider {
  padding-bottom: 9.3rem;
}
@media (max-width: 767px) {
  .box-info .box__slider .slick-slider {
    padding-bottom: 5rem;
  }
}
.box-info .box__slider .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: var(--c-dark-red);
  padding: 0;
  font-size: 0;
  outline: none;
  border: none;
  z-index: 2;
  transition: background-color var(--t-duration);
}
@media (max-width: 767px) {
  .box-info .box__slider .slick-arrow {
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .box-info .box__slider .slick-arrow:hover {
    background-color: var(--c-red);
  }
}
.box-info .box__slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2rem;
  background-image: url("../assets/images/svg/slider-next.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .box-info .box__slider .slick-arrow:after {
    width: 1.8rem;
    height: 1.4rem;
  }
}
.box-info .box__slider .slick-arrow:after {
  content: "";
  position: absolute;
}
.box-info .box__slider .slick-arrow.slick-prev {
  right: 9.4rem;
}
@media (max-width: 767px) {
  .box-info .box__slider .slick-arrow.slick-prev {
    right: 6rem;
  }
}
.box-info .box__slider .slick-arrow.slick-prev:after {
  background-image: url("../assets/images/svg/slider-prev.svg");
}
.box-info .box__slider .box__icon {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 6.4rem;
  height: 6.4rem;
  border: 1px solid var(--c-red);
  border-radius: 50%;
}
@media (max-width: 1080px) {
  .box-info .box__slider .box__icon {
    top: 0;
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .box-info .box__slider .box__icon {
    width: 4rem;
    height: 4rem;
  }
}
.box-info .box__slider .box__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
}
@media (max-width: 767px) {
  .box-info .box__slider .box__icon img {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
.box-info .box__slider .box__entry {
  position: relative;
  padding-left: 9.4rem;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: -0.001em;
}
@media (max-width: 1080px) {
  .box-info .box__slider .box__entry {
    font-size: 1.6rem;
    padding-left: 7rem;
  }
}
@media (max-width: 767px) {
  .box-info .box__slider .box__entry {
    padding-left: 5rem;
  }
}
.box-info .box__slider h4 {
  color: var(--c-dark-red);
  font-family: "Univers LT 47 CondensedLt";
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.005em;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .box-info .box__slider h4 {
    margin-bottom: 1.6rem;
  }
}
.box-info .box__slider h4 strong {
  color: var(--c-red);
}
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
  background-color: var(--c-gray);
  border-radius: 1.6rem;
  overflow: hidden;
  color: var(--c-dark-red);
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.005em;
}
@media (max-width: 1199px) {
  .box {
    font-size: 2.8rem;
  }
}
@media (max-width: 1080px) {
  .box {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .box {
    font-size: 2rem;
  }
}
.box .grid-flex {
  margin: 0;
}
.box .grid-flex .grid__col {
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .box .grid-flex .grid__col {
    order: 1;
  }
}
@media (max-width: 767px) {
  .box .grid-flex .grid__col:last-child {
    order: 0;
  }
}
.box .grid-flex.grid--reversed .box__slider .slick-slider {
  margin-left: calc(-50vw + var(--shell-max-width) / 2);
  margin-right: 0;
}
@media (max-width: 1422px) {
  .box .grid-flex.grid--reversed .box__slider .slick-slider {
    margin-left: -2rem;
    margin-right: 0;
  }
}
.box .box__content {
  margin: auto 0;
  padding: 8rem 12.8rem 8rem 11.8rem;
}
@media (max-width: 1199px) {
  .box .box__content {
    padding: 5rem 5.8rem;
  }
}
@media (max-width: 1080px) {
  .box .box__content {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .box .box__content {
    padding: 3rem 2rem;
  }
}
.box h2 {
  font-size: 6.4rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #fe291d;
  font-family: var(--ff-secondary-ext);
  margin-bottom: 2.8rem;
}
@media (max-width: 1199px) {
  .box h2 {
    font-size: 5.6rem;
  }
}
@media (max-width: 1080px) {
  .box h2 {
    font-size: 4.8rem;
  }
}

@media (max-width: 767px) {
  .box h2 {
    font-size: 3.2rem;
  }
}
.box h3 {
  font-size: 5.6rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--ff-secondary-ext);
  margin-bottom: 2.8rem;
  hyphens: manual;
  word-break: break-all;
}
@media (max-width: 1199px) {
  .box h3 {
    font-size: 4.8rem;
  }
}
@media (max-width: 1080px) {
  .box h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .box h3 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.box h4 {
  font-family: "Univers LT 47 CondensedLt";
  text-transform: uppercase;
  margin-bottom: 1.3rem;
  line-height: 1;
  font-size: 3.5rem;
}
@media (max-width: 1199px) {
  .box h4 {
    font-size: 3rem;
  }
}
@media (max-width: 1080px) {
  .box h4 {
    font-size: 2.5rem;
  }
}
.box p {
  margin-bottom: 0;
}
.box p strong {
  color: var(--c-red);
  font-weight: inherit;
}
.box p small {
  display: block;
  font-size: 2.2rem;
  line-height: 1.27;
  letter-spacing: -0.005em;
}
@media (max-width: 1199px) {
  .box p small {
    font-size: 2rem;
  }
}
@media (max-width: 1080px) {
  .box p small {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .box p small {
    font-size: 1.6rem;
  }
}
.box p + p {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .box p + p {
    margin-top: 1.5rem;
  }
}
.box p + h2 {
  margin-top: 1.5rem;
}
.box p + .btn {
  margin-top: 2.4rem;
}
.box .box__image {
  position: relative;
  height: 100%;
  padding: 4rem;
}
@media (max-width: 767px) {
  .box .box__image {
      padding: 2rem;
    }
}
.box .box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box .box__image .js-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  background-color: var(--c-gray);
  transition: background-color var(--t-duration);
}
@media (max-width: 1080px) {
  .box .box__image .js-play-btn {
    width: 8rem;
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .box .box__image .js-play-btn {
    width: 6rem;
    height: 6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .box .box__image .js-play-btn:hover {
    background-color: #f2eeeb;
  }
}
.box .box__image .js-play-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .box .box__image .js-play-btn img {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.box .box__slider {
  height: 100%;
}
.box .box__slider div {
  height: 100%;
}
@media (max-width: 767px) {
  .box .box__slider div {
    width: 100vw;
  }
}
.box .box__slider .slick-slider {
  margin-right: calc(-50vw + var(--shell-max-width) / 2);
}
@media (max-width: 1422px) {
  .box .box__slider .slick-slider {
    margin-right: -2rem;
  }
}
@media (max-width: 767px) {
  .box .box__slider .slick-slider {
    margin: 0 -2rem;
  }
}
.box .box__slider .slick-slider .slider__slide {
  min-height: 111.4rem;
  background-color: var(--c-gray);
  position: relative;
}
@media (max-width: 1399px) {
  .box .box__slider .slick-slider .slider__slide {
    min-height: 0;
  }
}
.box .box__slider .slick-slider .slick-dots {
  position: absolute;
  bottom: 2.6rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
}
@media (max-width: 767px) {
  .box .box__slider .slick-slider .slick-dots {
    bottom: 1.5rem;
  }
}
.box .box__slider .slick-slider .slick-dots li + li {
  margin-left: 0.8rem;
}
.box .box__slider .slick-slider .slick-dots button {
  font-size: 0;
  padding: 0;
  width: 0.8rem;
  height: 0.4rem;
  background-color: rgba(96, 0, 46, 0.2);
  outline: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: width var(--t-duration), background-color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .box .box__slider .slick-slider .slick-dots button:hover {
    background-color: var(--c-dark-red);
  }
}
.box .box__slider .slick-slider .slick-dots .slick-active button {
  width: 4.8rem;
  background-color: var(--c-dark-red);
}
.box .box__slider .slick-slider .slick-arrow {
  position: absolute;
  top: 46.7%;
  transform: translate(-50%);
  right: 2.4rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: var(--c-dark-red);
  padding: 0;
  font-size: 0;
  outline: none;
  border: none;
  z-index: 2;
  transition: background-color var(--t-duration);
}
@media (max-width: 767px) {
  .box .box__slider .slick-slider .slick-arrow {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 1399px) {
  .box .box__slider .slick-slider .slick-arrow {
    right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .box .box__slider .slick-slider .slick-arrow:hover {
    background-color: var(--c-red);
  }
}
.box .box__slider .slick-slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2rem;
  background-image: url("../assets/images/svg/slider-next.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .box .box__slider .slick-slider .slick-arrow:after {
    width: 1.8rem;
    height: 1.4rem;
  }
}
.box .box__slider .slick-slider .slick-arrow:after {
  content: "";
  position: absolute;
}
.box .box__slider .slick-slider .slick-arrow.slick-prev {
  right: 0;
  left: 8.7rem;
}
@media (max-width: 1399px) {
  .box .box__slider .slick-slider .slick-arrow.slick-prev {
    left: 6rem;
  }
}
@media (max-width: 767px) {
  .box .box__slider .slick-slider .slick-arrow.slick-prev {
    left: 4rem;
  }
}
.box .box__slider .slick-slider .slick-arrow.slick-prev:after {
  background-image: url("../assets/images/svg/slider-prev.svg");
}
.box .box__slider .box__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--c-gray);
  margin-right: 0;
  padding: 0;
}
@media (max-width: 1399px) {
  .box .box__slider .box__image {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .box .box__slider .box__image {
    margin: 0 !important;
    width: 100vw;
  }
}
.box .box__slider .box__image img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .box .box__slider .box__image img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .box .box__slider .box__image img {
    width: 100%;
  }
}
.box .box__slider .box__image picture {
  height: 100%;
}
.box .box__tabs {
  margin-top: 4.4rem;
  padding-top: 4.4rem;
  border-top: 1px solid rgba(228, 221, 213, 0.2);
}
@media (max-width: 1080px) {
  .box .box__tabs {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.box .box__tabs .tabs__nav {
  margin-bottom: 3.5rem;
}
@media (max-width: 1080px) {
  .box .box__tabs .tabs__nav {
    margin-bottom: 2rem;
  }
}
.box .box__tabs .tabs__nav ul {
  display: flex;
  list-style: none;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-family: "Univers LT 47 CondensedLt";
  margin: -2rem;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1199px) {
  .box .box__tabs .tabs__nav ul {
    font-size: 2.4rem;
    margin: -1rem;
  }
}
@media (max-width: 1080px) {
  .box .box__tabs .tabs__nav ul {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .box .box__tabs .tabs__nav ul {
    font-size: 1.8rem;
    margin: 0 -0.5rem;
  }
}
.box .box__tabs .tabs__nav ul::-webkit-scrollbar {
  display: none;
}
.box .box__tabs .tabs__nav ul li {
  padding: 2rem;
}
@media (max-width: 1080px) {
  .box .box__tabs .tabs__nav ul li {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .box .box__tabs .tabs__nav ul li {
    padding: 0 0.5rem;
  }
}
.box .box__tabs .tabs__nav ul li.is-active a {
  color: var(--c-red);
}
.box .box__tabs .tabs__nav ul li.is-active a:after {
  transform: scaleX(1);
}
.box .box__tabs .tabs__nav ul a {
  text-decoration: none;
  position: relative;
  max-width: max-content;
  display: block;
  padding-bottom: 1rem;
}
.box .box__tabs .tabs__nav ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: transform var(--t-duration);
  transform-origin: bottom right;
  transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .box .box__tabs .tabs__nav ul a:hover:after {
    transform-origin: bottom left;
    transform: scale(1);
  }
}
.box .tabs__body {
  position: relative;
}
.box .box__tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity var(--t-duration), visibility var(--t-duration);
}
.box .box__tab.is-active {
  opacity: 1;
  visibility: visible;
}
.box .box__tab p {
  margin-bottom: 5.6rem;
}
@media (max-width: 1080px) {
  .box .box__tab p {
    margin-bottom: 2rem;
  }
}
.box.bg-dark-red {
  color: var(--c-gray);
}
.box.bg-light-gray h3 {
  color: var(--c-red);
}
.box.box--full-width {
  background-color: transparent !important;
}
.box.box--full-width .box__image {
  border-radius: 1.6rem;
  overflow: hidden;
}
.box--large {
  border-radius: 0;
}
.box--large .box__content {
  padding: 8rem 10rem 8rem 0;
  max-width: 67rem;
  margin: auto 0;
}
@media (max-width: 1199px) {
  .box--large .box__content {
    padding: 5rem 5rem 5rem 0;
  }
}
@media (max-width: 1080px) {
  .box--large .box__content {
    padding: 4rem 3rem 4rem 0;
  }
}
@media (max-width: 767px) {
  .box--large .box__content {
    padding: 3rem 0;
  }
}
.box--large .box__image {
  margin-right: calc(-50vw + var(--shell-max-width) / 2);
  position: relative;
  padding-top: 113.2%;
}
@media (max-width: 1422px) {
  .box--large .box__image {
    margin-right: -2rem;
  }
}
@media (max-width: 767px) {
  .box--large .box__image {
    margin: 0 -2rem;
  }
}
.box--large .box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box--large .grid-flex.grid--reversed .box__content {
  padding: 8rem 0 8rem 10rem;
}
@media (max-width: 1199px) {
  .box--large .grid-flex.grid--reversed .box__content {
    padding: 5rem 0 5rem 5rem;
  }
}
@media (max-width: 1080px) {
  .box--large .grid-flex.grid--reversed .box__content {
    padding: 4rem 0 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .box--large .grid-flex.grid--reversed .box__content {
    padding: 3rem 0;
  }
}
.box--full-width .grid-flex {
  margin: -1rem;
}
@media (max-width: 1080px) {
  .box--full-width .grid-flex {
    margin: 0;
  }
}
.box--full-width .grid-flex .grid__col {
  padding: 1rem;
}
@media (max-width: 1080px) {
  .box--full-width .grid-flex .grid__col {
    padding: 0;
  }
}
.box--full-width .grid-flex.grid--reversed .box__content {
  padding: 8rem 0 8rem 11.8rem;
}
@media (max-width: 1399px) {
  .box--full-width .grid-flex.grid--reversed .box__content {
    padding: 8rem 0 8rem 8rem;
  }
}
@media (max-width: 1199px) {
  .box--full-width .grid-flex.grid--reversed .box__content {
    padding: 5rem 0 5rem 5rem;
  }
}
@media (max-width: 1080px) {
  .box--full-width .grid-flex.grid--reversed .box__content {
    padding: 4rem 0 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .box--full-width .grid-flex.grid--reversed .box__content {
    padding: 2rem 0;
  }
}
.box--full-width .box__content {
  padding: 8rem 12rem 8rem 0;
}
@media (max-width: 1399px) {
  .box--full-width .box__content {
    padding: 8rem 8rem 8rem 0;
  }
}
@media (max-width: 1199px) {
  .box--full-width .box__content {
    padding: 5rem 5rem 5rem 0;
  }
}
@media (max-width: 1080px) {
  .box--full-width .box__content {
    padding: 4rem 3rem 4rem 0;
  }
}
@media (max-width: 767px) {
  .box--full-width .box__content {
    padding: 2rem 0;
  }
}
.btn {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-family: var(--ff-secondary-cond);
  color: var(--c-dark-red);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  background-color: #e4ddd5;
  border-radius: 8rem;
  padding: 1.5rem 3.2rem 1.3rem;
  text-align: center;
  letter-spacing: 0.2em;
  border: none;
  outline: none;
  transition: background-color var(--t-duration), color var(--t-duration), border-color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: var(--c-red);
    color: var(--c-gray);
  }
}
@media (max-width: 1080px) {
  .btn {
    padding: 1.5rem 2rem 1.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 1rem 2rem 0.9rem;
    font-size: 1.6rem;
  }
}
.btn--red {
  background-color: var(--c-dark-red);
  color: #e4ddd5;
}
.btn--transparent {
  background-color: transparent;
  border: 1px solid var(--c-gray);
  color: var(--c-gray);
}
@media (hover: hover) and (pointer: fine) {
  .btn--transparent:hover {
    border-color: var(--c-red);
  }
}
.btn--block {
  display: block;
  padding-inline: 0;
}
/* ------------------------------------------------------------ *\
	Burger btn
\* ------------------------------------------------------------ */
.burger-btn {
  position: relative;
  width: 3rem;
  height: 2rem;
  display: none;
  z-index: 3;
}
@media (max-width: 1080px) {
  .burger-btn {
    display: block;
  }
}
.burger-btn span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--c-white);
  width: 100%;
  height: 2px;
  background-color: var(--c-white);
  transition: transform var(--t-duration), top var(--t-duration) var(--t-duration), color var(--t-duration), opacity var(--t-duration) var(--t-duration);
}
.burger-btn span:nth-child(2) {
  top: 0.9rem;
}
.burger-btn span:last-child {
  top: 1.8rem;
}
.burger-btn.is-active span {
  transition: transform var(--t-duration) 0.2s, top var(--t-duration), color var(--t-duration), opacity var(--t-duration);
}
.burger-btn.is-active span:first-child {
  top: 1rem;
  transform: rotate(45deg);
}
.burger-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.burger-btn.is-active span:last-child {
  top: 1rem;
  transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  position: relative;
  color: var(--c-white);
  border-radius: 1.6rem;
  overflow: hidden;
  padding: 7.3rem 8rem 8rem;
  font-size: 1.8rem;
  line-height: 1.33;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .callout {
    font-size: 1.6rem;
    padding: 5.3rem 4rem 6rem;
  }
}
@media (max-width: 1080px) {
  .callout {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .callout {
    display: block;
    text-align: center;
  }
}
.callout .callout__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.callout .callout__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.callout .callout__content {
  position: relative;
  padding: 0 1rem;
  max-width: 100%;
  flex: 1;
}
.callout .callout__content h3 {
  line-height: 1;
  letter-spacing: -0.005em;
  font-family: "Univers LT 47 CondensedLt";
  text-transform: uppercase;
  margin-bottom: 1.7rem;
}
.callout .callout__actions {
  position: relative;
  margin-top: 1rem;
  padding: 0 1rem;
  max-width: max-content;
  width: 100%;
}
@media (max-width: 767px) {
  .callout .callout__actions {
    margin: 2rem auto 0;
  }
}
.callout .callout__actions ul {
  list-style: none;
  display: flex;
  margin: -1.2rem;
}
@media (max-width: 1080px) {
  .callout .callout__actions ul {
    display: block;
  }
}
@media (max-width: 767px) {
  .callout .callout__actions ul {
    display: flex;
    justify-content: center;
    margin: -0.6rem;
  }
}
.callout .callout__actions ul li {
  padding: 1.2rem;
}
@media (max-width: 767px) {
  .callout .callout__actions ul li {
    padding: 0.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Cards info list
\* ------------------------------------------------------------ */
.cards-info-list {
  margin-top: 12.6rem;
}
@media (max-width: 1199px) {
  .cards-info-list {
    margin-top: 9rem;
  }
}
@media (max-width: 1080px) {
  .cards-info-list {
    margin-top: 6rem;
  }
}
.cards-info-list .grid-flex {
  margin: -1rem;
}
.cards-info-list .grid-flex .grid__col {
  padding: 1rem;
}
.card-info-list {
  border-radius: 1.6rem;
  background-color: #f2eeeb;
  color: var(--c-dark-red);
  padding: 3.8rem 4rem 4.8rem;
  letter-spacing: -0.005em;
  height: 100%;
  font-family: "Univers LT 47 CondensedLt";
}
@media (max-width: 1199px) {
  .card-info-list {
    padding: 2rem;
  }
}
.card-info-list h5 {
  text-transform: uppercase;
  margin-bottom: 4.2rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .card-info-list h5 {
    margin-bottom: 3rem;
  }
}
.card-info-list ul {
  list-style: none;
  padding: 0 0 0 1.6rem;
}
@media (max-width: 1080px) {
  .card-info-list ul {
    padding-left: 0;
  }
}
.card-info-list ul li {
  position: relative;
  padding: 1.4rem 0 1.8rem 2.4rem;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1;
  border-top: 1px solid rgba(96, 0, 46, 0.2);
}
@media (max-width: 1080px) {
  .card-info-list ul li {
    padding: 1rem 0 1.4rem 2rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .card-info-list ul li {
    font-size: 1.6rem;
  }
}
.card-info-list ul li:before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--c-red);
}
@media (max-width: 1080px) {
  .card-info-list ul li:before {
    top: 1.6rem;
  }
}
@media (max-width: 767px) {
  .card-info-list ul li:before {
    top: 1.4rem;
  }
}
.card-info-list ul li:last-child {
  border-bottom: 1px solid rgba(96, 0, 46, 0.2);
}
/* ------------------------------------------------------------ *\
	Cards stats
\* ------------------------------------------------------------ */
.cards-stats .grid-flex {
  margin: -1rem;
}
.cards-stats .grid-flex .grid__col {
  padding: 1rem;
}
.card-stat {
  background-color: var(--c-dark-red);
  color: var(--c-gray);
  font-size: 1.8rem;
  line-height: 1.33;
  text-align: center;
  height: 100%;
  padding: 3.5rem 1.5rem 1.8rem;
  border-radius: 1.6rem;
}
@media (max-width: 1199px) {
  .card-stat {
    padding: 2.5rem 1rem 2rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .card-stat {
    font-size: 1.4rem;
  }
}
.card-stat h2 {
  font-family: var(--ff-secondary-cond);
  letter-spacing: -0.005em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}
@media (max-width: 1199px) {
  .card-stat h2 {
    font-size: 6rem;
  }
}
@media (max-width: 1080px) {
  .card-stat h2 {
    font-size: 5rem;
    hyphens: manual;
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .card-stat h2 {
    margin-bottom: 2rem;
    font-size: 3.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards .grid-flex {
  margin: -5rem -1.6rem;
}
@media (max-width: 767px) {
  .cards .grid-flex {
    margin: -2rem;
  }
}
.cards .grid-flex .grid__col {
  padding: 5rem 1.6rem;
}
@media (max-width: 767px) {
  .cards .grid-flex .grid__col {
    padding: 2rem;
  }
}
@media (max-width: 1080px) {
  .cards .grid-flex .grid__col--1of3 {
    --grid-cols: 2;
  }
}
@media (max-width: 767px) {
  .cards .grid-flex .grid__col--1of3 {
    --grid-cols: 1;
  }
}
.card {
  text-align: center;
  color: var(--c-dark-red);
  font-size: 1.8rem;
  line-height: 1.33;
  height: 100%;
}
@media (max-width: 1080px) {
  .card {
    font-size: 1.6rem;
  }
}
.card .card__image {
  position: relative;
  padding-top: 75.2%;
  margin-bottom: 2.1rem;
}
.card .card__image img {
  transition: transform var(--t-duration);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card h5 {
  margin-bottom: 1rem;
}
/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  background-color: var(--c-white);
  font-size: 2rem;
  color: var(--c-dark-red);
  padding: 1.2rem 2rem;
  outline: none;
  border: none;
  border-radius: 8rem;
}
.field::placeholder {
  color: var(--c-white);
}
.label {
  display: block;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.7rem;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer .link:after {
  bottom: 4px;
}
.footer .footer__navs {
  background-color: #b51144;
  color: var(--c-white);
  font-size: 1.8rem;
  line-height: 1.55;
  padding: 6.4rem 0 6.3rem;
}
@media (max-width: 1080px) {
  .footer .footer__navs {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .footer .footer__navs {
    padding: 3rem 0;
    font-size: 1.6rem;
  }
}
.footer .footer__navs .grid-flex {
  margin: -1rem;
}
.footer .footer__navs .grid-flex .grid__col {
  padding: 1rem;
}
.footer .footer__navs h6 {
  font-size: 1.8rem;
  margin-bottom: 4.1rem;
}
@media (max-width: 767px) {
  .footer .footer__navs h6 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.footer .footer__navs ul {
  list-style: none;
}
.footer .footer__navs ul li + li {
  margin-top: 1.2rem;
}
.footer .footer__body {
  background-color: #b51144;
  color: var(--c-white);
  font-size: 1.8rem;
  line-height: 1.55;
  padding: 3.3rem 0 3rem;
}
@media (max-width: 767px) {
  .footer .footer__body {
    font-size: 1.6rem;
    padding: 2rem 0;
  }
}
.footer .footer__body ul {
  list-style: none;
}
.footer .footer__body ul li + li {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .footer .footer__body .grid-flex {
    margin: -1.5rem 0;
  }
}
@media (max-width: 767px) {
  .footer .footer__body .grid-flex .grid__col {
    padding: 1.5rem 0;
  }
}
.footer .footer__body .footer__entry {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .footer .footer__body br {
    display: none;
  }
}
.footer .footer__body .footer__socials {
  margin-top: 3.8rem;
}
.footer .footer__body .footer__socials ul {
  display: flex;
}
.footer .footer__body .footer__socials ul li + li {
  margin: 0 0 0 2.4rem;
}
.footer .footer__body .footer__socials ul a {
  transition: opacity var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__body .footer__socials ul a:hover {
    opacity: 0.6;
  }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  color: var(--c-dark-red);
  padding: 6rem 12.8rem 6rem 11.8rem;
  margin: auto 0;
}
@media (max-width: 1399px) {
  .form {
    padding: 6rem 8rem;
  }
}
@media (max-width: 1199px) {
  .form {
    padding: 4rem 6rem;
  }
}
@media (max-width: 1080px) {
  .form {
    padding: 4rem 2rem;
  }
}
.form .form__head {
  max-width: 80%;
  margin-bottom: 3.2rem;
}
.form h2 {
  font-family: var(--ff-secondary-ext);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  font-size: 5.6rem;
  line-height: 1;
}
@media (max-width: 1080px) {
  .form h2 {
    font-size: 4.6rem;
  }
}
@media (max-width: 767px) {
  .form h2 {
    font-size: 3.6rem;
  }
}
.form .form__info {
  display: block;
  text-align: right;
  margin-top: 3rem;
  font-size: 1.4rem;
}
.form .grid-flex {
  margin: -0.8rem;
}
.form .grid-flex .grid__col {
  padding: 0.8rem;
}
.form .form__actions {
  margin-top: 2.5rem;
}
.grid-flex {
  --grid-gutter: 1rem;
  display: flex;
  flex-flow: row wrap;
  margin: calc(var(--grid-gutter) / 2 * -1);
}
.grid-flex .grid__col {
  --grid-cols: 1;
  padding: calc(var(--grid-gutter) / 2);
  max-width: calc(100% / var(--grid-cols));
  flex: 0 0 calc(100% / var(--grid-cols));
}
.grid-flex .grid__col--1of2 {
  --grid-cols: 2;
}
@media (max-width: 767px) {
  .grid-flex .grid__col--1of2 {
    --grid-cols: 1;
  }
}
.grid-flex .grid__col--1of3 {
  --grid-cols: 3;
}
@media (max-width: 767px) {
  .grid-flex .grid__col--1of3 {
    --grid-cols: 1;
  }
}
.grid-flex .grid__col--1of4 {
  --grid-cols: 4;
}
@media (max-width: 1080px) {
  .grid-flex .grid__col--1of4 {
    --grid-cols: 2;
  }
}
.grid-flex .grid__col--1of5 {
  --grid-cols: 5;
}
.grid-flex .grid__col--1of6 {
  --grid-cols: 6;
}
.grid-flex .grid__col--size-1 {
  max-width: 26.6%;
  flex: 0 0 26.6%;
}
@media (max-width: 767px) {
  .grid-flex .grid__col--size-1 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.grid-flex .grid__col--size-2 {
  max-width: 42.6%;
  flex: 0 0 42.6%;
}
.grid-flex .grid__col--size-3 {
  max-width: 28.6%;
  flex: 0 0 28.6%;
}
.grid--reversed {
  flex-direction: row-reverse;
}
.grid {
  --grid-cols: 1;
  --grid-gutter: 1rem;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  gap: var(--grid-gutter);
}
.grid--size-1of2 {
  --grid-cols: 2;
}
.grid--size-1of3 {
  --grid-cols: 3;
}
.grid--size-1of4 {
  --grid-cols: 4;
}
.grid--size-1of5 {
  --grid-cols: 5;
}
.grid--size-1of6 {
  --grid-cols: 6;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 4rem 0;
}
@media (max-width: 1080px) {
  .header {
    padding: 2rem 0;
  }
}
.header .shell {
  --shell-max-width: 131rem;
}
.header .header__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .header .header__inner {
    justify-content: space-between;
  }
}
.header .logo {
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 14rem;
    flex: 0 0 14rem;
  }
}
@media (max-width: 767px) {
  .header .logo {
    max-width: 10rem;
    flex: 0 0 10rem;
  }
}
.header .nav {
  margin-left: 4.3rem;
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding: 20.3rem 0 0;
  background-color: var(--c-dark-red);
  position: relative;
  min-height: 100rem;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1500px) {
  .hero {
      padding-top: 13rem;
      min-height: 0;
  }
}
@media (max-width: 1080px) {
  .hero {
    padding-top: 7rem;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 12rem;
  }
}
.hero .shell {
  margin: auto auto 0;
}
.hero .hero__background {
  position: absolute;
  bottom: 0;
  left: 49.6%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 1500px) {
  .hero .hero__background {
      height: 100%;
  }
}
.hero .hero__background img {
  object-fit: cover;
  font-family: "object-fit:cover";
  width: 100%;
  height: 100%;
}
@media (max-width: 1500px) {
  .hero .hero__background img {
      height: 100%;
  }
}
.hero .hero__body {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  .hero .hero__body {
    align-items: center;
  }
}
.hero .hero__image {
  max-width: 42.8%;
  flex: 0 0 42.8%;
  margin-left: -7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .hero .hero__image {
    display: none;
  }
}
.hero .hero__content {
  max-width: 57.2%;
  flex: 0 0 57.2%;
  color: #e4ddd5;
  padding-left: 5.9rem;
  padding-top: 17.5rem;
}
@media (max-width: 1080px) {
  .hero .hero__content {
    padding: 5rem 0 5rem;
    max-width: 100%;
    flex: 1;
  }
}
.hero .hero__content h2 {
  font-family: var(--ff-secondary-cond);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 1399px) {
  .hero .hero__content h2 {
    font-size: 5rem;
  }
}
@media (max-width: 1080px) {
  .hero .hero__content h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .hero .hero__content h2 {
    font-size: 3rem;
  }
}
.hero .hero__content h1 {
  font-family: var(--ff-secondary-ext);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}
@media (max-width: 1399px) {
  .hero .hero__content h1 {
    font-size: 10rem;
  }
}
@media (max-width: 1199px) {
  .hero .hero__content h1 {
    font-size: 8rem;
  }
}
@media (max-width: 1080px) {
  .hero .hero__content h1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .hero .hero__content h1 {
    font-size: 5rem;
  }
}
@media (max-width: 374px) {
  .hero .hero__content h1 {
    font-size: 4.4rem;
  }
}
.hero--small {
  text-align: center;
  min-height: 0;
  padding: 22.2rem 0 10.9rem;
}
@media (max-width: 1199px) {
  .hero--small {
    padding: 18rem 0 8rem;
  }
}
@media (max-width: 1080px) {
  .hero--small {
    padding: 16rem 0 4rem;
  }
}
@media (max-width: 767px) {
  .hero--small {
    padding: 12rem 0 2rem;
  }
}
.hero--small .hero__content {
  max-width: 119rem;
  flex: 0 0 100%;
  padding: 0;
  margin: 0 auto;
  letter-spacing: -0.005em;
}
@media (max-width: 767px) {
  .hero--small .hero__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.hero--small .hero__content h3 {
  font-family: "Univers LT 47 CondensedLt";
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 1.4rem;
}
@media (max-width: 1199px) {
  .hero--small .hero__content h3 {
    font-size: 4rem;
  }
}
@media (max-width: 1080px) {
  .hero--small .hero__content h3 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .hero--small .hero__content h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 374px) {
  .hero--small .hero__content h3 {
    font-size: 2rem;
  }
}
.hero--small .hero__content h1 {
  font-size: 8rem;
}
@media (max-width: 1199px) {
  .hero--small .hero__content h1 {
    font-size: 6rem;
  }
}
@media (max-width: 1080px) {
  .hero--small .hero__content h1 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .hero--small .hero__content h1 {
    font-size: clamp(4vw, 4rem, 7.9vw);
  }
}
.hero--small .hero__background {
  top: 0;
}
@media (max-width: 767px) {
  .hero--small .hero__background {
    top: 0;
    bottom: 0;
  }
  .hero--small .hero__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  position: relative;
  display: block;
  text-decoration: none;
  max-width: max-content;
}
.link:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform var(--t-duration);
  transform-origin: bottom right;
  transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .link:hover:after {
    transform-origin: bottom left;
    transform: scale(1);
  }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (max-width: 1080px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    background-color: var(--c-dark-red);
    z-index: 2;
    padding: 16rem 2rem 4rem;
    overflow-y: auto;
    transition: transform var(--t-duration);
    transform: translateX(100%);
  }
}
@media (max-width: 1080px) {
  .nav.is-active {
    transform: translateX(0);
  }
}
.nav ul {
  list-style: none;
  display: flex;
  color: var(--c-white);
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 1199px) {
  .nav ul {
    font-size: 1.8rem;
  }
}
@media (max-width: 1080px) {
  .nav ul {
    display: block;
    font-size: 3.2rem;
  }
}
.nav ul li + li {
  margin-left: 3.2rem;
}
@media (max-width: 1399px) {
  .nav ul li + li {
    margin-left: 2rem;
  }
}
@media (max-width: 1080px) {
  .nav ul li + li {
    margin: 2rem 0 0 0;
  }
}
.nav ul a {
  text-decoration: none;
  position: relative;
  display: block;
  text-decoration: none;
  max-width: max-content;
}
.nav ul a:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform var(--t-duration);
  transform-origin: bottom right;
  transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .nav ul a:hover:after {
    transform-origin: bottom left;
    transform: scale(1);
  }
}
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup-primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--t-duration), visibility var(--t-duration);
  display: flex;
  overflow-y: auto;
  padding: 4rem 2rem;
}
.popup-primary.is-active {
  opacity: 1;
  visibility: visible;
}
.popup-primary .popup__inner {
  max-width: 92.2rem;
  width: 100%;
  background-color: #f2eeeb;
  display: flex;
  flex-wrap: wrap;
  border-radius: 1.6rem;
  overflow: hidden;
  margin: auto;
}
.popup-primary .popup__aside {
  max-width: 50%;
  flex: 0 0 50%;
  height: inherit;
}
@media (max-width: 767px) {
  .popup-primary .popup__aside {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.popup-primary .popup__image {
  padding-top: 42%;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .popup-primary .popup__image {
    padding-top: 80%;
  }
}
.popup-primary .popup__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-primary .popup__content {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  text-align: center;
  color: var(--c-dark-red);
  padding: 7.9rem 6rem;
}
@media (max-width: 1080px) {
  .popup-primary .popup__content {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .popup-primary .popup__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 6rem 2rem;
  }
}
.popup-primary .popup__content h4 {
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--ff-secondary);
  margin-bottom: 4rem;
}
.popup-primary .popup__content h4 strong {
  font-weight: inherit;
  color: var(--c-red);
}
.popup-primary .popup__content .btn {
  display: block;
  font-size: 2.8rem;
  border-radius: 1.6rem;
  padding: 2.4rem 3rem;
}
@media (max-width: 1080px) {
  .popup-primary .popup__content .btn {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .popup-primary .popup__content .btn {
    font-size: 2.4rem;
  }
  .popup-primary .popup__content .btn br {
    display: none;
  }
}
.popup-primary .popup__content .btn path {
  stroke: var(--c-red);
  transition: stroke var(--t-duration);
}
.popup-primary .popup__content .btn strong {
  font-family: var(--ff-secondary);
  letter-spacing: -0.005em;
  margin-top: 2.2rem;
  display: block;
  line-height: 1.14;
}
@media (hover: hover) and (pointer: fine) {
  .popup-primary .popup__content .btn:hover path {
    stroke: var(--c-gray);
  }
}
.popup-primary .js-toggle-popup {
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: opacity var(--t-duration);
}
@media (max-width: 1080px) {
  .popup-primary .js-toggle-popup {
    top: 1rem;
    right: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .popup-primary .js-toggle-popup:hover {
    opacity: 0.7;
  }
}
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity var(--t-duration), visibility var(--t-duration);
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup .popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  width: 100%;
  
}

  @media (max-width: 768px) {
    .popup .popup__inner {
      max-width: 420px;
      padding: 0 2rem;
    }
  } 
.popup .popup__video {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 56.25%;
}
.popup video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.popup .js-toggle-popup {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 4.8rem;
  height: 4.8rem;
  background-color: var(--c-white);
  border-radius: 50%;
  padding: 1.6rem;
  transition: background-color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .popup .js-toggle-popup:hover {
    background-color: var(--c-red);
  }
}
.popup .js-toggle-popup path {
  fill: var(--c-dark-red);
}
/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */
.products .grid-flex {
  margin: -1rem;
}
.products .grid-flex .grid__col {
  padding: 1rem;
}
.product {
  background-color: var(--c-gray);
  color: var(--c-dark-red);
  font-size: 1.8rem;
  line-height: 1.33;
  min-height: 39rem;
  padding: 3.6rem 4rem 3.9rem;
  display: flex;
  border-radius: 1.6rem;
  position: relative;
  height: 100%;
}
@media (max-width: 1080px) {
  .product {
    padding: 3rem 2rem 14rem;
  }
}
.product h4 {
  font-family: "Univers LT 47 CondensedLt";
  text-transform: uppercase;
  margin-bottom: 2.2rem;
  line-height: 1;
  letter-spacing: -0.005em;
}
.product .product__content {
  max-width: 32rem;
  display: flex;
  flex-direction: column;
  height: inherit;
  padding-right: 6rem;
}
@media (max-width: 1080px) {
  .product .product__content {
    padding-right: 0;
  }
}
.product .product__content .product__link {
  margin-top: auto;
  width: 6.4rem;
  height: 6.4rem;
  background-color: var(--c-red);
  position: relative;
  border-radius: 50%;
  transition: background-color var(--t-duration);
}
@media (max-width: 767px) {
  .product .product__content .product__link {
    width: 4rem;
    height: 4rem;
    margin-top: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product .product__content .product__link:hover {
    background-color: var(--c-dark-red);
  }
}
.product .product__content .product__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
}
@media (max-width: 767px) {
  .product .product__content .product__link img {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
.product .product__image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: calc(100% - 32rem);
}
@media (max-width: 1080px) {
  .product .product__image {
    max-width: 100%;
    height: 17rem;
  }
  .product .product__image img {
    width: auto;
    height: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Section intro
\* ------------------------------------------------------------ */
.section-intro {
  padding: 13.9rem 0 14.1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .section-intro {
    padding: 10rem 0;
  }
}
@media (max-width: 1080px) {
  .section-intro {
    padding: 6rem 0;
  }
}
.section-intro .section__image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40.3%;
}
.section-intro .section__body {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  background-color: var(--c-dark-brown);
  color: var(--c-gray);
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.005em;
  padding: 8.8rem 20.8rem 8.8rem 11.8rem;
}
@media (max-width: 1399px) {
  .section-intro .section__body {
    padding: 6rem 10rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 1080px) {
  .section-intro .section__body {
    font-size: 2.5rem;
    padding: 4rem 5rem;
  }
}
@media (max-width: 767px) {
  .section-intro .section__body {
    font-size: 2.2rem;
    padding: 3rem 2rem;
  }
}
.section-intro .section__body p {
  margin-bottom: 0;
}
.section-intro .section__body p strong {
  color: var(--c-red);
  font-weight: inherit;
}
.section-intro .section__body p small {
  display: block;
  font-size: 2.2rem;
  line-height: 1.27;
  letter-spacing: -0.005em;
}
@media (max-width: 1199px) {
  .section-intro .section__body p small {
    font-size: 2rem;
  }
}
@media (max-width: 1080px) {
  .section-intro .section__body p small {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .section-intro .section__body p small {
    font-size: 1.6rem;
  }
}
.section-intro .section__body .grid-flex {
  margin: -4rem;
}
@media (max-width: 1080px) {
  .section-intro .section__body .grid-flex {
    margin: -2rem;
  }
}
.section-intro .section__body .grid-flex .grid__col {
  padding: 4rem;
}
@media (max-width: 1080px) {
  .section-intro .section__body .grid-flex .grid__col {
    padding: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section nav
\* ------------------------------------------------------------ */
.section-nav .section__inner {
  background-color: var(--c-dark-brown);
  padding: 4.5rem 0 4.6rem;
}
@media (max-width: 1199px) {
  .section-nav .section__inner {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .section-nav .section__inner {
    padding: 2rem 0;
    margin-right: -2rem;
  }
}
.section-nav .section__inner ul {
  display: flex;
  justify-content: center;
  color: #e4ddd5;
  font-size: 2.5rem;
  font-weight: 700;
  list-style: none;
}
@media (max-width: 1199px) {
  .section-nav .section__inner ul {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .section-nav .section__inner ul {
    font-size: 1.8rem;
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-right: 2rem;
  }
  .section-nav .section__inner ul::-webkit-scrollbar {
    display: none;
  }
}
.section-nav .section__inner ul li + li {
  margin-left: 5.6rem;
}
@media (max-width: 767px) {
  .section-nav .section__inner ul li + li {
    margin-left: 2rem;
  }
}
.section-nav .section__inner ul .is-active a {
  color: var(--c-red);
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 12rem 0 12.6rem;
}
@media (max-width: 1199px) {
  .section {
    padding: 9rem 0 9.6rem;
  }
}
@media (max-width: 1080px) {
  .section {
    padding: 7rem 0 7.6rem;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 5rem 0 5.6rem;
  }
}
.section .section__head {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.27;
  letter-spacing: -0.005em;
  color: var(--c-dark-red);
}
@media (max-width: 1080px) {
  .section .section__head {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .section .section__head {
    font-size: 1.8rem;
  }
}
.section .section__head h2 {
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #fe291d;
  font-family: var(--ff-secondary-ext);
  margin-bottom: 2.2rem;
}
.section .section__head h3 {
  font-family: "Univers LT 47 CondensedLt";
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.section .section__head h4 {
  font-family: "Univers LT 47 CondensedLt";
  text-transform: uppercase;
  margin-bottom: 1.3rem;
  line-height: 1;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .section .section__head h4 {
    font-size: 2.5rem;
  }
}
.section .section__head ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: -1.2rem;
  margin-top: 3.6rem;
}
.section .section__head ul li {
  padding: 1.2rem;
}
.section .section__head p {
  max-width: 97.8rem;
  margin: 0 auto;
}
.section .section__form {
  background-color: #f2eeeb;
  border-radius: 1.6rem;
  overflow: hidden;
}
.section .section__form > .grid-flex {
  margin: 0;
}
.section .section__form > .grid-flex > .grid__col {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.section .section__form .section__form-image {
  height: 100%;
}
.section .section__form .section__form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .section__actions {
  text-align: center;
  margin-top: 5.1rem;
}
.section .section__head + .cards-stats {
  margin-top: 7.9rem;
}
@media (max-width: 1080px) {
  .section .section__head + .cards-stats {
    margin-top: 5rem;
  }
}
.section .section__head + .products {
  margin-top: 8.7rem;
}
@media (max-width: 1080px) {
  .section .section__head + .products {
    margin-top: 5rem;
  }
}
.section .section__head + .articles {
  margin-top: 7rem;
}
@media (max-width: 1080px) {
  .section .section__head + .articles {
    margin-top: 5rem;
  }
}
.section .section__head + .cards {
  margin-top: 10rem;
}
@media (max-width: 1080px) {
  .section .section__head + .cards {
    margin-top: 5rem;
  }
}
.section .callout {
  margin-top: -1rem;
}
@media (max-width: 1080px) {
  .section .callout {
    margin-top: 2rem;
  }
}
.section .section__head + .box {
  margin-top: 7.9rem;
}
@media (max-width: 1080px) {
  .section .section__head + .box {
    margin-top: 5rem;
  }
}
.section .section__head + .article-large {
  margin-top: 7.7rem;
}
@media (max-width: 1080px) {
  .section .section__head + .article-large {
    margin-top: 5rem;
  }
}
.section .article-large + .box {
  margin-top: 7.1rem;
}
@media (max-width: 1080px) {
  .section .article-large + .box {
    margin-top: 5rem;
  }
}
.section .box + .callout {
  margin-top: 7.1rem;
}
@media (max-width: 1080px) {
  .section .box + .callout {
    margin-top: 5rem;
  }
}
.section--info {
  padding: 15.4rem 0 21rem;
  position: relative;
  overflow: hidden;
  background-color: var(--c-dark-brown);
  color: var(--c-gray);
  clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
}
@media (max-width: 1080px) {
  .section--info {
    padding: 10rem 0 20rem;
  }
}
@media (max-width: 767px) {
  .section--info {
    padding: 6rem 0 10rem;
    clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
  }
}
.section--info .section__head h3 {
  color: var(--c-gray);
}
.section--info .section__background {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 51.8%;
  width: 100%;
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.5rem;
  background-image: url("../assets/images/svg/select-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.select-wrapper .field {
  appearance: none;
}
.select-wrapper .field::placeholder {
  color: var(--c-white);
}
.shell {
  --shell-max-width: 139.2rem;
  --shell-gutter: 1.5rem;
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 1080px) {
  .shell {
    padding: 0 2rem;
  }
}
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slick-track {
  display: flex !important;
}
.slider .slick-slide {
  height: inherit !important;
}
.slider .slick-slide div {
  height: 100%;
}
.slider .gallery {
  padding-top: 95%;
  position: relative;
}
.slider .gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .slick-dots {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
}
@media (max-width: 1199px) {
  .slider .slick-dots {
    bottom: 2rem;
  }
}
.slider .slick-dots li + li {
  margin-left: 0.8rem;
}
.slider .slick-dots button {
  font-size: 0;
  padding: 0;
  width: 0.8rem;
  height: 0.4rem;
  background-color: rgba(96, 0, 46, 0.2);
  outline: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: width var(--t-duration), background-color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .slider .slick-dots button:hover {
    background-color: var(--c-dark-red);
  }
}
.slider .slick-dots .slick-active button {
  width: 4.8rem;
  background-color: var(--c-dark-red);
}
.slider .slick-arrow {
  position: absolute;
  top: 46%;
  transform: translate(-50%);
  right: 2.4rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: var(--c-dark-red);
  padding: 0;
  font-size: 0;
  outline: none;
  border: none;
  z-index: 2;
  transition: background-color var(--t-duration);
}
@media (max-width: 1199px) {
  .slider .slick-arrow {
    right: 0;
  }
}
@media (max-width: 767px) {
  .slider .slick-arrow {
    right: 0;
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .slider .slick-arrow:hover {
    background-color: var(--c-red);
  }
}
.slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2rem;
  background-image: url("../assets/images/svg/slider-next.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .slider .slick-arrow:after {
    width: 1.8rem;
    height: 1.4rem;
  }
}
.slider .slick-arrow:after {
  content: "";
  position: absolute;
}
.slider .slick-arrow.slick-prev {
  right: 0;
  left: 8.7rem;
}
@media (max-width: 1199px) {
  .slider .slick-arrow.slick-prev {
    left: 6rem;
  }
}
@media (max-width: 767px) {
  .slider .slick-arrow.slick-prev {
    left: 4rem;
  }
}
.slider .slick-arrow.slick-prev:after {
  background-image: url("../assets/images/svg/slider-prev.svg");
}
.wrapper {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}