:root {
  --bs-beige: #f2f0eb;
}

/* stylelint-disable */
@font-face {
  font-display: swap;
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GoogleSans-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GoogleSans-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/GoogleSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GoogleSans-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BricolageGrotesque-48pt-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/BricolageGrotesque-48pt-Bold.woff2") format("woff2");
}
.header-banner {
  align-items: center;
  background-color: #343432;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
}

header {
  background-color: var(--bs-beige);
  padding-block: 15px;
}

.header-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  margin-inline: 10px;
  opacity: 1;
  transition: transform 0.3s;
}
@media (min-width: 62em) {
  .header-wrapper {
    margin-inline: 50px;
  }
}
@media (min-width: 112.5em) {
  .header-wrapper {
    margin-inline: auto;
    margin-left: calc((100vw - 1690px) / 2);
    width: 1690px;
  }
}
.scroll-down:not(.menu-open, .scrolled-top) .header-wrapper {
  transform: unset;
}
@media (min-width: 75em) {
  .scroll-down:not(.menu-open, .scrolled-top) .header-wrapper {
    transform: translateY(-100%);
  }
}
.header-wrapper .header-wrapper-content {
  align-items: center;
  display: flex;
  gap: 20px;
  width: 83%;
}
@media (min-width: 36em) {
  .header-wrapper .header-wrapper-content {
    width: 84%;
  }
}
@media (min-width: 75em) {
  .header-wrapper .header-wrapper-content {
    width: unset;
  }
}
.header-wrapper .logo-header {
  max-width: 90px;
}
@media (min-width: 36em) {
  .header-wrapper .logo-header {
    max-width: 115px;
  }
}

.offcanvas-header {
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

:root {
  --container-width: 100%;
}
@media (min-width: 36em) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 48em) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 62em) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 75em) {
  :root {
    --container-width: 1200px;
  }
}
@media (min-width: 100em) {
  :root {
    --container-width: 1600px;
  }
}

h1,
.h1 {
  font-size: clamp(2.38rem, 4.44vw + 1.29rem, 4.63rem);
}

h2,
.h2 {
  font-family: "Bricolage Grotesque", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(1.75rem, 0.99vw + 1.51rem, 2.25rem);
  font-weight: 600;
}

h3,
.h3 {
  font-size: clamp(1.25rem, 0.74vw + 1.07rem, 1.63rem);
}

h4,
.h4 {
  font-size: clamp(1rem, 0.25vw + 0.94rem, 1.13rem);
}

h5,
.h5 {
  font-size: clamp(0.88rem, 0.25vw + 0.81rem, 1rem);
}

ul {
  padding: 0;
}

a:not(.btn) {
  color: #343432;
  transition: all 0.3s;
}
a:not(.btn):hover, a:not(.btn):focus {
  color: rgb(158, 118, 78);
}

body::before {
  background-image: url("../images/grain-texture.webp");
  background-repeat: repeat;
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  transform: translateZ(0);
  z-index: 9999;
}

.footer {
  margin-block: 75px;
}
.footer .footer-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 62em) {
  .footer .footer-grid {
    gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.footer .item-footer .title {
  font-weight: 600;
}
.footer .item-footer .footer-list-top {
  list-style: none;
}
.footer .item-footer a {
  color: #6F6F6F;
  text-decoration: none;
  transition: all 0.3s;
}
.footer .item-footer a:hover, .footer .item-footer a:focus {
  color: rgb(158, 118, 78);
}
.footer .item-footer .text {
  color: #6F6F6F;
}
.footer .block-social {
  align-items: center;
  display: flex;
  gap: 20px;
}
.footer .block-social .list-socials {
  align-items: center;
  display: flex;
  gap: 10px;
}
.footer .footer-bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
  padding-top: 15px;
}
@media (min-width: 62em) {
  .footer .footer-bottom {
    flex-direction: unset;
    gap: unset;
    padding-top: unset;
  }
}

:root {
  --container-width: 100%;
}
@media (min-width: 36em) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 48em) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 62em) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 75em) {
  :root {
    --container-width: 1220px;
  }
}
@media (min-width: 100em) {
  :root {
    --container-width: 1320px;
  }
}

.classic-archive {
  margin-block: 40px 60px;
  position: relative;
}
@media (min-width: 62em) {
  .classic-archive {
    margin-block: 80px 100px;
  }
}

.breadcrumb {
  padding-top: 20px;
}
@media (min-width: 62em) {
  .breadcrumb {
    padding-top: 50px;
  }
}

.page-header {
  background-color: var(--bs-beige);
  position: relative;
}
.page-header::after {
  background-image: url("../images/line-paint.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -12px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 62em) {
  .page-header::after {
    bottom: -8px;
  }
}
.page-header .page-header-content {
  padding-block: 50px;
  text-align: center;
}
.page-header .page-header-content .h1 {
  font-family: "Bricolage Grotesque", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 600;
}
.page-header .chapo {
  color: #6F6F6F;
  font-size: clamp(1.13rem, 0.99vw + 0.88rem, 1.63rem);
  line-height: normal;
  margin: auto;
  max-width: 100%;
  padding-top: 10px;
}
@media (min-width: 62em) {
  .page-header .chapo {
    max-width: 1000px;
  }
}

.classic-page {
  margin-block: 40px 60px;
  position: relative;
}
@media (min-width: 62em) {
  .classic-page {
    margin-block: 80px 100px;
  }
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #CE9A67;
  --bs-btn-border-color: #CE9A67;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(158, 118, 78);
  --bs-btn-hover-border-color: rgb(158, 118, 78);
  --bs-btn-focus-shadow-rgb: 213, 169, 126;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(164.8, 123.2, 82.4);
  --bs-btn-active-border-color: rgb(154.5, 115.5, 77.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(52, 52, 50, 0.125);
  --bs-btn-disabled-color: #343432;
  --bs-btn-disabled-bg: #CE9A67;
  --bs-btn-disabled-border-color: #CE9A67;
}

.btn-blue,
.btn-red {
  --bs-btn-padding-x: 5px 20px;
  --bs-btn-padding-y: 5px 5px;
  align-items: center;
  display: flex;
  gap: 15px;
  overflow: hidden;
}
.btn-blue .icon-wrapper,
.btn-red .icon-wrapper {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  width: 40px;
}
.btn-blue .icon,
.btn-red .icon {
  display: block;
  height: 15px;
  width: 15px;
}
.btn-blue:hover .icon,
.btn-red:hover .icon {
  animation: arrowloop 0.4s ease;
}

.btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1B4E9A;
  --bs-btn-border-color: #1B4E9A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.6, 62.4, 123.2);
  --bs-btn-hover-border-color: rgb(21.6, 62.4, 123.2);
  --bs-btn-focus-shadow-rgb: 61, 105, 169;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(21.6, 62.4, 123.2);
  --bs-btn-active-border-color: rgb(20.25, 58.5, 115.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(52, 52, 50, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1B4E9A;
  --bs-btn-disabled-border-color: #1B4E9A;
}

.btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #B03648;
  --bs-btn-border-color: #B03648;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(140.8, 43.2, 57.6);
  --bs-btn-hover-border-color: rgb(140.8, 43.2, 57.6);
  --bs-btn-focus-shadow-rgb: 188, 84, 99;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(140.8, 43.2, 57.6);
  --bs-btn-active-border-color: rgb(132, 40.5, 54);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(52, 52, 50, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #B03648;
  --bs-btn-disabled-border-color: #B03648;
}

@keyframes arrowloop {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  45% {
    opacity: 0;
    transform: translateX(30px);
  }
  46% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.btn-center {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (min-width: 62em) {
  .btn-center {
    margin-top: 50px;
  }
}

.block-contact {
  align-items: center;
  background-color: #343432;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  margin-inline: 15px;
  margin-top: 75px;
  opacity: 1;
  overflow: hidden;
  transition: transform 0.3s;
}
@media (min-width: 62em) {
  .block-contact {
    margin-inline: 50px;
  }
}
@media (min-width: 112.5em) {
  .block-contact {
    margin-inline: auto;
    margin-left: calc((100vw - 1690px) / 2);
    width: 1690px;
  }
}
.block-contact .block-contact-grid {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .block-contact .block-contact-grid {
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.block-contact .block-contact-text {
  margin: auto;
  padding-block: 40px;
  padding-inline: 40px;
}
.block-contact .block-contact-text .title {
  color: #fff;
  font-family: "Bricolage Grotesque", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(1.38rem, 1.73vw + 0.95rem, 2.25rem);
  font-weight: 600;
  line-height: normal;
}
.block-contact .block-contact-text .text {
  color: #fff;
}
.block-contact .block-contact-text .btn {
  margin-top: 1rem;
}
.block-contact .block-contact-item {
  height: 100%;
  width: 100%;
}
.block-contact .block-contact-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.alternating-sections {
  margin-block: 40px 60px;
}
@media (min-width: 62em) {
  .alternating-sections {
    margin-block: 80px 100px;
  }
}
.alternating-sections .container {
  display: flex;
  flex-direction: column;
  gap: clamp(4.5rem, 3.95vw + 3.54rem, 6.5rem);
}

.alternating-section {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 75em) {
  .alternating-section {
    gap: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 75em) {
  .alternating-section.reverse .alternating-section-image {
    order: 2;
  }
  .alternating-section.reverse .alternating-section-content {
    order: 1;
  }
}
.alternating-section .alternating-section-image img {
  border-radius: 24px;
  display: block;
  height: auto;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.alternating-section .alternating-section-content {
  color: #6F6F6F;
}
.alternating-section .alternating-section-content h2 {
  color: #343432;
  margin-bottom: 28px;
}
.alternating-section .alternating-section-content h3 {
  color: #343432;
  margin-bottom: 18px;
}

.contact .contact-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-top: clamp(2.5rem, 2.47vw + 1.9rem, 3.75rem);
}
@media (min-width: 75em) {
  .contact .contact-grid {
    grid-template-columns: minmax(0, 1fr) 850px;
  }
}
.contact .contact-info,
.contact .contact-form {
  background-color: rgba(111, 111, 111, 0.0509803922);
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}
@media (min-width: 75em) {
  .contact .contact-info,
  .contact .contact-form {
    grid-template-columns: minmax(0, 1fr) 850px;
    padding: 40px;
  }
}
.contact .contact-info .h3 {
  font-weight: bold;
}
.contact .contact-info .subtitle {
  font-weight: bold;
  margin-block: 1rem;
}
.contact .info {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.contact .info span {
  font-weight: bold;
}

.wpcf7-form-control {
  border: 1px solid rgba(206, 154, 103, 0.3960784314);
  border-radius: 10px;
  height: 50px;
  padding: 15px;
}

.form-duo {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
}
@media (min-width: 62em) {
  .form-duo {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form input[type=url],
.contact-form textarea,
.contact-form select {
  width: 100%;
}
.contact-form select {
  color: #6F6F6F;
}
.contact-form textarea {
  height: 230px;
}
.contact-form .wpcf7-submit {
  border-radius: 50px;
  padding-inline: 30px;
}
.contact-form .wpcf7-acceptance {
  border: none;
}
.contact-form .form-check {
  padding-left: 0;
}
.contact-form .form-check label {
  align-items: baseline;
  color: #6F6F6F;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.contact-form .form-check .wpcf7-form-control {
  padding: 0;
}
.contact-form .form-check .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7-form .wpcf7-response-output {
  border: unset;
  border-radius: 12px;
  color: #fff;
  margin-inline: auto;
  padding: 12px;
  text-align: center;
}
.contact-form .wpcf7-form.sent .wpcf7-response-output {
  background-color: rgb(38, 131, 38);
}
.contact-form .wpcf7-form.invalid .wpcf7-response-output {
  background-color: #B03648;
}

.brands {
  margin-block: 40px;
}
@media (min-width: 62em) {
  .brands {
    margin-block: 90px;
  }
}
.brands .block-text {
  max-width: 32rem;
}
.brands .block-text .title {
  margin-bottom: 20px;
}
.brands .block-text .text p {
  color: #6F6F6F;
  font-size: 18px;
  line-height: normal;
}
.brands .block-brands {
  align-items: center;
  display: grid;
  gap: 15px;
  grid-template-columns: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 62em) {
  .brands .block-brands {
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 50px;
  }
}
.brands .block-brands .brand-item {
  align-items: center;
  border: 1px solid #CE9A67;
  border-radius: 10px;
  display: flex;
  height: 200px;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.boost {
  background-color: var(--bs-beige);
  padding-block: 40px;
}
@media (min-width: 75em) {
  .boost {
    padding-block: 90px;
  }
}
.boost .boost-wrapper {
  background-color: #343432;
  border-radius: 10px;
  color: #fff;
  padding: 40px;
}
@media (min-width: 75em) {
  .boost .boost-wrapper {
    background-image: url("../images/plan.png");
    background-position: center right -200px;
    background-repeat: no-repeat;
    padding: 80px 60px;
  }
}
.boost .boost-content {
  max-width: 100%;
}
@media (min-width: 75em) {
  .boost .boost-content {
    max-width: 580px;
  }
}
.boost .text {
  padding-block: 15px 30px;
}

.home-hero {
  background-color: var(--bs-beige);
  position: relative;
}
.home-hero .bg-white {
  background-color: #fff;
  bottom: 0;
  display: block;
  height: 15%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 62em) {
  .home-hero .bg-white {
    height: 25%;
  }
}
.home-hero .bg-white::after {
  background-image: url("../images/line-paint.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: -12px;
  width: 100%;
  z-index: 0;
}
@media (min-width: 62em) {
  .home-hero .bg-white::after {
    top: -8px;
  }
}
.home-hero .home-hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 30px;
}
@media (min-width: 36em) {
  .home-hero .home-hero-content {
    gap: 30px;
    padding-block: 60px;
  }
}
.home-hero .home-hero-title h1 {
  font-family: "Bricolage Grotesque", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(2rem, 5.68vw + 0.62rem, 4.88rem);
  font-weight: 600;
  line-height: clamp(2.13rem, 5.68vw + 0.74rem, 5rem);
  margin-bottom: 0;
  text-align: center;
}
.home-hero .home-hero-desc {
  color: #6F6F6F;
  font-size: clamp(1.13rem, 0.99vw + 0.88rem, 1.63rem);
  line-height: clamp(1.5rem, 0.99vw + 1.26rem, 2rem);
  text-align: center;
}
.home-hero .duo-btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 62em) {
  .home-hero .duo-btn {
    flex-direction: row;
  }
}
.home-hero .home-hero-img {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  margin-inline: 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 62em) {
  .home-hero .home-hero-img {
    margin-inline: 50px;
  }
}
@media (min-width: 112.5em) {
  .home-hero .home-hero-img {
    margin-inline: auto;
    margin-left: calc((100vw - 1690px) / 2);
    width: 1690px;
  }
}
.home-hero .home-hero-img img {
  width: 100%;
}

.models {
  margin-block: 40px;
}
@media (min-width: 62em) {
  .models {
    margin-block: 90px;
  }
}
.models .models-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.models .block-text {
  max-width: 32rem;
}
.models .block-text .title {
  margin-bottom: 20px;
}
.models .block-text .text p {
  color: #6F6F6F;
  font-size: 18px;
  line-height: normal;
}
.models .models-swiper {
  margin-top: 0;
}
@media (min-width: 62em) {
  .models .models-swiper {
    margin-top: 40px;
  }
}
.models .models-swiper .model-image {
  border-radius: 10px;
  display: flex;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.models .models-swiper .img-fluid {
  overflow: hidden;
  transition: transform 0.3s ease;
}
.models .models-swiper .img-fluid:hover {
  transform: scale(1.05);
}
.models .models-swiper .model-title {
  color: #6F6F6F;
  display: flex;
  font-size: clamp(1.13rem, 0.74vw + 0.94rem, 1.5rem);
  margin-block: 15px 5px;
  text-decoration: none;
  transition: all 0.3s;
}
.models .models-swiper .model-title:hover, .models .models-swiper .model-title:focus {
  color: rgb(158, 118, 78);
}
.models .models-swiper .model-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.models .models-swiper .model-info .link {
  align-items: center;
  display: flex;
  gap: 5px;
  text-decoration: none;
}
.models .models-swiper .swiper-wrapper .badge-red {
  color: #B03648;
}
.models .models-swiper .swiper-wrapper .badge-blue {
  color: #1B4E9A;
}

.journey .title {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
}
.journey h2 {
  margin: 0;
}
.journey .journey-grid {
  align-items: baseline;
  display: grid;
  gap: 15px;
  grid-template-columns: 100%;
  justify-content: space-between;
}
@media (min-width: 75em) {
  .journey .journey-grid {
    gap: 30px;
    grid-template-columns: auto 780px;
  }
}
.journey .subtitle {
  color: #6F6F6F;
  max-width: 100%;
}
@media (min-width: 75em) {
  .journey .subtitle {
    max-width: 300px;
  }
}
.journey .text {
  color: #6F6F6F;
}
.journey .btn {
  margin-top: 15px;
}

.testimonials {
  background-color: var(--bs-beige);
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 1rem;
  position: relative;
}
@media (min-width: 62em) {
  .testimonials {
    margin-bottom: 90px;
    padding-bottom: 90px;
    padding-top: 0;
  }
}
.testimonials::after {
  background-image: url("../images/line-paint.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -12px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 62em) {
  .testimonials::after {
    bottom: -8px;
  }
}
.testimonials .testimonials-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.testimonials .block-text {
  max-width: 32rem;
}
.testimonials .block-text .title {
  margin-bottom: 20px;
}
.testimonials .block-text .text p {
  color: #6F6F6F;
  font-size: 18px;
  line-height: normal;
}
.testimonials .testimonials-swiper {
  margin-top: 0;
}
@media (min-width: 62em) {
  .testimonials .testimonials-swiper {
    margin-top: 40px;
  }
}
.testimonials .testimonials-swiper .img-fluid {
  border-radius: 10px;
  overflow: hidden;
}
.testimonials .testimonials-swiper .testimonial-title {
  color: #343432;
  display: flex;
  font-family: "Bricolage Grotesque", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(1rem, 0.49vw + 0.88rem, 1.25rem);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonials .testimonials-swiper .testimonial-profession {
  color: #6F6F6F;
}
.testimonials .testimonials-swiper .testimonial-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.testimonials .testimonials-swiper .testimonial-info .date {
  color: #6F6F6F;
}
.testimonials .testimonials-swiper .testimonial-info .link {
  align-items: center;
  display: flex;
  gap: 5px;
  text-decoration: none;
}
.testimonials .testimonials-swiper .testimonial-text {
  margin-block: 40px;
  min-height: 15rem;
}
.testimonials .testimonials-swiper .testimonial-text .icon {
  margin-bottom: 10px;
}
.testimonials .testimonials-swiper .testimonial-image {
  align-items: center;
  display: flex;
  gap: 15px;
}
.testimonials .testimonials-swiper .content-slide {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.solution {
  background-color: var(--bs-beige);
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 62em) {
  .solution {
    margin-top: 90px;
    padding-top: 90px;
  }
}
.solution::after {
  background-image: url("../images/line-paint.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: -12px;
  width: 100%;
  z-index: 0;
}
@media (min-width: 62em) {
  .solution::after {
    top: -10px;
  }
}
.solution .title {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
}
.solution h2 {
  margin: 0;
}
.solution .solution-grid {
  align-items: baseline;
  display: grid;
  gap: 15px;
  grid-template-columns: 100%;
  justify-content: space-between;
}
@media (min-width: 75em) {
  .solution .solution-grid {
    gap: 30px;
    grid-template-columns: auto 780px;
  }
}
.solution .subtitle {
  color: #6F6F6F;
  max-width: 100%;
}
@media (min-width: 75em) {
  .solution .subtitle {
    max-width: 300px;
  }
}
.solution .text {
  color: #6F6F6F;
}
.solution .btn {
  margin-top: 15px;
}

.archive-model .models-tabs {
  align-items: center;
  background-color: var(--bs-beige);
  border-radius: 50px;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 6px;
}
.archive-model .models-tabs a {
  border-radius: 50px;
  color: #222;
  font-family: sans-serif;
  padding: 10px 24px;
  text-decoration: none;
  transition: 0.3s;
}
.archive-model .models-tabs a.active {
  background: #CE9A67;
  color: #fff;
}
.archive-model .secteur-boulangerie.active {
  background: #B03648 !important;
  color: #fff;
}
.archive-model .secteur-restauration.active {
  background: #1B4E9A !important;
  color: #fff;
}
.archive-model .models-grid {
  display: grid;
  gap: 30px;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  margin-top: 40px;
}
.archive-model .model-card .img-fluid {
  border-radius: 10px;
  overflow: hidden;
}
.archive-model .model-card .model-title {
  color: #6F6F6F;
  display: flex;
  font-size: clamp(1.13rem, 0.74vw + 0.94rem, 1.5rem);
  margin-block: 15px 5px;
  text-decoration: none;
  transition: all 0.3s;
}
.archive-model .model-card .model-title:hover, .archive-model .model-card .model-title:focus {
  color: rgb(158, 118, 78);
}
.archive-model .model-card .model-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.archive-model .model-card .model-info .link {
  align-items: center;
  display: flex;
  gap: 5px;
  text-decoration: none;
}
.archive-model .model-card .badge-red {
  color: #B03648;
}
.archive-model .model-card .badge-blue {
  color: #1B4E9A;
}

.postid-64 .info-model-hero img {
  height: auto;
  width: 100px !important;
}

.single-model-hero {
  background-color: var(--bs-beige);
  padding-bottom: 50px;
  position: relative;
}
.single-model-hero::after {
  background-image: url("../images/line-paint.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -12px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 62em) {
  .single-model-hero::after {
    bottom: -8px;
  }
}
.single-model-hero .single-model-hero-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: 100%;
  justify-content: space-between;
  margin-top: clamp(2.5rem, 2.47vw + 1.9rem, 3.75rem);
}
@media (min-width: 62em) {
  .single-model-hero .single-model-hero-grid {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.single-model-hero .single-model-hero-left .secteur {
  border-radius: 50px;
  display: flex;
  font-size: 12px;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.single-model-hero .single-model-hero-left .secteur-boulangerie {
  background: #B03648 !important;
  color: #fff;
}
.single-model-hero .single-model-hero-left .secteur-restauration {
  background: #1B4E9A !important;
  color: #fff;
}
.single-model-hero .single-model-hero-left .title {
  font-family: "Bricolage Grotesque", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(2rem, 2.47vw + 1.4rem, 3.25rem);
  font-weight: 600;
  line-height: normal;
}
.single-model-hero .single-model-hero-left .features {
  color: #6F6F6F;
  font-size: clamp(1.13rem, 0.25vw + 1.06rem, 1.25rem);
  font-weight: 600;
}
.single-model-hero .single-model-hero-left .model-features .model-feature {
  align-items: baseline;
  display: flex;
  gap: 10px;
}
.single-model-hero .single-model-hero-left .model-features p {
  color: #6F6F6F;
}
.single-model-hero .info-model-hero {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
.single-model-hero .info-model-hero img {
  height: auto;
  width: 150px;
}
.single-model-hero .single-model-hero-right .swiper-product {
  height: 80%;
  width: 100%;
}
.single-model-hero .single-model-hero-right .swiper-product-thumbs {
  box-sizing: border-box;
  height: 20%;
  padding-block: 10px;
}
.single-model-hero .single-model-hero-right .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
.single-model-hero .single-model-hero-right .swiper-product-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  width: 25%;
}
.single-model-hero .single-model-hero-right .swiper-product-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.single-model-hero .single-model-hero-right .swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single-model-hero .single-model-hero-right .swiper-button-product-next,
.single-model-hero .single-model-hero-right .swiper-button-product-prev {
  color: #343432;
}
.single-model-hero .single-model-hero-right .swiper-button-product-prev {
  left: 10px;
}
.single-model-hero .single-model-hero-right .swiper-button-product-next {
  right: 10px;
}

.single-model-use {
  margin-top: 40px;
}
@media (min-width: 62em) {
  .single-model-use {
    margin-top: 80px;
  }
}
.single-model-use .single-model-use-grid {
  align-items: center;
  display: grid;
  gap: 15px;
  grid-template-columns: 100%;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .single-model-use .single-model-use-grid {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.single-model-use .model-block {
  position: relative;
}
.single-model-use .model-block-content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding: 50px;
  position: absolute;
  text-align: center;
}
.single-model-use .img-fluid {
  width: 100%;
}
.single-model-use .title-block {
  font-family: "Bricolage Grotesque", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(1.25rem, 0.99vw + 1.01rem, 1.75rem);
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
}
.single-model-use .description-block {
  font-size: clamp(1.13rem, 0.25vw + 1.06rem, 1.25rem);
}

.single-model-advantages {
  margin-top: 40px;
}
@media (min-width: 62em) {
  .single-model-advantages {
    margin-top: 80px;
  }
}
.single-model-advantages .advantage-title {
  font-size: clamp(1.13rem, 0.74vw + 0.94rem, 1.5rem);
}
.single-model-advantages .accordion-item {
  border-bottom: 1px solid #e9ecef;
}
.single-model-advantages .accordion-button {
  font-size: clamp(1.13rem, 0.49vw + 1rem, 1.38rem);
}
.single-model-advantages .accordion-button::after {
  align-items: center;
  background-position: center;
  background-size: 15px;
  border: 1px solid #CE9A67;
  border-radius: 50px;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.single-model-advantages .accordion-body {
  color: #6F6F6F;
}
.single-model-advantages .single-model-advantages-grid {
  align-items: baseline;
  display: grid;
  gap: 15px;
  grid-template-columns: 100%;
  justify-content: space-between;
}
@media (min-width: 75em) {
  .single-model-advantages .single-model-advantages-grid {
    gap: 30px;
    grid-template-columns: auto 780px;
  }
}

.single-model-testimonial {
  background-color: var(--bs-beige);
  margin-block: 50px;
  padding-block: 40px;
  position: relative;
}
@media (min-width: 62em) {
  .single-model-testimonial {
    padding-block: 80px;
  }
}
@media (min-width: 62em) {
  .single-model-testimonial {
    margin-block: 100px 50px;
  }
}
.single-model-testimonial::before {
  background-image: url("../images/line-paint.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: -12px;
  width: 100%;
  z-index: 0;
}
@media (min-width: 62em) {
  .single-model-testimonial::before {
    top: -8px;
  }
}
.single-model-testimonial::after {
  background-image: url("../images/line-paint.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -12px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 62em) {
  .single-model-testimonial::after {
    bottom: -8px;
  }
}
.single-model-testimonial .testimonials-title {
  margin-bottom: 40px;
  text-align: center;
}
.single-model-testimonial .single-model-testimonial-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: 100%;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .single-model-testimonial .single-model-testimonial-grid {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.single-model-testimonial .testimonial-title {
  color: #343432;
  display: flex;
  font-family: "Bricolage Grotesque", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(1rem, 0.49vw + 0.88rem, 1.25rem);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.single-model-testimonial .testimonial-profession {
  color: #6F6F6F;
}
.single-model-testimonial .testimonial-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.single-model-testimonial .testimonial-info .date {
  color: #6F6F6F;
}
.single-model-testimonial .testimonial-info .link {
  align-items: center;
  display: flex;
  gap: 5px;
  text-decoration: none;
}
.single-model-testimonial .testimonial-text {
  margin-block: 40px 0;
}
.single-model-testimonial .testimonial-text .icon {
  margin-bottom: 10px;
}
.single-model-testimonial .testimonial-content {
  background-color: #fff;
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 60px 30px;
}
.single-model-testimonial .testimonial-image {
  align-items: center;
  display: flex;
  gap: 15px;
}
.single-model-testimonial .testimonial-model-image {
  width: 100%;
}
.single-model-testimonial .discovery-testimonial {
  margin-block: 20px 10px;
}
@media (min-width: 62em) {
  .single-model-testimonial .discovery-testimonial {
    margin-block: 100px 20px;
  }
}
.single-model-testimonial .discovery-testimonial .text {
  color: #6F6F6F;
  font-size: 20px;
  line-height: normal;
  max-width: 360px;
}
.single-model-testimonial .discovery-testimonial a {
  text-decoration: underline;
}

.btn-file {
  bottom: 10px;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  padding: 12px 21px;
  position: fixed;
  right: 0;
  z-index: 10;
}

.archive-testimonial .testimonials-grid {
  display: grid;
  gap: 30px;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  margin-top: 40px;
}
.archive-testimonial .testimonial-card {
  border: 1px solid rgba(206, 154, 103, 0.4);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 500px;
  padding: 30px;
}
.archive-testimonial .testimonial-card .img-fluid {
  border-radius: 50%;
  overflow: hidden;
}
.archive-testimonial .testimonial-title {
  color: #343432;
  display: flex;
  font-family: "Bricolage Grotesque", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(1rem, 0.49vw + 0.88rem, 1.25rem);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.archive-testimonial .testimonial-profession {
  color: #6F6F6F;
}
.archive-testimonial .testimonial-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.archive-testimonial .testimonial-info .date {
  color: #6F6F6F;
}
.archive-testimonial .testimonial-info .link {
  align-items: center;
  display: flex;
  gap: 5px;
  text-decoration: none;
}
.archive-testimonial .testimonial-text {
  height: 100%;
  margin-block: 40px 0;
}
.archive-testimonial .testimonial-text .icon {
  margin-bottom: 10px;
}
.archive-testimonial .testimonial-image {
  align-items: center;
  display: flex;
  gap: 15px;
}
.archive-testimonial .discovery-testimonial {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.archive-testimonial .discovery-testimonial a {
  text-decoration: none;
}
.archive-testimonial .discovery-testimonial .date {
  color: #6F6F6F;
}

.single-testimonial .singe-content-testimonial {
  margin: auto;
  margin-top: clamp(2.5rem, 2.47vw + 1.9rem, 3.75rem);
  max-width: 850px;
}
.single-testimonial .singe-content-testimonial p {
  color: #6F6F6F;
}
.single-testimonial .testimonial-gallery {
  margin-top: 50px;
}
.single-testimonial .swiper-slide .img-fluid {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.single-testimonial .testimonial-gallery-caption {
  color: #6c757d;
  font-style: italic;
}
.single-testimonial .swiper-nav {
  margin-top: 30px;
}

.navbar-main {
  align-items: unset;
  gap: 15px;
  text-align: left;
}
@media (min-width: 36em) {
  .navbar-main {
    gap: 30px;
  }
}

.navbar-top {
  --bs-navbar-padding-y: 3px;
}

.navbar-toggler {
  background-color: #CE9A67;
  border-radius: 8px;
  color: #fff;
  display: grid;
  height: 50px;
  place-items: center;
  position: relative;
  width: 50px;
  z-index: 99;
}

.offcanvas-header {
  align-items: center;
}
.offcanvas-header p {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}

.offcanvas-menu {
  text-align: center;
  width: 100%;
}
.offcanvas-menu .offcanvas-body {
  align-items: center;
  gap: 15px;
}
@media (min-width: 62em) {
  .offcanvas-menu .offcanvas-body {
    gap: 20px;
    justify-content: center;
  }
}
.offcanvas-menu .navbar {
  --bs-navbar-active-color: #ce9a67;
  font-size: 20px;
  justify-content: left;
}
@media (min-width: 75em) {
  .offcanvas-menu .navbar {
    font-size: 16px;
    justify-content: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0;
    width: 100%;
  }
}
.offcanvas-menu .nav-primary {
  margin-top: 80px;
}
@media (min-width: 75em) {
  .offcanvas-menu .nav-primary {
    margin-top: 0;
  }
}
.scroll-down .offcanvas-menu .navbar, .scroll-up:not(.scrolled-top) .offcanvas-menu .navbar {
  --bs-navbar-active-color: var(--bs-black);
}
.offcanvas-menu .nav-link {
  --bs-link-color: var(--bs-white);
  padding: 0 !important;
}
.offcanvas-menu .menu-item a {
  text-decoration: none;
}
.offcanvas-menu .current-menu-item a {
  color: #CE9A67;
  position: relative;
}
.offcanvas-menu .current-menu-item a::after {
  background-color: #CE9A67;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.offcanvas-menu .dropdown .dropdown-menu {
  border: 1px solid rgba(206, 155, 103, 0.1450980392);
}
.offcanvas-menu .dropdown .dropdown-toggle {
  align-items: center;
  display: flex;
}
.offcanvas-menu .dropdown .dropdown-toggle::after {
  background-image: url("../images/svg/arrow-bottom.svg");
  background-position: center right;
  background-size: cover;
  border: 0;
  content: "";
  display: flex;
  height: 4px;
  width: 8px;
}
.offcanvas-menu .dropdown .dropdown-item {
  --bs-dropdown-link-hover-bg: transparent;
}
.offcanvas-menu .dropdown .dropdown-item::after {
  display: none;
}
.offcanvas-menu .dropdown .active {
  --bs-dropdown-link-active-bg: transparent;
}

.menu-btn {
  align-items: center;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: end;
  left: 0;
  padding-inline: 15px;
  position: absolute;
  right: 0;
}
@media (min-width: 75em) {
  .menu-btn {
    bottom: unset;
    flex-direction: row;
    gap: 15px;
    left: unset;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: unset;
    position: unset;
    right: unset;
    width: 100%;
  }
}
@media (min-width: 87.5em) {
  .menu-btn {
    gap: 20px;
  }
}

.menu-contact {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 75em) {
  .menu-contact {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.energie {
  margin-block: 40px 60px;
}
@media (min-width: 62em) {
  .energie {
    margin-block: 80px 100px;
  }
}
.energie .container {
  max-width: 850px;
}
.energie .img-fluid {
  border-radius: 24px;
  margin-bottom: 3rem;
  overflow: hidden;
}
.energie .btn-file-energie {
  display: flex;
  justify-content: center;
  margin: 3rem auto 0;
}

.swiper-nav {
  display: none;
}
@media (min-width: 62em) {
  .swiper-nav {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
  }
}
.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
  color: unset;
  position: unset;
}

.swiper-pagination-bullet-active {
  background-color: rgb(158, 118, 78);
}

.swiper-slide {
  padding-inline: 15px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
}
@media (min-width: 62em) {
  .swiper-pagination {
    display: none;
  }
}

/* stylelint-disable */
.svg-Fleche-left-dims {
  width: 60px;
  height: 60px;
}

.svg-Fleche-left-2-dims {
  width: 60px;
  height: 60px;
}

.svg-Fleche-right-dims {
  width: 60px;
  height: 60px;
}

.svg-Fleche-right-2-dims {
  width: 60px;
  height: 60px;
}

.svg-arrow-bottom-dims {
  width: 21px;
  height: 12px;
}

.svg-blockquote-dims {
  width: 19px;
  height: 13px;
}

.svg-burger-dims {
  width: 19px;
  height: 20px;
}

.svg-close-dims {
  width: 18px;
  height: 17px;
}

.svg-facebook-dims {
  width: 8.357px;
  height: 15.429px;
}

.svg-fleche-dims {
  width: 60px;
  height: 60px;
}

.svg-instagram-dims {
  width: 17.5px;
  height: 17.5px;
}

.svg-linkedin-dims {
  width: 18px;
  height: 18px;
}

.svg-noun-arrow-dims {
  width: 13px;
  height: 13px;
}

.svg-pinterest-dims {
  width: 12.857px;
  height: 16.714px;
}

/* stylelint-enable */

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